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. |
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.16.0] - 2024-06-26
6796891 ast: [BREAKING] Rename all instances of
BigintLiteraltoBigIntLiteral. (fix(ast)!: rename all instances ofBigintLiteraltoBigIntLiteral. #3898) (rzvxa)1f85f1a ast: [BREAKING] Revert adding
spanfield to theBindingPatterntype. (refactor(ast)!: revert addingspanfield to theBindingPatterntype. #3899) (rzvxa)ae09a97 ast: [BREAKING] Remove
Modifiersfrom ts nodes (refactor(ast)!: removeModifiersfrom ts nodes #3846) (Boshen)1af5ed3 ast: [BREAKING] Replace
ModifierswithdeclareandconstonEnumDeclaration(refactor(ast)!: replaceModifierswithdeclareandconstonEnumDeclaration#3845) (Boshen)0673677 ast: [BREAKING] Replace
ModifierswithdeclareonFunction(refactor(ast)!: replaceModifierswithdeclareonFunction#3844) (Boshen)ee6ec4e ast: [BREAKING] Replace
ModifierswithdeclareandabstractonClass(refactor(ast)!: replaceModifierswithdeclareandabstractonClass#3841) (Boshen)9b38119 ast: [BREAKING] Replace
ModifierswithdeclareonVariableDeclaration(refactor(ast)!: replaceModifierswithdeclareonVariableDeclaration#3839) (Boshen)cfcef24 ast: [BREAKING] Add
directivesfield toTSModuleBlock(feat(ast)!: adddirectivesfield toTSModuleBlock#3830) (Boshen)4456034 ast: [BREAKING] Add
IdentifierReferencetoExportSpecifier(feat(ast)!: addIdentifierReferencetoExportSpecifier#3820) (Boshen)Features
intrinsickeyword (feat(ast,parser): addintrinsickeyword #3767) (Boshen)ast_kind.rs. (feat(ast_codegen): generateast_kind.rs. #3888) (rzvxa)ImplGetSpanGenerator. (feat(ast_codegen): addImplGetSpanGenerator. #3852) (rzvxa)export {}when needed (feat(isolated-declarations): addexport {}when needed #3754) (Dunqing)std::fmt::DisplayforError(feat(sourcemap): implstd::fmt::DisplayforError#3902) (DonIsaac)import {} from "mod"to import"mod"(feat(transformer/typescript): transformimport {} from "mod"toimport "mod"#3866) (Dunqing)Bug Fixes
TSModuleBlock(fix(ast): correct JSON serialization ofTSModuleBlock#3858) (overlookmotel)BindingPattern(fix(ast): fix JSON serialization ofBindingPattern#3856) (overlookmotel)as const(fix(isolated-declarations): cannot infer nestedas const#3807) (Dunqing)biginttype (fix(isolated-declarations): infer BigInt number asbiginttype #3806) (Dunqing)constafter transformed const enum (fix(isolated-declarations): missingconstafter transformed const enum #3805) (Dunqing)accessor(fix(parser): parse function type parameter nameaccessor#3926) (Boshen)export default fooshould haveExportLocalName::Default(NameSpan)entry (fix(semantic):export default fooshould haveExportLocalName::Default(NameSpan)entry #3823) (Boshen)Performance
&Atomto functions (perf: do not pass&Atomto functions #3818) (overlookmotel)Refactor
AstBuilder::copy(refactor(ast): add comment about alternatives toAstBuilder::copy#3905) (overlookmotel)AstBuilder::copy(refactor(ast): add comment not to useAstBuilder::copy#3891) (overlookmotel)Serializeimpls (refactor(ast): refactor customSerializeimpls #3859) (overlookmotel)BindingPatterntype. (refactor(ast): add span field to theBindingPatterntype. #3855) (rzvxa)Modifiers(refactor(isolated-declarations): removeModifiers#3847) (Boshen)try_parse(refactor(parser): clean uptry_parse#3925) (Boshen)parse_function_or_constructor_type(refactor(parser): improve parsing ofparse_function_or_constructor_type#3892) (Boshen)Modifiers(refactor(parser): move code around for parsingModifiers#3849) (Boshen)pubon TS enum transform methods (refactor(transformer): remove needlesspubon TS enum transform methods #3774) (overlookmotel)#[scope]attr (refactor(traverse): separate#[scope]attr #3901) (overlookmotel)scope(enter_before)attr (refactor(traverse): indicate scope entry point withscope(enter_before)attr #3882) (overlookmotel)with_labels(refactor: clean up some usages ofwith_labels#3854) (Boshen)