-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
refactor(parser): remove TokenValue::Number
from Token
#1945
refactor(parser): remove TokenValue::Number
from Token
#1945
Conversation
This PR is part of #1880. Token size is reduced from 40 to 32 bytes.
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
Note to self: number lexing no longer requires the string builder. |
CodSpeed Performance ReportMerging #1945 will not alter performanceComparing Summary
|
We can add a |
Looks great!! |
Token
Token
TokenValue::Number
from Token
Nice one! |
) This PR is part of oxc-project#1880. Token size is reduced from 40 to 32 bytes.
This PR is part of #1880.
Token size is reduced from 40 to 32 bytes.