fork-ts-checker-webpack-plugin
fork-ts-checker-webpack-plugin copied to clipboard
Webpack plugin that runs typescript type checker on a separate process.
When I use [email protected]+ and set the fork-ts-checker-webpack-plugin's option `typescript.build` to `true`, the following problem occurs. ## Current behavior The webpack build completes with no errors even if there are...
Fixes #855 When building projects in `tsc` build mode (with `typescript.build` set to `true`), some paths passed to `getModifiedTime` will be `undefined`. Previously, this would cause an error and prevent...
Hi, I'm using `fork-ts-checker-webpack-plugin` along with `eslint-webpack-plugin`. The latest version of `eslint-webpack-plugin` now throws an error when linting errors are found; which looks like this in the console: ``` [22:04:03]...
## Current behavior When using plugin on macOS, the following error occurs after a dev build, in projects with many files: ``` No typescript errors found. node:internal/errors:563 ErrorCaptureStackTrace(err); ^ Error:...
## Current behavior `cosmiconfig 8.x` version is giving a high-risk License issue in the BlackDuck scan. PFA  ## Expected behavior The latest version of `cosmiconfig` is `9.0.0`, so updating...
hi this plugin is excellent, can we plan to provider rollup plugin support?
## Current behavior Dependabot gives an alert about following vulnerability: Webpack's AutoPublicPathRuntimeModule has a DOM Clobbering Gadget that leads to XSS. ## Expected behavior No vulnerabilities, Webpack dependecy updated to...
## Feature motivation Maybe you've already heard of the e18e initiave (https://e18e.dev/). We want to bring the JS ecosystem forward by modernizing old dependencies or replace them with smaller /...
Installing this repository has some challenges. The engine field is set to Node >12. However, Node 12 cant be used because some dependencies _at least_ require Node 14. In Node...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...