@modern-js/ssg-generator 1.0.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/node/main.js +937 -518
- package/package.json +12 -23
package/dist/js/node/main.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/******/ (() => { // webpackBootstrap
|
2
2
|
/******/ var __webpack_modules__ = ({
|
3
3
|
|
4
|
-
/***/
|
4
|
+
/***/ 31302:
|
5
5
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
6
6
|
|
7
7
|
"use strict";
|
@@ -12,13 +12,13 @@ Object.defineProperty(exports, "__esModule", ({
|
|
12
12
|
}));
|
13
13
|
exports.listNode = void 0;
|
14
14
|
|
15
|
-
var _easyFormCli = __webpack_require__(
|
15
|
+
var _easyFormCli = __webpack_require__(62408);
|
16
16
|
|
17
|
-
var _inquirerTypes = __webpack_require__(
|
17
|
+
var _inquirerTypes = __webpack_require__(78659);
|
18
18
|
|
19
|
-
var _constant = __webpack_require__(
|
19
|
+
var _constant = __webpack_require__(10169);
|
20
20
|
|
21
|
-
const
|
21
|
+
const registerListPrompt = inquirer => {
|
22
22
|
try {
|
23
23
|
inquirer.registerPrompt(_constant.CLI_TYPE.LISTNODE, _inquirerTypes.List);
|
24
24
|
} catch (error) {}
|
@@ -33,7 +33,7 @@ const listNode = options => {
|
|
33
33
|
promptModule,
|
34
34
|
childNodes
|
35
35
|
} = options;
|
36
|
-
|
36
|
+
registerListPrompt(inquirer);
|
37
37
|
return async answers => {
|
38
38
|
const listHandler = (0, _easyFormCli.toPromiseQuestionHandler)({
|
39
39
|
schema,
|
@@ -100,7 +100,7 @@ exports.listNode = listNode;
|
|
100
100
|
|
101
101
|
/***/ }),
|
102
102
|
|
103
|
-
/***/
|
103
|
+
/***/ 10169:
|
104
104
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
105
105
|
|
106
106
|
"use strict";
|
@@ -111,11 +111,11 @@ Object.defineProperty(exports, "__esModule", ({
|
|
111
111
|
}));
|
112
112
|
exports.CLI_TYPE = void 0;
|
113
113
|
|
114
|
-
var _easyFormCli = __webpack_require__(
|
114
|
+
var _easyFormCli = __webpack_require__(62408);
|
115
115
|
|
116
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
116
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
117
117
|
|
118
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
118
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
119
119
|
|
120
120
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
121
121
|
|
@@ -125,7 +125,7 @@ exports.CLI_TYPE = CLI_TYPE;
|
|
125
125
|
|
126
126
|
/***/ }),
|
127
127
|
|
128
|
-
/***/
|
128
|
+
/***/ 7764:
|
129
129
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
130
130
|
|
131
131
|
"use strict";
|
@@ -135,7 +135,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
135
135
|
value: true
|
136
136
|
}));
|
137
137
|
|
138
|
-
var _ListNode = __webpack_require__(
|
138
|
+
var _ListNode = __webpack_require__(31302);
|
139
139
|
|
140
140
|
Object.keys(_ListNode).forEach(function (key) {
|
141
141
|
if (key === "default" || key === "__esModule") return;
|
@@ -150,7 +150,7 @@ Object.keys(_ListNode).forEach(function (key) {
|
|
150
150
|
|
151
151
|
/***/ }),
|
152
152
|
|
153
|
-
/***/
|
153
|
+
/***/ 83028:
|
154
154
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
155
155
|
|
156
156
|
"use strict";
|
@@ -183,19 +183,19 @@ var _execa = _interopRequireDefault(__webpack_require__(16228));
|
|
183
183
|
|
184
184
|
var _commentJson = __webpack_require__(66623);
|
185
185
|
|
186
|
-
var _codesmithApiNpm = __webpack_require__(
|
186
|
+
var _codesmithApiNpm = __webpack_require__(62297);
|
187
187
|
|
188
|
-
var _codesmithApiGit = __webpack_require__(
|
188
|
+
var _codesmithApiGit = __webpack_require__(58196);
|
189
189
|
|
190
|
-
var _codesmithApiHandlebars = __webpack_require__(
|
190
|
+
var _codesmithApiHandlebars = __webpack_require__(12291);
|
191
191
|
|
192
|
-
var _easyFormCli = __webpack_require__(
|
192
|
+
var _easyFormCli = __webpack_require__(62408);
|
193
193
|
|
194
|
-
var _transformSchema = __webpack_require__(
|
194
|
+
var _transformSchema = __webpack_require__(536);
|
195
195
|
|
196
|
-
var handlers = _interopRequireWildcard(__webpack_require__(
|
196
|
+
var handlers = _interopRequireWildcard(__webpack_require__(7764));
|
197
197
|
|
198
|
-
var _locale = __webpack_require__(
|
198
|
+
var _locale = __webpack_require__(94864);
|
199
199
|
|
200
200
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
201
201
|
|
@@ -203,9 +203,9 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
203
203
|
|
204
204
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
205
205
|
|
206
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
206
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
207
207
|
|
208
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
208
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
209
209
|
|
210
210
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
211
211
|
|
@@ -222,7 +222,7 @@ class AppAPI {
|
|
222
222
|
this.generatorCore = generatorCore;
|
223
223
|
this.generatorContext = generatorContext;
|
224
224
|
this.npmApi = new _codesmithApiNpm.NpmAPI(generatorCore);
|
225
|
-
this.gitApi = new _codesmithApiGit.GitAPI(generatorCore);
|
225
|
+
this.gitApi = new _codesmithApiGit.GitAPI(generatorCore, generatorContext);
|
226
226
|
this.handlebarsAPI = new _codesmithApiHandlebars.HandlebarsAPI(this.generatorCore);
|
227
227
|
}
|
228
228
|
|
@@ -245,11 +245,12 @@ class AppAPI {
|
|
245
245
|
async runInstall(command) {
|
246
246
|
const {
|
247
247
|
config: {
|
248
|
-
packageManager
|
248
|
+
packageManager,
|
249
|
+
noNeedInstall
|
249
250
|
}
|
250
251
|
} = this.generatorContext;
|
251
252
|
|
252
|
-
if (process.env.NoNeedInstall === 'true') {
|
253
|
+
if (noNeedInstall || process.env.NoNeedInstall === 'true') {
|
253
254
|
return;
|
254
255
|
} // const spinner = ora('Install...').start();
|
255
256
|
// spinner.color = 'yellow';
|
@@ -409,7 +410,7 @@ exports.AppAPI = AppAPI;
|
|
409
410
|
|
410
411
|
/***/ }),
|
411
412
|
|
412
|
-
/***/
|
413
|
+
/***/ 88918:
|
413
414
|
/***/ ((__unused_webpack_module, exports) => {
|
414
415
|
|
415
416
|
"use strict";
|
@@ -448,7 +449,7 @@ exports.EN_LOCALE = EN_LOCALE;
|
|
448
449
|
|
449
450
|
/***/ }),
|
450
451
|
|
451
|
-
/***/
|
452
|
+
/***/ 94864:
|
452
453
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
453
454
|
|
454
455
|
"use strict";
|
@@ -465,11 +466,11 @@ Object.defineProperty(exports, "I18n", ({
|
|
465
466
|
}));
|
466
467
|
exports.localeKeys = exports.i18n = void 0;
|
467
468
|
|
468
|
-
var _pluginI18n = __webpack_require__(
|
469
|
+
var _pluginI18n = __webpack_require__(98368);
|
469
470
|
|
470
|
-
var _zh = __webpack_require__(
|
471
|
+
var _zh = __webpack_require__(57724);
|
471
472
|
|
472
|
-
var _en = __webpack_require__(
|
473
|
+
var _en = __webpack_require__(88918);
|
473
474
|
|
474
475
|
const i18n = new _pluginI18n.I18n();
|
475
476
|
exports.i18n = i18n;
|
@@ -481,7 +482,7 @@ exports.localeKeys = localeKeys;
|
|
481
482
|
|
482
483
|
/***/ }),
|
483
484
|
|
484
|
-
/***/
|
485
|
+
/***/ 57724:
|
485
486
|
/***/ ((__unused_webpack_module, exports) => {
|
486
487
|
|
487
488
|
"use strict";
|
@@ -520,7 +521,7 @@ exports.ZH_LOCALE = ZH_LOCALE;
|
|
520
521
|
|
521
522
|
/***/ }),
|
522
523
|
|
523
|
-
/***/
|
524
|
+
/***/ 536:
|
524
525
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
525
526
|
|
526
527
|
"use strict";
|
@@ -533,7 +534,7 @@ exports.transformSchema = transformSchema;
|
|
533
534
|
|
534
535
|
var _isUndefined2 = _interopRequireDefault(__webpack_require__(88066));
|
535
536
|
|
536
|
-
var _easyFormCli = __webpack_require__(
|
537
|
+
var _easyFormCli = __webpack_require__(62408);
|
537
538
|
|
538
539
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
539
540
|
|
@@ -580,7 +581,7 @@ function transformSchema(schema, configValue = {}, validateMap = {}) {
|
|
580
581
|
|
581
582
|
/***/ }),
|
582
583
|
|
583
|
-
/***/
|
584
|
+
/***/ 58196:
|
584
585
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
585
586
|
|
586
587
|
"use strict";
|
@@ -591,12 +592,14 @@ Object.defineProperty(exports, "__esModule", ({
|
|
591
592
|
}));
|
592
593
|
exports.GitAPI = void 0;
|
593
594
|
|
594
|
-
var _utils = __webpack_require__(
|
595
|
+
var _utils = __webpack_require__(68963);
|
595
596
|
|
596
597
|
class GitAPI {
|
597
|
-
constructor(generatorCore) {
|
598
|
+
constructor(generatorCore, generatorContext) {
|
598
599
|
this.generatorCore = void 0;
|
600
|
+
this.generatorContext = void 0;
|
599
601
|
this.generatorCore = generatorCore;
|
602
|
+
this.generatorContext = generatorContext;
|
600
603
|
}
|
601
604
|
|
602
605
|
async isInGitRepo(cwd = this.generatorCore.outputPath) {
|
@@ -624,7 +627,16 @@ class GitAPI {
|
|
624
627
|
}
|
625
628
|
|
626
629
|
try {
|
627
|
-
|
630
|
+
const {
|
631
|
+
config: {
|
632
|
+
defaultBranch = 'master'
|
633
|
+
}
|
634
|
+
} = this.generatorContext || {
|
635
|
+
config: {
|
636
|
+
defaultBranch: 'master'
|
637
|
+
}
|
638
|
+
};
|
639
|
+
await (0, _utils.initGitRepo)(cwd, defaultBranch);
|
628
640
|
} catch (e) {
|
629
641
|
this.generatorCore.logger.debug('[GitAPI.error]:', e);
|
630
642
|
throw e;
|
@@ -653,7 +665,7 @@ exports.GitAPI = GitAPI;
|
|
653
665
|
|
654
666
|
/***/ }),
|
655
667
|
|
656
|
-
/***/
|
668
|
+
/***/ 68963:
|
657
669
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
658
670
|
|
659
671
|
"use strict";
|
@@ -695,11 +707,24 @@ async function isInGitRepo(cwd) {
|
|
695
707
|
}
|
696
708
|
}
|
697
709
|
|
698
|
-
async function initGitRepo(cwd) {
|
710
|
+
async function initGitRepo(cwd, defaultBranch) {
|
699
711
|
await (0, _execa.default)('git', ['init'], {
|
700
712
|
env: process.env,
|
701
713
|
cwd
|
702
714
|
});
|
715
|
+
const {
|
716
|
+
stdout
|
717
|
+
} = await (0, _execa.default)('git', ['symbolic-ref', '--short', 'HEAD'], {
|
718
|
+
env: process.env,
|
719
|
+
cwd
|
720
|
+
});
|
721
|
+
|
722
|
+
if (stdout !== defaultBranch) {
|
723
|
+
await (0, _execa.default)('git', ['checkout', '-b', defaultBranch], {
|
724
|
+
env: process.env,
|
725
|
+
cwd
|
726
|
+
});
|
727
|
+
}
|
703
728
|
}
|
704
729
|
|
705
730
|
async function gitAdd(cwd) {
|
@@ -718,7 +743,7 @@ async function gitCommit(cwd, commitMessage) {
|
|
718
743
|
|
719
744
|
/***/ }),
|
720
745
|
|
721
|
-
/***/
|
746
|
+
/***/ 12291:
|
722
747
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
723
748
|
|
724
749
|
"use strict";
|
@@ -735,9 +760,9 @@ Object.defineProperty(exports, "renderString", ({
|
|
735
760
|
}
|
736
761
|
}));
|
737
762
|
|
738
|
-
var _codesmith = __webpack_require__(
|
763
|
+
var _codesmith = __webpack_require__(3616);
|
739
764
|
|
740
|
-
var _utils = __webpack_require__(
|
765
|
+
var _utils = __webpack_require__(19655);
|
741
766
|
|
742
767
|
class HandlebarsAPI {
|
743
768
|
constructor(generatorCore, registers) {
|
@@ -781,7 +806,7 @@ exports.HandlebarsAPI = HandlebarsAPI;
|
|
781
806
|
|
782
807
|
/***/ }),
|
783
808
|
|
784
|
-
/***/
|
809
|
+
/***/ 19655:
|
785
810
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
786
811
|
|
787
812
|
"use strict";
|
@@ -797,11 +822,11 @@ Object.defineProperty(exports, "renderString", ({
|
|
797
822
|
}
|
798
823
|
}));
|
799
824
|
|
800
|
-
var _renderString = __webpack_require__(
|
825
|
+
var _renderString = __webpack_require__(36161);
|
801
826
|
|
802
827
|
/***/ }),
|
803
828
|
|
804
|
-
/***/
|
829
|
+
/***/ 36161:
|
805
830
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
806
831
|
|
807
832
|
"use strict";
|
@@ -816,9 +841,9 @@ var _handlebars = _interopRequireDefault(__webpack_require__(95309));
|
|
816
841
|
|
817
842
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
818
843
|
|
819
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
844
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
820
845
|
|
821
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
846
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
822
847
|
|
823
848
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
824
849
|
|
@@ -834,7 +859,7 @@ function renderString(template, fullData, registers) {
|
|
834
859
|
|
835
860
|
/***/ }),
|
836
861
|
|
837
|
-
/***/
|
862
|
+
/***/ 54517:
|
838
863
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
839
864
|
|
840
865
|
"use strict";
|
@@ -849,7 +874,7 @@ var _commentJson = _interopRequireDefault(__webpack_require__(66623));
|
|
849
874
|
|
850
875
|
var declarationUpdate = _interopRequireWildcard(__webpack_require__(8200));
|
851
876
|
|
852
|
-
var _utils = __webpack_require__(
|
877
|
+
var _utils = __webpack_require__(79803);
|
853
878
|
|
854
879
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
855
880
|
|
@@ -915,7 +940,7 @@ exports.JsonAPI = JsonAPI;
|
|
915
940
|
|
916
941
|
/***/ }),
|
917
942
|
|
918
|
-
/***/
|
943
|
+
/***/ 79803:
|
919
944
|
/***/ ((__unused_webpack_module, exports) => {
|
920
945
|
|
921
946
|
"use strict";
|
@@ -942,7 +967,7 @@ async function editJson(generatorCore, resource, getNewJsonValue) {
|
|
942
967
|
|
943
968
|
/***/ }),
|
944
969
|
|
945
|
-
/***/
|
970
|
+
/***/ 62297:
|
946
971
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
947
972
|
|
948
973
|
"use strict";
|
@@ -956,7 +981,7 @@ var _exportNames = {
|
|
956
981
|
};
|
957
982
|
exports.NpmAPI = void 0;
|
958
983
|
|
959
|
-
var _utils = __webpack_require__(
|
984
|
+
var _utils = __webpack_require__(94610);
|
960
985
|
|
961
986
|
Object.keys(_utils).forEach(function (key) {
|
962
987
|
if (key === "default" || key === "__esModule") return;
|
@@ -994,7 +1019,7 @@ exports.NpmAPI = NpmAPI;
|
|
994
1019
|
|
995
1020
|
/***/ }),
|
996
1021
|
|
997
|
-
/***/
|
1022
|
+
/***/ 80305:
|
998
1023
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
999
1024
|
|
1000
1025
|
"use strict";
|
@@ -1059,7 +1084,7 @@ async function canUsePnpm() {
|
|
1059
1084
|
|
1060
1085
|
/***/ }),
|
1061
1086
|
|
1062
|
-
/***/
|
1087
|
+
/***/ 94610:
|
1063
1088
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1064
1089
|
|
1065
1090
|
"use strict";
|
@@ -1111,13 +1136,13 @@ Object.defineProperty(exports, "yarnInstall", ({
|
|
1111
1136
|
}
|
1112
1137
|
}));
|
1113
1138
|
|
1114
|
-
var _env = __webpack_require__(
|
1139
|
+
var _env = __webpack_require__(80305);
|
1115
1140
|
|
1116
|
-
var _install = __webpack_require__(
|
1141
|
+
var _install = __webpack_require__(86701);
|
1117
1142
|
|
1118
1143
|
/***/ }),
|
1119
1144
|
|
1120
|
-
/***/
|
1145
|
+
/***/ 86701:
|
1121
1146
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1122
1147
|
|
1123
1148
|
"use strict";
|
@@ -1133,13 +1158,13 @@ exports.yarnInstall = yarnInstall;
|
|
1133
1158
|
|
1134
1159
|
var _execa = _interopRequireDefault(__webpack_require__(16228));
|
1135
1160
|
|
1136
|
-
var _env = __webpack_require__(
|
1161
|
+
var _env = __webpack_require__(80305);
|
1137
1162
|
|
1138
1163
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1139
1164
|
|
1140
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
1165
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
1141
1166
|
|
1142
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
1167
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
1143
1168
|
|
1144
1169
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
1145
1170
|
|
@@ -1211,7 +1236,7 @@ async function pnpmInstall(cwd, registryUrl) {
|
|
1211
1236
|
|
1212
1237
|
/***/ }),
|
1213
1238
|
|
1214
|
-
/***/
|
1239
|
+
/***/ 20905:
|
1215
1240
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1216
1241
|
|
1217
1242
|
"use strict";
|
@@ -1224,15 +1249,15 @@ exports.CodeSmith = void 0;
|
|
1224
1249
|
|
1225
1250
|
var _path = _interopRequireDefault(__webpack_require__(71017));
|
1226
1251
|
|
1227
|
-
var _generator = __webpack_require__(
|
1252
|
+
var _generator = __webpack_require__(12317);
|
1228
1253
|
|
1229
|
-
var _logger = __webpack_require__(
|
1254
|
+
var _logger = __webpack_require__(93821);
|
1230
1255
|
|
1231
|
-
var _constants = __webpack_require__(
|
1256
|
+
var _constants = __webpack_require__(23187);
|
1232
1257
|
|
1233
|
-
var _materials = __webpack_require__(
|
1258
|
+
var _materials = __webpack_require__(77453);
|
1234
1259
|
|
1235
|
-
var _FsMaterial = __webpack_require__(
|
1260
|
+
var _FsMaterial = __webpack_require__(7402);
|
1236
1261
|
|
1237
1262
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1238
1263
|
|
@@ -1291,7 +1316,7 @@ exports.CodeSmith = CodeSmith;
|
|
1291
1316
|
|
1292
1317
|
/***/ }),
|
1293
1318
|
|
1294
|
-
/***/
|
1319
|
+
/***/ 41137:
|
1295
1320
|
/***/ ((__unused_webpack_module, exports) => {
|
1296
1321
|
|
1297
1322
|
"use strict";
|
@@ -1308,7 +1333,7 @@ exports.CATCHE_VALIDITY_PREIOD = CATCHE_VALIDITY_PREIOD;
|
|
1308
1333
|
|
1309
1334
|
/***/ }),
|
1310
1335
|
|
1311
|
-
/***/
|
1336
|
+
/***/ 12317:
|
1312
1337
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1313
1338
|
|
1314
1339
|
"use strict";
|
@@ -1329,17 +1354,17 @@ var _chalk = _interopRequireDefault(__webpack_require__(9834));
|
|
1329
1354
|
|
1330
1355
|
var _fsExtra = _interopRequireDefault(__webpack_require__(96576));
|
1331
1356
|
|
1332
|
-
var _FsMaterial = __webpack_require__(
|
1357
|
+
var _FsMaterial = __webpack_require__(7402);
|
1333
1358
|
|
1334
|
-
var _nodeRequire = __webpack_require__(
|
1359
|
+
var _nodeRequire = __webpack_require__(33109);
|
1335
1360
|
|
1336
|
-
var _getGeneratorDir = __webpack_require__(
|
1361
|
+
var _getGeneratorDir = __webpack_require__(41299);
|
1337
1362
|
|
1338
1363
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1339
1364
|
|
1340
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
1365
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
1341
1366
|
|
1342
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
1367
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
1343
1368
|
|
1344
1369
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
1345
1370
|
|
@@ -1564,7 +1589,7 @@ exports.GeneratorCore = GeneratorCore;
|
|
1564
1589
|
|
1565
1590
|
/***/ }),
|
1566
1591
|
|
1567
|
-
/***/
|
1592
|
+
/***/ 3616:
|
1568
1593
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1569
1594
|
|
1570
1595
|
"use strict";
|
@@ -1573,6 +1598,17 @@ exports.GeneratorCore = GeneratorCore;
|
|
1573
1598
|
Object.defineProperty(exports, "__esModule", ({
|
1574
1599
|
value: true
|
1575
1600
|
}));
|
1601
|
+
var _exportNames = {
|
1602
|
+
LoggerLevel: true,
|
1603
|
+
LevelPriority: true,
|
1604
|
+
Logger: true,
|
1605
|
+
CodeSmith: true,
|
1606
|
+
GeneratorCore: true,
|
1607
|
+
MaterialsManager: true,
|
1608
|
+
FsMaterial: true,
|
1609
|
+
FsResource: true,
|
1610
|
+
FS_RESOURCE: true
|
1611
|
+
};
|
1576
1612
|
Object.defineProperty(exports, "CodeSmith", ({
|
1577
1613
|
enumerable: true,
|
1578
1614
|
get: function () {
|
@@ -1628,23 +1664,37 @@ Object.defineProperty(exports, "MaterialsManager", ({
|
|
1628
1664
|
}
|
1629
1665
|
}));
|
1630
1666
|
|
1631
|
-
var _constants = __webpack_require__(
|
1667
|
+
var _constants = __webpack_require__(23187);
|
1668
|
+
|
1669
|
+
var _logger = __webpack_require__(93821);
|
1632
1670
|
|
1633
|
-
var
|
1671
|
+
var _codesmith = __webpack_require__(20905);
|
1634
1672
|
|
1635
|
-
var
|
1673
|
+
var _generator = __webpack_require__(12317);
|
1636
1674
|
|
1637
|
-
var
|
1675
|
+
var _materials = __webpack_require__(77453);
|
1638
1676
|
|
1639
|
-
var
|
1677
|
+
var _FsMaterial = __webpack_require__(7402);
|
1640
1678
|
|
1641
|
-
var
|
1679
|
+
var _FsResource = __webpack_require__(91679);
|
1642
1680
|
|
1643
|
-
var
|
1681
|
+
var _utils = __webpack_require__(22601);
|
1682
|
+
|
1683
|
+
Object.keys(_utils).forEach(function (key) {
|
1684
|
+
if (key === "default" || key === "__esModule") return;
|
1685
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1686
|
+
if (key in exports && exports[key] === _utils[key]) return;
|
1687
|
+
Object.defineProperty(exports, key, {
|
1688
|
+
enumerable: true,
|
1689
|
+
get: function () {
|
1690
|
+
return _utils[key];
|
1691
|
+
}
|
1692
|
+
});
|
1693
|
+
});
|
1644
1694
|
|
1645
1695
|
/***/ }),
|
1646
1696
|
|
1647
|
-
/***/
|
1697
|
+
/***/ 23187:
|
1648
1698
|
/***/ ((__unused_webpack_module, exports) => {
|
1649
1699
|
|
1650
1700
|
"use strict";
|
@@ -1672,7 +1722,7 @@ exports.LevelPriority = LevelPriority;
|
|
1672
1722
|
|
1673
1723
|
/***/ }),
|
1674
1724
|
|
1675
|
-
/***/
|
1725
|
+
/***/ 93821:
|
1676
1726
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1677
1727
|
|
1678
1728
|
"use strict";
|
@@ -1685,7 +1735,7 @@ exports.Logger = void 0;
|
|
1685
1735
|
|
1686
1736
|
var _chalk = _interopRequireDefault(__webpack_require__(9834));
|
1687
1737
|
|
1688
|
-
var _constants = __webpack_require__(
|
1738
|
+
var _constants = __webpack_require__(23187);
|
1689
1739
|
|
1690
1740
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1691
1741
|
|
@@ -1760,7 +1810,7 @@ exports.Logger = Logger;
|
|
1760
1810
|
|
1761
1811
|
/***/ }),
|
1762
1812
|
|
1763
|
-
/***/
|
1813
|
+
/***/ 7402:
|
1764
1814
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1765
1815
|
|
1766
1816
|
"use strict";
|
@@ -1775,7 +1825,7 @@ var _path = _interopRequireDefault(__webpack_require__(71017));
|
|
1775
1825
|
|
1776
1826
|
var _globPromise = _interopRequireDefault(__webpack_require__(39646));
|
1777
1827
|
|
1778
|
-
var _FsResource = __webpack_require__(
|
1828
|
+
var _FsResource = __webpack_require__(91679);
|
1779
1829
|
|
1780
1830
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1781
1831
|
|
@@ -1808,7 +1858,7 @@ exports.FsMaterial = FsMaterial;
|
|
1808
1858
|
|
1809
1859
|
/***/ }),
|
1810
1860
|
|
1811
|
-
/***/
|
1861
|
+
/***/ 91679:
|
1812
1862
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1813
1863
|
|
1814
1864
|
"use strict";
|
@@ -1823,7 +1873,7 @@ var _path = _interopRequireDefault(__webpack_require__(71017));
|
|
1823
1873
|
|
1824
1874
|
var _fsExtra = _interopRequireDefault(__webpack_require__(96576));
|
1825
1875
|
|
1826
|
-
var _constants = __webpack_require__(
|
1876
|
+
var _constants = __webpack_require__(2762);
|
1827
1877
|
|
1828
1878
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1829
1879
|
|
@@ -1861,7 +1911,7 @@ exports.FsResource = FsResource;
|
|
1861
1911
|
|
1862
1912
|
/***/ }),
|
1863
1913
|
|
1864
|
-
/***/
|
1914
|
+
/***/ 2762:
|
1865
1915
|
/***/ ((__unused_webpack_module, exports) => {
|
1866
1916
|
|
1867
1917
|
"use strict";
|
@@ -1876,7 +1926,7 @@ exports.IMAGE_EXT_LIST = IMAGE_EXT_LIST;
|
|
1876
1926
|
|
1877
1927
|
/***/ }),
|
1878
1928
|
|
1879
|
-
/***/
|
1929
|
+
/***/ 77453:
|
1880
1930
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1881
1931
|
|
1882
1932
|
"use strict";
|
@@ -1889,9 +1939,9 @@ exports.MaterialsManager = void 0;
|
|
1889
1939
|
|
1890
1940
|
var _path = _interopRequireDefault(__webpack_require__(71017));
|
1891
1941
|
|
1892
|
-
var _FsMaterial = __webpack_require__(
|
1942
|
+
var _FsMaterial = __webpack_require__(7402);
|
1893
1943
|
|
1894
|
-
var _utils = __webpack_require__(
|
1944
|
+
var _utils = __webpack_require__(22601);
|
1895
1945
|
|
1896
1946
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1897
1947
|
|
@@ -1936,7 +1986,7 @@ exports.MaterialsManager = MaterialsManager;
|
|
1936
1986
|
|
1937
1987
|
/***/ }),
|
1938
1988
|
|
1939
|
-
/***/
|
1989
|
+
/***/ 54570:
|
1940
1990
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
1941
1991
|
|
1942
1992
|
"use strict";
|
@@ -1955,15 +2005,15 @@ var _axios = _interopRequireDefault(__webpack_require__(45114));
|
|
1955
2005
|
|
1956
2006
|
var _tar = _interopRequireDefault(__webpack_require__(74634));
|
1957
2007
|
|
1958
|
-
var _getNpmTarballUrl = __webpack_require__(
|
2008
|
+
var _getNpmTarballUrl = __webpack_require__(75605);
|
1959
2009
|
|
1960
|
-
var _getNpmVersion = __webpack_require__(
|
2010
|
+
var _getNpmVersion = __webpack_require__(42885);
|
1961
2011
|
|
1962
|
-
var _fsExists = __webpack_require__(
|
2012
|
+
var _fsExists = __webpack_require__(40303);
|
1963
2013
|
|
1964
|
-
var _packageManager = __webpack_require__(
|
2014
|
+
var _packageManager = __webpack_require__(31492);
|
1965
2015
|
|
1966
|
-
var _constants = __webpack_require__(
|
2016
|
+
var _constants = __webpack_require__(41137);
|
1967
2017
|
|
1968
2018
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
1969
2019
|
|
@@ -2083,7 +2133,7 @@ async function downloadPackage(pkgName, pkgVersion = 'latest', options = {}) {
|
|
2083
2133
|
|
2084
2134
|
/***/ }),
|
2085
2135
|
|
2086
|
-
/***/
|
2136
|
+
/***/ 40303:
|
2087
2137
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2088
2138
|
|
2089
2139
|
"use strict";
|
@@ -2114,7 +2164,7 @@ async function fsExists(path) {
|
|
2114
2164
|
|
2115
2165
|
/***/ }),
|
2116
2166
|
|
2117
|
-
/***/
|
2167
|
+
/***/ 41299:
|
2118
2168
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2119
2169
|
|
2120
2170
|
"use strict";
|
@@ -2129,7 +2179,7 @@ var _path = _interopRequireDefault(__webpack_require__(71017));
|
|
2129
2179
|
|
2130
2180
|
var _fsExtra = _interopRequireDefault(__webpack_require__(96576));
|
2131
2181
|
|
2132
|
-
var _fsExists = __webpack_require__(
|
2182
|
+
var _fsExists = __webpack_require__(40303);
|
2133
2183
|
|
2134
2184
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
2135
2185
|
|
@@ -2159,7 +2209,7 @@ async function getGeneratorDir(generator) {
|
|
2159
2209
|
|
2160
2210
|
/***/ }),
|
2161
2211
|
|
2162
|
-
/***/
|
2212
|
+
/***/ 75605:
|
2163
2213
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2164
2214
|
|
2165
2215
|
"use strict";
|
@@ -2172,15 +2222,15 @@ exports.getNpmTarballUrl = getNpmTarballUrl;
|
|
2172
2222
|
|
2173
2223
|
var _packageJson = _interopRequireDefault(__webpack_require__(27499));
|
2174
2224
|
|
2175
|
-
var _timeoutPromise = __webpack_require__(
|
2225
|
+
var _timeoutPromise = __webpack_require__(12730);
|
2176
2226
|
|
2177
|
-
var _constants = __webpack_require__(
|
2227
|
+
var _constants = __webpack_require__(41137);
|
2178
2228
|
|
2179
2229
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
2180
2230
|
|
2181
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
2231
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
2182
2232
|
|
2183
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
2233
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
2184
2234
|
|
2185
2235
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
2186
2236
|
|
@@ -2211,7 +2261,7 @@ async function getNpmTarballUrl(pkgName, pkgVersion, options) {
|
|
2211
2261
|
|
2212
2262
|
/***/ }),
|
2213
2263
|
|
2214
|
-
/***/
|
2264
|
+
/***/ 42885:
|
2215
2265
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2216
2266
|
|
2217
2267
|
"use strict";
|
@@ -2224,9 +2274,9 @@ exports.getNpmVersion = getNpmVersion;
|
|
2224
2274
|
|
2225
2275
|
var _packageJson = _interopRequireDefault(__webpack_require__(27499));
|
2226
2276
|
|
2227
|
-
var _timeoutPromise = __webpack_require__(
|
2277
|
+
var _timeoutPromise = __webpack_require__(12730);
|
2228
2278
|
|
2229
|
-
var _constants = __webpack_require__(
|
2279
|
+
var _constants = __webpack_require__(41137);
|
2230
2280
|
|
2231
2281
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
2232
2282
|
|
@@ -2245,7 +2295,7 @@ async function getNpmVersion(packageName, options) {
|
|
2245
2295
|
|
2246
2296
|
/***/ }),
|
2247
2297
|
|
2248
|
-
/***/
|
2298
|
+
/***/ 97989:
|
2249
2299
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2250
2300
|
|
2251
2301
|
"use strict";
|
@@ -2294,7 +2344,7 @@ function getPackageInfo(packageName) {
|
|
2294
2344
|
|
2295
2345
|
/***/ }),
|
2296
2346
|
|
2297
|
-
/***/
|
2347
|
+
/***/ 22601:
|
2298
2348
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2299
2349
|
|
2300
2350
|
"use strict";
|
@@ -2364,25 +2414,25 @@ Object.defineProperty(exports, "timeoutPromise", ({
|
|
2364
2414
|
}
|
2365
2415
|
}));
|
2366
2416
|
|
2367
|
-
var _fsExists = __webpack_require__(
|
2417
|
+
var _fsExists = __webpack_require__(40303);
|
2368
2418
|
|
2369
|
-
var _nodeRequire = __webpack_require__(
|
2419
|
+
var _nodeRequire = __webpack_require__(33109);
|
2370
2420
|
|
2371
|
-
var _packageManager = __webpack_require__(
|
2421
|
+
var _packageManager = __webpack_require__(31492);
|
2372
2422
|
|
2373
|
-
var _timeoutPromise = __webpack_require__(
|
2423
|
+
var _timeoutPromise = __webpack_require__(12730);
|
2374
2424
|
|
2375
|
-
var _downloadPackage = __webpack_require__(
|
2425
|
+
var _downloadPackage = __webpack_require__(54570);
|
2376
2426
|
|
2377
|
-
var _getNpmTarballUrl = __webpack_require__(
|
2427
|
+
var _getNpmTarballUrl = __webpack_require__(75605);
|
2378
2428
|
|
2379
|
-
var _getNpmVersion = __webpack_require__(
|
2429
|
+
var _getNpmVersion = __webpack_require__(42885);
|
2380
2430
|
|
2381
|
-
var _getPackageInfo = __webpack_require__(
|
2431
|
+
var _getPackageInfo = __webpack_require__(97989);
|
2382
2432
|
|
2383
2433
|
/***/ }),
|
2384
2434
|
|
2385
|
-
/***/
|
2435
|
+
/***/ 33109:
|
2386
2436
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2387
2437
|
|
2388
2438
|
"use strict";
|
@@ -2408,7 +2458,7 @@ const nodeRequire = path => {
|
|
2408
2458
|
|
2409
2459
|
return module;
|
2410
2460
|
} catch (error) {
|
2411
|
-
const module = __webpack_require__(
|
2461
|
+
const module = __webpack_require__(49485)(path);
|
2412
2462
|
|
2413
2463
|
if (module !== null && module !== void 0 && module.default) {
|
2414
2464
|
return module.default;
|
@@ -2422,7 +2472,7 @@ exports.nodeRequire = nodeRequire;
|
|
2422
2472
|
|
2423
2473
|
/***/ }),
|
2424
2474
|
|
2425
|
-
/***/
|
2475
|
+
/***/ 31492:
|
2426
2476
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2427
2477
|
|
2428
2478
|
"use strict";
|
@@ -2517,7 +2567,7 @@ async function runInstall(targetDir, registryUrl) {
|
|
2517
2567
|
|
2518
2568
|
/***/ }),
|
2519
2569
|
|
2520
|
-
/***/
|
2570
|
+
/***/ 12730:
|
2521
2571
|
/***/ ((__unused_webpack_module, exports) => {
|
2522
2572
|
|
2523
2573
|
"use strict";
|
@@ -2552,7 +2602,7 @@ async function timeoutPromise(promise, ms, reason = 'Operation') {
|
|
2552
2602
|
|
2553
2603
|
/***/ }),
|
2554
2604
|
|
2555
|
-
/***/
|
2605
|
+
/***/ 49485:
|
2556
2606
|
/***/ ((module) => {
|
2557
2607
|
|
2558
2608
|
function webpackEmptyContext(req) {
|
@@ -2562,12 +2612,12 @@ function webpackEmptyContext(req) {
|
|
2562
2612
|
}
|
2563
2613
|
webpackEmptyContext.keys = () => ([]);
|
2564
2614
|
webpackEmptyContext.resolve = webpackEmptyContext;
|
2565
|
-
webpackEmptyContext.id =
|
2615
|
+
webpackEmptyContext.id = 49485;
|
2566
2616
|
module.exports = webpackEmptyContext;
|
2567
2617
|
|
2568
2618
|
/***/ }),
|
2569
2619
|
|
2570
|
-
/***/
|
2620
|
+
/***/ 38805:
|
2571
2621
|
/***/ ((__unused_webpack_module, exports) => {
|
2572
2622
|
|
2573
2623
|
"use strict";
|
@@ -2579,14 +2629,14 @@ Object.defineProperty(exports, "__esModule", ({
|
|
2579
2629
|
|
2580
2630
|
/***/ }),
|
2581
2631
|
|
2582
|
-
/***/
|
2632
|
+
/***/ 5062:
|
2583
2633
|
/***/ (() => {
|
2584
2634
|
|
2585
2635
|
|
2586
2636
|
|
2587
2637
|
/***/ }),
|
2588
2638
|
|
2589
|
-
/***/
|
2639
|
+
/***/ 14491:
|
2590
2640
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2591
2641
|
|
2592
2642
|
"use strict";
|
@@ -2597,13 +2647,13 @@ Object.defineProperty(exports, "__esModule", ({
|
|
2597
2647
|
}));
|
2598
2648
|
exports.BaseCliReader = void 0;
|
2599
2649
|
|
2600
|
-
var _easyFormCore = __webpack_require__(
|
2650
|
+
var _easyFormCore = __webpack_require__(4608);
|
2601
2651
|
|
2602
|
-
var _constant = __webpack_require__(
|
2652
|
+
var _constant = __webpack_require__(11158);
|
2603
2653
|
|
2604
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
2654
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
2605
2655
|
|
2606
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
2656
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
2607
2657
|
|
2608
2658
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
2609
2659
|
|
@@ -2785,7 +2835,7 @@ exports.BaseCliReader = BaseCliReader;
|
|
2785
2835
|
|
2786
2836
|
/***/ }),
|
2787
2837
|
|
2788
|
-
/***/
|
2838
|
+
/***/ 77299:
|
2789
2839
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2790
2840
|
|
2791
2841
|
"use strict";
|
@@ -2796,9 +2846,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
2796
2846
|
}));
|
2797
2847
|
exports.checkboxNode = void 0;
|
2798
2848
|
|
2799
|
-
__webpack_require__(
|
2849
|
+
__webpack_require__(5062);
|
2800
2850
|
|
2801
|
-
var _utils = __webpack_require__(
|
2851
|
+
var _utils = __webpack_require__(36619);
|
2802
2852
|
|
2803
2853
|
const checkboxNode = options => {
|
2804
2854
|
const {
|
@@ -2834,7 +2884,7 @@ exports.checkboxNode = checkboxNode;
|
|
2834
2884
|
|
2835
2885
|
/***/ }),
|
2836
2886
|
|
2837
|
-
/***/
|
2887
|
+
/***/ 76462:
|
2838
2888
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2839
2889
|
|
2840
2890
|
"use strict";
|
@@ -2845,9 +2895,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
2845
2895
|
}));
|
2846
2896
|
exports.childNode = void 0;
|
2847
2897
|
|
2848
|
-
__webpack_require__(
|
2898
|
+
__webpack_require__(5062);
|
2849
2899
|
|
2850
|
-
var _utils = __webpack_require__(
|
2900
|
+
var _utils = __webpack_require__(36619);
|
2851
2901
|
|
2852
2902
|
const childNode = options => {
|
2853
2903
|
const {
|
@@ -2873,7 +2923,7 @@ exports.childNode = childNode;
|
|
2873
2923
|
|
2874
2924
|
/***/ }),
|
2875
2925
|
|
2876
|
-
/***/
|
2926
|
+
/***/ 85572:
|
2877
2927
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2878
2928
|
|
2879
2929
|
"use strict";
|
@@ -2884,9 +2934,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
2884
2934
|
}));
|
2885
2935
|
exports.formNode = void 0;
|
2886
2936
|
|
2887
|
-
__webpack_require__(
|
2937
|
+
__webpack_require__(5062);
|
2888
2938
|
|
2889
|
-
var _utils = __webpack_require__(
|
2939
|
+
var _utils = __webpack_require__(36619);
|
2890
2940
|
|
2891
2941
|
const formNode = options => {
|
2892
2942
|
const {
|
@@ -2899,7 +2949,7 @@ exports.formNode = formNode;
|
|
2899
2949
|
|
2900
2950
|
/***/ }),
|
2901
2951
|
|
2902
|
-
/***/
|
2952
|
+
/***/ 68274:
|
2903
2953
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
2904
2954
|
|
2905
2955
|
"use strict";
|
@@ -2909,7 +2959,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
2909
2959
|
value: true
|
2910
2960
|
}));
|
2911
2961
|
|
2912
|
-
var _checkboxNode = __webpack_require__(
|
2962
|
+
var _checkboxNode = __webpack_require__(77299);
|
2913
2963
|
|
2914
2964
|
Object.keys(_checkboxNode).forEach(function (key) {
|
2915
2965
|
if (key === "default" || key === "__esModule") return;
|
@@ -2922,7 +2972,7 @@ Object.keys(_checkboxNode).forEach(function (key) {
|
|
2922
2972
|
});
|
2923
2973
|
});
|
2924
2974
|
|
2925
|
-
var _rootNode = __webpack_require__(
|
2975
|
+
var _rootNode = __webpack_require__(48201);
|
2926
2976
|
|
2927
2977
|
Object.keys(_rootNode).forEach(function (key) {
|
2928
2978
|
if (key === "default" || key === "__esModule") return;
|
@@ -2935,7 +2985,7 @@ Object.keys(_rootNode).forEach(function (key) {
|
|
2935
2985
|
});
|
2936
2986
|
});
|
2937
2987
|
|
2938
|
-
var _childNode = __webpack_require__(
|
2988
|
+
var _childNode = __webpack_require__(76462);
|
2939
2989
|
|
2940
2990
|
Object.keys(_childNode).forEach(function (key) {
|
2941
2991
|
if (key === "default" || key === "__esModule") return;
|
@@ -2948,7 +2998,7 @@ Object.keys(_childNode).forEach(function (key) {
|
|
2948
2998
|
});
|
2949
2999
|
});
|
2950
3000
|
|
2951
|
-
var _formNode = __webpack_require__(
|
3001
|
+
var _formNode = __webpack_require__(85572);
|
2952
3002
|
|
2953
3003
|
Object.keys(_formNode).forEach(function (key) {
|
2954
3004
|
if (key === "default" || key === "__esModule") return;
|
@@ -2961,7 +3011,7 @@ Object.keys(_formNode).forEach(function (key) {
|
|
2961
3011
|
});
|
2962
3012
|
});
|
2963
3013
|
|
2964
|
-
var _inputNode = __webpack_require__(
|
3014
|
+
var _inputNode = __webpack_require__(63202);
|
2965
3015
|
|
2966
3016
|
Object.keys(_inputNode).forEach(function (key) {
|
2967
3017
|
if (key === "default" || key === "__esModule") return;
|
@@ -2974,7 +3024,7 @@ Object.keys(_inputNode).forEach(function (key) {
|
|
2974
3024
|
});
|
2975
3025
|
});
|
2976
3026
|
|
2977
|
-
var _listNode = __webpack_require__(
|
3027
|
+
var _listNode = __webpack_require__(96784);
|
2978
3028
|
|
2979
3029
|
Object.keys(_listNode).forEach(function (key) {
|
2980
3030
|
if (key === "default" || key === "__esModule") return;
|
@@ -2987,7 +3037,7 @@ Object.keys(_listNode).forEach(function (key) {
|
|
2987
3037
|
});
|
2988
3038
|
});
|
2989
3039
|
|
2990
|
-
var _numberNode = __webpack_require__(
|
3040
|
+
var _numberNode = __webpack_require__(62035);
|
2991
3041
|
|
2992
3042
|
Object.keys(_numberNode).forEach(function (key) {
|
2993
3043
|
if (key === "default" || key === "__esModule") return;
|
@@ -3002,7 +3052,7 @@ Object.keys(_numberNode).forEach(function (key) {
|
|
3002
3052
|
|
3003
3053
|
/***/ }),
|
3004
3054
|
|
3005
|
-
/***/
|
3055
|
+
/***/ 63202:
|
3006
3056
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3007
3057
|
|
3008
3058
|
"use strict";
|
@@ -3013,9 +3063,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3013
3063
|
}));
|
3014
3064
|
exports.inputNode = void 0;
|
3015
3065
|
|
3016
|
-
__webpack_require__(
|
3066
|
+
__webpack_require__(5062);
|
3017
3067
|
|
3018
|
-
var _utils = __webpack_require__(
|
3068
|
+
var _utils = __webpack_require__(36619);
|
3019
3069
|
|
3020
3070
|
const inputNode = options => {
|
3021
3071
|
const {
|
@@ -3039,7 +3089,7 @@ exports.inputNode = inputNode;
|
|
3039
3089
|
|
3040
3090
|
/***/ }),
|
3041
3091
|
|
3042
|
-
/***/
|
3092
|
+
/***/ 96784:
|
3043
3093
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3044
3094
|
|
3045
3095
|
"use strict";
|
@@ -3050,9 +3100,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3050
3100
|
}));
|
3051
3101
|
exports.listNode = void 0;
|
3052
3102
|
|
3053
|
-
__webpack_require__(
|
3103
|
+
__webpack_require__(5062);
|
3054
3104
|
|
3055
|
-
var _utils = __webpack_require__(
|
3105
|
+
var _utils = __webpack_require__(36619);
|
3056
3106
|
|
3057
3107
|
const listNode = options => {
|
3058
3108
|
const {
|
@@ -3088,7 +3138,7 @@ exports.listNode = listNode;
|
|
3088
3138
|
|
3089
3139
|
/***/ }),
|
3090
3140
|
|
3091
|
-
/***/
|
3141
|
+
/***/ 62035:
|
3092
3142
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3093
3143
|
|
3094
3144
|
"use strict";
|
@@ -3099,9 +3149,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3099
3149
|
}));
|
3100
3150
|
exports.numberNode = void 0;
|
3101
3151
|
|
3102
|
-
__webpack_require__(
|
3152
|
+
__webpack_require__(5062);
|
3103
3153
|
|
3104
|
-
var _utils = __webpack_require__(
|
3154
|
+
var _utils = __webpack_require__(36619);
|
3105
3155
|
|
3106
3156
|
const numberNode = options => {
|
3107
3157
|
const {
|
@@ -3125,7 +3175,7 @@ exports.numberNode = numberNode;
|
|
3125
3175
|
|
3126
3176
|
/***/ }),
|
3127
3177
|
|
3128
|
-
/***/
|
3178
|
+
/***/ 48201:
|
3129
3179
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3130
3180
|
|
3131
3181
|
"use strict";
|
@@ -3136,7 +3186,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3136
3186
|
}));
|
3137
3187
|
exports.rootNode = void 0;
|
3138
3188
|
|
3139
|
-
__webpack_require__(
|
3189
|
+
__webpack_require__(5062);
|
3140
3190
|
|
3141
3191
|
const rootNode = options => {
|
3142
3192
|
const {
|
@@ -3157,7 +3207,7 @@ exports.rootNode = rootNode;
|
|
3157
3207
|
|
3158
3208
|
/***/ }),
|
3159
3209
|
|
3160
|
-
/***/
|
3210
|
+
/***/ 8247:
|
3161
3211
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3162
3212
|
|
3163
3213
|
"use strict";
|
@@ -3177,13 +3227,13 @@ var _inquirer = _interopRequireDefault(__webpack_require__(82761));
|
|
3177
3227
|
|
3178
3228
|
var Rx = _interopRequireWildcard(__webpack_require__(68798));
|
3179
3229
|
|
3180
|
-
var _baseCliReader = __webpack_require__(
|
3230
|
+
var _baseCliReader = __webpack_require__(14491);
|
3181
3231
|
|
3182
|
-
var _constant = __webpack_require__(
|
3232
|
+
var _constant = __webpack_require__(11158);
|
3183
3233
|
|
3184
|
-
var questionsHandlers = _interopRequireWildcard(__webpack_require__(
|
3234
|
+
var questionsHandlers = _interopRequireWildcard(__webpack_require__(68274));
|
3185
3235
|
|
3186
|
-
var _utils = __webpack_require__(
|
3236
|
+
var _utils = __webpack_require__(36619);
|
3187
3237
|
|
3188
3238
|
Object.keys(_utils).forEach(function (key) {
|
3189
3239
|
if (key === "default" || key === "__esModule") return;
|
@@ -3203,9 +3253,9 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
3203
3253
|
|
3204
3254
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
3205
3255
|
|
3206
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
3256
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
3207
3257
|
|
3208
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
3258
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
3209
3259
|
|
3210
3260
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3211
3261
|
|
@@ -3391,7 +3441,7 @@ setCliQuestionsHandlers(questionsHandlers);
|
|
3391
3441
|
|
3392
3442
|
/***/ }),
|
3393
3443
|
|
3394
|
-
/***/
|
3444
|
+
/***/ 36619:
|
3395
3445
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3396
3446
|
|
3397
3447
|
"use strict";
|
@@ -3402,11 +3452,11 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3402
3452
|
}));
|
3403
3453
|
exports.toPromiseQuestionHandlerLoop = exports.toPromiseQuestionHandler = exports.getWhen = exports.getValidate = exports.getTransformer = exports.getQuestion = exports.getMessage = exports.getFilter = exports.getDefaultValue = exports.getChoices = void 0;
|
3404
3454
|
|
3405
|
-
var _easyFormCore = __webpack_require__(
|
3455
|
+
var _easyFormCore = __webpack_require__(4608);
|
3406
3456
|
|
3407
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
3457
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
3408
3458
|
|
3409
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
3459
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
3410
3460
|
|
3411
3461
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3412
3462
|
|
@@ -3699,7 +3749,7 @@ exports.toPromiseQuestionHandlerLoop = toPromiseQuestionHandlerLoop;
|
|
3699
3749
|
|
3700
3750
|
/***/ }),
|
3701
3751
|
|
3702
|
-
/***/
|
3752
|
+
/***/ 11158:
|
3703
3753
|
/***/ ((__unused_webpack_module, exports) => {
|
3704
3754
|
|
3705
3755
|
"use strict";
|
@@ -3724,7 +3774,7 @@ exports.CliNodeHandlers = CliNodeHandlers;
|
|
3724
3774
|
|
3725
3775
|
/***/ }),
|
3726
3776
|
|
3727
|
-
/***/
|
3777
|
+
/***/ 62408:
|
3728
3778
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3729
3779
|
|
3730
3780
|
"use strict";
|
@@ -3734,7 +3784,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3734
3784
|
value: true
|
3735
3785
|
}));
|
3736
3786
|
|
3737
|
-
var _cliReader = __webpack_require__(
|
3787
|
+
var _cliReader = __webpack_require__(8247);
|
3738
3788
|
|
3739
3789
|
Object.keys(_cliReader).forEach(function (key) {
|
3740
3790
|
if (key === "default" || key === "__esModule") return;
|
@@ -3747,7 +3797,7 @@ Object.keys(_cliReader).forEach(function (key) {
|
|
3747
3797
|
});
|
3748
3798
|
});
|
3749
3799
|
|
3750
|
-
var _ICli = __webpack_require__(
|
3800
|
+
var _ICli = __webpack_require__(38805);
|
3751
3801
|
|
3752
3802
|
Object.keys(_ICli).forEach(function (key) {
|
3753
3803
|
if (key === "default" || key === "__esModule") return;
|
@@ -3760,7 +3810,7 @@ Object.keys(_ICli).forEach(function (key) {
|
|
3760
3810
|
});
|
3761
3811
|
});
|
3762
3812
|
|
3763
|
-
var _easyFormCore = __webpack_require__(
|
3813
|
+
var _easyFormCore = __webpack_require__(4608);
|
3764
3814
|
|
3765
3815
|
Object.keys(_easyFormCore).forEach(function (key) {
|
3766
3816
|
if (key === "default" || key === "__esModule") return;
|
@@ -3775,7 +3825,7 @@ Object.keys(_easyFormCore).forEach(function (key) {
|
|
3775
3825
|
|
3776
3826
|
/***/ }),
|
3777
3827
|
|
3778
|
-
/***/
|
3828
|
+
/***/ 58712:
|
3779
3829
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
3780
3830
|
|
3781
3831
|
"use strict";
|
@@ -3786,17 +3836,17 @@ Object.defineProperty(exports, "__esModule", ({
|
|
3786
3836
|
}));
|
3787
3837
|
exports.BaseReader = void 0;
|
3788
3838
|
|
3789
|
-
var _checkSchema = __webpack_require__(
|
3839
|
+
var _checkSchema = __webpack_require__(4179);
|
3790
3840
|
|
3791
|
-
var _constant = __webpack_require__(
|
3841
|
+
var _constant = __webpack_require__(62630);
|
3792
3842
|
|
3793
|
-
var _utils = __webpack_require__(
|
3843
|
+
var _utils = __webpack_require__(14248);
|
3794
3844
|
|
3795
3845
|
const _excluded = ["effectedByFields", "action"];
|
3796
3846
|
|
3797
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
3847
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
3798
3848
|
|
3799
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
3849
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
3800
3850
|
|
3801
3851
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3802
3852
|
|
@@ -4080,7 +4130,7 @@ exports.BaseReader = BaseReader;
|
|
4080
4130
|
|
4081
4131
|
/***/ }),
|
4082
4132
|
|
4083
|
-
/***/
|
4133
|
+
/***/ 4179:
|
4084
4134
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4085
4135
|
|
4086
4136
|
"use strict";
|
@@ -4091,9 +4141,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4091
4141
|
}));
|
4092
4142
|
exports.checkSchema = void 0;
|
4093
4143
|
|
4094
|
-
var _constant = __webpack_require__(
|
4144
|
+
var _constant = __webpack_require__(62630);
|
4095
4145
|
|
4096
|
-
var _utils = __webpack_require__(
|
4146
|
+
var _utils = __webpack_require__(14248);
|
4097
4147
|
|
4098
4148
|
const checkFieldType = schema => {
|
4099
4149
|
// field type detection
|
@@ -4220,7 +4270,7 @@ exports.checkSchema = checkSchema;
|
|
4220
4270
|
|
4221
4271
|
/***/ }),
|
4222
4272
|
|
4223
|
-
/***/
|
4273
|
+
/***/ 62630:
|
4224
4274
|
/***/ ((__unused_webpack_module, exports) => {
|
4225
4275
|
|
4226
4276
|
"use strict";
|
@@ -4277,7 +4327,7 @@ exports.MESSAGE = MESSAGE;
|
|
4277
4327
|
|
4278
4328
|
/***/ }),
|
4279
4329
|
|
4280
|
-
/***/
|
4330
|
+
/***/ 63158:
|
4281
4331
|
/***/ ((__unused_webpack_module, exports) => {
|
4282
4332
|
|
4283
4333
|
"use strict";
|
@@ -4328,7 +4378,7 @@ function forEach(from, callback) {
|
|
4328
4378
|
|
4329
4379
|
/***/ }),
|
4330
4380
|
|
4331
|
-
/***/
|
4381
|
+
/***/ 1824:
|
4332
4382
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4333
4383
|
|
4334
4384
|
"use strict";
|
@@ -4339,9 +4389,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4339
4389
|
}));
|
4340
4390
|
exports.Graph = void 0;
|
4341
4391
|
|
4342
|
-
var _collections = __webpack_require__(
|
4392
|
+
var _collections = __webpack_require__(63158);
|
4343
4393
|
|
4344
|
-
var _types = __webpack_require__(
|
4394
|
+
var _types = __webpack_require__(4430);
|
4345
4395
|
|
4346
4396
|
function newNode(data) {
|
4347
4397
|
return {
|
@@ -4433,7 +4483,7 @@ exports.Graph = Graph;
|
|
4433
4483
|
|
4434
4484
|
/***/ }),
|
4435
4485
|
|
4436
|
-
/***/
|
4486
|
+
/***/ 43282:
|
4437
4487
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4438
4488
|
|
4439
4489
|
"use strict";
|
@@ -4444,15 +4494,15 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4444
4494
|
}));
|
4445
4495
|
exports.EffectUtil = void 0;
|
4446
4496
|
|
4447
|
-
var _utils = __webpack_require__(
|
4497
|
+
var _utils = __webpack_require__(14248);
|
4448
4498
|
|
4449
|
-
var _graph = __webpack_require__(
|
4499
|
+
var _graph = __webpack_require__(1824);
|
4450
4500
|
|
4451
|
-
var _types = __webpack_require__(
|
4501
|
+
var _types = __webpack_require__(4430);
|
4452
4502
|
|
4453
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
4503
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
4454
4504
|
|
4455
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
4505
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
4456
4506
|
|
4457
4507
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
4458
4508
|
|
@@ -4613,7 +4663,7 @@ exports.EffectUtil = EffectUtil;
|
|
4613
4663
|
|
4614
4664
|
/***/ }),
|
4615
4665
|
|
4616
|
-
/***/
|
4666
|
+
/***/ 4430:
|
4617
4667
|
/***/ ((__unused_webpack_module, exports) => {
|
4618
4668
|
|
4619
4669
|
"use strict";
|
@@ -4651,7 +4701,7 @@ function isObject(obj) {
|
|
4651
4701
|
|
4652
4702
|
/***/ }),
|
4653
4703
|
|
4654
|
-
/***/
|
4704
|
+
/***/ 4608:
|
4655
4705
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4656
4706
|
|
4657
4707
|
"use strict";
|
@@ -4661,7 +4711,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4661
4711
|
value: true
|
4662
4712
|
}));
|
4663
4713
|
|
4664
|
-
var _baseReader = __webpack_require__(
|
4714
|
+
var _baseReader = __webpack_require__(58712);
|
4665
4715
|
|
4666
4716
|
Object.keys(_baseReader).forEach(function (key) {
|
4667
4717
|
if (key === "default" || key === "__esModule") return;
|
@@ -4674,7 +4724,7 @@ Object.keys(_baseReader).forEach(function (key) {
|
|
4674
4724
|
});
|
4675
4725
|
});
|
4676
4726
|
|
4677
|
-
var _types = __webpack_require__(
|
4727
|
+
var _types = __webpack_require__(87245);
|
4678
4728
|
|
4679
4729
|
Object.keys(_types).forEach(function (key) {
|
4680
4730
|
if (key === "default" || key === "__esModule") return;
|
@@ -4687,7 +4737,7 @@ Object.keys(_types).forEach(function (key) {
|
|
4687
4737
|
});
|
4688
4738
|
});
|
4689
4739
|
|
4690
|
-
var _constant = __webpack_require__(
|
4740
|
+
var _constant = __webpack_require__(62630);
|
4691
4741
|
|
4692
4742
|
Object.keys(_constant).forEach(function (key) {
|
4693
4743
|
if (key === "default" || key === "__esModule") return;
|
@@ -4700,7 +4750,7 @@ Object.keys(_constant).forEach(function (key) {
|
|
4700
4750
|
});
|
4701
4751
|
});
|
4702
4752
|
|
4703
|
-
var _utils = __webpack_require__(
|
4753
|
+
var _utils = __webpack_require__(14248);
|
4704
4754
|
|
4705
4755
|
Object.keys(_utils).forEach(function (key) {
|
4706
4756
|
if (key === "default" || key === "__esModule") return;
|
@@ -4713,7 +4763,7 @@ Object.keys(_utils).forEach(function (key) {
|
|
4713
4763
|
});
|
4714
4764
|
});
|
4715
4765
|
|
4716
|
-
var _effectUtil = __webpack_require__(
|
4766
|
+
var _effectUtil = __webpack_require__(43282);
|
4717
4767
|
|
4718
4768
|
Object.keys(_effectUtil).forEach(function (key) {
|
4719
4769
|
if (key === "default" || key === "__esModule") return;
|
@@ -4726,7 +4776,7 @@ Object.keys(_effectUtil).forEach(function (key) {
|
|
4726
4776
|
});
|
4727
4777
|
});
|
4728
4778
|
|
4729
|
-
var _checkSchema = __webpack_require__(
|
4779
|
+
var _checkSchema = __webpack_require__(4179);
|
4730
4780
|
|
4731
4781
|
Object.keys(_checkSchema).forEach(function (key) {
|
4732
4782
|
if (key === "default" || key === "__esModule") return;
|
@@ -4741,14 +4791,14 @@ Object.keys(_checkSchema).forEach(function (key) {
|
|
4741
4791
|
|
4742
4792
|
/***/ }),
|
4743
4793
|
|
4744
|
-
/***/
|
4794
|
+
/***/ 33671:
|
4745
4795
|
/***/ (() => {
|
4746
4796
|
|
4747
4797
|
|
4748
4798
|
|
4749
4799
|
/***/ }),
|
4750
4800
|
|
4751
|
-
/***/
|
4801
|
+
/***/ 87245:
|
4752
4802
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4753
4803
|
|
4754
4804
|
"use strict";
|
@@ -4758,7 +4808,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4758
4808
|
value: true
|
4759
4809
|
}));
|
4760
4810
|
|
4761
|
-
var _ISchema = __webpack_require__(
|
4811
|
+
var _ISchema = __webpack_require__(33671);
|
4762
4812
|
|
4763
4813
|
Object.keys(_ISchema).forEach(function (key) {
|
4764
4814
|
if (key === "default" || key === "__esModule") return;
|
@@ -4773,7 +4823,7 @@ Object.keys(_ISchema).forEach(function (key) {
|
|
4773
4823
|
|
4774
4824
|
/***/ }),
|
4775
4825
|
|
4776
|
-
/***/
|
4826
|
+
/***/ 14248:
|
4777
4827
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4778
4828
|
|
4779
4829
|
"use strict";
|
@@ -4783,7 +4833,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4783
4833
|
value: true
|
4784
4834
|
}));
|
4785
4835
|
|
4786
|
-
var _tools = __webpack_require__(
|
4836
|
+
var _tools = __webpack_require__(87987);
|
4787
4837
|
|
4788
4838
|
Object.keys(_tools).forEach(function (key) {
|
4789
4839
|
if (key === "default" || key === "__esModule") return;
|
@@ -4796,7 +4846,7 @@ Object.keys(_tools).forEach(function (key) {
|
|
4796
4846
|
});
|
4797
4847
|
});
|
4798
4848
|
|
4799
|
-
var _interator = __webpack_require__(
|
4849
|
+
var _interator = __webpack_require__(5634);
|
4800
4850
|
|
4801
4851
|
Object.keys(_interator).forEach(function (key) {
|
4802
4852
|
if (key === "default" || key === "__esModule") return;
|
@@ -4809,7 +4859,7 @@ Object.keys(_interator).forEach(function (key) {
|
|
4809
4859
|
});
|
4810
4860
|
});
|
4811
4861
|
|
4812
|
-
var _itemsField = __webpack_require__(
|
4862
|
+
var _itemsField = __webpack_require__(80950);
|
4813
4863
|
|
4814
4864
|
Object.keys(_itemsField).forEach(function (key) {
|
4815
4865
|
if (key === "default" || key === "__esModule") return;
|
@@ -4822,7 +4872,7 @@ Object.keys(_itemsField).forEach(function (key) {
|
|
4822
4872
|
});
|
4823
4873
|
});
|
4824
4874
|
|
4825
|
-
var _keyField = __webpack_require__(
|
4875
|
+
var _keyField = __webpack_require__(49942);
|
4826
4876
|
|
4827
4877
|
Object.keys(_keyField).forEach(function (key) {
|
4828
4878
|
if (key === "default" || key === "__esModule") return;
|
@@ -4835,7 +4885,7 @@ Object.keys(_keyField).forEach(function (key) {
|
|
4835
4885
|
});
|
4836
4886
|
});
|
4837
4887
|
|
4838
|
-
var _stateField = __webpack_require__(
|
4888
|
+
var _stateField = __webpack_require__(70181);
|
4839
4889
|
|
4840
4890
|
Object.keys(_stateField).forEach(function (key) {
|
4841
4891
|
if (key === "default" || key === "__esModule") return;
|
@@ -4848,7 +4898,7 @@ Object.keys(_stateField).forEach(function (key) {
|
|
4848
4898
|
});
|
4849
4899
|
});
|
4850
4900
|
|
4851
|
-
var _nodeInfo = __webpack_require__(
|
4901
|
+
var _nodeInfo = __webpack_require__(13649);
|
4852
4902
|
|
4853
4903
|
Object.keys(_nodeInfo).forEach(function (key) {
|
4854
4904
|
if (key === "default" || key === "__esModule") return;
|
@@ -4863,7 +4913,7 @@ Object.keys(_nodeInfo).forEach(function (key) {
|
|
4863
4913
|
|
4864
4914
|
/***/ }),
|
4865
4915
|
|
4866
|
-
/***/
|
4916
|
+
/***/ 5634:
|
4867
4917
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
4868
4918
|
|
4869
4919
|
"use strict";
|
@@ -4874,9 +4924,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
4874
4924
|
}));
|
4875
4925
|
exports.forEachWithKeyChain = exports.forEach = exports.filterNone = exports.filter = void 0;
|
4876
4926
|
|
4877
|
-
var _itemsField = __webpack_require__(
|
4927
|
+
var _itemsField = __webpack_require__(80950);
|
4878
4928
|
|
4879
|
-
var _stateField = __webpack_require__(
|
4929
|
+
var _stateField = __webpack_require__(70181);
|
4880
4930
|
|
4881
4931
|
// Foreach with key chain
|
4882
4932
|
const forEachWithKeyChain = (schema, handler) => {
|
@@ -5043,7 +5093,7 @@ exports.filter = filter;
|
|
5043
5093
|
|
5044
5094
|
/***/ }),
|
5045
5095
|
|
5046
|
-
/***/
|
5096
|
+
/***/ 80950:
|
5047
5097
|
/***/ ((__unused_webpack_module, exports) => {
|
5048
5098
|
|
5049
5099
|
"use strict";
|
@@ -5071,7 +5121,7 @@ exports.getItems = getItems;
|
|
5071
5121
|
|
5072
5122
|
/***/ }),
|
5073
5123
|
|
5074
|
-
/***/
|
5124
|
+
/***/ 49942:
|
5075
5125
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5076
5126
|
|
5077
5127
|
"use strict";
|
@@ -5082,7 +5132,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
5082
5132
|
}));
|
5083
5133
|
exports.getAllKeys = void 0;
|
5084
5134
|
|
5085
|
-
var _itemsField = __webpack_require__(
|
5135
|
+
var _itemsField = __webpack_require__(80950);
|
5086
5136
|
|
5087
5137
|
const getAllKeys = schema => {
|
5088
5138
|
const keys = [];
|
@@ -5103,7 +5153,7 @@ exports.getAllKeys = getAllKeys;
|
|
5103
5153
|
|
5104
5154
|
/***/ }),
|
5105
5155
|
|
5106
|
-
/***/
|
5156
|
+
/***/ 13649:
|
5107
5157
|
/***/ ((__unused_webpack_module, exports) => {
|
5108
5158
|
|
5109
5159
|
"use strict";
|
@@ -5114,9 +5164,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
5114
5164
|
}));
|
5115
5165
|
exports.getSchemaType = exports.getSchemaLabel = exports.getSchemaDisabled = exports.getSchemaDefaultState = exports.getNodeInfo = exports.fieldValue = void 0;
|
5116
5166
|
|
5117
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
5167
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
5118
5168
|
|
5119
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
5169
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
5120
5170
|
|
5121
5171
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
5122
5172
|
|
@@ -5192,7 +5242,7 @@ exports.getNodeInfo = getNodeInfo;
|
|
5192
5242
|
|
5193
5243
|
/***/ }),
|
5194
5244
|
|
5195
|
-
/***/
|
5245
|
+
/***/ 70181:
|
5196
5246
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5197
5247
|
|
5198
5248
|
"use strict";
|
@@ -5205,9 +5255,9 @@ exports.setSchemaInitValue = exports.setInitValues = exports.isEffectedValue = e
|
|
5205
5255
|
|
5206
5256
|
var _cloneDeep2 = _interopRequireDefault(__webpack_require__(11605));
|
5207
5257
|
|
5208
|
-
var _itemsField = __webpack_require__(
|
5258
|
+
var _itemsField = __webpack_require__(80950);
|
5209
5259
|
|
5210
|
-
var _tools = __webpack_require__(
|
5260
|
+
var _tools = __webpack_require__(87987);
|
5211
5261
|
|
5212
5262
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
5213
5263
|
|
@@ -5305,7 +5355,7 @@ exports.getItemValue = getItemValue;
|
|
5305
5355
|
|
5306
5356
|
/***/ }),
|
5307
5357
|
|
5308
|
-
/***/
|
5358
|
+
/***/ 87987:
|
5309
5359
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5310
5360
|
|
5311
5361
|
"use strict";
|
@@ -5362,7 +5412,7 @@ exports.booleanToString = booleanToString;
|
|
5362
5412
|
|
5363
5413
|
/***/ }),
|
5364
5414
|
|
5365
|
-
/***/
|
5415
|
+
/***/ 78659:
|
5366
5416
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5367
5417
|
|
5368
5418
|
"use strict";
|
@@ -5378,11 +5428,11 @@ Object.defineProperty(exports, "List", ({
|
|
5378
5428
|
}
|
5379
5429
|
}));
|
5380
5430
|
|
5381
|
-
var _list = __webpack_require__(
|
5431
|
+
var _list = __webpack_require__(3034);
|
5382
5432
|
|
5383
5433
|
/***/ }),
|
5384
5434
|
|
5385
|
-
/***/
|
5435
|
+
/***/ 3034:
|
5386
5436
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5387
5437
|
|
5388
5438
|
"use strict";
|
@@ -5413,7 +5463,7 @@ var _operators = __webpack_require__(26579);
|
|
5413
5463
|
|
5414
5464
|
var _incrementListIndex = _interopRequireDefault(__webpack_require__(69062));
|
5415
5465
|
|
5416
|
-
var _utils = __webpack_require__(
|
5466
|
+
var _utils = __webpack_require__(60540);
|
5417
5467
|
|
5418
5468
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
5419
5469
|
|
@@ -5550,7 +5600,7 @@ exports.List = List;
|
|
5550
5600
|
|
5551
5601
|
/***/ }),
|
5552
5602
|
|
5553
|
-
/***/
|
5603
|
+
/***/ 60540:
|
5554
5604
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5555
5605
|
|
5556
5606
|
"use strict";
|
@@ -5563,7 +5613,7 @@ exports.listRender = listRender;
|
|
5563
5613
|
|
5564
5614
|
var _chalk = _interopRequireDefault(__webpack_require__(9834));
|
5565
5615
|
|
5566
|
-
var _pointer = __webpack_require__(
|
5616
|
+
var _pointer = __webpack_require__(41026);
|
5567
5617
|
|
5568
5618
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
5569
5619
|
|
@@ -5612,7 +5662,7 @@ function listRender(choices, pointer, answers) {
|
|
5612
5662
|
|
5613
5663
|
/***/ }),
|
5614
5664
|
|
5615
|
-
/***/
|
5665
|
+
/***/ 41026:
|
5616
5666
|
/***/ ((__unused_webpack_module, exports) => {
|
5617
5667
|
|
5618
5668
|
"use strict";
|
@@ -5639,7 +5689,7 @@ exports.pointer = pointer;
|
|
5639
5689
|
|
5640
5690
|
/***/ }),
|
5641
5691
|
|
5642
|
-
/***/
|
5692
|
+
/***/ 98368:
|
5643
5693
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5644
5694
|
|
5645
5695
|
"use strict";
|
@@ -5652,7 +5702,7 @@ exports.I18n = void 0;
|
|
5652
5702
|
|
5653
5703
|
var _get2 = _interopRequireDefault(__webpack_require__(71189));
|
5654
5704
|
|
5655
|
-
var
|
5705
|
+
var _index = __webpack_require__(24033);
|
5656
5706
|
|
5657
5707
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
5658
5708
|
|
@@ -5690,7 +5740,7 @@ class I18n {
|
|
5690
5740
|
this.languageMap = languageMap;
|
5691
5741
|
}
|
5692
5742
|
|
5693
|
-
return (0,
|
5743
|
+
return (0, _index.getObjKeyMap)(this.languageMap[this.language]);
|
5694
5744
|
}
|
5695
5745
|
|
5696
5746
|
changeLanguage(config) {
|
@@ -5713,7 +5763,7 @@ exports.I18n = I18n;
|
|
5713
5763
|
|
5714
5764
|
/***/ }),
|
5715
5765
|
|
5716
|
-
/***/
|
5766
|
+
/***/ 24033:
|
5717
5767
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
5718
5768
|
|
5719
5769
|
"use strict";
|
@@ -7774,8 +7824,8 @@ var buildFullPath = __webpack_require__(95889);
|
|
7774
7824
|
var buildURL = __webpack_require__(52737);
|
7775
7825
|
var http = __webpack_require__(13685);
|
7776
7826
|
var https = __webpack_require__(95687);
|
7777
|
-
var httpFollow = __webpack_require__(
|
7778
|
-
var httpsFollow = __webpack_require__(
|
7827
|
+
var httpFollow = (__webpack_require__(22117).http);
|
7828
|
+
var httpsFollow = (__webpack_require__(22117).https);
|
7779
7829
|
var url = __webpack_require__(57310);
|
7780
7830
|
var zlib = __webpack_require__(59796);
|
7781
7831
|
var pkg = __webpack_require__(31025);
|
@@ -10542,7 +10592,7 @@ module.exports = BufferList
|
|
10542
10592
|
"use strict";
|
10543
10593
|
|
10544
10594
|
|
10545
|
-
const DuplexStream = __webpack_require__(84961).Duplex
|
10595
|
+
const DuplexStream = (__webpack_require__(84961).Duplex)
|
10546
10596
|
const inherits = __webpack_require__(57337)
|
10547
10597
|
const BufferList = __webpack_require__(45445)
|
10548
10598
|
|
@@ -14222,7 +14272,7 @@ function cliWidth(options) {
|
|
14222
14272
|
"use strict";
|
14223
14273
|
|
14224
14274
|
|
14225
|
-
const PassThrough = __webpack_require__(12781).PassThrough;
|
14275
|
+
const PassThrough = (__webpack_require__(12781).PassThrough);
|
14226
14276
|
const mimicResponse = __webpack_require__(19062);
|
14227
14277
|
|
14228
14278
|
const cloneResponse = response => {
|
@@ -17435,7 +17485,7 @@ module.exports = resolveCommand;
|
|
17435
17485
|
|
17436
17486
|
/***/ }),
|
17437
17487
|
|
17438
|
-
/***/
|
17488
|
+
/***/ 88351:
|
17439
17489
|
/***/ ((module, exports, __webpack_require__) => {
|
17440
17490
|
|
17441
17491
|
/* eslint-env browser */
|
@@ -17692,7 +17742,7 @@ function localstorage() {
|
|
17692
17742
|
}
|
17693
17743
|
}
|
17694
17744
|
|
17695
|
-
module.exports = __webpack_require__(
|
17745
|
+
module.exports = __webpack_require__(19507)(exports);
|
17696
17746
|
|
17697
17747
|
const {formatters} = module.exports;
|
17698
17748
|
|
@@ -17711,7 +17761,7 @@ formatters.j = function (v) {
|
|
17711
17761
|
|
17712
17762
|
/***/ }),
|
17713
17763
|
|
17714
|
-
/***/
|
17764
|
+
/***/ 19507:
|
17715
17765
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
17716
17766
|
|
17717
17767
|
|
@@ -17750,7 +17800,7 @@ function setup(env) {
|
|
17750
17800
|
|
17751
17801
|
/**
|
17752
17802
|
* Selects a color for a debug namespace
|
17753
|
-
* @param {String} namespace The namespace string for the
|
17803
|
+
* @param {String} namespace The namespace string for the debug instance to be colored
|
17754
17804
|
* @return {Number|String} An ANSI color code for the given namespace
|
17755
17805
|
* @api private
|
17756
17806
|
*/
|
@@ -17992,7 +18042,7 @@ module.exports = setup;
|
|
17992
18042
|
|
17993
18043
|
/***/ }),
|
17994
18044
|
|
17995
|
-
/***/
|
18045
|
+
/***/ 68919:
|
17996
18046
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
17997
18047
|
|
17998
18048
|
/**
|
@@ -18001,15 +18051,15 @@ module.exports = setup;
|
|
18001
18051
|
*/
|
18002
18052
|
|
18003
18053
|
if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
|
18004
|
-
module.exports = __webpack_require__(
|
18054
|
+
module.exports = __webpack_require__(88351);
|
18005
18055
|
} else {
|
18006
|
-
module.exports = __webpack_require__(
|
18056
|
+
module.exports = __webpack_require__(89534);
|
18007
18057
|
}
|
18008
18058
|
|
18009
18059
|
|
18010
18060
|
/***/ }),
|
18011
18061
|
|
18012
|
-
/***/
|
18062
|
+
/***/ 89534:
|
18013
18063
|
/***/ ((module, exports, __webpack_require__) => {
|
18014
18064
|
|
18015
18065
|
/**
|
@@ -18251,7 +18301,7 @@ function init(debug) {
|
|
18251
18301
|
}
|
18252
18302
|
}
|
18253
18303
|
|
18254
|
-
module.exports = __webpack_require__(
|
18304
|
+
module.exports = __webpack_require__(19507)(exports);
|
18255
18305
|
|
18256
18306
|
const {formatters} = module.exports;
|
18257
18307
|
|
@@ -18292,7 +18342,7 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {
|
|
18292
18342
|
return r;
|
18293
18343
|
};
|
18294
18344
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
18295
|
-
var debug_1 = __webpack_require__(
|
18345
|
+
var debug_1 = __webpack_require__(68919);
|
18296
18346
|
var mongo_eql_1 = __webpack_require__(11418);
|
18297
18347
|
var ops = __webpack_require__(98402);
|
18298
18348
|
var get_type_1 = __webpack_require__(66692);
|
@@ -18446,7 +18496,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
18446
18496
|
/**
|
18447
18497
|
* Module dependencies.
|
18448
18498
|
*/
|
18449
|
-
var debug_1 = __webpack_require__(
|
18499
|
+
var debug_1 = __webpack_require__(68919);
|
18450
18500
|
var mongoDot = __webpack_require__(18266);
|
18451
18501
|
var mongo_eql_1 = __webpack_require__(11418);
|
18452
18502
|
var get_type_1 = __webpack_require__(66692);
|
@@ -19271,7 +19321,7 @@ exports.$size = function (matcher, val) {
|
|
19271
19321
|
"use strict";
|
19272
19322
|
|
19273
19323
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
19274
|
-
var debug_1 = __webpack_require__(
|
19324
|
+
var debug_1 = __webpack_require__(68919);
|
19275
19325
|
var filter_1 = __webpack_require__(32889);
|
19276
19326
|
var mods = __webpack_require__(88708);
|
19277
19327
|
var mongoDot = __webpack_require__(18266);
|
@@ -26980,7 +27030,7 @@ module.exports = makeError;
|
|
26980
27030
|
"use strict";
|
26981
27031
|
|
26982
27032
|
const os = __webpack_require__(22037);
|
26983
|
-
const onExit = __webpack_require__(
|
27033
|
+
const onExit = __webpack_require__(66217);
|
26984
27034
|
|
26985
27035
|
const DEFAULT_FORCE_KILL_TIMEOUT = 1000 * 5;
|
26986
27036
|
|
@@ -27864,7 +27914,7 @@ module.exports.windows = windows;
|
|
27864
27914
|
|
27865
27915
|
/***/ }),
|
27866
27916
|
|
27867
|
-
/***/
|
27917
|
+
/***/ 42846:
|
27868
27918
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
27869
27919
|
|
27870
27920
|
var debug;
|
@@ -27873,7 +27923,7 @@ module.exports = function () {
|
|
27873
27923
|
if (!debug) {
|
27874
27924
|
try {
|
27875
27925
|
/* eslint global-require: off */
|
27876
|
-
debug = __webpack_require__(
|
27926
|
+
debug = __webpack_require__(68919)("follow-redirects");
|
27877
27927
|
}
|
27878
27928
|
catch (error) { /* */ }
|
27879
27929
|
if (typeof debug !== "function") {
|
@@ -27886,16 +27936,16 @@ module.exports = function () {
|
|
27886
27936
|
|
27887
27937
|
/***/ }),
|
27888
27938
|
|
27889
|
-
/***/
|
27939
|
+
/***/ 22117:
|
27890
27940
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
27891
27941
|
|
27892
27942
|
var url = __webpack_require__(57310);
|
27893
27943
|
var URL = url.URL;
|
27894
27944
|
var http = __webpack_require__(13685);
|
27895
27945
|
var https = __webpack_require__(95687);
|
27896
|
-
var Writable = __webpack_require__(12781).Writable;
|
27946
|
+
var Writable = (__webpack_require__(12781).Writable);
|
27897
27947
|
var assert = __webpack_require__(39491);
|
27898
|
-
var debug = __webpack_require__(
|
27948
|
+
var debug = __webpack_require__(42846);
|
27899
27949
|
|
27900
27950
|
// Create handlers that pass events from native requests
|
27901
27951
|
var events = ["abort", "aborted", "connect", "error", "socket", "timeout"];
|
@@ -28416,11 +28466,12 @@ function removeMatchingHeaders(regex, headers) {
|
|
28416
28466
|
var lastValue;
|
28417
28467
|
for (var header in headers) {
|
28418
28468
|
if (regex.test(header)) {
|
28419
|
-
lastValue = headers[header]
|
28469
|
+
lastValue = headers[header];
|
28420
28470
|
delete headers[header];
|
28421
28471
|
}
|
28422
28472
|
}
|
28423
|
-
return lastValue
|
28473
|
+
return (lastValue === null || typeof lastValue === "undefined") ?
|
28474
|
+
undefined : String(lastValue).trim();
|
28424
28475
|
}
|
28425
28476
|
|
28426
28477
|
function createErrorType(code, defaultMessage) {
|
@@ -28469,8 +28520,8 @@ module.exports.wrap = wrap;
|
|
28469
28520
|
|
28470
28521
|
const fs = __webpack_require__(62204)
|
28471
28522
|
const path = __webpack_require__(71017)
|
28472
|
-
const mkdirsSync = __webpack_require__(17433).mkdirsSync
|
28473
|
-
const utimesMillisSync = __webpack_require__(16333).utimesMillisSync
|
28523
|
+
const mkdirsSync = (__webpack_require__(17433).mkdirsSync)
|
28524
|
+
const utimesMillisSync = (__webpack_require__(16333).utimesMillisSync)
|
28474
28525
|
const stat = __webpack_require__(31197)
|
28475
28526
|
|
28476
28527
|
function copySync (src, dest, opts) {
|
@@ -28656,9 +28707,9 @@ module.exports = {
|
|
28656
28707
|
|
28657
28708
|
const fs = __webpack_require__(62204)
|
28658
28709
|
const path = __webpack_require__(71017)
|
28659
|
-
const mkdirs = __webpack_require__(17433).mkdirs
|
28660
|
-
const pathExists = __webpack_require__(84906).pathExists
|
28661
|
-
const utimesMillis = __webpack_require__(16333).utimesMillis
|
28710
|
+
const mkdirs = (__webpack_require__(17433).mkdirs)
|
28711
|
+
const pathExists = (__webpack_require__(84906).pathExists)
|
28712
|
+
const utimesMillis = (__webpack_require__(16333).utimesMillis)
|
28662
28713
|
const stat = __webpack_require__(31197)
|
28663
28714
|
|
28664
28715
|
function copy (src, dest, opts, cb) {
|
@@ -28894,7 +28945,7 @@ module.exports = copy
|
|
28894
28945
|
"use strict";
|
28895
28946
|
|
28896
28947
|
|
28897
|
-
const u = __webpack_require__(84357).fromCallback
|
28948
|
+
const u = (__webpack_require__(84357).fromCallback)
|
28898
28949
|
module.exports = {
|
28899
28950
|
copy: u(__webpack_require__(77544))
|
28900
28951
|
}
|
@@ -28908,7 +28959,7 @@ module.exports = {
|
|
28908
28959
|
"use strict";
|
28909
28960
|
|
28910
28961
|
|
28911
|
-
const u = __webpack_require__(84357).fromPromise
|
28962
|
+
const u = (__webpack_require__(84357).fromPromise)
|
28912
28963
|
const fs = __webpack_require__(48085)
|
28913
28964
|
const path = __webpack_require__(71017)
|
28914
28965
|
const mkdir = __webpack_require__(17433)
|
@@ -28955,7 +29006,7 @@ module.exports = {
|
|
28955
29006
|
"use strict";
|
28956
29007
|
|
28957
29008
|
|
28958
|
-
const u = __webpack_require__(84357).fromCallback
|
29009
|
+
const u = (__webpack_require__(84357).fromCallback)
|
28959
29010
|
const path = __webpack_require__(71017)
|
28960
29011
|
const fs = __webpack_require__(62204)
|
28961
29012
|
const mkdir = __webpack_require__(17433)
|
@@ -29063,11 +29114,11 @@ module.exports = {
|
|
29063
29114
|
"use strict";
|
29064
29115
|
|
29065
29116
|
|
29066
|
-
const u = __webpack_require__(84357).fromCallback
|
29117
|
+
const u = (__webpack_require__(84357).fromCallback)
|
29067
29118
|
const path = __webpack_require__(71017)
|
29068
29119
|
const fs = __webpack_require__(62204)
|
29069
29120
|
const mkdir = __webpack_require__(17433)
|
29070
|
-
const pathExists = __webpack_require__(84906).pathExists
|
29121
|
+
const pathExists = (__webpack_require__(84906).pathExists)
|
29071
29122
|
const { areIdentical } = __webpack_require__(31197)
|
29072
29123
|
|
29073
29124
|
function createLink (srcpath, dstpath, callback) {
|
@@ -29137,7 +29188,7 @@ module.exports = {
|
|
29137
29188
|
|
29138
29189
|
const path = __webpack_require__(71017)
|
29139
29190
|
const fs = __webpack_require__(62204)
|
29140
|
-
const pathExists = __webpack_require__(84906).pathExists
|
29191
|
+
const pathExists = (__webpack_require__(84906).pathExists)
|
29141
29192
|
|
29142
29193
|
/**
|
29143
29194
|
* Function that returns two types of paths, one relative to symlink, and one
|
@@ -29281,7 +29332,7 @@ module.exports = {
|
|
29281
29332
|
"use strict";
|
29282
29333
|
|
29283
29334
|
|
29284
|
-
const u = __webpack_require__(84357).fromCallback
|
29335
|
+
const u = (__webpack_require__(84357).fromCallback)
|
29285
29336
|
const path = __webpack_require__(71017)
|
29286
29337
|
const fs = __webpack_require__(48085)
|
29287
29338
|
const _mkdirs = __webpack_require__(17433)
|
@@ -29296,7 +29347,7 @@ const _symlinkType = __webpack_require__(68938)
|
|
29296
29347
|
const symlinkType = _symlinkType.symlinkType
|
29297
29348
|
const symlinkTypeSync = _symlinkType.symlinkTypeSync
|
29298
29349
|
|
29299
|
-
const pathExists = __webpack_require__(84906).pathExists
|
29350
|
+
const pathExists = (__webpack_require__(84906).pathExists)
|
29300
29351
|
|
29301
29352
|
const { areIdentical } = __webpack_require__(31197)
|
29302
29353
|
|
@@ -29372,7 +29423,7 @@ module.exports = {
|
|
29372
29423
|
|
29373
29424
|
// This is adapted from https://github.com/normalize/mz
|
29374
29425
|
// Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors
|
29375
|
-
const u = __webpack_require__(84357).fromCallback
|
29426
|
+
const u = (__webpack_require__(84357).fromCallback)
|
29376
29427
|
const fs = __webpack_require__(62204)
|
29377
29428
|
|
29378
29429
|
const api = [
|
@@ -29524,7 +29575,7 @@ module.exports = {
|
|
29524
29575
|
"use strict";
|
29525
29576
|
|
29526
29577
|
|
29527
|
-
const u = __webpack_require__(84357).fromPromise
|
29578
|
+
const u = (__webpack_require__(84357).fromPromise)
|
29528
29579
|
const jsonFile = __webpack_require__(73545)
|
29529
29580
|
|
29530
29581
|
jsonFile.outputJson = u(__webpack_require__(84981))
|
@@ -29606,7 +29657,7 @@ module.exports = outputJson
|
|
29606
29657
|
|
29607
29658
|
"use strict";
|
29608
29659
|
|
29609
|
-
const u = __webpack_require__(84357).fromPromise
|
29660
|
+
const u = (__webpack_require__(84357).fromPromise)
|
29610
29661
|
const { makeDir: _makeDir, makeDirSync } = __webpack_require__(75594)
|
29611
29662
|
const makeDir = u(_makeDir)
|
29612
29663
|
|
@@ -29708,9 +29759,9 @@ module.exports = {
|
|
29708
29759
|
|
29709
29760
|
const fs = __webpack_require__(62204)
|
29710
29761
|
const path = __webpack_require__(71017)
|
29711
|
-
const copySync = __webpack_require__(55391).copySync
|
29712
|
-
const removeSync = __webpack_require__(13490).removeSync
|
29713
|
-
const mkdirpSync = __webpack_require__(17433).mkdirpSync
|
29762
|
+
const copySync = (__webpack_require__(55391).copySync)
|
29763
|
+
const removeSync = (__webpack_require__(13490).removeSync)
|
29764
|
+
const mkdirpSync = (__webpack_require__(17433).mkdirpSync)
|
29714
29765
|
const stat = __webpack_require__(31197)
|
29715
29766
|
|
29716
29767
|
function moveSync (src, dest, opts) {
|
@@ -29768,7 +29819,7 @@ module.exports = moveSync
|
|
29768
29819
|
"use strict";
|
29769
29820
|
|
29770
29821
|
|
29771
|
-
const u = __webpack_require__(84357).fromCallback
|
29822
|
+
const u = (__webpack_require__(84357).fromCallback)
|
29772
29823
|
module.exports = {
|
29773
29824
|
move: u(__webpack_require__(69071))
|
29774
29825
|
}
|
@@ -29784,10 +29835,10 @@ module.exports = {
|
|
29784
29835
|
|
29785
29836
|
const fs = __webpack_require__(62204)
|
29786
29837
|
const path = __webpack_require__(71017)
|
29787
|
-
const copy = __webpack_require__(97969).copy
|
29788
|
-
const remove = __webpack_require__(13490).remove
|
29789
|
-
const mkdirp = __webpack_require__(17433).mkdirp
|
29790
|
-
const pathExists = __webpack_require__(84906).pathExists
|
29838
|
+
const copy = (__webpack_require__(97969).copy)
|
29839
|
+
const remove = (__webpack_require__(13490).remove)
|
29840
|
+
const mkdirp = (__webpack_require__(17433).mkdirp)
|
29841
|
+
const pathExists = (__webpack_require__(84906).pathExists)
|
29791
29842
|
const stat = __webpack_require__(31197)
|
29792
29843
|
|
29793
29844
|
function move (src, dest, opts, cb) {
|
@@ -29863,11 +29914,11 @@ module.exports = move
|
|
29863
29914
|
"use strict";
|
29864
29915
|
|
29865
29916
|
|
29866
|
-
const u = __webpack_require__(84357).fromCallback
|
29917
|
+
const u = (__webpack_require__(84357).fromCallback)
|
29867
29918
|
const fs = __webpack_require__(62204)
|
29868
29919
|
const path = __webpack_require__(71017)
|
29869
29920
|
const mkdir = __webpack_require__(17433)
|
29870
|
-
const pathExists = __webpack_require__(84906).pathExists
|
29921
|
+
const pathExists = (__webpack_require__(84906).pathExists)
|
29871
29922
|
|
29872
29923
|
function outputFile (file, data, encoding, callback) {
|
29873
29924
|
if (typeof encoding === 'function') {
|
@@ -29910,7 +29961,7 @@ module.exports = {
|
|
29910
29961
|
|
29911
29962
|
"use strict";
|
29912
29963
|
|
29913
|
-
const u = __webpack_require__(84357).fromPromise
|
29964
|
+
const u = (__webpack_require__(84357).fromPromise)
|
29914
29965
|
const fs = __webpack_require__(48085)
|
29915
29966
|
|
29916
29967
|
function pathExists (path) {
|
@@ -29932,7 +29983,7 @@ module.exports = {
|
|
29932
29983
|
|
29933
29984
|
|
29934
29985
|
const fs = __webpack_require__(62204)
|
29935
|
-
const u = __webpack_require__(84357).fromCallback
|
29986
|
+
const u = (__webpack_require__(84357).fromCallback)
|
29936
29987
|
const rimraf = __webpack_require__(94392)
|
29937
29988
|
|
29938
29989
|
function remove (path, callback) {
|
@@ -30466,8 +30517,8 @@ module.exports = {
|
|
30466
30517
|
|
30467
30518
|
"use strict";
|
30468
30519
|
|
30469
|
-
const MiniPass = __webpack_require__(
|
30470
|
-
const EE = __webpack_require__(82361).EventEmitter
|
30520
|
+
const MiniPass = __webpack_require__(81675)
|
30521
|
+
const EE = (__webpack_require__(82361).EventEmitter)
|
30471
30522
|
const fs = __webpack_require__(57147)
|
30472
30523
|
|
30473
30524
|
let writev = fs.writev
|
@@ -31847,7 +31898,7 @@ var rp = __webpack_require__(63936)
|
|
31847
31898
|
var minimatch = __webpack_require__(30852)
|
31848
31899
|
var Minimatch = minimatch.Minimatch
|
31849
31900
|
var inherits = __webpack_require__(57337)
|
31850
|
-
var EE = __webpack_require__(82361).EventEmitter
|
31901
|
+
var EE = (__webpack_require__(82361).EventEmitter)
|
31851
31902
|
var path = __webpack_require__(71017)
|
31852
31903
|
var assert = __webpack_require__(39491)
|
31853
31904
|
var isAbsolute = __webpack_require__(44186)
|
@@ -32601,7 +32652,7 @@ globSync.GlobSync = GlobSync
|
|
32601
32652
|
var rp = __webpack_require__(63936)
|
32602
32653
|
var minimatch = __webpack_require__(30852)
|
32603
32654
|
var Minimatch = minimatch.Minimatch
|
32604
|
-
var Glob = __webpack_require__(18318).Glob
|
32655
|
+
var Glob = (__webpack_require__(18318).Glob)
|
32605
32656
|
var util = __webpack_require__(73837)
|
32606
32657
|
var path = __webpack_require__(71017)
|
32607
32658
|
var assert = __webpack_require__(39491)
|
@@ -33082,13 +33133,13 @@ GlobSync.prototype._makeAbs = function (f) {
|
|
33082
33133
|
|
33083
33134
|
/***/ }),
|
33084
33135
|
|
33085
|
-
/***/
|
33136
|
+
/***/ 39026:
|
33086
33137
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
33087
33138
|
|
33088
33139
|
"use strict";
|
33089
33140
|
|
33090
33141
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
33091
|
-
const types_1 = __webpack_require__(
|
33142
|
+
const types_1 = __webpack_require__(10009);
|
33092
33143
|
function createRejection(error, ...beforeErrorGroups) {
|
33093
33144
|
const promise = (async () => {
|
33094
33145
|
if (error instanceof types_1.RequestError) {
|
@@ -33120,7 +33171,7 @@ exports["default"] = createRejection;
|
|
33120
33171
|
|
33121
33172
|
/***/ }),
|
33122
33173
|
|
33123
|
-
/***/
|
33174
|
+
/***/ 93285:
|
33124
33175
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
33125
33176
|
|
33126
33177
|
"use strict";
|
@@ -33139,12 +33190,12 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
33139
33190
|
const events_1 = __webpack_require__(82361);
|
33140
33191
|
const is_1 = __webpack_require__(49460);
|
33141
33192
|
const PCancelable = __webpack_require__(74469);
|
33142
|
-
const types_1 = __webpack_require__(
|
33143
|
-
const parse_body_1 = __webpack_require__(
|
33144
|
-
const core_1 = __webpack_require__(
|
33145
|
-
const proxy_events_1 = __webpack_require__(
|
33146
|
-
const get_buffer_1 = __webpack_require__(
|
33147
|
-
const is_response_ok_1 = __webpack_require__(
|
33193
|
+
const types_1 = __webpack_require__(10009);
|
33194
|
+
const parse_body_1 = __webpack_require__(58405);
|
33195
|
+
const core_1 = __webpack_require__(40753);
|
33196
|
+
const proxy_events_1 = __webpack_require__(47538);
|
33197
|
+
const get_buffer_1 = __webpack_require__(21750);
|
33198
|
+
const is_response_ok_1 = __webpack_require__(67930);
|
33148
33199
|
const proxiedRequestEvents = [
|
33149
33200
|
'request',
|
33150
33201
|
'response',
|
@@ -33298,12 +33349,12 @@ function asPromise(normalizedOptions) {
|
|
33298
33349
|
return promise;
|
33299
33350
|
}
|
33300
33351
|
exports["default"] = asPromise;
|
33301
|
-
__exportStar(__webpack_require__(
|
33352
|
+
__exportStar(__webpack_require__(10009), exports);
|
33302
33353
|
|
33303
33354
|
|
33304
33355
|
/***/ }),
|
33305
33356
|
|
33306
|
-
/***/
|
33357
|
+
/***/ 11307:
|
33307
33358
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
33308
33359
|
|
33309
33360
|
"use strict";
|
@@ -33389,13 +33440,13 @@ exports["default"] = normalizeArguments;
|
|
33389
33440
|
|
33390
33441
|
/***/ }),
|
33391
33442
|
|
33392
|
-
/***/
|
33443
|
+
/***/ 58405:
|
33393
33444
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
33394
33445
|
|
33395
33446
|
"use strict";
|
33396
33447
|
|
33397
33448
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
33398
|
-
const types_1 = __webpack_require__(
|
33449
|
+
const types_1 = __webpack_require__(10009);
|
33399
33450
|
const parseBody = (response, responseType, parseJson, encoding) => {
|
33400
33451
|
const { rawBody } = response;
|
33401
33452
|
try {
|
@@ -33422,7 +33473,7 @@ exports["default"] = parseBody;
|
|
33422
33473
|
|
33423
33474
|
/***/ }),
|
33424
33475
|
|
33425
|
-
/***/
|
33476
|
+
/***/ 10009:
|
33426
33477
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
33427
33478
|
|
33428
33479
|
"use strict";
|
@@ -33439,7 +33490,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
33439
33490
|
};
|
33440
33491
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
33441
33492
|
exports.CancelError = exports.ParseError = void 0;
|
33442
|
-
const core_1 = __webpack_require__(
|
33493
|
+
const core_1 = __webpack_require__(40753);
|
33443
33494
|
/**
|
33444
33495
|
An error to be thrown when server response code is 2xx, and parsing body fails.
|
33445
33496
|
Includes a `response` property.
|
@@ -33449,6 +33500,7 @@ class ParseError extends core_1.RequestError {
|
|
33449
33500
|
const { options } = response.request;
|
33450
33501
|
super(`${error.message} in "${options.url.toString()}"`, error, response.request);
|
33451
33502
|
this.name = 'ParseError';
|
33503
|
+
this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_BODY_PARSE_FAILURE' : this.code;
|
33452
33504
|
}
|
33453
33505
|
}
|
33454
33506
|
exports.ParseError = ParseError;
|
@@ -33459,18 +33511,19 @@ class CancelError extends core_1.RequestError {
|
|
33459
33511
|
constructor(request) {
|
33460
33512
|
super('Promise was canceled', {}, request);
|
33461
33513
|
this.name = 'CancelError';
|
33514
|
+
this.code = 'ERR_CANCELED';
|
33462
33515
|
}
|
33463
33516
|
get isCanceled() {
|
33464
33517
|
return true;
|
33465
33518
|
}
|
33466
33519
|
}
|
33467
33520
|
exports.CancelError = CancelError;
|
33468
|
-
__exportStar(__webpack_require__(
|
33521
|
+
__exportStar(__webpack_require__(40753), exports);
|
33469
33522
|
|
33470
33523
|
|
33471
33524
|
/***/ }),
|
33472
33525
|
|
33473
|
-
/***/
|
33526
|
+
/***/ 1512:
|
33474
33527
|
/***/ ((__unused_webpack_module, exports) => {
|
33475
33528
|
|
33476
33529
|
"use strict";
|
@@ -33507,7 +33560,7 @@ exports["default"] = calculateRetryDelay;
|
|
33507
33560
|
|
33508
33561
|
/***/ }),
|
33509
33562
|
|
33510
|
-
/***/
|
33563
|
+
/***/ 40753:
|
33511
33564
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
33512
33565
|
|
33513
33566
|
"use strict";
|
@@ -33529,19 +33582,19 @@ const decompressResponse = __webpack_require__(8673);
|
|
33529
33582
|
const http2wrapper = __webpack_require__(14277);
|
33530
33583
|
const lowercaseKeys = __webpack_require__(5974);
|
33531
33584
|
const is_1 = __webpack_require__(49460);
|
33532
|
-
const get_body_size_1 = __webpack_require__(
|
33533
|
-
const is_form_data_1 = __webpack_require__(
|
33534
|
-
const proxy_events_1 = __webpack_require__(
|
33535
|
-
const timed_out_1 = __webpack_require__(
|
33536
|
-
const url_to_options_1 = __webpack_require__(
|
33537
|
-
const options_to_url_1 = __webpack_require__(
|
33538
|
-
const weakable_map_1 = __webpack_require__(
|
33539
|
-
const get_buffer_1 = __webpack_require__(
|
33540
|
-
const dns_ip_version_1 = __webpack_require__(
|
33541
|
-
const is_response_ok_1 = __webpack_require__(
|
33542
|
-
const deprecation_warning_1 = __webpack_require__(
|
33543
|
-
const normalize_arguments_1 = __webpack_require__(
|
33544
|
-
const calculate_retry_delay_1 = __webpack_require__(
|
33585
|
+
const get_body_size_1 = __webpack_require__(96004);
|
33586
|
+
const is_form_data_1 = __webpack_require__(99678);
|
33587
|
+
const proxy_events_1 = __webpack_require__(47538);
|
33588
|
+
const timed_out_1 = __webpack_require__(69012);
|
33589
|
+
const url_to_options_1 = __webpack_require__(22326);
|
33590
|
+
const options_to_url_1 = __webpack_require__(84045);
|
33591
|
+
const weakable_map_1 = __webpack_require__(37954);
|
33592
|
+
const get_buffer_1 = __webpack_require__(21750);
|
33593
|
+
const dns_ip_version_1 = __webpack_require__(26855);
|
33594
|
+
const is_response_ok_1 = __webpack_require__(67930);
|
33595
|
+
const deprecation_warning_1 = __webpack_require__(45907);
|
33596
|
+
const normalize_arguments_1 = __webpack_require__(11307);
|
33597
|
+
const calculate_retry_delay_1 = __webpack_require__(1512);
|
33545
33598
|
let globalDnsCache;
|
33546
33599
|
const kRequest = Symbol('request');
|
33547
33600
|
const kResponse = Symbol('response');
|
@@ -33634,11 +33687,11 @@ Contains a `code` property with error class code, like `ECONNREFUSED`.
|
|
33634
33687
|
*/
|
33635
33688
|
class RequestError extends Error {
|
33636
33689
|
constructor(message, error, self) {
|
33637
|
-
var _a;
|
33690
|
+
var _a, _b;
|
33638
33691
|
super(message);
|
33639
33692
|
Error.captureStackTrace(this, this.constructor);
|
33640
33693
|
this.name = 'RequestError';
|
33641
|
-
this.code = error.code;
|
33694
|
+
this.code = (_a = error.code) !== null && _a !== void 0 ? _a : 'ERR_GOT_REQUEST_ERROR';
|
33642
33695
|
if (self instanceof Request) {
|
33643
33696
|
Object.defineProperty(this, 'request', {
|
33644
33697
|
enumerable: false,
|
@@ -33663,7 +33716,7 @@ class RequestError extends Error {
|
|
33663
33716
|
value: self
|
33664
33717
|
});
|
33665
33718
|
}
|
33666
|
-
this.timings = (
|
33719
|
+
this.timings = (_b = this.request) === null || _b === void 0 ? void 0 : _b.timings;
|
33667
33720
|
// Recover the original stacktrace
|
33668
33721
|
if (is_1.default.string(error.stack) && is_1.default.string(this.stack)) {
|
33669
33722
|
const indexOfMessage = this.stack.indexOf(this.message) + this.message.length;
|
@@ -33686,6 +33739,7 @@ class MaxRedirectsError extends RequestError {
|
|
33686
33739
|
constructor(request) {
|
33687
33740
|
super(`Redirected ${request.options.maxRedirects} times. Aborting.`, {}, request);
|
33688
33741
|
this.name = 'MaxRedirectsError';
|
33742
|
+
this.code = 'ERR_TOO_MANY_REDIRECTS';
|
33689
33743
|
}
|
33690
33744
|
}
|
33691
33745
|
exports.MaxRedirectsError = MaxRedirectsError;
|
@@ -33697,6 +33751,7 @@ class HTTPError extends RequestError {
|
|
33697
33751
|
constructor(response) {
|
33698
33752
|
super(`Response code ${response.statusCode} (${response.statusMessage})`, {}, response.request);
|
33699
33753
|
this.name = 'HTTPError';
|
33754
|
+
this.code = 'ERR_NON_2XX_3XX_RESPONSE';
|
33700
33755
|
}
|
33701
33756
|
}
|
33702
33757
|
exports.HTTPError = HTTPError;
|
@@ -33708,6 +33763,7 @@ class CacheError extends RequestError {
|
|
33708
33763
|
constructor(error, request) {
|
33709
33764
|
super(error.message, error, request);
|
33710
33765
|
this.name = 'CacheError';
|
33766
|
+
this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_CACHE_ACCESS' : this.code;
|
33711
33767
|
}
|
33712
33768
|
}
|
33713
33769
|
exports.CacheError = CacheError;
|
@@ -33718,6 +33774,7 @@ class UploadError extends RequestError {
|
|
33718
33774
|
constructor(error, request) {
|
33719
33775
|
super(error.message, error, request);
|
33720
33776
|
this.name = 'UploadError';
|
33777
|
+
this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_UPLOAD' : this.code;
|
33721
33778
|
}
|
33722
33779
|
}
|
33723
33780
|
exports.UploadError = UploadError;
|
@@ -33741,6 +33798,7 @@ class ReadError extends RequestError {
|
|
33741
33798
|
constructor(error, request) {
|
33742
33799
|
super(error.message, error, request);
|
33743
33800
|
this.name = 'ReadError';
|
33801
|
+
this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_READING_RESPONSE_STREAM' : this.code;
|
33744
33802
|
}
|
33745
33803
|
}
|
33746
33804
|
exports.ReadError = ReadError;
|
@@ -33751,6 +33809,7 @@ class UnsupportedProtocolError extends RequestError {
|
|
33751
33809
|
constructor(options) {
|
33752
33810
|
super(`Unsupported protocol "${options.url.protocol}"`, {}, options);
|
33753
33811
|
this.name = 'UnsupportedProtocolError';
|
33812
|
+
this.code = 'ERR_UNSUPPORTED_PROTOCOL';
|
33754
33813
|
}
|
33755
33814
|
}
|
33756
33815
|
exports.UnsupportedProtocolError = UnsupportedProtocolError;
|
@@ -35006,7 +35065,7 @@ exports["default"] = Request;
|
|
35006
35065
|
|
35007
35066
|
/***/ }),
|
35008
35067
|
|
35009
|
-
/***/
|
35068
|
+
/***/ 26855:
|
35010
35069
|
/***/ ((__unused_webpack_module, exports) => {
|
35011
35070
|
|
35012
35071
|
"use strict";
|
@@ -35031,7 +35090,7 @@ exports.dnsLookupIpVersionToFamily = (dnsLookupIpVersion) => {
|
|
35031
35090
|
|
35032
35091
|
/***/ }),
|
35033
35092
|
|
35034
|
-
/***/
|
35093
|
+
/***/ 96004:
|
35035
35094
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
35036
35095
|
|
35037
35096
|
"use strict";
|
@@ -35040,7 +35099,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35040
35099
|
const fs_1 = __webpack_require__(57147);
|
35041
35100
|
const util_1 = __webpack_require__(73837);
|
35042
35101
|
const is_1 = __webpack_require__(49460);
|
35043
|
-
const is_form_data_1 = __webpack_require__(
|
35102
|
+
const is_form_data_1 = __webpack_require__(99678);
|
35044
35103
|
const statAsync = util_1.promisify(fs_1.stat);
|
35045
35104
|
exports["default"] = async (body, headers) => {
|
35046
35105
|
if (headers && 'content-length' in headers) {
|
@@ -35071,7 +35130,7 @@ exports["default"] = async (body, headers) => {
|
|
35071
35130
|
|
35072
35131
|
/***/ }),
|
35073
35132
|
|
35074
|
-
/***/
|
35133
|
+
/***/ 21750:
|
35075
35134
|
/***/ ((__unused_webpack_module, exports) => {
|
35076
35135
|
|
35077
35136
|
"use strict";
|
@@ -35095,7 +35154,7 @@ exports["default"] = getBuffer;
|
|
35095
35154
|
|
35096
35155
|
/***/ }),
|
35097
35156
|
|
35098
|
-
/***/
|
35157
|
+
/***/ 99678:
|
35099
35158
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
35100
35159
|
|
35101
35160
|
"use strict";
|
@@ -35107,7 +35166,7 @@ exports["default"] = (body) => is_1.default.nodeStream(body) && is_1.default.fun
|
|
35107
35166
|
|
35108
35167
|
/***/ }),
|
35109
35168
|
|
35110
|
-
/***/
|
35169
|
+
/***/ 67930:
|
35111
35170
|
/***/ ((__unused_webpack_module, exports) => {
|
35112
35171
|
|
35113
35172
|
"use strict";
|
@@ -35123,7 +35182,7 @@ exports.isResponseOk = (response) => {
|
|
35123
35182
|
|
35124
35183
|
/***/ }),
|
35125
35184
|
|
35126
|
-
/***/
|
35185
|
+
/***/ 84045:
|
35127
35186
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
35128
35187
|
|
35129
35188
|
"use strict";
|
@@ -35184,7 +35243,7 @@ exports["default"] = (origin, options) => {
|
|
35184
35243
|
|
35185
35244
|
/***/ }),
|
35186
35245
|
|
35187
|
-
/***/
|
35246
|
+
/***/ 47538:
|
35188
35247
|
/***/ ((__unused_webpack_module, exports) => {
|
35189
35248
|
|
35190
35249
|
"use strict";
|
@@ -35209,7 +35268,7 @@ exports["default"] = default_1;
|
|
35209
35268
|
|
35210
35269
|
/***/ }),
|
35211
35270
|
|
35212
|
-
/***/
|
35271
|
+
/***/ 69012:
|
35213
35272
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
35214
35273
|
|
35215
35274
|
"use strict";
|
@@ -35217,7 +35276,7 @@ exports["default"] = default_1;
|
|
35217
35276
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
35218
35277
|
exports.TimeoutError = void 0;
|
35219
35278
|
const net = __webpack_require__(41808);
|
35220
|
-
const unhandle_1 = __webpack_require__(
|
35279
|
+
const unhandle_1 = __webpack_require__(47884);
|
35221
35280
|
const reentry = Symbol('reentry');
|
35222
35281
|
const noop = () => { };
|
35223
35282
|
class TimeoutError extends Error {
|
@@ -35338,7 +35397,7 @@ exports["default"] = (request, delays, options) => {
|
|
35338
35397
|
|
35339
35398
|
/***/ }),
|
35340
35399
|
|
35341
|
-
/***/
|
35400
|
+
/***/ 47884:
|
35342
35401
|
/***/ ((__unused_webpack_module, exports) => {
|
35343
35402
|
|
35344
35403
|
"use strict";
|
@@ -35368,7 +35427,7 @@ exports["default"] = () => {
|
|
35368
35427
|
|
35369
35428
|
/***/ }),
|
35370
35429
|
|
35371
|
-
/***/
|
35430
|
+
/***/ 22326:
|
35372
35431
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
35373
35432
|
|
35374
35433
|
"use strict";
|
@@ -35400,7 +35459,7 @@ exports["default"] = (url) => {
|
|
35400
35459
|
|
35401
35460
|
/***/ }),
|
35402
35461
|
|
35403
|
-
/***/
|
35462
|
+
/***/ 37954:
|
35404
35463
|
/***/ ((__unused_webpack_module, exports) => {
|
35405
35464
|
|
35406
35465
|
"use strict";
|
@@ -35437,7 +35496,7 @@ exports["default"] = WeakableMap;
|
|
35437
35496
|
|
35438
35497
|
/***/ }),
|
35439
35498
|
|
35440
|
-
/***/
|
35499
|
+
/***/ 79613:
|
35441
35500
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
35442
35501
|
|
35443
35502
|
"use strict";
|
@@ -35455,10 +35514,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
35455
35514
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
35456
35515
|
exports.defaultHandler = void 0;
|
35457
35516
|
const is_1 = __webpack_require__(49460);
|
35458
|
-
const as_promise_1 = __webpack_require__(
|
35459
|
-
const create_rejection_1 = __webpack_require__(
|
35460
|
-
const core_1 = __webpack_require__(
|
35461
|
-
const deep_freeze_1 = __webpack_require__(
|
35517
|
+
const as_promise_1 = __webpack_require__(93285);
|
35518
|
+
const create_rejection_1 = __webpack_require__(39026);
|
35519
|
+
const core_1 = __webpack_require__(40753);
|
35520
|
+
const deep_freeze_1 = __webpack_require__(77116);
|
35462
35521
|
const errors = {
|
35463
35522
|
RequestError: as_promise_1.RequestError,
|
35464
35523
|
CacheError: as_promise_1.CacheError,
|
@@ -35680,12 +35739,12 @@ const create = (defaults) => {
|
|
35680
35739
|
return got;
|
35681
35740
|
};
|
35682
35741
|
exports["default"] = create;
|
35683
|
-
__exportStar(__webpack_require__(
|
35742
|
+
__exportStar(__webpack_require__(37335), exports);
|
35684
35743
|
|
35685
35744
|
|
35686
35745
|
/***/ }),
|
35687
35746
|
|
35688
|
-
/***/
|
35747
|
+
/***/ 98351:
|
35689
35748
|
/***/ (function(module, exports, __webpack_require__) {
|
35690
35749
|
|
35691
35750
|
"use strict";
|
@@ -35702,7 +35761,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
35702
35761
|
};
|
35703
35762
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
35704
35763
|
const url_1 = __webpack_require__(57310);
|
35705
|
-
const create_1 = __webpack_require__(
|
35764
|
+
const create_1 = __webpack_require__(79613);
|
35706
35765
|
const defaults = {
|
35707
35766
|
options: {
|
35708
35767
|
method: 'GET',
|
@@ -35819,13 +35878,13 @@ exports["default"] = got;
|
|
35819
35878
|
module.exports = got;
|
35820
35879
|
module.exports["default"] = got;
|
35821
35880
|
module.exports.__esModule = true; // Workaround for TS issue: https://github.com/sindresorhus/got/pull/1267
|
35822
|
-
__exportStar(__webpack_require__(
|
35823
|
-
__exportStar(__webpack_require__(
|
35881
|
+
__exportStar(__webpack_require__(79613), exports);
|
35882
|
+
__exportStar(__webpack_require__(93285), exports);
|
35824
35883
|
|
35825
35884
|
|
35826
35885
|
/***/ }),
|
35827
35886
|
|
35828
|
-
/***/
|
35887
|
+
/***/ 37335:
|
35829
35888
|
/***/ ((__unused_webpack_module, exports) => {
|
35830
35889
|
|
35831
35890
|
"use strict";
|
@@ -35835,7 +35894,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
35835
35894
|
|
35836
35895
|
/***/ }),
|
35837
35896
|
|
35838
|
-
/***/
|
35897
|
+
/***/ 77116:
|
35839
35898
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
35840
35899
|
|
35841
35900
|
"use strict";
|
@@ -35855,7 +35914,7 @@ exports["default"] = deepFreeze;
|
|
35855
35914
|
|
35856
35915
|
/***/ }),
|
35857
35916
|
|
35858
|
-
/***/
|
35917
|
+
/***/ 45907:
|
35859
35918
|
/***/ ((__unused_webpack_module, exports) => {
|
35860
35919
|
|
35861
35920
|
"use strict";
|
@@ -36346,7 +36405,7 @@ function retry () {
|
|
36346
36405
|
/***/ 31563:
|
36347
36406
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
36348
36407
|
|
36349
|
-
var Stream = __webpack_require__(12781).Stream
|
36408
|
+
var Stream = (__webpack_require__(12781).Stream)
|
36350
36409
|
|
36351
36410
|
module.exports = legacy
|
36352
36411
|
|
@@ -41977,7 +42036,7 @@ function appendContextPath(contextPath, id) {
|
|
41977
42036
|
|
41978
42037
|
// var local = handlebars.create();
|
41979
42038
|
|
41980
|
-
var handlebars = __webpack_require__(76157)["default"];
|
42039
|
+
var handlebars = (__webpack_require__(76157)["default"]);
|
41981
42040
|
|
41982
42041
|
var printer = __webpack_require__(84372);
|
41983
42042
|
handlebars.PrintVisitor = printer.PrintVisitor;
|
@@ -44687,7 +44746,7 @@ return{name,number,description,supported,action,forced,standard};
|
|
44687
44746
|
|
44688
44747
|
"use strict";
|
44689
44748
|
|
44690
|
-
var Buffer = __webpack_require__(25311).Buffer;
|
44749
|
+
var Buffer = (__webpack_require__(25311).Buffer);
|
44691
44750
|
|
44692
44751
|
// Multibyte codec. In this scheme, a character is represented by 1 or more bytes.
|
44693
44752
|
// Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences.
|
@@ -45341,7 +45400,7 @@ module.exports = {
|
|
45341
45400
|
// GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other.
|
45342
45401
|
'gbk': {
|
45343
45402
|
type: '_dbcs',
|
45344
|
-
table: function() { return __webpack_require__(98195).concat(__webpack_require__(98901)) },
|
45403
|
+
table: function() { return (__webpack_require__(98195).concat)(__webpack_require__(98901)) },
|
45345
45404
|
},
|
45346
45405
|
'xgbk': 'gbk',
|
45347
45406
|
'isoir58': 'gbk',
|
@@ -45353,7 +45412,7 @@ module.exports = {
|
|
45353
45412
|
// http://www.khngai.com/chinese/charmap/tblgbk.php?page=0
|
45354
45413
|
'gb18030': {
|
45355
45414
|
type: '_dbcs',
|
45356
|
-
table: function() { return __webpack_require__(98195).concat(__webpack_require__(98901)) },
|
45415
|
+
table: function() { return (__webpack_require__(98195).concat)(__webpack_require__(98901)) },
|
45357
45416
|
gb18030: function() { return __webpack_require__(184) },
|
45358
45417
|
encodeSkipVals: [0x80],
|
45359
45418
|
encodeAdd: {'€': 0xA2E3},
|
@@ -45417,7 +45476,7 @@ module.exports = {
|
|
45417
45476
|
'big5': 'big5hkscs',
|
45418
45477
|
'big5hkscs': {
|
45419
45478
|
type: '_dbcs',
|
45420
|
-
table: function() { return __webpack_require__(85474).concat(__webpack_require__(86047)) },
|
45479
|
+
table: function() { return (__webpack_require__(85474).concat)(__webpack_require__(86047)) },
|
45421
45480
|
encodeSkipVals: [0xa2cc],
|
45422
45481
|
},
|
45423
45482
|
|
@@ -45464,7 +45523,7 @@ for (var i = 0; i < modules.length; i++) {
|
|
45464
45523
|
|
45465
45524
|
"use strict";
|
45466
45525
|
|
45467
|
-
var Buffer = __webpack_require__(25311).Buffer;
|
45526
|
+
var Buffer = (__webpack_require__(25311).Buffer);
|
45468
45527
|
|
45469
45528
|
// Export Node.js internal encodings.
|
45470
45529
|
|
@@ -45511,7 +45570,7 @@ InternalCodec.prototype.decoder = InternalDecoder;
|
|
45511
45570
|
//------------------------------------------------------------------------------
|
45512
45571
|
|
45513
45572
|
// We use node.js internal decoder. Its signature is the same as ours.
|
45514
|
-
var StringDecoder = __webpack_require__(71576).StringDecoder;
|
45573
|
+
var StringDecoder = (__webpack_require__(71576).StringDecoder);
|
45515
45574
|
|
45516
45575
|
if (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method.
|
45517
45576
|
StringDecoder.prototype.end = function() {};
|
@@ -45660,7 +45719,7 @@ InternalDecoderCesu8.prototype.end = function() {
|
|
45660
45719
|
|
45661
45720
|
"use strict";
|
45662
45721
|
|
45663
|
-
var Buffer = __webpack_require__(25311).Buffer;
|
45722
|
+
var Buffer = (__webpack_require__(25311).Buffer);
|
45664
45723
|
|
45665
45724
|
// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that
|
45666
45725
|
// correspond to encoded bytes (if 128 - then lower half is ASCII).
|
@@ -46380,7 +46439,7 @@ module.exports = {
|
|
46380
46439
|
|
46381
46440
|
"use strict";
|
46382
46441
|
|
46383
|
-
var Buffer = __webpack_require__(25311).Buffer;
|
46442
|
+
var Buffer = (__webpack_require__(25311).Buffer);
|
46384
46443
|
|
46385
46444
|
// Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js
|
46386
46445
|
|
@@ -46565,7 +46624,7 @@ function detectEncoding(buf, defaultEncoding) {
|
|
46565
46624
|
|
46566
46625
|
"use strict";
|
46567
46626
|
|
46568
|
-
var Buffer = __webpack_require__(25311).Buffer;
|
46627
|
+
var Buffer = (__webpack_require__(25311).Buffer);
|
46569
46628
|
|
46570
46629
|
// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152
|
46571
46630
|
// See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3
|
@@ -46923,7 +46982,7 @@ StripBOMWrapper.prototype.end = function() {
|
|
46923
46982
|
|
46924
46983
|
"use strict";
|
46925
46984
|
|
46926
|
-
var Buffer = __webpack_require__(14300).Buffer;
|
46985
|
+
var Buffer = (__webpack_require__(14300).Buffer);
|
46927
46986
|
// Note: not polyfilled with safer-buffer on a purpose, as overrides Buffer
|
46928
46987
|
|
46929
46988
|
// == Extend Node primitives to use iconv-lite =================================
|
@@ -46956,7 +47015,7 @@ module.exports = function (iconv) {
|
|
46956
47015
|
}
|
46957
47016
|
|
46958
47017
|
// -- SlowBuffer -----------------------------------------------------------
|
46959
|
-
var SlowBuffer = __webpack_require__(14300).SlowBuffer;
|
47018
|
+
var SlowBuffer = (__webpack_require__(14300).SlowBuffer);
|
46960
47019
|
|
46961
47020
|
original.SlowBufferToString = SlowBuffer.prototype.toString;
|
46962
47021
|
SlowBuffer.prototype.toString = function(encoding, start, end) {
|
@@ -47096,7 +47155,7 @@ module.exports = function (iconv) {
|
|
47096
47155
|
|
47097
47156
|
// -- Readable -------------------------------------------------------------
|
47098
47157
|
if (iconv.supportsStreams) {
|
47099
|
-
var Readable = __webpack_require__(12781).Readable;
|
47158
|
+
var Readable = (__webpack_require__(12781).Readable);
|
47100
47159
|
|
47101
47160
|
original.ReadableSetEncoding = Readable.prototype.setEncoding;
|
47102
47161
|
Readable.prototype.setEncoding = function setEncoding(enc, options) {
|
@@ -47119,7 +47178,7 @@ module.exports = function (iconv) {
|
|
47119
47178
|
|
47120
47179
|
delete Buffer.isNativeEncoding;
|
47121
47180
|
|
47122
|
-
var SlowBuffer = __webpack_require__(14300).SlowBuffer;
|
47181
|
+
var SlowBuffer = (__webpack_require__(14300).SlowBuffer);
|
47123
47182
|
|
47124
47183
|
SlowBuffer.prototype.toString = original.SlowBufferToString;
|
47125
47184
|
SlowBuffer.prototype.write = original.SlowBufferWrite;
|
@@ -47130,7 +47189,7 @@ module.exports = function (iconv) {
|
|
47130
47189
|
Buffer.prototype.write = original.BufferWrite;
|
47131
47190
|
|
47132
47191
|
if (iconv.supportsStreams) {
|
47133
|
-
var Readable = __webpack_require__(12781).Readable;
|
47192
|
+
var Readable = (__webpack_require__(12781).Readable);
|
47134
47193
|
|
47135
47194
|
Readable.prototype.setEncoding = original.ReadableSetEncoding;
|
47136
47195
|
delete Readable.prototype.collect;
|
@@ -47151,7 +47210,7 @@ module.exports = function (iconv) {
|
|
47151
47210
|
|
47152
47211
|
// Some environments don't have global Buffer (e.g. React Native).
|
47153
47212
|
// Solution would be installing npm modules "buffer" and "stream" explicitly.
|
47154
|
-
var Buffer = __webpack_require__(25311).Buffer;
|
47213
|
+
var Buffer = (__webpack_require__(25311).Buffer);
|
47155
47214
|
|
47156
47215
|
var bomHandling = __webpack_require__(53988),
|
47157
47216
|
iconv = module.exports;
|
@@ -47308,8 +47367,8 @@ if (false) {}
|
|
47308
47367
|
"use strict";
|
47309
47368
|
|
47310
47369
|
|
47311
|
-
var Buffer = __webpack_require__(14300).Buffer,
|
47312
|
-
Transform = __webpack_require__(12781).Transform;
|
47370
|
+
var Buffer = (__webpack_require__(14300).Buffer),
|
47371
|
+
Transform = (__webpack_require__(12781).Transform);
|
47313
47372
|
|
47314
47373
|
|
47315
47374
|
// == Exports ==================================================================
|
@@ -60551,7 +60610,7 @@ function isNumber (x) {
|
|
60551
60610
|
|
60552
60611
|
/***/ }),
|
60553
60612
|
|
60554
|
-
/***/
|
60613
|
+
/***/ 81675:
|
60555
60614
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
60556
60615
|
|
60557
60616
|
"use strict";
|
@@ -60563,7 +60622,7 @@ const proc = typeof process === 'object' && process ? process : {
|
|
60563
60622
|
const EE = __webpack_require__(82361)
|
60564
60623
|
const Stream = __webpack_require__(12781)
|
60565
60624
|
const Yallist = __webpack_require__(17590)
|
60566
|
-
const SD = __webpack_require__(71576).StringDecoder
|
60625
|
+
const SD = (__webpack_require__(71576).StringDecoder)
|
60567
60626
|
|
60568
60627
|
const EOF = Symbol('EOF')
|
60569
60628
|
const MAYBE_EMIT_END = Symbol('maybeEmitEnd')
|
@@ -60722,7 +60781,12 @@ module.exports = class Minipass extends Stream {
|
|
60722
60781
|
// because we're mid-write, so that'd be bad.
|
60723
60782
|
if (this[BUFFERLENGTH] !== 0)
|
60724
60783
|
this[FLUSH](true)
|
60725
|
-
|
60784
|
+
|
60785
|
+
// if we are still flowing after flushing the buffer we can emit the
|
60786
|
+
// chunk otherwise we have to buffer it.
|
60787
|
+
this.flowing
|
60788
|
+
? this.emit('data', chunk)
|
60789
|
+
: this[BUFFERPUSH](chunk)
|
60726
60790
|
} else
|
60727
60791
|
this[BUFFERPUSH](chunk)
|
60728
60792
|
|
@@ -61121,7 +61185,7 @@ module.exports = class Minipass extends Stream {
|
|
61121
61185
|
// Node v6 didn't export this, so we just hard code the version and rely
|
61122
61186
|
// on all the other hard-coded values from zlib v4736. When node v6
|
61123
61187
|
// support drops, we can just export the realZlibConstants object.
|
61124
|
-
const realZlibConstants = __webpack_require__(59796).constants ||
|
61188
|
+
const realZlibConstants = (__webpack_require__(59796).constants) ||
|
61125
61189
|
/* istanbul ignore next */ { ZLIB_VERNUM: 4736 }
|
61126
61190
|
|
61127
61191
|
module.exports = Object.freeze(Object.assign(Object.create(null), {
|
@@ -61243,11 +61307,11 @@ module.exports = Object.freeze(Object.assign(Object.create(null), {
|
|
61243
61307
|
|
61244
61308
|
|
61245
61309
|
const assert = __webpack_require__(39491)
|
61246
|
-
const Buffer = __webpack_require__(14300).Buffer
|
61310
|
+
const Buffer = (__webpack_require__(14300).Buffer)
|
61247
61311
|
const realZlib = __webpack_require__(59796)
|
61248
61312
|
|
61249
61313
|
const constants = exports.constants = __webpack_require__(14473)
|
61250
|
-
const Minipass = __webpack_require__(
|
61314
|
+
const Minipass = __webpack_require__(81675)
|
61251
61315
|
|
61252
61316
|
const OriginalBufferConcat = Buffer.concat
|
61253
61317
|
|
@@ -63141,7 +63205,7 @@ module.exports.CancelError = CancelError;
|
|
63141
63205
|
|
63142
63206
|
const {Agent: HttpAgent} = __webpack_require__(13685);
|
63143
63207
|
const {Agent: HttpsAgent} = __webpack_require__(95687);
|
63144
|
-
const got = __webpack_require__(
|
63208
|
+
const got = __webpack_require__(98351);
|
63145
63209
|
const registryUrl = __webpack_require__(99399);
|
63146
63210
|
const registryAuthToken = __webpack_require__(5086);
|
63147
63211
|
const semver = __webpack_require__(20962);
|
@@ -63529,7 +63593,7 @@ module.exports = QuickLRU;
|
|
63529
63593
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
63530
63594
|
|
63531
63595
|
var cc = __webpack_require__(81769)
|
63532
|
-
var join = __webpack_require__(71017).join
|
63596
|
+
var join = (__webpack_require__(71017).join)
|
63533
63597
|
var deepExtend = __webpack_require__(81678)
|
63534
63598
|
var etc = '/etc'
|
63535
63599
|
var win = process.platform === "win32"
|
@@ -64048,7 +64112,7 @@ var Duplex;
|
|
64048
64112
|
Readable.ReadableState = ReadableState;
|
64049
64113
|
/*<replacement>*/
|
64050
64114
|
|
64051
|
-
var EE = __webpack_require__(82361).EventEmitter;
|
64115
|
+
var EE = (__webpack_require__(82361).EventEmitter);
|
64052
64116
|
|
64053
64117
|
var EElistenerCount = function EElistenerCount(emitter, type) {
|
64054
64118
|
return emitter.listeners(type).length;
|
@@ -64062,7 +64126,7 @@ var Stream = __webpack_require__(81793);
|
|
64062
64126
|
/*</replacement>*/
|
64063
64127
|
|
64064
64128
|
|
64065
|
-
var Buffer = __webpack_require__(14300).Buffer;
|
64129
|
+
var Buffer = (__webpack_require__(14300).Buffer);
|
64066
64130
|
|
64067
64131
|
var OurUint8Array = global.Uint8Array || function () {};
|
64068
64132
|
|
@@ -64095,7 +64159,7 @@ var destroyImpl = __webpack_require__(43592);
|
|
64095
64159
|
var _require = __webpack_require__(75694),
|
64096
64160
|
getHighWaterMark = _require.getHighWaterMark;
|
64097
64161
|
|
64098
|
-
var _require$codes = __webpack_require__(39891)/* .codes */ .q,
|
64162
|
+
var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
|
64099
64163
|
ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,
|
64100
64164
|
ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,
|
64101
64165
|
ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,
|
@@ -64179,7 +64243,7 @@ function ReadableState(options, stream, isDuplex) {
|
|
64179
64243
|
this.encoding = null;
|
64180
64244
|
|
64181
64245
|
if (options.encoding) {
|
64182
|
-
if (!StringDecoder) StringDecoder = __webpack_require__(51688)/* .StringDecoder */ .s;
|
64246
|
+
if (!StringDecoder) StringDecoder = (__webpack_require__(51688)/* .StringDecoder */ .s);
|
64183
64247
|
this.decoder = new StringDecoder(options.encoding);
|
64184
64248
|
this.encoding = options.encoding;
|
64185
64249
|
}
|
@@ -64341,7 +64405,7 @@ Readable.prototype.isPaused = function () {
|
|
64341
64405
|
|
64342
64406
|
|
64343
64407
|
Readable.prototype.setEncoding = function (enc) {
|
64344
|
-
if (!StringDecoder) StringDecoder = __webpack_require__(51688)/* .StringDecoder */ .s;
|
64408
|
+
if (!StringDecoder) StringDecoder = (__webpack_require__(51688)/* .StringDecoder */ .s);
|
64345
64409
|
var decoder = new StringDecoder(enc);
|
64346
64410
|
this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8
|
64347
64411
|
|
@@ -65213,7 +65277,7 @@ function indexOf(xs, x) {
|
|
65213
65277
|
|
65214
65278
|
module.exports = Transform;
|
65215
65279
|
|
65216
|
-
var _require$codes = __webpack_require__(39891)/* .codes */ .q,
|
65280
|
+
var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
|
65217
65281
|
ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,
|
65218
65282
|
ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,
|
65219
65283
|
ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,
|
@@ -65425,7 +65489,7 @@ var Stream = __webpack_require__(81793);
|
|
65425
65489
|
/*</replacement>*/
|
65426
65490
|
|
65427
65491
|
|
65428
|
-
var Buffer = __webpack_require__(14300).Buffer;
|
65492
|
+
var Buffer = (__webpack_require__(14300).Buffer);
|
65429
65493
|
|
65430
65494
|
var OurUint8Array = global.Uint8Array || function () {};
|
65431
65495
|
|
@@ -65442,7 +65506,7 @@ var destroyImpl = __webpack_require__(43592);
|
|
65442
65506
|
var _require = __webpack_require__(75694),
|
65443
65507
|
getHighWaterMark = _require.getHighWaterMark;
|
65444
65508
|
|
65445
|
-
var _require$codes = __webpack_require__(39891)/* .codes */ .q,
|
65509
|
+
var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
|
65446
65510
|
ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,
|
65447
65511
|
ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,
|
65448
65512
|
ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,
|
@@ -66607,7 +66671,7 @@ module.exports = {
|
|
66607
66671
|
// permission from the author, Mathias Buus (@mafintosh).
|
66608
66672
|
|
66609
66673
|
|
66610
|
-
var ERR_STREAM_PREMATURE_CLOSE = __webpack_require__(39891)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE;
|
66674
|
+
var ERR_STREAM_PREMATURE_CLOSE = (__webpack_require__(39891)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE);
|
66611
66675
|
|
66612
66676
|
function once(callback) {
|
66613
66677
|
var called = false;
|
@@ -66726,7 +66790,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
66726
66790
|
|
66727
66791
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
66728
66792
|
|
66729
|
-
var ERR_INVALID_ARG_TYPE = __webpack_require__(39891)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE;
|
66793
|
+
var ERR_INVALID_ARG_TYPE = (__webpack_require__(39891)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE);
|
66730
66794
|
|
66731
66795
|
function from(Readable, iterable, opts) {
|
66732
66796
|
var iterator;
|
@@ -66800,7 +66864,7 @@ function once(callback) {
|
|
66800
66864
|
};
|
66801
66865
|
}
|
66802
66866
|
|
66803
|
-
var _require$codes = __webpack_require__(39891)/* .codes */ .q,
|
66867
|
+
var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
|
66804
66868
|
ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,
|
66805
66869
|
ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;
|
66806
66870
|
|
@@ -66891,7 +66955,7 @@ module.exports = pipeline;
|
|
66891
66955
|
"use strict";
|
66892
66956
|
|
66893
66957
|
|
66894
|
-
var ERR_INVALID_OPT_VALUE = __webpack_require__(39891)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE;
|
66958
|
+
var ERR_INVALID_OPT_VALUE = (__webpack_require__(39891)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE);
|
66895
66959
|
|
66896
66960
|
function highWaterMarkFrom(options, isDuplex, duplexKey) {
|
66897
66961
|
return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;
|
@@ -67273,7 +67337,7 @@ module.exports = (options = {}, connect = tls.connect) => new Promise((resolve,
|
|
67273
67337
|
"use strict";
|
67274
67338
|
|
67275
67339
|
|
67276
|
-
const Readable = __webpack_require__(12781).Readable;
|
67340
|
+
const Readable = (__webpack_require__(12781).Readable);
|
67277
67341
|
const lowercaseKeys = __webpack_require__(5974);
|
67278
67342
|
|
67279
67343
|
class Response extends Readable {
|
@@ -67315,7 +67379,7 @@ module.exports = Response;
|
|
67315
67379
|
"use strict";
|
67316
67380
|
|
67317
67381
|
const onetime = __webpack_require__(26401);
|
67318
|
-
const signalExit = __webpack_require__(
|
67382
|
+
const signalExit = __webpack_require__(66217);
|
67319
67383
|
|
67320
67384
|
module.exports = onetime(() => {
|
67321
67385
|
signalExit(() => {
|
@@ -82885,10 +82949,10 @@ module.exports = {
|
|
82885
82949
|
re: internalRe.re,
|
82886
82950
|
src: internalRe.src,
|
82887
82951
|
tokens: internalRe.t,
|
82888
|
-
SEMVER_SPEC_VERSION: __webpack_require__(19359).SEMVER_SPEC_VERSION,
|
82952
|
+
SEMVER_SPEC_VERSION: (__webpack_require__(19359).SEMVER_SPEC_VERSION),
|
82889
82953
|
SemVer: __webpack_require__(87250),
|
82890
|
-
compareIdentifiers: __webpack_require__(97070).compareIdentifiers,
|
82891
|
-
rcompareIdentifiers: __webpack_require__(97070).rcompareIdentifiers,
|
82954
|
+
compareIdentifiers: (__webpack_require__(97070).compareIdentifiers),
|
82955
|
+
rcompareIdentifiers: (__webpack_require__(97070).rcompareIdentifiers),
|
82892
82956
|
parse: __webpack_require__(86425),
|
82893
82957
|
valid: __webpack_require__(12406),
|
82894
82958
|
clean: __webpack_require__(43075),
|
@@ -83811,7 +83875,7 @@ module.exports = /^#!(.*)/;
|
|
83811
83875
|
|
83812
83876
|
/***/ }),
|
83813
83877
|
|
83814
|
-
/***/
|
83878
|
+
/***/ 66217:
|
83815
83879
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
83816
83880
|
|
83817
83881
|
// Note: since nyc uses this module to output coverage, any lines
|
@@ -83819,12 +83883,26 @@ module.exports = /^#!(.*)/;
|
|
83819
83883
|
// ignored, since we can never get coverage for them.
|
83820
83884
|
// grab a reference to node's real process object right away
|
83821
83885
|
var process = global.process
|
83886
|
+
|
83887
|
+
const processOk = function (process) {
|
83888
|
+
return process &&
|
83889
|
+
typeof process === 'object' &&
|
83890
|
+
typeof process.removeListener === 'function' &&
|
83891
|
+
typeof process.emit === 'function' &&
|
83892
|
+
typeof process.reallyExit === 'function' &&
|
83893
|
+
typeof process.listeners === 'function' &&
|
83894
|
+
typeof process.kill === 'function' &&
|
83895
|
+
typeof process.pid === 'number' &&
|
83896
|
+
typeof process.on === 'function'
|
83897
|
+
}
|
83898
|
+
|
83822
83899
|
// some kind of non-node environment, just no-op
|
83823
|
-
|
83900
|
+
/* istanbul ignore if */
|
83901
|
+
if (!processOk(process)) {
|
83824
83902
|
module.exports = function () {}
|
83825
83903
|
} else {
|
83826
83904
|
var assert = __webpack_require__(39491)
|
83827
|
-
var signals = __webpack_require__(
|
83905
|
+
var signals = __webpack_require__(16869)
|
83828
83906
|
var isWin = /^win/i.test(process.platform)
|
83829
83907
|
|
83830
83908
|
var EE = __webpack_require__(82361)
|
@@ -83852,7 +83930,8 @@ if (typeof process !== 'object' || !process) {
|
|
83852
83930
|
}
|
83853
83931
|
|
83854
83932
|
module.exports = function (cb, opts) {
|
83855
|
-
|
83933
|
+
/* istanbul ignore if */
|
83934
|
+
if (!processOk(global.process)) {
|
83856
83935
|
return
|
83857
83936
|
}
|
83858
83937
|
assert.equal(typeof cb, 'function', 'a callback must be provided for exit handler')
|
@@ -83879,7 +83958,7 @@ if (typeof process !== 'object' || !process) {
|
|
83879
83958
|
}
|
83880
83959
|
|
83881
83960
|
var unload = function unload () {
|
83882
|
-
if (!loaded || global.process
|
83961
|
+
if (!loaded || !processOk(global.process)) {
|
83883
83962
|
return
|
83884
83963
|
}
|
83885
83964
|
loaded = false
|
@@ -83896,6 +83975,7 @@ if (typeof process !== 'object' || !process) {
|
|
83896
83975
|
module.exports.unload = unload
|
83897
83976
|
|
83898
83977
|
var emit = function emit (event, code, signal) {
|
83978
|
+
/* istanbul ignore if */
|
83899
83979
|
if (emitter.emitted[event]) {
|
83900
83980
|
return
|
83901
83981
|
}
|
@@ -83907,7 +83987,8 @@ if (typeof process !== 'object' || !process) {
|
|
83907
83987
|
var sigListeners = {}
|
83908
83988
|
signals.forEach(function (sig) {
|
83909
83989
|
sigListeners[sig] = function listener () {
|
83910
|
-
|
83990
|
+
/* istanbul ignore if */
|
83991
|
+
if (!processOk(global.process)) {
|
83911
83992
|
return
|
83912
83993
|
}
|
83913
83994
|
// If there are no other listeners, an exit is coming!
|
@@ -83926,6 +84007,7 @@ if (typeof process !== 'object' || !process) {
|
|
83926
84007
|
// so use a supported signal instead
|
83927
84008
|
sig = 'SIGINT'
|
83928
84009
|
}
|
84010
|
+
/* istanbul ignore next */
|
83929
84011
|
process.kill(process.pid, sig)
|
83930
84012
|
}
|
83931
84013
|
}
|
@@ -83938,7 +84020,7 @@ if (typeof process !== 'object' || !process) {
|
|
83938
84020
|
var loaded = false
|
83939
84021
|
|
83940
84022
|
var load = function load () {
|
83941
|
-
if (loaded ||
|
84023
|
+
if (loaded || !processOk(global.process)) {
|
83942
84024
|
return
|
83943
84025
|
}
|
83944
84026
|
loaded = true
|
@@ -83965,10 +84047,11 @@ if (typeof process !== 'object' || !process) {
|
|
83965
84047
|
|
83966
84048
|
var originalProcessReallyExit = process.reallyExit
|
83967
84049
|
var processReallyExit = function processReallyExit (code) {
|
83968
|
-
|
84050
|
+
/* istanbul ignore if */
|
84051
|
+
if (!processOk(global.process)) {
|
83969
84052
|
return
|
83970
84053
|
}
|
83971
|
-
process.exitCode = code || 0
|
84054
|
+
process.exitCode = code || /* istanbul ignore next */ 0
|
83972
84055
|
emit('exit', process.exitCode, null)
|
83973
84056
|
/* istanbul ignore next */
|
83974
84057
|
emit('afterexit', process.exitCode, null)
|
@@ -83978,14 +84061,17 @@ if (typeof process !== 'object' || !process) {
|
|
83978
84061
|
|
83979
84062
|
var originalProcessEmit = process.emit
|
83980
84063
|
var processEmit = function processEmit (ev, arg) {
|
83981
|
-
if (ev === 'exit' &&
|
84064
|
+
if (ev === 'exit' && processOk(global.process)) {
|
84065
|
+
/* istanbul ignore else */
|
83982
84066
|
if (arg !== undefined) {
|
83983
84067
|
process.exitCode = arg
|
83984
84068
|
}
|
83985
84069
|
var ret = originalProcessEmit.apply(this, arguments)
|
84070
|
+
/* istanbul ignore next */
|
83986
84071
|
emit('exit', process.exitCode, null)
|
83987
84072
|
/* istanbul ignore next */
|
83988
84073
|
emit('afterexit', process.exitCode, null)
|
84074
|
+
/* istanbul ignore next */
|
83989
84075
|
return ret
|
83990
84076
|
} else {
|
83991
84077
|
return originalProcessEmit.apply(this, arguments)
|
@@ -83996,7 +84082,7 @@ if (typeof process !== 'object' || !process) {
|
|
83996
84082
|
|
83997
84083
|
/***/ }),
|
83998
84084
|
|
83999
|
-
/***/
|
84085
|
+
/***/ 16869:
|
84000
84086
|
/***/ ((module) => {
|
84001
84087
|
|
84002
84088
|
// This is not the set of all possible signals.
|
@@ -84140,7 +84226,7 @@ module.exports["default"] = stringWidth;
|
|
84140
84226
|
|
84141
84227
|
/*<replacement>*/
|
84142
84228
|
|
84143
|
-
var Buffer = __webpack_require__(76834).Buffer;
|
84229
|
+
var Buffer = (__webpack_require__(76834).Buffer);
|
84144
84230
|
/*</replacement>*/
|
84145
84231
|
|
84146
84232
|
var isEncoding = Buffer.isEncoding || function (encoding) {
|
@@ -84962,7 +85048,7 @@ module.exports = !fMapEnabled ? () => 'w'
|
|
84962
85048
|
// (Also, check header.needPax to see if it needs a pax header.)
|
84963
85049
|
|
84964
85050
|
const types = __webpack_require__(70096)
|
84965
|
-
const pathModule = __webpack_require__(71017).posix
|
85051
|
+
const pathModule = (__webpack_require__(71017).posix)
|
84966
85052
|
const large = __webpack_require__(82011)
|
84967
85053
|
|
84968
85054
|
const SLURP = Symbol('slurp')
|
@@ -85844,7 +85930,7 @@ class PackJob {
|
|
85844
85930
|
}
|
85845
85931
|
}
|
85846
85932
|
|
85847
|
-
const MiniPass = __webpack_require__(
|
85933
|
+
const MiniPass = __webpack_require__(81675)
|
85848
85934
|
const zlib = __webpack_require__(95289)
|
85849
85935
|
const ReadEntry = __webpack_require__(66523)
|
85850
85936
|
const WriteEntry = __webpack_require__(56004)
|
@@ -87021,7 +87107,7 @@ module.exports = Pax
|
|
87021
87107
|
|
87022
87108
|
"use strict";
|
87023
87109
|
|
87024
|
-
const MiniPass = __webpack_require__(
|
87110
|
+
const MiniPass = __webpack_require__(81675)
|
87025
87111
|
const normPath = __webpack_require__(41935)
|
87026
87112
|
|
87027
87113
|
const SLURP = Symbol('slurp')
|
@@ -87359,7 +87445,7 @@ const addFilesAsync = (p, files) => {
|
|
87359
87445
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
87360
87446
|
|
87361
87447
|
// unix absolute paths are also absolute on win32, so we use this for both
|
87362
|
-
const { isAbsolute, parse } = __webpack_require__(71017).win32
|
87448
|
+
const { isAbsolute, parse } = (__webpack_require__(71017).win32)
|
87363
87449
|
|
87364
87450
|
// returns [root, stripped]
|
87365
87451
|
// Note that windows will think that //x/y/z/a has a "root" of //x/y, and in
|
@@ -88452,7 +88538,7 @@ module.exports = {
|
|
88452
88538
|
|
88453
88539
|
"use strict";
|
88454
88540
|
|
88455
|
-
const MiniPass = __webpack_require__(
|
88541
|
+
const MiniPass = __webpack_require__(81675)
|
88456
88542
|
const Pax = __webpack_require__(15674)
|
88457
88543
|
const Header = __webpack_require__(13391)
|
88458
88544
|
const fs = __webpack_require__(57147)
|
@@ -90649,6 +90735,59 @@ function getObjKeyMap(obj, prefix = '') {
|
|
90649
90735
|
|
90650
90736
|
/***/ }),
|
90651
90737
|
|
90738
|
+
/***/ 32746:
|
90739
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
90740
|
+
|
90741
|
+
"use strict";
|
90742
|
+
|
90743
|
+
|
90744
|
+
Object.defineProperty(exports, "__esModule", ({
|
90745
|
+
value: true
|
90746
|
+
}));
|
90747
|
+
|
90748
|
+
var _project = __webpack_require__(40542);
|
90749
|
+
|
90750
|
+
Object.keys(_project).forEach(function (key) {
|
90751
|
+
if (key === "default" || key === "__esModule") return;
|
90752
|
+
if (key in exports && exports[key] === _project[key]) return;
|
90753
|
+
Object.defineProperty(exports, key, {
|
90754
|
+
enumerable: true,
|
90755
|
+
get: function () {
|
90756
|
+
return _project[key];
|
90757
|
+
}
|
90758
|
+
});
|
90759
|
+
});
|
90760
|
+
|
90761
|
+
/***/ }),
|
90762
|
+
|
90763
|
+
/***/ 40542:
|
90764
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
90765
|
+
|
90766
|
+
"use strict";
|
90767
|
+
|
90768
|
+
|
90769
|
+
Object.defineProperty(exports, "__esModule", ({
|
90770
|
+
value: true
|
90771
|
+
}));
|
90772
|
+
exports.BaseSchemas = exports.BaseSchema = exports.BaseDefaultConfig = void 0;
|
90773
|
+
|
90774
|
+
var _common = __webpack_require__(25523);
|
90775
|
+
|
90776
|
+
const BaseSchemas = [_common.PackageManagerSchema];
|
90777
|
+
exports.BaseSchemas = BaseSchemas;
|
90778
|
+
const BaseSchema = {
|
90779
|
+
key: 'base',
|
90780
|
+
isObject: true,
|
90781
|
+
items: BaseSchemas
|
90782
|
+
};
|
90783
|
+
exports.BaseSchema = BaseSchema;
|
90784
|
+
const BaseDefaultConfig = {
|
90785
|
+
packageManager: _common.PackageManager.Pnpm
|
90786
|
+
};
|
90787
|
+
exports.BaseDefaultConfig = BaseDefaultConfig;
|
90788
|
+
|
90789
|
+
/***/ }),
|
90790
|
+
|
90652
90791
|
/***/ 34069:
|
90653
90792
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
90654
90793
|
|
@@ -90658,7 +90797,7 @@ function getObjKeyMap(obj, prefix = '') {
|
|
90658
90797
|
Object.defineProperty(exports, "__esModule", ({
|
90659
90798
|
value: true
|
90660
90799
|
}));
|
90661
|
-
exports.
|
90800
|
+
exports.BooleanSchemas = exports.BooleanConfigName = exports.BooleanConfig = void 0;
|
90662
90801
|
|
90663
90802
|
var _locale = __webpack_require__(94646);
|
90664
90803
|
|
@@ -90675,20 +90814,14 @@ const BooleanConfigName = {
|
|
90675
90814
|
[BooleanConfig.YES]: () => _locale.i18n.t(_locale.localeKeys.boolean.yes)
|
90676
90815
|
};
|
90677
90816
|
exports.BooleanConfigName = BooleanConfigName;
|
90678
|
-
|
90679
|
-
const getBooleanSchemas = (YesChildSchemas, NoChildSchemas) => [{
|
90817
|
+
const BooleanSchemas = [{
|
90680
90818
|
key: BooleanConfig.NO,
|
90681
|
-
label: BooleanConfigName[BooleanConfig.NO]
|
90682
|
-
isObject: Boolean(NoChildSchemas),
|
90683
|
-
items: NoChildSchemas
|
90819
|
+
label: BooleanConfigName[BooleanConfig.NO]
|
90684
90820
|
}, {
|
90685
90821
|
key: BooleanConfig.YES,
|
90686
|
-
label: BooleanConfigName[BooleanConfig.YES]
|
90687
|
-
isObject: Boolean(YesChildSchemas),
|
90688
|
-
items: YesChildSchemas
|
90822
|
+
label: BooleanConfigName[BooleanConfig.YES]
|
90689
90823
|
}];
|
90690
|
-
|
90691
|
-
exports.getBooleanSchemas = getBooleanSchemas;
|
90824
|
+
exports.BooleanSchemas = BooleanSchemas;
|
90692
90825
|
|
90693
90826
|
/***/ }),
|
90694
90827
|
|
@@ -90711,24 +90844,22 @@ const EnableLessSchema = {
|
|
90711
90844
|
key: 'enableLess',
|
90712
90845
|
type: ['string'],
|
90713
90846
|
label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.enableLess),
|
90714
|
-
when: (_, extra) => (extra === null || extra === void 0 ? void 0 : extra.isEmptySrc) === undefined ? true : Boolean(extra === null || extra === void 0 ? void 0 : extra.isEmptySrc),
|
90715
90847
|
mutualExclusion: true,
|
90716
90848
|
state: {
|
90717
90849
|
value: _boolean.BooleanConfig.NO
|
90718
90850
|
},
|
90719
|
-
items:
|
90851
|
+
items: _boolean.BooleanSchemas
|
90720
90852
|
};
|
90721
90853
|
exports.EnableLessSchema = EnableLessSchema;
|
90722
90854
|
const EnableSassSchema = {
|
90723
90855
|
key: 'enableSass',
|
90724
90856
|
type: ['string'],
|
90725
90857
|
label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.enableSass),
|
90726
|
-
when: (_, extra) => (extra === null || extra === void 0 ? void 0 : extra.isEmptySrc) === undefined ? true : Boolean(extra === null || extra === void 0 ? void 0 : extra.isEmptySrc),
|
90727
90858
|
mutualExclusion: true,
|
90728
90859
|
state: {
|
90729
90860
|
value: _boolean.BooleanConfig.NO
|
90730
90861
|
},
|
90731
|
-
items:
|
90862
|
+
items: _boolean.BooleanSchemas
|
90732
90863
|
};
|
90733
90864
|
exports.EnableSassSchema = EnableSassSchema;
|
90734
90865
|
|
@@ -90998,7 +91129,8 @@ exports.PackagePathSchema = PackagePathSchema;
|
|
90998
91129
|
Object.defineProperty(exports, "__esModule", ({
|
90999
91130
|
value: true
|
91000
91131
|
}));
|
91001
|
-
exports.SubSolutionText = exports.SubSolutionSchema = exports.SubSolutionGenerator = exports.SubSolution = exports.SolutionText = exports.SolutionSchema = exports.SolutionGenerator = exports.Solution = exports.EntryGenerator = exports.ElectronGenerator = exports.DependenceGenerator = exports.ChangesetGenerator = exports.BaseGenerator = void 0;
|
91132
|
+
exports.SubSolutionText = exports.SubSolutionSchema = exports.SubSolutionGenerator = exports.SubSolution = exports.SolutionText = exports.SolutionSchema = exports.SolutionGenerator = exports.Solution = exports.EslintGenerator = exports.EntryGenerator = exports.ElectronGenerator = exports.DependenceGenerator = exports.ChangesetGenerator = exports.BaseGenerator = void 0;
|
91133
|
+
exports.getSolutionNameFromSubSolution = getSolutionNameFromSubSolution;
|
91002
91134
|
|
91003
91135
|
var _locale = __webpack_require__(94646);
|
91004
91136
|
|
@@ -91042,13 +91174,60 @@ const SolutionSchema = {
|
|
91042
91174
|
label: () => _locale.i18n.t(_locale.localeKeys.solution.self),
|
91043
91175
|
type: ['string'],
|
91044
91176
|
mutualExclusion: true,
|
91045
|
-
items:
|
91046
|
-
|
91047
|
-
|
91048
|
-
|
91177
|
+
items: (_data, extra) => {
|
91178
|
+
var _extra$customPlugin, _extra$customPlugin$c;
|
91179
|
+
|
91180
|
+
const items = Object.values(Solution).map(solution => ({
|
91181
|
+
key: solution,
|
91182
|
+
label: SolutionText[solution]
|
91183
|
+
}));
|
91184
|
+
|
91185
|
+
if (extra !== null && extra !== void 0 && (_extra$customPlugin = extra.customPlugin) !== null && _extra$customPlugin !== void 0 && (_extra$customPlugin$c = _extra$customPlugin.custom) !== null && _extra$customPlugin$c !== void 0 && _extra$customPlugin$c.length) {
|
91186
|
+
return [...items, {
|
91187
|
+
key: 'custom',
|
91188
|
+
label: _locale.i18n.t(_locale.localeKeys.solution.custom)
|
91189
|
+
}];
|
91190
|
+
}
|
91191
|
+
|
91192
|
+
return items;
|
91193
|
+
}
|
91194
|
+
}, {
|
91195
|
+
key: 'scenes',
|
91196
|
+
label: () => _locale.i18n.t(_locale.localeKeys.scenes.self),
|
91197
|
+
type: ['string'],
|
91198
|
+
mutualExclusion: true,
|
91199
|
+
when: (data, extra) => (extra === null || extra === void 0 ? void 0 : extra.customPlugin) && extra.customPlugin[data.solution] && extra.customPlugin[data.solution].length > 0,
|
91200
|
+
items: (data, extra) => {
|
91201
|
+
const items = (extra !== null && extra !== void 0 && extra.customPlugin ? (extra === null || extra === void 0 ? void 0 : extra.customPlugin[data.solution]) || [] : []).map(plugin => ({
|
91202
|
+
key: plugin.key,
|
91203
|
+
label: plugin.name
|
91204
|
+
}));
|
91205
|
+
|
91206
|
+
if (data.solution && data.solution !== 'custom') {
|
91207
|
+
items.push({
|
91208
|
+
key: data.solution,
|
91209
|
+
label: `${SolutionText[data.solution]()}(${_locale.i18n.t(_locale.localeKeys.solution.default)})`
|
91210
|
+
});
|
91211
|
+
}
|
91212
|
+
|
91213
|
+
return items;
|
91214
|
+
}
|
91049
91215
|
}]
|
91050
91216
|
};
|
91051
91217
|
exports.SolutionSchema = SolutionSchema;
|
91218
|
+
|
91219
|
+
function getSolutionNameFromSubSolution(solution) {
|
91220
|
+
if (solution === SubSolution.MWATest) {
|
91221
|
+
return Solution.MWA;
|
91222
|
+
}
|
91223
|
+
|
91224
|
+
if (solution === SubSolution.InnerModule) {
|
91225
|
+
return Solution.Module;
|
91226
|
+
}
|
91227
|
+
|
91228
|
+
return solution;
|
91229
|
+
}
|
91230
|
+
|
91052
91231
|
const SubSolutionSchema = {
|
91053
91232
|
key: 'sub_solution_schema',
|
91054
91233
|
isObject: true,
|
@@ -91057,10 +91236,45 @@ const SubSolutionSchema = {
|
|
91057
91236
|
label: () => _locale.i18n.t(_locale.localeKeys.sub_solution.self),
|
91058
91237
|
type: ['string'],
|
91059
91238
|
mutualExclusion: true,
|
91060
|
-
items:
|
91061
|
-
|
91062
|
-
|
91063
|
-
|
91239
|
+
items: (_data, extra) => {
|
91240
|
+
var _extra$customPlugin2, _extra$customPlugin2$;
|
91241
|
+
|
91242
|
+
const items = Object.values(SubSolution).map(solution => ({
|
91243
|
+
key: solution,
|
91244
|
+
label: SubSolutionText[solution]
|
91245
|
+
}));
|
91246
|
+
|
91247
|
+
if (extra !== null && extra !== void 0 && (_extra$customPlugin2 = extra.customPlugin) !== null && _extra$customPlugin2 !== void 0 && (_extra$customPlugin2$ = _extra$customPlugin2.custom) !== null && _extra$customPlugin2$ !== void 0 && _extra$customPlugin2$.length) {
|
91248
|
+
return [...items, {
|
91249
|
+
key: 'custom',
|
91250
|
+
label: _locale.i18n.t(_locale.localeKeys.solution.custom)
|
91251
|
+
}];
|
91252
|
+
}
|
91253
|
+
|
91254
|
+
return items;
|
91255
|
+
}
|
91256
|
+
}, {
|
91257
|
+
key: 'scenes',
|
91258
|
+
label: () => _locale.i18n.t(_locale.localeKeys.scenes.self),
|
91259
|
+
type: ['string'],
|
91260
|
+
mutualExclusion: true,
|
91261
|
+
when: (data, extra) => (extra === null || extra === void 0 ? void 0 : extra.customPlugin) && extra.customPlugin[getSolutionNameFromSubSolution(data.solution)] && extra.customPlugin[getSolutionNameFromSubSolution(data.solution)].length > 0,
|
91262
|
+
items: (data, extra) => {
|
91263
|
+
const solution = getSolutionNameFromSubSolution(data.solution);
|
91264
|
+
const items = (extra !== null && extra !== void 0 && extra.customPlugin ? (extra === null || extra === void 0 ? void 0 : extra.customPlugin[solution]) || [] : []).map(plugin => ({
|
91265
|
+
key: plugin.key,
|
91266
|
+
label: plugin.name
|
91267
|
+
}));
|
91268
|
+
|
91269
|
+
if (data.solution && data.solution !== 'custom') {
|
91270
|
+
items.push({
|
91271
|
+
key: data.solution,
|
91272
|
+
label: `${SolutionText[data.solution]()}(${_locale.i18n.t(_locale.localeKeys.solution.default)})`
|
91273
|
+
});
|
91274
|
+
}
|
91275
|
+
|
91276
|
+
return items;
|
91277
|
+
}
|
91064
91278
|
}]
|
91065
91279
|
};
|
91066
91280
|
exports.SubSolutionSchema = SubSolutionSchema;
|
@@ -91087,6 +91301,8 @@ const EntryGenerator = '@modern-js/entry-generator';
|
|
91087
91301
|
exports.EntryGenerator = EntryGenerator;
|
91088
91302
|
const ElectronGenerator = '@modern-js/electron-generator';
|
91089
91303
|
exports.ElectronGenerator = ElectronGenerator;
|
91304
|
+
const EslintGenerator = '@modern-js/eslint-generator';
|
91305
|
+
exports.EslintGenerator = EslintGenerator;
|
91090
91306
|
|
91091
91307
|
/***/ }),
|
91092
91308
|
|
@@ -91103,16 +91319,11 @@ exports.GeneratorSchema = exports.GeneratorDefaultConfig = void 0;
|
|
91103
91319
|
|
91104
91320
|
var _common = __webpack_require__(25523);
|
91105
91321
|
|
91106
|
-
const
|
91107
|
-
packageName: _common.PackageNameSchema,
|
91108
|
-
packagePath: _common.PackagePathSchema,
|
91109
|
-
PackageManager: _common.PackageManagerSchema,
|
91110
|
-
language: _common.LanguageSchema
|
91111
|
-
};
|
91322
|
+
const GeneratorSchemas = [_common.PackageNameSchema, _common.PackagePathSchema, _common.PackageManagerSchema, _common.LanguageSchema];
|
91112
91323
|
const GeneratorSchema = {
|
91113
91324
|
key: 'generator-generator',
|
91114
91325
|
isObject: true,
|
91115
|
-
items: Object.values(
|
91326
|
+
items: Object.values(GeneratorSchemas)
|
91116
91327
|
};
|
91117
91328
|
exports.GeneratorSchema = GeneratorSchema;
|
91118
91329
|
const GeneratorDefaultConfig = {
|
@@ -91158,9 +91369,24 @@ Object.defineProperty(exports, "__esModule", ({
|
|
91158
91369
|
value: true
|
91159
91370
|
}));
|
91160
91371
|
var _exportNames = {
|
91161
|
-
SolutionDefualtConfig: true
|
91372
|
+
SolutionDefualtConfig: true,
|
91373
|
+
SolutionSchemas: true
|
91162
91374
|
};
|
91163
|
-
exports.SolutionDefualtConfig = void 0;
|
91375
|
+
exports.SolutionSchemas = exports.SolutionDefualtConfig = void 0;
|
91376
|
+
|
91377
|
+
var _base = __webpack_require__(32746);
|
91378
|
+
|
91379
|
+
Object.keys(_base).forEach(function (key) {
|
91380
|
+
if (key === "default" || key === "__esModule") return;
|
91381
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
91382
|
+
if (key in exports && exports[key] === _base[key]) return;
|
91383
|
+
Object.defineProperty(exports, key, {
|
91384
|
+
enumerable: true,
|
91385
|
+
get: function () {
|
91386
|
+
return _base[key];
|
91387
|
+
}
|
91388
|
+
});
|
91389
|
+
});
|
91164
91390
|
|
91165
91391
|
var _common = __webpack_require__(25523);
|
91166
91392
|
|
@@ -91265,6 +91491,13 @@ const SolutionDefualtConfig = {
|
|
91265
91491
|
[_common.Solution.Monorepo]: _monorepo.MonorepoDefaultConfig
|
91266
91492
|
};
|
91267
91493
|
exports.SolutionDefualtConfig = SolutionDefualtConfig;
|
91494
|
+
const SolutionSchemas = {
|
91495
|
+
[_common.Solution.MWA]: _mwa.MWASchemas,
|
91496
|
+
[_common.Solution.Module]: _module.ModuleSchemas,
|
91497
|
+
[_common.Solution.Monorepo]: _monorepo.MonorepoSchemas,
|
91498
|
+
custom: _base.BaseSchemas
|
91499
|
+
};
|
91500
|
+
exports.SolutionSchemas = SolutionSchemas;
|
91268
91501
|
|
91269
91502
|
/***/ }),
|
91270
91503
|
|
@@ -91283,7 +91516,12 @@ const EN_LOCALE = {
|
|
91283
91516
|
self: 'Please select the solution you want to create',
|
91284
91517
|
mwa: 'MWA Solution',
|
91285
91518
|
module: 'Module Solution',
|
91286
|
-
monorepo: 'Monorepo Solution'
|
91519
|
+
monorepo: 'Monorepo Solution',
|
91520
|
+
custom: 'Custom Solution',
|
91521
|
+
default: 'Default'
|
91522
|
+
},
|
91523
|
+
scenes: {
|
91524
|
+
self: 'Please select the scense you want to create'
|
91287
91525
|
},
|
91288
91526
|
sub_solution: {
|
91289
91527
|
self: 'Please select the solution you want to create',
|
@@ -91311,13 +91549,13 @@ const EN_LOCALE = {
|
|
91311
91549
|
storybook: 'Enable "Storybook"',
|
91312
91550
|
runtime_api: 'Enable "Runtime API"',
|
91313
91551
|
mwa_storybook: 'Enable "Visual Testing (Storybook)"',
|
91314
|
-
ssg: 'Enable "SSG"'
|
91552
|
+
ssg: 'Enable "SSG"',
|
91553
|
+
deploy: 'Enable "Deploy"'
|
91315
91554
|
},
|
91316
91555
|
element: {
|
91317
91556
|
self: 'Create project element',
|
91318
91557
|
entry: 'New "entry"',
|
91319
|
-
server: 'New "Server Custom" source code directory'
|
91320
|
-
env: 'Generate ".env" file'
|
91558
|
+
server: 'New "Server Custom" source code directory'
|
91321
91559
|
},
|
91322
91560
|
refactor: {
|
91323
91561
|
self: 'Automatic refactor',
|
@@ -91379,6 +91617,23 @@ const EN_LOCALE = {
|
|
91379
91617
|
func: 'Function',
|
91380
91618
|
framework: 'Framework'
|
91381
91619
|
}
|
91620
|
+
},
|
91621
|
+
deploy: {
|
91622
|
+
cloud: {
|
91623
|
+
self: 'Modify the default Web Server?'
|
91624
|
+
},
|
91625
|
+
cdn: {
|
91626
|
+
self: 'Please select the cdn platform you want to use',
|
91627
|
+
oss: 'Aliyun OSS',
|
91628
|
+
cos: 'Tencent COS',
|
91629
|
+
no: 'Not Enabled'
|
91630
|
+
},
|
91631
|
+
lambda: {
|
91632
|
+
self: 'Please select the lambda you want to use',
|
91633
|
+
fc: 'Aliyun FC',
|
91634
|
+
scf: 'Tencent SCF',
|
91635
|
+
no: 'Not Enabled'
|
91636
|
+
}
|
91382
91637
|
}
|
91383
91638
|
};
|
91384
91639
|
exports.EN_LOCALE = EN_LOCALE;
|
@@ -91427,7 +91682,12 @@ const ZH_LOCALE = {
|
|
91427
91682
|
self: '请选择你想创建的工程类型',
|
91428
91683
|
mwa: '应用',
|
91429
91684
|
module: '模块',
|
91430
|
-
monorepo: '项目组'
|
91685
|
+
monorepo: '项目组',
|
91686
|
+
custom: '自定义',
|
91687
|
+
default: '默认'
|
91688
|
+
},
|
91689
|
+
scenes: {
|
91690
|
+
self: '请选择项目场景'
|
91431
91691
|
},
|
91432
91692
|
sub_solution: {
|
91433
91693
|
self: '请选择你想创建的工程类型',
|
@@ -91454,13 +91714,13 @@ const ZH_LOCALE = {
|
|
91454
91714
|
storybook: '启用「Storybook」',
|
91455
91715
|
runtime_api: '启用「Rumtime API」',
|
91456
91716
|
mwa_storybook: '启用「Visual Testing (Storybook)」模式',
|
91457
|
-
ssg: '启用「SSG」功能'
|
91717
|
+
ssg: '启用「SSG」功能',
|
91718
|
+
deploy: '启用「部署」功能'
|
91458
91719
|
},
|
91459
91720
|
element: {
|
91460
91721
|
self: '创建工程元素',
|
91461
91722
|
entry: '新建「应用入口」',
|
91462
|
-
server: '新建「Server 自定义」源码目录'
|
91463
|
-
env: '生成「.env」文件'
|
91723
|
+
server: '新建「Server 自定义」源码目录'
|
91464
91724
|
},
|
91465
91725
|
refactor: {
|
91466
91726
|
self: '自动重构',
|
@@ -91523,6 +91783,23 @@ const ZH_LOCALE = {
|
|
91523
91783
|
func: '函数模式',
|
91524
91784
|
framework: '框架模式'
|
91525
91785
|
}
|
91786
|
+
},
|
91787
|
+
deploy: {
|
91788
|
+
cloud: {
|
91789
|
+
self: '默认使用框架内置的产品级 Web 服务器,是否调整?'
|
91790
|
+
},
|
91791
|
+
cdn: {
|
91792
|
+
self: '请选择 CDN 平台',
|
91793
|
+
oss: '阿里云 OSS',
|
91794
|
+
cos: '腾讯云 COS',
|
91795
|
+
no: '不使用 CDN'
|
91796
|
+
},
|
91797
|
+
lambda: {
|
91798
|
+
self: '请选择云函数平台',
|
91799
|
+
fc: '阿里云 FC',
|
91800
|
+
scf: '腾讯云 SCF',
|
91801
|
+
no: '不使用云函数部署'
|
91802
|
+
}
|
91526
91803
|
}
|
91527
91804
|
};
|
91528
91805
|
exports.ZH_LOCALE = ZH_LOCALE;
|
@@ -91563,7 +91840,7 @@ Object.keys(_project).forEach(function (key) {
|
|
91563
91840
|
Object.defineProperty(exports, "__esModule", ({
|
91564
91841
|
value: true
|
91565
91842
|
}));
|
91566
|
-
exports.ModuleSchema = exports.ModuleDefaultConfig = void 0;
|
91843
|
+
exports.moduleConfigWhenFunc = exports.NeedModifyModuleConfigSchema = exports.ModuleSchemas = exports.ModuleSchema = exports.ModuleDefaultConfig = exports.EnableModuleSassSchema = exports.EnableModuleLessSchema = void 0;
|
91567
91844
|
|
91568
91845
|
var _locale = __webpack_require__(94646);
|
91569
91846
|
|
@@ -91571,6 +91848,27 @@ var _common = __webpack_require__(25523);
|
|
91571
91848
|
|
91572
91849
|
var _css = __webpack_require__(99961);
|
91573
91850
|
|
91851
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
91852
|
+
|
91853
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
91854
|
+
|
91855
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
91856
|
+
|
91857
|
+
const moduleConfigWhenFunc = values => values.needModifyModuleConfig === _common.BooleanConfig.YES;
|
91858
|
+
|
91859
|
+
exports.moduleConfigWhenFunc = moduleConfigWhenFunc;
|
91860
|
+
|
91861
|
+
const EnableModuleLessSchema = _objectSpread(_objectSpread({}, _css.EnableLessSchema), {}, {
|
91862
|
+
when: moduleConfigWhenFunc
|
91863
|
+
});
|
91864
|
+
|
91865
|
+
exports.EnableModuleLessSchema = EnableModuleLessSchema;
|
91866
|
+
|
91867
|
+
const EnableModuleSassSchema = _objectSpread(_objectSpread({}, _css.EnableSassSchema), {}, {
|
91868
|
+
when: moduleConfigWhenFunc
|
91869
|
+
});
|
91870
|
+
|
91871
|
+
exports.EnableModuleSassSchema = EnableModuleSassSchema;
|
91574
91872
|
const NeedModifyModuleConfigSchema = {
|
91575
91873
|
key: 'needModifyModuleConfig',
|
91576
91874
|
label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.self),
|
@@ -91579,24 +91877,23 @@ const NeedModifyModuleConfigSchema = {
|
|
91579
91877
|
state: {
|
91580
91878
|
value: _common.BooleanConfig.NO
|
91581
91879
|
},
|
91582
|
-
items:
|
91583
|
-
};
|
91584
|
-
const ModuleSchemaMap = {
|
91585
|
-
packageName: _common.PackageNameSchema,
|
91586
|
-
packagePath: _common.PackagePathSchema,
|
91587
|
-
language: _common.LanguageSchema,
|
91588
|
-
packageManager: _common.PackageManagerSchema,
|
91589
|
-
needModifyModuleConfig: NeedModifyModuleConfigSchema
|
91880
|
+
items: _common.BooleanSchemas
|
91590
91881
|
};
|
91882
|
+
exports.NeedModifyModuleConfigSchema = NeedModifyModuleConfigSchema;
|
91883
|
+
const ModuleSchemas = [_common.PackageNameSchema, _common.PackagePathSchema, _common.LanguageSchema, _common.PackageManagerSchema, NeedModifyModuleConfigSchema, EnableModuleLessSchema, EnableModuleSassSchema];
|
91884
|
+
exports.ModuleSchemas = ModuleSchemas;
|
91591
91885
|
const ModuleSchema = {
|
91592
91886
|
key: 'module',
|
91593
91887
|
isObject: true,
|
91594
|
-
items:
|
91888
|
+
items: ModuleSchemas
|
91595
91889
|
};
|
91596
91890
|
exports.ModuleSchema = ModuleSchema;
|
91597
91891
|
const ModuleDefaultConfig = {
|
91598
91892
|
language: _common.Language.TS,
|
91599
|
-
packageManager: _common.PackageManager.Pnpm
|
91893
|
+
packageManager: _common.PackageManager.Pnpm,
|
91894
|
+
needModifyModuleConfig: _common.BooleanConfig.NO,
|
91895
|
+
enableLess: _common.BooleanConfig.NO,
|
91896
|
+
enableSass: _common.BooleanConfig.NO
|
91600
91897
|
};
|
91601
91898
|
exports.ModuleDefaultConfig = ModuleDefaultConfig;
|
91602
91899
|
|
@@ -91636,17 +91933,16 @@ Object.keys(_project).forEach(function (key) {
|
|
91636
91933
|
Object.defineProperty(exports, "__esModule", ({
|
91637
91934
|
value: true
|
91638
91935
|
}));
|
91639
|
-
exports.MonorepoSchema = exports.MonorepoDefaultConfig = void 0;
|
91936
|
+
exports.MonorepoSchemas = exports.MonorepoSchema = exports.MonorepoDefaultConfig = void 0;
|
91640
91937
|
|
91641
91938
|
var _common = __webpack_require__(25523);
|
91642
91939
|
|
91643
|
-
const
|
91644
|
-
|
91645
|
-
};
|
91940
|
+
const MonorepoSchemas = [_common.PackageManagerSchema];
|
91941
|
+
exports.MonorepoSchemas = MonorepoSchemas;
|
91646
91942
|
const MonorepoSchema = {
|
91647
91943
|
key: 'monorepo',
|
91648
91944
|
isObject: true,
|
91649
|
-
items:
|
91945
|
+
items: MonorepoSchemas
|
91650
91946
|
};
|
91651
91947
|
exports.MonorepoSchema = MonorepoSchema;
|
91652
91948
|
const MonorepoDefaultConfig = {
|
@@ -91665,7 +91961,7 @@ exports.MonorepoDefaultConfig = MonorepoDefaultConfig;
|
|
91665
91961
|
Object.defineProperty(exports, "__esModule", ({
|
91666
91962
|
value: true
|
91667
91963
|
}));
|
91668
|
-
exports.BFFTypeSchema = exports.BFFType = exports.BFFSchema = void 0;
|
91964
|
+
exports.MWADefaultBffConfig = exports.BFFTypeSchema = exports.BFFType = exports.BFFSchemas = exports.BFFSchema = void 0;
|
91669
91965
|
|
91670
91966
|
var _common = __webpack_require__(70852);
|
91671
91967
|
|
@@ -91690,17 +91986,20 @@ const BFFTypeSchema = {
|
|
91690
91986
|
}))
|
91691
91987
|
};
|
91692
91988
|
exports.BFFTypeSchema = BFFTypeSchema;
|
91693
|
-
const
|
91694
|
-
|
91695
|
-
framework: _common.FrameworkSchema
|
91696
|
-
};
|
91989
|
+
const BFFSchemas = [BFFTypeSchema, _common.FrameworkSchema];
|
91990
|
+
exports.BFFSchemas = BFFSchemas;
|
91697
91991
|
const BFFSchema = {
|
91698
91992
|
key: 'bff',
|
91699
91993
|
label: () => _locale.i18n.t(_locale.localeKeys.action.function.bff),
|
91700
91994
|
isObject: true,
|
91701
|
-
items:
|
91995
|
+
items: BFFSchemas
|
91702
91996
|
};
|
91703
91997
|
exports.BFFSchema = BFFSchema;
|
91998
|
+
const MWADefaultBffConfig = {
|
91999
|
+
bffType: BFFType.Func,
|
92000
|
+
frameWork: _common.Framework.Express
|
92001
|
+
};
|
92002
|
+
exports.MWADefaultBffConfig = MWADefaultBffConfig;
|
91704
92003
|
|
91705
92004
|
/***/ }),
|
91706
92005
|
|
@@ -91713,7 +92012,7 @@ exports.BFFSchema = BFFSchema;
|
|
91713
92012
|
Object.defineProperty(exports, "__esModule", ({
|
91714
92013
|
value: true
|
91715
92014
|
}));
|
91716
|
-
exports.RunWaySchema = exports.RunWay = exports.NeedModifyMWAConfigSchema = exports.FrameworkSchema = exports.Framework = exports.ClientRoute = void 0;
|
92015
|
+
exports.mwaConfigWhenFunc = exports.RunWaySchema = exports.RunWay = exports.NeedModifyMWAConfigSchema = exports.FrameworkSchema = exports.Framework = exports.EnableMWASassSchema = exports.EnableMWALessSchema = exports.DisableStateManagementSchema = exports.ClientRouteSchema = exports.ClientRoute = void 0;
|
91717
92016
|
|
91718
92017
|
var _locale = __webpack_require__(94646);
|
91719
92018
|
|
@@ -91721,6 +92020,15 @@ var _boolean = __webpack_require__(34069);
|
|
91721
92020
|
|
91722
92021
|
var _css = __webpack_require__(99961);
|
91723
92022
|
|
92023
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
92024
|
+
|
92025
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
92026
|
+
|
92027
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
92028
|
+
|
92029
|
+
const mwaConfigWhenFunc = values => values.needModifyMWAConfig === _boolean.BooleanConfig.YES;
|
92030
|
+
|
92031
|
+
exports.mwaConfigWhenFunc = mwaConfigWhenFunc;
|
91724
92032
|
let RunWay;
|
91725
92033
|
exports.RunWay = RunWay;
|
91726
92034
|
|
@@ -91758,6 +92066,7 @@ const ClientRouteSchema = {
|
|
91758
92066
|
type: ['string'],
|
91759
92067
|
label: () => _locale.i18n.t(_locale.localeKeys.entry.clientRoute.self),
|
91760
92068
|
mutualExclusion: true,
|
92069
|
+
when: mwaConfigWhenFunc,
|
91761
92070
|
state: {
|
91762
92071
|
value: ClientRoute.SelfControlRoute
|
91763
92072
|
},
|
@@ -91766,16 +92075,31 @@ const ClientRouteSchema = {
|
|
91766
92075
|
label: () => _locale.i18n.t(_locale.localeKeys.entry.clientRoute[clientRoute])
|
91767
92076
|
}))
|
91768
92077
|
};
|
92078
|
+
exports.ClientRouteSchema = ClientRouteSchema;
|
91769
92079
|
const DisableStateManagementSchema = {
|
91770
92080
|
key: 'disableStateManagement',
|
91771
92081
|
type: ['string'],
|
91772
92082
|
label: () => _locale.i18n.t(_locale.localeKeys.entry.disableStateManagement),
|
91773
92083
|
mutualExclusion: true,
|
92084
|
+
when: mwaConfigWhenFunc,
|
91774
92085
|
state: {
|
91775
92086
|
value: _boolean.BooleanConfig.NO
|
91776
92087
|
},
|
91777
|
-
items:
|
92088
|
+
items: _boolean.BooleanSchemas
|
91778
92089
|
};
|
92090
|
+
exports.DisableStateManagementSchema = DisableStateManagementSchema;
|
92091
|
+
|
92092
|
+
const EnableMWALessSchema = _objectSpread(_objectSpread({}, _css.EnableLessSchema), {}, {
|
92093
|
+
when: mwaConfigWhenFunc
|
92094
|
+
});
|
92095
|
+
|
92096
|
+
exports.EnableMWALessSchema = EnableMWALessSchema;
|
92097
|
+
|
92098
|
+
const EnableMWASassSchema = _objectSpread(_objectSpread({}, _css.EnableSassSchema), {}, {
|
92099
|
+
when: mwaConfigWhenFunc
|
92100
|
+
});
|
92101
|
+
|
92102
|
+
exports.EnableMWASassSchema = EnableMWASassSchema;
|
91779
92103
|
const NeedModifyMWAConfigSchema = {
|
91780
92104
|
key: 'needModifyMWAConfig',
|
91781
92105
|
label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.self),
|
@@ -91784,7 +92108,7 @@ const NeedModifyMWAConfigSchema = {
|
|
91784
92108
|
state: {
|
91785
92109
|
value: _boolean.BooleanConfig.NO
|
91786
92110
|
},
|
91787
|
-
items:
|
92111
|
+
items: _boolean.BooleanSchemas
|
91788
92112
|
};
|
91789
92113
|
exports.NeedModifyMWAConfigSchema = NeedModifyMWAConfigSchema;
|
91790
92114
|
let Framework;
|
@@ -91811,6 +92135,82 @@ exports.FrameworkSchema = FrameworkSchema;
|
|
91811
92135
|
|
91812
92136
|
/***/ }),
|
91813
92137
|
|
92138
|
+
/***/ 73423:
|
92139
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
92140
|
+
|
92141
|
+
"use strict";
|
92142
|
+
|
92143
|
+
|
92144
|
+
Object.defineProperty(exports, "__esModule", ({
|
92145
|
+
value: true
|
92146
|
+
}));
|
92147
|
+
exports.LambdaTypeSchema = exports.LambdaType = exports.DeployTypeSchema = exports.CloudTypeSchema = exports.CDNTypeSchema = exports.CDNType = void 0;
|
92148
|
+
|
92149
|
+
var _locale = __webpack_require__(94646);
|
92150
|
+
|
92151
|
+
var _common = __webpack_require__(25523);
|
92152
|
+
|
92153
|
+
let CDNType;
|
92154
|
+
exports.CDNType = CDNType;
|
92155
|
+
|
92156
|
+
(function (CDNType) {
|
92157
|
+
CDNType["OSS"] = "oss";
|
92158
|
+
CDNType["COS"] = "cos";
|
92159
|
+
CDNType["NO"] = "no";
|
92160
|
+
})(CDNType || (exports.CDNType = CDNType = {}));
|
92161
|
+
|
92162
|
+
let LambdaType;
|
92163
|
+
exports.LambdaType = LambdaType;
|
92164
|
+
|
92165
|
+
(function (LambdaType) {
|
92166
|
+
LambdaType["FC"] = "fc";
|
92167
|
+
LambdaType["SCF"] = "scf";
|
92168
|
+
LambdaType["NO"] = "no";
|
92169
|
+
})(LambdaType || (exports.LambdaType = LambdaType = {}));
|
92170
|
+
|
92171
|
+
const CloudTypeSchema = {
|
92172
|
+
key: 'disableModernServer',
|
92173
|
+
type: ['string'],
|
92174
|
+
label: () => _locale.i18n.t(_locale.localeKeys.deploy.cloud.self),
|
92175
|
+
mutualExclusion: true,
|
92176
|
+
state: {
|
92177
|
+
value: _common.BooleanConfig.NO
|
92178
|
+
},
|
92179
|
+
items: _common.BooleanSchemas
|
92180
|
+
};
|
92181
|
+
exports.CloudTypeSchema = CloudTypeSchema;
|
92182
|
+
const CDNTypeSchema = {
|
92183
|
+
key: 'cdnType',
|
92184
|
+
type: ['string'],
|
92185
|
+
label: () => _locale.i18n.t(_locale.localeKeys.deploy.cdn.self),
|
92186
|
+
mutualExclusion: true,
|
92187
|
+
items: Object.values(CDNType).map(deployType => ({
|
92188
|
+
key: deployType,
|
92189
|
+
label: () => _locale.i18n.t(_locale.localeKeys.deploy.cdn[deployType])
|
92190
|
+
}))
|
92191
|
+
};
|
92192
|
+
exports.CDNTypeSchema = CDNTypeSchema;
|
92193
|
+
const LambdaTypeSchema = {
|
92194
|
+
key: 'lambdaType',
|
92195
|
+
type: ['string'],
|
92196
|
+
label: () => _locale.i18n.t(_locale.localeKeys.deploy.lambda.self),
|
92197
|
+
mutualExclusion: true,
|
92198
|
+
when: values => values.disableModernServer === _common.BooleanConfig.NO,
|
92199
|
+
items: Object.values(LambdaType).map(deployType => ({
|
92200
|
+
key: deployType,
|
92201
|
+
label: () => _locale.i18n.t(_locale.localeKeys.deploy.lambda[deployType])
|
92202
|
+
}))
|
92203
|
+
};
|
92204
|
+
exports.LambdaTypeSchema = LambdaTypeSchema;
|
92205
|
+
const DeployTypeSchema = {
|
92206
|
+
key: 'Deploy',
|
92207
|
+
isObject: true,
|
92208
|
+
items: [CloudTypeSchema, CDNTypeSchema, LambdaTypeSchema]
|
92209
|
+
};
|
92210
|
+
exports.DeployTypeSchema = DeployTypeSchema;
|
92211
|
+
|
92212
|
+
/***/ }),
|
92213
|
+
|
91814
92214
|
/***/ 91124:
|
91815
92215
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
91816
92216
|
|
@@ -91820,12 +92220,14 @@ exports.FrameworkSchema = FrameworkSchema;
|
|
91820
92220
|
Object.defineProperty(exports, "__esModule", ({
|
91821
92221
|
value: true
|
91822
92222
|
}));
|
91823
|
-
exports.EntrySchema = void 0;
|
92223
|
+
exports.MWADefaultEntryConfig = exports.EntrySchemas = exports.EntrySchema = void 0;
|
91824
92224
|
|
91825
92225
|
var _common = __webpack_require__(70852);
|
91826
92226
|
|
91827
92227
|
var _locale = __webpack_require__(94646);
|
91828
92228
|
|
92229
|
+
var _common2 = __webpack_require__(25523);
|
92230
|
+
|
91829
92231
|
const EntryNameSchema = {
|
91830
92232
|
key: 'name',
|
91831
92233
|
type: ['string'],
|
@@ -91860,17 +92262,21 @@ const EntryNameSchema = {
|
|
91860
92262
|
return true;
|
91861
92263
|
}
|
91862
92264
|
};
|
91863
|
-
const
|
91864
|
-
|
91865
|
-
needModifyEntryConfig: _common.NeedModifyMWAConfigSchema
|
91866
|
-
};
|
92265
|
+
const EntrySchemas = [EntryNameSchema, _common.NeedModifyMWAConfigSchema, _common.ClientRouteSchema, _common.DisableStateManagementSchema];
|
92266
|
+
exports.EntrySchemas = EntrySchemas;
|
91867
92267
|
const EntrySchema = {
|
91868
92268
|
key: 'entry',
|
91869
92269
|
label: () => _locale.i18n.t(_locale.localeKeys.action.element.entry),
|
91870
92270
|
isObject: true,
|
91871
|
-
items:
|
92271
|
+
items: EntrySchemas
|
91872
92272
|
};
|
91873
92273
|
exports.EntrySchema = EntrySchema;
|
92274
|
+
const MWADefaultEntryConfig = {
|
92275
|
+
needModifyMWAConfig: _common2.BooleanConfig.NO,
|
92276
|
+
clientRoute: _common.ClientRoute.SelfControlRoute,
|
92277
|
+
disableStateManagement: _common2.BooleanConfig.NO
|
92278
|
+
};
|
92279
|
+
exports.MWADefaultEntryConfig = MWADefaultEntryConfig;
|
91874
92280
|
|
91875
92281
|
/***/ }),
|
91876
92282
|
|
@@ -91923,6 +92329,19 @@ Object.keys(_bff).forEach(function (key) {
|
|
91923
92329
|
});
|
91924
92330
|
});
|
91925
92331
|
|
92332
|
+
var _deploy = __webpack_require__(73423);
|
92333
|
+
|
92334
|
+
Object.keys(_deploy).forEach(function (key) {
|
92335
|
+
if (key === "default" || key === "__esModule") return;
|
92336
|
+
if (key in exports && exports[key] === _deploy[key]) return;
|
92337
|
+
Object.defineProperty(exports, key, {
|
92338
|
+
enumerable: true,
|
92339
|
+
get: function () {
|
92340
|
+
return _deploy[key];
|
92341
|
+
}
|
92342
|
+
});
|
92343
|
+
});
|
92344
|
+
|
91926
92345
|
var _project = __webpack_require__(30968);
|
91927
92346
|
|
91928
92347
|
Object.keys(_project).forEach(function (key) {
|
@@ -91960,31 +92379,29 @@ Object.keys(_server).forEach(function (key) {
|
|
91960
92379
|
Object.defineProperty(exports, "__esModule", ({
|
91961
92380
|
value: true
|
91962
92381
|
}));
|
91963
|
-
exports.MWASchema = exports.MWADefaultConfig = void 0;
|
92382
|
+
exports.MWASchemas = exports.MWASchema = exports.MWADefaultConfig = void 0;
|
91964
92383
|
|
91965
92384
|
var _common = __webpack_require__(70852);
|
91966
92385
|
|
91967
92386
|
var _common2 = __webpack_require__(25523);
|
91968
92387
|
|
91969
|
-
const
|
91970
|
-
|
91971
|
-
packagePath: _common2.PackagePathSchema,
|
91972
|
-
language: _common2.LanguageSchema,
|
91973
|
-
packageManager: _common2.PackageManagerSchema,
|
91974
|
-
runWay: _common.RunWaySchema,
|
91975
|
-
needModifyMWAConfig: _common.NeedModifyMWAConfigSchema
|
91976
|
-
};
|
92388
|
+
const MWASchemas = [_common2.PackageNameSchema, _common2.PackagePathSchema, _common2.LanguageSchema, _common2.PackageManagerSchema, _common.RunWaySchema, _common.NeedModifyMWAConfigSchema, _common.ClientRouteSchema, _common.DisableStateManagementSchema, _common.EnableMWALessSchema, _common.EnableMWASassSchema];
|
92389
|
+
exports.MWASchemas = MWASchemas;
|
91977
92390
|
const MWASchema = {
|
91978
92391
|
key: 'mwa',
|
91979
92392
|
isObject: true,
|
91980
|
-
items:
|
92393
|
+
items: MWASchemas
|
91981
92394
|
};
|
91982
92395
|
exports.MWASchema = MWASchema;
|
91983
92396
|
const MWADefaultConfig = {
|
91984
92397
|
language: _common2.Language.TS,
|
91985
92398
|
packageManager: _common2.PackageManager.Pnpm,
|
91986
92399
|
runWay: _common.RunWay.No,
|
91987
|
-
needModifyMWAConfig: _common2.BooleanConfig.NO
|
92400
|
+
needModifyMWAConfig: _common2.BooleanConfig.NO,
|
92401
|
+
clientRoute: _common.ClientRoute.SelfControlRoute,
|
92402
|
+
disableStateManagement: _common2.BooleanConfig.NO,
|
92403
|
+
enableLess: _common2.BooleanConfig.NO,
|
92404
|
+
enableSass: _common2.BooleanConfig.NO
|
91988
92405
|
};
|
91989
92406
|
exports.MWADefaultConfig = MWADefaultConfig;
|
91990
92407
|
|
@@ -91999,22 +92416,25 @@ exports.MWADefaultConfig = MWADefaultConfig;
|
|
91999
92416
|
Object.defineProperty(exports, "__esModule", ({
|
92000
92417
|
value: true
|
92001
92418
|
}));
|
92002
|
-
exports.ServerSchema = void 0;
|
92419
|
+
exports.ServerSchemas = exports.ServerSchema = exports.MWADefaultServerConfig = void 0;
|
92003
92420
|
|
92004
92421
|
var _locale = __webpack_require__(94646);
|
92005
92422
|
|
92006
92423
|
var _common = __webpack_require__(70852);
|
92007
92424
|
|
92008
|
-
const
|
92009
|
-
|
92010
|
-
};
|
92425
|
+
const ServerSchemas = [_common.FrameworkSchema];
|
92426
|
+
exports.ServerSchemas = ServerSchemas;
|
92011
92427
|
const ServerSchema = {
|
92012
92428
|
key: 'server',
|
92013
92429
|
label: () => _locale.i18n.t(_locale.localeKeys.action.element.server),
|
92014
92430
|
isObject: true,
|
92015
|
-
items:
|
92431
|
+
items: ServerSchemas
|
92016
92432
|
};
|
92017
92433
|
exports.ServerSchema = ServerSchema;
|
92434
|
+
const MWADefaultServerConfig = {
|
92435
|
+
framework: _common.Framework.Express
|
92436
|
+
};
|
92437
|
+
exports.MWADefaultServerConfig = MWADefaultServerConfig;
|
92018
92438
|
|
92019
92439
|
/***/ }),
|
92020
92440
|
|
@@ -92046,7 +92466,6 @@ exports.ActionElement = ActionElement;
|
|
92046
92466
|
(function (ActionElement) {
|
92047
92467
|
ActionElement["Entry"] = "entry";
|
92048
92468
|
ActionElement["Server"] = "server";
|
92049
|
-
ActionElement["Env"] = "env";
|
92050
92469
|
})(ActionElement || (exports.ActionElement = ActionElement = {}));
|
92051
92470
|
|
92052
92471
|
let ActionFunction;
|
@@ -92067,6 +92486,7 @@ exports.ActionFunction = ActionFunction;
|
|
92067
92486
|
ActionFunction["Storybook"] = "storybook";
|
92068
92487
|
ActionFunction["RuntimeApi"] = "runtimeApi";
|
92069
92488
|
ActionFunction["SSG"] = "ssg";
|
92489
|
+
ActionFunction["Deploy"] = "deploy";
|
92070
92490
|
})(ActionFunction || (exports.ActionFunction = ActionFunction = {}));
|
92071
92491
|
|
92072
92492
|
let ActionRefactor;
|
@@ -92084,8 +92504,7 @@ const ActionTypeText = {
|
|
92084
92504
|
exports.ActionTypeText = ActionTypeText;
|
92085
92505
|
const ActionElementText = {
|
92086
92506
|
[ActionElement.Entry]: () => _locale.i18n.t(_locale.localeKeys.action.element.entry),
|
92087
|
-
[ActionElement.Server]: () => _locale.i18n.t(_locale.localeKeys.action.element.server)
|
92088
|
-
[ActionElement.Env]: () => _locale.i18n.t(_locale.localeKeys.action.element.env)
|
92507
|
+
[ActionElement.Server]: () => _locale.i18n.t(_locale.localeKeys.action.element.server)
|
92089
92508
|
};
|
92090
92509
|
exports.ActionElementText = ActionElementText;
|
92091
92510
|
const ActionFunctionText = {
|
@@ -92102,7 +92521,8 @@ const ActionFunctionText = {
|
|
92102
92521
|
[ActionFunction.Doc]: () => _locale.i18n.t(_locale.localeKeys.action.function.doc),
|
92103
92522
|
[ActionFunction.Storybook]: () => _locale.i18n.t(_locale.localeKeys.action.function.storybook),
|
92104
92523
|
[ActionFunction.RuntimeApi]: () => _locale.i18n.t(_locale.localeKeys.action.function.runtime_api),
|
92105
|
-
[ActionFunction.SSG]: () => _locale.i18n.t(_locale.localeKeys.action.function.ssg)
|
92524
|
+
[ActionFunction.SSG]: () => _locale.i18n.t(_locale.localeKeys.action.function.ssg),
|
92525
|
+
[ActionFunction.Deploy]: () => _locale.i18n.t(_locale.localeKeys.action.function.deploy)
|
92106
92526
|
};
|
92107
92527
|
exports.ActionFunctionText = ActionFunctionText;
|
92108
92528
|
const ActionRefactorText = {
|
@@ -92325,12 +92745,11 @@ const MWAActionTypes = [_common.ActionType.Element, _common.ActionType.Function
|
|
92325
92745
|
];
|
92326
92746
|
exports.MWAActionTypes = MWAActionTypes;
|
92327
92747
|
const MWAActionFunctions = [_common.ActionFunction.UnBundle, _common.ActionFunction.TailwindCSS, _common.ActionFunction.Less, _common.ActionFunction.Sass, _common.ActionFunction.BFF, _common.ActionFunction.SSG, _common.ActionFunction.MicroFrontend, _common.ActionFunction.Electron, // ActionFunction.I18n,
|
92328
|
-
_common.ActionFunction.Test, _common.ActionFunction.Storybook // ActionFunction.E2ETest,
|
92748
|
+
_common.ActionFunction.Test, _common.ActionFunction.Storybook, // ActionFunction.E2ETest,
|
92329
92749
|
// ActionFunction.Doc,
|
92330
|
-
];
|
92750
|
+
_common.ActionFunction.Deploy];
|
92331
92751
|
exports.MWAActionFunctions = MWAActionFunctions;
|
92332
|
-
const MWAActionElements = [_common.ActionElement.Entry, _common.ActionElement.Server
|
92333
|
-
];
|
92752
|
+
const MWAActionElements = [_common.ActionElement.Entry, _common.ActionElement.Server];
|
92334
92753
|
exports.MWAActionElements = MWAActionElements;
|
92335
92754
|
const MWAActionReactors = [_common.ActionRefactor.BFFToApp];
|
92336
92755
|
exports.MWAActionReactors = MWAActionReactors;
|
@@ -92390,7 +92809,6 @@ exports.MWAActionFunctionsDependencies = MWAActionFunctionsDependencies;
|
|
92390
92809
|
const MWANewActionGenerators = {
|
92391
92810
|
[_common.ActionType.Element]: {
|
92392
92811
|
[_common.ActionElement.Entry]: '@modern-js/entry-generator',
|
92393
|
-
[_common.ActionElement.Env]: '@modern-js/env-generator',
|
92394
92812
|
[_common.ActionElement.Server]: '@modern-js/server-generator'
|
92395
92813
|
},
|
92396
92814
|
[_common.ActionType.Function]: {
|
@@ -92406,7 +92824,8 @@ const MWANewActionGenerators = {
|
|
92406
92824
|
[_common.ActionFunction.E2ETest]: '@modern-js/dependence-generator',
|
92407
92825
|
[_common.ActionFunction.Doc]: '@modern-js/dependence-generator',
|
92408
92826
|
[_common.ActionFunction.Storybook]: '@modern-js/dependence-generator',
|
92409
|
-
[_common.ActionFunction.SSG]: '@modern-js/ssg-generator'
|
92827
|
+
[_common.ActionFunction.SSG]: '@modern-js/ssg-generator',
|
92828
|
+
[_common.ActionFunction.Deploy]: '@modern-js/cloud-deploy-generator'
|
92410
92829
|
},
|
92411
92830
|
[_common.ActionType.Refactor]: {
|
92412
92831
|
[_common.ActionRefactor.BFFToApp]: '@modern-js/bff-refactor-generator'
|
@@ -92769,17 +93188,17 @@ exports["default"] = void 0;
|
|
92769
93188
|
|
92770
93189
|
var _path = _interopRequireDefault(__webpack_require__(71017));
|
92771
93190
|
|
92772
|
-
var _codesmithApiApp = __webpack_require__(
|
93191
|
+
var _codesmithApiApp = __webpack_require__(83028);
|
92773
93192
|
|
92774
|
-
var _codesmithApiJson = __webpack_require__(
|
93193
|
+
var _codesmithApiJson = __webpack_require__(54517);
|
92775
93194
|
|
92776
93195
|
var _generatorCommon = __webpack_require__(50828);
|
92777
93196
|
|
92778
93197
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
92779
93198
|
|
92780
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
93199
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
92781
93200
|
|
92782
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
93201
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
92783
93202
|
|
92784
93203
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
92785
93204
|
|
@@ -92799,7 +93218,7 @@ const handleTemplateFile = async (context, generator, appApi) => {
|
|
92799
93218
|
query: {},
|
92800
93219
|
update: {
|
92801
93220
|
$set: {
|
92802
|
-
'modernConfig.output.ssg':
|
93221
|
+
'modernConfig.output.ssg': true
|
92803
93222
|
}
|
92804
93223
|
}
|
92805
93224
|
});
|