Skip to content

Commit 69f134f

Browse files
committed
regenerate
1 parent 3034fc7 commit 69f134f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ declare module 'svelte/animate' {
622622
}
623623

624624
declare module 'svelte/compiler' {
625-
import type { Expression, Identifier, ArrayExpression, ArrowFunctionExpression, VariableDeclaration, VariableDeclarator, MemberExpression, Node, ObjectExpression, Pattern, Program, ChainExpression, SimpleCallExpression, SequenceExpression } from 'estree';
626625
import type { SourceMap } from 'magic-string';
626+
import type { ArrayExpression, ArrowFunctionExpression, VariableDeclaration, VariableDeclarator, Expression, Identifier, MemberExpression, Node, ObjectExpression, Pattern, Program, ChainExpression, SimpleCallExpression, SequenceExpression } from 'estree';
627627
import type { Location } from 'locate-character';
628628
/**
629629
* `compile` converts your `.svelte` source code into a JavaScript module that exports a component

0 commit comments

Comments
 (0)