Skip to content

Commit 57cba41

Browse files
chore: fix auto import fumble
1 parent 4586de9 commit 57cba41

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/visitors

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/2-analyze/visitors/Attribute.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @import { ArrowFunctionExpression, Expression, FunctionDeclaration, FunctionExpression } from 'estree' */
22
/** @import { AST, DelegatedEvent } from '#compiler' */
33
/** @import { Context } from '../types' */
4-
import exp from 'node:constants';
54
import { cannot_be_set_statically, is_capture_event, is_delegated } from '../../../../utils.js';
65
import {
76
get_attribute_chunks,

0 commit comments

Comments
 (0)