marko 5.39.14 → 5.39.15
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
CHANGED
|
@@ -309,7 +309,12 @@ const translate = exports.translate = {
|
|
|
309
309
|
_compiler.types.identifier("withPageAssets")
|
|
310
310
|
)],
|
|
311
311
|
|
|
312
|
-
_compiler.types.stringLiteral(
|
|
312
|
+
_compiler.types.stringLiteral(
|
|
313
|
+
(0, _babelUtils.resolveRelativePath)(
|
|
314
|
+
file,
|
|
315
|
+
"marko/src/runtime/helpers/load-tag.js"
|
|
316
|
+
)
|
|
317
|
+
)
|
|
313
318
|
),
|
|
314
319
|
_compiler.types.exportAllDeclaration(_compiler.types.stringLiteral(relPath)),
|
|
315
320
|
_compiler.types.exportDefaultDeclaration(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "marko",
|
|
3
|
-
"version": "5.39.
|
|
3
|
+
"version": "5.39.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
|
6
6
|
"keywords": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@marko/compiler": "^5.40.1",
|
|
74
|
-
"@marko/runtime-tags": "^6.
|
|
74
|
+
"@marko/runtime-tags": "^6.2.5",
|
|
75
75
|
"app-module-path": "^2.2.0",
|
|
76
76
|
"argly": "^1.2.0",
|
|
77
77
|
"browser-refresh-client": "1.1.4",
|
package/src/translator/index.js
CHANGED
|
@@ -309,7 +309,12 @@ export const translate = {
|
|
|
309
309
|
t.identifier("withPageAssets"),
|
|
310
310
|
),
|
|
311
311
|
],
|
|
312
|
-
t.stringLiteral(
|
|
312
|
+
t.stringLiteral(
|
|
313
|
+
resolveRelativePath(
|
|
314
|
+
file,
|
|
315
|
+
"marko/src/runtime/helpers/load-tag.js",
|
|
316
|
+
),
|
|
317
|
+
),
|
|
313
318
|
),
|
|
314
319
|
t.exportAllDeclaration(t.stringLiteral(relPath)),
|
|
315
320
|
t.exportDefaultDeclaration(
|