marko 6.0.76 → 6.0.78
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 +1 -1
- package/package.json +2 -2
package/dist/translator/index.js
CHANGED
@@ -5647,7 +5647,7 @@ function getReadReplacement(node) {
|
|
5647
5647
|
if (binding.type === 6 /* hoist */) {
|
5648
5648
|
replacement = node.extra?.[kIsInvoked] ? import_compiler25.types.callExpression(getHoistFunctionIdentifier(binding), [
|
5649
5649
|
getScopeExpression(node.extra.section, binding.section)
|
5650
|
-
]) : import_compiler25.types.identifier(
|
5650
|
+
]) : import_compiler25.types.identifier(binding.name);
|
5651
5651
|
} else if (binding.name !== node.name) {
|
5652
5652
|
node.name = binding.name;
|
5653
5653
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "marko",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.78",
|
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.
|
51
|
+
"@marko/compiler": "^5.39.38",
|
52
52
|
"csstype": "^3.1.3",
|
53
53
|
"magic-string": "^0.30.17"
|
54
54
|
},
|