Skip to content

Commit c88fa17

Browse files
committed
add warningFilter
1 parent ada36ad commit c88fa17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/svelte-config/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type SvelteConfig = {
1313
warning: Compiler.Warning,
1414
defaultHandler: (warning: Compiler.Warning) => void,
1515
) => void;
16+
warningFilter?: (warning: Compiler.Warning) => boolean;
1617
[key: string]: unknown;
1718
};
1819

0 commit comments

Comments
 (0)