Change imports
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
const core = require('@actions/core');
|
||||
const github = require('@actions/github');
|
||||
const fs = require('fs');
|
||||
const glob = require('glob');
|
||||
const yaml = require('yaml');
|
||||
|
||||
import * as fs from 'fs';
|
||||
|
||||
import {
|
||||
PackageCache,
|
||||
BuildTarget,
|
||||
|
||||
+25
-2
@@ -23792,16 +23792,39 @@ function wrappy (fn, cb) {
|
||||
/***/ }),
|
||||
|
||||
/***/ 2120:
|
||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
||||
if (k2 === undefined) k2 = k;
|
||||
var desc = Object.getOwnPropertyDescriptor(m, k);
|
||||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
||||
desc = { enumerable: true, get: function() { return m[k]; } };
|
||||
}
|
||||
Object.defineProperty(o, k2, desc);
|
||||
}) : (function(o, m, k, k2) {
|
||||
if (k2 === undefined) k2 = k;
|
||||
o[k2] = m[k];
|
||||
}));
|
||||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
||||
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
||||
}) : function(o, v) {
|
||||
o["default"] = v;
|
||||
});
|
||||
var __importStar = (this && this.__importStar) || function (mod) {
|
||||
if (mod && mod.__esModule) return mod;
|
||||
var result = {};
|
||||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
||||
__setModuleDefault(result, mod);
|
||||
return result;
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
const core = __nccwpck_require__(2186);
|
||||
const github = __nccwpck_require__(5438);
|
||||
const fs = __nccwpck_require__(7147);
|
||||
const glob = __nccwpck_require__(1957);
|
||||
const yaml = __nccwpck_require__(4083);
|
||||
const fs = __importStar(__nccwpck_require__(7147));
|
||||
const dependency_submission_toolkit_1 = __nccwpck_require__(9810);
|
||||
/**getManifestFromEnvironmentFile(document, fileName) {
|
||||
core.debug(`getManifestFromEnvironmentFile processing ${fileName}`);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user