awesome-typescript-loader icon indicating copy to clipboard operation
awesome-typescript-loader copied to clipboard

TypeScript 3.4 --incremental support

Open MadaraUchiha opened this issue 5 years ago • 3 comments

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.

MadaraUchiha avatar Mar 29 '19 18:03 MadaraUchiha

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 [email protected]

andykais avatar May 15 '19 14:05 andykais

Hi. Any update on this now that Typescript 3.5 has come out?

chibongktbyte avatar Jun 20 '19 15:06 chibongktbyte

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

Rowno avatar Aug 29 '19 19:08 Rowno