oxc/napi/transform
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
..
src refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00
browser.js chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +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.2 (#3983) 2024-06-30 19:59:15 +08:00
CHANGELOG.md Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
index.d.ts chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +08:00
index.js chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +08:00
package.json chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +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
transform.wasi-browser.js chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +08:00
transform.wasi.cjs chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +08:00
wasi-worker-browser.mjs chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +08:00
wasi-worker.mjs chore(napi/transform): support wasm build (#3933) 2024-06-30 19:49:02 +08:00