oxc/tasks/coverage/src
Andrew McClenaghan e6d536cb9b
feat(codegen): configurable typescript codegen (#2443)
- Adds option to `CodegenOptions` - `enable_typescript` to enable output
of TS.
- Stops skipping output that is TS when `enable_typescript` is enabled
- Adds TS support to 
    - Function
    - FormalParameter
    - BindingPattern
 - Adds basic tests for TS generation

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-02-20 12:09:28 +08:00
..
runtime feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
babel.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
codegen.rs feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
lib.rs feat(coverage): add prettier idempotency test (#2402) 2024-02-12 15:30:16 +08:00
main.rs feat(coverage): add prettier idempotency test (#2402) 2024-02-12 15:30:16 +08:00
minifier.rs feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
misc.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
prettier.rs feat(coverage): add prettier idempotency test (#2402) 2024-02-12 15:30:16 +08:00
suite.rs feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +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