@modern-js/utils 2.34.0 → 2.35.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/cli/alias.js +3 -3
- package/dist/cjs/cli/constants/chainId.js +3 -3
- package/dist/cjs/cli/is/config.js +9 -11
- package/dist/cjs/cli/logger.js +6 -1
- package/dist/cjs/cli/port.js +1 -1
- package/dist/cjs/cli/prettyInstructions.js +2 -5
- package/dist/cjs/cli/require.js +1 -2
- package/dist/cjs/universal/formatWebpack.js +3 -3
- package/dist/compiled/gradient-string/index.d.ts +1 -0
- package/dist/compiled/gradient-string/index.js +1 -0
- package/dist/compiled/gradient-string/license +21 -0
- package/dist/compiled/gradient-string/package.json +1 -0
- package/dist/esm/cli/alias.js +3 -3
- package/dist/esm/cli/constants/chainId.js +3 -3
- package/dist/esm/cli/is/config.js +9 -11
- package/dist/esm/cli/logger.js +6 -1
- package/dist/esm/cli/port.js +1 -1
- package/dist/esm/cli/prettyInstructions.js +2 -3
- package/dist/esm/cli/require.js +1 -2
- package/dist/esm/universal/formatWebpack.js +3 -3
- package/dist/esm-node/cli/alias.js +3 -3
- package/dist/esm-node/cli/constants/chainId.js +3 -3
- package/dist/esm-node/cli/is/config.js +9 -11
- package/dist/esm-node/cli/logger.js +6 -1
- package/dist/esm-node/cli/port.js +1 -1
- package/dist/esm-node/cli/prettyInstructions.js +2 -5
- package/dist/esm-node/cli/require.js +1 -2
- package/dist/esm-node/universal/formatWebpack.js +3 -3
- package/dist/types/cli/constants/chainId.d.ts +2 -2
- package/dist/types/cli/logger.d.ts +5 -0
- package/package.json +8 -75
- package/dist/cjs/runtime/nestedRoutes.js +0 -149
- package/dist/cjs/runtime/remixRouter.js +0 -6
- package/dist/cjs/runtime/router.js +0 -6
- package/dist/cjs/runtime-browser/index.js +0 -6
- package/dist/cjs/runtime-browser/parsed.js +0 -28
- package/dist/cjs/runtime-node/index.js +0 -28
- package/dist/cjs/runtime-node/loaderContext/createLoaderCtx.js +0 -34
- package/dist/cjs/runtime-node/loaderContext/createRequestCtx.js +0 -38
- package/dist/cjs/runtime-node/loaderContext/index.js +0 -22
- package/dist/cjs/runtime-node/nestedRoutes.js +0 -28
- package/dist/cjs/runtime-node/router.js +0 -6
- package/dist/cjs/runtime-node/serialize.js +0 -17
- package/dist/cjs/runtime-node/storage.js +0 -48
- package/dist/cjs/universal/time.js +0 -38
- package/dist/esm/runtime/nestedRoutes.js +0 -163
- package/dist/esm/runtime/remixRouter.js +0 -1
- package/dist/esm/runtime/router.js +0 -1
- package/dist/esm/runtime-browser/index.js +0 -1
- package/dist/esm/runtime-browser/parsed.js +0 -18
- package/dist/esm/runtime-node/index.js +0 -6
- package/dist/esm/runtime-node/loaderContext/createLoaderCtx.js +0 -20
- package/dist/esm/runtime-node/loaderContext/createRequestCtx.js +0 -24
- package/dist/esm/runtime-node/loaderContext/index.js +0 -3
- package/dist/esm/runtime-node/nestedRoutes.js +0 -20
- package/dist/esm/runtime-node/router.js +0 -1
- package/dist/esm/runtime-node/serialize.js +0 -6
- package/dist/esm/runtime-node/storage.js +0 -36
- package/dist/esm/universal/time.js +0 -29
- package/dist/esm-node/runtime/nestedRoutes.js +0 -129
- package/dist/esm-node/runtime/remixRouter.js +0 -1
- package/dist/esm-node/runtime/router.js +0 -1
- package/dist/esm-node/runtime-browser/index.js +0 -1
- package/dist/esm-node/runtime-browser/parsed.js +0 -18
- package/dist/esm-node/runtime-node/index.js +0 -6
- package/dist/esm-node/runtime-node/loaderContext/createLoaderCtx.js +0 -15
- package/dist/esm-node/runtime-node/loaderContext/createRequestCtx.js +0 -19
- package/dist/esm-node/runtime-node/loaderContext/index.js +0 -3
- package/dist/esm-node/runtime-node/nestedRoutes.js +0 -18
- package/dist/esm-node/runtime-node/router.js +0 -1
- package/dist/esm-node/runtime-node/serialize.js +0 -6
- package/dist/esm-node/runtime-node/storage.js +0 -38
- package/dist/esm-node/universal/time.js +0 -28
- package/dist/types/runtime/nestedRoutes.d.ts +0 -13
- package/dist/types/runtime/remixRouter.d.ts +0 -1
- package/dist/types/runtime/router.d.ts +0 -1
- package/dist/types/runtime-browser/index.d.ts +0 -1
- package/dist/types/runtime-browser/parsed.d.ts +0 -1
- package/dist/types/runtime-node/index.d.ts +0 -10
- package/dist/types/runtime-node/loaderContext/createLoaderCtx.d.ts +0 -7
- package/dist/types/runtime-node/loaderContext/createRequestCtx.d.ts +0 -7
- package/dist/types/runtime-node/loaderContext/index.d.ts +0 -4
- package/dist/types/runtime-node/nestedRoutes.d.ts +0 -3
- package/dist/types/runtime-node/router.d.ts +0 -1
- package/dist/types/runtime-node/serialize.d.ts +0 -1
- package/dist/types/runtime-node/storage.d.ts +0 -5
- package/dist/types/universal/time.d.ts +0 -1
package/dist/cjs/cli/alias.js
CHANGED
@@ -46,7 +46,7 @@ const validAlias = (modernConfig, { tsconfigPath }) => {
|
|
46
46
|
};
|
47
47
|
const mergeAlias = (alias) => (0, _applyOptionsChain.applyOptionsChain)({}, alias);
|
48
48
|
const getAliasConfig = (aliasOption, option) => {
|
49
|
-
var _tsconfig_compilerOptions,
|
49
|
+
var _tsconfig_compilerOptions, _tsconfig_compilerOptions1;
|
50
50
|
const isTsProject = _fs.default.existsSync(option.tsconfigPath);
|
51
51
|
const alias = mergeAlias(aliasOption);
|
52
52
|
if (!isTsProject) {
|
@@ -58,12 +58,12 @@ const getAliasConfig = (aliasOption, option) => {
|
|
58
58
|
};
|
59
59
|
}
|
60
60
|
const tsconfig = (0, _get.readTsConfigByFile)(option.tsconfigPath);
|
61
|
-
const baseUrl =
|
61
|
+
const baseUrl = tsconfig === null || tsconfig === void 0 ? void 0 : (_tsconfig_compilerOptions = tsconfig.compilerOptions) === null || _tsconfig_compilerOptions === void 0 ? void 0 : _tsconfig_compilerOptions.baseUrl;
|
62
62
|
return {
|
63
63
|
absoluteBaseUrl: baseUrl ? _path.default.join(option.appDirectory, baseUrl) : option.appDirectory,
|
64
64
|
paths: {
|
65
65
|
...alias,
|
66
|
-
...
|
66
|
+
...tsconfig === null || tsconfig === void 0 ? void 0 : (_tsconfig_compilerOptions1 = tsconfig.compilerOptions) === null || _tsconfig_compilerOptions1 === void 0 ? void 0 : _tsconfig_compilerOptions1.paths
|
67
67
|
},
|
68
68
|
isTsPath: true,
|
69
69
|
isTsProject
|
@@ -99,8 +99,6 @@ const CHAIN_ID = {
|
|
99
99
|
STYLE: "style-loader",
|
100
100
|
/** postcss-loader */
|
101
101
|
POSTCSS: "postcss",
|
102
|
-
/** markdown-loader */
|
103
|
-
MARKDOWN: "markdown",
|
104
102
|
/** ignore-css-loader */
|
105
103
|
IGNORE_CSS: "ignore-css",
|
106
104
|
/** css-modules-typescript-loader */
|
@@ -181,7 +179,9 @@ const CHAIN_ID = {
|
|
181
179
|
/** HtmlAsyncChunkPlugin */
|
182
180
|
HTML_ASYNC_CHUNK: "html-async-chunk",
|
183
181
|
/** SWC_POLYFILL_CHECKER */
|
184
|
-
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
|
182
|
+
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
|
183
|
+
/** RouterPlugin */
|
184
|
+
ROUTER_MANIFEST: "route-plugin"
|
185
185
|
},
|
186
186
|
/** Predefined minimizers */
|
187
187
|
MINIMIZER: {
|
@@ -32,12 +32,11 @@ _export(exports, {
|
|
32
32
|
const _constants = require("../constants");
|
33
33
|
const _type = require("./type");
|
34
34
|
const isSSR = (config) => {
|
35
|
-
var _server, _server1;
|
36
35
|
const { server } = config;
|
37
|
-
if (
|
36
|
+
if (server === null || server === void 0 ? void 0 : server.ssr) {
|
38
37
|
return true;
|
39
38
|
}
|
40
|
-
if ((
|
39
|
+
if ((server === null || server === void 0 ? void 0 : server.ssrByEntries) && !(0, _type.isEmpty)(server.ssrByEntries)) {
|
41
40
|
for (const name of Object.keys(server.ssrByEntries)) {
|
42
41
|
if (server.ssrByEntries[name]) {
|
43
42
|
return true;
|
@@ -47,29 +46,28 @@ const isSSR = (config) => {
|
|
47
46
|
return false;
|
48
47
|
};
|
49
48
|
const isUseSSRBundle = (config) => {
|
50
|
-
var _output;
|
51
49
|
const { output } = config;
|
52
|
-
if (
|
50
|
+
if (output === null || output === void 0 ? void 0 : output.ssg) {
|
53
51
|
return true;
|
54
52
|
}
|
55
53
|
return isSSR(config);
|
56
54
|
};
|
57
55
|
const isServiceWorker = (config) => {
|
58
|
-
var _deploy_worker
|
56
|
+
var _deploy_worker;
|
59
57
|
const { output, deploy } = config;
|
60
|
-
if ((
|
58
|
+
if ((deploy === null || deploy === void 0 ? void 0 : (_deploy_worker = deploy.worker) === null || _deploy_worker === void 0 ? void 0 : _deploy_worker.ssr) && ((output === null || output === void 0 ? void 0 : output.ssg) || isSSR(config))) {
|
61
59
|
return true;
|
62
60
|
}
|
63
61
|
return false;
|
64
62
|
};
|
65
63
|
const isRouterV5 = (config) => {
|
66
|
-
var _config_runtime, _config_runtime_router, _config_runtime1
|
67
|
-
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && (
|
64
|
+
var _config_runtime, _config_runtime_router, _config_runtime1;
|
65
|
+
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && (config === null || config === void 0 ? void 0 : (_config_runtime1 = config.runtime) === null || _config_runtime1 === void 0 ? void 0 : (_config_runtime_router = _config_runtime1.router) === null || _config_runtime_router === void 0 ? void 0 : _config_runtime_router.mode) === "react-router-5";
|
68
66
|
};
|
69
67
|
const isSSGEntry = (config, entryName, entrypoints) => {
|
70
|
-
var _config_source
|
68
|
+
var _config_source;
|
71
69
|
const ssgConfig = config.output.ssg;
|
72
|
-
const useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof (
|
70
|
+
const useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof (ssgConfig === null || ssgConfig === void 0 ? void 0 : ssgConfig[0]) === "function" || Boolean(ssgConfig === null || ssgConfig === void 0 ? void 0 : ssgConfig[entryName]);
|
73
71
|
return useSSG;
|
74
72
|
};
|
75
73
|
const isSingleEntry = (entrypoints, mainEntryName = _constants.MAIN_ENTRY_NAME) => entrypoints.length === 1 && entrypoints[0].entryName === mainEntryName;
|
package/dist/cjs/cli/logger.js
CHANGED
package/dist/cjs/cli/port.js
CHANGED
@@ -48,7 +48,7 @@ const getPort = async (port, { tryLimits = 20, strictPort = false, slient = fals
|
|
48
48
|
if (strictPort) {
|
49
49
|
throw new Error(`Port "${original}" is occupied, please choose another one.`);
|
50
50
|
} else if (!slient) {
|
51
|
-
_logger.logger.info(`
|
51
|
+
_logger.logger.info(`Port ${original} is in use. ${_compiled.chalk.yellow(`using port ${port}.`)}`);
|
52
52
|
}
|
53
53
|
}
|
54
54
|
return port;
|
@@ -39,10 +39,7 @@ const getIpv4Interfaces = () => {
|
|
39
39
|
const getAddressUrls = (protocol = "http", port, host) => {
|
40
40
|
const LOCAL_LABEL = "Local: ";
|
41
41
|
const NETWORK_LABEL = "Network: ";
|
42
|
-
const isLocalhost = (url) =>
|
43
|
-
var _url;
|
44
|
-
return (_url = url) === null || _url === void 0 ? void 0 : _url.includes("localhost");
|
45
|
-
};
|
42
|
+
const isLocalhost = (url) => url === null || url === void 0 ? void 0 : url.includes("localhost");
|
46
43
|
if (host && host !== _constants.DEFAULT_DEV_HOST) {
|
47
44
|
return [
|
48
45
|
{
|
@@ -73,7 +70,7 @@ const prettyInstructions = (appContext, config) => {
|
|
73
70
|
const isHttps = (0, _is.isDev)() && ((_appContext_builder = appContext.builder) === null || _appContext_builder === void 0 ? void 0 : (_appContext_builder_context_devServer = _appContext_builder.context.devServer) === null || _appContext_builder_context_devServer === void 0 ? void 0 : _appContext_builder_context_devServer.https);
|
74
71
|
const urls = getAddressUrls(isHttps ? "https" : "http", port, (_config_dev = config.dev) === null || _config_dev === void 0 ? void 0 : _config_dev.host);
|
75
72
|
const routes = !apiOnly ? serverRoutes.filter((route) => route.entryName) : serverRoutes;
|
76
|
-
let message = "
|
73
|
+
let message = "\n";
|
77
74
|
if ((0, _is.isSingleEntry)(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) || apiOnly) {
|
78
75
|
message += urls.map(({ label, url }) => ` ${_compiled.chalk.bold(`> ${label.padEnd(10)}`)}${_compiled.chalk.cyanBright(normalizeUrl(`${url}/${routes[0].urlPath}`))}
|
79
76
|
`).join("");
|
package/dist/cjs/cli/require.js
CHANGED
@@ -31,9 +31,8 @@ _export(exports, {
|
|
31
31
|
});
|
32
32
|
const _fs = require("./fs");
|
33
33
|
const compatRequire = (filePath, interop = true) => {
|
34
|
-
var _mod;
|
35
34
|
const mod = require(filePath);
|
36
|
-
const rtnESMDefault = interop && (
|
35
|
+
const rtnESMDefault = interop && (mod === null || mod === void 0 ? void 0 : mod.__esModule);
|
37
36
|
return rtnESMDefault ? mod.default : mod;
|
38
37
|
};
|
39
38
|
const dynamicImport = new Function("modulePath", "return import(modulePath)");
|
@@ -98,9 +98,9 @@ export default {
|
|
98
98
|
});
|
99
99
|
}
|
100
100
|
function formatWebpackMessages(json, color = defaultColor) {
|
101
|
-
var _json_errors,
|
102
|
-
const formattedErrors =
|
103
|
-
const formattedWarnings =
|
101
|
+
var _json_errors, _json_warnings, _result_errors;
|
102
|
+
const formattedErrors = json === null || json === void 0 ? void 0 : (_json_errors = json.errors) === null || _json_errors === void 0 ? void 0 : _json_errors.map(formatMessage);
|
103
|
+
const formattedWarnings = json === null || json === void 0 ? void 0 : (_json_warnings = json.warnings) === null || _json_warnings === void 0 ? void 0 : _json_warnings.map(formatMessage);
|
104
104
|
const result = {
|
105
105
|
errors: formattedErrors || [],
|
106
106
|
warnings: formattedWarnings || [],
|
@@ -0,0 +1 @@
|
|
1
|
+
export = any;
|
@@ -0,0 +1 @@
|
|
1
|
+
(()=>{var t={743:(t,r,e)=>{"use strict";const o=e(234);const n=e(960);const i=/\s/g;function InitGradient(...t){const r=n.apply(this,t);const ret=(t,e)=>applyGradient(t?t.toString():"",r,e);ret.multiline=(t,e)=>multilineGradient(t?t.toString():"",r,e);return ret}const getColors=(t,r,e)=>r.interpolation.toLowerCase()==="hsv"?t.hsv(e,r.hsvSpin.toLowerCase()):t.rgb(e);function applyGradient(t,r,e){const n=validateOptions(e);const a=Math.max(t.replace(i,"").length,r.stops.length);const s=getColors(r,n,a);let l="";for(const r of t){l+=r.match(i)?r:o.hex(s.shift().toHex())(r)}return l}function multilineGradient(t,r,e){const n=validateOptions(e);const i=t.split("\n");const a=Math.max.apply(null,i.map((t=>t.length)).concat([r.stops.length]));const s=getColors(r,n,a);const l=[];for(const t of i){const r=s.slice(0);let e="";for(const n of t){e+=o.hex(r.shift().toHex())(n)}l.push(e)}return l.join("\n")}function validateOptions(t){const r={interpolation:"rgb",hsvSpin:"short",...t};if(t!==undefined&&typeof t!=="object"){throw new TypeError(`Expected \`options\` to be an \`object\`, got \`${typeof t}\``)}if(typeof r.interpolation!=="string"){throw new TypeError(`Expected \`options.interpolation\` to be a \`string\`, got \`${typeof r.interpolation}\``)}if(r.interpolation.toLowerCase()==="hsv"&&typeof r.hsvSpin!=="string"){throw new TypeError(`Expected \`options.hsvSpin\` to be a \`string\`, got \`${typeof r.hsvSpin}\``)}return r}const a={atlas:{colors:["#feac5e","#c779d0","#4bc0c8"],options:{}},cristal:{colors:["#bdfff3","#4ac29a"],options:{}},teen:{colors:["#77a1d3","#79cbca","#e684ae"],options:{}},mind:{colors:["#473b7b","#3584a7","#30d2be"],options:{}},morning:{colors:["#ff5f6d","#ffc371"],options:{interpolation:"hsv"}},vice:{colors:["#5ee7df","#b490ca"],options:{interpolation:"hsv"}},passion:{colors:["#f43b47","#453a94"],options:{}},fruit:{colors:["#ff4e50","#f9d423"],options:{}},instagram:{colors:["#833ab4","#fd1d1d","#fcb045"],options:{}},retro:{colors:["#3f51b1","#5a55ae","#7b5fac","#8f6aae","#a86aa4","#cc6b8e","#f18271","#f3a469","#f7c978"],options:{}},summer:{colors:["#fdbb2d","#22c1c3"],options:{}},rainbow:{colors:["#ff0000","#ff0100"],options:{interpolation:"hsv",hsvSpin:"long"}},pastel:{colors:["#74ebd5","#74ecd5"],options:{interpolation:"hsv",hsvSpin:"long"}}};t.exports=InitGradient;for(const r in a){t.exports[r]=t=>new InitGradient(a[r].colors)(t,a[r].options);t.exports[r].multiline=t=>new InitGradient(a[r].colors).multiline(t,a[r].options)}},960:(t,r,e)=>{const o=e(677);const n={r:256,g:256,b:256,a:1};const i={h:360,s:1,v:1,a:1};function stepize(t,r,e){let o={};for(let n in t){if(t.hasOwnProperty(n)){o[n]=e===0?0:(r[n]-t[n])/e}}return o}function interpolate(t,r,e,o){let n={};for(let i in r){if(r.hasOwnProperty(i)){n[i]=t[i]*e+r[i];n[i]=n[i]<0?n[i]+o[i]:o[i]!==1?n[i]%o[i]:n[i]}}return n}function interpolateRgb(t,r,e){const i=t.color.toRgb();const a=r.color.toRgb();const s=stepize(i,a,e);let l=[t.color];for(let t=1;t<e;t++){const r=interpolate(s,i,t,n);l.push(o(r))}return l}function interpolateHsv(t,r,e,n){const a=t.color.toHsv();const s=r.color.toHsv();if(a.s===0||s.s===0){return interpolateRgb(t,r,e)}let l;if(typeof n==="boolean"){l=n}else{const t=a.h<s.h&&s.h-a.h<180||a.h>s.h&&a.h-s.h>180;l=n==="long"&&t||n==="short"&&!t}const c=stepize(a,s,e);let f=[t.color];let h;if(a.h<=s.h&&!l||a.h>=s.h&&l){h=s.h-a.h}else if(l){h=360-s.h+a.h}else{h=360-a.h+s.h}c.h=Math.pow(-1,l?1:0)*Math.abs(h)/e;for(let t=1;t<e;t++){const r=interpolate(c,a,t,i);f.push(o(r))}return f}function computeSubsteps(t,r){const e=t.length;r=parseInt(r,10);if(isNaN(r)||r<2){throw new Error("Invalid number of steps (< 2)")}if(r<e){throw new Error("Number of steps cannot be inferior to number of stops")}let o=[];for(let n=1;n<e;n++){const e=(r-1)*(t[n].pos-t[n-1].pos);o.push(Math.max(1,Math.round(e)))}let n=1;for(let t=e-1;t--;)n+=o[t];while(n!==r){if(n<r){const t=Math.min.apply(null,o);o[o.indexOf(t)]++;n++}else{const t=Math.max.apply(null,o);o[o.indexOf(t)]--;n--}}return o}function computeAt(t,r,e,n){if(r<0||r>1){throw new Error("Position must be between 0 and 1")}let i,a;for(let e=0,o=t.length;e<o-1;e++){if(r>=t[e].pos&&r<t[e+1].pos){i=t[e];a=t[e+1];break}}if(!i){i=a=t[t.length-1]}const s=stepize(i.color[e](),a.color[e](),(a.pos-i.pos)*100);const l=interpolate(s,i.color[e](),(r-i.pos)*100,n);return o(l)}class TinyGradient{constructor(t){if(t.length<2){throw new Error("Invalid number of stops (< 2)")}const r=t[0].pos!==undefined;let e=t.length;let n=-1;let i=false;this.stops=t.map(((t,a)=>{const s=t.pos!==undefined;if(r^s){throw new Error("Cannot mix positionned and not posionned color stops")}if(s){const r=t.color!==undefined;if(!r&&(i||a===0||a===e-1)){throw new Error("Cannot define two consecutive position-only stops")}i=!r;t={color:r?o(t.color):null,colorLess:!r,pos:t.pos};if(t.pos<0||t.pos>1){throw new Error("Color stops positions must be between 0 and 1")}else if(t.pos<n){throw new Error("Color stops positions are not ordered")}n=t.pos}else{t={color:o(t.color!==undefined?t.color:t),pos:a/(e-1)}}return t}));if(this.stops[0].pos!==0){this.stops.unshift({color:this.stops[0].color,pos:0});e++}if(this.stops[e-1].pos!==1){this.stops.push({color:this.stops[e-1].color,pos:1})}}reverse(){let t=[];this.stops.forEach((function(r){t.push({color:r.color,pos:1-r.pos})}));return new TinyGradient(t.reverse())}loop(){let t=[];let r=[];this.stops.forEach((r=>{t.push({color:r.color,pos:r.pos/2})}));this.stops.slice(0,-1).forEach((t=>{r.push({color:t.color,pos:1-t.pos/2})}));return new TinyGradient(t.concat(r.reverse()))}rgb(t){const r=computeSubsteps(this.stops,t);let e=[];this.stops.forEach(((t,r)=>{if(t.colorLess){t.color=interpolateRgb(this.stops[r-1],this.stops[r+1],2)[1]}}));for(let t=0,o=this.stops.length;t<o-1;t++){const o=interpolateRgb(this.stops[t],this.stops[t+1],r[t]);e.splice(e.length,0,...o)}e.push(this.stops[this.stops.length-1].color);return e}hsv(t,r){const e=computeSubsteps(this.stops,t);let o=[];this.stops.forEach(((t,e)=>{if(t.colorLess){t.color=interpolateHsv(this.stops[e-1],this.stops[e+1],2,r)[1]}}));for(let t=0,n=this.stops.length;t<n-1;t++){const n=interpolateHsv(this.stops[t],this.stops[t+1],e[t],r);o.splice(o.length,0,...n)}o.push(this.stops[this.stops.length-1].color);return o}css(t,r){t=t||"linear";r=r||(t==="linear"?"to right":"ellipse at center");let e=t+"-gradient("+r;this.stops.forEach((function(t){e+=", "+(t.colorLess?"":t.color.toRgbString()+" ")+t.pos*100+"%"}));e+=")";return e}rgbAt(t){return computeAt(this.stops,t,"toRgb",n)}hsvAt(t){return computeAt(this.stops,t,"toHsv",i)}}t.exports=function(t){if(arguments.length===1){if(!Array.isArray(arguments[0])){throw new Error('"stops" is not an array')}t=arguments[0]}else{t=Array.prototype.slice.call(arguments)}return new TinyGradient(t)}},234:t=>{"use strict";t.exports=require("../chalk")},677:function(t){(function(r,e){true?t.exports=e():0})(this,(function(){"use strict";function _typeof(t){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof(t)}var t=/^\s+/;var r=/\s+$/;function tinycolor(t,r){t=t?t:"";r=r||{};if(t instanceof tinycolor){return t}if(!(this instanceof tinycolor)){return new tinycolor(t,r)}var e=inputToRGB(t);this._originalInput=t,this._r=e.r,this._g=e.g,this._b=e.b,this._a=e.a,this._roundA=Math.round(100*this._a)/100,this._format=r.format||e.format;this._gradientType=r.gradientType;if(this._r<1)this._r=Math.round(this._r);if(this._g<1)this._g=Math.round(this._g);if(this._b<1)this._b=Math.round(this._b);this._ok=e.ok}tinycolor.prototype={isDark:function isDark(){return this.getBrightness()<128},isLight:function isLight(){return!this.isDark()},isValid:function isValid(){return this._ok},getOriginalInput:function getOriginalInput(){return this._originalInput},getFormat:function getFormat(){return this._format},getAlpha:function getAlpha(){return this._a},getBrightness:function getBrightness(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},getLuminance:function getLuminance(){var t=this.toRgb();var r,e,o,n,i,a;r=t.r/255;e=t.g/255;o=t.b/255;if(r<=.03928)n=r/12.92;else n=Math.pow((r+.055)/1.055,2.4);if(e<=.03928)i=e/12.92;else i=Math.pow((e+.055)/1.055,2.4);if(o<=.03928)a=o/12.92;else a=Math.pow((o+.055)/1.055,2.4);return.2126*n+.7152*i+.0722*a},setAlpha:function setAlpha(t){this._a=boundAlpha(t);this._roundA=Math.round(100*this._a)/100;return this},toHsv:function toHsv(){var t=rgbToHsv(this._r,this._g,this._b);return{h:t.h*360,s:t.s,v:t.v,a:this._a}},toHsvString:function toHsvString(){var t=rgbToHsv(this._r,this._g,this._b);var r=Math.round(t.h*360),e=Math.round(t.s*100),o=Math.round(t.v*100);return this._a==1?"hsv("+r+", "+e+"%, "+o+"%)":"hsva("+r+", "+e+"%, "+o+"%, "+this._roundA+")"},toHsl:function toHsl(){var t=rgbToHsl(this._r,this._g,this._b);return{h:t.h*360,s:t.s,l:t.l,a:this._a}},toHslString:function toHslString(){var t=rgbToHsl(this._r,this._g,this._b);var r=Math.round(t.h*360),e=Math.round(t.s*100),o=Math.round(t.l*100);return this._a==1?"hsl("+r+", "+e+"%, "+o+"%)":"hsla("+r+", "+e+"%, "+o+"%, "+this._roundA+")"},toHex:function toHex(t){return rgbToHex(this._r,this._g,this._b,t)},toHexString:function toHexString(t){return"#"+this.toHex(t)},toHex8:function toHex8(t){return rgbaToHex(this._r,this._g,this._b,this._a,t)},toHex8String:function toHex8String(t){return"#"+this.toHex8(t)},toRgb:function toRgb(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function toRgbString(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function toPercentageRgb(){return{r:Math.round(bound01(this._r,255)*100)+"%",g:Math.round(bound01(this._g,255)*100)+"%",b:Math.round(bound01(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function toPercentageRgbString(){return this._a==1?"rgb("+Math.round(bound01(this._r,255)*100)+"%, "+Math.round(bound01(this._g,255)*100)+"%, "+Math.round(bound01(this._b,255)*100)+"%)":"rgba("+Math.round(bound01(this._r,255)*100)+"%, "+Math.round(bound01(this._g,255)*100)+"%, "+Math.round(bound01(this._b,255)*100)+"%, "+this._roundA+")"},toName:function toName(){if(this._a===0){return"transparent"}if(this._a<1){return false}return o[rgbToHex(this._r,this._g,this._b,true)]||false},toFilter:function toFilter(t){var r="#"+rgbaToArgbHex(this._r,this._g,this._b,this._a);var e=r;var o=this._gradientType?"GradientType = 1, ":"";if(t){var n=tinycolor(t);e="#"+rgbaToArgbHex(n._r,n._g,n._b,n._a)}return"progid:DXImageTransform.Microsoft.gradient("+o+"startColorstr="+r+",endColorstr="+e+")"},toString:function toString(t){var r=!!t;t=t||this._format;var e=false;var o=this._a<1&&this._a>=0;var n=!r&&o&&(t==="hex"||t==="hex6"||t==="hex3"||t==="hex4"||t==="hex8"||t==="name");if(n){if(t==="name"&&this._a===0){return this.toName()}return this.toRgbString()}if(t==="rgb"){e=this.toRgbString()}if(t==="prgb"){e=this.toPercentageRgbString()}if(t==="hex"||t==="hex6"){e=this.toHexString()}if(t==="hex3"){e=this.toHexString(true)}if(t==="hex4"){e=this.toHex8String(true)}if(t==="hex8"){e=this.toHex8String()}if(t==="name"){e=this.toName()}if(t==="hsl"){e=this.toHslString()}if(t==="hsv"){e=this.toHsvString()}return e||this.toHexString()},clone:function clone(){return tinycolor(this.toString())},_applyModification:function _applyModification(t,r){var e=t.apply(null,[this].concat([].slice.call(r)));this._r=e._r;this._g=e._g;this._b=e._b;this.setAlpha(e._a);return this},lighten:function lighten(){return this._applyModification(_lighten,arguments)},brighten:function brighten(){return this._applyModification(_brighten,arguments)},darken:function darken(){return this._applyModification(_darken,arguments)},desaturate:function desaturate(){return this._applyModification(_desaturate,arguments)},saturate:function saturate(){return this._applyModification(_saturate,arguments)},greyscale:function greyscale(){return this._applyModification(_greyscale,arguments)},spin:function spin(){return this._applyModification(_spin,arguments)},_applyCombination:function _applyCombination(t,r){return t.apply(null,[this].concat([].slice.call(r)))},analogous:function analogous(){return this._applyCombination(_analogous,arguments)},complement:function complement(){return this._applyCombination(_complement,arguments)},monochromatic:function monochromatic(){return this._applyCombination(_monochromatic,arguments)},splitcomplement:function splitcomplement(){return this._applyCombination(_splitcomplement,arguments)},triad:function triad(){return this._applyCombination(polyad,[3])},tetrad:function tetrad(){return this._applyCombination(polyad,[4])}};tinycolor.fromRatio=function(t,r){if(_typeof(t)=="object"){var e={};for(var o in t){if(t.hasOwnProperty(o)){if(o==="a"){e[o]=t[o]}else{e[o]=convertToPercentage(t[o])}}}t=e}return tinycolor(t,r)};function inputToRGB(t){var r={r:0,g:0,b:0};var e=1;var o=null;var n=null;var i=null;var a=false;var s=false;if(typeof t=="string"){t=stringInputToObject(t)}if(_typeof(t)=="object"){if(isValidCSSUnit(t.r)&&isValidCSSUnit(t.g)&&isValidCSSUnit(t.b)){r=rgbToRgb(t.r,t.g,t.b);a=true;s=String(t.r).substr(-1)==="%"?"prgb":"rgb"}else if(isValidCSSUnit(t.h)&&isValidCSSUnit(t.s)&&isValidCSSUnit(t.v)){o=convertToPercentage(t.s);n=convertToPercentage(t.v);r=hsvToRgb(t.h,o,n);a=true;s="hsv"}else if(isValidCSSUnit(t.h)&&isValidCSSUnit(t.s)&&isValidCSSUnit(t.l)){o=convertToPercentage(t.s);i=convertToPercentage(t.l);r=hslToRgb(t.h,o,i);a=true;s="hsl"}if(t.hasOwnProperty("a")){e=t.a}}e=boundAlpha(e);return{ok:a,format:t.format||s,r:Math.min(255,Math.max(r.r,0)),g:Math.min(255,Math.max(r.g,0)),b:Math.min(255,Math.max(r.b,0)),a:e}}function rgbToRgb(t,r,e){return{r:bound01(t,255)*255,g:bound01(r,255)*255,b:bound01(e,255)*255}}function rgbToHsl(t,r,e){t=bound01(t,255);r=bound01(r,255);e=bound01(e,255);var o=Math.max(t,r,e),n=Math.min(t,r,e);var i,a,s=(o+n)/2;if(o==n){i=a=0}else{var l=o-n;a=s>.5?l/(2-o-n):l/(o+n);switch(o){case t:i=(r-e)/l+(r<e?6:0);break;case r:i=(e-t)/l+2;break;case e:i=(t-r)/l+4;break}i/=6}return{h:i,s:a,l:s}}function hslToRgb(t,r,e){var o,n,i;t=bound01(t,360);r=bound01(r,100);e=bound01(e,100);function hue2rgb(t,r,e){if(e<0)e+=1;if(e>1)e-=1;if(e<1/6)return t+(r-t)*6*e;if(e<1/2)return r;if(e<2/3)return t+(r-t)*(2/3-e)*6;return t}if(r===0){o=n=i=e}else{var a=e<.5?e*(1+r):e+r-e*r;var s=2*e-a;o=hue2rgb(s,a,t+1/3);n=hue2rgb(s,a,t);i=hue2rgb(s,a,t-1/3)}return{r:o*255,g:n*255,b:i*255}}function rgbToHsv(t,r,e){t=bound01(t,255);r=bound01(r,255);e=bound01(e,255);var o=Math.max(t,r,e),n=Math.min(t,r,e);var i,a,s=o;var l=o-n;a=o===0?0:l/o;if(o==n){i=0}else{switch(o){case t:i=(r-e)/l+(r<e?6:0);break;case r:i=(e-t)/l+2;break;case e:i=(t-r)/l+4;break}i/=6}return{h:i,s:a,v:s}}function hsvToRgb(t,r,e){t=bound01(t,360)*6;r=bound01(r,100);e=bound01(e,100);var o=Math.floor(t),n=t-o,i=e*(1-r),a=e*(1-n*r),s=e*(1-(1-n)*r),l=o%6,c=[e,a,i,i,s,e][l],f=[s,e,e,a,i,i][l],h=[i,i,s,e,e,a][l];return{r:c*255,g:f*255,b:h*255}}function rgbToHex(t,r,e,o){var n=[pad2(Math.round(t).toString(16)),pad2(Math.round(r).toString(16)),pad2(Math.round(e).toString(16))];if(o&&n[0].charAt(0)==n[0].charAt(1)&&n[1].charAt(0)==n[1].charAt(1)&&n[2].charAt(0)==n[2].charAt(1)){return n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0)}return n.join("")}function rgbaToHex(t,r,e,o,n){var i=[pad2(Math.round(t).toString(16)),pad2(Math.round(r).toString(16)),pad2(Math.round(e).toString(16)),pad2(convertDecimalToHex(o))];if(n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)){return i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0)}return i.join("")}function rgbaToArgbHex(t,r,e,o){var n=[pad2(convertDecimalToHex(o)),pad2(Math.round(t).toString(16)),pad2(Math.round(r).toString(16)),pad2(Math.round(e).toString(16))];return n.join("")}tinycolor.equals=function(t,r){if(!t||!r)return false;return tinycolor(t).toRgbString()==tinycolor(r).toRgbString()};tinycolor.random=function(){return tinycolor.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function _desaturate(t,r){r=r===0?0:r||10;var e=tinycolor(t).toHsl();e.s-=r/100;e.s=clamp01(e.s);return tinycolor(e)}function _saturate(t,r){r=r===0?0:r||10;var e=tinycolor(t).toHsl();e.s+=r/100;e.s=clamp01(e.s);return tinycolor(e)}function _greyscale(t){return tinycolor(t).desaturate(100)}function _lighten(t,r){r=r===0?0:r||10;var e=tinycolor(t).toHsl();e.l+=r/100;e.l=clamp01(e.l);return tinycolor(e)}function _brighten(t,r){r=r===0?0:r||10;var e=tinycolor(t).toRgb();e.r=Math.max(0,Math.min(255,e.r-Math.round(255*-(r/100))));e.g=Math.max(0,Math.min(255,e.g-Math.round(255*-(r/100))));e.b=Math.max(0,Math.min(255,e.b-Math.round(255*-(r/100))));return tinycolor(e)}function _darken(t,r){r=r===0?0:r||10;var e=tinycolor(t).toHsl();e.l-=r/100;e.l=clamp01(e.l);return tinycolor(e)}function _spin(t,r){var e=tinycolor(t).toHsl();var o=(e.h+r)%360;e.h=o<0?360+o:o;return tinycolor(e)}function _complement(t){var r=tinycolor(t).toHsl();r.h=(r.h+180)%360;return tinycolor(r)}function polyad(t,r){if(isNaN(r)||r<=0){throw new Error("Argument to polyad must be a positive number")}var e=tinycolor(t).toHsl();var o=[tinycolor(t)];var n=360/r;for(var i=1;i<r;i++){o.push(tinycolor({h:(e.h+i*n)%360,s:e.s,l:e.l}))}return o}function _splitcomplement(t){var r=tinycolor(t).toHsl();var e=r.h;return[tinycolor(t),tinycolor({h:(e+72)%360,s:r.s,l:r.l}),tinycolor({h:(e+216)%360,s:r.s,l:r.l})]}function _analogous(t,r,e){r=r||6;e=e||30;var o=tinycolor(t).toHsl();var n=360/e;var i=[tinycolor(t)];for(o.h=(o.h-(n*r>>1)+720)%360;--r;){o.h=(o.h+n)%360;i.push(tinycolor(o))}return i}function _monochromatic(t,r){r=r||6;var e=tinycolor(t).toHsv();var o=e.h,n=e.s,i=e.v;var a=[];var s=1/r;while(r--){a.push(tinycolor({h:o,s:n,v:i}));i=(i+s)%1}return a}tinycolor.mix=function(t,r,e){e=e===0?0:e||50;var o=tinycolor(t).toRgb();var n=tinycolor(r).toRgb();var i=e/100;var a={r:(n.r-o.r)*i+o.r,g:(n.g-o.g)*i+o.g,b:(n.b-o.b)*i+o.b,a:(n.a-o.a)*i+o.a};return tinycolor(a)};tinycolor.readability=function(t,r){var e=tinycolor(t);var o=tinycolor(r);return(Math.max(e.getLuminance(),o.getLuminance())+.05)/(Math.min(e.getLuminance(),o.getLuminance())+.05)};tinycolor.isReadable=function(t,r,e){var o=tinycolor.readability(t,r);var n,i;i=false;n=validateWCAG2Parms(e);switch(n.level+n.size){case"AAsmall":case"AAAlarge":i=o>=4.5;break;case"AAlarge":i=o>=3;break;case"AAAsmall":i=o>=7;break}return i};tinycolor.mostReadable=function(t,r,e){var o=null;var n=0;var i;var a,s,l;e=e||{};a=e.includeFallbackColors;s=e.level;l=e.size;for(var c=0;c<r.length;c++){i=tinycolor.readability(t,r[c]);if(i>n){n=i;o=tinycolor(r[c])}}if(tinycolor.isReadable(t,o,{level:s,size:l})||!a){return o}else{e.includeFallbackColors=false;return tinycolor.mostReadable(t,["#fff","#000"],e)}};var e=tinycolor.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};var o=tinycolor.hexNames=flip(e);function flip(t){var r={};for(var e in t){if(t.hasOwnProperty(e)){r[t[e]]=e}}return r}function boundAlpha(t){t=parseFloat(t);if(isNaN(t)||t<0||t>1){t=1}return t}function bound01(t,r){if(isOnePointZero(t))t="100%";var e=isPercentage(t);t=Math.min(r,Math.max(0,parseFloat(t)));if(e){t=parseInt(t*r,10)/100}if(Math.abs(t-r)<1e-6){return 1}return t%r/parseFloat(r)}function clamp01(t){return Math.min(1,Math.max(0,t))}function parseIntFromHex(t){return parseInt(t,16)}function isOnePointZero(t){return typeof t=="string"&&t.indexOf(".")!=-1&&parseFloat(t)===1}function isPercentage(t){return typeof t==="string"&&t.indexOf("%")!=-1}function pad2(t){return t.length==1?"0"+t:""+t}function convertToPercentage(t){if(t<=1){t=t*100+"%"}return t}function convertDecimalToHex(t){return Math.round(parseFloat(t)*255).toString(16)}function convertHexToDecimal(t){return parseIntFromHex(t)/255}var n=function(){var t="[-\\+]?\\d+%?";var r="[-\\+]?\\d*\\.\\d+%?";var e="(?:"+r+")|(?:"+t+")";var o="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?";var n="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?";return{CSS_UNIT:new RegExp(e),rgb:new RegExp("rgb"+o),rgba:new RegExp("rgba"+n),hsl:new RegExp("hsl"+o),hsla:new RegExp("hsla"+n),hsv:new RegExp("hsv"+o),hsva:new RegExp("hsva"+n),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function isValidCSSUnit(t){return!!n.CSS_UNIT.exec(t)}function stringInputToObject(o){o=o.replace(t,"").replace(r,"").toLowerCase();var i=false;if(e[o]){o=e[o];i=true}else if(o=="transparent"){return{r:0,g:0,b:0,a:0,format:"name"}}var a;if(a=n.rgb.exec(o)){return{r:a[1],g:a[2],b:a[3]}}if(a=n.rgba.exec(o)){return{r:a[1],g:a[2],b:a[3],a:a[4]}}if(a=n.hsl.exec(o)){return{h:a[1],s:a[2],l:a[3]}}if(a=n.hsla.exec(o)){return{h:a[1],s:a[2],l:a[3],a:a[4]}}if(a=n.hsv.exec(o)){return{h:a[1],s:a[2],v:a[3]}}if(a=n.hsva.exec(o)){return{h:a[1],s:a[2],v:a[3],a:a[4]}}if(a=n.hex8.exec(o)){return{r:parseIntFromHex(a[1]),g:parseIntFromHex(a[2]),b:parseIntFromHex(a[3]),a:convertHexToDecimal(a[4]),format:i?"name":"hex8"}}if(a=n.hex6.exec(o)){return{r:parseIntFromHex(a[1]),g:parseIntFromHex(a[2]),b:parseIntFromHex(a[3]),format:i?"name":"hex"}}if(a=n.hex4.exec(o)){return{r:parseIntFromHex(a[1]+""+a[1]),g:parseIntFromHex(a[2]+""+a[2]),b:parseIntFromHex(a[3]+""+a[3]),a:convertHexToDecimal(a[4]+""+a[4]),format:i?"name":"hex8"}}if(a=n.hex3.exec(o)){return{r:parseIntFromHex(a[1]+""+a[1]),g:parseIntFromHex(a[2]+""+a[2]),b:parseIntFromHex(a[3]+""+a[3]),format:i?"name":"hex"}}return false}function validateWCAG2Parms(t){var r,e;t=t||{level:"AA",size:"small"};r=(t.level||"AA").toUpperCase();e=(t.size||"small").toLowerCase();if(r!=="AA"&&r!=="AAA"){r="AA"}if(e!=="small"&&e!=="large"){e="small"}return{level:r,size:e}}return tinycolor}))}};var r={};function __nccwpck_require__(e){var o=r[e];if(o!==undefined){return o.exports}var n=r[e]={exports:{}};var i=true;try{t[e].call(n.exports,n,n.exports,__nccwpck_require__);i=false}finally{if(i)delete r[e]}return n.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var e=__nccwpck_require__(743);module.exports=e})();
|
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2017 Boris K
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"gradient-string","author":"Boris K","version":"2.0.2","license":"MIT","types":"index.d.ts"}
|
package/dist/esm/cli/alias.js
CHANGED
@@ -24,7 +24,7 @@ export var mergeAlias = function(alias) {
|
|
24
24
|
return applyOptionsChain({}, alias);
|
25
25
|
};
|
26
26
|
export var getAliasConfig = function(aliasOption, option) {
|
27
|
-
var _tsconfig_compilerOptions,
|
27
|
+
var _tsconfig_compilerOptions, _tsconfig_compilerOptions1;
|
28
28
|
var isTsProject = fs.existsSync(option.tsconfigPath);
|
29
29
|
var alias = mergeAlias(aliasOption);
|
30
30
|
if (!isTsProject) {
|
@@ -36,10 +36,10 @@ export var getAliasConfig = function(aliasOption, option) {
|
|
36
36
|
};
|
37
37
|
}
|
38
38
|
var tsconfig = readTsConfigByFile(option.tsconfigPath);
|
39
|
-
var baseUrl =
|
39
|
+
var baseUrl = tsconfig === null || tsconfig === void 0 ? void 0 : (_tsconfig_compilerOptions = tsconfig.compilerOptions) === null || _tsconfig_compilerOptions === void 0 ? void 0 : _tsconfig_compilerOptions.baseUrl;
|
40
40
|
return {
|
41
41
|
absoluteBaseUrl: baseUrl ? path.join(option.appDirectory, baseUrl) : option.appDirectory,
|
42
|
-
paths: _object_spread({}, alias,
|
42
|
+
paths: _object_spread({}, alias, tsconfig === null || tsconfig === void 0 ? void 0 : (_tsconfig_compilerOptions1 = tsconfig.compilerOptions) === null || _tsconfig_compilerOptions1 === void 0 ? void 0 : _tsconfig_compilerOptions1.paths),
|
43
43
|
isTsPath: true,
|
44
44
|
isTsProject: isTsProject
|
45
45
|
};
|
@@ -89,8 +89,6 @@ export var CHAIN_ID = {
|
|
89
89
|
STYLE: "style-loader",
|
90
90
|
/** postcss-loader */
|
91
91
|
POSTCSS: "postcss",
|
92
|
-
/** markdown-loader */
|
93
|
-
MARKDOWN: "markdown",
|
94
92
|
/** ignore-css-loader */
|
95
93
|
IGNORE_CSS: "ignore-css",
|
96
94
|
/** css-modules-typescript-loader */
|
@@ -171,7 +169,9 @@ export var CHAIN_ID = {
|
|
171
169
|
/** HtmlAsyncChunkPlugin */
|
172
170
|
HTML_ASYNC_CHUNK: "html-async-chunk",
|
173
171
|
/** SWC_POLYFILL_CHECKER */
|
174
|
-
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
|
172
|
+
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
|
173
|
+
/** RouterPlugin */
|
174
|
+
ROUTER_MANIFEST: "route-plugin"
|
175
175
|
},
|
176
176
|
/** Predefined minimizers */
|
177
177
|
MINIMIZER: {
|
@@ -1,12 +1,11 @@
|
|
1
1
|
import { MAIN_ENTRY_NAME } from "../constants";
|
2
2
|
import { isEmpty } from "./type";
|
3
3
|
export var isSSR = function(config) {
|
4
|
-
var _server, _server1;
|
5
4
|
var server = config.server;
|
6
|
-
if (
|
5
|
+
if (server === null || server === void 0 ? void 0 : server.ssr) {
|
7
6
|
return true;
|
8
7
|
}
|
9
|
-
if ((
|
8
|
+
if ((server === null || server === void 0 ? void 0 : server.ssrByEntries) && !isEmpty(server.ssrByEntries)) {
|
10
9
|
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = void 0;
|
11
10
|
try {
|
12
11
|
for (var _iterator = Object.keys(server.ssrByEntries)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
|
@@ -33,29 +32,28 @@ export var isSSR = function(config) {
|
|
33
32
|
return false;
|
34
33
|
};
|
35
34
|
export var isUseSSRBundle = function(config) {
|
36
|
-
var _output;
|
37
35
|
var output = config.output;
|
38
|
-
if (
|
36
|
+
if (output === null || output === void 0 ? void 0 : output.ssg) {
|
39
37
|
return true;
|
40
38
|
}
|
41
39
|
return isSSR(config);
|
42
40
|
};
|
43
41
|
export var isServiceWorker = function(config) {
|
44
|
-
var _deploy_worker
|
42
|
+
var _deploy_worker;
|
45
43
|
var output = config.output, deploy = config.deploy;
|
46
|
-
if ((
|
44
|
+
if ((deploy === null || deploy === void 0 ? void 0 : (_deploy_worker = deploy.worker) === null || _deploy_worker === void 0 ? void 0 : _deploy_worker.ssr) && ((output === null || output === void 0 ? void 0 : output.ssg) || isSSR(config))) {
|
47
45
|
return true;
|
48
46
|
}
|
49
47
|
return false;
|
50
48
|
};
|
51
49
|
export var isRouterV5 = function(config) {
|
52
|
-
var _config_runtime, _config_runtime_router, _config_runtime1
|
53
|
-
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && (
|
50
|
+
var _config_runtime, _config_runtime_router, _config_runtime1;
|
51
|
+
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && (config === null || config === void 0 ? void 0 : (_config_runtime1 = config.runtime) === null || _config_runtime1 === void 0 ? void 0 : (_config_runtime_router = _config_runtime1.router) === null || _config_runtime_router === void 0 ? void 0 : _config_runtime_router.mode) === "react-router-5";
|
54
52
|
};
|
55
53
|
export var isSSGEntry = function(config, entryName, entrypoints) {
|
56
|
-
var _config_source
|
54
|
+
var _config_source;
|
57
55
|
var ssgConfig = config.output.ssg;
|
58
|
-
var useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof (
|
56
|
+
var useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof (ssgConfig === null || ssgConfig === void 0 ? void 0 : ssgConfig[0]) === "function" || Boolean(ssgConfig === null || ssgConfig === void 0 ? void 0 : ssgConfig[entryName]);
|
59
57
|
return useSSG;
|
60
58
|
};
|
61
59
|
export var isSingleEntry = function(entrypoints) {
|
package/dist/esm/cli/logger.js
CHANGED
package/dist/esm/cli/port.js
CHANGED
@@ -77,7 +77,7 @@ export var getPort = function() {
|
|
77
77
|
if (strictPort) {
|
78
78
|
throw new Error('Port "'.concat(original, '" is occupied, please choose another one.'));
|
79
79
|
} else if (!slient) {
|
80
|
-
logger.info("
|
80
|
+
logger.info("Port ".concat(original, " is in use. ").concat(chalk.yellow("using port ".concat(port, "."))));
|
81
81
|
}
|
82
82
|
}
|
83
83
|
return [
|
@@ -24,8 +24,7 @@ export var getAddressUrls = function() {
|
|
24
24
|
var LOCAL_LABEL = "Local: ";
|
25
25
|
var NETWORK_LABEL = "Network: ";
|
26
26
|
var isLocalhost = function(url) {
|
27
|
-
|
28
|
-
return (_url = url) === null || _url === void 0 ? void 0 : _url.includes("localhost");
|
27
|
+
return url === null || url === void 0 ? void 0 : url.includes("localhost");
|
29
28
|
};
|
30
29
|
if (host && host !== DEFAULT_DEV_HOST) {
|
31
30
|
return [
|
@@ -59,7 +58,7 @@ export var prettyInstructions = function(appContext, config) {
|
|
59
58
|
var routes = !apiOnly ? serverRoutes.filter(function(route) {
|
60
59
|
return route.entryName;
|
61
60
|
}) : serverRoutes;
|
62
|
-
var message = "
|
61
|
+
var message = "\n";
|
63
62
|
if (isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) || apiOnly) {
|
64
63
|
message += urls.map(function(param) {
|
65
64
|
var label = param.label, url = param.url;
|
package/dist/esm/cli/require.js
CHANGED
@@ -2,9 +2,8 @@ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
|
|
2
2
|
import { findExists } from "./fs";
|
3
3
|
export var compatRequire = function(filePath) {
|
4
4
|
var interop = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : true;
|
5
|
-
var _mod;
|
6
5
|
var mod = require(filePath);
|
7
|
-
var rtnESMDefault = interop && (
|
6
|
+
var rtnESMDefault = interop && (mod === null || mod === void 0 ? void 0 : mod.__esModule);
|
8
7
|
return rtnESMDefault ? mod.default : mod;
|
9
8
|
};
|
10
9
|
export var dynamicImport = new Function("modulePath", "return import(modulePath)");
|
@@ -71,9 +71,9 @@ export function addErrorTips(errors) {
|
|
71
71
|
}
|
72
72
|
function formatWebpackMessages(json) {
|
73
73
|
var color = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : defaultColor;
|
74
|
-
var _json_errors,
|
75
|
-
var formattedErrors =
|
76
|
-
var formattedWarnings =
|
74
|
+
var _json_errors, _json_warnings, _result_errors;
|
75
|
+
var formattedErrors = json === null || json === void 0 ? void 0 : (_json_errors = json.errors) === null || _json_errors === void 0 ? void 0 : _json_errors.map(formatMessage);
|
76
|
+
var formattedWarnings = json === null || json === void 0 ? void 0 : (_json_warnings = json.warnings) === null || _json_warnings === void 0 ? void 0 : _json_warnings.map(formatMessage);
|
77
77
|
var result = {
|
78
78
|
errors: formattedErrors || [],
|
79
79
|
warnings: formattedWarnings || [],
|
@@ -20,7 +20,7 @@ export const validAlias = (modernConfig, { tsconfigPath }) => {
|
|
20
20
|
};
|
21
21
|
export const mergeAlias = (alias) => applyOptionsChain({}, alias);
|
22
22
|
export const getAliasConfig = (aliasOption, option) => {
|
23
|
-
var _tsconfig_compilerOptions,
|
23
|
+
var _tsconfig_compilerOptions, _tsconfig_compilerOptions1;
|
24
24
|
const isTsProject = fs.existsSync(option.tsconfigPath);
|
25
25
|
const alias = mergeAlias(aliasOption);
|
26
26
|
if (!isTsProject) {
|
@@ -32,12 +32,12 @@ export const getAliasConfig = (aliasOption, option) => {
|
|
32
32
|
};
|
33
33
|
}
|
34
34
|
const tsconfig = readTsConfigByFile(option.tsconfigPath);
|
35
|
-
const baseUrl =
|
35
|
+
const baseUrl = tsconfig === null || tsconfig === void 0 ? void 0 : (_tsconfig_compilerOptions = tsconfig.compilerOptions) === null || _tsconfig_compilerOptions === void 0 ? void 0 : _tsconfig_compilerOptions.baseUrl;
|
36
36
|
return {
|
37
37
|
absoluteBaseUrl: baseUrl ? path.join(option.appDirectory, baseUrl) : option.appDirectory,
|
38
38
|
paths: {
|
39
39
|
...alias,
|
40
|
-
...
|
40
|
+
...tsconfig === null || tsconfig === void 0 ? void 0 : (_tsconfig_compilerOptions1 = tsconfig.compilerOptions) === null || _tsconfig_compilerOptions1 === void 0 ? void 0 : _tsconfig_compilerOptions1.paths
|
41
41
|
},
|
42
42
|
isTsPath: true,
|
43
43
|
isTsProject
|
@@ -89,8 +89,6 @@ export const CHAIN_ID = {
|
|
89
89
|
STYLE: "style-loader",
|
90
90
|
/** postcss-loader */
|
91
91
|
POSTCSS: "postcss",
|
92
|
-
/** markdown-loader */
|
93
|
-
MARKDOWN: "markdown",
|
94
92
|
/** ignore-css-loader */
|
95
93
|
IGNORE_CSS: "ignore-css",
|
96
94
|
/** css-modules-typescript-loader */
|
@@ -171,7 +169,9 @@ export const CHAIN_ID = {
|
|
171
169
|
/** HtmlAsyncChunkPlugin */
|
172
170
|
HTML_ASYNC_CHUNK: "html-async-chunk",
|
173
171
|
/** SWC_POLYFILL_CHECKER */
|
174
|
-
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
|
172
|
+
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
|
173
|
+
/** RouterPlugin */
|
174
|
+
ROUTER_MANIFEST: "route-plugin"
|
175
175
|
},
|
176
176
|
/** Predefined minimizers */
|
177
177
|
MINIMIZER: {
|
@@ -1,12 +1,11 @@
|
|
1
1
|
import { MAIN_ENTRY_NAME } from "../constants";
|
2
2
|
import { isEmpty } from "./type";
|
3
3
|
export const isSSR = (config) => {
|
4
|
-
var _server, _server1;
|
5
4
|
const { server } = config;
|
6
|
-
if (
|
5
|
+
if (server === null || server === void 0 ? void 0 : server.ssr) {
|
7
6
|
return true;
|
8
7
|
}
|
9
|
-
if ((
|
8
|
+
if ((server === null || server === void 0 ? void 0 : server.ssrByEntries) && !isEmpty(server.ssrByEntries)) {
|
10
9
|
for (const name of Object.keys(server.ssrByEntries)) {
|
11
10
|
if (server.ssrByEntries[name]) {
|
12
11
|
return true;
|
@@ -16,29 +15,28 @@ export const isSSR = (config) => {
|
|
16
15
|
return false;
|
17
16
|
};
|
18
17
|
export const isUseSSRBundle = (config) => {
|
19
|
-
var _output;
|
20
18
|
const { output } = config;
|
21
|
-
if (
|
19
|
+
if (output === null || output === void 0 ? void 0 : output.ssg) {
|
22
20
|
return true;
|
23
21
|
}
|
24
22
|
return isSSR(config);
|
25
23
|
};
|
26
24
|
export const isServiceWorker = (config) => {
|
27
|
-
var _deploy_worker
|
25
|
+
var _deploy_worker;
|
28
26
|
const { output, deploy } = config;
|
29
|
-
if ((
|
27
|
+
if ((deploy === null || deploy === void 0 ? void 0 : (_deploy_worker = deploy.worker) === null || _deploy_worker === void 0 ? void 0 : _deploy_worker.ssr) && ((output === null || output === void 0 ? void 0 : output.ssg) || isSSR(config))) {
|
30
28
|
return true;
|
31
29
|
}
|
32
30
|
return false;
|
33
31
|
};
|
34
32
|
export const isRouterV5 = (config) => {
|
35
|
-
var _config_runtime, _config_runtime_router, _config_runtime1
|
36
|
-
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && (
|
33
|
+
var _config_runtime, _config_runtime_router, _config_runtime1;
|
34
|
+
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && (config === null || config === void 0 ? void 0 : (_config_runtime1 = config.runtime) === null || _config_runtime1 === void 0 ? void 0 : (_config_runtime_router = _config_runtime1.router) === null || _config_runtime_router === void 0 ? void 0 : _config_runtime_router.mode) === "react-router-5";
|
37
35
|
};
|
38
36
|
export const isSSGEntry = (config, entryName, entrypoints) => {
|
39
|
-
var _config_source
|
37
|
+
var _config_source;
|
40
38
|
const ssgConfig = config.output.ssg;
|
41
|
-
const useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof (
|
39
|
+
const useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof (ssgConfig === null || ssgConfig === void 0 ? void 0 : ssgConfig[0]) === "function" || Boolean(ssgConfig === null || ssgConfig === void 0 ? void 0 : ssgConfig[entryName]);
|
42
40
|
return useSSG;
|
43
41
|
};
|
44
42
|
export const isSingleEntry = (entrypoints, mainEntryName = MAIN_ENTRY_NAME) => entrypoints.length === 1 && entrypoints[0].entryName === mainEntryName;
|
@@ -37,7 +37,7 @@ export const getPort = async (port, { tryLimits = 20, strictPort = false, slient
|
|
37
37
|
if (strictPort) {
|
38
38
|
throw new Error(`Port "${original}" is occupied, please choose another one.`);
|
39
39
|
} else if (!slient) {
|
40
|
-
logger.info(`
|
40
|
+
logger.info(`Port ${original} is in use. ${chalk.yellow(`using port ${port}.`)}`);
|
41
41
|
}
|
42
42
|
}
|
43
43
|
return port;
|
@@ -19,10 +19,7 @@ const getIpv4Interfaces = () => {
|
|
19
19
|
export const getAddressUrls = (protocol = "http", port, host) => {
|
20
20
|
const LOCAL_LABEL = "Local: ";
|
21
21
|
const NETWORK_LABEL = "Network: ";
|
22
|
-
const isLocalhost = (url) =>
|
23
|
-
var _url;
|
24
|
-
return (_url = url) === null || _url === void 0 ? void 0 : _url.includes("localhost");
|
25
|
-
};
|
22
|
+
const isLocalhost = (url) => url === null || url === void 0 ? void 0 : url.includes("localhost");
|
26
23
|
if (host && host !== DEFAULT_DEV_HOST) {
|
27
24
|
return [
|
28
25
|
{
|
@@ -53,7 +50,7 @@ export const prettyInstructions = (appContext, config) => {
|
|
53
50
|
const isHttps = isDev() && ((_appContext_builder = appContext.builder) === null || _appContext_builder === void 0 ? void 0 : (_appContext_builder_context_devServer = _appContext_builder.context.devServer) === null || _appContext_builder_context_devServer === void 0 ? void 0 : _appContext_builder_context_devServer.https);
|
54
51
|
const urls = getAddressUrls(isHttps ? "https" : "http", port, (_config_dev = config.dev) === null || _config_dev === void 0 ? void 0 : _config_dev.host);
|
55
52
|
const routes = !apiOnly ? serverRoutes.filter((route) => route.entryName) : serverRoutes;
|
56
|
-
let message = "
|
53
|
+
let message = "\n";
|
57
54
|
if (isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) || apiOnly) {
|
58
55
|
message += urls.map(({ label, url }) => ` ${chalk.bold(`> ${label.padEnd(10)}`)}${chalk.cyanBright(normalizeUrl(`${url}/${routes[0].urlPath}`))}
|
59
56
|
`).join("");
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { findExists } from "./fs";
|
2
2
|
export const compatRequire = (filePath, interop = true) => {
|
3
|
-
var _mod;
|
4
3
|
const mod = require(filePath);
|
5
|
-
const rtnESMDefault = interop && (
|
4
|
+
const rtnESMDefault = interop && (mod === null || mod === void 0 ? void 0 : mod.__esModule);
|
6
5
|
return rtnESMDefault ? mod.default : mod;
|
7
6
|
};
|
8
7
|
export const dynamicImport = new Function("modulePath", "return import(modulePath)");
|