oxc/napi/transform
oxc-bot 8f5be07ed6
release(crates): v0.47.1 (#8593)
## [0.47.1] - 2025-01-19

### Features

- ee8ee55 napi/parser: Add `.hasChanged()` to `MagicString` (#8586)
(Boshen)
- 1bef911 napi/parser: Add source map API (#8584) (Boshen)

### Bug Fixes

- 7b219a9 minifier: Fix dce shadowed undefined (#8582) (Boshen)
- 7421a52 transformer/typescript: Correctly resolve references to
non-constant enum members (#8543) (branchseer)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2025-01-19 09:44:29 +08:00
..
src feat(napi/transform): add jsx: 'preserve' option (#7965) 2024-12-17 13:49:51 +00:00
test fix(transformer/typescript): remove type-only import = when only_remove_type_imports is true (#8275) 2025-01-11 08:42:51 +00:00
build.rs
Cargo.toml release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
CHANGELOG.md release(crates): v0.46.0 (#8487) 2025-01-14 19:40:44 +08:00
index.d.ts build(napi): napi build --no-dts-cache (#8499) 2025-01-15 07:02:29 +00:00
index.js build(napi): napi build --no-dts-cache (#8499) 2025-01-15 07:02:29 +00:00
package.json build(napi): napi build --no-dts-cache (#8499) 2025-01-15 07:02:29 +00:00
tsconfig.json feat(napi/transform): add TransformOptions::target API (#7426) 2024-11-23 15:46:33 +00:00