oxc/napi/transform
Kevin Deng 三咲智子 be2293a1b5
fix(napi/transform): respect options.sourcemap for id (#7590)
Don't pass `source_map_path` if `options.sourcemap` is undefined or
false; then, `IsolatedDeclarationsResult.map` should be undefined.

Downstream issue
https://github.com/unplugin/unplugin-isolated-decl/issues/42

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-12-03 11:57:44 +08:00
..
src fix(napi/transform): respect options.sourcemap for id (#7590) 2024-12-03 11:57:44 +08:00
test fix(napi/transform): respect options.sourcemap for id (#7590) 2024-12-03 11:57:44 +08:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
CHANGELOG.md release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
index.d.ts chore(deps): update dependency rust to v1.82.0 (#6649) 2024-11-29 05:11:03 +00:00
index.js chore: do not format napi generated files 2024-09-08 13:42:15 +08:00
package.json feat(napi/transform): add TransformOptions::target API (#7426) 2024-11-23 15:46:33 +00:00
tsconfig.json feat(napi/transform): add TransformOptions::target API (#7426) 2024-11-23 15:46:33 +00:00