Skip to content

Commit e8b769c

Browse files
committed
make is_reactive_dependency optional
1 parent 52733f3 commit e8b769c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ export interface Var {
133133
initialised?: boolean;
134134
hoistable?: boolean;
135135
subscribable?: boolean;
136-
is_reactive_dependency: boolean;
136+
is_reactive_dependency?: boolean;
137137
}

0 commit comments

Comments
 (0)