oxc/crates
github-actions[bot] 3870ed5a24
Release crates v0.16.2 (#3983)
## [0.16.2] - 2024-06-30

### Features

- dc6d45e ast,codegen: Add `TSParenthesizedType` and print type
parentheses correctly (#3979) (Boshen)
- 63f36da parser: Parse modifiers with `parse_modifiers` (take 2)
(#3977) (DonIsaac)

### Bug Fixes

- dac617d codegen: Print some missing typescript attributes (#3980)
(Boshen)
- bd1141d isolated-declarations: If declarations is referenced in
`declare global` then keep it (#3982) (Dunqing)

### Performance

- b234ddd semantic: Only check for jsdoc if jsdoc building is enabled
(Boshen)
- 1eac3d2 semantic: Use `Atom<'a>` for `Reference`s (#3972) (Don Isaac)
- 0c81fbe syntax: Use `NonZeroU32` for `SymbolId` and `ReferenceId`
(#3970) (Boshen)

### Refactor

- 5845057 transformer: Pass in symbols and scopes (#3978) (Boshen)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-06-30 19:59:15 +08:00
..
oxc Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_allocator Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_ast Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_ast_macros Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_cfg Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_codegen Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_diagnostics Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_index Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_isolated_declarations Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +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 feat(linter): implement @typescript-eslint/no-dynamic-delete (#3971) 2024-06-30 19:11:46 +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.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_module_lexer Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_parser Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_sourcemap Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_span Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_syntax Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_transformer Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_traverse Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00