oxc/crates/oxc_codegen
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
..
examples feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
src feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
tests feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
Cargo.toml Publish crates v0.7.0 2024-02-09 23:01:12 +08:00