Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f8fc98

Browse files
committed
Run build
1 parent f57c84a commit 1f8fc98

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

dist/index.js

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ exports.request = request;
24272427
/***/ }),
24282428

24292429
/***/ 272:
2430-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
2430+
/***/ (function(__unusedmodule, __webpack_exports__, __webpack_require__) {
24312431

24322432
"use strict";
24332433
__webpack_require__.r(__webpack_exports__);
@@ -2455,7 +2455,6 @@ function callAsyncFunction(args, source) {
24552455
var external_path_ = __webpack_require__(622);
24562456

24572457
// CONCATENATED MODULE: ./src/wrap-require.ts
2458-
/* module decorator */ module = __webpack_require__.hmd(module);
24592458

24602459
const wrapRequire = new Proxy(require, {
24612460
apply: (target, thisArg, [moduleID]) => {
@@ -2468,7 +2467,7 @@ const wrapRequire = new Proxy(require, {
24682467
}
24692468
catch (err) {
24702469
return target.resolve(moduleID, {
2471-
paths: module.paths.concat(process.cwd())
2470+
paths: global.module.paths.concat(process.cwd())
24722471
});
24732472
}
24742473
},
@@ -8812,28 +8811,5 @@ function regExpEscape (s) {
88128811
/******/ };
88138812
/******/ }();
88148813
/******/
8815-
/******/ /* webpack/runtime/harmony module decorator */
8816-
/******/ !function() {
8817-
/******/ __webpack_require__.hmd = function(module) {
8818-
/******/ module = Object.create(module);
8819-
/******/ if (!module.children) module.children = [];
8820-
/******/ Object.defineProperty(module, 'loaded', {
8821-
/******/ enumerable: true,
8822-
/******/ get: function () { return module.l; }
8823-
/******/ });
8824-
/******/ Object.defineProperty(module, 'id', {
8825-
/******/ enumerable: true,
8826-
/******/ get: function () { return module.i; }
8827-
/******/ });
8828-
/******/ Object.defineProperty(module, 'exports', {
8829-
/******/ enumerable: true,
8830-
/******/ set: function () {
8831-
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
8832-
/******/ }
8833-
/******/ });
8834-
/******/ return module;
8835-
/******/ };
8836-
/******/ }();
8837-
/******/
88388814
/******/ }
88398815
);

0 commit comments

Comments
 (0)