Skip to content

Commit b158c8c

Browse files
committed
unused
1 parent 51ecbef commit b158c8c

File tree

1 file changed

+1
-2
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+1
-2
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/declarations.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/** @import { Identifier } from 'estree' */
22
/** @import { ComponentContext, Context } from '../../types' */
3-
import { is_state_source, should_proxy } from '../../utils.js';
3+
import { is_state_source } from '../../utils.js';
44
import * as b from '../../../../../utils/builders.js';
5-
import { dev } from '../../../../../state.js';
65

76
/**
87
* Turns `foo` into `$.get(foo)`

0 commit comments

Comments
 (0)