Skip to content

Commit 0ab422b

Browse files
committed
roolback again
1 parent 4f346bf commit 0ab422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ declare module 'svelte/animate' {
624624

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

0 commit comments

Comments
 (0)