This commit is contained in:
Ivan Kopeykin 2021-09-15 19:04:11 +03:00
parent df80f5ae95
commit 2f4914c86b
1 changed files with 2 additions and 1 deletions

3
types.d.ts vendored
View File

@ -11476,7 +11476,8 @@ declare interface VariableInfoInterface {
}
declare class WarnNonEsmSourceTypePlugin {
constructor(filter?: string | RegExp);
filter?: string | RegExp;
filterFunction?: (resource?: any) => any;
warn(module: NormalModule): void;
apply(compiler: Compiler): void;
}
type WarningFilterItemTypes =