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
CodSpeed Performance ReportMerging #7110 will not alter performanceComparing Summary
|
810b42f to
537a318
Compare
github-merge-queue bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Nov 4, 2024
Relevant changes from oxc-project/oxc#7110 - f543a8d ast: [**BREAKING**] Remove `AstBuilder::*_from_*` methods (#7073) (overlookmotel) - 6d97af4 rust: Use `oxc-miette` (#6938) (Boshen) - bfdbcf1 transformer: Add `EnvOptions::from_browerslist_query` API (#7098) (Boshen) - 21b8e49 transformer: Add `ESTarget` (#7091) (Boshen) - 413973d codegen: Print linked and external legal comment (#7059) (Boshen) - ee27b92 codegen: Print eof legal comments (#7058) (Boshen) - 6516f9e codegen: Print inline legal comments (#7054) (Boshen)
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.35.0] - 2024-11-04
f543a8d ast: [BREAKING] Remove
AstBuilder::*_from_*methods (refactor(ast)!: removeAstBuilder::*_from_*methods #7073) (overlookmotel)b8daab3 transformer: [BREAKING] API to
TryFrom<&EnvOptions> for TransformOptionsandTryFrom<&BabelOptions> TransformOptions(refactor(transformer)!: API toTryFrom<&EnvOptions> for TransformOptionsandTryFrom<&BabelOptions> TransformOptions#7020) (Boshen)9a6a2f9 semantic: [BREAKING] Remove
SymbolTable::get_symbol_id_from_spanAPI (refactor(semantic)!: removeSymbolTable::get_symbol_id_from_spanAPI #6955) (Boshen)Features
oxc/no-map-spread(feat(linter): addoxc/no-map-spread#6751) (DonIsaac)oxc-miette(feat(rust): useoxc-miette#6938) (Boshen)EnvOptions::from_browerslist_queryAPI (feat(transformer): addEnvOptions::from_browerslist_queryAPI #7098) (Boshen)ESTarget(feat(transformer): addESTarget#7091) (Boshen)TransformerOptions::envwithEnvOptions(feat(transformer): addTransformerOptions::envwithEnvOptions#7037) (Boshen)async_generator_functionsplugin (feat(transformer): addasync_generator_functionsplugin #6573) (Dunqing)Bug Fixes
StaticMemberExpression.get_first_object(fix(ast): FixStaticMemberExpression.get_first_object#6969) (tomoya yanagibashi)export * from 'foo';case (fix(module_lexer): add missingexport * from 'foo';case #7103) (Boshen)TSIndexSignature(fix(parser): fix incorrect parsedTSIndexSignature#7016) (Boshen)Performance
Comment(perf(ast): reduce size ofComment#6921) (overlookmotel)NonEmptyStack::pop(perf(data_structures): optimizeNonEmptyStack::pop#7021) (overlookmotel).before[inparse_member_expression_rest(perf(parser): check.before[inparse_member_expression_rest#6979) (Boshen)Refactor
StaticMemberExpression::get_first_objectuse loop instead of recursion (refactor(ast):StaticMemberExpression::get_first_objectuse loop instead of recursion #7065) (overlookmotel).d.tsfile (refactor(ast): move custom types.d.tsfile #6931) (overlookmotel)daachorsewith string match for annotation comment (refactor(codegen): replacedaachorsewith string match for annotation comment #7064) (Boshen)NonNullshim#[inline(always)](refactor(data_structures): make all methods ofNonNullshim#[inline(always)]#7024) (overlookmotel)#[repr(transparent)]toNonNullshim (refactor(data_structures): add#[repr(transparent)]toNonNullshim #7023) (overlookmotel)readmethod toNonNullshim (refactor(data_structures): addreadmethod toNonNullshim #7022) (overlookmotel)AstBuilder::*_from_*methods (refactor(isolated_declarations): do not useAstBuilder::*_from_*methods #7071) (overlookmotel)AstBuilder::*_from_*methods (refactor(minifier): do not useAstBuilder::*_from_*methods #7072) (overlookmotel)Tri, useOption<bool>instead (refactor(minifier): removeTri, useOption<bool>instead #6912) (Boshen)oxc_ecmascriptcrate (refactor(parser): removeoxc_ecmascriptcrate #7109) (Boshen)AstBuilder::*_from_*methods (refactor(parser): do not useAstBuilder::*_from_*methods #7068) (overlookmotel)ParserImpl::allocmethod (refactor(parser): addParserImpl::allocmethod #7063) (overlookmotel)parse_type_member_semicolon(refactor(parser): use functionparse_type_member_semicolon#7018) (Boshen)parse_ts_index_signature_memberfunction (refactor(parser): removeparse_ts_index_signature_memberfunction #7017) (Boshen)BabelPreests::envdirectly (refactor(transform): deserializeBabelPreests::envdirectly #7051) (Boshen)AstBuilder::*_from_*methods (refactor(transformer): do not useAstBuilder::*_from_*methods #7070) (overlookmotel)identifier_reference_with_reference_idbuilder method (refactor(transformer): useidentifier_reference_with_reference_idbuilder method #7056) (overlookmotel)*_with_scope_idbuilder methods where possible (refactor(transformer): use*_with_scope_idbuilder methods where possible #7055) (overlookmotel)ctx.allocoverctx.ast.allocwhere possible (refactor(transformer): usectx.allocoverctx.ast.allocwhere possible #7066) (overlookmotel)BabelOptions::compiler_assumptions(refactor(transformer): deserializeBabelOptions::compiler_assumptions#7048) (Boshen)BabelOptions::presets(refactor(transformer): deserializeBabelOptions::presets#7047) (Boshen)BabelOptions::plugins(refactor(transformer): deserializeBabelOptions::plugins#7045) (Boshen)EnvOptionstoBabelEnvOptions(refactor(transformer): renameEnvOptionstoBabelEnvOptions#7036) (Boshen)env/targets/query.rs(refactor(transformer): clean upenv/targets/query.rs#7033) (Boshen)BabelOptions(refactor(transformer): clean upBabelOptions#7029) (Boshen)Browserslist::Version(refactor(transformer): useBrowserslist::Version#7028) (Boshen)oxc_allocator::BoxasArenaBox(refactor(transformer): importoxc_allocator::BoxasArenaBox#6999) (overlookmotel)oxc_allocator::VecasArenaVec(refactor(transformer): importoxc_allocator::VecasArenaVec#6998) (overlookmotel)AStringtoArenaString(refactor(transformer): renameAStringtoArenaString#6997) (overlookmotel)AsyncGeneratorExecutorand make it public (refactor(transformer/async-to-generator): move transform methods toAsyncGeneratorExecutorand make it public #6992) (Dunqing)VarDeclarationsinsert eithervarorletstatements (refactor(transformer/common):VarDeclarationsinsert eithervarorletstatements #7043) (overlookmotel)&mut Tnot&mut ArenaBox<T>(refactor(transformer/jsx): return&mut Tnot&mut ArenaBox<T>#7001) (overlookmotel)initofVariableDeclaratorisn't aBindingIdentifier(refactor(transformer/react-refresh): avoid panic forinitofVariableDeclaratorisn't aBindingIdentifier#6937) (Dunqing)VarDeclarationsto insert declarators (refactor(transformer/react-refresh): useVarDeclarationsto insert declarators #6884) (Dunqing)StatementInjectorto insert statements (refactor(transformer/react-refresh): useStatementInjectorto insert statements #6881) (Dunqing)&mut Tnot&mut ArenaBox<T>(refactor(transformer/typescript): pass&mut Tnot&mut ArenaBox<T>#7000) (overlookmotel)AstBuilder::*_from_*methods (refactor(traverse): do not useAstBuilder::*_from_*methods #7069) (overlookmotel)Styling
StatementInjectorStoremethods into blocks (style(transformer/common): Split upStatementInjectorStoremethods into blocks #7042) (overlookmotel)Testing