oxc/crates/oxc_codegen
github-actions[bot] fa50e9737e
Release crates v0.16.1 (#3968)
## [0.16.1] - 2024-06-29

### Features

- 7b38bde parser: Parse modifiers with `parse_modifiers` (#3948)
(DonIsaac)
- f64ad4b semantic: Make jsdoc building optional (turned off by default)
(#3955) (Boshen)

### Bug Fixes

- 51e54f9 codegen: Should print `TSModuleDeclarationKind` instead of
just `module` (#3957) (Dunqing)
- 31e4c3b isolated-declarations: `declare global {}` should be kept even
if it is not exported (#3956) (Dunqing)

### Refactor

- 2705df9 linter: Improve diagnostic labeling (#3960) (DonIsaac)
- 15ec254 semantic: Remove the unused `Semantic::build2` function
(Boshen)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-06-29 16:53:09 +08:00
..
examples feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
src fix(codegen): should print TSModuleDeclarationKind instead of just module (#3957) 2024-06-29 05:24:36 +00:00
tests chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
Cargo.toml Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
CHANGELOG.md Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00