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 #7983 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.42.0] - 2024-12-18
84b75a0 semantic: [BREAKING] Remove
ScopeFlags::Modifiers(refactor(semantic): removeScopeFlags::Modifiers#7935) (overlookmotel)c071494 semantic: [BREAKING] Remove
SymbolTable::renamemethod (refactor(semantic)!: removeSymbolTable::renamemethod #7868) (overlookmotel)Features
AstBuilder::atom_from_cow(feat(ast): addAstBuilder::atom_from_cow#7974) (overlookmotel)DefaultforNonEmptyStack(feat(data_structures): implementDefaultforNonEmptyStack#7946) (overlookmotel)jsx: 'preserve'option (feat(napi/transform): addjsx: 'preserve'option #7965) (Boshen)impl From<ArenaString> for Atom(feat(span): addimpl From<ArenaString> for Atom#7973) (overlookmotel)TraverseScoping::rename_symbolmethod (feat(traverse): addTraverseScoping::rename_symbolmethod #7871) (overlookmotel)Bug Fixes
,when generating type parameters with jsx (fix(codegen): missing,when generating type parameters with jsx #7929) (Dunqing)try_fold_left_child_op(fix(minifier): incorrect minification intry_fold_left_child_op#7949) (翠 / green)ScopeFlags::Modifierfrom parent scope (fix(semantic): remove inhertingScopeFlags::Modifiersfrom parent scope #7932) (Dunqing)ScopeTree::rename_bindingpreserve order of bindings (fix(semantic):ScopeTree::rename_bindingpreserve order of bindings #7870) (overlookmotel)super.propin nested method within static prop initializer (fix(transformer/class-properties): do not transformsuper.propin nested method within static prop initializer #7978) (overlookmotel)argsin created class constructor (fix(transformer/class-properties): use UID forargsin created class constructor #7866) (overlookmotel)noDocumentAllassumption (fix(transformer/optional-chaining): do not create unused reference whennoDocumentAllassumption #7847) (overlookmotel)noDocumentAllis true (fix(transformer/optional-chaining): avoid creating a useless reference whennoDocumentAllis true #7832) (Dunqing)Performance
Comment::is_jsdoc(perf(ast): fasterComment::is_jsdoc#7905) (overlookmotel)transform_call_expression_for_super_member_expr(perf(transformer/class-properties): reduce size oftransform_call_expression_for_super_member_expr#7859) (overlookmotel)Documentation
Expression::is_*methods (docs(ast): documentExpression::is_*methods #7853) (overlookmotel)Refactor
ArgumenttoArrayExpressionElementconversion (refactor(ast): use exhaustive match forArgumenttoArrayExpressionElementconversion #7848) (overlookmotel)&strinstead ofCow(refactor(semantic): pass&strinstead ofCow#7972) (overlookmotel)visit_export_named_declaration(refactor(semantic): move determining references flags for export specifier tovisit_export_named_declaration#7924) (Dunqing)oxc_syntax(refactor(semantic): import flags and ID types fromoxc_syntax#7887) (overlookmotel)SymbolTable::set_namereturn old name (refactor(semantic):SymbolTable::set_namereturn old name #7869) (overlookmotel)Expression::is_super(refactor(semantic): useExpression::is_super#7851) (overlookmotel)#: remove#![allow(non_snake_case)]#7863) (overlookmotel)#[allow](refactor(transformer): remove unneeded lint#[allow]#7971) (overlookmotel)Expression::is_super(refactor(transformer): useExpression::is_super#7852) (overlookmotel)Atoms (refactor(transformer/async-to-generator): avoid allocating unnecessaryAtoms #7975) (overlookmotel)temp_var_is_createdonClassBindings(refactor(transformer/class-properties): storetemp_var_is_createdonClassBindings#7981) (overlookmotel)is_declarationonly onClassDetails(refactor(transformer/class-properties): storeis_declarationonly onClassDetails#7980) (overlookmotel)move_expressions (refactor(transformer/class-properties): removemove_expressions #7979) (overlookmotel)BoundIdentifiers by reference (refactor(transformer/class-properties): passBoundIdentifiers by reference #7968) (overlookmotel)&selfwhere possible (refactor(transformer/class-properties): methods take&selfwhere possible #7967) (overlookmotel)ClassDetails(refactor(transformer/class-properties): use stack ofClassDetails#7947) (overlookmotel)Visit(refactor(transformer/class-properties): instance prop inits visitor useVisit#7867) (overlookmotel)Vec(refactor(transformer/class-properties): re-use existingVec#7854) (overlookmotel)*_ownertoowned_*(refactor(transformer/class-properties): rename*_ownertoowned_*#7855) (Dunqing)Atom(refactor(transformer/typescript): reuseAtom#7969) (overlookmotel)Styling
cargo +nightly fmt(style(rust):cargo +nightly fmt#7877) (Boshen)Testing