oxc/tasks/coverage/src
overlookmotel e19deaa102 ci(transformer): move post-transform checker to tasks crate (#6288)
Move post-transform checker into a `tasks` crate. It doesn't feel like it belongs in `oxc_semantic`. It also feels like too heavy a lump of code to put in `tasks/common`.
2024-10-05 14:48:37 +00:00
..
babel fix(span): treat .js as module file (reverts the previous breaking change) (#5612) 2024-09-08 15:14:04 +00:00
misc fix(coverage): do not run generated test cases when filter is applied 2024-08-24 14:03:54 +08:00
runtime perf(linter, ast-tools, coverage): Use FxHashSet instead of std::collections::HashSet (#6001) 2024-09-24 19:29:08 +08:00
test262 fix(coverage): apply always_strict to test262 and typescript per the specifcation (#5555) 2024-09-06 17:14:01 +00:00
tools feat(napi/transform): rename all mention of React to Jsx; remove mention of Binding (#6198) 2024-10-01 11:52:50 +08:00
typescript perf(ast-tools): use FxHashMap over std::collections::HashMap (#5997) 2024-09-23 18:28:54 +00:00
driver.rs ci(transformer): move post-transform checker to tasks crate (#6288) 2024-10-05 14:48:37 +00:00
lib.rs test(conformance): move conformance snapshots into separate directory (#5924) 2024-09-20 12:30:39 +00:00
main.rs chore(coverage): print path relative to snapshot file (#4938) 2024-08-17 03:09:25 +00:00
suite.rs test(conformance): move conformance snapshots into separate directory (#5924) 2024-09-20 12:30:39 +00:00