oxc/crates
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
..
oxc Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_allocator Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_ast Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_ast_macros Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_cfg Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_codegen Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_diagnostics Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_index Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_isolated_declarations Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter chore: s/with_labels([span])/with_label(span) 2024-06-29 16:49:47 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_module_lexer Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_parser Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_prettier refactor(parser): improve parsing of TypeScript types (#3903) 2024-06-26 05:58:16 +00:00
oxc_semantic Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_sourcemap Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_span Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_syntax Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_transformer Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_traverse Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_wasm refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00