Skip to content

Commit a755954

Browse files
committed
[AUTO] Update generated code
1 parent 247cc18 commit a755954

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

dist/index.js

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
2222
}) : function(o, v) {
2323
o["default"] = v;
2424
});
25-
var __importStar = (this && this.__importStar) || function (mod) {
26-
if (mod && mod.__esModule) return mod;
27-
var result = {};
28-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29-
__setModuleDefault(result, mod);
30-
return result;
31-
};
25+
var __importStar = (this && this.__importStar) || (function () {
26+
var ownKeys = function(o) {
27+
ownKeys = Object.getOwnPropertyNames || function (o) {
28+
var ar = [];
29+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
30+
return ar;
31+
};
32+
return ownKeys(o);
33+
};
34+
return function (mod) {
35+
if (mod && mod.__esModule) return mod;
36+
var result = {};
37+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
38+
__setModuleDefault(result, mod);
39+
return result;
40+
};
41+
})();
3242
Object.defineProperty(exports, "__esModule", ({ value: true }));
3343
const core = __importStar(__nccwpck_require__(484));
3444
const path = __importStar(__nccwpck_require__(928));

0 commit comments

Comments
 (0)