We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeScript Version: 2.2.0
Code
\u{41}
Expected behavior: Cannot find name '\u0041'.
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.
UnicodeEscapeSequence
\u0041
The text was updated successfully, but these errors were encountered:
Looks like a duplicate of #5291. We're accepting PRs though.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: