oxc/napi/transform
github-actions[bot] e29cdbfe40
Release crates v0.18.0 (#4136)
## [0.18.0] - 2024-07-09

- d347aed ast: [**BREAKING**] Generate `ast_builder.rs`. (#3890) (rzvxa)

### Features

- c6c16a5 minifier: Dce all conditional expressions (#4135) (Boshen)
- 365d9ba oxc_codegen: Generate annotation comments before
`CallExpression` and `NewExpression` (#4119) (IWANABETHATGUY)
- 3a0f2aa parser: Check for illegal modifiers in modules and namespaces
(#4126) (DonIsaac)
- 2f53bdf semantic: Check for abstract ClassElements in non-abstract
classes (#4127) (DonIsaac)
- c4ee9f8 semantic: Check for abstract initializations and
implementations (#4125) (Don Isaac)
- 44c7fe3 span: Add various implementations of `FromIn` for `Atom`.
(#4090) (rzvxa)

### Bug Fixes

- cb1af04 isolated-declarations: Remove the `async` and `generator`
keywords from `MethodDefinition` (#4130) (Dunqing)

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-07-09 19:56:10 +08:00
..
src feat(napi/transform): allow setting sourceType to transform (#4113) 2024-07-08 19:09:45 +08:00
build.rs
Cargo.toml Release crates v0.18.0 (#4136) 2024-07-09 19:56:10 +08:00
CHANGELOG.md Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +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
test.mjs fix(napi/transform): display error with spanned messages 2024-07-05 23:41:39 +08:00