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
Currently build is horribly slow for noEmitOnError.
A short term measure in atom-typescript would be to abort the build with an error if noEmitOnError is set, rather than building the project very very slowly (and hanging the background worker for any useful work for upto 3 mintues!)
Long term : Investigate the language service to find a function that gets all the emits for the files in a single validation instead of a revalidating -> emitting step per file.
Currently build is horribly slow for
noEmitOnError
./cc @robertknight
refs #590 (comment) and microsoft/TypeScript#4894 (comment)
The text was updated successfully, but these errors were encountered: