marko 5.20.9 → 5.21.2

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.
Files changed (207) hide show
  1. package/dist/compiler/config.js +1 -2
  2. package/dist/compiler/index.js +1 -2
  3. package/dist/compiler/modules.js +1 -2
  4. package/dist/core-tags/components/init-components-tag.js +1 -2
  5. package/dist/core-tags/components/preferred-script-location-tag.js +1 -2
  6. package/dist/core-tags/components/preserve-tag/index-browser.js +1 -2
  7. package/dist/core-tags/components/preserve-tag/index.js +1 -2
  8. package/dist/core-tags/core/__flush_here_and_after__.js +35 -24
  9. package/dist/core-tags/core/await/AsyncValue.js +1 -2
  10. package/dist/core-tags/core/await/client-reorder-runtime.js +1 -2
  11. package/dist/core-tags/core/await/renderer.js +1 -2
  12. package/dist/core-tags/core/await/reorderer-renderer.js +1 -2
  13. package/dist/index.js +1 -2
  14. package/dist/loader/index-browser.js +1 -2
  15. package/dist/loader/index.js +1 -2
  16. package/dist/node-require/browser-refresh.js +1 -2
  17. package/dist/node-require/hot-reload.js +1 -2
  18. package/dist/node-require/index.js +1 -2
  19. package/dist/runtime/RenderResult.js +1 -2
  20. package/dist/runtime/components/Component.js +1 -2
  21. package/dist/runtime/components/ComponentDef.js +1 -2
  22. package/dist/runtime/components/ComponentsContext.js +1 -2
  23. package/dist/runtime/components/GlobalComponentsContext.js +1 -2
  24. package/dist/runtime/components/KeySequence.js +1 -2
  25. package/dist/runtime/components/ServerComponent.js +1 -2
  26. package/dist/runtime/components/State.js +1 -2
  27. package/dist/runtime/components/attach-detach.js +1 -2
  28. package/dist/runtime/components/beginComponent/index-browser.js +1 -2
  29. package/dist/runtime/components/beginComponent/index.js +1 -2
  30. package/dist/runtime/components/defineComponent.js +1 -2
  31. package/dist/runtime/components/dom-data.js +1 -2
  32. package/dist/runtime/components/endComponent/index-browser.js +1 -2
  33. package/dist/runtime/components/endComponent/index.js +1 -2
  34. package/dist/runtime/components/entry/index-browser.js +1 -2
  35. package/dist/runtime/components/entry/index.js +1 -2
  36. package/dist/runtime/components/event-delegation.js +1 -2
  37. package/dist/runtime/components/index.js +1 -2
  38. package/dist/runtime/components/init-components/index-browser.js +1 -2
  39. package/dist/runtime/components/init-components/index.js +1 -2
  40. package/dist/runtime/components/registry/index-browser.js +1 -2
  41. package/dist/runtime/components/registry/index.js +1 -2
  42. package/dist/runtime/components/renderer.js +1 -2
  43. package/dist/runtime/components/update-manager.js +1 -2
  44. package/dist/runtime/components/util/index-browser.js +1 -2
  45. package/dist/runtime/components/util/index.js +1 -2
  46. package/dist/runtime/createOut.js +1 -2
  47. package/dist/runtime/dom-insert.js +1 -2
  48. package/dist/runtime/events.js +1 -2
  49. package/dist/runtime/helpers/_change-case.js +1 -2
  50. package/dist/runtime/helpers/assign.js +1 -2
  51. package/dist/runtime/helpers/class-value.js +1 -2
  52. package/dist/runtime/helpers/dynamic-tag.js +1 -2
  53. package/dist/runtime/helpers/load-nested-tag.js +1 -2
  54. package/dist/runtime/helpers/merge.js +1 -2
  55. package/dist/runtime/helpers/render-tag.js +1 -2
  56. package/dist/runtime/helpers/style-value.js +1 -2
  57. package/dist/runtime/helpers/to-string.js +1 -2
  58. package/dist/runtime/html/AsyncStream.js +1 -2
  59. package/dist/runtime/html/BufferedWriter.js +1 -2
  60. package/dist/runtime/html/StringWriter.js +1 -2
  61. package/dist/runtime/html/create-readable/index-browser.js +1 -2
  62. package/dist/runtime/html/create-readable/index.js +1 -2
  63. package/dist/runtime/html/helpers/_dynamic-attr.js +1 -2
  64. package/dist/runtime/html/helpers/attr.js +1 -2
  65. package/dist/runtime/html/helpers/attrs.js +1 -2
  66. package/dist/runtime/html/helpers/class-attr.js +1 -2
  67. package/dist/runtime/html/helpers/data-marko.js +1 -2
  68. package/dist/runtime/html/helpers/escape-quotes.js +1 -2
  69. package/dist/runtime/html/helpers/escape-script-placeholder.js +1 -2
  70. package/dist/runtime/html/helpers/escape-style-placeholder.js +1 -2
  71. package/dist/runtime/html/helpers/escape-xml.js +1 -2
  72. package/dist/runtime/html/helpers/merge-attrs.js +1 -2
  73. package/dist/runtime/html/helpers/props-script.js +1 -2
  74. package/dist/runtime/html/helpers/style-attr.js +1 -2
  75. package/dist/runtime/html/hot-reload.js +1 -2
  76. package/dist/runtime/html/index.js +1 -2
  77. package/dist/runtime/queueMicrotask.js +1 -2
  78. package/dist/runtime/renderable.js +1 -2
  79. package/dist/runtime/setImmediate/index-browser.js +1 -2
  80. package/dist/runtime/setImmediate/index-worker.js +1 -2
  81. package/dist/runtime/setImmediate/index.js +1 -2
  82. package/dist/runtime/vdom/AsyncVDOMBuilder.js +1 -2
  83. package/dist/runtime/vdom/VComponent.js +1 -2
  84. package/dist/runtime/vdom/VDocumentFragment.js +1 -2
  85. package/dist/runtime/vdom/VElement.js +1 -2
  86. package/dist/runtime/vdom/VFragment.js +1 -2
  87. package/dist/runtime/vdom/VNode.js +1 -2
  88. package/dist/runtime/vdom/VText.js +1 -2
  89. package/dist/runtime/vdom/helpers/attrs.js +1 -2
  90. package/dist/runtime/vdom/helpers/const.js +1 -2
  91. package/dist/runtime/vdom/helpers/v-element.js +1 -2
  92. package/dist/runtime/vdom/helpers/v-text.js +1 -2
  93. package/dist/runtime/vdom/hot-reload.js +1 -2
  94. package/dist/runtime/vdom/index.js +1 -2
  95. package/dist/runtime/vdom/morphdom/fragment.js +1 -2
  96. package/dist/runtime/vdom/morphdom/helpers.js +1 -2
  97. package/dist/runtime/vdom/morphdom/index.js +1 -2
  98. package/dist/runtime/vdom/morphdom/specialElHandlers.js +1 -2
  99. package/dist/runtime/vdom/parse-html.js +1 -2
  100. package/dist/runtime/vdom/preserve-attrs.js +1 -2
  101. package/dist/runtime/vdom/vdom.js +1 -2
  102. package/dist/taglib/index.js +1 -2
  103. package/package.json +4 -5
  104. package/src/core-tags/core/__flush_here_and_after__.js +34 -22
  105. package/LICENSE +0 -21
  106. package/dist/compiler/config.js.map +0 -1
  107. package/dist/compiler/index.js.map +0 -1
  108. package/dist/compiler/modules.js.map +0 -1
  109. package/dist/core-tags/components/init-components-tag.js.map +0 -1
  110. package/dist/core-tags/components/preferred-script-location-tag.js.map +0 -1
  111. package/dist/core-tags/components/preserve-tag/index-browser.js.map +0 -1
  112. package/dist/core-tags/components/preserve-tag/index.js.map +0 -1
  113. package/dist/core-tags/core/__flush_here_and_after__.js.map +0 -1
  114. package/dist/core-tags/core/await/AsyncValue.js.map +0 -1
  115. package/dist/core-tags/core/await/client-reorder-runtime.js.map +0 -1
  116. package/dist/core-tags/core/await/renderer.js.map +0 -1
  117. package/dist/core-tags/core/await/reorderer-renderer.js.map +0 -1
  118. package/dist/index.js.map +0 -1
  119. package/dist/loader/index-browser.js.map +0 -1
  120. package/dist/loader/index.js.map +0 -1
  121. package/dist/node-require/browser-refresh.js.map +0 -1
  122. package/dist/node-require/hot-reload.js.map +0 -1
  123. package/dist/node-require/index.js.map +0 -1
  124. package/dist/runtime/RenderResult.js.map +0 -1
  125. package/dist/runtime/components/Component.js.map +0 -1
  126. package/dist/runtime/components/ComponentDef.js.map +0 -1
  127. package/dist/runtime/components/ComponentsContext.js.map +0 -1
  128. package/dist/runtime/components/GlobalComponentsContext.js.map +0 -1
  129. package/dist/runtime/components/KeySequence.js.map +0 -1
  130. package/dist/runtime/components/ServerComponent.js.map +0 -1
  131. package/dist/runtime/components/State.js.map +0 -1
  132. package/dist/runtime/components/attach-detach.js.map +0 -1
  133. package/dist/runtime/components/beginComponent/index-browser.js.map +0 -1
  134. package/dist/runtime/components/beginComponent/index.js.map +0 -1
  135. package/dist/runtime/components/defineComponent.js.map +0 -1
  136. package/dist/runtime/components/dom-data.js.map +0 -1
  137. package/dist/runtime/components/endComponent/index-browser.js.map +0 -1
  138. package/dist/runtime/components/endComponent/index.js.map +0 -1
  139. package/dist/runtime/components/entry/index-browser.js.map +0 -1
  140. package/dist/runtime/components/entry/index.js.map +0 -1
  141. package/dist/runtime/components/event-delegation.js.map +0 -1
  142. package/dist/runtime/components/index.js.map +0 -1
  143. package/dist/runtime/components/init-components/index-browser.js.map +0 -1
  144. package/dist/runtime/components/init-components/index.js.map +0 -1
  145. package/dist/runtime/components/registry/index-browser.js.map +0 -1
  146. package/dist/runtime/components/registry/index.js.map +0 -1
  147. package/dist/runtime/components/renderer.js.map +0 -1
  148. package/dist/runtime/components/update-manager.js.map +0 -1
  149. package/dist/runtime/components/util/index-browser.js.map +0 -1
  150. package/dist/runtime/components/util/index.js.map +0 -1
  151. package/dist/runtime/createOut.js.map +0 -1
  152. package/dist/runtime/dom-insert.js.map +0 -1
  153. package/dist/runtime/events.js.map +0 -1
  154. package/dist/runtime/helpers/_change-case.js.map +0 -1
  155. package/dist/runtime/helpers/assign.js.map +0 -1
  156. package/dist/runtime/helpers/class-value.js.map +0 -1
  157. package/dist/runtime/helpers/dynamic-tag.js.map +0 -1
  158. package/dist/runtime/helpers/load-nested-tag.js.map +0 -1
  159. package/dist/runtime/helpers/merge.js.map +0 -1
  160. package/dist/runtime/helpers/render-tag.js.map +0 -1
  161. package/dist/runtime/helpers/style-value.js.map +0 -1
  162. package/dist/runtime/helpers/to-string.js.map +0 -1
  163. package/dist/runtime/html/AsyncStream.js.map +0 -1
  164. package/dist/runtime/html/BufferedWriter.js.map +0 -1
  165. package/dist/runtime/html/StringWriter.js.map +0 -1
  166. package/dist/runtime/html/create-readable/index-browser.js.map +0 -1
  167. package/dist/runtime/html/create-readable/index.js.map +0 -1
  168. package/dist/runtime/html/helpers/_dynamic-attr.js.map +0 -1
  169. package/dist/runtime/html/helpers/attr.js.map +0 -1
  170. package/dist/runtime/html/helpers/attrs.js.map +0 -1
  171. package/dist/runtime/html/helpers/class-attr.js.map +0 -1
  172. package/dist/runtime/html/helpers/data-marko.js.map +0 -1
  173. package/dist/runtime/html/helpers/escape-quotes.js.map +0 -1
  174. package/dist/runtime/html/helpers/escape-script-placeholder.js.map +0 -1
  175. package/dist/runtime/html/helpers/escape-style-placeholder.js.map +0 -1
  176. package/dist/runtime/html/helpers/escape-xml.js.map +0 -1
  177. package/dist/runtime/html/helpers/merge-attrs.js.map +0 -1
  178. package/dist/runtime/html/helpers/props-script.js.map +0 -1
  179. package/dist/runtime/html/helpers/style-attr.js.map +0 -1
  180. package/dist/runtime/html/hot-reload.js.map +0 -1
  181. package/dist/runtime/html/index.js.map +0 -1
  182. package/dist/runtime/queueMicrotask.js.map +0 -1
  183. package/dist/runtime/renderable.js.map +0 -1
  184. package/dist/runtime/setImmediate/index-browser.js.map +0 -1
  185. package/dist/runtime/setImmediate/index-worker.js.map +0 -1
  186. package/dist/runtime/setImmediate/index.js.map +0 -1
  187. package/dist/runtime/vdom/AsyncVDOMBuilder.js.map +0 -1
  188. package/dist/runtime/vdom/VComponent.js.map +0 -1
  189. package/dist/runtime/vdom/VDocumentFragment.js.map +0 -1
  190. package/dist/runtime/vdom/VElement.js.map +0 -1
  191. package/dist/runtime/vdom/VFragment.js.map +0 -1
  192. package/dist/runtime/vdom/VNode.js.map +0 -1
  193. package/dist/runtime/vdom/VText.js.map +0 -1
  194. package/dist/runtime/vdom/helpers/attrs.js.map +0 -1
  195. package/dist/runtime/vdom/helpers/const.js.map +0 -1
  196. package/dist/runtime/vdom/helpers/v-element.js.map +0 -1
  197. package/dist/runtime/vdom/helpers/v-text.js.map +0 -1
  198. package/dist/runtime/vdom/hot-reload.js.map +0 -1
  199. package/dist/runtime/vdom/index.js.map +0 -1
  200. package/dist/runtime/vdom/morphdom/fragment.js.map +0 -1
  201. package/dist/runtime/vdom/morphdom/helpers.js.map +0 -1
  202. package/dist/runtime/vdom/morphdom/index.js.map +0 -1
  203. package/dist/runtime/vdom/morphdom/specialElHandlers.js.map +0 -1
  204. package/dist/runtime/vdom/parse-html.js.map +0 -1
  205. package/dist/runtime/vdom/preserve-attrs.js.map +0 -1
  206. package/dist/runtime/vdom/vdom.js.map +0 -1
  207. package/dist/taglib/index.js.map +0 -1
@@ -42,5 +42,4 @@ if (g.__MARKO_CONFIG) {
42
42
  }
43
43
  }
44
44
 
45
- module.exports = config;
46
- //# sourceMappingURL=config.js.map
45
+ module.exports = config;
@@ -159,5 +159,4 @@ exports.registerTaglib = function (filePath) {
159
159
  exports.clearCaches();
160
160
  };
161
161
 
162
- exports.isVDOMSupported = true;
163
- //# sourceMappingURL=index.js.map
162
+ exports.isVDOMSupported = true;
@@ -2,5 +2,4 @@
2
2
 
3
3
  if (typeof window === "undefined") {
4
4
  exports.require = require;
5
- }
6
- //# sourceMappingURL=modules.js.map
5
+ }
@@ -51,5 +51,4 @@ module.exports = function render(input, out) {
51
51
  });
52
52
  }
53
53
  }
54
- };
55
- //# sourceMappingURL=init-components-tag.js.map
54
+ };
@@ -22,5 +22,4 @@ module.exports = function render(input, out) {
22
22
  next();
23
23
  });
24
24
  }
25
- };
26
- //# sourceMappingURL=preferred-script-location-tag.js.map
25
+ };
@@ -42,5 +42,4 @@
42
42
 
43
43
  out.ef();
44
44
  }
45
- };
46
- //# sourceMappingURL=index-browser.js.map
45
+ };
@@ -24,5 +24,4 @@ module.exports = function render(input, out) {
24
24
  if (isComponent) {
25
25
  out.ef();
26
26
  }
27
- };
28
- //# sourceMappingURL=index.js.map
27
+ };
@@ -1,33 +1,44 @@
1
1
  "use strict";const BufferedWriter = require("../../runtime/html/BufferedWriter");
2
2
 
3
3
  module.exports = function __flushHereAndAfter__(input, out) {
4
- let flushed = false;
5
- const asyncOut = out.beginAsync({ last: true });
6
- const nextWriter = out.writer;
4
+ if (out.isSync()) {
5
+ // We create an async out that we pinky promise is going to be sync in order to postpone execution of the renderBody.
6
+ out._sync = false;
7
+ const asyncOut = out.beginAsync({ last: true });
8
+ out._sync = true;
9
+ asyncOut.sync();
10
+ out.onLast(() => {
11
+ input.renderBody(asyncOut);
12
+ asyncOut.end();
13
+ });
14
+ } else {
15
+ let flushed = false;
16
+ const asyncOut = out.beginAsync({ last: true });
17
+ const nextWriter = out.writer;
18
+
19
+ out.on("c_", (writer) => {
20
+ if (writer instanceof BufferedWriter) {
21
+ if (flushed) {
22
+ const detachedOut = out.createOut();
23
+ detachedOut.sync();
24
+ input.renderBody(detachedOut);
25
+ writer._content = detachedOut.toString() + writer._content;
26
+ } else if (writer.next === nextWriter) {
27
+ asyncOut.sync();
28
+ input.renderBody(asyncOut);
29
+ asyncOut.end();
30
+ flushed = true;
31
+ }
32
+ }
33
+ });
7
34
 
8
- out.on("c_", (writer) => {
9
- if (writer instanceof BufferedWriter) {
10
- if (flushed) {
11
- const detachedOut = out.createOut();
12
- detachedOut.sync();
13
- input.renderBody(detachedOut);
14
- writer._content = detachedOut.toString() + writer._content;
15
- } else if (writer.next === nextWriter) {
35
+ out.onLast(() => {
36
+ if (!flushed) {
16
37
  asyncOut.sync();
17
38
  input.renderBody(asyncOut);
18
39
  asyncOut.end();
19
40
  flushed = true;
20
41
  }
21
- }
22
- });
23
-
24
- out.onLast(() => {
25
- if (!flushed) {
26
- asyncOut.sync();
27
- input.renderBody(asyncOut);
28
- asyncOut.end();
29
- flushed = true;
30
- }
31
- });
32
- };
33
- //# sourceMappingURL=__flush_here_and_after__.js.map
42
+ });
43
+ }
44
+ };
@@ -117,5 +117,4 @@ AsyncValue.prototype = {
117
117
  } };
118
118
 
119
119
 
120
- module.exports = AsyncValue;
121
- //# sourceMappingURL=AsyncValue.js.map
120
+ module.exports = AsyncValue;
@@ -48,5 +48,4 @@ af)
48
48
  // sourceEl.parentNode.removeChild(sourceEl);
49
49
  }
50
50
 
51
- window.$af = $af;
52
- //# sourceMappingURL=client-reorder-runtime.js.map
51
+ window.$af = $af;
@@ -234,5 +234,4 @@ function renderContents(err, data, input, out) {
234
234
  }
235
235
  }
236
236
  }
237
- }
238
- //# sourceMappingURL=renderer.js.map
237
+ }
@@ -98,5 +98,4 @@ module.exports = function (input, out) {
98
98
  // out-of-sync instances via an event
99
99
  delete awaitContext.instances;
100
100
  });
101
- };
102
- //# sourceMappingURL=reorderer-renderer.js.map
101
+ };
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
2
 
3
3
  exports.createOut = require("./runtime/createOut");
4
- exports.load = require("./loader");
5
- //# sourceMappingURL=index.js.map
4
+ exports.load = require("./loader");
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
2
  module.exports =
3
3
  // eslint-disable-next-line no-undef
4
- typeof __webpack_require__ !== "undefined" ? __webpack_require__ : require;
5
- //# sourceMappingURL=index-browser.js.map
4
+ typeof __webpack_require__ !== "undefined" ? __webpack_require__ : require;
@@ -85,5 +85,4 @@ function doLoad(templatePath, templateSrc, options) {
85
85
  }
86
86
 
87
87
  return template;
88
- }
89
- //# sourceMappingURL=index.js.map
88
+ }
@@ -1,2 +1 @@
1
- "use strict";
2
- //# sourceMappingURL=browser-refresh.js.map
1
+ "use strict";
@@ -44,5 +44,4 @@ function tryReload(filename) {
44
44
 
45
45
  function cwdRelative(filename) {
46
46
  return path.relative(process.cwd(), filename);
47
- }
48
- //# sourceMappingURL=hot-reload.js.map
47
+ }
@@ -95,5 +95,4 @@ exports.getExtensions = function () {
95
95
  return require.extensions[MARKO_EXTENSIONS];
96
96
  };
97
97
 
98
- require("./browser-refresh");
99
- //# sourceMappingURL=index.js.map
98
+ require("./browser-refresh");
@@ -107,5 +107,4 @@ function getEl(renderResult, referenceEl) {
107
107
  },
108
108
  function afterInsert(renderResult, referenceEl) {
109
109
  return renderResult.afterInsert(getRootNode(referenceEl));
110
- });
111
- //# sourceMappingURL=RenderResult.js.map
110
+ });
@@ -662,5 +662,4 @@ function afterInsert(component) {
662
662
 
663
663
  inherit(Component, EventEmitter);
664
664
 
665
- module.exports = Component;
666
- //# sourceMappingURL=Component.js.map
665
+ module.exports = Component;
@@ -152,5 +152,4 @@ ComponentDef._O_ = function (o, types, global, registry) {
152
152
 
153
153
  };
154
154
 
155
- module.exports = ComponentDef;
156
- //# sourceMappingURL=ComponentDef.js.map
155
+ module.exports = ComponentDef;
@@ -56,5 +56,4 @@ function getComponentsContext(out) {
56
56
 
57
57
  module.exports = exports = ComponentsContext;
58
58
 
59
- exports.o_ = getComponentsContext;
60
- //# sourceMappingURL=ComponentsContext.js.map
59
+ exports.o_ = getComponentsContext;
@@ -6,5 +6,4 @@ function GlobalComponentsContext(out) {
6
6
  this._M_ = nextComponentIdProvider(out);
7
7
  }
8
8
 
9
- module.exports = GlobalComponentsContext;
10
- //# sourceMappingURL=GlobalComponentsContext.js.map
9
+ module.exports = GlobalComponentsContext;
@@ -13,5 +13,4 @@ KeySequence.prototype._L_ = function (key) {
13
13
  return key;
14
14
  };
15
15
 
16
- module.exports = KeySequence;
17
- //# sourceMappingURL=KeySequence.js.map
16
+ module.exports = KeySequence;
@@ -69,5 +69,4 @@ class ServerComponent {
69
69
 
70
70
  ServerComponent.prototype.getElId = ServerComponent.prototype.elId;
71
71
 
72
- module.exports = ServerComponent;
73
- //# sourceMappingURL=ServerComponent.js.map
72
+ module.exports = ServerComponent;
@@ -102,5 +102,4 @@ State.prototype = {
102
102
  } };
103
103
 
104
104
 
105
- module.exports = State;
106
- //# sourceMappingURL=State.js.map
105
+ module.exports = State;
@@ -57,5 +57,4 @@ function handleNodeDetach(node) {
57
57
  }
58
58
 
59
59
  eventDelegation.ab_ = handleNodeAttach;
60
- eventDelegation.___ = handleNodeDetach;
61
- //# sourceMappingURL=attach-detach.js.map
60
+ eventDelegation.___ = handleNodeDetach;
@@ -20,5 +20,4 @@ ownerComponentDef)
20
20
  var out = componentsContext.y_;
21
21
  out.bc(component, key, ownerComponentDef && ownerComponentDef.h_);
22
22
  return componentDef;
23
- };
24
- //# sourceMappingURL=index-browser.js.map
23
+ };
@@ -71,5 +71,4 @@ isImplicitComponent)
71
71
  }
72
72
 
73
73
  return componentDef;
74
- };
75
- //# sourceMappingURL=index.js.map
74
+ };
@@ -58,5 +58,4 @@ module.exports = function defineComponent(def, renderer) {
58
58
  proto._n_ = renderer;
59
59
 
60
60
  return Component;
61
- };
62
- //# sourceMappingURL=defineComponent.js.map
61
+ };
@@ -4,5 +4,4 @@
4
4
  E_: new WeakMap(),
5
5
  af_: new WeakMap(),
6
6
  ag_: new WeakMap(),
7
- F_: {} };
8
- //# sourceMappingURL=dom-data.js.map
7
+ F_: {} };
@@ -2,5 +2,4 @@
2
2
 
3
3
  module.exports = function endComponent(out) {
4
4
  out.ee(); // endElement() (also works for VComponent nodes pushed on to the stack)
5
- };
6
- //# sourceMappingURL=index-browser.js.map
5
+ };
@@ -8,5 +8,4 @@ module.exports = function endComponent(out, componentDef) {
8
8
  out.w("<!--" + out.global.runtimeId + "/-->");
9
9
  getComponentsContext(out).p_ = componentDef.ac_;
10
10
  }
11
- };
12
- //# sourceMappingURL=index.js.map
11
+ };
@@ -10,5 +10,4 @@ exports.register = function (id, component) {
10
10
  registry.r(id, function () {
11
11
  return component;
12
12
  });
13
- };
14
- //# sourceMappingURL=index-browser.js.map
13
+ };
@@ -270,5 +270,4 @@ exports.writeInitComponentsCode = writeInitComponentsCode;
270
270
  */
271
271
  exports.getRenderedComponents = function (out) {
272
272
  return warp10.stringifyPrepare(getInitComponentsDataFromOut(out));
273
- };
274
- //# sourceMappingURL=index.js.map
273
+ };
@@ -141,5 +141,4 @@ exports.an_ = function (host) {
141
141
  Object.keys(delegatedEvents).forEach(function (eventType) {
142
142
  addDelegatedEventHandlerToHost(eventType, host);
143
143
  });
144
- };
145
- //# sourceMappingURL=event-delegation.js.map
144
+ };
@@ -1,2 +1 @@
1
- "use strict";module.exports = require("./entry");
2
- //# sourceMappingURL=index.js.map
1
+ "use strict";module.exports = require("./entry");
@@ -450,5 +450,4 @@ function tryInvoke(fn) {
450
450
 
451
451
  exports._R_ = initClientRendered;
452
452
  exports.ai_ = initServerRendered;
453
- exports.au_ = tryHydrateComponent;
454
- //# sourceMappingURL=index-browser.js.map
453
+ exports.au_ = tryHydrateComponent;
@@ -1,3 +1,2 @@
1
1
  // The server-side implementation of this module is intentionally empty
2
- "use strict";
3
- //# sourceMappingURL=index.js.map
2
+ "use strict";
@@ -143,5 +143,4 @@ exports.r = register;
143
143
  exports.av_ = getComponentClass;
144
144
  exports._P_ = createComponent;
145
145
  exports.as_ = isRegistered;
146
- exports.at_ = addPendingDef;
147
- //# sourceMappingURL=index-browser.js.map
146
+ exports.at_ = addPendingDef;
@@ -41,5 +41,4 @@ scope)
41
41
  }
42
42
 
43
43
  exports.aw_ = true;
44
- exports._P_ = createComponent;
45
- //# sourceMappingURL=index.js.map
44
+ exports._P_ = createComponent;
@@ -228,5 +228,4 @@ renderingLogic)
228
228
  };
229
229
  }
230
230
 
231
- module.exports = createRendererFunc;
232
- //# sourceMappingURL=renderer.js.map
231
+ module.exports = createRendererFunc;
@@ -104,5 +104,4 @@ function queueComponentUpdate(component) {
104
104
  }
105
105
 
106
106
  exports._i_ = queueComponentUpdate;
107
- exports._o_ = batchUpdate;
108
- //# sourceMappingURL=update-manager.js.map
107
+ exports._o_ = batchUpdate;
@@ -176,5 +176,4 @@ exports._T_ = nextComponentIdProvider;
176
176
  exports._C_ = attachBubblingEvent;
177
177
  exports.am_ = getMarkoPropsFromEl;
178
178
  exports.ap_ = addComponentRootToKeyedElements;
179
- exports.aE_ = normalizeComponentKey;
180
- //# sourceMappingURL=index-browser.js.map
179
+ exports.aE_ = normalizeComponentKey;
@@ -58,5 +58,4 @@ exports._C_ = attachBubblingEvent;
58
58
  exports.aD_ = function noop() {};
59
59
  exports.D_ = function noop() {};
60
60
 
61
- // eslint-disable-next-line no-constant-condition
62
- //# sourceMappingURL=index.js.map
61
+ // eslint-disable-next-line no-constant-condition
@@ -10,5 +10,4 @@ function createOut(globalData) {
10
10
 
11
11
  createOut.aF_ = setCreateOut;
12
12
 
13
- module.exports = createOut;
14
- //# sourceMappingURL=createOut.js.map
13
+ module.exports = createOut;
@@ -74,5 +74,4 @@ module.exports = function (target, getEl, afterInsert) {
74
74
  return afterInsert(this, referenceEl);
75
75
  } });
76
76
 
77
- };
78
- //# sourceMappingURL=dom-insert.js.map
77
+ };
@@ -1,3 +1,2 @@
1
1
  "use strict";var EventEmitter = require("events-light");
2
- module.exports = new EventEmitter();
3
- //# sourceMappingURL=events.js.map
2
+ module.exports = new EventEmitter();
@@ -42,5 +42,4 @@ exports.aK_ = function dashToCamelCase(name) {
42
42
 
43
43
  function matchToUpperCase(_, char) {
44
44
  return char.toUpperCase();
45
- }
46
- //# sourceMappingURL=_change-case.js.map
45
+ }
@@ -18,5 +18,4 @@ module.exports = function assign() {
18
18
  }
19
19
  }
20
20
  return into;
21
- };
22
- //# sourceMappingURL=assign.js.map
21
+ };
@@ -30,5 +30,4 @@ module.exports = function classHelper(arg) {
30
30
  default:
31
31
  return null;}
32
32
 
33
- };
34
- //# sourceMappingURL=class-value.js.map
33
+ };
@@ -171,5 +171,4 @@ function addEvents(componentDef, customEvents, props) {
171
171
  }
172
172
 
173
173
  return result;
174
- }
175
- //# sourceMappingURL=dynamic-tag.js.map
174
+ }
@@ -14,5 +14,4 @@ module.exports = function loadNestedTagHelper(targetProperty, isRepeated) {
14
14
  parent[targetProperty] = input;
15
15
  }
16
16
  };
17
- };
18
- //# sourceMappingURL=load-nested-tag.js.map
17
+ };
@@ -10,5 +10,4 @@ module.exports = function merge(into, source) {
10
10
  }
11
11
  }
12
12
  return into;
13
- };
14
- //# sourceMappingURL=merge.js.map
13
+ };
@@ -17,5 +17,4 @@ customEvents)
17
17
  out);
18
18
 
19
19
  out.g_ = null;
20
- };
21
- //# sourceMappingURL=render-tag.js.map
20
+ };
@@ -37,5 +37,4 @@ module.exports = function styleHelper(style) {
37
37
  }
38
38
 
39
39
  return style;
40
- };
41
- //# sourceMappingURL=style-value.js.map
40
+ };
@@ -2,5 +2,4 @@
2
2
 
3
3
  module.exports = function (value) {
4
4
  return value == null ? "" : value + "";
5
- };
6
- //# sourceMappingURL=to-string.js.map
5
+ };
@@ -669,5 +669,4 @@ function getNonMarkoStack(error) {
669
669
  slice(1).
670
670
  filter((line) => !/\/node_modules\/marko\//.test(line)).
671
671
  join("\n");
672
- }
673
- //# sourceMappingURL=AsyncStream.js.map
672
+ }
@@ -49,5 +49,4 @@ function flush(writer) {
49
49
  writer._scheduled = null;
50
50
  }
51
51
 
52
- module.exports = BufferedWriter;
53
- //# sourceMappingURL=BufferedWriter.js.map
52
+ module.exports = BufferedWriter;
@@ -64,5 +64,4 @@ StringWriter.prototype = {
64
64
  } };
65
65
 
66
66
 
67
- module.exports = StringWriter;
68
- //# sourceMappingURL=StringWriter.js.map
67
+ module.exports = StringWriter;
@@ -27,5 +27,4 @@ module.exports = function (data) {
27
27
  out.end();
28
28
 
29
29
  return transformStream.readable;
30
- };
31
- //# sourceMappingURL=index-browser.js.map
30
+ };
@@ -54,5 +54,4 @@ class Readable extends stream.Readable {
54
54
 
55
55
  module.exports = function (data) {
56
56
  return new Readable(this, data);
57
- };
58
- //# sourceMappingURL=index.js.map
57
+ };
@@ -32,5 +32,4 @@ function isInvalidAttrName(name) {
32
32
  }
33
33
 
34
34
  return false;
35
- }
36
- //# sourceMappingURL=_dynamic-attr.js.map
35
+ }
@@ -63,5 +63,4 @@ function guessQuotes(value) {
63
63
  }
64
64
 
65
65
  return value && "=" + (value[len - 1] === "/" ? value + " " : value);
66
- }
67
- //# sourceMappingURL=attr.js.map
66
+ }
@@ -15,5 +15,4 @@ module.exports = function attrs(arg) {
15
15
  default:
16
16
  return "";}
17
17
 
18
- };
19
- //# sourceMappingURL=attrs.js.map
18
+ };
@@ -5,5 +5,4 @@ var classHelper = require("../../helpers/class-value");
5
5
 
6
6
  module.exports = function classAttr(value) {
7
7
  return attr("class", classHelper(value));
8
- };
9
- //# sourceMappingURL=class-attr.js.map
8
+ };
@@ -34,5 +34,4 @@ module.exports = function dataMarko(out, componentDef, props, key) {
34
34
  }
35
35
 
36
36
  return result;
37
- };
38
- //# sourceMappingURL=data-marko.js.map
37
+ };
@@ -32,5 +32,4 @@ function escapeQuote(str, startPos, quote, escaped) {
32
32
  }
33
33
 
34
34
  return str;
35
- }
36
- //# sourceMappingURL=escape-quotes.js.map
35
+ }
@@ -20,5 +20,4 @@ module.exports = function escapeScriptHelper(val) {
20
20
  return typeof val === "string" ?
21
21
  val.replace(escapeEndingScriptTagRegExp, "\\u003C/script") :
22
22
  val + "";
23
- };
24
- //# sourceMappingURL=escape-script-placeholder.js.map
23
+ };
@@ -18,5 +18,4 @@ module.exports = function escapeScriptHelper(val) {
18
18
  return typeof val === "string" ?
19
19
  val.replace(escapeEndingStyleTagRegExp, "\\003C/style") :
20
20
  val + "";
21
- };
22
- //# sourceMappingURL=escape-style-placeholder.js.map
21
+ };
@@ -42,5 +42,4 @@ function escapeXML(str) {
42
42
  }
43
43
 
44
44
  return str;
45
- }
46
- //# sourceMappingURL=escape-xml.js.map
45
+ }