tap-done-to-async-get-issues.d.ts 376 B

12345
  1. import type webpack from 'webpack';
  2. import type { ForkTsCheckerWebpackPluginConfig } from '../plugin-config';
  3. import type { ForkTsCheckerWebpackPluginState } from '../plugin-state';
  4. declare function tapDoneToAsyncGetIssues(compiler: webpack.Compiler, config: ForkTsCheckerWebpackPluginConfig, state: ForkTsCheckerWebpackPluginState): void;
  5. export { tapDoneToAsyncGetIssues };