oxc/napi/transform
Boshen 725571aad1 feat(napi/transformer): add jsx option to force parsing with jsx (#4133)
To mimic the esbuild `loader=jsx` or babel `babel-plugin-syntax-jsx` behavior.
2024-07-10 11:12:10 +00:00
..
src feat(napi/transformer): add jsx option to force parsing with jsx (#4133) 2024-07-10 11:12:10 +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.19.0 (#4137) 2024-07-09 20:32:06 +08:00
CHANGELOG.md Release crates v0.17.2 (#4115) 2024-07-08 19:16:33 +08:00
index.d.ts feat(napi/transformer): add jsx option to force parsing with jsx (#4133) 2024-07-10 11:12:10 +00:00
index.js feat(napi/transformer): add jsx option to force parsing with jsx (#4133) 2024-07-10 11:12:10 +00: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