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 maintenance request related to a problem? Please describe.
TypeScript is getting a native port with version 7. The current TypeScript checker plugin in StrykerJS could benefit from the faster compile times of the new compiler.
Describe the solution you'd like
Update the TypeScript checker to use the new compiler API once it’s released and stable, so we can take advantage of the improved performance.
Is your maintenance request related to a problem? Please describe.
TypeScript is getting a native port with version 7. The current TypeScript checker plugin in StrykerJS could benefit from the faster compile times of the new compiler.
Describe the solution you'd like
Update the TypeScript checker to use the new compiler API once it’s released and stable, so we can take advantage of the improved performance.
Additional context
Blog post from the TypeScript team: https://devblogs.microsoft.com/typescript/typescript-native-port/
The text was updated successfully, but these errors were encountered: