Skip to content

Commit 2aad265

Browse files
committed
lint
1 parent 57e4543 commit 2aad265

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/javascript-runes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @import { CallExpression, Expression, Identifier, Literal, MethodDefinition, PrivateIdentifier, PropertyDefinition, VariableDeclarator } from 'estree' */
22
/** @import { Binding } from '#compiler' */
33
/** @import { ComponentVisitors, StateField } from '../types.js' */
4-
import { is_ignored } from '../../../../state.js';
4+
import { dev, is_ignored } from '../../../../state.js';
55
import * as assert from '../../../../utils/assert.js';
66
import { extract_paths } from '../../../../utils/ast.js';
77
import * as b from '../../../../utils/builders.js';
@@ -15,7 +15,6 @@ import {
1515
serialize_proxy_reassignment,
1616
should_proxy_or_freeze
1717
} from '../utils.js';
18-
import { dev } from '../../../../state.js';
1918

2019
/** @type {ComponentVisitors} */
2120
export const javascript_visitors_runes = {

0 commit comments

Comments
 (0)