[turbopack] Handle negative numbers as constants in the analyzer#94218
Merged
sampoder merged 1 commit intoMay 30, 2026
Merged
Conversation
Contributor
Tests PassedCommit: 0019d3a |
Contributor
Stats skippedCommit: 0019d3a |
lukesandberg
approved these changes
May 29, 2026
91a6ffa to
f1fdb47
Compare
e19c4c2 to
de9031c
Compare
f1fdb47 to
8c145b1
Compare
de9031c to
c66d3e9
Compare
e8c3f45 to
bac9ce7
Compare
c66d3e9 to
fef788e
Compare
bac9ce7 to
1a42441
Compare
fef788e to
ff29bae
Compare
1a42441 to
3f17609
Compare
fe388f3 to
04ee7e3
Compare
3f17609 to
0019d3a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously, these were unknown / unsupported expressions:
This prevented us from folding
-1 === -1into true, for example. Most of this PR's changes are updates to the snapshot. It exists in this stack because the code it touches was moved in the stack.