Conversation
Contributor
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Contributor
Monitor Oxc
|
CodSpeed Performance ReportMerging #9554 will not alter performanceComparing Summary
|
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.
[0.55.0] - 2025-03-05
Features
AstBuilder::*_with_pureetc methods (feat(ast): addAstBuilder::*_with_pureetc methods #9417) (Dunqing)Propertyhave consistent field order (feat(ast/estree):Propertyhave consistent field order #9547) (overlookmotel)ExportNamedDeclarationalways haveattributesfield (feat(ast/estree): ESTree ASTExportNamedDeclarationalways haveattributesfield #9546) (overlookmotel)InlineStringintooxc_data_structurescrate (feat(data_structures): moveInlineStringintooxc_data_structurescrate #9549) (overlookmotel)__NO_SIDE_EFFECTS__(feat(minifier): apply__NO_SIDE_EFFECTS__#9533) (Boshen)pureto argument of unary expression (feat(parser): applypureto argument of unary expression #9530) (Dunqing)/* @_PURE__ */annotation for pure calls (feat(transformer): add/* @_PURE__ */annotation for pure calls #9424) (Dunqing)moduleRunnerTransformfunction (feat(transformer, napi/transform): exposemoduleRunnerTransformfunction #9532) (Dunqing)Bug Fixes
showSemanticErrorsoption (fix(ast/estree): raw transfer supportshowSemanticErrorsoption #9522) (overlookmotel)asorsatisfies(fix(parser): parsing errors occur when type parameters are followed byasorsatisfies#9553) (Dunqing)Performance
RegExpFlagsto string (perf(ast, codegen, transformer): avoid allocations when convertingRegExpFlagsto string #9550) (overlookmotel)InlineString(perf(mangler): use shorterInlineString#9552) (overlookmotel)Documentation
Refactor
RegExpFlags::to_stringreturn flags in alphabetical order (refactor(ast):RegExpFlags::to_stringreturn flags in alphabetical order #9548) (overlookmotel)RegExpLiterals (refactor(ast/estree): simplify serializingRegExpLiterals #9551) (overlookmotel)*_with_scope_idmethods (refactor(transformer): shorten code for using*_with_scope_idmethods #9538) (Dunqing)helper_callinstead ofhelper_load+call_expression(refactor(transformer/object-rest-spread): usehelper_callinstead ofhelper_load+call_expression#9536) (Dunqing)Testing