oxc/napi/transform
oxc-bot 6c01fd7480
release(crates): v0.30.5 (#6163)
## [0.30.5] - 2024-09-29

### Features

- 15552ac napi/transform: Display semantic error (#6160) (Boshen)
- f50fdcd napi/transform: Make react refresh option take a boolean
(#6146) (Boshen)

### Bug Fixes

- f27d59f napi/transform: Remove confusing `jsx` option (#6159) (Boshen)
- bfd1988 transformer/react: Should not collect use-hooks if it's a
nested member expression (#6143) (Dunqing)

### Refactor

- ab187d1 codegen: Restrict visibility of internal methods (#6145)
(DonIsaac)
- 375bebe transformer: Improve parsing React pragmas (#6138)
(overlookmotel)
- 0836f6b transformer: Move parsing pragmas into TS transform (#6137)
(overlookmotel)
- 30424fa transformer: TS transforms only store options they need
(#6135) (overlookmotel)

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-09-29 15:20:19 +08:00
..
src feat(napi/transform): display semantic error (#6160) 2024-09-29 04:17:26 +00:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
CHANGELOG.md release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
index.d.ts fix(napi/transform): remove confusing jsx option (#6159) 2024-09-29 04:09:53 +00:00
index.js chore: do not format napi generated files 2024-09-08 13:42:15 +08:00
package.json ci: add napi tests (#5419) 2024-09-03 12:24:58 +08:00
test.mjs feat(isolated_declarations): print jsdoc comments (#5858) 2024-09-18 14:09:00 +00:00