TypeStrong / fork-ts-checker-webpack-plugin

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

fix: compiler crashes are not handled #806

Closed volnyansky closed 8 months ago

volnyansky commented 1 year ago

I've added handling of compiler crashes. At the current state, the plugin ignores general compiler failures. In our case, it was "RangeError: Maximum call stack size exceeded" caused by the allowJs compiler option. Plugin just ignored this issue, so we didn't notice that is something wrong with our typescript config and now we need to fix type errors for the last 2 months.

github-actions[bot] commented 8 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: