oxc/tasks/transform_conformance/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
..
lib.rs feat(transformer): add decorators plugin (#2139) 2024-01-24 11:09:19 +08:00
main.rs refactor: remove global allocator from non-user facing apps (#2401) 2024-02-12 14:09:05 +08:00
test_case.rs feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
ts_fixtures.rs feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00