We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f17e1 commit 6166738Copy full SHA for 6166738
packages/svelte/src/compiler/phases/types.d.ts
@@ -43,7 +43,7 @@ export interface Analysis {
43
/** A set of deriveds that contain `await` expressions */
44
async_deriveds: Set<CallExpression>;
45
46
- /** A map of `await` expressions that should preserve context */
+ /** A set of `await` expressions that should preserve context */
47
context_preserving_awaits: Set<AwaitExpression>;
48
}
49
0 commit comments