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.
- package/dist/translator/index.js +2 -1
- package/package.json +1 -1
package/dist/translator/index.js
CHANGED
@@ -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(
|