Run build

This commit is contained in:
Jonathan Clem
2021-04-21 17:05:03 -04:00
parent f57c84a8e8
commit 1f8fc98741

28
dist/index.js vendored
View File

@@ -2427,7 +2427,7 @@ exports.request = request;
/***/ }), /***/ }),
/***/ 272: /***/ 272:
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(__unusedmodule, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
__webpack_require__.r(__webpack_exports__); __webpack_require__.r(__webpack_exports__);
@@ -2455,7 +2455,6 @@ function callAsyncFunction(args, source) {
var external_path_ = __webpack_require__(622); var external_path_ = __webpack_require__(622);
// CONCATENATED MODULE: ./src/wrap-require.ts // CONCATENATED MODULE: ./src/wrap-require.ts
/* module decorator */ module = __webpack_require__.hmd(module);
const wrapRequire = new Proxy(require, { const wrapRequire = new Proxy(require, {
apply: (target, thisArg, [moduleID]) => { apply: (target, thisArg, [moduleID]) => {
@@ -2468,7 +2467,7 @@ const wrapRequire = new Proxy(require, {
} }
catch (err) { catch (err) {
return target.resolve(moduleID, { return target.resolve(moduleID, {
paths: module.paths.concat(process.cwd()) paths: global.module.paths.concat(process.cwd())
}); });
} }
}, },
@@ -8812,28 +8811,5 @@ function regExpEscape (s) {
/******/ }; /******/ };
/******/ }(); /******/ }();
/******/ /******/
/******/ /* webpack/runtime/harmony module decorator */
/******/ !function() {
/******/ __webpack_require__.hmd = function(module) {
/******/ module = Object.create(module);
/******/ if (!module.children) module.children = [];
/******/ Object.defineProperty(module, 'loaded', {
/******/ enumerable: true,
/******/ get: function () { return module.l; }
/******/ });
/******/ Object.defineProperty(module, 'id', {
/******/ enumerable: true,
/******/ get: function () { return module.i; }
/******/ });
/******/ Object.defineProperty(module, 'exports', {
/******/ enumerable: true,
/******/ set: function () {
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
/******/ }
/******/ });
/******/ return module;
/******/ };
/******/ }();
/******/
/******/ } /******/ }
); );