oxc/tasks/coverage/src
Dunqing 0df7e296f9
feat(tasks/codegen): check node version >= 20 (#2385)
This syntax only works on node >= 20
`import value from './json-value-array_FIXTURE.json' with { type: 'json'
};`
2024-02-11 19:23:11 +08:00
..
runtime feat(tasks/codegen): check node version >= 20 (#2385) 2024-02-11 19:23:11 +08:00
babel.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
codegen.rs feat(tasks): add misc tests to codegen (#1215) 2023-11-10 16:13:31 +00:00
lib.rs chore: codegen test skip v8 failed test (#2283) 2024-02-04 14:02:39 +08:00
main.rs chore: codegen test skip v8 failed test (#2283) 2024-02-04 14:02:39 +08:00
minifier.rs refactor(minifier): make the minifier api only accept an ast (#990) 2023-10-14 00:51:29 +08:00
misc.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
suite.rs fix(tasks/coverage): when providing filter, do not run just submodules (#2310) 2024-02-05 15:06:37 +08:00
test262.rs feat(task): handle expected runtime error correctly (#1987) 2024-01-11 15:04:28 +08:00
typescript.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00