We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba33301 commit aa28650Copy full SHA for aa28650
src/svelte-config/index.ts
@@ -13,6 +13,7 @@ export type SvelteConfig = {
13
warning: Compiler.Warning,
14
defaultHandler: (warning: Compiler.Warning) => void,
15
) => void;
16
+ warningFilter?: (warning: Compiler.Warning) => boolean;
17
[key: string]: unknown;
18
};
19
0 commit comments