UNPKG

@ohos/hpm-cli

Version:

CLI for HarmonyOS package manager

191 lines (190 loc) 12.9 kB
"use strict"; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } Object.defineProperty(exports, "__esModule", { value: true }); exports.bundleDist = bundleDist; exports.distribute = distribute; exports.getValidDistCmd = getValidDistCmd; var _path = _interopRequireDefault(require("path")); var _bundle = require("../core/bundle"); var _repository = require("../core/repository"); var _build = require("./build"); var _constant = require("../constant/constant"); var _helpers = require("../utils/helpers"); var _config = require("../utils/config"); var _i18n = _interopRequireWildcard(require("../i18n")); var _events = _interopRequireWildcard(require("../utils/events")); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; } function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } } function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); } function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { if (r) i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n;else { var o = function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); }; o("next", 0), o("throw", 1), o("return", 2); } }, _regeneratorDefine2(e, r, n, t); } function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); } function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } /* * Copyright (c) 2020-2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ function distribute(_x, _x2) { return _distribute.apply(this, arguments); } function _distribute() { _distribute = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(commanderObj, _ref) { var customizeArgs, startBundle, repo; return _regenerator().w(function (_context) { while (1) switch (_context.n) { case 0: customizeArgs = _ref.args; startBundle = _bundle.Bundle.from(process.cwd()); repo = new _repository.Repository(_path["default"].join(process.cwd(), _constant.DEP_FOLDER_NAME), (0, _config.getGlobalRepo)()); _context.n = 1; return bundleDist(startBundle, repo, customizeArgs); case 1: return _context.a(2); } }, _callee); })); return _distribute.apply(this, arguments); } function bundleDist(_x3, _x4, _x5) { return _bundleDist.apply(this, arguments); } function _bundleDist() { _bundleDist = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(startBundle, repo, customizeArgs) { var bundles, _iterator, _step, bundle, distChain; return _regenerator().w(function (_context2) { while (1) switch (_context2.n) { case 0: _context2.n = 1; return startBundle.build(repo); case 1: bundles = _context2.v; _iterator = _createForOfIteratorHelper(bundles); try { for (_iterator.s(); !(_step = _iterator.n()).done;) { bundle = _step.value; if (!bundle.isPublishAs('distribution')) { (0, _build.bundleBuild)(bundle, bundle.id === startBundle.id); } } } catch (err) { _iterator.e(err); } finally { _iterator.f(); } distChain = bundles.filter(function (b) { return b.isPublishAs('distribution'); }).reverse(); if (!(distChain.length <= 0)) { _context2.n = 2; break; } throw (0, _i18n.getI18nMessage)('dist.miss', { name: startBundle.manifest.name }); case 2: _context2.n = 3; return runDistCmd(distChain, customizeArgs); case 3: return _context2.a(2); } }, _callee2); })); return _bundleDist.apply(this, arguments); } function runDistCmd(_x6, _x7) { return _runDistCmd.apply(this, arguments); } function _runDistCmd() { _runDistCmd = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(distChain, customizeArgs) { var startBundle, distBundle, distCmd, preDistCmd, afterDistCmd; return _regenerator().w(function (_context3) { while (1) switch (_context3.n) { case 0: startBundle = distChain[0]; distBundle = distChain.find(function (cBundle) { return cBundle.scripts('dist'); }); distCmd = getValidDistCmd(distBundle); preDistCmd = distBundle.scripts(_constant.Hooks.preDist); if (preDistCmd) { (0, _helpers.runCmdWithSpawnSync)(function (spawnSync) { return spawnSync(preDistCmd, { shell: process.env.shellPath, env: startBundle.vars.env, cwd: distBundle.path, stdio: 'inherit' }); }); } _events["default"].emit('hooks', { type: _events.EventTypes.beforeDist, name: distBundle.name, path: distBundle.path }); _i18n["default"].log('dist.building', { name: distBundle.manifest.name }); if (customizeArgs && customizeArgs.length > 0) { distCmd = "".concat(distCmd, " ").concat(customizeArgs.join(' ')); } (0, _helpers.runCmdWithSpawnSync)(function (spawnSync) { return spawnSync(distCmd, { cwd: distBundle.path, env: startBundle.vars.env, shell: process.env.shellPath, stdio: 'inherit' }); }); if (!process.exitCode) { _i18n["default"].log('dist.complete', { name: distBundle.manifest.name }); afterDistCmd = distBundle.scripts(_constant.Hooks.afterDist); if (afterDistCmd) { (0, _helpers.runCmdWithSpawnSync)(function (spawnSync) { return spawnSync(afterDistCmd, { shell: process.env.shellPath, env: startBundle.vars.env, cwd: distBundle.path, stdio: 'inherit' }); }); } _events["default"].emit('hooks', { type: _events.EventTypes.afterDist, name: distBundle.name, path: distBundle.path }); } case 1: return _context3.a(2); } }, _callee3); })); return _runDistCmd.apply(this, arguments); } function getValidDistCmd(distBundle) { if (!distBundle) { throw (0, _i18n.getI18nMessage)('dist.needScripts'); } var distCmd = distBundle.scripts('dist'); if (typeof distCmd !== 'string') { throw (0, _i18n.getI18nMessage)('dist.shouldBeCommand', { name: distBundle.manifest.name }); } return distCmd; }