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 Instrumentation Performance ReportMerging #10637 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.67.0] - 2025-04-27
Scoping::set_symbol_name(feat(semantic)!: do not need to return old name inScoping::set_symbol_name#10613) (Dunqing)oxc_transformer_pluginscrate (feat(transformer_plugins): split outoxc_transformer_pluginscrate #10617) (Boshen)Features
removeClassFieldsWithoutInitializer(feat(napi/transform): support enablingremoveClassFieldsWithoutInitializer#10581) (Dunqing)allowDeclareFieldsoption (feat(transformer, napi/transform): deprecateallowDeclareFieldsoption #10584) (Dunqing)allowDeclareFields: falsefor backward compatibility (feat(transformer/typescript): supportallowDeclareFields: falsefor backward compatibility #10585) (Dunqing)removeClassFieldsWithoutInitializeroption (feat(transformer/typescript): supportremoveClassFieldsWithoutInitializeroption #10576) (Dunqing)Bug Fixes
TSClassImplements::expressiontoMemberExpressionin TS-ESTree AST (fix(ast/estree): convertTSClassImplements::expressiontoMemberExpressionin TS-ESTree AST #10607) (overlookmotel)thisinTSTypeNamein TS-ESTree AST (fix(ast/estree): correctthisinTSTypeNamein TS-ESTree AST #10603) (overlookmotel)TSModuleDeclaration(fix(ast/estree): fix TS-ESTree AST forTSModuleDeclaration#10574) (overlookmotel)ObjectPatternin TS-ESTree AST (fix(ast/estree): add missing fields toObjectPatternin TS-ESTree AST #10570) (overlookmotel)Objectwhen a type reference refers to a type symbol (fix(transformer/legacy-decorator): should fallback toObjectwhen a type reference refers to a type symbol #10633) (Dunqing)Performance
get_uncheckedfor byte access in comment parsing (perf(lexer): useget_uncheckedfor byte access in comment parsing #10635) (camc314)-> Result<T>from all parsing methods (perf(parser): remove-> Result<T>from all parsing methods #10588) (Boshen)Scoping::rename_symbolmethod (perf(semantic): optimizeScoping::rename_symbolmethod #10612) (Dunqing)ArenaStringinsteadCompactStringto store UID name (perf(traverse): useArenaStringinsteadCompactStringto store UID name #10562) (Dunqing)Documentation
CompilerAssumptions::set_public_class_fields(docs(transformer): add documentation forCompilerAssumptions::set_public_class_fields#10582) (Dunqing)Refactor
wrapfiles (refactor(napi/parser): refactorwrapfiles #10480) (overlookmotel)Resultfromread_regex(refactor(parser): remove returnResultfromread_regex#10598) (Boshen)CloneInimpls (refactor(syntax): moveCloneInimpls #10571) (overlookmotel)&strinstead ofCompactStrinTraverseScoping::rename_symbol(refactor(traverse): take&strinstead ofCompactStrinTraverseScoping::rename_symbol#10610) (Dunqing)rename_symbolfromTraverseScopingtoScoping(refactor(traverse, semantic): moverename_symbolfromTraverseScopingtoScoping#10611) (Dunqing)Styling
raw_deserimpls (style(ast/estree): add semicolons to end of lines inraw_deserimpls #10563) (overlookmotel)Testing