mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
closes #708 Making the parser return Rc<Trivias> is not a good API, and ideally `Semantic` should just own `Trivias` so it can process or mutate it. |
||
|---|---|---|
| .. | ||
| constants.rs | ||
| kind.rs | ||
| mod.rs | ||
| number.rs | ||
| string_builder.rs | ||
| token.rs | ||
| trivia_builder.rs | ||