Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add ES6 \u{...} support for identifiers #13144

Closed
ghost opened this issue Dec 23, 2016 · 1 comment
Closed

Add ES6 \u{...} support for identifiers #13144

ghost opened this issue Dec 23, 2016 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@ghost
Copy link

ghost commented Dec 23, 2016

TypeScript Version: 2.2.0

Code

\u{41}

Expected behavior:
Cannot find name '\u0041'.

Actual behavior:
Syntax warnings are shown.

Advice
It works in string literals, though. This input example is valid in ES6+, and works properly on browser (run in the browser console).

`\u{41}`

For know, only the basic UnicodeEscapeSequence with zeroes is supported.

\u0041
@ghost ghost changed the title Missing \u{...} brackets UnicodeEscapeSequence for identifiers Missing \u{...} support for identifiers Dec 23, 2016
@ghost ghost changed the title Missing \u{...} support for identifiers Add ES6 \u{...} support for identifiers Dec 23, 2016
@DanielRosenwasser
Copy link
Member

DanielRosenwasser commented Dec 24, 2016

Looks like a duplicate of #5291. We're accepting PRs though.

@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Dec 24, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

1 participant