oxc/napi/transform/src
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
..
context.rs feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
isolated_declaration.rs feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
lib.rs refactor: overhaul napi transformer package (#4592) 2024-08-06 01:14:10 +00:00
options.rs refactor: overhaul napi transformer package (#4592) 2024-08-06 01:14:10 +00:00
transformer.rs feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00