marko 5.22.8 → 5.23.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.22.8",
3
+ "version": "5.23.0",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.23.6",
8
- "@marko/translator-default": "^5.22.6",
7
+ "@marko/compiler": "^5.25.0",
8
+ "@marko/translator-default": "^5.23.0",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -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