We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa14305 commit 1c66278Copy full SHA for 1c66278
packages/svelte/src/compiler/phases/2-analyze/index.js
@@ -76,7 +76,7 @@ import { UseDirective } from './visitors/UseDirective.js';
76
import { VariableDeclarator } from './visitors/VariableDeclarator.js';
77
import is_reference from 'is-reference';
78
import { mark_subtree_dynamic } from './visitors/shared/fragment.js';
79
-import { find_last_await, is_last_evaluated_expression } from './utils/awaits.js';
+import { is_last_evaluated_expression } from './utils/awaits.js';
80
81
/** @type {Array<ExpressionMetadata | null>} */
82
const metadata_stack = [];
0 commit comments