marko 5.22.8 → 5.22.9

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.
@@ -10,8 +10,4 @@ exports.register = function (id, component) {
10
10
  registry.r(id, function () {
11
11
  return component;
12
12
  });
13
- };
14
-
15
- window.Marko = {
16
- Component: function () {}
17
13
  };
@@ -270,8 +270,4 @@ exports.writeInitComponentsCode = writeInitComponentsCode;
270
270
  */
271
271
  exports.getRenderedComponents = function (out) {
272
272
  return warp10.stringifyPrepare(getInitComponentsDataFromOut(out));
273
- };
274
-
275
- globalThis.Marko = {
276
- Component: function () {}
277
273
  };
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
 
3
+ globalThis.Marko = {
4
+ Component: function () {}
5
+ };
6
+
3
7
  /**
4
8
  * Method is for internal usage only. This method
5
9
  * is invoked by code in a compiled Marko template and
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
 
3
+ window.Marko = {
4
+ Component: function () {}
5
+ };
6
+
3
7
  /**
4
8
  * Method is for internal usage only. This method
5
9
  * is invoked by code in a compiled Marko template and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.22.8",
3
+ "version": "5.22.9",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
@@ -11,7 +11,3 @@ exports.register = function (id, component) {
11
11
  return component;
12
12
  });
13
13
  };
14
-
15
- window.Marko = {
16
- Component: function () {}
17
- };
@@ -271,7 +271,3 @@ exports.writeInitComponentsCode = writeInitComponentsCode;
271
271
  exports.getRenderedComponents = function (out) {
272
272
  return warp10.stringifyPrepare(getInitComponentsDataFromOut(out));
273
273
  };
274
-
275
- globalThis.Marko = {
276
- Component: function () {}
277
- };
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
 
3
+ globalThis.Marko = {
4
+ Component: function () {}
5
+ };
6
+
3
7
  /**
4
8
  * Method is for internal usage only. This method
5
9
  * is invoked by code in a compiled Marko template and
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
 
3
+ window.Marko = {
4
+ Component: function () {}
5
+ };
6
+
3
7
  /**
4
8
  * Method is for internal usage only. This method
5
9
  * is invoked by code in a compiled Marko template and