Skip to content

Commit 3f7f6a2

Browse files
committed
types
1 parent 4caf06c commit 3f7f6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ declare module 'svelte/compiler' {
15481548
expression: SimpleCallExpression | (ChainExpression & { expression: SimpleCallExpression });
15491549
metadata: {
15501550
dynamic: boolean;
1551+
args_with_call_expression: Set<number>;
15511552
};
15521553
}
15531554

0 commit comments

Comments
 (0)