swc/crates/swc_fast_ts_strip
Benny Powers - עם ישראל חי! 4cbe33c32f
fix(wasm-typescript): Fix option types of functions (#9662)
**Description:**

The types for the wasm-typescript functions are incorrect due to a typo.

Without this fix:

```
Property 'TransformConfig' is missing in type '{ module: true; filename: any; sourceMap:   • 
 true; mode: "transform"; transform: { verbatimModuleSyntax: boolean; nativeClassProperties:       
 boolean; importNotUsedAsValues: string; importExportAssignConfig: string; }; }' but required in   
 type 'Options'. [2345]  
```
2024-10-20 09:41:09 +00:00
..
benches feat(es/typescript): Add transform mode back to fast TS strip (#9237) 2024-07-15 00:39:54 +09:00
src fix(wasm-typescript): Fix option types of functions (#9662) 2024-10-20 09:41:09 +00:00
tests feat(es/typescript): Add native_class_properties to skip reordering of class properties inits (#9421) 2024-08-14 09:11:04 +09:00
Cargo.toml chore: Publish crates with swc_core v1.0.2 2024-10-17 10:54:06 +09:00