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.
[0.75.0] - 2025-06-25
💥 BREAKING CHANGES
rangeoption (feat(napi/parser)!: addrangeoption #11728) (Bacary Bruno Bodian)🚀 Features
TreeShakeOptions::annotations(feat(minifier): applyTreeShakeOptions::annotations#11856) (Boshen)🐛 Bug Fixes
NodeArrayallow setting large integer properties (fix(napi/parser):NodeArrayallow setting large integer properties #11883) (overlookmotel)MemberExpression::static_property_infousecookednotrawforTemplateElements (fix(ast):MemberExpression::static_property_infousecookednotrawforTemplateElements #11879) (overlookmotel)🚜 Refactor
AstKindforMemberExpressionand replace withStaticMemberExpressionandPrivateFieldExpression(refactor(ast): RemoveAstKindforMemberExpressionand replace withStaticMemberExpressionandPrivateFieldExpression#11767) (camchenry)AstKindforComputedMemberExpression(refactor(ast): addAstKindforComputedMemberExpression#11766) (camchenry)⚡ Performance
MemberExpression::static_property_infoandComputedMemberExpression::static_property_name(perf(ast): remove redundant checks fromMemberExpression::static_property_infoandComputedMemberExpression::static_property_name#11882) (overlookmotel)NodeArrayiterators (perf(napi/parser): lazy deser: faster construction ofNodeArrayiterators #11870) (overlookmotel)NodeArrays (perf(napi/parser): lazy deser: speed up creatingNodeArrays #11869) (overlookmotel)WeakMapfromNodeArray(perf(napi/parser): raw deser: removeWeakMapfromNodeArray#11868) (overlookmotel)🧪 Testing
requirein benchmarks (test(napi/parser): load internal modules withrequirein benchmarks #11865) (overlookmotel)