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_flagtoget_flags(refactor(semantic)!: renameSymbolTable::get_flagtoget_flags#5030) (overlookmotel)ce4d469 codegen: [BREAKING] Remove const generic
MINIFY(feat(codegen)!: remove const genericMINIFY#5001) (Boshen)b2ff2df parser: [BREAKING] Remove builder pattern from
Parserstruct (refactor(parser)!: remove builder pattern fromParserstruct #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
argsIgnorePatternthe same default behavior asvarsIgnorePattern(fix(linter/no-unused-vars): giveargsIgnorePatternthe same default behavior asvarsIgnorePattern#5018) (DonIsaac)typespecifier not deleted for type imports (fix(linter/no-unused-vars):typespecifier not deleted for type imports #5029) (DonIsaac)>>,<<and>>>(fix(linter/tree-shaking): correct the calculation of>>,<<and>>>#4932) (mysteryven)Documentation
Refactor
Vecs (refactor(linter): avoid unnecessary tempVecs #4963) (overlookmotel)flagvars toflags(refactor(linter, mangler, parser, semantic, transformer, traverse, wasm): rename variousflagvars toflags#5028) (overlookmotel)root_unresolved_referencescontain onlyReferenceId(refactor(semantic):root_unresolved_referencescontain onlyReferenceId#4959) (overlookmotel)Testing