Make the Compiler and Language Service API Asynchronous · Issue #1857 · microsoft/TypeScript
It makes very little sense that IO-bound operations (e.g. readFile, writeFile) are synchronous when we run on a platform whose touted strength is in writing IO-bound applications through asynchrono...