mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
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`. |
||
|---|---|---|
| .. | ||
| codegen.rs | ||
| isolated_declarations.rs | ||
| lexer.rs | ||
| linter.rs | ||
| minifier.rs | ||
| parser.rs | ||
| parser_napi.rs | ||
| prettier.rs | ||
| semantic.rs | ||
| sourcemap.rs | ||
| transformer.rs | ||