oxc/napi/transform
Boshen 5845057bff refactor(transformer): pass in symbols and scopes (#3978)
This PR adds a new method `build_with_symbols_and_scopes` to make semantic building optional, there may be prior steps that has the semantic data already built.
2024-06-30 06:33:48 +00:00
..
src refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml feat(napi/transform): add crate-type: "lib" (#3876) 2024-06-26 21:57:53 +08:00
index.d.ts feat: oxc transform binding (#3896) 2024-06-26 21:57:19 +08:00
index.js feat: oxc transform binding (#3896) 2024-06-26 21:57:19 +08:00
package.json refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
pnpm-lock.yaml refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
test.mjs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00