oxc/napi/transform
Boshen b06052501a refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553)
Realized we can get the source type from the AST.

The next PR will introduce `unambiguous` to `SourceType` and directly set `Program::source_type` to either `script` or `module`.
2024-09-06 16:40:10 +00:00
..
src refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40: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.27.0 (#5538) 2024-09-06 19:06:29 +08:00
CHANGELOG.md release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
index.d.ts fix(napi/transform): fix test 2024-09-03 11:03:44 +08:00
index.js fix(napi/transform): update napi files 2024-08-06 19:35:58 +08:00
package.json ci: add napi tests (#5419) 2024-09-03 12:24:58 +08:00
test.mjs fix(napi/transform): fix test 2024-09-03 11:03:44 +08:00