oxc/tasks/minsize/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(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
main.rs feat: add cargo minsize task for tracking minification size (#276) 2023-04-14 13:07:37 +08:00