@modern-js/utils 1.3.6 → 1.3.7-alpha.prebundle.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc.js +9 -0
- package/CHANGELOG.md +6 -0
- package/compiled/browserslist/index.d.ts +178 -0
- package/compiled/browserslist/index.js +1 -0
- package/compiled/browserslist/license +20 -0
- package/compiled/browserslist/package.json +1 -0
- package/compiled/chalk/index.d.ts +415 -0
- package/compiled/chalk/index.js +1 -0
- package/compiled/chalk/license +9 -0
- package/compiled/chalk/package.json +1 -0
- package/compiled/chokidar/anymatch/index.d.ts +19 -0
- package/compiled/chokidar/fsevents.node +0 -0
- package/compiled/chokidar/index.js +40 -0
- package/compiled/chokidar/license +21 -0
- package/compiled/chokidar/package.json +1 -0
- package/compiled/chokidar/types/index.d.ts +188 -0
- package/compiled/commander/index.js +1 -0
- package/compiled/commander/license +22 -0
- package/compiled/commander/package.json +1 -0
- package/compiled/commander/typings/index.d.ts +774 -0
- package/compiled/debug/index.d.ts +54 -0
- package/compiled/debug/index.js +1 -0
- package/compiled/debug/license +20 -0
- package/compiled/debug/ms/index.d.ts +25 -0
- package/compiled/debug/package.json +1 -0
- package/compiled/execa/index.d.ts +564 -0
- package/compiled/execa/index.js +1 -0
- package/compiled/execa/license +9 -0
- package/compiled/execa/package.json +1 -0
- package/compiled/filesize/filesize.d.ts +131 -0
- package/compiled/filesize/index.js +9 -0
- package/compiled/filesize/license +28 -0
- package/compiled/filesize/package.json +1 -0
- package/compiled/fs-extra/index.d.ts +563 -0
- package/compiled/fs-extra/index.js +1 -0
- package/compiled/fs-extra/license +15 -0
- package/compiled/fs-extra/package.json +1 -0
- package/compiled/glob/index.d.ts +91 -0
- package/compiled/glob/index.js +1 -0
- package/compiled/glob/license +21 -0
- package/compiled/glob/minimatch/index.d.ts +204 -0
- package/compiled/glob/package.json +1 -0
- package/compiled/gzip-size/index.d.ts +96 -0
- package/compiled/gzip-size/index.js +1 -0
- package/compiled/gzip-size/license +9 -0
- package/compiled/gzip-size/package.json +1 -0
- package/compiled/import-lazy/index.d.ts +26 -0
- package/compiled/import-lazy/index.js +1 -0
- package/compiled/import-lazy/license +9 -0
- package/compiled/import-lazy/package.json +1 -0
- package/compiled/js-yaml/index.d.ts +154 -0
- package/compiled/js-yaml/index.js +1 -0
- package/compiled/js-yaml/license +21 -0
- package/compiled/js-yaml/package.json +1 -0
- package/compiled/lodash/common/array.d.ts +2126 -0
- package/compiled/lodash/common/collection.d.ts +1930 -0
- package/compiled/lodash/common/common.d.ts +280 -0
- package/compiled/lodash/common/date.d.ts +23 -0
- package/compiled/lodash/common/function.d.ts +1446 -0
- package/compiled/lodash/common/lang.d.ts +1693 -0
- package/compiled/lodash/common/math.d.ts +405 -0
- package/compiled/lodash/common/number.d.ts +131 -0
- package/compiled/lodash/common/object.d.ts +2519 -0
- package/compiled/lodash/common/seq.d.ts +210 -0
- package/compiled/lodash/common/string.d.ts +788 -0
- package/compiled/lodash/common/util.d.ts +1220 -0
- package/compiled/lodash/index.d.ts +46 -0
- package/compiled/lodash/index.js +9 -0
- package/compiled/lodash/license +47 -0
- package/compiled/lodash/package.json +1 -0
- package/compiled/pkg-up/index.d.ts +48 -0
- package/compiled/pkg-up/index.js +1 -0
- package/compiled/pkg-up/license +9 -0
- package/compiled/pkg-up/package.json +1 -0
- package/compiled/recursive-readdir/index.d.ts +21 -0
- package/compiled/recursive-readdir/index.js +1 -0
- package/compiled/recursive-readdir/license +21 -0
- package/compiled/recursive-readdir/package.json +1 -0
- package/compiled/signale/index.d.ts +162 -0
- package/compiled/signale/index.js +1 -0
- package/compiled/signale/package.json +1 -0
- package/compiled/strip-ansi/index.d.ts +17 -0
- package/compiled/strip-ansi/index.js +1 -0
- package/compiled/strip-ansi/license +9 -0
- package/compiled/strip-ansi/package.json +1 -0
- package/compiled/upath/index.js +1 -0
- package/compiled/upath/license +22 -0
- package/compiled/upath/package.json +1 -0
- package/compiled/upath/upath.d.ts +241 -0
- package/dist/{types/FileSizeReporter.d.ts → FileSizeReporter.d.ts} +5 -5
- package/dist/FileSizeReporter.js +151 -0
- package/dist/{types/alias.d.ts → alias.d.ts} +12 -14
- package/dist/alias.js +62 -0
- package/dist/applyOptionsChain.d.ts +6 -0
- package/dist/applyOptionsChain.js +30 -0
- package/dist/clearConsole.d.ts +1 -0
- package/dist/clearConsole.js +9 -0
- package/dist/{types/compatRequire.d.ts → compatRequire.d.ts} +1 -1
- package/dist/compatRequire.js +28 -0
- package/dist/compiled/upath/index.d.ts +225 -0
- package/dist/compiled/upath/index.js +1 -0
- package/dist/compiled.d.ts +21 -0
- package/dist/compiled.js +33 -0
- package/dist/constants.d.ts +209 -0
- package/dist/constants.js +264 -0
- package/dist/{js/modern/debug.js → debug.d.ts} +1 -3
- package/dist/debug.js +11 -0
- package/dist/emptyDir.d.ts +1 -0
- package/dist/emptyDir.js +19 -0
- package/dist/{types/ensureAbsolutePath.d.ts → ensureAbsolutePath.d.ts} +1 -1
- package/dist/ensureAbsolutePath.js +15 -0
- package/dist/{types/findExists.d.ts → findExists.d.ts} +1 -1
- package/dist/findExists.js +21 -0
- package/dist/{types/format.d.ts → format.d.ts} +5 -5
- package/dist/format.js +113 -0
- package/dist/{types/generateMetaTags.d.ts → generateMetaTags.d.ts} +3 -3
- package/dist/generateMetaTags.js +48 -0
- package/dist/{types/getBrowserslist.d.ts → getBrowserslist.d.ts} +1 -1
- package/dist/getBrowserslist.js +7 -0
- package/dist/{types/getCacheIdentifier.d.ts → getCacheIdentifier.d.ts} +3 -3
- package/dist/getCacheIdentifier.js +24 -0
- package/dist/{types/getEntryOptions.d.ts → getEntryOptions.d.ts} +1 -1
- package/dist/getEntryOptions.js +26 -0
- package/dist/{types/getPackageManager.d.ts → getPackageManager.d.ts} +1 -1
- package/dist/getPackageManager.js +47 -0
- package/dist/{types/getPort.d.ts → getPort.d.ts} +1 -1
- package/dist/getPort.js +62 -0
- package/dist/{types/import.d.ts → import.d.ts} +2 -2
- package/dist/import.js +10 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.js +43 -0
- package/dist/{types/is → is}/index.d.ts +1 -4
- package/dist/is/index.js +82 -0
- package/dist/{types/is → is}/node-env.d.ts +1 -1
- package/dist/is/node-env.js +12 -0
- package/dist/is/platform.d.ts +2 -0
- package/dist/is/platform.js +10 -0
- package/dist/{types/is → is}/type.d.ts +1 -1
- package/dist/is/type.js +38 -0
- package/dist/logger.d.ts +63 -0
- package/dist/logger.js +128 -0
- package/dist/{types/monorepo.d.ts → monorepo.d.ts} +3 -3
- package/dist/monorepo.js +80 -0
- package/dist/{types/nodeEnv.d.ts → nodeEnv.d.ts} +1 -1
- package/dist/nodeEnv.js +49 -0
- package/dist/{types/path.d.ts → path.d.ts} +1 -1
- package/dist/path.js +14 -0
- package/dist/{types/pkgUp.d.ts → pkgUp.d.ts} +1 -1
- package/dist/pkgUp.js +8 -0
- package/dist/{types/prettyInstructions.d.ts → prettyInstructions.d.ts} +2 -2
- package/dist/prettyInstructions.js +64 -0
- package/dist/{types/printBuildError.d.ts → printBuildError.d.ts} +1 -1
- package/dist/printBuildError.js +43 -0
- package/dist/{types/readTsConfig.d.ts → readTsConfig.d.ts} +1 -1
- package/dist/readTsConfig.js +19 -0
- package/dist/{types/removeSlash.d.ts → removeSlash.d.ts} +1 -1
- package/dist/removeSlash.js +9 -0
- package/dist/{types/runtimeExports.d.ts → runtimeExports.d.ts} +3 -3
- package/dist/runtimeExports.js +53 -0
- package/dist/src/FileSizeReporter.d.ts +16 -0
- package/dist/src/FileSizeReporter.js +152 -0
- package/dist/src/alias.d.ts +21 -0
- package/dist/src/alias.js +62 -0
- package/dist/src/applyOptionsChain.d.ts +6 -0
- package/dist/src/applyOptionsChain.js +30 -0
- package/dist/src/clearConsole.d.ts +1 -0
- package/dist/src/clearConsole.js +9 -0
- package/dist/src/compatRequire.d.ts +8 -0
- package/dist/src/compatRequire.js +28 -0
- package/dist/src/compiled.d.ts +7 -0
- package/dist/src/compiled.js +19 -0
- package/dist/src/constants.d.ts +209 -0
- package/dist/src/constants.js +264 -0
- package/dist/{types → src}/debug.d.ts +1 -2
- package/dist/src/debug.js +14 -0
- package/dist/src/emptyDir.d.ts +1 -0
- package/dist/src/emptyDir.js +22 -0
- package/dist/{js/modern/ensureAbsolutePath.js → src/ensureAbsolutePath.d.ts} +1 -3
- package/dist/src/ensureAbsolutePath.js +15 -0
- package/dist/src/findExists.d.ts +6 -0
- package/dist/src/findExists.js +21 -0
- package/dist/src/format.d.ts +16 -0
- package/dist/src/format.js +115 -0
- package/dist/src/generateMetaTags.d.ts +16 -0
- package/dist/src/generateMetaTags.js +48 -0
- package/dist/src/getBrowserslist.d.ts +2 -0
- package/dist/src/getBrowserslist.js +7 -0
- package/dist/src/getCacheIdentifier.d.ts +7 -0
- package/dist/src/getCacheIdentifier.js +24 -0
- package/dist/src/getEntryOptions.d.ts +1 -0
- package/dist/src/getEntryOptions.js +26 -0
- package/dist/src/getPackageManager.d.ts +1 -0
- package/dist/src/getPackageManager.js +47 -0
- package/dist/src/getPort.d.ts +7 -0
- package/dist/src/getPort.js +62 -0
- package/dist/src/import.d.ts +5 -0
- package/dist/src/import.js +10 -0
- package/dist/{types → src}/index.d.ts +2 -3
- package/dist/src/index.js +57 -0
- package/dist/src/is/index.d.ts +34 -0
- package/dist/src/is/index.js +82 -0
- package/dist/src/is/node-env.d.ts +4 -0
- package/dist/src/is/node-env.js +12 -0
- package/dist/src/is/platform.d.ts +2 -0
- package/dist/src/is/platform.js +10 -0
- package/dist/src/is/type.d.ts +8 -0
- package/dist/src/is/type.js +38 -0
- package/dist/src/logger.d.ts +63 -0
- package/dist/src/logger.js +129 -0
- package/dist/src/monorepo.d.ts +11 -0
- package/dist/src/monorepo.js +81 -0
- package/dist/src/nodeEnv.d.ts +3 -0
- package/dist/src/nodeEnv.js +52 -0
- package/dist/src/path.d.ts +3 -0
- package/dist/src/path.js +14 -0
- package/dist/src/prettyInstructions.d.ts +6 -0
- package/dist/src/prettyInstructions.js +64 -0
- package/dist/src/printBuildError.d.ts +8 -0
- package/dist/src/printBuildError.js +43 -0
- package/dist/src/readTsConfig.d.ts +2 -0
- package/dist/src/readTsConfig.js +19 -0
- package/dist/src/removeSlash.d.ts +3 -0
- package/dist/src/removeSlash.js +9 -0
- package/dist/src/runtimeExports.d.ts +4 -0
- package/dist/src/runtimeExports.js +53 -0
- package/dist/{types → src}/wait.d.ts +1 -1
- package/dist/src/wait.js +7 -0
- package/dist/{types → src}/watch.d.ts +3 -3
- package/dist/src/watch.js +65 -0
- package/dist/wait.d.ts +2 -0
- package/dist/wait.js +7 -0
- package/dist/watch.d.ts +8 -0
- package/dist/watch.js +64 -0
- package/jest.config.js +0 -1
- package/package.json +55 -39
- package/tests/debug.test.ts +2 -2
- package/tests/is.test.ts +27 -0
- package/tests/isPlatform.test.ts +19 -0
- package/tests/prettyInstructions.test.ts +1 -1
- package/tsconfig.json +3 -5
- package/dist/js/modern/FileSizeReporter.js +0 -156
- package/dist/js/modern/alias.js +0 -74
- package/dist/js/modern/applyOptionsChain.js +0 -27
- package/dist/js/modern/chalk.js +0 -2
- package/dist/js/modern/clearConsole.js +0 -5
- package/dist/js/modern/compatRequire.js +0 -26
- package/dist/js/modern/constants.js +0 -333
- package/dist/js/modern/emptyDir.js +0 -6
- package/dist/js/modern/findExists.js +0 -16
- package/dist/js/modern/format.js +0 -137
- package/dist/js/modern/generateMetaTags.js +0 -49
- package/dist/js/modern/getBrowserslist.js +0 -5
- package/dist/js/modern/getCacheIdentifier.js +0 -20
- package/dist/js/modern/getEntryOptions.js +0 -24
- package/dist/js/modern/getPackageManager.js +0 -37
- package/dist/js/modern/getPort.js +0 -52
- package/dist/js/modern/import.js +0 -11
- package/dist/js/modern/index.js +0 -34
- package/dist/js/modern/is/index.js +0 -77
- package/dist/js/modern/is/node-env.js +0 -5
- package/dist/js/modern/is/platform.js +0 -2
- package/dist/js/modern/is/type.js +0 -27
- package/dist/js/modern/logger.js +0 -152
- package/dist/js/modern/monorepo.js +0 -84
- package/dist/js/modern/nodeEnv.js +0 -31
- package/dist/js/modern/path.js +0 -5
- package/dist/js/modern/pkgUp.js +0 -2
- package/dist/js/modern/prettyInstructions.js +0 -79
- package/dist/js/modern/printBuildError.js +0 -40
- package/dist/js/modern/readTsConfig.js +0 -13
- package/dist/js/modern/removeSlash.js +0 -3
- package/dist/js/modern/runtimeExports.js +0 -52
- package/dist/js/modern/wait.js +0 -5
- package/dist/js/modern/watch.js +0 -43
- package/dist/js/node/FileSizeReporter.js +0 -175
- package/dist/js/node/alias.js +0 -97
- package/dist/js/node/applyOptionsChain.js +0 -37
- package/dist/js/node/chalk.js +0 -15
- package/dist/js/node/clearConsole.js +0 -14
- package/dist/js/node/compatRequire.js +0 -41
- package/dist/js/node/constants.js +0 -353
- package/dist/js/node/debug.js +0 -19
- package/dist/js/node/emptyDir.js +0 -18
- package/dist/js/node/ensureAbsolutePath.js +0 -20
- package/dist/js/node/findExists.js +0 -27
- package/dist/js/node/format.js +0 -141
- package/dist/js/node/generateMetaTags.js +0 -58
- package/dist/js/node/getBrowserslist.js +0 -17
- package/dist/js/node/getCacheIdentifier.js +0 -27
- package/dist/js/node/getEntryOptions.js +0 -35
- package/dist/js/node/getPackageManager.js +0 -51
- package/dist/js/node/getPort.js +0 -67
- package/dist/js/node/import.js +0 -19
- package/dist/js/node/index.js +0 -465
- package/dist/js/node/is/index.js +0 -150
- package/dist/js/node/is/node-env.js +0 -23
- package/dist/js/node/is/platform.js +0 -14
- package/dist/js/node/is/type.js +0 -48
- package/dist/js/node/logger.js +0 -162
- package/dist/js/node/monorepo.js +0 -118
- package/dist/js/node/nodeEnv.js +0 -45
- package/dist/js/node/path.js +0 -24
- package/dist/js/node/pkgUp.js +0 -15
- package/dist/js/node/prettyInstructions.js +0 -95
- package/dist/js/node/printBuildError.js +0 -52
- package/dist/js/node/readTsConfig.js +0 -28
- package/dist/js/node/removeSlash.js +0 -18
- package/dist/js/node/runtimeExports.js +0 -68
- package/dist/js/node/wait.js +0 -12
- package/dist/js/node/watch.js +0 -61
- package/dist/js/treeshaking/FileSizeReporter.js +0 -185
- package/dist/js/treeshaking/alias.js +0 -72
- package/dist/js/treeshaking/applyOptionsChain.js +0 -31
- package/dist/js/treeshaking/chalk.js +0 -2
- package/dist/js/treeshaking/clearConsole.js +0 -5
- package/dist/js/treeshaking/compatRequire.js +0 -29
- package/dist/js/treeshaking/constants.js +0 -333
- package/dist/js/treeshaking/debug.js +0 -10
- package/dist/js/treeshaking/emptyDir.js +0 -37
- package/dist/js/treeshaking/ensureAbsolutePath.js +0 -11
- package/dist/js/treeshaking/findExists.js +0 -33
- package/dist/js/treeshaking/format.js +0 -167
- package/dist/js/treeshaking/generateMetaTags.js +0 -55
- package/dist/js/treeshaking/getBrowserslist.js +0 -7
- package/dist/js/treeshaking/getCacheIdentifier.js +0 -35
- package/dist/js/treeshaking/getEntryOptions.js +0 -26
- package/dist/js/treeshaking/getPackageManager.js +0 -101
- package/dist/js/treeshaking/getPort.js +0 -103
- package/dist/js/treeshaking/import.js +0 -11
- package/dist/js/treeshaking/index.js +0 -34
- package/dist/js/treeshaking/is/index.js +0 -81
- package/dist/js/treeshaking/is/node-env.js +0 -13
- package/dist/js/treeshaking/is/platform.js +0 -6
- package/dist/js/treeshaking/is/type.js +0 -29
- package/dist/js/treeshaking/logger.js +0 -188
- package/dist/js/treeshaking/monorepo.js +0 -95
- package/dist/js/treeshaking/nodeEnv.js +0 -108
- package/dist/js/treeshaking/path.js +0 -11
- package/dist/js/treeshaking/pkgUp.js +0 -2
- package/dist/js/treeshaking/prettyInstructions.js +0 -100
- package/dist/js/treeshaking/printBuildError.js +0 -40
- package/dist/js/treeshaking/readTsConfig.js +0 -13
- package/dist/js/treeshaking/removeSlash.js +0 -9
- package/dist/js/treeshaking/runtimeExports.js +0 -61
- package/dist/js/treeshaking/wait.js +0 -8
- package/dist/js/treeshaking/watch.js +0 -112
- package/dist/types/applyOptionsChain.d.ts +0 -6
- package/dist/types/chalk.d.ts +0 -2
- package/dist/types/clearConsole.d.ts +0 -1
- package/dist/types/constants.d.ts +0 -219
- package/dist/types/emptyDir.d.ts +0 -1
- package/dist/types/is/platform.d.ts +0 -2
- package/dist/types/logger.d.ts +0 -63
@@ -1,95 +0,0 @@
|
|
1
|
-
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; }
|
2
|
-
|
3
|
-
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; }
|
4
|
-
|
5
|
-
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; }
|
6
|
-
|
7
|
-
import fs from 'fs';
|
8
|
-
import path from 'path';
|
9
|
-
import glob from 'glob';
|
10
|
-
import yaml from 'yaml';
|
11
|
-
var PACKAGE_MAX_DEPTH = 5;
|
12
|
-
var WOKRSPACES_FILES = {
|
13
|
-
YARN: 'package.json',
|
14
|
-
PNPM: 'pnpm-workspaces.yaml',
|
15
|
-
LERNA: 'lerna.json'
|
16
|
-
};
|
17
|
-
export var isLerna = function isLerna(root) {
|
18
|
-
return fs.existsSync(path.join(root, WOKRSPACES_FILES.LERNA));
|
19
|
-
};
|
20
|
-
export var isYarnWorkspaces = function isYarnWorkspaces(root) {
|
21
|
-
var _json$workspaces;
|
22
|
-
|
23
|
-
var pkg = path.join(root, WOKRSPACES_FILES.YARN);
|
24
|
-
|
25
|
-
if (!fs.existsSync(pkg)) {
|
26
|
-
return false;
|
27
|
-
}
|
28
|
-
|
29
|
-
var json = JSON.parse(fs.readFileSync(pkg, 'utf8'));
|
30
|
-
return Boolean((_json$workspaces = json.workspaces) === null || _json$workspaces === void 0 ? void 0 : _json$workspaces.packages);
|
31
|
-
};
|
32
|
-
export var isPnpmWorkspaces = function isPnpmWorkspaces(root) {
|
33
|
-
return fs.existsSync(path.join(root, WOKRSPACES_FILES.PNPM));
|
34
|
-
};
|
35
|
-
export var isMonorepo = function isMonorepo(root) {
|
36
|
-
return isLerna(root) || isYarnWorkspaces(root) || isPnpmWorkspaces(root);
|
37
|
-
};
|
38
|
-
export var isModernjsMonorepo = function isModernjsMonorepo(root) {
|
39
|
-
var json = JSON.parse(fs.readFileSync(path.join(root, 'package.json'), 'utf8'));
|
40
|
-
|
41
|
-
var deps = _objectSpread(_objectSpread({}, json.dependencies || {}), json.devDependencies || {});
|
42
|
-
|
43
|
-
return Boolean(deps['@modern-js/monorepo-tools']);
|
44
|
-
};
|
45
|
-
export var findMonorepoRoot = function findMonorepoRoot(appDirectory) {
|
46
|
-
var maxDepth = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : PACKAGE_MAX_DEPTH;
|
47
|
-
var inMonorepo = false;
|
48
|
-
|
49
|
-
for (var depth = 0; depth < maxDepth; depth++) {
|
50
|
-
if (isMonorepo(appDirectory)) {
|
51
|
-
inMonorepo = true;
|
52
|
-
break;
|
53
|
-
} // eslint-disable-next-line no-param-reassign
|
54
|
-
|
55
|
-
|
56
|
-
appDirectory = path.dirname(appDirectory);
|
57
|
-
}
|
58
|
-
|
59
|
-
return inMonorepo ? appDirectory : undefined;
|
60
|
-
};
|
61
|
-
export var getMonorepoPackages = function getMonorepoPackages(root) {
|
62
|
-
var packages = [];
|
63
|
-
|
64
|
-
if (isYarnWorkspaces(root)) {
|
65
|
-
var json = JSON.parse(fs.readFileSync(path.join(root, 'package.json'), 'utf8'));
|
66
|
-
packages = json.workspaces.packages;
|
67
|
-
} else if (isLerna(root)) {
|
68
|
-
var _json = JSON.parse(fs.readFileSync(path.resolve(root, 'lerna.json'), 'utf8'));
|
69
|
-
|
70
|
-
packages = _json.packages;
|
71
|
-
} else {
|
72
|
-
var _yaml$parse = yaml.parse(fs.readFileSync(path.join(root, WOKRSPACES_FILES.PNPM), 'utf8'));
|
73
|
-
|
74
|
-
packages = _yaml$parse.packages;
|
75
|
-
}
|
76
|
-
|
77
|
-
if (packages) {
|
78
|
-
return packages.map(function (name) {
|
79
|
-
return (// The trailing / ensures only dirs are picked up
|
80
|
-
glob.sync(path.join(root, "".concat(name, "/")), {
|
81
|
-
ignore: ['**/node_modules/**']
|
82
|
-
})
|
83
|
-
);
|
84
|
-
}).flat().filter(function (filepath) {
|
85
|
-
return fs.existsSync(path.resolve(filepath, 'package.json'));
|
86
|
-
}).map(function (filepath) {
|
87
|
-
return {
|
88
|
-
path: filepath,
|
89
|
-
name: JSON.parse(fs.readFileSync(path.resolve(filepath, 'package.json'), 'utf8')).name
|
90
|
-
};
|
91
|
-
});
|
92
|
-
}
|
93
|
-
|
94
|
-
return [];
|
95
|
-
};
|
@@ -1,108 +0,0 @@
|
|
1
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
2
|
-
|
3
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
4
|
-
|
5
|
-
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
6
|
-
|
7
|
-
import execa from 'execa';
|
8
|
-
export function canUseNpm() {
|
9
|
-
return _canUseNpm.apply(this, arguments);
|
10
|
-
}
|
11
|
-
|
12
|
-
function _canUseNpm() {
|
13
|
-
_canUseNpm = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
14
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
15
|
-
while (1) {
|
16
|
-
switch (_context.prev = _context.next) {
|
17
|
-
case 0:
|
18
|
-
_context.prev = 0;
|
19
|
-
_context.next = 3;
|
20
|
-
return execa('npm', ['--version'], {
|
21
|
-
env: process.env
|
22
|
-
});
|
23
|
-
|
24
|
-
case 3:
|
25
|
-
return _context.abrupt("return", true);
|
26
|
-
|
27
|
-
case 6:
|
28
|
-
_context.prev = 6;
|
29
|
-
_context.t0 = _context["catch"](0);
|
30
|
-
return _context.abrupt("return", false);
|
31
|
-
|
32
|
-
case 9:
|
33
|
-
case "end":
|
34
|
-
return _context.stop();
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}, _callee, null, [[0, 6]]);
|
38
|
-
}));
|
39
|
-
return _canUseNpm.apply(this, arguments);
|
40
|
-
}
|
41
|
-
|
42
|
-
export function canUseYarn() {
|
43
|
-
return _canUseYarn.apply(this, arguments);
|
44
|
-
}
|
45
|
-
|
46
|
-
function _canUseYarn() {
|
47
|
-
_canUseYarn = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
48
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
49
|
-
while (1) {
|
50
|
-
switch (_context2.prev = _context2.next) {
|
51
|
-
case 0:
|
52
|
-
_context2.prev = 0;
|
53
|
-
_context2.next = 3;
|
54
|
-
return execa('yarn', ['--version'], {
|
55
|
-
env: process.env
|
56
|
-
});
|
57
|
-
|
58
|
-
case 3:
|
59
|
-
return _context2.abrupt("return", true);
|
60
|
-
|
61
|
-
case 6:
|
62
|
-
_context2.prev = 6;
|
63
|
-
_context2.t0 = _context2["catch"](0);
|
64
|
-
return _context2.abrupt("return", false);
|
65
|
-
|
66
|
-
case 9:
|
67
|
-
case "end":
|
68
|
-
return _context2.stop();
|
69
|
-
}
|
70
|
-
}
|
71
|
-
}, _callee2, null, [[0, 6]]);
|
72
|
-
}));
|
73
|
-
return _canUseYarn.apply(this, arguments);
|
74
|
-
}
|
75
|
-
|
76
|
-
export function canUsePnpm() {
|
77
|
-
return _canUsePnpm.apply(this, arguments);
|
78
|
-
}
|
79
|
-
|
80
|
-
function _canUsePnpm() {
|
81
|
-
_canUsePnpm = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
82
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
83
|
-
while (1) {
|
84
|
-
switch (_context3.prev = _context3.next) {
|
85
|
-
case 0:
|
86
|
-
_context3.prev = 0;
|
87
|
-
_context3.next = 3;
|
88
|
-
return execa('pnpm', ['--version'], {
|
89
|
-
env: process.env
|
90
|
-
});
|
91
|
-
|
92
|
-
case 3:
|
93
|
-
return _context3.abrupt("return", true);
|
94
|
-
|
95
|
-
case 6:
|
96
|
-
_context3.prev = 6;
|
97
|
-
_context3.t0 = _context3["catch"](0);
|
98
|
-
return _context3.abrupt("return", false);
|
99
|
-
|
100
|
-
case 9:
|
101
|
-
case "end":
|
102
|
-
return _context3.stop();
|
103
|
-
}
|
104
|
-
}
|
105
|
-
}, _callee3, null, [[0, 6]]);
|
106
|
-
}));
|
107
|
-
return _canUsePnpm.apply(this, arguments);
|
108
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import path from 'path';
|
2
|
-
import upath from 'upath';
|
3
|
-
export var isRelativePath = function isRelativePath(test) {
|
4
|
-
return /^\.\.?($|[\\/])/.test(test);
|
5
|
-
};
|
6
|
-
export var normalizeOutputPath = function normalizeOutputPath(s) {
|
7
|
-
return s.replace(/\\/g, '\\\\');
|
8
|
-
};
|
9
|
-
export var normalizeToPosixPath = function normalizeToPosixPath(p) {
|
10
|
-
return upath.normalizeSafe(path.normalize(p));
|
11
|
-
};
|
@@ -1,100 +0,0 @@
|
|
1
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
2
|
-
|
3
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
4
|
-
|
5
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
6
|
-
|
7
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
8
|
-
|
9
|
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
10
|
-
|
11
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
12
|
-
|
13
|
-
import os from 'os';
|
14
|
-
import chalk from 'chalk';
|
15
|
-
import { isDev } from "./is"; // TODO: type
|
16
|
-
|
17
|
-
// TODO: remove hard code 'main'
|
18
|
-
export var isSingleEntry = function isSingleEntry(entrypoints) {
|
19
|
-
return entrypoints.length === 1 && entrypoints[0].entryName === 'main';
|
20
|
-
};
|
21
|
-
|
22
|
-
var normalizeUrl = function normalizeUrl(url) {
|
23
|
-
return url.replace(/([^:]\/)\/+/g, '$1');
|
24
|
-
};
|
25
|
-
|
26
|
-
var getAddressUrls = function getAddressUrls() {
|
27
|
-
var protocol = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'http';
|
28
|
-
var port = arguments.length > 1 ? arguments[1] : undefined;
|
29
|
-
var interfaces = os.networkInterfaces();
|
30
|
-
var ipv4Interfaces = [];
|
31
|
-
Object.keys(interfaces).forEach(function (key) {
|
32
|
-
interfaces[key].forEach(function (detail) {
|
33
|
-
if (detail.family === 'IPv4') {
|
34
|
-
ipv4Interfaces.push(detail);
|
35
|
-
}
|
36
|
-
});
|
37
|
-
});
|
38
|
-
return ipv4Interfaces.reduce(function (memo, detail) {
|
39
|
-
var type = 'Network: ';
|
40
|
-
var url = "".concat(protocol, "://").concat(detail.address, ":").concat(port);
|
41
|
-
|
42
|
-
if (detail.address.includes("localhost")) {
|
43
|
-
type = 'Local: ';
|
44
|
-
url = "".concat(protocol, "://localhost:").concat(port);
|
45
|
-
}
|
46
|
-
|
47
|
-
memo.push({
|
48
|
-
type: type,
|
49
|
-
url: url
|
50
|
-
});
|
51
|
-
return memo;
|
52
|
-
}, []);
|
53
|
-
};
|
54
|
-
|
55
|
-
export var prettyInstructions = function prettyInstructions(appContext, config) {
|
56
|
-
var _ref = appContext,
|
57
|
-
entrypoints = _ref.entrypoints,
|
58
|
-
serverRoutes = _ref.serverRoutes,
|
59
|
-
port = _ref.port,
|
60
|
-
existSrc = _ref.existSrc,
|
61
|
-
checkedEntries = _ref.checkedEntries;
|
62
|
-
var urls = getAddressUrls(config.dev.https && isDev() ? 'https' : 'http', port);
|
63
|
-
var routes = existSrc ? serverRoutes.filter(function (route) {
|
64
|
-
return route.entryName;
|
65
|
-
}) : serverRoutes;
|
66
|
-
var message = 'App running at:\n\n';
|
67
|
-
|
68
|
-
if (isSingleEntry(entrypoints) || !existSrc) {
|
69
|
-
message += urls.map(function (_ref2) {
|
70
|
-
var type = _ref2.type,
|
71
|
-
url = _ref2.url;
|
72
|
-
return " ".concat(chalk.bold("> ".concat(type.padEnd(10)))).concat(chalk.cyanBright(normalizeUrl("".concat(url, "/").concat(routes[0].urlPath))), "\n");
|
73
|
-
}).join('');
|
74
|
-
} else {
|
75
|
-
var maxNameLength = Math.max.apply(Math, _toConsumableArray(routes.map(function (r) {
|
76
|
-
return r.entryName.length;
|
77
|
-
})));
|
78
|
-
urls.forEach(function (_ref3) {
|
79
|
-
var type = _ref3.type,
|
80
|
-
url = _ref3.url;
|
81
|
-
message += " ".concat(chalk.bold("> ".concat(type)), "\n");
|
82
|
-
routes.forEach(function (_ref4) {
|
83
|
-
var entryName = _ref4.entryName,
|
84
|
-
urlPath = _ref4.urlPath,
|
85
|
-
isSSR = _ref4.isSSR;
|
86
|
-
|
87
|
-
if (!checkedEntries.includes(entryName)) {
|
88
|
-
return;
|
89
|
-
}
|
90
|
-
|
91
|
-
message += " ".concat(chalk.yellowBright(isSSR ? 'λ' : '○'), " ").concat(chalk.yellowBright(entryName.padEnd(maxNameLength + 8))).concat(chalk.cyanBright(normalizeUrl("".concat(url, "/").concat(urlPath))), "\n");
|
92
|
-
});
|
93
|
-
});
|
94
|
-
message += '\n';
|
95
|
-
message += chalk.cyanBright(' λ (Server) server-side renders at runtime\n');
|
96
|
-
message += chalk.cyanBright(' ○ (Static) client-side rendered as static HTML\n');
|
97
|
-
}
|
98
|
-
|
99
|
-
return message;
|
100
|
-
};
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/* eslint-disable eslint-comments/no-unlimited-disable */
|
2
|
-
|
3
|
-
/* eslint-disable */
|
4
|
-
|
5
|
-
/**
|
6
|
-
* Copyright (c) 2015-present, Facebook, Inc.
|
7
|
-
*
|
8
|
-
* This source code is licensed under the MIT license found in the
|
9
|
-
* LICENSE file at
|
10
|
-
* https://github.com/facebook/create-react-app/blob/master/LICENSE
|
11
|
-
*/
|
12
|
-
// Modified by Chao Xu (xuchaobei)
|
13
|
-
import chalk from 'chalk';
|
14
|
-
import { logger } from "./logger";
|
15
|
-
export function printBuildError(err) {
|
16
|
-
var message = err != null && err.message;
|
17
|
-
var stack = err != null && err.stack; // Add more helpful message for Terser error
|
18
|
-
|
19
|
-
if (stack && typeof message === 'string' && message.indexOf('from Terser') !== -1) {
|
20
|
-
try {
|
21
|
-
var matched = /(.+)\[(.+):(.+),(.+)\]\[.+\]/.exec(stack);
|
22
|
-
|
23
|
-
if (!matched) {
|
24
|
-
throw new Error('Using errors for control flow is bad.');
|
25
|
-
}
|
26
|
-
|
27
|
-
var problemPath = matched[2];
|
28
|
-
var line = matched[3];
|
29
|
-
var column = matched[4];
|
30
|
-
logger.error("Failed to minify the code from this file: \n\n ".concat(chalk.yellow("\t".concat(problemPath, ":").concat(line).concat(column !== '0' ? ':' + column : '')), "\n"));
|
31
|
-
} catch (ignored) {
|
32
|
-
logger.error("Failed to minify the bundle. ".concat(err, "\n"));
|
33
|
-
}
|
34
|
-
} else {
|
35
|
-
logger.error((message || err) + '\n');
|
36
|
-
}
|
37
|
-
|
38
|
-
logger.log();
|
39
|
-
}
|
40
|
-
/* eslint-enable */
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import path from 'path';
|
2
|
-
export var readTsConfig = function readTsConfig(root) {
|
3
|
-
// import typescript from 'typescript' cause eslint fromat error.
|
4
|
-
var typescript = require('typescript');
|
5
|
-
|
6
|
-
return typescript.readConfigFile(path.resolve(root, './tsconfig.json'), typescript.sys.readFile).config;
|
7
|
-
};
|
8
|
-
export var readTsConfigByFile = function readTsConfigByFile(filename) {
|
9
|
-
// import typescript from 'typescript' cause eslint fromat error.
|
10
|
-
var typescript = require('typescript');
|
11
|
-
|
12
|
-
return typescript.readConfigFile(path.resolve(filename), typescript.sys.readFile).config;
|
13
|
-
};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
export var removeLeadingSlash = function removeLeadingSlash(s) {
|
2
|
-
return s.replace(/^\/+/, '');
|
3
|
-
};
|
4
|
-
export var removeTailSlash = function removeTailSlash(s) {
|
5
|
-
return s.replace(/\/+$/, '');
|
6
|
-
};
|
7
|
-
export var removeSlash = function removeSlash(s) {
|
8
|
-
return removeLeadingSlash(removeTailSlash(s));
|
9
|
-
};
|
@@ -1,61 +0,0 @@
|
|
1
|
-
import path from 'path';
|
2
|
-
import fs from 'fs-extra';
|
3
|
-
import { normalizeOutputPath } from "./path";
|
4
|
-
|
5
|
-
var memo = function memo(fn) {
|
6
|
-
var cache = new Map();
|
7
|
-
return function () {
|
8
|
-
for (var _len = arguments.length, params = new Array(_len), _key = 0; _key < _len; _key++) {
|
9
|
-
params[_key] = arguments[_key];
|
10
|
-
}
|
11
|
-
|
12
|
-
var stringifiedParams = JSON.stringify(params);
|
13
|
-
var cachedResult = cache.get(stringifiedParams);
|
14
|
-
|
15
|
-
if (cachedResult) {
|
16
|
-
return cachedResult;
|
17
|
-
}
|
18
|
-
|
19
|
-
var res = fn.apply(void 0, params);
|
20
|
-
cache.set(stringifiedParams, res);
|
21
|
-
return res;
|
22
|
-
};
|
23
|
-
};
|
24
|
-
|
25
|
-
export var createRuntimeExportsUtils = memo(function () {
|
26
|
-
var pwd = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
27
|
-
var namespace = arguments.length > 1 ? arguments[1] : undefined;
|
28
|
-
var ts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
29
|
-
var entryExportFile = path.join(pwd, ".runtime-exports/".concat(namespace ? "".concat(namespace, ".js") : 'index.js'));
|
30
|
-
var entryExportTsFile = path.join(pwd, ".runtime-exports/".concat(namespace ? "".concat(namespace, ".d.ts") : 'index.d.ts')); // const ensure = () => {
|
31
|
-
// if (!fs.existsSync(entryExportFile)) {
|
32
|
-
// fs.outputFileSync(entryExportFile, '');
|
33
|
-
// }
|
34
|
-
// fs.ensureFileSync(entryExportFile);
|
35
|
-
// };
|
36
|
-
|
37
|
-
var addExport = function addExport(statement) {
|
38
|
-
// eslint-disable-next-line no-param-reassign
|
39
|
-
statement = normalizeOutputPath(statement);
|
40
|
-
|
41
|
-
try {
|
42
|
-
fs.ensureFileSync(entryExportFile);
|
43
|
-
fs.ensureFileSync(entryExportTsFile);
|
44
|
-
|
45
|
-
if (!fs.readFileSync(entryExportFile, 'utf8').includes(statement)) {
|
46
|
-
fs.appendFileSync(entryExportFile, "".concat(statement, "\n"));
|
47
|
-
ts && fs.appendFileSync(entryExportTsFile, "".concat(statement.replace('.js', '.d'), "\n"));
|
48
|
-
}
|
49
|
-
} catch (_unused) {// FIXME:
|
50
|
-
}
|
51
|
-
};
|
52
|
-
|
53
|
-
var getPath = function getPath() {
|
54
|
-
return entryExportFile;
|
55
|
-
};
|
56
|
-
|
57
|
-
return {
|
58
|
-
addExport: addExport,
|
59
|
-
getPath: getPath
|
60
|
-
};
|
61
|
-
});
|
@@ -1,112 +0,0 @@
|
|
1
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
2
|
-
|
3
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
4
|
-
|
5
|
-
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
6
|
-
|
7
|
-
import * as path from 'path';
|
8
|
-
import { Import } from "./import";
|
9
|
-
var chokidar = Import.lazy('chokidar', require);
|
10
|
-
export var WatchChangeType = {
|
11
|
-
ADD: 'add',
|
12
|
-
UNLINK: 'unlink',
|
13
|
-
CHANGE: 'change'
|
14
|
-
};
|
15
|
-
export var watch = function watch(watchDir, runTask) {
|
16
|
-
var ignored = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
|
17
|
-
var ready = false;
|
18
|
-
var watcher = chokidar.watch(watchDir, {
|
19
|
-
ignored: ignored
|
20
|
-
});
|
21
|
-
watcher.on('ready', function () {
|
22
|
-
return ready = true;
|
23
|
-
});
|
24
|
-
watcher.on('change', /*#__PURE__*/function () {
|
25
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(filePath) {
|
26
|
-
var changedFilePath;
|
27
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
28
|
-
while (1) {
|
29
|
-
switch (_context.prev = _context.next) {
|
30
|
-
case 0:
|
31
|
-
changedFilePath = path.resolve(filePath);
|
32
|
-
_context.next = 3;
|
33
|
-
return runTask({
|
34
|
-
changedFilePath: changedFilePath,
|
35
|
-
changeType: WatchChangeType.CHANGE
|
36
|
-
});
|
37
|
-
|
38
|
-
case 3:
|
39
|
-
case "end":
|
40
|
-
return _context.stop();
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}, _callee);
|
44
|
-
}));
|
45
|
-
|
46
|
-
return function (_x) {
|
47
|
-
return _ref.apply(this, arguments);
|
48
|
-
};
|
49
|
-
}());
|
50
|
-
watcher.on('add', /*#__PURE__*/function () {
|
51
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(filePath) {
|
52
|
-
var changedFilePath;
|
53
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
54
|
-
while (1) {
|
55
|
-
switch (_context2.prev = _context2.next) {
|
56
|
-
case 0:
|
57
|
-
changedFilePath = path.resolve(filePath);
|
58
|
-
|
59
|
-
if (!ready) {
|
60
|
-
_context2.next = 4;
|
61
|
-
break;
|
62
|
-
}
|
63
|
-
|
64
|
-
_context2.next = 4;
|
65
|
-
return runTask({
|
66
|
-
changedFilePath: changedFilePath,
|
67
|
-
changeType: WatchChangeType.ADD
|
68
|
-
});
|
69
|
-
|
70
|
-
case 4:
|
71
|
-
case "end":
|
72
|
-
return _context2.stop();
|
73
|
-
}
|
74
|
-
}
|
75
|
-
}, _callee2);
|
76
|
-
}));
|
77
|
-
|
78
|
-
return function (_x2) {
|
79
|
-
return _ref2.apply(this, arguments);
|
80
|
-
};
|
81
|
-
}());
|
82
|
-
watcher.on('unlink', /*#__PURE__*/function () {
|
83
|
-
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3(filePath) {
|
84
|
-
var changedFilePath;
|
85
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
86
|
-
while (1) {
|
87
|
-
switch (_context3.prev = _context3.next) {
|
88
|
-
case 0:
|
89
|
-
changedFilePath = path.resolve(filePath);
|
90
|
-
_context3.next = 3;
|
91
|
-
return runTask({
|
92
|
-
changedFilePath: changedFilePath,
|
93
|
-
changeType: WatchChangeType.UNLINK
|
94
|
-
});
|
95
|
-
|
96
|
-
case 3:
|
97
|
-
case "end":
|
98
|
-
return _context3.stop();
|
99
|
-
}
|
100
|
-
}
|
101
|
-
}, _callee3);
|
102
|
-
}));
|
103
|
-
|
104
|
-
return function (_x3) {
|
105
|
-
return _ref3.apply(this, arguments);
|
106
|
-
};
|
107
|
-
}());
|
108
|
-
watcher.on('error', function (err) {
|
109
|
-
throw err;
|
110
|
-
});
|
111
|
-
return watcher;
|
112
|
-
};
|
@@ -1,6 +0,0 @@
|
|
1
|
-
export declare const applyOptionsChain: <T, U>(defaults: T, options?: T | (T | ((config: T, utils?: U | undefined) => void | T))[] | ((config: T, utils?: U | undefined) => void | T) | undefined, utils?: U | undefined, mergeFn?: {
|
2
|
-
<T_1, U_1>(target: T_1, source: U_1): T_1 & U_1;
|
3
|
-
<T_2, U_2, V>(target: T_2, source1: U_2, source2: V): T_2 & U_2 & V;
|
4
|
-
<T_3, U_3, V_1, W>(target: T_3, source1: U_3, source2: V_1, source3: W): T_3 & U_3 & V_1 & W;
|
5
|
-
(target: object, ...sources: any[]): any;
|
6
|
-
}) => T;
|
package/dist/types/chalk.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const clearConsole: () => void;
|