fork-ts-checker-webpack-plugin
fork-ts-checker-webpack-plugin copied to clipboard
Webpack plugin that runs typescript type checker on a separate process.
## Current behavior I installed the package, found out the compilation process was slower ## Expected behavior Should be faster ## Steps to reproduce the issue I added the plugin...
## Current behavior re-execut using the node api file of webpack. ## Expected behavior no re-execut ## Steps to reproduce the issue set the package.json type to module ## Issue...
## Current behavior When running in dev-proxy mode, the checker seems to not be aborted but still called again. That can be seen here: [0] runtime modules 1.27 MiB 192...
## Current behavior Type-only imports ([`import type X`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export), or `import X` where X is only used as a type) result in incorrect `webpack --watch` behavior. When files residing in workspace...
## Feature motivation It is impossible to perform transformation to the file before type checking. ts-loader [custom transformer](https://github.com/TypeStrong/ts-loader#getcustomtransformers) are not taken into account. [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) seem to only check against the...
## Current behavior When running webpack in watch-mode / dev server, the vue files are checked and errors are properly reported to console. But when running a full production build,...
In my project, "RangeError: maximum call stack size exceeded" is still reported when exclude:["node_modules"] has been configured in the tsconfig.json file, but when I add include:["src/**/ *" ], the error...
## Current behavior Fallowed https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/tree/main/examples/babel-loader and can't make it right :( Running `yarn start` -> `webpack serve --env NODE_ENV=development --progress --color` returns > Found 120 errors in 109792 ms. Terminal...
## Current behavior ForkTSCheckerPlugin prints this error as soon as I call `.close()` on the [compiler instance](https://webpack.js.org/api/node/#compiler-instance) via the NodeJS API, which I must do (and await) in order to...
## Current behavior Hit the following error on Quasar Vue.JS: ``` TypeError: Cannot set property mark of # which has only a getter TypeError: Cannot set property mark of #...