Open MadaraUchiha opened 5 years ago
referencing the currently open issue as the above one was marked as a duplicate of this: https://github.com/microsoft/TypeScript/issues/29978. Supposedly it will land in typescript@3.5
Hi. Any update on this now that Typescript 3.5 has come out?
The incremental APIs are now available as part of TypeScript 3.6: https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/#apis-to-support-build-and-incremental
TypeScript 3.4 has landed, and it comes with an
--incremental
compiler option that creates a compilation cache file to speed up successive builds of the same code.I'm opening this issue to bring it some attention and track if anything is needed to support it with awesome-typescript-loader.