We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada36ad commit c88fa17Copy full SHA for c88fa17
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