tnp-core 21.0.70 → 21.0.71
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/browser/package.json +1 -1
- package/browser-prod/package.json +1 -1
- package/cli.backend.js +2 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/lib/package.json +1 -1
- package/lib-prod/build-info._auto-generated_.js +1 -1
- package/lib-prod/constants.js +3 -3
- package/lib-prod/core-imports.js +0 -305
- package/lib-prod/node-chalk-mock.js +2 -2
- package/lib-prod/node-path-mock.js +2 -2
- package/lib-prod/package.json +1 -1
- package/lib-prod/public-api.js +0 -100
- package/lib-prod/utils.js +34 -15
- package/lib-prod.split-namespaces.json +205 -321
- package/package.json +1 -1
- package/websql/package.json +1 -1
- package/websql-prod/package.json +1 -1
package/browser/package.json
CHANGED
package/cli.backend.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769874907824 = dummy1769874907824;
|
|
4
|
+
function dummy1769874907824() { }
|
|
5
5
|
//# sourceMappingURL=cli.backend.js.map
|
|
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
|
|
|
25
25
|
/**
|
|
26
26
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
27
27
|
*/
|
|
28
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
28
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.71';
|
|
29
29
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
30
30
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib/node-chalk-mock.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769874908172 = dummy1769874908172;
|
|
4
|
+
function dummy1769874908172() { }
|
|
5
5
|
//# sourceMappingURL=node-chalk-mock.js.map
|
package/lib/node-path-mock.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769874908185 = dummy1769874908185;
|
|
4
|
+
function dummy1769874908185() { }
|
|
5
5
|
//# sourceMappingURL=node-path-mock.js.map
|
package/lib/package.json
CHANGED
|
@@ -3,7 +3,7 @@ const APP_ID = "com.domain.example.tnp-core";
|
|
|
3
3
|
const BUILD_BASE_HREF = "";
|
|
4
4
|
const PROJECT_NPM_NAME = "tnp-core";
|
|
5
5
|
const CURRENT_PACKAGE_TAON_VERSION = "v21";
|
|
6
|
-
const CURRENT_PACKAGE_VERSION = "21.0.
|
|
6
|
+
const CURRENT_PACKAGE_VERSION = "21.0.71";
|
|
7
7
|
export {
|
|
8
8
|
APP_ID,
|
|
9
9
|
BUILD_BASE_HREF,
|
package/lib-prod/constants.js
CHANGED
|
@@ -16,13 +16,13 @@ var LibTypeEnum = /* @__PURE__ */ ((LibTypeEnum2) => {
|
|
|
16
16
|
})(LibTypeEnum || {});
|
|
17
17
|
const GlobalLibTypeName = {
|
|
18
18
|
//#region @backend
|
|
19
|
-
isomorphicLib: "isomorphic-lib"
|
|
20
|
-
container: "container"
|
|
19
|
+
isomorphicLib: "isomorphic-lib",
|
|
20
|
+
container: "container",
|
|
21
21
|
/**
|
|
22
22
|
* @deprecated
|
|
23
23
|
*/
|
|
24
24
|
docker: "docker",
|
|
25
|
-
unknowNpmProject: "unknown-npm-project"
|
|
25
|
+
unknowNpmProject: "unknown-npm-project",
|
|
26
26
|
/**
|
|
27
27
|
* @deprecated
|
|
28
28
|
*/
|
package/lib-prod/core-imports.js
CHANGED
|
@@ -38,7 +38,6 @@ import * as mkdirpBase from "mkdirp";
|
|
|
38
38
|
import * as ncpBase from "copy-paste";
|
|
39
39
|
import * as psBase from "ps-node";
|
|
40
40
|
import { ___NS__lowerFirst } from "./lodash.namespace";
|
|
41
|
-
import { ___NS__add as ___NS__add2, ___NS__after as ___NS__after2, ___NS__ary as ___NS__ary2, ___NS__assign as ___NS__assign2, ___NS__assignIn as ___NS__assignIn2, ___NS__assignInWith as ___NS__assignInWith2, ___NS__assignWith as ___NS__assignWith2, ___NS__at as ___NS__at2, ___NS__attempt as ___NS__attempt2, ___NS__before as ___NS__before2, ___NS__bind as ___NS__bind2, ___NS__bindAll as ___NS__bindAll2, ___NS__bindKey as ___NS__bindKey2, ___NS__camelCase as ___NS__camelCase2, ___NS__capitalize as ___NS__capitalize2, ___NS__castArray as ___NS__castArray2, ___NS__ceil as ___NS__ceil2, ___NS__chain as ___NS__chain2, ___NS__chunk as ___NS__chunk2, ___NS__clamp as ___NS__clamp2, ___NS__clone as ___NS__clone2, ___NS__cloneDeep as ___NS__cloneDeep2, ___NS__cloneDeepWith as ___NS__cloneDeepWith2, ___NS__cloneWith as ___NS__cloneWith2, ___NS__compact as ___NS__compact2, ___NS__concat as ___NS__concat2, ___NS__cond as ___NS__cond2, ___NS__conforms as ___NS__conforms2, ___NS__conformsTo as ___NS__conformsTo2, ___NS__constant as ___NS__constant2, ___NS__countBy as ___NS__countBy2, ___NS__create as ___NS__create2, ___NS__curry as ___NS__curry2, ___NS__curryRight as ___NS__curryRight2, ___NS__debounce as ___NS__debounce2, ___NS__deburr as ___NS__deburr2, ___NS__defaults as ___NS__defaults2, ___NS__defaultsDeep as ___NS__defaultsDeep2, ___NS__defaultTo as ___NS__defaultTo2, ___NS__defer as ___NS__defer2, ___NS__delay as ___NS__delay2, ___NS__difference as ___NS__difference2, ___NS__differenceBy as ___NS__differenceBy2, ___NS__differenceWith as ___NS__differenceWith2, ___NS__divide as ___NS__divide2, ___NS__drop as ___NS__drop2, ___NS__dropRight as ___NS__dropRight2, ___NS__dropRightWhile as ___NS__dropRightWhile2, ___NS__dropWhile as ___NS__dropWhile2, ___NS__each as ___NS__each2, ___NS__eachRight as ___NS__eachRight2, ___NS__endsWith as ___NS__endsWith2, ___NS__entries as ___NS__entries2, ___NS__entriesIn as ___NS__entriesIn2, ___NS__eq as ___NS__eq2, ___NS__escape as ___NS__escape2, ___NS__escapeRegExp as ___NS__escapeRegExp2, ___NS__every as ___NS__every2, ___NS__extend as ___NS__extend2, ___NS__extendWith as ___NS__extendWith2, ___NS__fill as ___NS__fill2, ___NS__filter as ___NS__filter2, ___NS__find as ___NS__find2, ___NS__findIndex as ___NS__findIndex2, ___NS__findKey as ___NS__findKey2, ___NS__findLast as ___NS__findLast2, ___NS__findLastIndex as ___NS__findLastIndex2, ___NS__findLastKey as ___NS__findLastKey2, ___NS__first as ___NS__first2, ___NS__flatMap as ___NS__flatMap2, ___NS__flatMapDeep as ___NS__flatMapDeep2, ___NS__flatMapDepth as ___NS__flatMapDepth2, ___NS__flatten as ___NS__flatten2, ___NS__flattenDeep as ___NS__flattenDeep2, ___NS__flattenDepth as ___NS__flattenDepth2, ___NS__flip as ___NS__flip2, ___NS__floor as ___NS__floor2, ___NS__flow as ___NS__flow2, ___NS__flowRight as ___NS__flowRight2, ___NS__forEach as ___NS__forEach2, ___NS__forEachRight as ___NS__forEachRight2, ___NS__forIn as ___NS__forIn2, ___NS__forInRight as ___NS__forInRight2, ___NS__forOwn as ___NS__forOwn2, ___NS__forOwnRight as ___NS__forOwnRight2, ___NS__fromPairs as ___NS__fromPairs2, ___NS__functions as ___NS__functions2, ___NS__functionsIn as ___NS__functionsIn2, ___NS__get as ___NS__get2, ___NS__groupBy as ___NS__groupBy2, ___NS__gt as ___NS__gt2, ___NS__gte as ___NS__gte2, ___NS__has as ___NS__has2, ___NS__hasIn as ___NS__hasIn2, ___NS__head as ___NS__head2, ___NS__identity as ___NS__identity2, ___NS__includes as ___NS__includes2, ___NS__indexOf as ___NS__indexOf2, ___NS__initial as ___NS__initial2, ___NS__inRange as ___NS__inRange2, ___NS__intersection as ___NS__intersection2, ___NS__intersectionBy as ___NS__intersectionBy2, ___NS__intersectionWith as ___NS__intersectionWith2, ___NS__invert as ___NS__invert2, ___NS__invertBy as ___NS__invertBy2, ___NS__invoke as ___NS__invoke2, ___NS__invokeMap as ___NS__invokeMap2, ___NS__isArguments as ___NS__isArguments2, ___NS__isArray as ___NS__isArray2, ___NS__isArrayBuffer as ___NS__isArrayBuffer2, ___NS__isArrayLike as ___NS__isArrayLike2, ___NS__isArrayLikeObject as ___NS__isArrayLikeObject2, ___NS__isBoolean as ___NS__isBoolean2, ___NS__isBuffer as ___NS__isBuffer2, ___NS__isDate as ___NS__isDate2, ___NS__isElement as ___NS__isElement2, ___NS__isEmpty as ___NS__isEmpty2, ___NS__isEqual as ___NS__isEqual2, ___NS__isEqualWith as ___NS__isEqualWith2, ___NS__isError as ___NS__isError2, ___NS__isFinite as ___NS__isFinite2, ___NS__isFunction as ___NS__isFunction2, ___NS__isInteger as ___NS__isInteger2, ___NS__isLength as ___NS__isLength2, ___NS__isMap as ___NS__isMap2, ___NS__isMatch as ___NS__isMatch2, ___NS__isMatchWith as ___NS__isMatchWith2, ___NS__isNaN as ___NS__isNaN2, ___NS__isNative as ___NS__isNative2, ___NS__isNil as ___NS__isNil2, ___NS__isNull as ___NS__isNull2, ___NS__isNumber as ___NS__isNumber2, ___NS__isObject as ___NS__isObject2, ___NS__isObjectLike as ___NS__isObjectLike2, ___NS__isPlainObject as ___NS__isPlainObject2, ___NS__isRegExp as ___NS__isRegExp2, ___NS__isSafeInteger as ___NS__isSafeInteger2, ___NS__isSet as ___NS__isSet2, ___NS__isString as ___NS__isString2, ___NS__isSymbol as ___NS__isSymbol2, ___NS__isTypedArray as ___NS__isTypedArray2, ___NS__isUndefined as ___NS__isUndefined2, ___NS__isWeakMap as ___NS__isWeakMap2, ___NS__isWeakSet as ___NS__isWeakSet2, ___NS__iteratee as ___NS__iteratee2, ___NS__join as ___NS__join2, ___NS__kebabCase as ___NS__kebabCase2, ___NS__keyBy as ___NS__keyBy2, ___NS__keys as ___NS__keys2, ___NS__keysIn as ___NS__keysIn2, ___NS__last as ___NS__last2, ___NS__lastIndexOf as ___NS__lastIndexOf2, ___NS__lowerCase as ___NS__lowerCase2, ___NS__lowerFirst as ___NS__lowerFirst2, ___NS__lt as ___NS__lt2, ___NS__lte as ___NS__lte2, ___NS__map as ___NS__map2, ___NS__mapKeys as ___NS__mapKeys2, ___NS__mapValues as ___NS__mapValues2, ___NS__matches as ___NS__matches2, ___NS__matchesProperty as ___NS__matchesProperty2, ___NS__max as ___NS__max2, ___NS__maxBy as ___NS__maxBy2, ___NS__mean as ___NS__mean2, ___NS__meanBy as ___NS__meanBy2, ___NS__memoize as ___NS__memoize2, ___NS__merge as ___NS__merge2, ___NS__mergeWith as ___NS__mergeWith2, ___NS__method as ___NS__method2, ___NS__methodOf as ___NS__methodOf2, ___NS__min as ___NS__min2, ___NS__minBy as ___NS__minBy2, ___NS__mixin as ___NS__mixin2, ___NS__multiply as ___NS__multiply2, ___NS__negate as ___NS__negate2, ___NS__noop as ___NS__noop2, ___NS__now as ___NS__now2, ___NS__nth as ___NS__nth2, ___NS__nthArg as ___NS__nthArg2, ___NS__omit as ___NS__omit2, ___NS__omitBy as ___NS__omitBy2, ___NS__once as ___NS__once2, ___NS__orderBy as ___NS__orderBy2, ___NS__over as ___NS__over2, ___NS__overArgs as ___NS__overArgs2, ___NS__overEvery as ___NS__overEvery2, ___NS__overSome as ___NS__overSome2, ___NS__pad as ___NS__pad2, ___NS__padEnd as ___NS__padEnd2, ___NS__padStart as ___NS__padStart2, ___NS__parseInt as ___NS__parseInt2, ___NS__partial as ___NS__partial2, ___NS__partialRight as ___NS__partialRight2, ___NS__partition as ___NS__partition2, ___NS__pick as ___NS__pick2, ___NS__pickBy as ___NS__pickBy2, ___NS__property as ___NS__property2, ___NS__propertyOf as ___NS__propertyOf2, ___NS__pull as ___NS__pull2, ___NS__pullAll as ___NS__pullAll2, ___NS__pullAllBy as ___NS__pullAllBy2, ___NS__pullAllWith as ___NS__pullAllWith2, ___NS__pullAt as ___NS__pullAt2, ___NS__random as ___NS__random2, ___NS__range as ___NS__range2, ___NS__rangeRight as ___NS__rangeRight2, ___NS__rearg as ___NS__rearg2, ___NS__reduce as ___NS__reduce2, ___NS__reduceRight as ___NS__reduceRight2, ___NS__reject as ___NS__reject2, ___NS__remove as ___NS__remove2, ___NS__repeat as ___NS__repeat2, ___NS__replace as ___NS__replace2, ___NS__rest as ___NS__rest2, ___NS__result as ___NS__result2, ___NS__reverse as ___NS__reverse2, ___NS__round as ___NS__round2, ___NS__sample as ___NS__sample2, ___NS__sampleSize as ___NS__sampleSize2, ___NS__set as ___NS__set2, ___NS__setWith as ___NS__setWith2, ___NS__shuffle as ___NS__shuffle2, ___NS__size as ___NS__size2, ___NS__slice as ___NS__slice2, ___NS__snakeCase as ___NS__snakeCase2, ___NS__some as ___NS__some2, ___NS__sortBy as ___NS__sortBy2, ___NS__sortedIndex as ___NS__sortedIndex2, ___NS__sortedIndexBy as ___NS__sortedIndexBy2, ___NS__sortedIndexOf as ___NS__sortedIndexOf2, ___NS__sortedLastIndex as ___NS__sortedLastIndex2, ___NS__sortedLastIndexBy as ___NS__sortedLastIndexBy2, ___NS__sortedLastIndexOf as ___NS__sortedLastIndexOf2, ___NS__sortedUniq as ___NS__sortedUniq2, ___NS__sortedUniqBy as ___NS__sortedUniqBy2, ___NS__split as ___NS__split2, ___NS__spread as ___NS__spread2, ___NS__startCase as ___NS__startCase2, ___NS__startsWith as ___NS__startsWith2, ___NS__stubArray as ___NS__stubArray2, ___NS__stubFalse as ___NS__stubFalse2, ___NS__stubObject as ___NS__stubObject2, ___NS__stubString as ___NS__stubString2, ___NS__stubTrue as ___NS__stubTrue2, ___NS__subtract as ___NS__subtract2, ___NS__sum as ___NS__sum2, ___NS__sumBy as ___NS__sumBy2, ___NS__tail as ___NS__tail2, ___NS__take as ___NS__take2, ___NS__takeRight as ___NS__takeRight2, ___NS__takeRightWhile as ___NS__takeRightWhile2, ___NS__takeWhile as ___NS__takeWhile2, ___NS__tap as ___NS__tap2, ___NS__template as ___NS__template2, ___NS__templateSettings as ___NS__templateSettings2, ___NS__throttle as ___NS__throttle2, ___NS__thru as ___NS__thru2, ___NS__times as ___NS__times2, ___NS__toArray as ___NS__toArray2, ___NS__toFinite as ___NS__toFinite2, ___NS__toInteger as ___NS__toInteger2, ___NS__toLength as ___NS__toLength2, ___NS__toLower as ___NS__toLower2, ___NS__toNumber as ___NS__toNumber2, ___NS__toPairs as ___NS__toPairs2, ___NS__toPairsIn as ___NS__toPairsIn2, ___NS__toPath as ___NS__toPath2, ___NS__toPlainObject as ___NS__toPlainObject2, ___NS__toSafeInteger as ___NS__toSafeInteger2, ___NS__toString as ___NS__toString2, ___NS__toUpper as ___NS__toUpper2, ___NS__transform as ___NS__transform2, ___NS__trim as ___NS__trim2, ___NS__trimEnd as ___NS__trimEnd2, ___NS__trimStart as ___NS__trimStart2, ___NS__truncate as ___NS__truncate2, ___NS__unary as ___NS__unary2, ___NS__unescape as ___NS__unescape2, ___NS__union as ___NS__union2, ___NS__unionBy as ___NS__unionBy2, ___NS__unionWith as ___NS__unionWith2, ___NS__uniq as ___NS__uniq2, ___NS__uniqBy as ___NS__uniqBy2, ___NS__uniqueId as ___NS__uniqueId2, ___NS__uniqWith as ___NS__uniqWith2, ___NS__unset as ___NS__unset2, ___NS__unzip as ___NS__unzip2, ___NS__unzipWith as ___NS__unzipWith2, ___NS__update as ___NS__update2, ___NS__updateWith as ___NS__updateWith2, ___NS__upperCase as ___NS__upperCase2, ___NS__upperFirst as ___NS__upperFirst2, ___NS__values as ___NS__values2, ___NS__valuesIn as ___NS__valuesIn2, ___NS__without as ___NS__without2, ___NS__words as ___NS__words2, ___NS__wrap as ___NS__wrap2, ___NS__xor as ___NS__xor2, ___NS__xorBy as ___NS__xorBy2, ___NS__xorWith as ___NS__xorWith2, ___NS__zip as ___NS__zip2, ___NS__zipObject as ___NS__zipObject2, ___NS__zipObjectDeep as ___NS__zipObjectDeep2, ___NS__zipWith as ___NS__zipWith2 } from "./lodash.namespace";
|
|
42
41
|
import * as q from "q";
|
|
43
42
|
import { format } from "date-fns";
|
|
44
43
|
let dateformat = ((date, mask) => {
|
|
@@ -144,310 +143,6 @@ const crossPlatformPath = (pathStringOrPathParts) => {
|
|
|
144
143
|
};
|
|
145
144
|
export {
|
|
146
145
|
$,
|
|
147
|
-
___NS__add2 as ___NS__add,
|
|
148
|
-
___NS__after2 as ___NS__after,
|
|
149
|
-
___NS__ary2 as ___NS__ary,
|
|
150
|
-
___NS__assign2 as ___NS__assign,
|
|
151
|
-
___NS__assignIn2 as ___NS__assignIn,
|
|
152
|
-
___NS__assignInWith2 as ___NS__assignInWith,
|
|
153
|
-
___NS__assignWith2 as ___NS__assignWith,
|
|
154
|
-
___NS__at2 as ___NS__at,
|
|
155
|
-
___NS__attempt2 as ___NS__attempt,
|
|
156
|
-
___NS__before2 as ___NS__before,
|
|
157
|
-
___NS__bind2 as ___NS__bind,
|
|
158
|
-
___NS__bindAll2 as ___NS__bindAll,
|
|
159
|
-
___NS__bindKey2 as ___NS__bindKey,
|
|
160
|
-
___NS__camelCase2 as ___NS__camelCase,
|
|
161
|
-
___NS__capitalize2 as ___NS__capitalize,
|
|
162
|
-
___NS__castArray2 as ___NS__castArray,
|
|
163
|
-
___NS__ceil2 as ___NS__ceil,
|
|
164
|
-
___NS__chain2 as ___NS__chain,
|
|
165
|
-
___NS__chunk2 as ___NS__chunk,
|
|
166
|
-
___NS__clamp2 as ___NS__clamp,
|
|
167
|
-
___NS__clone2 as ___NS__clone,
|
|
168
|
-
___NS__cloneDeep2 as ___NS__cloneDeep,
|
|
169
|
-
___NS__cloneDeepWith2 as ___NS__cloneDeepWith,
|
|
170
|
-
___NS__cloneWith2 as ___NS__cloneWith,
|
|
171
|
-
___NS__compact2 as ___NS__compact,
|
|
172
|
-
___NS__concat2 as ___NS__concat,
|
|
173
|
-
___NS__cond2 as ___NS__cond,
|
|
174
|
-
___NS__conforms2 as ___NS__conforms,
|
|
175
|
-
___NS__conformsTo2 as ___NS__conformsTo,
|
|
176
|
-
___NS__constant2 as ___NS__constant,
|
|
177
|
-
___NS__countBy2 as ___NS__countBy,
|
|
178
|
-
___NS__create2 as ___NS__create,
|
|
179
|
-
___NS__curry2 as ___NS__curry,
|
|
180
|
-
___NS__curryRight2 as ___NS__curryRight,
|
|
181
|
-
___NS__debounce2 as ___NS__debounce,
|
|
182
|
-
___NS__deburr2 as ___NS__deburr,
|
|
183
|
-
___NS__defaultTo2 as ___NS__defaultTo,
|
|
184
|
-
___NS__defaults2 as ___NS__defaults,
|
|
185
|
-
___NS__defaultsDeep2 as ___NS__defaultsDeep,
|
|
186
|
-
___NS__defer2 as ___NS__defer,
|
|
187
|
-
___NS__delay2 as ___NS__delay,
|
|
188
|
-
___NS__difference2 as ___NS__difference,
|
|
189
|
-
___NS__differenceBy2 as ___NS__differenceBy,
|
|
190
|
-
___NS__differenceWith2 as ___NS__differenceWith,
|
|
191
|
-
___NS__divide2 as ___NS__divide,
|
|
192
|
-
___NS__drop2 as ___NS__drop,
|
|
193
|
-
___NS__dropRight2 as ___NS__dropRight,
|
|
194
|
-
___NS__dropRightWhile2 as ___NS__dropRightWhile,
|
|
195
|
-
___NS__dropWhile2 as ___NS__dropWhile,
|
|
196
|
-
___NS__each2 as ___NS__each,
|
|
197
|
-
___NS__eachRight2 as ___NS__eachRight,
|
|
198
|
-
___NS__endsWith2 as ___NS__endsWith,
|
|
199
|
-
___NS__entries2 as ___NS__entries,
|
|
200
|
-
___NS__entriesIn2 as ___NS__entriesIn,
|
|
201
|
-
___NS__eq2 as ___NS__eq,
|
|
202
|
-
___NS__escape2 as ___NS__escape,
|
|
203
|
-
___NS__escapeRegExp2 as ___NS__escapeRegExp,
|
|
204
|
-
___NS__every2 as ___NS__every,
|
|
205
|
-
___NS__extend2 as ___NS__extend,
|
|
206
|
-
___NS__extendWith2 as ___NS__extendWith,
|
|
207
|
-
___NS__fill2 as ___NS__fill,
|
|
208
|
-
___NS__filter2 as ___NS__filter,
|
|
209
|
-
___NS__find2 as ___NS__find,
|
|
210
|
-
___NS__findIndex2 as ___NS__findIndex,
|
|
211
|
-
___NS__findKey2 as ___NS__findKey,
|
|
212
|
-
___NS__findLast2 as ___NS__findLast,
|
|
213
|
-
___NS__findLastIndex2 as ___NS__findLastIndex,
|
|
214
|
-
___NS__findLastKey2 as ___NS__findLastKey,
|
|
215
|
-
___NS__first2 as ___NS__first,
|
|
216
|
-
___NS__flatMap2 as ___NS__flatMap,
|
|
217
|
-
___NS__flatMapDeep2 as ___NS__flatMapDeep,
|
|
218
|
-
___NS__flatMapDepth2 as ___NS__flatMapDepth,
|
|
219
|
-
___NS__flatten2 as ___NS__flatten,
|
|
220
|
-
___NS__flattenDeep2 as ___NS__flattenDeep,
|
|
221
|
-
___NS__flattenDepth2 as ___NS__flattenDepth,
|
|
222
|
-
___NS__flip2 as ___NS__flip,
|
|
223
|
-
___NS__floor2 as ___NS__floor,
|
|
224
|
-
___NS__flow2 as ___NS__flow,
|
|
225
|
-
___NS__flowRight2 as ___NS__flowRight,
|
|
226
|
-
___NS__forEach2 as ___NS__forEach,
|
|
227
|
-
___NS__forEachRight2 as ___NS__forEachRight,
|
|
228
|
-
___NS__forIn2 as ___NS__forIn,
|
|
229
|
-
___NS__forInRight2 as ___NS__forInRight,
|
|
230
|
-
___NS__forOwn2 as ___NS__forOwn,
|
|
231
|
-
___NS__forOwnRight2 as ___NS__forOwnRight,
|
|
232
|
-
___NS__fromPairs2 as ___NS__fromPairs,
|
|
233
|
-
___NS__functions2 as ___NS__functions,
|
|
234
|
-
___NS__functionsIn2 as ___NS__functionsIn,
|
|
235
|
-
___NS__get2 as ___NS__get,
|
|
236
|
-
___NS__groupBy2 as ___NS__groupBy,
|
|
237
|
-
___NS__gt2 as ___NS__gt,
|
|
238
|
-
___NS__gte2 as ___NS__gte,
|
|
239
|
-
___NS__has2 as ___NS__has,
|
|
240
|
-
___NS__hasIn2 as ___NS__hasIn,
|
|
241
|
-
___NS__head2 as ___NS__head,
|
|
242
|
-
___NS__identity2 as ___NS__identity,
|
|
243
|
-
___NS__inRange2 as ___NS__inRange,
|
|
244
|
-
___NS__includes2 as ___NS__includes,
|
|
245
|
-
___NS__indexOf2 as ___NS__indexOf,
|
|
246
|
-
___NS__initial2 as ___NS__initial,
|
|
247
|
-
___NS__intersection2 as ___NS__intersection,
|
|
248
|
-
___NS__intersectionBy2 as ___NS__intersectionBy,
|
|
249
|
-
___NS__intersectionWith2 as ___NS__intersectionWith,
|
|
250
|
-
___NS__invert2 as ___NS__invert,
|
|
251
|
-
___NS__invertBy2 as ___NS__invertBy,
|
|
252
|
-
___NS__invoke2 as ___NS__invoke,
|
|
253
|
-
___NS__invokeMap2 as ___NS__invokeMap,
|
|
254
|
-
___NS__isArguments2 as ___NS__isArguments,
|
|
255
|
-
___NS__isArray2 as ___NS__isArray,
|
|
256
|
-
___NS__isArrayBuffer2 as ___NS__isArrayBuffer,
|
|
257
|
-
___NS__isArrayLike2 as ___NS__isArrayLike,
|
|
258
|
-
___NS__isArrayLikeObject2 as ___NS__isArrayLikeObject,
|
|
259
|
-
___NS__isBoolean2 as ___NS__isBoolean,
|
|
260
|
-
___NS__isBuffer2 as ___NS__isBuffer,
|
|
261
|
-
___NS__isDate2 as ___NS__isDate,
|
|
262
|
-
___NS__isElement2 as ___NS__isElement,
|
|
263
|
-
___NS__isEmpty2 as ___NS__isEmpty,
|
|
264
|
-
___NS__isEqual2 as ___NS__isEqual,
|
|
265
|
-
___NS__isEqualWith2 as ___NS__isEqualWith,
|
|
266
|
-
___NS__isError2 as ___NS__isError,
|
|
267
|
-
___NS__isFinite2 as ___NS__isFinite,
|
|
268
|
-
___NS__isFunction2 as ___NS__isFunction,
|
|
269
|
-
___NS__isInteger2 as ___NS__isInteger,
|
|
270
|
-
___NS__isLength2 as ___NS__isLength,
|
|
271
|
-
___NS__isMap2 as ___NS__isMap,
|
|
272
|
-
___NS__isMatch2 as ___NS__isMatch,
|
|
273
|
-
___NS__isMatchWith2 as ___NS__isMatchWith,
|
|
274
|
-
___NS__isNaN2 as ___NS__isNaN,
|
|
275
|
-
___NS__isNative2 as ___NS__isNative,
|
|
276
|
-
___NS__isNil2 as ___NS__isNil,
|
|
277
|
-
___NS__isNull2 as ___NS__isNull,
|
|
278
|
-
___NS__isNumber2 as ___NS__isNumber,
|
|
279
|
-
___NS__isObject2 as ___NS__isObject,
|
|
280
|
-
___NS__isObjectLike2 as ___NS__isObjectLike,
|
|
281
|
-
___NS__isPlainObject2 as ___NS__isPlainObject,
|
|
282
|
-
___NS__isRegExp2 as ___NS__isRegExp,
|
|
283
|
-
___NS__isSafeInteger2 as ___NS__isSafeInteger,
|
|
284
|
-
___NS__isSet2 as ___NS__isSet,
|
|
285
|
-
___NS__isString2 as ___NS__isString,
|
|
286
|
-
___NS__isSymbol2 as ___NS__isSymbol,
|
|
287
|
-
___NS__isTypedArray2 as ___NS__isTypedArray,
|
|
288
|
-
___NS__isUndefined2 as ___NS__isUndefined,
|
|
289
|
-
___NS__isWeakMap2 as ___NS__isWeakMap,
|
|
290
|
-
___NS__isWeakSet2 as ___NS__isWeakSet,
|
|
291
|
-
___NS__iteratee2 as ___NS__iteratee,
|
|
292
|
-
___NS__join2 as ___NS__join,
|
|
293
|
-
___NS__kebabCase2 as ___NS__kebabCase,
|
|
294
|
-
___NS__keyBy2 as ___NS__keyBy,
|
|
295
|
-
___NS__keys2 as ___NS__keys,
|
|
296
|
-
___NS__keysIn2 as ___NS__keysIn,
|
|
297
|
-
___NS__last2 as ___NS__last,
|
|
298
|
-
___NS__lastIndexOf2 as ___NS__lastIndexOf,
|
|
299
|
-
___NS__lowerCase2 as ___NS__lowerCase,
|
|
300
|
-
___NS__lowerFirst2 as ___NS__lowerFirst,
|
|
301
|
-
___NS__lt2 as ___NS__lt,
|
|
302
|
-
___NS__lte2 as ___NS__lte,
|
|
303
|
-
___NS__map2 as ___NS__map,
|
|
304
|
-
___NS__mapKeys2 as ___NS__mapKeys,
|
|
305
|
-
___NS__mapValues2 as ___NS__mapValues,
|
|
306
|
-
___NS__matches2 as ___NS__matches,
|
|
307
|
-
___NS__matchesProperty2 as ___NS__matchesProperty,
|
|
308
|
-
___NS__max2 as ___NS__max,
|
|
309
|
-
___NS__maxBy2 as ___NS__maxBy,
|
|
310
|
-
___NS__mean2 as ___NS__mean,
|
|
311
|
-
___NS__meanBy2 as ___NS__meanBy,
|
|
312
|
-
___NS__memoize2 as ___NS__memoize,
|
|
313
|
-
___NS__merge2 as ___NS__merge,
|
|
314
|
-
___NS__mergeWith2 as ___NS__mergeWith,
|
|
315
|
-
___NS__method2 as ___NS__method,
|
|
316
|
-
___NS__methodOf2 as ___NS__methodOf,
|
|
317
|
-
___NS__min2 as ___NS__min,
|
|
318
|
-
___NS__minBy2 as ___NS__minBy,
|
|
319
|
-
___NS__mixin2 as ___NS__mixin,
|
|
320
|
-
___NS__multiply2 as ___NS__multiply,
|
|
321
|
-
___NS__negate2 as ___NS__negate,
|
|
322
|
-
___NS__noop2 as ___NS__noop,
|
|
323
|
-
___NS__now2 as ___NS__now,
|
|
324
|
-
___NS__nth2 as ___NS__nth,
|
|
325
|
-
___NS__nthArg2 as ___NS__nthArg,
|
|
326
|
-
___NS__omit2 as ___NS__omit,
|
|
327
|
-
___NS__omitBy2 as ___NS__omitBy,
|
|
328
|
-
___NS__once2 as ___NS__once,
|
|
329
|
-
___NS__orderBy2 as ___NS__orderBy,
|
|
330
|
-
___NS__over2 as ___NS__over,
|
|
331
|
-
___NS__overArgs2 as ___NS__overArgs,
|
|
332
|
-
___NS__overEvery2 as ___NS__overEvery,
|
|
333
|
-
___NS__overSome2 as ___NS__overSome,
|
|
334
|
-
___NS__pad2 as ___NS__pad,
|
|
335
|
-
___NS__padEnd2 as ___NS__padEnd,
|
|
336
|
-
___NS__padStart2 as ___NS__padStart,
|
|
337
|
-
___NS__parseInt2 as ___NS__parseInt,
|
|
338
|
-
___NS__partial2 as ___NS__partial,
|
|
339
|
-
___NS__partialRight2 as ___NS__partialRight,
|
|
340
|
-
___NS__partition2 as ___NS__partition,
|
|
341
|
-
___NS__pick2 as ___NS__pick,
|
|
342
|
-
___NS__pickBy2 as ___NS__pickBy,
|
|
343
|
-
___NS__property2 as ___NS__property,
|
|
344
|
-
___NS__propertyOf2 as ___NS__propertyOf,
|
|
345
|
-
___NS__pull2 as ___NS__pull,
|
|
346
|
-
___NS__pullAll2 as ___NS__pullAll,
|
|
347
|
-
___NS__pullAllBy2 as ___NS__pullAllBy,
|
|
348
|
-
___NS__pullAllWith2 as ___NS__pullAllWith,
|
|
349
|
-
___NS__pullAt2 as ___NS__pullAt,
|
|
350
|
-
___NS__random2 as ___NS__random,
|
|
351
|
-
___NS__range2 as ___NS__range,
|
|
352
|
-
___NS__rangeRight2 as ___NS__rangeRight,
|
|
353
|
-
___NS__rearg2 as ___NS__rearg,
|
|
354
|
-
___NS__reduce2 as ___NS__reduce,
|
|
355
|
-
___NS__reduceRight2 as ___NS__reduceRight,
|
|
356
|
-
___NS__reject2 as ___NS__reject,
|
|
357
|
-
___NS__remove2 as ___NS__remove,
|
|
358
|
-
___NS__repeat2 as ___NS__repeat,
|
|
359
|
-
___NS__replace2 as ___NS__replace,
|
|
360
|
-
___NS__rest2 as ___NS__rest,
|
|
361
|
-
___NS__result2 as ___NS__result,
|
|
362
|
-
___NS__reverse2 as ___NS__reverse,
|
|
363
|
-
___NS__round2 as ___NS__round,
|
|
364
|
-
___NS__sample2 as ___NS__sample,
|
|
365
|
-
___NS__sampleSize2 as ___NS__sampleSize,
|
|
366
|
-
___NS__set2 as ___NS__set,
|
|
367
|
-
___NS__setWith2 as ___NS__setWith,
|
|
368
|
-
___NS__shuffle2 as ___NS__shuffle,
|
|
369
|
-
___NS__size2 as ___NS__size,
|
|
370
|
-
___NS__slice2 as ___NS__slice,
|
|
371
|
-
___NS__snakeCase2 as ___NS__snakeCase,
|
|
372
|
-
___NS__some2 as ___NS__some,
|
|
373
|
-
___NS__sortBy2 as ___NS__sortBy,
|
|
374
|
-
___NS__sortedIndex2 as ___NS__sortedIndex,
|
|
375
|
-
___NS__sortedIndexBy2 as ___NS__sortedIndexBy,
|
|
376
|
-
___NS__sortedIndexOf2 as ___NS__sortedIndexOf,
|
|
377
|
-
___NS__sortedLastIndex2 as ___NS__sortedLastIndex,
|
|
378
|
-
___NS__sortedLastIndexBy2 as ___NS__sortedLastIndexBy,
|
|
379
|
-
___NS__sortedLastIndexOf2 as ___NS__sortedLastIndexOf,
|
|
380
|
-
___NS__sortedUniq2 as ___NS__sortedUniq,
|
|
381
|
-
___NS__sortedUniqBy2 as ___NS__sortedUniqBy,
|
|
382
|
-
___NS__split2 as ___NS__split,
|
|
383
|
-
___NS__spread2 as ___NS__spread,
|
|
384
|
-
___NS__startCase2 as ___NS__startCase,
|
|
385
|
-
___NS__startsWith2 as ___NS__startsWith,
|
|
386
|
-
___NS__stubArray2 as ___NS__stubArray,
|
|
387
|
-
___NS__stubFalse2 as ___NS__stubFalse,
|
|
388
|
-
___NS__stubObject2 as ___NS__stubObject,
|
|
389
|
-
___NS__stubString2 as ___NS__stubString,
|
|
390
|
-
___NS__stubTrue2 as ___NS__stubTrue,
|
|
391
|
-
___NS__subtract2 as ___NS__subtract,
|
|
392
|
-
___NS__sum2 as ___NS__sum,
|
|
393
|
-
___NS__sumBy2 as ___NS__sumBy,
|
|
394
|
-
___NS__tail2 as ___NS__tail,
|
|
395
|
-
___NS__take2 as ___NS__take,
|
|
396
|
-
___NS__takeRight2 as ___NS__takeRight,
|
|
397
|
-
___NS__takeRightWhile2 as ___NS__takeRightWhile,
|
|
398
|
-
___NS__takeWhile2 as ___NS__takeWhile,
|
|
399
|
-
___NS__tap2 as ___NS__tap,
|
|
400
|
-
___NS__template2 as ___NS__template,
|
|
401
|
-
___NS__templateSettings2 as ___NS__templateSettings,
|
|
402
|
-
___NS__throttle2 as ___NS__throttle,
|
|
403
|
-
___NS__thru2 as ___NS__thru,
|
|
404
|
-
___NS__times2 as ___NS__times,
|
|
405
|
-
___NS__toArray2 as ___NS__toArray,
|
|
406
|
-
___NS__toFinite2 as ___NS__toFinite,
|
|
407
|
-
___NS__toInteger2 as ___NS__toInteger,
|
|
408
|
-
___NS__toLength2 as ___NS__toLength,
|
|
409
|
-
___NS__toLower2 as ___NS__toLower,
|
|
410
|
-
___NS__toNumber2 as ___NS__toNumber,
|
|
411
|
-
___NS__toPairs2 as ___NS__toPairs,
|
|
412
|
-
___NS__toPairsIn2 as ___NS__toPairsIn,
|
|
413
|
-
___NS__toPath2 as ___NS__toPath,
|
|
414
|
-
___NS__toPlainObject2 as ___NS__toPlainObject,
|
|
415
|
-
___NS__toSafeInteger2 as ___NS__toSafeInteger,
|
|
416
|
-
___NS__toString2 as ___NS__toString,
|
|
417
|
-
___NS__toUpper2 as ___NS__toUpper,
|
|
418
|
-
___NS__transform2 as ___NS__transform,
|
|
419
|
-
___NS__trim2 as ___NS__trim,
|
|
420
|
-
___NS__trimEnd2 as ___NS__trimEnd,
|
|
421
|
-
___NS__trimStart2 as ___NS__trimStart,
|
|
422
|
-
___NS__truncate2 as ___NS__truncate,
|
|
423
|
-
___NS__unary2 as ___NS__unary,
|
|
424
|
-
___NS__unescape2 as ___NS__unescape,
|
|
425
|
-
___NS__union2 as ___NS__union,
|
|
426
|
-
___NS__unionBy2 as ___NS__unionBy,
|
|
427
|
-
___NS__unionWith2 as ___NS__unionWith,
|
|
428
|
-
___NS__uniq2 as ___NS__uniq,
|
|
429
|
-
___NS__uniqBy2 as ___NS__uniqBy,
|
|
430
|
-
___NS__uniqWith2 as ___NS__uniqWith,
|
|
431
|
-
___NS__uniqueId2 as ___NS__uniqueId,
|
|
432
|
-
___NS__unset2 as ___NS__unset,
|
|
433
|
-
___NS__unzip2 as ___NS__unzip,
|
|
434
|
-
___NS__unzipWith2 as ___NS__unzipWith,
|
|
435
|
-
___NS__update2 as ___NS__update,
|
|
436
|
-
___NS__updateWith2 as ___NS__updateWith,
|
|
437
|
-
___NS__upperCase2 as ___NS__upperCase,
|
|
438
|
-
___NS__upperFirst2 as ___NS__upperFirst,
|
|
439
|
-
___NS__values2 as ___NS__values,
|
|
440
|
-
___NS__valuesIn2 as ___NS__valuesIn,
|
|
441
|
-
___NS__without2 as ___NS__without,
|
|
442
|
-
___NS__words2 as ___NS__words,
|
|
443
|
-
___NS__wrap2 as ___NS__wrap,
|
|
444
|
-
___NS__xor2 as ___NS__xor,
|
|
445
|
-
___NS__xorBy2 as ___NS__xorBy,
|
|
446
|
-
___NS__xorWith2 as ___NS__xorWith,
|
|
447
|
-
___NS__zip2 as ___NS__zip,
|
|
448
|
-
___NS__zipObject2 as ___NS__zipObject,
|
|
449
|
-
___NS__zipObjectDeep2 as ___NS__zipObjectDeep,
|
|
450
|
-
___NS__zipWith2 as ___NS__zipWith,
|
|
451
146
|
chalk,
|
|
452
147
|
child_process,
|
|
453
148
|
chokidar,
|
package/lib-prod/package.json
CHANGED
package/lib-prod/public-api.js
CHANGED
|
@@ -2,103 +2,3 @@ export * from "./core-imports";
|
|
|
2
2
|
export * from "./core-models";
|
|
3
3
|
export * from "./core-config";
|
|
4
4
|
export * from "./progress-data";
|
|
5
|
-
import { Helpers__NS___fixCommand, Helpers__NS__bigMaxBuffer, Helpers__NS__checkProcess, Helpers__NS__cleanExit, Helpers__NS__clearConsole, Helpers__NS__command, Helpers__NS__commandOutputAsString, Helpers__NS__commandOutputAsStringAsync, Helpers__NS__compilationWrapper, Helpers__NS__contain, Helpers__NS__createFolder, Helpers__NS__createSymLink, Helpers__NS__error, Helpers__NS__execute, Helpers__NS__exists, Helpers__NS__filesFrom, Helpers__NS__foldersFrom, Helpers__NS__getFilesFrom, Helpers__NS__getFoldersFrom, Helpers__NS__getIsBrowser, Helpers__NS__getIsElectron, Helpers__NS__getIsNode, Helpers__NS__getIsRunningInGitBash, Helpers__NS__getIsSupportedTaonTerminal, Helpers__NS__getIsVerboseMode, Helpers__NS__getIsWebSQL, Helpers__NS__getIsWsl, Helpers__NS__getStdio, Helpers__NS__hideNodeWarnings, Helpers__NS__info, Helpers__NS__isBlob, Helpers__NS__isBuffer, Helpers__NS__isClass, Helpers__NS__isExistedSymlink, Helpers__NS__isFile, Helpers__NS__isFolder, Helpers__NS__isRunningInDocker, Helpers__NS__isRunningInLinuxGraphicsCapableEnvironment, Helpers__NS__isSymlinkFileExitedOrUnexisted, Helpers__NS__isSymlinkThatMatchesUrl, Helpers__NS__isUnexistedLink, Helpers__NS__killOnPort, Helpers__NS__killProcess, Helpers__NS__killProcessByPort, Helpers__NS__linksToFolderFrom, Helpers__NS__linksToFoldersFrom, Helpers__NS__log, Helpers__NS__logError, Helpers__NS__logInfo, Helpers__NS__logProc, Helpers__NS__logSuccess, Helpers__NS__logWarn, Helpers__NS__mediaTypeFromSrc, Helpers__NS__mkdirp, Helpers__NS__modifyLineByLine, Helpers__NS__msgCacheClear, Helpers__NS__openFolderInFileExplorer, Helpers__NS__parse, Helpers__NS__pathContainLink, Helpers__NS__questionYesNo, Helpers__NS__readFile, Helpers__NS__readJson, Helpers__NS__readJson5, Helpers__NS__readJsonC, Helpers__NS__relative, Helpers__NS__remove, Helpers__NS__removeEmptyLineFromString, Helpers__NS__removeFileIfExists, Helpers__NS__removeFolderIfExists, Helpers__NS__removeIfExists, Helpers__NS__removeSlashAtBegin, Helpers__NS__removeSlashAtEnd, Helpers__NS__removeSymlinks, Helpers__NS__renderError, Helpers__NS__replaceLinesInFile, Helpers__NS__run, Helpers__NS__runAsyncIn, Helpers__NS__runSyncIn, Helpers__NS__runSyncOrAsync, Helpers__NS__sleep, Helpers__NS__stopApplication, Helpers__NS__stringify, Helpers__NS__success, Helpers__NS__taskDone, Helpers__NS__taskStarted, Helpers__NS__throwError, Helpers__NS__timeout, Helpers__NS__tryCatchError, Helpers__NS__tryReadFile, Helpers__NS__tryRemoveDir, Helpers__NS__values, Helpers__NS__wait, Helpers__NS__warn, Helpers__NS__writeFile, Helpers__NS__writeJson, Helpers__NS__writeJson5, Helpers__NS__writeJsonC } from "./helpers";
|
|
6
|
-
export {
|
|
7
|
-
Helpers__NS___fixCommand,
|
|
8
|
-
Helpers__NS__bigMaxBuffer,
|
|
9
|
-
Helpers__NS__checkProcess,
|
|
10
|
-
Helpers__NS__cleanExit,
|
|
11
|
-
Helpers__NS__clearConsole,
|
|
12
|
-
Helpers__NS__command,
|
|
13
|
-
Helpers__NS__commandOutputAsString,
|
|
14
|
-
Helpers__NS__commandOutputAsStringAsync,
|
|
15
|
-
Helpers__NS__compilationWrapper,
|
|
16
|
-
Helpers__NS__contain,
|
|
17
|
-
Helpers__NS__createFolder,
|
|
18
|
-
Helpers__NS__createSymLink,
|
|
19
|
-
Helpers__NS__error,
|
|
20
|
-
Helpers__NS__execute,
|
|
21
|
-
Helpers__NS__exists,
|
|
22
|
-
Helpers__NS__filesFrom,
|
|
23
|
-
Helpers__NS__foldersFrom,
|
|
24
|
-
Helpers__NS__getFilesFrom,
|
|
25
|
-
Helpers__NS__getFoldersFrom,
|
|
26
|
-
Helpers__NS__getIsBrowser,
|
|
27
|
-
Helpers__NS__getIsElectron,
|
|
28
|
-
Helpers__NS__getIsNode,
|
|
29
|
-
Helpers__NS__getIsRunningInGitBash,
|
|
30
|
-
Helpers__NS__getIsSupportedTaonTerminal,
|
|
31
|
-
Helpers__NS__getIsVerboseMode,
|
|
32
|
-
Helpers__NS__getIsWebSQL,
|
|
33
|
-
Helpers__NS__getIsWsl,
|
|
34
|
-
Helpers__NS__getStdio,
|
|
35
|
-
Helpers__NS__hideNodeWarnings,
|
|
36
|
-
Helpers__NS__info,
|
|
37
|
-
Helpers__NS__isBlob,
|
|
38
|
-
Helpers__NS__isBuffer,
|
|
39
|
-
Helpers__NS__isClass,
|
|
40
|
-
Helpers__NS__isExistedSymlink,
|
|
41
|
-
Helpers__NS__isFile,
|
|
42
|
-
Helpers__NS__isFolder,
|
|
43
|
-
Helpers__NS__isRunningInDocker,
|
|
44
|
-
Helpers__NS__isRunningInLinuxGraphicsCapableEnvironment,
|
|
45
|
-
Helpers__NS__isSymlinkFileExitedOrUnexisted,
|
|
46
|
-
Helpers__NS__isSymlinkThatMatchesUrl,
|
|
47
|
-
Helpers__NS__isUnexistedLink,
|
|
48
|
-
Helpers__NS__killOnPort,
|
|
49
|
-
Helpers__NS__killProcess,
|
|
50
|
-
Helpers__NS__killProcessByPort,
|
|
51
|
-
Helpers__NS__linksToFolderFrom,
|
|
52
|
-
Helpers__NS__linksToFoldersFrom,
|
|
53
|
-
Helpers__NS__log,
|
|
54
|
-
Helpers__NS__logError,
|
|
55
|
-
Helpers__NS__logInfo,
|
|
56
|
-
Helpers__NS__logProc,
|
|
57
|
-
Helpers__NS__logSuccess,
|
|
58
|
-
Helpers__NS__logWarn,
|
|
59
|
-
Helpers__NS__mediaTypeFromSrc,
|
|
60
|
-
Helpers__NS__mkdirp,
|
|
61
|
-
Helpers__NS__modifyLineByLine,
|
|
62
|
-
Helpers__NS__msgCacheClear,
|
|
63
|
-
Helpers__NS__openFolderInFileExplorer,
|
|
64
|
-
Helpers__NS__parse,
|
|
65
|
-
Helpers__NS__pathContainLink,
|
|
66
|
-
Helpers__NS__questionYesNo,
|
|
67
|
-
Helpers__NS__readFile,
|
|
68
|
-
Helpers__NS__readJson,
|
|
69
|
-
Helpers__NS__readJson5,
|
|
70
|
-
Helpers__NS__readJsonC,
|
|
71
|
-
Helpers__NS__relative,
|
|
72
|
-
Helpers__NS__remove,
|
|
73
|
-
Helpers__NS__removeEmptyLineFromString,
|
|
74
|
-
Helpers__NS__removeFileIfExists,
|
|
75
|
-
Helpers__NS__removeFolderIfExists,
|
|
76
|
-
Helpers__NS__removeIfExists,
|
|
77
|
-
Helpers__NS__removeSlashAtBegin,
|
|
78
|
-
Helpers__NS__removeSlashAtEnd,
|
|
79
|
-
Helpers__NS__removeSymlinks,
|
|
80
|
-
Helpers__NS__renderError,
|
|
81
|
-
Helpers__NS__replaceLinesInFile,
|
|
82
|
-
Helpers__NS__run,
|
|
83
|
-
Helpers__NS__runAsyncIn,
|
|
84
|
-
Helpers__NS__runSyncIn,
|
|
85
|
-
Helpers__NS__runSyncOrAsync,
|
|
86
|
-
Helpers__NS__sleep,
|
|
87
|
-
Helpers__NS__stopApplication,
|
|
88
|
-
Helpers__NS__stringify,
|
|
89
|
-
Helpers__NS__success,
|
|
90
|
-
Helpers__NS__taskDone,
|
|
91
|
-
Helpers__NS__taskStarted,
|
|
92
|
-
Helpers__NS__throwError,
|
|
93
|
-
Helpers__NS__timeout,
|
|
94
|
-
Helpers__NS__tryCatchError,
|
|
95
|
-
Helpers__NS__tryReadFile,
|
|
96
|
-
Helpers__NS__tryRemoveDir,
|
|
97
|
-
Helpers__NS__values,
|
|
98
|
-
Helpers__NS__wait,
|
|
99
|
-
Helpers__NS__warn,
|
|
100
|
-
Helpers__NS__writeFile,
|
|
101
|
-
Helpers__NS__writeJson,
|
|
102
|
-
Helpers__NS__writeJson5,
|
|
103
|
-
Helpers__NS__writeJsonC
|
|
104
|
-
};
|
package/lib-prod/utils.js
CHANGED
|
@@ -148,7 +148,7 @@ async function Utils__NS__binary__NS__blobToArrayBuffer(blob) {
|
|
|
148
148
|
});
|
|
149
149
|
}
|
|
150
150
|
function Utils__NS__binary__NS__blobToBase64(blob) {
|
|
151
|
-
return new Promise((resolve,
|
|
151
|
+
return new Promise((resolve, _2) => {
|
|
152
152
|
const reader = new FileReader();
|
|
153
153
|
reader.onloadend = () => resolve(reader.result);
|
|
154
154
|
reader.readAsDataURL(blob);
|
|
@@ -1173,11 +1173,26 @@ const UtilsSudo__NS__isCurrentProcessElevated = async () => {
|
|
|
1173
1173
|
return await isElevated();
|
|
1174
1174
|
};
|
|
1175
1175
|
const SudoStatusLabel = {
|
|
1176
|
-
[
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
[
|
|
1176
|
+
[
|
|
1177
|
+
"NotInstalled"
|
|
1178
|
+
/* NotInstalled */
|
|
1179
|
+
]: "sudo is not installed",
|
|
1180
|
+
[
|
|
1181
|
+
"Disabled"
|
|
1182
|
+
/* Disabled */
|
|
1183
|
+
]: "sudo is disabled",
|
|
1184
|
+
[
|
|
1185
|
+
"Enabled_ForceNewWindow"
|
|
1186
|
+
/* Enabled_ForceNewWindow */
|
|
1187
|
+
]: "sudo enabled \u2192 opens new window (ForceNewWindow)",
|
|
1188
|
+
[
|
|
1189
|
+
"Enabled_Inline"
|
|
1190
|
+
/* Enabled_Inline */
|
|
1191
|
+
]: "sudo enabled \u2192 inline mode (runs in same window)",
|
|
1192
|
+
[
|
|
1193
|
+
"Unknown"
|
|
1194
|
+
/* Unknown */
|
|
1195
|
+
]: "sudo present but status unknown"
|
|
1181
1196
|
};
|
|
1182
1197
|
async function getSudoEnabledValue() {
|
|
1183
1198
|
const execAsync = promisify(child_process.exec);
|
|
@@ -1197,15 +1212,18 @@ async function UtilsSudo__NS__getStatus() {
|
|
|
1197
1212
|
const hasCommand = await UtilsOs__NS__commandExistsAsync("sudo");
|
|
1198
1213
|
if (!hasCommand) {
|
|
1199
1214
|
return {
|
|
1200
|
-
status: "NotInstalled"
|
|
1201
|
-
label: SudoStatusLabel[
|
|
1215
|
+
status: "NotInstalled",
|
|
1216
|
+
label: SudoStatusLabel[
|
|
1217
|
+
"NotInstalled"
|
|
1218
|
+
/* NotInstalled */
|
|
1219
|
+
],
|
|
1202
1220
|
isAvailable: false,
|
|
1203
1221
|
isInline: false
|
|
1204
1222
|
};
|
|
1205
1223
|
}
|
|
1206
1224
|
if (!UtilsOs__NS__isRunningInWindows) {
|
|
1207
1225
|
return {
|
|
1208
|
-
status: "Enabled_Inline"
|
|
1226
|
+
status: "Enabled_Inline",
|
|
1209
1227
|
label: "sudo is available (non-Windows OS)",
|
|
1210
1228
|
isAvailable: true,
|
|
1211
1229
|
isInline: true
|
|
@@ -1215,23 +1233,24 @@ async function UtilsSudo__NS__getStatus() {
|
|
|
1215
1233
|
let status;
|
|
1216
1234
|
switch (enabledValue) {
|
|
1217
1235
|
case 0:
|
|
1218
|
-
status = "Disabled"
|
|
1236
|
+
status = "Disabled";
|
|
1219
1237
|
break;
|
|
1220
1238
|
case 2:
|
|
1221
|
-
status = "Enabled_ForceNewWindow"
|
|
1239
|
+
status = "Enabled_ForceNewWindow";
|
|
1222
1240
|
break;
|
|
1223
1241
|
case 3:
|
|
1224
|
-
status = "Enabled_Inline"
|
|
1242
|
+
status = "Enabled_Inline";
|
|
1225
1243
|
break;
|
|
1226
1244
|
default:
|
|
1227
|
-
status = "Unknown"
|
|
1245
|
+
status = "Unknown";
|
|
1228
1246
|
break;
|
|
1229
1247
|
}
|
|
1230
1248
|
return {
|
|
1231
1249
|
status,
|
|
1232
1250
|
label: SudoStatusLabel[status],
|
|
1233
1251
|
isAvailable: true,
|
|
1234
|
-
isInline: status === "Enabled_Inline"
|
|
1252
|
+
isInline: status === "Enabled_Inline"
|
|
1253
|
+
/* Enabled_Inline */
|
|
1235
1254
|
};
|
|
1236
1255
|
}
|
|
1237
1256
|
const UtilsSudo__NS__isInProperModeForTaon = async ({
|
|
@@ -1873,7 +1892,7 @@ const UtilsOs__NS__isRunningInWsl = () => {
|
|
|
1873
1892
|
}
|
|
1874
1893
|
try {
|
|
1875
1894
|
return fse.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft");
|
|
1876
|
-
} catch (
|
|
1895
|
+
} catch (_2) {
|
|
1877
1896
|
return false;
|
|
1878
1897
|
}
|
|
1879
1898
|
};
|