-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
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
Revert "Disallow numeric literals with negative numbers (#55268)" #56422
Conversation
@typescript-bot cherry-pick this to release-5.3 |
Heya @jakebailey, I've started to run the task to cherry-pick this into |
Hey @jakebailey, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-5.3 manually. |
sigh |
@typescript-bot cherry-pick this to release-5.3 |
Heya @jakebailey, I've started to run the task to cherry-pick this into |
Hey @jakebailey, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-5.3 manually. |
…osoft#55268)" (microsoft#56422)" This reverts commit 3333e90.
This reverts #55268.
Closes #56301
Updates #56272
For 5.3 it seemed too risky to take this change; there's a lot more inconsistency we've discovered at the last minute and changing it again later seemed bad.
Also #56270 shows that this behavior was being depended on as TS lacks true infinity types.