marko 5.35.6 → 5.35.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ "use strict";var arr = [];
2
+ module.exports = function (v) {
3
+ return v || arr;
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.35.6",
3
+ "version": "5.35.7",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@marko/compiler": "^5.37.4",
69
- "@marko/translator-default": "^6.0.5",
69
+ "@marko/translator-default": "^6.0.6",
70
70
  "app-module-path": "^2.2.0",
71
71
  "argly": "^1.2.0",
72
72
  "browser-refresh-client": "1.1.4",
@@ -0,0 +1,4 @@
1
+ var arr = [];
2
+ module.exports = function (v) {
3
+ return v || arr;
4
+ };