marko 6.0.30 → 6.0.31

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.
@@ -10321,7 +10321,8 @@ function translateHTML(tag) {
10321
10321
  tagIdentifier,
10322
10322
  propsToExpression(properties),
10323
10323
  childSerializeReasonExpr
10324
- )
10324
+ ),
10325
+ "let"
10325
10326
  );
10326
10327
  } else {
10327
10328
  statements.push(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "6.0.30",
3
+ "version": "6.0.31",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",