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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
microsoft/TypeScript#20324 adds support for numeric separators, e.g. 1_000_000.
1_000_000
Ensure that isValidNumericLiteral and isValidPropertyName function correctly after the PR landed upstream.
isValidNumericLiteral
isValidPropertyName
The text was updated successfully, but these errors were encountered:
Update to typescript@2.7.0
caea25e
Fixes: #15
Update to typescript@2.7.0 (#27)
7e6d301
No branches or pull requests
microsoft/TypeScript#20324 adds support for numeric separators, e.g.
1_000_000
.Ensure that
isValidNumericLiteral
andisValidPropertyName
function correctly after the PR landed upstream.The text was updated successfully, but these errors were encountered: