Skip to content

Commit e7e1454

Browse files
committed
format
1 parent 8cc7422 commit e7e1454

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import { is_hoistable_function } from '../../utils.js';
22
import * as b from '../../../../utils/builders.js';
33
import { extract_paths } from '../../../../utils/ast.js';
4-
import {
5-
can_hoist_declaration,
6-
get_prop_source,
7-
serialize_get_binding
8-
} from '../utils.js';
4+
import { can_hoist_declaration, get_prop_source, serialize_get_binding } from '../utils.js';
95

106
/**
117
* Creates the output for a state declaration.

0 commit comments

Comments
 (0)