@marko/compiler 5.33.1 → 5.33.2
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.
|
@@ -500,16 +500,13 @@ class TagLoader {
|
|
|
500
500
|
|
|
501
501
|
nestedTag.name = nestedTagName;
|
|
502
502
|
tag.addNestedTag(nestedTag);
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
let attr = loaders.loadAttributeFromProps(
|
|
503
|
+
tag.addAttribute(
|
|
504
|
+
loaders.loadAttributeFromProps(
|
|
506
505
|
nestedTag.targetProperty,
|
|
507
|
-
{ type: "
|
|
506
|
+
{ type: "expression" },
|
|
508
507
|
dependencyChain
|
|
509
|
-
)
|
|
510
|
-
|
|
511
|
-
tag.addAttribute(attr);
|
|
512
|
-
}
|
|
508
|
+
)
|
|
509
|
+
);
|
|
513
510
|
}
|
|
514
511
|
}
|
|
515
512
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marko/compiler",
|
|
3
|
-
"version": "5.33.
|
|
3
|
+
"version": "5.33.2",
|
|
4
4
|
"description": "Marko template to JS compiler.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"babel",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"strip-json-comments": "^3.1.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@marko/translator-default": "^5.31.
|
|
64
|
+
"@marko/translator-default": "^5.31.3"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|