oxc/tasks/coverage/src/runtime
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
..
mod.rs feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
package.json feat(task): codegen test262 runtime test (#1959) 2024-01-10 17:12:11 +08:00
runtime.js feat(tasks/codegen): check node version >= 20 (#2385) 2024-02-11 19:23:11 +08:00
v8_test262.status chore: codegen test skip v8 failed test (#2283) 2024-02-04 14:02:39 +08:00