@marko/runtime-tags 6.0.147 → 6.0.148

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.
@@ -3521,7 +3521,7 @@ function getSignal(section, referencedBindings, name2 = generateSignalName(refer
3521
3521
  [scopeIdentifier],
3522
3522
  getScopeExpression(section, closure.section)
3523
3523
  ),
3524
- some(closure.closureSections, underTryPlaceholder) ? import_compiler22.types.stringLiteral(getResumeRegisterId(section, closure)) : void 0
3524
+ some(closure.closureSections, underTryPlaceholder) ? import_compiler22.types.stringLiteral(getResumeRegisterId(section, closure, "pending")) : void 0
3525
3525
  );
3526
3526
  };
3527
3527
  }
@@ -4136,7 +4136,9 @@ function writeHTMLResumeStatements(path7) {
4136
4136
  callRuntime(
4137
4137
  "_script",
4138
4138
  getScopeIdIdentifier(section),
4139
- import_compiler22.types.stringLiteral(getResumeRegisterId(section, closure))
4139
+ import_compiler22.types.stringLiteral(
4140
+ getResumeRegisterId(section, closure, "pending")
4141
+ )
4140
4142
  )
4141
4143
  )
4142
4144
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/runtime-tags",
3
- "version": "6.0.147",
3
+ "version": "6.0.148",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",