Conversation
Contributor
Your org has enabled the Graphite merge queue for merging into mainAdd the label “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 #5107 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.25.0] - 2024-08-23
78f135d ast: [BREAKING] Remove
ReferenceFlagfromIdentifierReference(refactor(ast)!: removeReferenceFlagfromIdentifierReference#5077) (Boshen)f2b8d82 semantic: [BREAKING]
ScopeTree::get_child_ids+get_child_ids_mutreturn value notOption(refactor(semantic)!:ScopeTree::get_child_ids+get_child_ids_mutreturn value notOption#5058) (overlookmotel)5f4c9ab semantic: [BREAKING] Rename
SymbolTable::get_flagtoget_flags(refactor(semantic)!: renameSymbolTable::get_flagtoget_flags#5030) (overlookmotel)58bf215 semantic: [BREAKING] Rename
Reference::flagandflag_mutmethods to plural (refactor(semantic)!: renameReference::flagandflag_mutmethods to plural #5025) (overlookmotel)c4c08a7 ast: [BREAKING] Rename
IdentifierReference::reference_flagsfield (refactor(ast)!: renameIdentifierReference::reference_flagsfield #5024) (overlookmotel)d262a58 syntax: [BREAKING] Rename
ReferenceFlagtoReferenceFlags(refactor(syntax)!: renameReferenceFlagtoReferenceFlags#5023) (overlookmotel)c30e2e9 semantic: [BREAKING]
Reference::flagmethod returnReferenceFlag(refactor(semantic)!:Reference::flagmethod returnReferenceFlag#5019) (overlookmotel)ce4d469 codegen: [BREAKING] Remove const generic
MINIFY(feat(codegen)!: remove const genericMINIFY#5001) (Boshen)b2ff2df parser: [BREAKING] Remove builder pattern from
Parserstruct (refactor(parser)!: remove builder pattern fromParserstruct #5000) (Boshen)f88970b ast: [BREAKING] Change order of fields in CallExpression (refactor(ast)!: Change order of fields in CallExpression #4859) (Burlin)
Features
inherit_variants!macro addinto_*methods (feat(ast):inherit_variants!macro addinto_*methods #5005) (overlookmotel)CompilerandCompilerInterface(feat(oxc): addCompilerandCompilerInterface#4954) (Boshen)generate_uid_based_on_nodeandgenerate_uid_in_current_scope_based_on_nodefromTraverseCtx(feat(traverse): exposegenerate_uid_based_on_nodeandgenerate_uid_in_current_scope_based_on_nodefromTraverseCtx#4965) (Dunqing)Bug Fixes
libcfield should not benull(Boshen)AstBuilder::copycall from TS namespace transform (fix(transformer): remove anAstBuilder::copycall from TS namespace transform #4987) (overlookmotel)AstBuilder::copycall from TS module transform (fix(transformer): remove anAstBuilder::copycall from TS module transform #4986) (overlookmotel)AstBuilder::copycall from TS enum transform (fix(transformer): remove anAstBuilder::copycall from TS enum transform #4985) (overlookmotel)AstBuilder::copycall for TSAssignmentTargettransform (fix(transformer): remove anAstBuilder::copycall for TSAssignmentTargettransform #4984) (overlookmotel)AstBuilder::copycall (fix(transformer): remove anAstBuilder::copycall #4983) (overlookmotel)Documentation
optional-catch-bindingplugin (docs(transformer): add documentation foroptional-catch-bindingplugin #5064) (Dunqing)logical-assignment-operatorsplugin (docs(transformer): add documentation forlogical-assignment-operatorsplugin #5012) (Dunqing)Refactor
BoxandVecinto separate files (refactor(allocator): moveBoxandVecinto separate files #5034) (overlookmotel)AstBuilder::move_statement_vecwithmove_vec(refactor(ast): replaceAstBuilder::move_statement_vecwithmove_vec#4988) (overlookmotel)AstBuilder::move_identifier_referencedo not allocate empty string (refactor(ast):AstBuilder::move_identifier_referencedo not allocate empty string #4977) (overlookmotel)flagvars toflags(refactor(linter, mangler, parser, semantic, transformer, traverse, wasm): rename variousflagvars toflags#5028) (overlookmotel)move_out_expression(refactor(minifier): remove duplicated helpermove_out_expression#5007) (IWANABETHATGUY)remove_whitespace(Boshen)oxccrate add mangler; mangler use options API (Boshen)IdMappingto transform checker (refactor(semantic): addIdMappingto transform checker #5079) (overlookmotel)Pairstructure (refactor(semantic): transform checkerPairstructure #5053) (overlookmotel)PostTransformCheckerin transform checker (refactor(semantic): store all data inPostTransformCheckerin transform checker #5050) (overlookmotel)SemanticIdsto transformer checker (refactor(semantic): addSemanticIdsto transformer checker #5048) (overlookmotel)flagtoflags(refactor(semantic): rename fields in snapshots fromflagtoflags#5032) (overlookmotel)flagtoflags(refactor(semantic): rename vars fromflagtoflags#5031) (overlookmotel)SemanticBuilder::current_reference_flagsfield (refactor(semantic): renameSemanticBuilder::current_reference_flagsfield #5027) (overlookmotel)Reference::flagfield toflags(refactor(semantic): renameReference::flagfield toflags#5026) (overlookmotel)resolved_references(refactor(semantic): do not reserve space inresolved_references#4962) (overlookmotel)UnresolvedReferencesStackcontain onlyReferenceId(refactor(semantic):UnresolvedReferencesStackcontain onlyReferenceId#4960) (overlookmotel)root_unresolved_referencescontain onlyReferenceId(refactor(semantic):root_unresolved_referencescontain onlyReferenceId#4959) (overlookmotel)Atomconversion methods lifetimes (refactor(span): clarifyAtomconversion methods lifetimes #4978) (overlookmotel)into_member_expression(refactor(transformer): useinto_member_expression#5006) (overlookmotel)move_expression(refactor(transformer): TS annotations transform usemove_expression#4982) (overlookmotel)ctx.clone_identifier_reference(refactor(transformer/exponentiation-operator): use built-inctx.clone_identifier_reference#5086) (Dunqing)ctx.clone_identifier_reference(refactor(transformer/logical-assignment-operator): usectx.clone_identifier_reference#5014) (Dunqing)Testing
PostTransformChecker(Boshen)