@marko/translator-default 5.33.1 → 6.0.0
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 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -504,6 +504,7 @@ function getRuntimeEntryFiles(output, optimize) {
|
|
|
504
504
|
`${base}runtime/helpers/render-tag.js`,
|
|
505
505
|
`${base}runtime/helpers/style-value.js`,
|
|
506
506
|
`${base}runtime/helpers/to-string.js`,
|
|
507
|
+
`${base}runtime/helpers/empty-component.js`,
|
|
507
508
|
`${base}core-tags/components/preserve-tag.js`,
|
|
508
509
|
...(output === "html" ?
|
|
509
510
|
[
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marko/translator-default",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Translates Marko templates to the default Marko runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"babel",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@marko/compiler": "^5.36.1",
|
|
38
|
-
"marko": "^5.34.
|
|
38
|
+
"marko": "^5.34.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@marko/compiler": "^5.16.1",
|