oxc/napi/transform
github-actions[bot] 51d56d37ff
Release crates v0.17.1 (#4075)
## [0.17.1] - 2024-07-06

### Bug Fixes

- aa585d3 ast_codegen, ast: Visit `ExpressionArrayElement` as
`Expression`. (#4061) (rzvxa)
- 564a75a codegen: Missing TypeParameters in TSConstructSignature
(#4063) (michaelm)
- adee728 isolated_declarations: Don't report an error for parameters if
they are ObjectPattern or ArrayPattern with an explicit type (#4065)
(michaelm)
- 1b8f208 isolated_declarations: Correct emit for private static methods
(#4064) (michaelm)
- 719fb96 minifier: Omit dce `undefined` which can be a shadowed
variable (#4073) (Boshen)
- 150f4d9 napi/transform: Display error with spanned messages (Boshen)

### Performance

- 7fe2a2f parser: Do not copy comments (#4067) (overlookmotel)

### Refactor

- 8fa98e0 ast: Inline trivial functions and shorten code (#4066)
(overlookmotel)
- 65aee19 isolated-declarations: Reorganize scope tree (#4070) (Luca
Bruno)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-07-07 01:29:52 +08:00
..
src fix(napi/transform): display error with spanned messages 2024-07-05 23:41:39 +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.17.1 (#4075) 2024-07-07 01:29:52 +08:00
CHANGELOG.md Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +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 fix(napi/transform): display error with spanned messages 2024-07-05 23:41:39 +08:00