mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Run build
This commit is contained in:
28
dist/index.js
vendored
28
dist/index.js
vendored
@@ -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;
|
|
||||||
/******/ };
|
|
||||||
/******/ }();
|
|
||||||
/******/
|
|
||||||
/******/ }
|
/******/ }
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user