oxc/napi/transform
github-actions[bot] e2c9015ef6
Release crates v0.16.3 (#4013)
## [0.16.3] - 2024-07-02

### Features

- b257d53 linter: Support report
`@typescript-eslint/consistent-type-imports` (#3895) (mysteryven)

### Bug Fixes

- 23038ad codegen: Print `TSFunctionType` inside `TSTypeAssertion`
(#3999) (Boshen)
- d995f94 semantic: Resolve reference incorrectly when a parameter
references a parameter that hasn't been defined yet (#4004) (Dunqing)
- bdee156 transformer/typescript: `declare class` incorrectly preserved
as runtime class (#3997) (Dunqing)
- a50ce3d transformer/typescript: Missing initializer for class
constructor arguments with `private` and `protected` modifier (#3996)
(Dunqing)

### Refactor

- 0fe22a8 ast: Reorder fields to reflect their visit order. (#3994)
(rzvxa)
- d0eac46 parser: Use function instead of trait to parse normal lists
(#4003) (Boshen)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-07-02 12:47:29 +08:00
..
src chore(napi): make transformer options optional (#3989) 2024-07-01 16:45:00 +08:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
CHANGELOG.md Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
index.d.ts chore(napi): make transformer options optional (#3989) 2024-07-01 16:45:00 +08:00
index.js Revert "chore(napi/transform): support wasm build (#3933)" 2024-06-30 22:04:36 +08:00
package.json Revert "chore(napi/transform): support wasm build (#3933)" 2024-06-30 22:04:36 +08:00
pnpm-lock.yaml refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
test.mjs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00