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. |
Contributor
|
Triggering Monitor Oxc https://github.com/oxc-project/monitor-oxc/actions/workflows/ci.yml |
CodSpeed Performance ReportMerging #7399 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.37.0] - 2024-11-21
f059b0e ast: [BREAKING] Add missing
ChainExpressionfromTSNonNullExpression(fix(ast)!: add missingChainExpressionfromTSNonNullExpression#7377) (Boshen)878189c parser,linter: [BREAKING] Add
ParserReturn::is_flow_language; linter ignore flow error (feat(parser,linter)!: addParserReturn::is_flow_language; linter ignore flow error #7373) (Boshen)41a0e60 ast: [BREAKING] Remove
impl GetAddress for Function(refactor(ast)!: removeimpl GetAddress for Function#7343) (overlookmotel)1cbc624 traverse: [BREAKING] Rename
TraverseCtxmethods for creatingIdentifierReferences (refactor(traverse)!: renameTraverseCtxmethods for creatingIdentifierReferences #7300) (overlookmotel)e84ea2c traverse: [BREAKING] Remove
TraverseCtx::clone_identifier_reference(refactor(traverse)!: removeTraverseCtx::clone_identifier_reference#7266) (overlookmotel)44375a5 ast: [BREAKING] Rename
TSEnumMemberNameenum variants (refactor(ast)!: renameTSEnumMemberNameenum variants #7250) (overlookmotel)Features
Vec::from_array_in(feat(allocator): introduceVec::from_array_in#7331) (overlookmotel)raw(feat(ast): serialize StringLiterals to ESTree withoutraw#7263) (ottomated)SparseStack(feat(data_structures): add methods toSparseStack#7305) (overlookmotel)overridesconfig field (feat(linter): supportoverridesconfig field #6974) (DonIsaac)x?.f<T>()(feat(parser): fix incorrect AST forx?.f<T>()#7387) (Boshen)AssignmentOperator::to_logical_operatorandto_binary_operatormethods (feat(syntax): addAssignmentOperator::to_logical_operatorandto_binary_operatormethods #7350) (overlookmotel)CompilerAssumptionstoTransformContext(feat(transformer): addCompilerAssumptionstoTransformContext#7369) (Boshen)GatherNodePartsfor member expression types (feat(traverse): implementGatherNodePartsfor member expression types #7363) (overlookmotel)Expression::Identifiers (feat(traverse): add methods for creatingExpression::Identifiers #7301) (overlookmotel)MaybeBoundIdentifier(feat(traverse): introduceMaybeBoundIdentifier#7265) (overlookmotel)Bug Fixes
inexpression in ArrowFunctionExpression (fix(codegen): do not print parenthesis forinexpression in ArrowFunctionExpression #7360) (Dunqing)NewExpression(fix(codegen): fix arithmetic overflow printing unspannedNewExpression#7289) (overlookmotel)ChainExpressionin optionalTSInstantiationExpression(fix(parser): add missingChainExpressionin optionalTSInstantiationExpression#7371) (Boshen)argumentsisn't correct after transformation (fix(transformer/async-to-generator):argumentsisn't correct after transformation #7234) (Dunqing)Performance
AstBuilder::vec1useVec::from_array_in(perf(ast):AstBuilder::vec1useVec::from_array_in#7334) (overlookmotel)AstBuilder::vec_from_array(perf(transformer): useAstBuilder::vec_from_array#7333) (overlookmotel)generate_super_binding_name(perf(transformer/arrow-function): optimizegenerate_super_binding_name#7312) (overlookmotel)Documentation
PropertyDefinition(docs(ast): improve docs examples forPropertyDefinition#7287) (overlookmotel)StringLiteral(docs(ast): correct doc comment forStringLiteral#7255) (overlookmotel)ReferenceFlags::ReadandWrite(docs(semantic): document the meaning ofReferenceFlags::ReadandWrite#7368) (Boshen)ReferenceFlags(docs(syntax): more comments forReferenceFlags#7392) (overlookmotel)TraverseCtx::is_static(docs(traverse): tidy doc comments forTraverseCtx::is_static#7267) (overlookmotel)Refactor
StringLiteraldefinition higher up (refactor(ast): moveStringLiteraldefinition higher up #7270) (overlookmotel)inherit_variants!fromTSEnumMemberName(refactor(ast): removeinherit_variants!fromTSEnumMemberName#7248) (overlookmotel)Vecunnecessarily (refactor(isolated_declarations): do not copyVecunnecessarily #7332) (overlookmotel)Span(refactor(transformer): helper loader methods takeSpan#7304) (overlookmotel)Vec(refactor(transformer/arrow-function): reserve correct capacity forVec#7319) (overlookmotel)generate_super_binding_nametake&strand&TraverseCtx(refactor(transformer/arrow-function):generate_super_binding_nametake&strand&TraverseCtx#7310) (overlookmotel)IndexMapforsupergetter/setters (refactor(transformer/arrow-functions): useIndexMapforsupergetter/setters #7317) (overlookmotel)Styling
Testing