marko 6.0.69 → 6.0.71

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.
@@ -12044,6 +12044,7 @@ function getChangeHandler(tag, attr) {
12044
12044
  } else {
12045
12045
  markoRoot.unshiftContainer("body", changeHandlerConst);
12046
12046
  }
12047
+ markoRoot.scope.crawl();
12047
12048
  return import_compiler58.types.markoAttribute(
12048
12049
  changeAttrName,
12049
12050
  withPreviousLocation(import_compiler58.types.identifier(changeHandlerId), attr.value)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "6.0.69",
3
+ "version": "6.0.71",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",
@@ -48,7 +48,7 @@
48
48
  "build": "node -r ~ts ./scripts/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@marko/compiler": "^5.39.35",
51
+ "@marko/compiler": "^5.39.37",
52
52
  "csstype": "^3.1.3",
53
53
  "magic-string": "^0.30.17"
54
54
  },