Skip to content

Report single error for invalid num seps in unicode escapes#14338

Merged
nicolo-ribaudo merged 1 commit intobabel:mainfrom
nicolo-ribaudo:no-num-sep-validation-where-invalid
Mar 8, 2022
Merged

Report single error for invalid num seps in unicode escapes#14338
nicolo-ribaudo merged 1 commit intobabel:mainfrom
nicolo-ribaudo:no-num-sep-validation-where-invalid

Conversation

@nicolo-ribaudo
Copy link
Copy Markdown
Member

@nicolo-ribaudo nicolo-ribaudo commented Mar 8, 2022

Q                       A
Fixed Issues? Ref #14327 (comment)
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

Before this PR, for \u{_abcd} we would throw both that a number cannot have a leading _, and that they are disallowed in this position.

@nicolo-ribaudo nicolo-ribaudo added PR: Polish 💅 A type of pull request used for our changelog categories pkg: parser area: errors labels Mar 8, 2022
"errors": [
"SyntaxError: Numeric separators are not allowed inside unicode escape sequences or hex escape sequences. (1:4)",
"SyntaxError: Numeric separators are not allowed inside unicode escape sequences or hex escape sequences. (1:5)",
"SyntaxError: Invalid Unicode escape. (1:0)"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason for this thirs error is that \uXXXX expects 4 characters after u, so it parses 00__ which is 0 and is an invalid character in variable names.

@babel-bot
Copy link
Copy Markdown
Collaborator

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/51433/

@nicolo-ribaudo nicolo-ribaudo merged commit 24f0944 into babel:main Mar 8, 2022
@nicolo-ribaudo nicolo-ribaudo deleted the no-num-sep-validation-where-invalid branch March 8, 2022 19:34
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Jun 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area: errors outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: parser PR: Polish 💅 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants