Skip to content

Commit d796df1

Browse files
committed
tweak jsdoc
1 parent dcf7d2c commit d796df1

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/2-analyze

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/2-analyze/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface AnalysisState {
2121
has_props_rune: boolean;
2222
/** Which slots the current parent component has */
2323
component_slots: Set<string>;
24-
/** The current {expression}, if any */
24+
/** Information about the current expression/directive/block value */
2525
expression: ExpressionMetadata | null;
2626
/** The current {@render ...} tag, if any */
2727
render_tag: null | RenderTag;

0 commit comments

Comments
 (0)