Skip to content

Commit 864272c

Browse files
committed
undo
1 parent 7eb14e7 commit 864272c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/svelte/src/compiler/phases/scope.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class Scope {
9191
const binding = {
9292
node,
9393
references: [],
94-
referenced_in_template: false,
9594
legacy_dependencies: [],
9695
initial,
9796
mutated: false,

packages/svelte/src/compiler/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ export interface Binding {
268268
initial: null | Expression | FunctionDeclaration | ClassDeclaration | ImportDeclaration;
269269
is_called: boolean;
270270
references: { node: Identifier; path: SvelteNode[] }[];
271-
referenced_in_template: boolean;
272271
mutated: boolean;
273272
scope: Scope;
274273
/** For `legacy_reactive`: its reactive dependencies */

0 commit comments

Comments
 (0)