mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
- 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>
|
||
|---|---|---|
| .. | ||
| runtime | ||
| babel.rs | ||
| codegen.rs | ||
| lib.rs | ||
| main.rs | ||
| minifier.rs | ||
| misc.rs | ||
| prettier.rs | ||
| suite.rs | ||
| test262.rs | ||
| typescript.rs | ||