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 #11061 will not alter performanceComparing Summary
|
This was referenced May 16, 2025
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.70.0] - 2025-05-15
SourceType::from_path(".js")return js instead of jsx (fix(span)!:SourceType::from_path(".js")return js instead of jsx #11038) (Boshen)Features
JSXEmptyExpression(feat(codegen): print comments insideJSXEmptyExpression#11022) (Boshen)Bug Fixes
raw_deserforTSMappedTypeOptionalserializer (fix(ast/estree): fixraw_deserforTSMappedTypeOptionalserializer #10971) (overlookmotel)FormalParameter(fix(ast/estree): fix field order forFormalParameter#10962) (overlookmotel)RestElementinFormalParameters(fix(ast/estree): fix field order and type def forRestElementinFormalParameters#10961) (overlookmotel)TSModuleDeclarationraw deserializer (fix(ast/estree): fixTSModuleDeclarationraw deserializer #10924) (overlookmotel)FormalParametersinUtf8ToUtf16Converter(fix(ast_visit): fix visitation order forFormalParametersinUtf8ToUtf16Converter#11019) (overlookmotel)TSTemplateLiteralTypeinUtf8ToUtf16Converter(fix(ast_visit): fix visitation order forTSTemplateLiteralTypeinUtf8ToUtf16Converter#11007) (overlookmotel)BindingPatterninUtf8ToUtf16Converter(fix(ast_visit): fix visitation order forBindingPatterninUtf8ToUtf16Converter#11003) (overlookmotel)AssignmentPattern(fix(estree): Ensure the same key order forAssignmentPattern#10953) (Yuji Sugiura)export defaultfunction/class/interface (fix(isolated-declarations): lost leading comments ofexport defaultfunction/class/interface #10990) (Dunqing)langthensourceType(fix(napi): computed final source type fromlangthensourceType#11060) (Boshen)no_opt_archfeature on linux aarch64 (fix(napi): enable mimallocno_opt_archfeature on linux aarch64 #11053) (Boshen)for(using usingstmts (fix(parser): allowfor(using usingstmts #10985) (camc314)Performance
WithClause(perf(ast/estree): streamline raw deserializer forWithClause#10974) (overlookmotel)Tokenflag (perf(parser): use 8 bits for eachTokenflag #11046) (overlookmotel)Kind::Eof(default) 0 (perf(parser): makeKind::Eof(default) 0 #11014) (overlookmotel)SourceType(perf(span): faster conversion of path/extension toSourceType#10996) (overlookmotel)memchrfor parsing JSX pragma comments (perf(transformer/jsx): usememchrfor parsing JSX pragma comments #11001) (overlookmotel)Documentation
ExportSpecifier(docs(ast): fix docs forExportSpecifier#10891) (overlookmotel)Refactor
Elision(refactor(ast/estree): remove custom serializer forElision#10965) (overlookmotel)FormalParameters(refactor(ast/estree): simplify custom serializers forFormalParameters#10964) (overlookmotel)FormalParameters(refactor(ast/estree): rename custom serializers for fields containingFormalParameters#10963) (overlookmotel)Utf8ToUtf16Converter(refactor(ast_visit): descriptive method param names inUtf8ToUtf16Converter#10987) (overlookmotel)Statement::Gencode more compact (refactor(codegen): makeStatement::Gencode more compact #10937) (Boshen)Tokenmethods (refactor(lexer): re-orderTokenmethods #11040) (overlookmotel)Token(refactor(lexer): tidy tests forToken#11011) (overlookmotel)Token::set_has_separatortakebool(refactor(parser):Token::set_has_separatortakebool#11041) (overlookmotel)ParserImpl::asiimplementation more compact (refactor(parser): makeParserImpl::asiimplementation more compact #11037) (Boshen)Tokenfields private (refactor(parser): makeTokenfields private #10936) (Boshen)source_typemodule (refactor(span): removesource_typemodule #11024) (overlookmotel)Styling
raw_desercode (style(ast/estree): reformatraw_desercode #10972) (overlookmotel)Testing