oxc/tasks/coverage/src
Ali Rezvani 0d770f57ff
refactor: remove redundant imports to fix some of clippy warnings. (#3028)
These are raising warnings in nightly, And are in fact redundant.
2024-04-19 21:02:23 +08:00
..
runtime refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
babel.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
codegen.rs refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
lib.rs feat(coverage): add transformer to prevent crashes (#2970) 2024-04-14 18:52:51 +08:00
main.rs feat(coverage): add transformer to prevent crashes (#2970) 2024-04-14 18:52:51 +08:00
minifier.rs refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
misc.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
prettier.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
sourcemap.rs feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
suite.rs refactor: remove redundant imports to fix some of clippy warnings. (#3028) 2024-04-19 21:02:23 +08:00
test262.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
transformer.rs feat(coverage): add transformer to prevent crashes (#2970) 2024-04-14 18:52:51 +08:00
typescript.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00