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 #11182 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.71.0] - 2025-05-20
1a4fec0 codegen: [BREAKING] A legal comment can also be a jsdoc comment (fix(codegen)!: a legal comment can also be a jsdoc comment #11158) (Boshen)
65a6419 mangler: [BREAKING]
Mangler::build_with_semantictake mut ref toSemantic(perf(mangler)!:Mangler::build_with_semantictake mut ref toSemantic#11132) (overlookmotel)5d9344f rust: [BREAKING] Clippy avoid-breaking-exported-api = false (refactor(rust)!: clippy avoid-breaking-exported-api = false #11088) (Boshen)
Features
lenandcapfields fromusizetou32(feat(allocator/vec2): changelenandcapfields fromusizetou32#10884) (Dunqing)phasefield toImportExpressionin ESTree AST (feat(ast/estree): addphasefield toImportExpressionin ESTree AST #11165) (overlookmotel)phasefield toImportDeclarationin ESTree AST (feat(ast/estree): addphasefield toImportDeclarationin ESTree AST #11157) (overlookmotel)#[js_only]attr for struct fields and converters (feat(ast_tools): introduce#[js_only]attr for struct fields and converters #11160) (overlookmotel)PointerExttrait (feat(data_structures): introducePointerExttrait #11095) (overlookmotel)Bug Fixes
synfeature "clone-impls" (fix(ast_macros): fix missingsynfeature "clone-impls" #11181) (Boshen)Tokenflags on big-endian systems (fix(parser): fix readingTokenflags on big-endian systems #11153) (overlookmotel)class-propertiesplugin is not enabled (fix(transformer/legacy-decorator): static class fields cannot be accessed in static field initializer whenclass-propertiesplugin is not enabled #11143) (Dunqing)setPublicClassFields = trueand the class includes private field (fix(transformer/typescript): panics whensetPublicClassFields = trueand the class includes private field #11089) (Dunqing)Performance
SetLenOnDrop(perf(allocator/vec): removeSetLenOnDrop#11079) (overlookmotel)alloc_guardfromRawVec::from_raw_parts_in+ clarify safety docs (perf(allocator/vec): removealloc_guardfromRawVec::from_raw_parts_in+ clarify safety docs #11073) (overlookmotel)RawVecfields (perf(allocator/vec2): reorderRawVecfields #11050) (Dunqing)Commentto 16 bytes (perf(ast): reduce size ofCommentto 16 bytes #11062) (camchenry)PointerExt(perf(data_structures): inline all methods inPointerExt#11149) (overlookmotel)offset_fromandoffset_from_unsignedfor pointer comparisons (perf(lexer): useoffset_fromandoffset_from_unsignedfor pointer comparisons #11116) (overlookmotel)Documentation
RawVec::append_elements(docs(allocator/vec): correct safety comments forRawVec::append_elements#11072) (overlookmotel)oxc-parser(docs(napi): update docs foroxc-parser#11156) (overlookmotel)Refactor
RawVec::with_capacity_zeroed_in(refactor(allocator/vec): removeRawVec::with_capacity_zeroed_in#11177) (overlookmotel)RawVec::from_raw_parts_in(refactor(allocator/vec): re-order arguments toRawVec::from_raw_parts_in#11176) (overlookmotel)#[expect(clippy::cast_possible_truncation)](refactor(allocator/vec): limit scope of#[expect(clippy::cast_possible_truncation)]#11074) (overlookmotel)lenfield fromVectoRawVec(refactor(allocator/vec2): movelenfield fromVectoRawVec#10883) (Dunqing)CommentNewlinesmethods (refactor(ast): shortenCommentNewlinesmethods #11152) (overlookmotel)CommentNewlinesfields (refactor(ast): renameCommentNewlinesfields #11151) (overlookmotel)Commentnewline flags setters (refactor(ast): inlineCommentnewline flags setters #11150) (overlookmotel)regexp-modifierssupport (refactor(regular_expression): Refactorregexp-modifierssupport #11142) (Yuji Sugiura)exprfragment specifier (refactor(various): update macros to useexprfragment specifier #11113) (overlookmotel)Styling