Uh oh!
There was an error while loading. Please reload this page.
Revert "Disallow numeric literals with negative numbers (#55268)" - #56422
Conversation
Jake Bailey (jakebailey)
commented
Nov 15, 2023
TypeScript Bot (@typescript-bot) cherry-pick this to release-5.3 |
Heya Jake Bailey (@jakebailey), I've started to run the task to cherry-pick this into |
TypeScript Bot (typescript-bot)
commented
Nov 15, 2023
Hey Jake Bailey (@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. |
Jake Bailey (jakebailey)
commented
Nov 15, 2023
sigh |
Jake Bailey (jakebailey)
commented
Nov 16, 2023
TypeScript Bot (@typescript-bot) cherry-pick this to release-5.3 |
Heya Jake Bailey (@jakebailey), I've started to run the task to cherry-pick this into |
TypeScript Bot (typescript-bot)
commented
Nov 16, 2023
Hey Jake Bailey (@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.