Conversation
Contributor
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
CodSpeed Performance ReportMerging #5696 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.28.0] - 2024-09-11
afc4548 ast: [BREAKING] Educe byte size of
TaggedTemplateExpression::quasibyBoxingit (perf(ast)!: reduce byte size ofTaggedTemplateExpression::quasibyBoxingit #5679) (Boshen)7415e85 ast: [BREAKING] Reduce byte size of
TSImportType::attributesbyBoxing it (perf(ast)!: reduce byte size ofTSImportType::attributesbyBoxing it #5678) (Boshen)ee4fb42 ast: [BREAKING] Reduce size of
WithClausebyBoxing it (perf(ast)!: reduce byte size ofWithClausebyBoxing it #5677) (Boshen)1fa3e56 semantic: [BREAKING] Rename
SymbolTable::itertosymbol_ids(refactor(semantic)!: renameSymbolTable::itertosymbol_ids#5621) (overlookmotel)96a1552 semantic: [BREAKING] Remove
SymbolTable::iter_rev(refactor(semantic)!: removeSymbolTable::iter_rev#5620) (overlookmotel)4a8aec1 span: [BREAKING] Change
SourceType::jstoSourceType::cjsandSourceType::mjs(feat(span)!: changeSourceType::jstoSourceType::cjsandSourceType::mjs#5606) (Boshen)603817b oxc: [BREAKING] Add
SourceType::Unambiguous; parse.jsas unambiguous (feat(oxc)!: addSourceType::Unambiguous; parse.jsas unambiguous #5557) (Boshen)b060525 semantic: [BREAKING] Remove
source_typeargument fromSemanticBuilder::new(refactor(semantic)!: removesource_typeargument fromSemanticBuilder::new#5553) (Boshen)Features
JSXElementName::get_identifiermethod (feat(ast): addJSXElementName::get_identifiermethod #5556) (overlookmotel)void 1->void 0(feat(minifier): foldvoid 1->void 0#5670) (Boshen)typeof(feat(minifier): constant foldtypeof#5666) (Boshen)SourceMapwith Rollup'sExistingRawSourceMap(feat(napi/transform): align outputSourceMapwith Rollup'sExistingRawSourceMap#5657) (Boshen)SymbolTable::delete_resolved_referencemethod (feat(semantic): addSymbolTable::delete_resolved_referencemethod #5558) (overlookmotel)format_compact_str!macro (feat(span):format_compact_str!macro #5610) (overlookmotel)refresh_sigandrefresh_regoptions correctly (feat(transformer/react): handlerefresh_sigandrefresh_regoptions correctly #5638) (Dunqing)Bug Fixes
ArrayExpression(fix(codegen): do not print trailing commas forArrayExpression#5551) (Boshen)always_strictto test262 and typescript per the specifcation (fix(coverage): applyalways_strictto test262 and typescript per the specifcation #5555) (Boshen)interface(fix(isolated-declarations): false positive for setter method ininterface#5681) (Dunqing)TSModuleDeclarationare removed incorrectly (fix(isolated-declarations): bindings referenced inTSModuleDeclarationare removed incorrectly #5680) (Dunqing)to_string(fix(regular_expression): Keep LegacyOctalEscape raw digits forto_string#5692) (leaysgur)to_string()results (fix(regular_expression): Improve RegExpto_string()results #5635) (leaysgur)-in/[\-]/uas escaped character (fix(regular_expression): Handle-in/[\-]/uas escaped character #5631) (leaysgur)SymbolIdto function name inif (foo) function id() {}(fix(semantic): bindSymbolIdto function name inif (foo) function id() {}#5673) (Boshen).jsasmodulefile (reverts the previous breaking change) (fix(span): treat.jsasmodulefile (reverts the previous breaking change) #5612) (Boshen)JSXClosingElements (fix(transformer): JSX transform delete references forJSXClosingElements #5560) (overlookmotel)Term::Quantifier(fix(transformer): RegExp transform handleTerm::Quantifier#5501) (overlookmotel)emit_full_signaturesoption in refresh plugin (fix(transformer/react): supportemit_full_signaturesoption in refresh plugin #5629) (Dunqing)Performance
generate_uidcache available binding names (perf(traverse):generate_uidcache available binding names #5611) (overlookmotel)Documentation
Refactor
AstKind::as_*methods (refactor(ast): inlineAstKind::as_*methods #5547) (overlookmotel)IsGlobalReferencetrait (refactor(semantic): introduceIsGlobalReferencetrait #5672) (Boshen)SymbolTable::is_emptyuseis_empty(refactor(semantic):SymbolTable::is_emptyuseis_empty#5622) (overlookmotel)CompactStrinto separate file (refactor(span): moveCompactStrinto separate file #5609) (overlookmotel)walk.rs(refactor(traverse): revert changes towalk.rs#5652) (overlookmotel)- 26d9235 Enable clippy::ref_as_ptr (refactor: enable clippy::ref_as_ptr #5577) (夕舞八弦)Styling
package.jsonfiles (style: add trailing line breaks topackage.jsonfiles #5542) (overlookmotel)Testing
oxc_traversecrate (test(traverse): enable tests foroxc_traversecrate #5625) (overlookmotel)- dc92489 Add trailing line breaks to conformance fixtures (test: add trailing line breaks to conformance fixtures #5541) (overlookmotel)