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.15.0] - 2024-06-18
0537d29 cfg: [BREAKING] Move control flow to its own crate. (refactor(cfg)!: move control flow to its own crate. #3728) (rzvxa)
5c38a0f codegen: [BREAKING] New code gen API (feat(codegen)!: new code gen API #3740) (Boshen)
4bce59d semantic/cfg: [BREAKING] Re-export
petgraph
ascontrol_flow::graph
. (refactor(semantic/cfg)!: re-exportpetgraph
ascontrol_flow::graph
. #3722) (rzvxa)534242a codegen: [BREAKING] Remove
CodegenOptions::enable_typescript
(feat(codegen)!: removeCodegenOptions::enable_typescript
#3674) (Boshen)0578ece ast: [BREAKING] Remove
ExportDefaultDeclarationKind::TSEnumDeclaration
(refactor(ast)!: removeExportDefaultDeclarationKind::TSEnumDeclaration
#3666) (Dunqing)Features
_default
(feat(isolated-declarations): create unique name for_default
#3730) (Dunqing)no_unreachable
rule. (feat(linter/eslint): addno_unreachable
rule. #3238) (rzvxa)<Foo></Bar>
(feat(parser): display jsx mismatch error, e.g.<Foo></Bar>
#3696) (Boshen)Condition
instruction. (feat(semantic/cfg): addCondition
instruction. #3567) (Ali Rezvani)--isolatedDeclarations
dts transform (feat(transformer-dts):--isolatedDeclarations
dts transform #3664) (Dunqing)Bug Fixes
join_vars: false
option (fix(minifier): respectjoin_vars: false
option #3724) (mysteryven)Ctx
s. (fix(semantic/cfg): issue in unlabeledCtx
s. #3678) (rzvxa)NewFunction
s. (fix(semantic/cfg): discrete finalization path afterNewFunction
s. #3671) (rzvxa)Function
(fix(traverse): change visit order forFunction
#3685) (overlookmotel)Performance
neighbors_filtered_by_edge_weight
. (perf(semantic/cfg): lower the visits inneighbors_filtered_by_edge_weight
. #3676) (rzvxa)Refactor
gen
method to ast nodes (refactor(codegen): addgen
method to ast nodes #3687) (Boshen)gen_ts
intogen
to make searching things easier (refactor(codegen): movegen_ts
intogen
to make searching things easier #3680) (Boshen)TransformDtsCtx
(refactor(isolated-declarations): removeTransformDtsCtx
#3719) (Boshen)cfg
macro tocontrol_flow
. (refactor(semantic): renamecfg
macro tocontrol_flow
. #3742) (rzvxa)Program
for codegen (refactor(transformer_dts): create aProgram
for codegen #3679) (Boshen)