oxc/napi/transform
Boshen 4b49cf8ce4 feat(transformer): always pass in symbols and scopes (#5087)
We no longer need to build semantic data inside the transformer.

The caller should be responsible for handling semantic data and its
errors.

The best way to achieve this in via `CompilerInterface`.

closes #3565
2024-08-22 16:06:31 +00:00
..
src feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00
CHANGELOG.md Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
index.d.ts fix(napi/transform): update napi files 2024-08-06 19:35:58 +08:00
index.js fix(napi/transform): update napi files 2024-08-06 19:35:58 +08:00
package-lock.json chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
package.json chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
pnpm-lock.yaml chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
test.mjs fix(napi/transform): display error with spanned messages 2024-07-05 23:41:39 +08:00