oxc/crates/oxc_cli/src
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
..
lint fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
type_check refactor(cli): Runners (#533) 2023-07-14 11:39:23 +08:00
git.rs feat(cli): introduce pretty errors (#111) 2023-03-04 20:40:07 -08:00
lib.rs refactor(cli): Runners (#533) 2023-07-14 11:39:23 +08:00
main.rs refactor(cli): Runners (#533) 2023-07-14 11:39:23 +08:00
runner.rs feat(cli): separate warnings and errors numbers and print separately 2023-07-29 11:02:51 +08:00
walk.rs refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00