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
In methods like getPreEmitDiagnostics a CancellationToken should probably be exposed. I'm running multiple TypeScript jobs in parallel and want to be able to cancel them. I think this would mostly just entail passing through the parameter to the underlying functions.
I'd be willing to contribute this if you'd like.
The text was updated successfully, but these errors were encountered:
In methods like
getPreEmitDiagnostics
aCancellationToken
should probably be exposed. I'm running multiple TypeScript jobs in parallel and want to be able to cancel them. I think this would mostly just entail passing through the parameter to the underlying functions.I'd be willing to contribute this if you'd like.
The text was updated successfully, but these errors were encountered: