amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-add-dependencies.d.ts
2023-10-07 19:42:30 +08:00

6 lines
394 B
TypeScript

import type webpack from 'webpack';
import type { ForkTsCheckerWebpackPluginConfig } from '../plugin-config';
import type { ForkTsCheckerWebpackPluginState } from '../plugin-state';
declare function tapAfterCompileToAddDependencies(compiler: webpack.Compiler, config: ForkTsCheckerWebpackPluginConfig, state: ForkTsCheckerWebpackPluginState): void;
export { tapAfterCompileToAddDependencies };