@marko/translator-default 5.32.4 → 5.32.5
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 +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -494,15 +494,13 @@ function getRuntimeEntryFiles(output, optimize) {
|
|
|
494
494
|
`${base}core-tags/components/preferred-script-location-tag.js`,
|
|
495
495
|
`${base}core-tags/core/__flush_here_and_after__.js`,
|
|
496
496
|
`${base}core-tags/core/await/renderer.js`,
|
|
497
|
-
`${base}core-tags/core/await/reorderer-renderer.js
|
|
498
|
-
`${base}runtime/helpers/tags-compat/html${optimize ? "" : "-debug"}.mjs`] :
|
|
497
|
+
`${base}core-tags/core/await/reorderer-renderer.js`] :
|
|
499
498
|
|
|
500
499
|
[
|
|
501
500
|
`${base}runtime/vdom/index.js`,
|
|
502
501
|
`${base}runtime/vdom/hot-reload.js`,
|
|
503
502
|
`${base}runtime/vdom/helpers/attrs.js`,
|
|
504
|
-
`${base}runtime/vdom/helpers/const-element.js
|
|
505
|
-
`${base}runtime/helpers/tags-compat/dom${optimize ? "" : "-debug"}.mjs`])];
|
|
503
|
+
`${base}runtime/vdom/helpers/const-element.js`])];
|
|
506
504
|
|
|
507
505
|
|
|
508
506
|
}
|