You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not a problem, but TypeScript team just announced today (Tue, March 11) that they're going to port TypeScript to Native, and their port shows 10X improvement.
This module currently uses @swc/wasm-typescript, a WebAssembly port of the SWC TypeScript parser.
Switching to official TypeScript port might improve reliability, and possibly performance
Is your feature request related to a problem? Please describe.
Not a problem, but TypeScript team just announced today (Tue, March 11) that they're going to port TypeScript to Native, and their port shows 10X improvement.
This module currently uses
@swc/wasm-typescript
, a WebAssembly port of the SWC TypeScript parser.Switching to official TypeScript port might improve reliability, and possibly performance
Describe the solution you'd like
Evaluate migrating from
@swc/wasm-typescript
totypescript-go
Even if the experiment if unsuccessful, report the findings back to the project https://github.com/microsoft/typescript-go/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
The text was updated successfully, but these errors were encountered: