pull/9669/head
Rich Harris 3 years ago
parent 7eb14e7e79
commit 864272cc49

@ -91,7 +91,6 @@ export class Scope {
const binding = {
node,
references: [],
referenced_in_template: false,
legacy_dependencies: [],
initial,
mutated: false,

@ -268,7 +268,6 @@ export interface Binding {
initial: null | Expression | FunctionDeclaration | ClassDeclaration | ImportDeclaration;
is_called: boolean;
references: { node: Identifier; path: SvelteNode[] }[];
referenced_in_template: boolean;
mutated: boolean;
scope: Scope;
/** For `legacy_reactive`: its reactive dependencies */

Loading…
Cancel
Save