Skip to content

Commit dd10090

Browse files
committed
doh
1 parent 3bce292 commit dd10090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function RegularElement(node, context) {
8383
/** @type {AST.StyleDirective[]} */
8484
const style_directives = [];
8585

86-
/** @type {Array<AST.AnimateDirective | AST.BindDirective | AST.OnDirective | AST.TransitionDirective | AST.UseDirective} */
86+
/** @type {Array<AST.AnimateDirective | AST.BindDirective | AST.OnDirective | AST.TransitionDirective | AST.UseDirective>} */
8787
const other_directives = [];
8888

8989
/** @type {ExpressionStatement[]} */

0 commit comments

Comments
 (0)