fork-ts-checker-webpack-plugin icon indicating copy to clipboard operation
fork-ts-checker-webpack-plugin copied to clipboard

Webpack plugin that runs typescript type checker on a separate process.

Results 47 fork-ts-checker-webpack-plugin issues
Sort by recently updated
recently updated
newest added

/var/lib/jenkins/workspace/typ-mall-cms/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:19 closedError = new RpcIpcMessagePortClosedError_1.RpcIpcMessagePortClosedError(code ^ RpcIpcMessagePortClosedError: Process 3720 exited [SIGKILL]. at /var/lib/jenkins/workspace/typ-mall-cms/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:19:23 at Generator.next () at /var/lib/jenkins/workspace/typ-mall-cms/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:8:71 at new Promise () at __awaiter (/var/lib/jenkins/workspace/typ-mall-cms/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:4:12) at ChildProcess.handleExit (/var/lib/jenkins/workspace/typ-mall-cms/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:18:42) at ChildProcess.emit...

bug

## Current behavior configOverride ignored when build:true ## Expected behavior configOverride should either work when build:true or the documentation should more clearly explain why not. Happy to submit a PR...

bug

## Current behavior when use esbuild-loader, vue SFC is not type checked ## Environment - **fork-ts-checker-webpack-plugin**: 6.5.2 - **typescript**: 4.7.4 - **eslint**: 8.21.0 - **webpack**: 4.46.0 - **os**: mac

bug

## Current behavior So I have a monorepo using yarn 3.x workspaces and there's a package with webpack that depends on another package which is symlinked through yarn. The problem...

bug

## Current behavior Thank you for your work for a better support of `script setup` When upgrading an application to use v6.3.5, we encounter the following error with Vue 3...

bug
released on @alpha

Hello guys, I'm curious that when I upgraded to 7.2.13, my building time increased from 4s to 6.6s, below is my configuration: This is the configuration for 6.0.3 ``` new...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

## Current behavior https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/src/typescript/extension/vue/type-script-vue-extension.ts#L113 vue2.7 hit `isVueTemplateCompilerV3`,but there is no `descriptor` on `parsed` ```typescript const parsed = compiler.parse(vueSourceText); if (parsed.descriptor && parsed.descriptor.script) { const scriptV3 = parsed.descriptor.script; ``` `parsed` shows...

bug