found a prettier bug :) this one formats twice until its end state

pull/9602/head
Simon Holthausen 3 years ago
parent df994c4090
commit e3ae46e186

@ -195,9 +195,7 @@ declare const SnippetReturn: unique symbol;
* You can only call a snippet through the `{@render ...}` tag.
*/
export interface Snippet<T = void> {
(
arg: T
): typeof SnippetReturn & {
(arg: T): typeof SnippetReturn & {
_: 'functions passed to {@render ...} tags must use the `Snippet` type imported from "svelte"';
};
}

Loading…
Cancel
Save