oxc/tasks/coverage/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
..
babel.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
formatter.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
lib.rs refactor: avoid unstable let_chains 2023-07-27 09:44:57 +08:00
main.rs feat(coverage): add a directory for tests 2023-05-20 23:02:30 +08:00
minifier.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
misc.rs chore(tasks): add swc-7187 test case 2023-06-30 16:41:52 +08:00
suite.rs fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
test262.rs fix(coverage): make ignoring "literals/regexp" work on Windows 2023-06-13 14:31:59 +08:00
typescript.rs chore(rust): rust version 1.71.0 nightly 2023-07-13 23:10:10 +08:00