s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 179 forks source link

TypeScript 3.4 --incremental support #627

Open MadaraUchiha opened 5 years ago

MadaraUchiha commented 5 years ago

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.

andykais commented 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

chibongktbyte commented 5 years ago

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

Rowno commented 5 years ago

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