TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.96k stars 239 forks source link

perf: abort stale type-checks on fast recompilations #764

Closed piotr-oles closed 2 years ago

piotr-oles commented 2 years ago

When user saves changes faster than type-checking process, we can end-up with a queue of type-checks that could be skipped. This PR ensures that we queue only 1 type-check per compilation and abort previous.

Closes: #741

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 7.2.13 :tada:

The release is available on:

Your semantic-release bot :package::rocket: