@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.
- package/dist/translator/index.js +4 -2
- package/package.json +1 -1
package/dist/translator/index.js
CHANGED
|
@@ -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(
|
|
4139
|
+
import_compiler22.types.stringLiteral(
|
|
4140
|
+
getResumeRegisterId(section, closure, "pending")
|
|
4141
|
+
)
|
|
4140
4142
|
)
|
|
4141
4143
|
)
|
|
4142
4144
|
)
|