noEmitOnError
slows down incremental per file emit
#4894
Labels
By Design
Deprecated - use "Working as Intended" or "Design Limitation" instead
This might be by design. I'm creating this issue purely for clarity 🌹
Basically
services.getEmitOutput(filePath);
goes from under 10ms to over 1.5seconds probably because it seems to validate the whole project. So we can't do a file by file emit.First reported by @robertknight here : TypeStrong/atom-typescript#590
The text was updated successfully, but these errors were encountered: