mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
That a tricky one, because it's time to decide what does ESTree compliant means in the TS world (re #2463) This code: ```ts export declare class ByteBuffer { clear(): void; // ^^ } ``` - Is parsed by [Babel]( |
||
|---|---|---|
| .. | ||
| binding.rs | ||
| class.rs | ||
| declaration.rs | ||
| expression.rs | ||
| function.rs | ||
| grammar.rs | ||
| list.rs | ||
| mod.rs | ||
| module.rs | ||
| object.rs | ||
| operator.rs | ||
| statement.rs | ||