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 Performance ReportMerging #8054 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.43.0] - 2024-12-21
de4c772 traverse: [BREAKING] Rename
Ancestor::is_via_*methods tois_parent_of_*(refactor(traverse)!: renameAncestor::is_via_*methods tois_parent_of_*#8031) (overlookmotel)ed75e42 semantic: [BREAKING] Make SymbolTable fields
pub(crate)instead ofpub(refactor(semantic)!: make SymbolTable fieldspub(crate)instead ofpub#7999) (Boshen)Features
Vec<u8>::into_string(feat(allocator):Vec<u8>::into_string#8017) (overlookmotel)allocator_api2forAllocator(feat(ast): implementallocator_api2forAllocator#8043) (Boshen)AstBulder::move_property_key(feat(ast): addAstBulder::move_property_key#7998) (overlookmotel)Bug Fixes
thisand class name in static blocks (fix(transformer/class-properties): replacethisand class name in static blocks #8035) (overlookmotel)Performance
move_expressionandmove_statementproduce dummy with no span (perf(ast):move_expressionandmove_statementproduce dummy with no span #7995) (overlookmotel)UnresolvedReferencesin allocator (perf(semantic): allocateUnresolvedReferencesin allocator #8046) (Boshen)Bindingsin allocator (perf(semantic): allocateBindingsin allocator #8021) (Boshen)Documentation
AstBuilder::move_*methods (docs(ast): improve docs forAstBuilder::move_*methods #7994) (overlookmotel)Refactor
ScopeTree::rename_bindingremove old binding first (refactor(semantic):ScopeTree::rename_bindingremove old binding first #8020) (overlookmotel)Bindingsto a plainFxHashMap(refactor(semantic): changeBindingsto a plainFxHashMap#8019) (Boshen)serialize(refactor(semantic): removeserialize#8015) (Boshen)current_reference_flagsin visit functions (refactor(semantic): remove resettingcurrent_reference_flagsin visit functions #7986) (Dunqing)Stackfor function stack node ids (refactor(semantic): useStackfor function stack node ids #7984) (Dunqing)ScopeIdintoinsert_instance_inits(refactor(transformer/class-properties): do not passScopeIdintoinsert_instance_inits#8001) (overlookmotel)temp_var_name_baseto generate temp var names forsupertransform (refactor(transformer/class-properties): usetemp_var_name_baseto generate temp var names forsupertransform #8004) (overlookmotel)transform_assignment_expression_if_super_member_assignment_targetas inline (refactor(transformer/class-properties): marktransform_assignment_expression_if_super_member_assignment_targetas inline #7993) (Dunqing)Testing