oxc/tasks/coverage/src
Dunqing d4588d7cac chore(codegen): print typescript code for typescript files (#3515)
We should not print typescript code as javascript code. Forcing to print as JavaScript code may result in syntax errors. If we truly want javascript code, we can use the `oxc_transformer`.
2024-06-03 10:05:08 +00:00
..
runtime feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
babel.rs feat(transformer): support from_babel_options in TransformOptions (#3301) 2024-05-16 10:10:39 +00:00
codegen.rs chore(codegen): print typescript code for typescript files (#3515) 2024-06-03 10:05:08 +00:00
lib.rs refactor(coverage): replace yaml parsing with saphyr (#3144) 2024-04-30 22:49:39 +08:00
main.rs feat(coverage): add transformer to prevent crashes (#2970) 2024-04-14 18:52:51 +08:00
minifier.rs feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +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(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
suite.rs feat(tasks/coverage): turn on idempotency testing for transformer (#3470) 2024-05-30 22:15:32 +08:00
test262.rs refactor(coverage): replace yaml parsing with saphyr (#3144) 2024-04-30 22:49:39 +08:00
test262_meta.rs fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
transformer.rs feat(tasks/coverage): turn on idempotency testing for transformer (#3470) 2024-05-30 22:15:32 +08:00
typescript.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00