Skip to content

Commit d1dab18

Browse files
authored
Merge branch 'main' into revert-12587-no-flush-sync-init
2 parents 3b7715c + c548932 commit d1dab18

File tree

10 files changed

+400
-440
lines changed

10 files changed

+400
-440
lines changed

packages/svelte/src/compiler/phases/2-analyze/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ const legacy_scope_tweaker = {
901901
}
902902
};
903903

904-
/** @type {import('zimmerframe').Visitors<SvelteNode, { scope: Scope, analysis: { runes: true } }>} */
904+
/** @type {Visitors} */
905905
const runes_scope_js_tweaker = {
906906
VariableDeclarator(node, { state }) {
907907
if (node.init?.type !== 'CallExpression') return;

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

Lines changed: 85 additions & 86 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)