oxc/napi/transform/test
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
..
id.test.mjs feat(napi/transform): add lang option to change source type (#6309) 2024-10-06 04:53:47 +00:00
transform.test.mjs feat(napi/transform): add lang option to change source type (#6309) 2024-10-06 04:53:47 +00:00