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.8.0] - 2024-08-23
5f4c9ab semantic: [BREAKING] Rename
SymbolTable::get_flag
toget_flags
(refactor(semantic)!: renameSymbolTable::get_flag
toget_flags
#5030) (overlookmotel)ce4d469 codegen: [BREAKING] Remove const generic
MINIFY
(feat(codegen)!: remove const genericMINIFY
#5001) (Boshen)b2ff2df parser: [BREAKING] Remove builder pattern from
Parser
struct (refactor(parser)!: remove builder pattern fromParser
struct #5000) (Boshen)f88970b ast: [BREAKING] Change order of fields in CallExpression (refactor(ast)!: Change order of fields in CallExpression #4859) (Burlin)
Features
await
(feat(linter/no-unused-vars): delete non-root arrows, skipawait
#5083) (Don Isaac)Bug Fixes
argsIgnorePattern
the same default behavior asvarsIgnorePattern
(fix(linter/no-unused-vars): giveargsIgnorePattern
the same default behavior asvarsIgnorePattern
#5018) (DonIsaac)type
specifier not deleted for type imports (fix(linter/no-unused-vars):type
specifier not deleted for type imports #5029) (DonIsaac)>>
,<<
and>>>
(fix(linter/tree-shaking): correct the calculation of>>
,<<
and>>>
#4932) (mysteryven)Documentation
Refactor
Vec
s (refactor(linter): avoid unnecessary tempVec
s #4963) (overlookmotel)flag
vars toflags
(refactor(linter, mangler, parser, semantic, transformer, traverse, wasm): rename variousflag
vars toflags
#5028) (overlookmotel)root_unresolved_references
contain onlyReferenceId
(refactor(semantic):root_unresolved_references
contain onlyReferenceId
#4959) (overlookmotel)Testing