Skip to content

Commit 48a7497

Browse files
committed
oops
1 parent 6c60287 commit 48a7497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @import { ConditionalExpression } from 'estree' */
22
/** @import { Context } from '../types' */
33

4-
import { mark_subtree_dynamic } from './shared/fragment';
4+
import { mark_subtree_dynamic } from './shared/fragment.js';
55

66
/**
77
* @param {ConditionalExpression} node
@@ -14,4 +14,6 @@ export function ConditionalExpression(node, context) {
1414
context.state.expression.can_inline = false;
1515
mark_subtree_dynamic(context.path);
1616
}
17+
18+
context.next();
1719
}

0 commit comments

Comments
 (0)