mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
This has the benefit of: * expose dynamic import / import meta info from parser * 1 less ast shallow in semantic builder * no ast walk in oxc's module lexer * some more benefits coming soon |
||
|---|---|---|
| .. | ||
| arrow.rs | ||
| binding.rs | ||
| class.rs | ||
| declaration.rs | ||
| expression.rs | ||
| function.rs | ||
| grammar.rs | ||
| mod.rs | ||
| module.rs | ||
| object.rs | ||
| operator.rs | ||
| statement.rs | ||