oxc/napi/transform
Boshen a0ccc26c12 feat(napi/transform): add lang option to change source type (#6309)
part of #6274 and #6156

```
    /// Treat the source text as `js`, `jsx`, `ts`, or `tsx`.
    #[napi(ts_type = "'js' | 'jsx' | 'ts' | 'tsx'")]
    pub lang: Option<String>,
```
2024-10-06 04:53:47 +00:00
..
src feat(napi/transform): add lang option to change source type (#6309) 2024-10-06 04:53:47 +00:00
test feat(napi/transform): add lang option to change source type (#6309) 2024-10-06 04:53:47 +00:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml feat(oxc,napi/transform): napi/transform use oxc compiler pipeline (#6298) 2024-10-05 16:35:09 +00:00
CHANGELOG.md release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
index.d.ts feat(napi/transform): add lang option to change source type (#6309) 2024-10-06 04:53:47 +00:00
index.js chore: do not format napi generated files 2024-09-08 13:42:15 +08:00
package.json refactor(napi): use vitest (#6307) 2024-10-06 02:57:48 +00:00