oxc/crates/oxc_parser
Boshen 2f48bdf26f
fix(parser,semantic): make semantic own Trivias (#711)
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.
2023-08-10 15:30:32 +08:00
..
examples refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
fuzz chore(rust): run cargo fmt --all -- crates/**/*.rs 2023-07-28 13:57:12 +08:00
src fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
Cargo.toml chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00