marko 6.0.0-next.3.20 → 6.0.0-next.3.21
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 +2 -2
- package/package.json +1 -1
package/dist/translator/index.js
CHANGED
@@ -8495,9 +8495,9 @@ function translateDOM(tag) {
|
|
8495
8495
|
node.var.extra.binding
|
8496
8496
|
);
|
8497
8497
|
source.register = true;
|
8498
|
-
source.buildAssignment = (
|
8498
|
+
source.buildAssignment = (valueSection, value) => {
|
8499
8499
|
return import_compiler51.types.callExpression(importRuntime("tagVarSignalChange"), [
|
8500
|
-
createScopeReadExpression(
|
8500
|
+
createScopeReadExpression(valueSection, childScopeBinding),
|
8501
8501
|
value
|
8502
8502
|
]);
|
8503
8503
|
};
|