oxc/crates/oxc_semantic/tests
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
..
util fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
modules.rs test(semantic): test harness (#679) 2023-08-07 10:43:05 +08:00
symbols.rs test(semantic): test harness (#679) 2023-08-07 10:43:05 +08:00