@marko/translator-default 5.25.2 → 5.25.4
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/index.js +1 -1
- package/dist/taglib/core/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -473,7 +473,7 @@ function getRuntimeEntryFiles(output, optimize) {
|
|
|
473
473
|
`${base}runtime/helpers/render-tag.js`,
|
|
474
474
|
`${base}runtime/helpers/style-value.js`,
|
|
475
475
|
`${base}runtime/helpers/to-string.js`,
|
|
476
|
-
`${base}core-tags/components/preserve-tag`,
|
|
476
|
+
`${base}core-tags/components/preserve-tag.js`,
|
|
477
477
|
...(output === "html" ?
|
|
478
478
|
[
|
|
479
479
|
`${base}runtime/html/index.js`,
|
|
@@ -264,7 +264,7 @@ var parseModuleCode = _interopRequireWildcard(require("./parse-module-code"));fu
|
|
|
264
264
|
|
|
265
265
|
},
|
|
266
266
|
"<_preserve>": {
|
|
267
|
-
renderer: "marko/src/core-tags/components/preserve-tag",
|
|
267
|
+
renderer: "marko/src/core-tags/components/preserve-tag.js",
|
|
268
268
|
"@n": "boolean",
|
|
269
269
|
"@i": "boolean",
|
|
270
270
|
"@b": "boolean",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marko/translator-default",
|
|
3
3
|
"description": "Translates Marko templates to the default Marko runtime.",
|
|
4
|
-
"version": "5.25.
|
|
4
|
+
"version": "5.25.4",
|
|
5
5
|
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
|
6
6
|
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
|
7
7
|
"dependencies": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"self-closing-tags": "^1.0.1"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@marko/compiler": "^5.27.
|
|
16
|
-
"marko": "^5.25.
|
|
15
|
+
"@marko/compiler": "^5.27.4",
|
|
16
|
+
"marko": "^5.25.4"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"dist"
|