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.
@@ -8495,9 +8495,9 @@ function translateDOM(tag) {
8495
8495
  node.var.extra.binding
8496
8496
  );
8497
8497
  source.register = true;
8498
- source.buildAssignment = (_valueSection, value) => {
8498
+ source.buildAssignment = (valueSection, value) => {
8499
8499
  return import_compiler51.types.callExpression(importRuntime("tagVarSignalChange"), [
8500
- createScopeReadExpression(source.section, childScopeBinding),
8500
+ createScopeReadExpression(valueSection, childScopeBinding),
8501
8501
  value
8502
8502
  ]);
8503
8503
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "6.0.0-next.3.20",
3
+ "version": "6.0.0-next.3.21",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",