oxc/tasks/transform_conformance/src
Dunqing b290ebd2b0 refactor(transformer): handle <CWD> in test runner (#7799)
We should move the handling of  `<CWD>` to the test runner because this is just only used in testing, and it causes us always get a path by `self.ctx.source_path` like `<CWD>/xxx/xxx.js`, we should get a real path for this.
2024-12-12 17:22:01 +00:00
..
constants.rs chore(tasks/transform-conformance): support override to replace takeover mode (#7771) 2024-12-11 16:18:14 +00:00
driver.rs feat(transformer)!: change API to take a &TransformOptions instead of TransformOptions (#7213) 2024-11-09 06:01:13 +00:00
exec.rs feat(transform_conformance): custom reporter for exec test (#7715) 2024-12-07 11:25:00 +00:00
lib.rs chore(tasks/transform-conformance): support --override flag (#7774) 2024-12-11 16:18:16 +00:00
main.rs chore(tasks/transform-conformance): support --override flag (#7774) 2024-12-11 16:18:16 +00:00
test_case.rs refactor(transformer): handle <CWD> in test runner (#7799) 2024-12-12 17:22:01 +00:00