+1
-0
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Demo = void 0; | ||
| var Demo = /** @class */ (function () { | ||
@@ -4,0 +5,0 @@ function Demo() { |
@@ -6,6 +6,8 @@ "use strict"; | ||
| ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
| function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
| function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
| return extendStatics(d, b); | ||
| }; | ||
| return function (d, b) { | ||
| if (typeof b !== "function" && b !== null) | ||
| throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
| extendStatics(d, b); | ||
@@ -53,2 +55,3 @@ function __() { this.constructor = d; } | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Demo2 = void 0; | ||
| var lodash_1 = require("lodash"); | ||
@@ -67,3 +70,3 @@ var dome_1 = require("./dome"); | ||
| }, | ||
| enumerable: true, | ||
| enumerable: false, | ||
| configurable: true | ||
@@ -70,0 +73,0 @@ }); |
+7
-2
@@ -6,6 +6,8 @@ "use strict"; | ||
| ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
| function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
| function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
| return extendStatics(d, b); | ||
| }; | ||
| return function (d, b) { | ||
| if (typeof b !== "function" && b !== null) | ||
| throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
| extendStatics(d, b); | ||
@@ -53,2 +55,3 @@ function __() { this.constructor = d; } | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Man = void 0; | ||
| var lodash_1 = require("lodash"); | ||
@@ -69,3 +72,3 @@ var dome_1 = require("./demo/dome"); | ||
| }, | ||
| enumerable: true, | ||
| enumerable: false, | ||
| configurable: true | ||
@@ -99,1 +102,3 @@ }); | ||
| demo2.getOne(); | ||
| console.log('otto-0120'); | ||
| console.log('otto-0120-666'); |
+1
-1
| { | ||
| "name": "packageout", | ||
| "version": "1.1.3", | ||
| "version": "1.2.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
11301
4.45%210
4.48%