svelte-effect-runtime 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12693,7 +12693,7 @@ function makeAstReplacement(candidate, kind, filename) {
12693
12693
  const trimmedExpression = candidate.expressionText.trim();
12694
12694
  let replacementText;
12695
12695
  if (kind === "await") replacementText = `${MARKUP_HELPER_PREFIX}Promise("${helperId}", ${depsText}, function* () { return (${trimmedExpression}); })`;
12696
- else if (kind === "render") replacementText = `(${MARKUP_HELPER_PREFIX}Value("${helperId}", ${depsText}, function* () { return (${trimmedExpression}); }, undefined))()`;
12696
+ else if (kind === "render") replacementText = `(${MARKUP_HELPER_PREFIX}Value("${helperId}", ${depsText}, function* () { return (${trimmedExpression}); }, function () {}))()`;
12697
12697
  else replacementText = `${MARKUP_HELPER_PREFIX}Value("${helperId}", ${depsText}, function* () { return (${trimmedExpression}); }, ${kind === "each" ? "[]" : "undefined"})`;
12698
12698
  return {
12699
12699
  start: candidate.start,
@@ -13351,4 +13351,4 @@ function indentBlock(text, indent) {
13351
13351
  //#endregion
13352
13352
  export { transformEffectMarkup as t };
13353
13353
 
13354
- //# sourceMappingURL=markup-CfRiigJc.js.map
13354
+ //# sourceMappingURL=markup-Ccw42uCl.js.map