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 dcf7d2c commit d796df1Copy full SHA for d796df1
packages/svelte/src/compiler/phases/2-analyze/types.d.ts
@@ -21,7 +21,7 @@ export interface AnalysisState {
21
has_props_rune: boolean;
22
/** Which slots the current parent component has */
23
component_slots: Set<string>;
24
- /** The current {expression}, if any */
+ /** Information about the current expression/directive/block value */
25
expression: ExpressionMetadata | null;
26
/** The current {@render ...} tag, if any */
27
render_tag: null | RenderTag;
0 commit comments