diff --git a/.changeset/weak-windows-sin.md b/.changeset/weak-windows-sin.md new file mode 100644 index 0000000..a418ef0 --- /dev/null +++ b/.changeset/weak-windows-sin.md @@ -0,0 +1,10 @@ +--- +"@kevintyj/prlint": patch +--- + +Minify build output using cjs output + +Uses a prebuild and post-build step to enforce cjs compilation for nodejs support. +Removes test files from the build bundle. +BREAKING!: previous implementations of @kevintyj/prlint is now deprecated, +no support for mjs is provided due to upstream limitation. diff --git a/.gitignore b/.gitignore index 9245ad9..c58b683 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # commited dist files !dist +lib # dependencies node_modules diff --git a/dist/index.js b/dist/index.js index ee6b6df..e9b4e32 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,9 +1,10 @@ -import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module"; -/******/ var __webpack_modules__ = ({ +/******/ (() => { // webpackBootstrap +/******/ var __webpack_modules__ = ({ -/***/ 1513: +/***/ 21513: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -26,8 +27,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.issue = exports.issueCommand = void 0; -const os = __importStar(__nccwpck_require__(2037)); -const utils_1 = __nccwpck_require__(1120); +const os = __importStar(__nccwpck_require__(22037)); +const utils_1 = __nccwpck_require__(41120); /** * Commands * @@ -99,9 +100,10 @@ function escapeProperty(s) { /***/ }), -/***/ 9093: +/***/ 19093: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -133,12 +135,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; -const command_1 = __nccwpck_require__(1513); -const file_command_1 = __nccwpck_require__(9017); -const utils_1 = __nccwpck_require__(1120); -const os = __importStar(__nccwpck_require__(2037)); -const path = __importStar(__nccwpck_require__(1017)); -const oidc_utils_1 = __nccwpck_require__(9141); +const command_1 = __nccwpck_require__(21513); +const file_command_1 = __nccwpck_require__(59017); +const utils_1 = __nccwpck_require__(41120); +const os = __importStar(__nccwpck_require__(22037)); +const path = __importStar(__nccwpck_require__(71017)); +const oidc_utils_1 = __nccwpck_require__(49141); /** * The code to exit an action */ @@ -423,17 +425,17 @@ exports.getIDToken = getIDToken; /** * Summary exports */ -var summary_1 = __nccwpck_require__(5276); +var summary_1 = __nccwpck_require__(25276); Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); /** * @deprecated use core.summary */ -var summary_2 = __nccwpck_require__(5276); +var summary_2 = __nccwpck_require__(25276); Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); /** * Path exports */ -var path_utils_1 = __nccwpck_require__(670); +var path_utils_1 = __nccwpck_require__(10670); Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } })); Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } })); Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } })); @@ -441,9 +443,10 @@ Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: funct /***/ }), -/***/ 9017: +/***/ 59017: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; // For internal use, subject to change. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { @@ -469,10 +472,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ -const fs = __importStar(__nccwpck_require__(7147)); -const os = __importStar(__nccwpck_require__(2037)); -const uuid_1 = __nccwpck_require__(7338); -const utils_1 = __nccwpck_require__(1120); +const fs = __importStar(__nccwpck_require__(57147)); +const os = __importStar(__nccwpck_require__(22037)); +const uuid_1 = __nccwpck_require__(47338); +const utils_1 = __nccwpck_require__(41120); function issueFileCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -505,9 +508,10 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage; /***/ }), -/***/ 9141: +/***/ 49141: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } @@ -520,9 +524,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.OidcClient = void 0; -const http_client_1 = __nccwpck_require__(1759); -const auth_1 = __nccwpck_require__(1366); -const core_1 = __nccwpck_require__(9093); +const http_client_1 = __nccwpck_require__(81759); +const auth_1 = __nccwpck_require__(31366); +const core_1 = __nccwpck_require__(19093); class OidcClient { static createHttpClient(allowRetry = true, maxRetry = 10) { const requestOptions = { @@ -588,9 +592,10 @@ exports.OidcClient = OidcClient; /***/ }), -/***/ 670: +/***/ 10670: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -613,7 +618,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0; -const path = __importStar(__nccwpck_require__(1017)); +const path = __importStar(__nccwpck_require__(71017)); /** * toPosixPath converts the given path to the posix form. On Windows, \\ will be * replaced with /. @@ -652,9 +657,10 @@ exports.toPlatformPath = toPlatformPath; /***/ }), -/***/ 5276: +/***/ 25276: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } @@ -667,8 +673,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.summary = exports.markdownSummary = exports.SUMMARY_DOCS_URL = exports.SUMMARY_ENV_VAR = void 0; -const os_1 = __nccwpck_require__(2037); -const fs_1 = __nccwpck_require__(7147); +const os_1 = __nccwpck_require__(22037); +const fs_1 = __nccwpck_require__(57147); const { access, appendFile, writeFile } = fs_1.promises; exports.SUMMARY_ENV_VAR = 'GITHUB_STEP_SUMMARY'; exports.SUMMARY_DOCS_URL = 'https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary'; @@ -941,9 +947,10 @@ exports.summary = _summary; /***/ }), -/***/ 1120: +/***/ 41120: /***/ ((__unused_webpack_module, exports) => { +"use strict"; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ @@ -987,14 +994,15 @@ exports.toCommandProperties = toCommandProperties; /***/ }), -/***/ 8282: +/***/ 38282: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Context = void 0; -const fs_1 = __nccwpck_require__(7147); -const os_1 = __nccwpck_require__(2037); +const fs_1 = __nccwpck_require__(57147); +const os_1 = __nccwpck_require__(22037); class Context { /** * Hydrate the context from the environment @@ -1048,9 +1056,10 @@ exports.Context = Context; /***/ }), -/***/ 5942: +/***/ 75942: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -1077,8 +1086,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getOctokit = exports.context = void 0; -const Context = __importStar(__nccwpck_require__(8282)); -const utils_1 = __nccwpck_require__(7375); +const Context = __importStar(__nccwpck_require__(38282)); +const utils_1 = __nccwpck_require__(27375); exports.context = new Context.Context(); /** * Returns a hydrated octokit ready to use for GitHub Actions @@ -1095,9 +1104,10 @@ exports.getOctokit = getOctokit; /***/ }), -/***/ 1181: +/***/ 11181: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -1133,7 +1143,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getApiBaseUrl = exports.getProxyFetch = exports.getProxyAgentDispatcher = exports.getProxyAgent = exports.getAuthString = void 0; -const httpClient = __importStar(__nccwpck_require__(1759)); +const httpClient = __importStar(__nccwpck_require__(81759)); const undici_1 = __nccwpck_require__(1663); function getAuthString(token, options) { if (!token && !options.auth) { @@ -1171,9 +1181,10 @@ exports.getApiBaseUrl = getApiBaseUrl; /***/ }), -/***/ 7375: +/***/ 27375: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -1200,12 +1211,12 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getOctokitOptions = exports.GitHub = exports.defaults = exports.context = void 0; -const Context = __importStar(__nccwpck_require__(8282)); -const Utils = __importStar(__nccwpck_require__(1181)); +const Context = __importStar(__nccwpck_require__(38282)); +const Utils = __importStar(__nccwpck_require__(11181)); // octokit + plugins -const core_1 = __nccwpck_require__(807); -const plugin_rest_endpoint_methods_1 = __nccwpck_require__(4008); -const plugin_paginate_rest_1 = __nccwpck_require__(5146); +const core_1 = __nccwpck_require__(20807); +const plugin_rest_endpoint_methods_1 = __nccwpck_require__(94008); +const plugin_paginate_rest_1 = __nccwpck_require__(75146); exports.context = new Context.Context(); const baseUrl = Utils.getApiBaseUrl(); exports.defaults = { @@ -1236,9 +1247,10 @@ exports.getOctokitOptions = getOctokitOptions; /***/ }), -/***/ 1366: +/***/ 31366: /***/ (function(__unused_webpack_module, exports) { +"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } @@ -1323,9 +1335,10 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand /***/ }), -/***/ 1759: +/***/ 81759: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; /* eslint-disable @typescript-eslint/no-explicit-any */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { @@ -1362,10 +1375,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0; -const http = __importStar(__nccwpck_require__(3685)); -const https = __importStar(__nccwpck_require__(5687)); -const pm = __importStar(__nccwpck_require__(9379)); -const tunnel = __importStar(__nccwpck_require__(4225)); +const http = __importStar(__nccwpck_require__(13685)); +const https = __importStar(__nccwpck_require__(95687)); +const pm = __importStar(__nccwpck_require__(89379)); +const tunnel = __importStar(__nccwpck_require__(94225)); const undici_1 = __nccwpck_require__(1663); var HttpCodes; (function (HttpCodes) { @@ -1985,9 +1998,10 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa /***/ }), -/***/ 9379: +/***/ 89379: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.checkBypass = exports.getProxyUrl = void 0; @@ -2076,6 +2090,7 @@ function isLoopbackAddress(host) { /***/ 7615: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.formatErrors = void 0; @@ -2121,14 +2136,15 @@ exports.formatErrors = formatErrors; /***/ 3389: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateConfig = void 0; -const ajv_1 = __importDefault(__nccwpck_require__(2332)); -const commitlint_schema_json_1 = __importDefault(__nccwpck_require__(1114)); +const ajv_1 = __importDefault(__nccwpck_require__(12332)); +const commitlint_schema_json_1 = __importDefault(__nccwpck_require__(41114)); const formatErrors_1 = __nccwpck_require__(7615); const TYPE_OF = [ 'undefined', @@ -2166,15 +2182,16 @@ exports.validateConfig = validateConfig; /***/ }), -/***/ 6586: +/***/ 56586: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const to_case_1 = __importDefault(__nccwpck_require__(2515)); +const to_case_1 = __importDefault(__nccwpck_require__(12515)); exports["default"] = ensureCase; function ensureCase(raw = '', target = 'lowercase') { // We delete any content together with quotes because he can contains proper names (example `refactor: `Eslint` configuration`). @@ -2192,9 +2209,10 @@ function ensureCase(raw = '', target = 'lowercase') { /***/ }), -/***/ 9204: +/***/ 19204: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = (value, enums = []) => { @@ -2210,36 +2228,38 @@ exports["default"] = (value, enums = []) => { /***/ }), -/***/ 3174: +/***/ 93174: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toCase = exports.notEmpty = exports.minLength = exports.maxLineLength = exports.maxLength = exports["enum"] = exports["case"] = void 0; -const case_1 = __importDefault(__nccwpck_require__(6586)); +const case_1 = __importDefault(__nccwpck_require__(56586)); exports["case"] = case_1.default; -const enum_1 = __importDefault(__nccwpck_require__(9204)); +const enum_1 = __importDefault(__nccwpck_require__(19204)); exports["enum"] = enum_1.default; -const max_length_1 = __importDefault(__nccwpck_require__(2411)); +const max_length_1 = __importDefault(__nccwpck_require__(22411)); exports.maxLength = max_length_1.default; const max_line_length_1 = __importDefault(__nccwpck_require__(2347)); exports.maxLineLength = max_line_length_1.default; -const min_length_1 = __importDefault(__nccwpck_require__(5725)); +const min_length_1 = __importDefault(__nccwpck_require__(15725)); exports.minLength = min_length_1.default; -const not_empty_1 = __importDefault(__nccwpck_require__(5224)); +const not_empty_1 = __importDefault(__nccwpck_require__(85224)); exports.notEmpty = not_empty_1.default; -const to_case_1 = __importDefault(__nccwpck_require__(2515)); +const to_case_1 = __importDefault(__nccwpck_require__(12515)); exports.toCase = to_case_1.default; //# sourceMappingURL=index.js.map /***/ }), -/***/ 2411: +/***/ 22411: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = (value, max) => typeof value === 'string' && value.length <= max; @@ -2250,21 +2270,23 @@ exports["default"] = (value, max) => typeof value === 'string' && value.length < /***/ 2347: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const max_length_1 = __importDefault(__nccwpck_require__(2411)); +const max_length_1 = __importDefault(__nccwpck_require__(22411)); exports["default"] = (value, max) => typeof value === 'string' && value.split(/\r?\n/).every((line) => (0, max_length_1.default)(line, max)); //# sourceMappingURL=max-line-length.js.map /***/ }), -/***/ 5725: +/***/ 15725: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = (value, min) => typeof value === 'string' && value.length >= min; @@ -2272,9 +2294,10 @@ exports["default"] = (value, min) => typeof value === 'string' && value.length > /***/ }), -/***/ 5224: +/***/ 85224: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = (value) => typeof value === 'string' && value.length > 0; @@ -2282,18 +2305,19 @@ exports["default"] = (value) => typeof value === 'string' && value.length > 0; /***/ }), -/***/ 2515: +/***/ 12515: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const lodash_camelcase_1 = __importDefault(__nccwpck_require__(8275)); -const lodash_kebabcase_1 = __importDefault(__nccwpck_require__(5348)); -const lodash_snakecase_1 = __importDefault(__nccwpck_require__(5853)); -const lodash_upperfirst_1 = __importDefault(__nccwpck_require__(4050)); +const lodash_camelcase_1 = __importDefault(__nccwpck_require__(68275)); +const lodash_kebabcase_1 = __importDefault(__nccwpck_require__(45348)); +const lodash_snakecase_1 = __importDefault(__nccwpck_require__(65853)); +const lodash_upperfirst_1 = __importDefault(__nccwpck_require__(14050)); const lodash_startcase_1 = __importDefault(__nccwpck_require__(6715)); function toCase(input, target) { switch (target) { @@ -2326,9 +2350,10 @@ exports["default"] = toCase; /***/ }), -/***/ 3035: +/***/ 33035: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.execute = void 0; @@ -2349,9 +2374,10 @@ function executable(config) { /***/ }), -/***/ 5468: +/***/ 95468: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -2378,7 +2404,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.wildcards = void 0; -const semver = __importStar(__nccwpck_require__(1026)); +const semver = __importStar(__nccwpck_require__(61026)); const isSemver = (c) => { const firstLine = c.split('\n').shift(); if (typeof firstLine !== 'string') { @@ -2403,9 +2429,10 @@ exports.wildcards = [ /***/ }), -/***/ 8484: +/***/ 68484: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -2426,19 +2453,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -__exportStar(__nccwpck_require__(6429), exports); -var is_ignored_1 = __nccwpck_require__(6429); +__exportStar(__nccwpck_require__(96429), exports); +var is_ignored_1 = __nccwpck_require__(96429); Object.defineProperty(exports, "default", ({ enumerable: true, get: function () { return __importDefault(is_ignored_1).default; } })); //# sourceMappingURL=index.js.map /***/ }), -/***/ 6429: +/***/ 96429: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const defaults_1 = __nccwpck_require__(5468); +const defaults_1 = __nccwpck_require__(95468); function isIgnored(commit = '', opts = {}) { const ignores = typeof opts.ignores === 'undefined' ? [] : opts.ignores; if (!Array.isArray(ignores)) { @@ -2458,9 +2486,10 @@ exports["default"] = isIgnored; /***/ }), -/***/ 337: +/***/ 70337: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.buildCommitMesage = void 0; @@ -2475,20 +2504,21 @@ exports.buildCommitMesage = buildCommitMesage; /***/ }), -/***/ 953: +/***/ 40953: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const util_1 = __importDefault(__nccwpck_require__(3837)); -const is_ignored_1 = __importDefault(__nccwpck_require__(8484)); -const parse_1 = __importDefault(__nccwpck_require__(8295)); -const rules_1 = __importDefault(__nccwpck_require__(7212)); -const commit_message_1 = __nccwpck_require__(337); -const types_1 = __nccwpck_require__(3599); +const util_1 = __importDefault(__nccwpck_require__(73837)); +const is_ignored_1 = __importDefault(__nccwpck_require__(68484)); +const parse_1 = __importDefault(__nccwpck_require__(98295)); +const rules_1 = __importDefault(__nccwpck_require__(17212)); +const commit_message_1 = __nccwpck_require__(70337); +const types_1 = __nccwpck_require__(53599); async function lint(message, rawRulesConfig, rawOpts) { const opts = rawOpts ? rawOpts @@ -2599,25 +2629,26 @@ exports["default"] = lint; /***/ }), -/***/ 46: +/***/ 90046: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const execute_rule_1 = __importDefault(__nccwpck_require__(3035)); -const resolve_extends_1 = __importDefault(__nccwpck_require__(2789)); +const execute_rule_1 = __importDefault(__nccwpck_require__(33035)); +const resolve_extends_1 = __importDefault(__nccwpck_require__(22789)); const config_validator_1 = __nccwpck_require__(3389); -const lodash_isplainobject_1 = __importDefault(__nccwpck_require__(6358)); -const lodash_merge_1 = __importDefault(__nccwpck_require__(21)); -const lodash_uniq_1 = __importDefault(__nccwpck_require__(5388)); -const path_1 = __importDefault(__nccwpck_require__(1017)); -const resolve_from_1 = __importDefault(__nccwpck_require__(8380)); +const lodash_isplainobject_1 = __importDefault(__nccwpck_require__(96358)); +const lodash_merge_1 = __importDefault(__nccwpck_require__(10021)); +const lodash_uniq_1 = __importDefault(__nccwpck_require__(25388)); +const path_1 = __importDefault(__nccwpck_require__(71017)); +const resolve_from_1 = __importDefault(__nccwpck_require__(68380)); const load_config_1 = __nccwpck_require__(2975); -const load_parser_opts_1 = __nccwpck_require__(5149); -const load_plugin_1 = __importDefault(__nccwpck_require__(9324)); +const load_parser_opts_1 = __nccwpck_require__(75149); +const load_plugin_1 = __importDefault(__nccwpck_require__(69324)); async function load(seed = {}, options = {}) { const cwd = typeof options.cwd === 'undefined' ? process.cwd() : options.cwd; const loaded = await (0, load_config_1.loadConfig)(cwd, options.file); @@ -2700,16 +2731,17 @@ exports["default"] = load; /***/ 2975: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isEsmModule = exports.isDynamicAwaitSupported = exports.loadConfig = void 0; -const cosmiconfig_1 = __nccwpck_require__(6627); -const cosmiconfig_typescript_loader_1 = __nccwpck_require__(7774); -const fs_1 = __nccwpck_require__(7147); -const path_1 = __importDefault(__nccwpck_require__(1017)); +const cosmiconfig_1 = __nccwpck_require__(26627); +const cosmiconfig_typescript_loader_1 = __nccwpck_require__(17774); +const fs_1 = __nccwpck_require__(57147); +const path_1 = __importDefault(__nccwpck_require__(71017)); const moduleName = 'commitlint'; async function loadConfig(cwd, configPath) { let tsLoaderInstance; @@ -2788,9 +2820,10 @@ exports.isEsmModule = isEsmModule; /***/ }), -/***/ 5149: +/***/ 75149: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadParserOpts = void 0; @@ -2848,18 +2881,19 @@ exports.loadParserOpts = loadParserOpts; /***/ }), -/***/ 9324: +/***/ 69324: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const path_1 = __importDefault(__nccwpck_require__(1017)); -const chalk_1 = __importDefault(__nccwpck_require__(6149)); -const plugin_naming_1 = __nccwpck_require__(2409); -const plugin_errors_1 = __nccwpck_require__(1049); +const path_1 = __importDefault(__nccwpck_require__(71017)); +const chalk_1 = __importDefault(__nccwpck_require__(76149)); +const plugin_naming_1 = __nccwpck_require__(52409); +const plugin_errors_1 = __nccwpck_require__(71049); function loadPlugin(plugins, pluginName, debug = false) { const longName = (0, plugin_naming_1.normalizePackageName)(pluginName); const shortName = (0, plugin_naming_1.getShorthandName)(longName); @@ -2915,9 +2949,10 @@ exports["default"] = loadPlugin; /***/ }), -/***/ 1049: +/***/ 71049: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.MissingPluginError = exports.WhitespacePluginError = void 0; @@ -2946,16 +2981,17 @@ exports.MissingPluginError = MissingPluginError; /***/ }), -/***/ 2409: +/***/ 52409: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getNamespaceFromTerm = exports.getShorthandName = exports.normalizePackageName = void 0; -const path_1 = __importDefault(__nccwpck_require__(1017)); +const path_1 = __importDefault(__nccwpck_require__(71017)); // largely adapted from eslint's plugin system const NAMESPACE_REGEX = /^@.*\//iu; // In eslint this is a parameter - we don't need to support the extra options @@ -3041,9 +3077,10 @@ exports.getNamespaceFromTerm = getNamespaceFromTerm; /***/ }), -/***/ 5462: +/***/ 65462: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = message; @@ -3054,14 +3091,15 @@ function message(input = []) { /***/ }), -/***/ 8295: +/***/ 98295: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parse = void 0; -const { sync } = __nccwpck_require__(8382); -const defaultChangelogOpts = __nccwpck_require__(3768); +const { sync } = __nccwpck_require__(58382); +const defaultChangelogOpts = __nccwpck_require__(83768); async function parse(message, parser = sync, parserOpts) { const preset = await defaultChangelogOpts(); const defaultOpts = preset.parserOpts; @@ -3076,9 +3114,10 @@ exports["default"] = parse; /***/ }), -/***/ 2789: +/***/ 22789: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __rest = (this && this.__rest) || function (s, e) { var t = {}; @@ -3095,12 +3134,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const path_1 = __importDefault(__nccwpck_require__(1017)); -__nccwpck_require__(5956); -const resolve_from_1 = __importDefault(__nccwpck_require__(8380)); +const path_1 = __importDefault(__nccwpck_require__(71017)); +__nccwpck_require__(95956); +const resolve_from_1 = __importDefault(__nccwpck_require__(68380)); const lodash_mergewith_1 = __importDefault(__nccwpck_require__(9449)); const config_validator_1 = __nccwpck_require__(3389); -const importFresh = __nccwpck_require__(6580); +const importFresh = __nccwpck_require__(96580); function resolveExtends(config = {}, context = {}) { const { extends: e } = config; const extended = loadExtends(config, context); @@ -3203,17 +3242,18 @@ function resolveGlobalSilent(id) { /***/ }), -/***/ 2902: +/***/ 32902: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyCase = void 0; -const ensure_1 = __nccwpck_require__(3174); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure_1 = __nccwpck_require__(93174); +const message_1 = __importDefault(__nccwpck_require__(65462)); const negated = (when) => when === 'never'; const bodyCase = (parsed, when = 'always', value = []) => { const { body } = parsed; @@ -3244,9 +3284,10 @@ exports.bodyCase = bodyCase; /***/ }), -/***/ 1065: +/***/ 81065: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -3276,8 +3317,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyEmpty = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const bodyEmpty = (parsed, when = 'always') => { const negated = when === 'never'; const notEmpty = ensure.notEmpty(parsed.body || ''); @@ -3291,16 +3332,17 @@ exports.bodyEmpty = bodyEmpty; /***/ }), -/***/ 556: +/***/ 20556: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyFullStop = void 0; -const message_1 = __importDefault(__nccwpck_require__(5462)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const bodyFullStop = (parsed, when = 'always', value = '.') => { const input = parsed.body; if (!input) { @@ -3318,17 +3360,18 @@ exports.bodyFullStop = bodyFullStop; /***/ }), -/***/ 6805: +/***/ 26805: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyLeadingBlank = void 0; -const to_lines_1 = __importDefault(__nccwpck_require__(935)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const to_lines_1 = __importDefault(__nccwpck_require__(90935)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const bodyLeadingBlank = (parsed, when) => { // Flunk if no body is found if (!parsed.body) { @@ -3348,13 +3391,14 @@ exports.bodyLeadingBlank = bodyLeadingBlank; /***/ }), -/***/ 7211: +/***/ 27211: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyMaxLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const bodyMaxLength = (parsed, _when = undefined, value = 0) => { const input = parsed.body; if (!input) { @@ -3370,13 +3414,14 @@ exports.bodyMaxLength = bodyMaxLength; /***/ }), -/***/ 4681: +/***/ 54681: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyMaxLineLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const bodyMaxLineLength = (parsed, _when = undefined, value = 0) => { const input = parsed.body; if (!input) { @@ -3392,13 +3437,14 @@ exports.bodyMaxLineLength = bodyMaxLineLength; /***/ }), -/***/ 9221: +/***/ 80962: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bodyMinLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const bodyMinLength = (parsed, _when = undefined, value = 0) => { if (!parsed.body) { return [true]; @@ -3413,9 +3459,10 @@ exports.bodyMinLength = bodyMinLength; /***/ }), -/***/ 6346: +/***/ 76346: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -3445,8 +3492,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.footerEmpty = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const footerEmpty = (parsed, when = 'always') => { const negated = when === 'never'; const notEmpty = ensure.notEmpty(parsed.footer || ''); @@ -3460,17 +3507,18 @@ exports.footerEmpty = footerEmpty; /***/ }), -/***/ 5074: +/***/ 35074: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.footerLeadingBlank = void 0; -const to_lines_1 = __importDefault(__nccwpck_require__(935)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const to_lines_1 = __importDefault(__nccwpck_require__(90935)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const footerLeadingBlank = (parsed, when = 'always') => { // Flunk if no footer is found if (!parsed.footer) { @@ -3497,13 +3545,14 @@ exports.footerLeadingBlank = footerLeadingBlank; /***/ }), -/***/ 6652: +/***/ 86652: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.footerMaxLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const footerMaxLength = (parsed, _when = undefined, value = 0) => { const input = parsed.footer; if (!input) { @@ -3522,10 +3571,11 @@ exports.footerMaxLength = footerMaxLength; /***/ 1887: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.footerMaxLineLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const footerMaxLineLength = (parsed, _when = undefined, value = 0) => { const input = parsed.footer; if (!input) { @@ -3541,13 +3591,14 @@ exports.footerMaxLineLength = footerMaxLineLength; /***/ }), -/***/ 9034: +/***/ 99034: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.footerMinLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const footerMinLength = (parsed, _when = undefined, value = 0) => { if (!parsed.footer) { return [true]; @@ -3562,17 +3613,18 @@ exports.footerMinLength = footerMinLength; /***/ }), -/***/ 7399: +/***/ 97399: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.headerCase = void 0; -const ensure_1 = __nccwpck_require__(3174); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure_1 = __nccwpck_require__(93174); +const message_1 = __importDefault(__nccwpck_require__(65462)); const negated = (when) => when === 'never'; const headerCase = (parsed, when = 'always', value = []) => { const { header } = parsed; @@ -3603,16 +3655,17 @@ exports.headerCase = headerCase; /***/ }), -/***/ 8901: +/***/ 58901: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.headerFullStop = void 0; -const message_1 = __importDefault(__nccwpck_require__(5462)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const headerFullStop = (parsed, when = 'always', value = '.') => { const { header } = parsed; const negated = when === 'never'; @@ -3627,13 +3680,14 @@ exports.headerFullStop = headerFullStop; /***/ }), -/***/ 9178: +/***/ 49178: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.headerMaxLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const headerMaxLength = (parsed, _when = undefined, value = 0) => { return [ (0, ensure_1.maxLength)(parsed.header, value), @@ -3645,13 +3699,14 @@ exports.headerMaxLength = headerMaxLength; /***/ }), -/***/ 5234: +/***/ 95234: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.headerMinLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const headerMinLength = (parsed, _when = undefined, value = 0) => { return [ (0, ensure_1.minLength)(parsed.header, value), @@ -3663,46 +3718,47 @@ exports.headerMinLength = headerMinLength; /***/ }), -/***/ 7212: +/***/ 17212: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const body_case_1 = __nccwpck_require__(2902); -const body_empty_1 = __nccwpck_require__(1065); -const body_full_stop_1 = __nccwpck_require__(556); -const body_leading_blank_1 = __nccwpck_require__(6805); -const body_max_length_1 = __nccwpck_require__(7211); -const body_max_line_length_1 = __nccwpck_require__(4681); -const body_min_length_1 = __nccwpck_require__(9221); -const footer_empty_1 = __nccwpck_require__(6346); -const footer_leading_blank_1 = __nccwpck_require__(5074); -const footer_max_length_1 = __nccwpck_require__(6652); +const body_case_1 = __nccwpck_require__(32902); +const body_empty_1 = __nccwpck_require__(81065); +const body_full_stop_1 = __nccwpck_require__(20556); +const body_leading_blank_1 = __nccwpck_require__(26805); +const body_max_length_1 = __nccwpck_require__(27211); +const body_max_line_length_1 = __nccwpck_require__(54681); +const body_min_length_1 = __nccwpck_require__(80962); +const footer_empty_1 = __nccwpck_require__(76346); +const footer_leading_blank_1 = __nccwpck_require__(35074); +const footer_max_length_1 = __nccwpck_require__(86652); const footer_max_line_length_1 = __nccwpck_require__(1887); -const footer_min_length_1 = __nccwpck_require__(9034); -const header_case_1 = __nccwpck_require__(7399); -const header_full_stop_1 = __nccwpck_require__(8901); -const header_max_length_1 = __nccwpck_require__(9178); -const header_min_length_1 = __nccwpck_require__(5234); -const references_empty_1 = __nccwpck_require__(5018); -const scope_case_1 = __nccwpck_require__(6885); +const footer_min_length_1 = __nccwpck_require__(99034); +const header_case_1 = __nccwpck_require__(97399); +const header_full_stop_1 = __nccwpck_require__(58901); +const header_max_length_1 = __nccwpck_require__(49178); +const header_min_length_1 = __nccwpck_require__(95234); +const references_empty_1 = __nccwpck_require__(45018); +const scope_case_1 = __nccwpck_require__(16885); const scope_empty_1 = __nccwpck_require__(788); -const scope_enum_1 = __nccwpck_require__(4873); -const scope_max_length_1 = __nccwpck_require__(5030); -const scope_min_length_1 = __nccwpck_require__(4742); -const signed_off_by_1 = __nccwpck_require__(730); -const subject_case_1 = __nccwpck_require__(578); -const subject_empty_1 = __nccwpck_require__(3451); -const subject_full_stop_1 = __nccwpck_require__(6001); -const subject_max_length_1 = __nccwpck_require__(3367); +const scope_enum_1 = __nccwpck_require__(54873); +const scope_max_length_1 = __nccwpck_require__(45030); +const scope_min_length_1 = __nccwpck_require__(74742); +const signed_off_by_1 = __nccwpck_require__(70730); +const subject_case_1 = __nccwpck_require__(20578); +const subject_empty_1 = __nccwpck_require__(73451); +const subject_full_stop_1 = __nccwpck_require__(56001); +const subject_max_length_1 = __nccwpck_require__(43367); const subject_min_length_1 = __nccwpck_require__(3420); -const subject_exclamation_mark_1 = __nccwpck_require__(7717); -const trailer_exists_1 = __nccwpck_require__(9554); -const type_case_1 = __nccwpck_require__(2279); -const type_empty_1 = __nccwpck_require__(7869); -const type_enum_1 = __nccwpck_require__(3340); -const type_max_length_1 = __nccwpck_require__(1153); -const type_min_length_1 = __nccwpck_require__(2158); +const subject_exclamation_mark_1 = __nccwpck_require__(27717); +const trailer_exists_1 = __nccwpck_require__(89554); +const type_case_1 = __nccwpck_require__(52279); +const type_empty_1 = __nccwpck_require__(77869); +const type_enum_1 = __nccwpck_require__(73340); +const type_max_length_1 = __nccwpck_require__(81153); +const type_min_length_1 = __nccwpck_require__(82158); exports["default"] = { 'body-case': body_case_1.bodyCase, 'body-empty': body_empty_1.bodyEmpty, @@ -3744,16 +3800,17 @@ exports["default"] = { /***/ }), -/***/ 5018: +/***/ 45018: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.referencesEmpty = void 0; -const message_1 = __importDefault(__nccwpck_require__(5462)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const referencesEmpty = (parsed, when = 'never') => { const negated = when === 'always'; const notEmpty = parsed.references.length > 0; @@ -3767,17 +3824,18 @@ exports.referencesEmpty = referencesEmpty; /***/ }), -/***/ 6885: +/***/ 16885: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.scopeCase = void 0; -const ensure_1 = __nccwpck_require__(3174); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure_1 = __nccwpck_require__(93174); +const message_1 = __importDefault(__nccwpck_require__(65462)); const negated = (when) => when === 'never'; const scopeCase = (parsed, when = 'always', value = []) => { const { scope } = parsed; @@ -3815,6 +3873,7 @@ exports.scopeCase = scopeCase; /***/ 788: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -3844,8 +3903,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.scopeEmpty = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const scopeEmpty = (parsed, when = 'never') => { const negated = when === 'always'; const notEmpty = ensure.notEmpty(parsed.scope || ''); @@ -3859,9 +3918,10 @@ exports.scopeEmpty = scopeEmpty; /***/ }), -/***/ 4873: +/***/ 54873: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -3891,8 +3951,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.scopeEnum = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const scopeEnum = (parsed, when = 'always', value = []) => { if (!parsed.scope) { return [true, '']; @@ -3918,13 +3978,14 @@ exports.scopeEnum = scopeEnum; /***/ }), -/***/ 5030: +/***/ 45030: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.scopeMaxLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const scopeMaxLength = (parsed, _when = undefined, value = 0) => { const input = parsed.scope; if (!input) { @@ -3940,13 +4001,14 @@ exports.scopeMaxLength = scopeMaxLength; /***/ }), -/***/ 4742: +/***/ 74742: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.scopeMinLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const scopeMinLength = (parsed, _when = undefined, value = 0) => { const input = parsed.scope; if (!input) { @@ -3962,17 +4024,18 @@ exports.scopeMinLength = scopeMinLength; /***/ }), -/***/ 730: +/***/ 70730: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.signedOffBy = void 0; -const message_1 = __importDefault(__nccwpck_require__(5462)); -const to_lines_1 = __importDefault(__nccwpck_require__(935)); +const message_1 = __importDefault(__nccwpck_require__(65462)); +const to_lines_1 = __importDefault(__nccwpck_require__(90935)); const signedOffBy = (parsed, when = 'always', value = '') => { const lines = (0, to_lines_1.default)(parsed.raw).filter((ln) => // skip comments @@ -3992,17 +4055,18 @@ exports.signedOffBy = signedOffBy; /***/ }), -/***/ 578: +/***/ 20578: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.subjectCase = void 0; -const ensure_1 = __nccwpck_require__(3174); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure_1 = __nccwpck_require__(93174); +const message_1 = __importDefault(__nccwpck_require__(65462)); /** * Since the rule requires first symbol of a subject to be a letter, use * Unicode `Cased_Letter` category now to allow non-Latin alphabets as well. @@ -4049,9 +4113,10 @@ exports.subjectCase = subjectCase; /***/ }), -/***/ 3451: +/***/ 73451: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -4081,8 +4146,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.subjectEmpty = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const subjectEmpty = (parsed, when = 'always') => { const negated = when === 'never'; const notEmpty = ensure.notEmpty(parsed.subject || ''); @@ -4096,16 +4161,17 @@ exports.subjectEmpty = subjectEmpty; /***/ }), -/***/ 7717: +/***/ 27717: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.subjectExclamationMark = void 0; -const message_1 = __importDefault(__nccwpck_require__(5462)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const subjectExclamationMark = (parsed, when = 'always') => { const input = parsed.header; if (!input) { @@ -4127,16 +4193,17 @@ exports.subjectExclamationMark = subjectExclamationMark; /***/ }), -/***/ 6001: +/***/ 56001: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.subjectFullStop = void 0; -const message_1 = __importDefault(__nccwpck_require__(5462)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const subjectFullStop = (parsed, when = 'always', value = '.') => { const colonIndex = parsed.header.indexOf(':'); if (colonIndex > 0 && colonIndex === parsed.header.length - 1) { @@ -4155,13 +4222,14 @@ exports.subjectFullStop = subjectFullStop; /***/ }), -/***/ 3367: +/***/ 43367: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.subjectMaxLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const subjectMaxLength = (parsed, _when = undefined, value = 0) => { const input = parsed.subject; if (!input) { @@ -4180,10 +4248,11 @@ exports.subjectMaxLength = subjectMaxLength; /***/ 3420: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.subjectMinLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const subjectMinLength = (parsed, _when = undefined, value = 0) => { const input = parsed.subject; if (!input) { @@ -4199,9 +4268,10 @@ exports.subjectMinLength = subjectMinLength; /***/ }), -/***/ 9554: +/***/ 89554: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; @@ -4209,8 +4279,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.trailerExists = void 0; const execa_1 = __importDefault(__nccwpck_require__(9149)); -const message_1 = __importDefault(__nccwpck_require__(5462)); -const to_lines_1 = __importDefault(__nccwpck_require__(935)); +const message_1 = __importDefault(__nccwpck_require__(65462)); +const to_lines_1 = __importDefault(__nccwpck_require__(90935)); const trailerExists = (parsed, when = 'always', value = '') => { const trailers = execa_1.default.sync('git', ['interpret-trailers', '--parse'], { input: parsed.raw, @@ -4232,17 +4302,18 @@ exports.trailerExists = trailerExists; /***/ }), -/***/ 2279: +/***/ 52279: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.typeCase = void 0; -const ensure_1 = __nccwpck_require__(3174); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure_1 = __nccwpck_require__(93174); +const message_1 = __importDefault(__nccwpck_require__(65462)); const negated = (when) => when === 'never'; const typeCase = (parsed, when = 'always', value = []) => { const { type } = parsed; @@ -4273,9 +4344,10 @@ exports.typeCase = typeCase; /***/ }), -/***/ 7869: +/***/ 77869: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -4305,8 +4377,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.typeEmpty = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const typeEmpty = (parsed, when = 'always') => { const negated = when === 'never'; const notEmpty = ensure.notEmpty(parsed.type || ''); @@ -4320,9 +4392,10 @@ exports.typeEmpty = typeEmpty; /***/ }), -/***/ 3340: +/***/ 73340: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -4352,8 +4425,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.typeEnum = void 0; -const ensure = __importStar(__nccwpck_require__(3174)); -const message_1 = __importDefault(__nccwpck_require__(5462)); +const ensure = __importStar(__nccwpck_require__(93174)); +const message_1 = __importDefault(__nccwpck_require__(65462)); const typeEnum = (parsed, when = 'always', value = []) => { const { type: input } = parsed; if (!input) { @@ -4375,13 +4448,14 @@ exports.typeEnum = typeEnum; /***/ }), -/***/ 1153: +/***/ 81153: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.typeMaxLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const typeMaxLength = (parsed, _when = undefined, value = 0) => { const input = parsed.type; if (!input) { @@ -4397,13 +4471,14 @@ exports.typeMaxLength = typeMaxLength; /***/ }), -/***/ 2158: +/***/ 82158: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.typeMinLength = void 0; -const ensure_1 = __nccwpck_require__(3174); +const ensure_1 = __nccwpck_require__(93174); const typeMinLength = (parsed, _when = undefined, value = 0) => { const input = parsed.type; if (!input) { @@ -4419,9 +4494,10 @@ exports.typeMinLength = typeMinLength; /***/ }), -/***/ 935: +/***/ 90935: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); function toLines(input) { @@ -4435,9 +4511,10 @@ exports["default"] = toLines; /***/ }), -/***/ 1067: +/***/ 41067: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=ensure.js.map @@ -4447,15 +4524,17 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ 638: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=format.js.map /***/ }), -/***/ 3599: +/***/ 53599: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -4472,66 +4551,72 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -__exportStar(__nccwpck_require__(1067), exports); +__exportStar(__nccwpck_require__(41067), exports); __exportStar(__nccwpck_require__(638), exports); -__exportStar(__nccwpck_require__(3544), exports); -__exportStar(__nccwpck_require__(1572), exports); -__exportStar(__nccwpck_require__(6843), exports); -__exportStar(__nccwpck_require__(7635), exports); -__exportStar(__nccwpck_require__(1877), exports); -__exportStar(__nccwpck_require__(6413), exports); +__exportStar(__nccwpck_require__(23544), exports); +__exportStar(__nccwpck_require__(31572), exports); +__exportStar(__nccwpck_require__(66843), exports); +__exportStar(__nccwpck_require__(77635), exports); +__exportStar(__nccwpck_require__(81877), exports); +__exportStar(__nccwpck_require__(76413), exports); //# sourceMappingURL=index.js.map /***/ }), -/***/ 3544: +/***/ 23544: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=is-ignored.js.map /***/ }), -/***/ 1572: +/***/ 31572: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=lint.js.map /***/ }), -/***/ 6843: +/***/ 66843: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=load.js.map /***/ }), -/***/ 7635: +/***/ 77635: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=parse.js.map /***/ }), -/***/ 1877: +/***/ 81877: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=prompt.js.map /***/ }), -/***/ 6413: +/***/ 76413: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RuleConfigQuality = exports.RuleConfigSeverity = void 0; @@ -4557,9 +4642,10 @@ var RuleConfigQuality; /***/ }), -/***/ 1410: +/***/ 41410: /***/ ((module) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -4641,9 +4727,10 @@ var createTokenAuth = function createTokenAuth2(token) { /***/ }), -/***/ 807: +/***/ 20807: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -4669,11 +4756,11 @@ __export(dist_src_exports, { Octokit: () => Octokit }); module.exports = __toCommonJS(dist_src_exports); -var import_universal_user_agent = __nccwpck_require__(5592); -var import_before_after_hook = __nccwpck_require__(3990); +var import_universal_user_agent = __nccwpck_require__(25592); +var import_before_after_hook = __nccwpck_require__(73990); var import_request = __nccwpck_require__(7459); -var import_graphql = __nccwpck_require__(7667); -var import_auth_token = __nccwpck_require__(1410); +var import_graphql = __nccwpck_require__(17667); +var import_auth_token = __nccwpck_require__(41410); // pkg/dist-src/version.js var VERSION = "5.0.2"; @@ -4809,9 +4896,10 @@ var Octokit = class { /***/ }), -/***/ 6794: +/***/ 66794: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -4839,7 +4927,7 @@ __export(dist_src_exports, { module.exports = __toCommonJS(dist_src_exports); // pkg/dist-src/defaults.js -var import_universal_user_agent = __nccwpck_require__(5592); +var import_universal_user_agent = __nccwpck_require__(25592); // pkg/dist-src/version.js var VERSION = "9.0.2"; @@ -4870,7 +4958,7 @@ function lowercaseKeys(object) { } // pkg/dist-src/util/merge-deep.js -var import_is_plain_object = __nccwpck_require__(7352); +var import_is_plain_object = __nccwpck_require__(37352); function mergeDeep(defaults, options) { const result = Object.assign({}, defaults); Object.keys(options).forEach((key) => { @@ -5177,9 +5265,10 @@ var endpoint = withDefaults(null, DEFAULTS); /***/ }), -/***/ 7667: +/***/ 17667: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -5208,7 +5297,7 @@ __export(dist_src_exports, { }); module.exports = __toCommonJS(dist_src_exports); var import_request3 = __nccwpck_require__(7459); -var import_universal_user_agent = __nccwpck_require__(5592); +var import_universal_user_agent = __nccwpck_require__(25592); // pkg/dist-src/version.js var VERSION = "7.0.2"; @@ -5334,9 +5423,10 @@ function withCustomRequest(customRequest) { /***/ }), -/***/ 5146: +/***/ 75146: /***/ ((module) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -5732,9 +5822,10 @@ paginateRest.VERSION = VERSION; /***/ }), -/***/ 4008: +/***/ 94008: /***/ ((module) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -7845,6 +7936,7 @@ legacyRestEndpointMethods.VERSION = VERSION; /***/ 4910: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; var __create = Object.create; var __defProp = Object.defineProperty; @@ -7880,8 +7972,8 @@ __export(dist_src_exports, { RequestError: () => RequestError }); module.exports = __toCommonJS(dist_src_exports); -var import_deprecation = __nccwpck_require__(64); -var import_once = __toESM(__nccwpck_require__(9472)); +var import_deprecation = __nccwpck_require__(20064); +var import_once = __toESM(__nccwpck_require__(39472)); var logOnceCode = (0, import_once.default)((deprecation) => console.warn(deprecation)); var logOnceHeaders = (0, import_once.default)((deprecation) => console.warn(deprecation)); var RequestError = class extends Error { @@ -7942,6 +8034,7 @@ var RequestError = class extends Error { /***/ 7459: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; @@ -7967,8 +8060,8 @@ __export(dist_src_exports, { request: () => request }); module.exports = __toCommonJS(dist_src_exports); -var import_endpoint = __nccwpck_require__(6794); -var import_universal_user_agent = __nccwpck_require__(5592); +var import_endpoint = __nccwpck_require__(66794); +var import_universal_user_agent = __nccwpck_require__(25592); // pkg/dist-src/version.js var VERSION = "8.1.6"; @@ -8161,16 +8254,17 @@ var request = withDefaults(import_endpoint.endpoint, { /***/ }), -/***/ 2332: +/***/ 12332: /***/ ((module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = void 0; -const core_1 = __nccwpck_require__(1556); -const draft7_1 = __nccwpck_require__(853); -const discriminator_1 = __nccwpck_require__(5016); -const draft7MetaSchema = __nccwpck_require__(4746); +const core_1 = __nccwpck_require__(51556); +const draft7_1 = __nccwpck_require__(70853); +const discriminator_1 = __nccwpck_require__(15016); +const draft7MetaSchema = __nccwpck_require__(64746); const META_SUPPORT_DATA = ["/properties"]; const META_SCHEMA_ID = "http://json-schema.org/draft-07/schema"; class Ajv extends core_1.default { @@ -8198,26 +8292,27 @@ class Ajv extends core_1.default { module.exports = exports = Ajv; Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = Ajv; -var validate_1 = __nccwpck_require__(8607); +var validate_1 = __nccwpck_require__(88607); Object.defineProperty(exports, "KeywordCxt", ({ enumerable: true, get: function () { return validate_1.KeywordCxt; } })); -var codegen_1 = __nccwpck_require__(1615); +var codegen_1 = __nccwpck_require__(61615); Object.defineProperty(exports, "_", ({ enumerable: true, get: function () { return codegen_1._; } })); Object.defineProperty(exports, "str", ({ enumerable: true, get: function () { return codegen_1.str; } })); Object.defineProperty(exports, "stringify", ({ enumerable: true, get: function () { return codegen_1.stringify; } })); Object.defineProperty(exports, "nil", ({ enumerable: true, get: function () { return codegen_1.nil; } })); Object.defineProperty(exports, "Name", ({ enumerable: true, get: function () { return codegen_1.Name; } })); Object.defineProperty(exports, "CodeGen", ({ enumerable: true, get: function () { return codegen_1.CodeGen; } })); -var validation_error_1 = __nccwpck_require__(6153); +var validation_error_1 = __nccwpck_require__(16153); Object.defineProperty(exports, "ValidationError", ({ enumerable: true, get: function () { return validation_error_1.default; } })); -var ref_error_1 = __nccwpck_require__(8009); +var ref_error_1 = __nccwpck_require__(68009); Object.defineProperty(exports, "MissingRefError", ({ enumerable: true, get: function () { return ref_error_1.default; } })); //# sourceMappingURL=ajv.js.map /***/ }), -/***/ 5766: +/***/ 85766: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.regexpCode = exports.getEsmExportName = exports.getProperty = exports.safeStringify = exports.stringify = exports.strConcat = exports.addCodeArg = exports.str = exports._ = exports.nil = exports._Code = exports.Name = exports.IDENTIFIER = exports._CodeOrName = void 0; @@ -8376,15 +8471,16 @@ exports.regexpCode = regexpCode; /***/ }), -/***/ 1615: +/***/ 61615: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.or = exports.and = exports.not = exports.CodeGen = exports.operators = exports.varKinds = exports.ValueScopeName = exports.ValueScope = exports.Scope = exports.Name = exports.regexpCode = exports.stringify = exports.getProperty = exports.nil = exports.strConcat = exports.str = exports._ = void 0; -const code_1 = __nccwpck_require__(5766); -const scope_1 = __nccwpck_require__(4224); -var code_2 = __nccwpck_require__(5766); +const code_1 = __nccwpck_require__(85766); +const scope_1 = __nccwpck_require__(64224); +var code_2 = __nccwpck_require__(85766); Object.defineProperty(exports, "_", ({ enumerable: true, get: function () { return code_2._; } })); Object.defineProperty(exports, "str", ({ enumerable: true, get: function () { return code_2.str; } })); Object.defineProperty(exports, "strConcat", ({ enumerable: true, get: function () { return code_2.strConcat; } })); @@ -8393,7 +8489,7 @@ Object.defineProperty(exports, "getProperty", ({ enumerable: true, get: function Object.defineProperty(exports, "stringify", ({ enumerable: true, get: function () { return code_2.stringify; } })); Object.defineProperty(exports, "regexpCode", ({ enumerable: true, get: function () { return code_2.regexpCode; } })); Object.defineProperty(exports, "Name", ({ enumerable: true, get: function () { return code_2.Name; } })); -var scope_2 = __nccwpck_require__(4224); +var scope_2 = __nccwpck_require__(64224); Object.defineProperty(exports, "Scope", ({ enumerable: true, get: function () { return scope_2.Scope; } })); Object.defineProperty(exports, "ValueScope", ({ enumerable: true, get: function () { return scope_2.ValueScope; } })); Object.defineProperty(exports, "ValueScopeName", ({ enumerable: true, get: function () { return scope_2.ValueScopeName; } })); @@ -9079,13 +9175,14 @@ function par(x) { /***/ }), -/***/ 4224: +/***/ 64224: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ValueScope = exports.ValueScopeName = exports.Scope = exports.varKinds = exports.UsedValueState = void 0; -const code_1 = __nccwpck_require__(5766); +const code_1 = __nccwpck_require__(85766); class ValueError extends Error { constructor(name) { super(`CodeGen: "code" for ${name} not defined`); @@ -9228,15 +9325,16 @@ exports.ValueScope = ValueScope; /***/ }), -/***/ 4388: +/***/ 34388: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.extendErrors = exports.resetErrorsCount = exports.reportExtraError = exports.reportError = exports.keyword$DataError = exports.keywordError = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const names_1 = __nccwpck_require__(8192); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const names_1 = __nccwpck_require__(78192); exports.keywordError = { message: ({ keyword }) => (0, codegen_1.str) `must pass "${keyword}" keyword validation`, }; @@ -9360,15 +9458,16 @@ function extraErrorProps(cxt, { params, message }, keyValues) { /***/ 4047: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveSchema = exports.getCompilingSchema = exports.resolveRef = exports.compileSchema = exports.SchemaEnv = void 0; -const codegen_1 = __nccwpck_require__(1615); -const validation_error_1 = __nccwpck_require__(6153); -const names_1 = __nccwpck_require__(8192); -const resolve_1 = __nccwpck_require__(1841); -const util_1 = __nccwpck_require__(924); -const validate_1 = __nccwpck_require__(8607); +const codegen_1 = __nccwpck_require__(61615); +const validation_error_1 = __nccwpck_require__(16153); +const names_1 = __nccwpck_require__(78192); +const resolve_1 = __nccwpck_require__(41841); +const util_1 = __nccwpck_require__(90924); +const validate_1 = __nccwpck_require__(88607); class SchemaEnv { constructor(env) { var _a; @@ -9605,12 +9704,13 @@ function getJsonPointer(parsedRef, { baseId, schema, root }) { /***/ }), -/***/ 8192: +/***/ 78192: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); +const codegen_1 = __nccwpck_require__(61615); const names = { // validation function arguments data: new codegen_1.Name("data"), @@ -9639,12 +9739,13 @@ exports["default"] = names; /***/ }), -/***/ 8009: +/***/ 68009: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const resolve_1 = __nccwpck_require__(1841); +const resolve_1 = __nccwpck_require__(41841); class MissingRefError extends Error { constructor(resolver, baseId, ref, msg) { super(msg || `can't resolve reference ${ref} from id ${baseId}`); @@ -9657,15 +9758,16 @@ exports["default"] = MissingRefError; /***/ }), -/***/ 1841: +/***/ 41841: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSchemaRefs = exports.resolveUrl = exports.normalizeId = exports._getFullPath = exports.getFullPath = exports.inlineRef = void 0; -const util_1 = __nccwpck_require__(924); -const equal = __nccwpck_require__(7826); -const traverse = __nccwpck_require__(1578); +const util_1 = __nccwpck_require__(90924); +const equal = __nccwpck_require__(37826); +const traverse = __nccwpck_require__(51578); // TODO refactor to use keyword definitions const SIMPLE_INLINED = new Set([ "type", @@ -9818,9 +9920,10 @@ exports.getSchemaRefs = getSchemaRefs; /***/ }), -/***/ 4837: +/***/ 24837: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRules = exports.isJSONType = void 0; @@ -9850,14 +9953,15 @@ exports.getRules = getRules; /***/ }), -/***/ 924: +/***/ 90924: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.checkStrictMode = exports.getErrorPath = exports.Type = exports.useFunc = exports.setEvaluated = exports.evaluatedPropsToName = exports.mergeEvaluated = exports.eachItem = exports.unescapeJsonPointer = exports.escapeJsonPointer = exports.escapeFragment = exports.unescapeFragment = exports.schemaRefOrVal = exports.schemaHasRulesButRef = exports.schemaHasRules = exports.checkUnknownRules = exports.alwaysValidSchema = exports.toHash = void 0; -const codegen_1 = __nccwpck_require__(1615); -const code_1 = __nccwpck_require__(5766); +const codegen_1 = __nccwpck_require__(61615); +const code_1 = __nccwpck_require__(85766); // TODO refactor to use Set function toHash(arr) { const hash = {}; @@ -10034,9 +10138,10 @@ exports.checkStrictMode = checkStrictMode; /***/ }), -/***/ 4569: +/***/ 94569: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.shouldUseRule = exports.shouldUseGroup = exports.schemaHasRulesForType = void 0; @@ -10059,15 +10164,16 @@ exports.shouldUseRule = shouldUseRule; /***/ }), -/***/ 4991: +/***/ 64991: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.boolOrEmptySchema = exports.topBoolOrEmptySchema = void 0; -const errors_1 = __nccwpck_require__(4388); -const codegen_1 = __nccwpck_require__(1615); -const names_1 = __nccwpck_require__(8192); +const errors_1 = __nccwpck_require__(34388); +const codegen_1 = __nccwpck_require__(61615); +const names_1 = __nccwpck_require__(78192); const boolError = { message: "boolean schema is false", }; @@ -10115,17 +10221,18 @@ function falseSchemaError(it, overrideAllErrors) { /***/ }), -/***/ 8347: +/***/ 88347: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.reportTypeError = exports.checkDataTypes = exports.checkDataType = exports.coerceAndCheckDataType = exports.getJSONTypes = exports.getSchemaTypes = exports.DataType = void 0; -const rules_1 = __nccwpck_require__(4837); -const applicability_1 = __nccwpck_require__(4569); -const errors_1 = __nccwpck_require__(4388); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const rules_1 = __nccwpck_require__(24837); +const applicability_1 = __nccwpck_require__(94569); +const errors_1 = __nccwpck_require__(34388); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); var DataType; (function (DataType) { DataType[DataType["Correct"] = 0] = "Correct"; @@ -10323,14 +10430,15 @@ function getTypeErrorContext(it) { /***/ }), -/***/ 3209: +/***/ 13209: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.assignDefaults = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); function assignDefaults(it, ty) { const { properties, items } = it.schema; if (ty === "object" && properties) { @@ -10364,24 +10472,25 @@ function assignDefault(it, prop, defaultValue) { /***/ }), -/***/ 8607: +/***/ 88607: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getData = exports.KeywordCxt = exports.validateFunctionCode = void 0; -const boolSchema_1 = __nccwpck_require__(4991); -const dataType_1 = __nccwpck_require__(8347); -const applicability_1 = __nccwpck_require__(4569); -const dataType_2 = __nccwpck_require__(8347); -const defaults_1 = __nccwpck_require__(3209); -const keyword_1 = __nccwpck_require__(9232); +const boolSchema_1 = __nccwpck_require__(64991); +const dataType_1 = __nccwpck_require__(88347); +const applicability_1 = __nccwpck_require__(94569); +const dataType_2 = __nccwpck_require__(88347); +const defaults_1 = __nccwpck_require__(13209); +const keyword_1 = __nccwpck_require__(99232); const subschema_1 = __nccwpck_require__(3898); -const codegen_1 = __nccwpck_require__(1615); -const names_1 = __nccwpck_require__(8192); -const resolve_1 = __nccwpck_require__(1841); -const util_1 = __nccwpck_require__(924); -const errors_1 = __nccwpck_require__(4388); +const codegen_1 = __nccwpck_require__(61615); +const names_1 = __nccwpck_require__(78192); +const resolve_1 = __nccwpck_require__(41841); +const util_1 = __nccwpck_require__(90924); +const errors_1 = __nccwpck_require__(34388); // schema compilation - generates validation function, subschemaCode (below) is used for subschemas function validateFunctionCode(it) { if (isSchemaObj(it)) { @@ -10890,16 +10999,17 @@ exports.getData = getData; /***/ }), -/***/ 9232: +/***/ 99232: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateKeywordUsage = exports.validSchemaType = exports.funcKeywordCode = exports.macroKeywordCode = void 0; -const codegen_1 = __nccwpck_require__(1615); -const names_1 = __nccwpck_require__(8192); -const code_1 = __nccwpck_require__(9098); -const errors_1 = __nccwpck_require__(4388); +const codegen_1 = __nccwpck_require__(61615); +const names_1 = __nccwpck_require__(78192); +const code_1 = __nccwpck_require__(79098); +const errors_1 = __nccwpck_require__(34388); function macroKeywordCode(cxt, def) { const { gen, keyword, schema, parentSchema, it } = cxt; const macroSchema = def.macro.call(it.self, schema, parentSchema, it); @@ -11023,11 +11133,12 @@ exports.validateKeywordUsage = validateKeywordUsage; /***/ 3898: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.extendSubschemaMode = exports.extendSubschemaData = exports.getSubschema = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); function getSubschema(it, { keyword, schemaProp, schema, schemaPath, errSchemaPath, topSchemaRef }) { if (keyword !== undefined && schema !== undefined) { throw new Error('both "keyword" and "schema" passed, only one allowed'); @@ -11107,31 +11218,32 @@ exports.extendSubschemaMode = extendSubschemaMode; /***/ }), -/***/ 1556: +/***/ 51556: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = void 0; -var validate_1 = __nccwpck_require__(8607); +var validate_1 = __nccwpck_require__(88607); Object.defineProperty(exports, "KeywordCxt", ({ enumerable: true, get: function () { return validate_1.KeywordCxt; } })); -var codegen_1 = __nccwpck_require__(1615); +var codegen_1 = __nccwpck_require__(61615); Object.defineProperty(exports, "_", ({ enumerable: true, get: function () { return codegen_1._; } })); Object.defineProperty(exports, "str", ({ enumerable: true, get: function () { return codegen_1.str; } })); Object.defineProperty(exports, "stringify", ({ enumerable: true, get: function () { return codegen_1.stringify; } })); Object.defineProperty(exports, "nil", ({ enumerable: true, get: function () { return codegen_1.nil; } })); Object.defineProperty(exports, "Name", ({ enumerable: true, get: function () { return codegen_1.Name; } })); Object.defineProperty(exports, "CodeGen", ({ enumerable: true, get: function () { return codegen_1.CodeGen; } })); -const validation_error_1 = __nccwpck_require__(6153); -const ref_error_1 = __nccwpck_require__(8009); -const rules_1 = __nccwpck_require__(4837); +const validation_error_1 = __nccwpck_require__(16153); +const ref_error_1 = __nccwpck_require__(68009); +const rules_1 = __nccwpck_require__(24837); const compile_1 = __nccwpck_require__(4047); -const codegen_2 = __nccwpck_require__(1615); -const resolve_1 = __nccwpck_require__(1841); -const dataType_1 = __nccwpck_require__(8347); -const util_1 = __nccwpck_require__(924); -const $dataRefSchema = __nccwpck_require__(199); -const uri_1 = __nccwpck_require__(2612); +const codegen_2 = __nccwpck_require__(61615); +const resolve_1 = __nccwpck_require__(41841); +const dataType_1 = __nccwpck_require__(88347); +const util_1 = __nccwpck_require__(90924); +const $dataRefSchema = __nccwpck_require__(50199); +const uri_1 = __nccwpck_require__(42612); const defaultRegExp = (str, flags) => new RegExp(str, flags); defaultRegExp.code = "new RegExp"; const META_IGNORE_OPTIONS = ["removeAdditional", "useDefaults", "coerceTypes"]; @@ -11733,19 +11845,21 @@ function schemaOrData(schema) { /***/ 4787: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); // https://github.com/ajv-validator/ajv/issues/889 -const equal = __nccwpck_require__(7826); +const equal = __nccwpck_require__(37826); equal.code = 'require("ajv/dist/runtime/equal").default'; exports["default"] = equal; //# sourceMappingURL=equal.js.map /***/ }), -/***/ 8408: +/***/ 58408: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); // https://mathiasbynens.be/notes/javascript-encoding @@ -11773,21 +11887,23 @@ ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default'; /***/ }), -/***/ 2612: +/***/ 42612: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const uri = __nccwpck_require__(4205); +const uri = __nccwpck_require__(64205); uri.code = 'require("ajv/dist/runtime/uri").default'; exports["default"] = uri; //# sourceMappingURL=uri.js.map /***/ }), -/***/ 6153: +/***/ 16153: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); class ValidationError extends Error { @@ -11802,14 +11918,15 @@ exports["default"] = ValidationError; /***/ }), -/***/ 3952: +/***/ 13952: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateAdditionalItems = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const error = { message: ({ params: { len } }) => (0, codegen_1.str) `must NOT have more than ${len} items`, params: ({ params: { len } }) => (0, codegen_1._) `{limit: ${len}}`, @@ -11857,15 +11974,16 @@ exports["default"] = def; /***/ }), -/***/ 6457: +/***/ 96457: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const code_1 = __nccwpck_require__(9098); -const codegen_1 = __nccwpck_require__(1615); -const names_1 = __nccwpck_require__(8192); -const util_1 = __nccwpck_require__(924); +const code_1 = __nccwpck_require__(79098); +const codegen_1 = __nccwpck_require__(61615); +const names_1 = __nccwpck_require__(78192); +const util_1 = __nccwpck_require__(90924); const error = { message: "must NOT have additional properties", params: ({ params }) => (0, codegen_1._) `{additionalProperty: ${params.additionalProperty}}`, @@ -11969,12 +12087,13 @@ exports["default"] = def; /***/ }), -/***/ 5378: +/***/ 85378: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const util_1 = __nccwpck_require__(924); +const util_1 = __nccwpck_require__(90924); const def = { keyword: "allOf", schemaType: "array", @@ -11998,12 +12117,13 @@ exports["default"] = def; /***/ }), -/***/ 9305: +/***/ 79305: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const code_1 = __nccwpck_require__(9098); +const code_1 = __nccwpck_require__(79098); const def = { keyword: "anyOf", schemaType: "array", @@ -12016,13 +12136,14 @@ exports["default"] = def; /***/ }), -/***/ 3578: +/***/ 63578: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const error = { message: ({ params: { min, max } }) => max === undefined ? (0, codegen_1.str) `must contain at least ${min} valid item(s)` @@ -12117,15 +12238,16 @@ exports["default"] = def; /***/ }), -/***/ 4958: +/***/ 84958: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateSchemaDeps = exports.validatePropertyDeps = exports.error = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const code_1 = __nccwpck_require__(9098); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const code_1 = __nccwpck_require__(79098); exports.error = { message: ({ params: { property, depsCount, deps } }) => { const property_ies = depsCount === 1 ? "property" : "properties"; @@ -12211,10 +12333,11 @@ exports["default"] = def; /***/ 7444: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const error = { message: ({ params }) => (0, codegen_1.str) `must match "${params.ifClause}" schema`, params: ({ params }) => (0, codegen_1._) `{failingKeyword: ${params.ifClause}}`, @@ -12280,27 +12403,28 @@ exports["default"] = def; /***/ }), -/***/ 3564: +/***/ 93564: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const additionalItems_1 = __nccwpck_require__(3952); -const prefixItems_1 = __nccwpck_require__(1681); -const items_1 = __nccwpck_require__(824); -const items2020_1 = __nccwpck_require__(6939); -const contains_1 = __nccwpck_require__(3578); -const dependencies_1 = __nccwpck_require__(4958); -const propertyNames_1 = __nccwpck_require__(1037); -const additionalProperties_1 = __nccwpck_require__(6457); +const additionalItems_1 = __nccwpck_require__(13952); +const prefixItems_1 = __nccwpck_require__(91681); +const items_1 = __nccwpck_require__(60824); +const items2020_1 = __nccwpck_require__(16939); +const contains_1 = __nccwpck_require__(63578); +const dependencies_1 = __nccwpck_require__(84958); +const propertyNames_1 = __nccwpck_require__(51037); +const additionalProperties_1 = __nccwpck_require__(96457); const properties_1 = __nccwpck_require__(8905); -const patternProperties_1 = __nccwpck_require__(5431); -const not_1 = __nccwpck_require__(52); -const anyOf_1 = __nccwpck_require__(9305); -const oneOf_1 = __nccwpck_require__(9282); -const allOf_1 = __nccwpck_require__(5378); +const patternProperties_1 = __nccwpck_require__(95431); +const not_1 = __nccwpck_require__(80052); +const anyOf_1 = __nccwpck_require__(79305); +const oneOf_1 = __nccwpck_require__(99282); +const allOf_1 = __nccwpck_require__(85378); const if_1 = __nccwpck_require__(7444); -const thenElse_1 = __nccwpck_require__(5359); +const thenElse_1 = __nccwpck_require__(85359); function getApplicator(draft2020 = false) { const applicator = [ // any @@ -12330,15 +12454,16 @@ exports["default"] = getApplicator; /***/ }), -/***/ 824: +/***/ 60824: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateTuple = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const code_1 = __nccwpck_require__(9098); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const code_1 = __nccwpck_require__(79098); const def = { keyword: "items", type: "array", @@ -12388,15 +12513,16 @@ exports["default"] = def; /***/ }), -/***/ 6939: +/***/ 16939: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const code_1 = __nccwpck_require__(9098); -const additionalItems_1 = __nccwpck_require__(3952); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const code_1 = __nccwpck_require__(79098); +const additionalItems_1 = __nccwpck_require__(13952); const error = { message: ({ params: { len } }) => (0, codegen_1.str) `must NOT have more than ${len} items`, params: ({ params: { len } }) => (0, codegen_1._) `{limit: ${len}}`, @@ -12424,12 +12550,13 @@ exports["default"] = def; /***/ }), -/***/ 52: +/***/ 80052: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const util_1 = __nccwpck_require__(924); +const util_1 = __nccwpck_require__(90924); const def = { keyword: "not", schemaType: ["object", "boolean"], @@ -12456,13 +12583,14 @@ exports["default"] = def; /***/ }), -/***/ 9282: +/***/ 99282: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const error = { message: "must match exactly one schema in oneOf", params: ({ params }) => (0, codegen_1._) `{passingSchemas: ${params.passing}}`, @@ -12522,15 +12650,16 @@ exports["default"] = def; /***/ }), -/***/ 5431: +/***/ 95431: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const code_1 = __nccwpck_require__(9098); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const util_2 = __nccwpck_require__(924); +const code_1 = __nccwpck_require__(79098); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const util_2 = __nccwpck_require__(90924); const def = { keyword: "patternProperties", type: "object", @@ -12603,12 +12732,13 @@ exports["default"] = def; /***/ }), -/***/ 1681: +/***/ 91681: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const items_1 = __nccwpck_require__(824); +const items_1 = __nccwpck_require__(60824); const def = { keyword: "prefixItems", type: "array", @@ -12624,12 +12754,13 @@ exports["default"] = def; /***/ 8905: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const validate_1 = __nccwpck_require__(8607); -const code_1 = __nccwpck_require__(9098); -const util_1 = __nccwpck_require__(924); -const additionalProperties_1 = __nccwpck_require__(6457); +const validate_1 = __nccwpck_require__(88607); +const code_1 = __nccwpck_require__(79098); +const util_1 = __nccwpck_require__(90924); +const additionalProperties_1 = __nccwpck_require__(96457); const def = { keyword: "properties", type: "object", @@ -12681,13 +12812,14 @@ exports["default"] = def; /***/ }), -/***/ 1037: +/***/ 51037: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const error = { message: "property name must be valid", params: ({ params }) => (0, codegen_1._) `{propertyName: ${params.propertyName}}`, @@ -12725,12 +12857,13 @@ exports["default"] = def; /***/ }), -/***/ 5359: +/***/ 85359: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const util_1 = __nccwpck_require__(924); +const util_1 = __nccwpck_require__(90924); const def = { keyword: ["then", "else"], schemaType: ["object", "boolean"], @@ -12744,16 +12877,17 @@ exports["default"] = def; /***/ }), -/***/ 9098: +/***/ 79098: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateUnion = exports.validateArray = exports.usePattern = exports.callValidateCode = exports.schemaProperties = exports.allSchemaProperties = exports.noPropertyInData = exports.propertyInData = exports.isOwnProperty = exports.hasPropFunc = exports.reportMissingProp = exports.checkMissingProp = exports.checkReportMissingProp = void 0; -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const names_1 = __nccwpck_require__(8192); -const util_2 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const names_1 = __nccwpck_require__(78192); +const util_2 = __nccwpck_require__(90924); function checkReportMissingProp(cxt, prop) { const { gen, data, it } = cxt; gen.if(noPropertyInData(gen, data, prop, it.opts.ownProperties), () => { @@ -12881,9 +13015,10 @@ exports.validateUnion = validateUnion; /***/ }), -/***/ 1: +/***/ 60001: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const def = { @@ -12900,9 +13035,10 @@ exports["default"] = def; /***/ 5889: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const id_1 = __nccwpck_require__(1); +const id_1 = __nccwpck_require__(60001); const ref_1 = __nccwpck_require__(7842); const core = [ "$schema", @@ -12922,15 +13058,16 @@ exports["default"] = core; /***/ 7842: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.callRef = exports.getValidate = void 0; -const ref_error_1 = __nccwpck_require__(8009); -const code_1 = __nccwpck_require__(9098); -const codegen_1 = __nccwpck_require__(1615); -const names_1 = __nccwpck_require__(8192); +const ref_error_1 = __nccwpck_require__(68009); +const code_1 = __nccwpck_require__(79098); +const codegen_1 = __nccwpck_require__(61615); +const names_1 = __nccwpck_require__(78192); const compile_1 = __nccwpck_require__(4047); -const util_1 = __nccwpck_require__(924); +const util_1 = __nccwpck_require__(90924); const def = { keyword: "$ref", schemaType: "string", @@ -13047,15 +13184,16 @@ exports["default"] = def; /***/ }), -/***/ 5016: +/***/ 15016: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const types_1 = __nccwpck_require__(6568); +const codegen_1 = __nccwpck_require__(61615); +const types_1 = __nccwpck_require__(46568); const compile_1 = __nccwpck_require__(4047); -const util_1 = __nccwpck_require__(924); +const util_1 = __nccwpck_require__(90924); const error = { message: ({ params: { discrError, tagName } }) => discrError === types_1.DiscrError.Tag ? `tag "${tagName}" must be string` @@ -13153,9 +13291,10 @@ exports["default"] = def; /***/ }), -/***/ 6568: +/***/ 46568: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DiscrError = void 0; @@ -13168,16 +13307,17 @@ var DiscrError; /***/ }), -/***/ 853: +/***/ 70853: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const core_1 = __nccwpck_require__(5889); -const validation_1 = __nccwpck_require__(3133); -const applicator_1 = __nccwpck_require__(3564); -const format_1 = __nccwpck_require__(4999); -const metadata_1 = __nccwpck_require__(2930); +const validation_1 = __nccwpck_require__(23133); +const applicator_1 = __nccwpck_require__(93564); +const format_1 = __nccwpck_require__(24999); +const metadata_1 = __nccwpck_require__(22930); const draft7Vocabularies = [ core_1.default, validation_1.default, @@ -13191,12 +13331,13 @@ exports["default"] = draft7Vocabularies; /***/ }), -/***/ 5698: +/***/ 85698: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); +const codegen_1 = __nccwpck_require__(61615); const error = { message: ({ schemaCode }) => (0, codegen_1.str) `must match format "${schemaCode}"`, params: ({ schemaCode }) => (0, codegen_1._) `{format: ${schemaCode}}`, @@ -13289,21 +13430,23 @@ exports["default"] = def; /***/ }), -/***/ 4999: +/***/ 24999: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const format_1 = __nccwpck_require__(5698); +const format_1 = __nccwpck_require__(85698); const format = [format_1.default]; exports["default"] = format; //# sourceMappingURL=index.js.map /***/ }), -/***/ 2930: +/***/ 22930: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.contentVocabulary = exports.metadataVocabulary = void 0; @@ -13325,13 +13468,14 @@ exports.contentVocabulary = [ /***/ }), -/***/ 7923: +/***/ 57923: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const equal_1 = __nccwpck_require__(4787); const error = { message: "must be equal to constant", @@ -13356,13 +13500,14 @@ exports["default"] = def; /***/ }), -/***/ 1829: +/***/ 31829: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const equal_1 = __nccwpck_require__(4787); const error = { message: "must be equal to one of the allowed values", @@ -13410,21 +13555,22 @@ exports["default"] = def; /***/ }), -/***/ 3133: +/***/ 23133: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const limitNumber_1 = __nccwpck_require__(4617); -const multipleOf_1 = __nccwpck_require__(506); -const limitLength_1 = __nccwpck_require__(4568); +const limitNumber_1 = __nccwpck_require__(14617); +const multipleOf_1 = __nccwpck_require__(30506); +const limitLength_1 = __nccwpck_require__(74568); const pattern_1 = __nccwpck_require__(2762); -const limitProperties_1 = __nccwpck_require__(206); -const required_1 = __nccwpck_require__(3071); -const limitItems_1 = __nccwpck_require__(2078); -const uniqueItems_1 = __nccwpck_require__(7529); -const const_1 = __nccwpck_require__(7923); -const enum_1 = __nccwpck_require__(1829); +const limitProperties_1 = __nccwpck_require__(50206); +const required_1 = __nccwpck_require__(73071); +const limitItems_1 = __nccwpck_require__(81663); +const uniqueItems_1 = __nccwpck_require__(27529); +const const_1 = __nccwpck_require__(57923); +const enum_1 = __nccwpck_require__(31829); const validation = [ // number limitNumber_1.default, @@ -13449,12 +13595,13 @@ exports["default"] = validation; /***/ }), -/***/ 2078: +/***/ 81663: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); +const codegen_1 = __nccwpck_require__(61615); const error = { message({ keyword, schemaCode }) { const comp = keyword === "maxItems" ? "more" : "fewer"; @@ -13479,14 +13626,15 @@ exports["default"] = def; /***/ }), -/***/ 4568: +/***/ 74568: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); -const ucs2length_1 = __nccwpck_require__(8408); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); +const ucs2length_1 = __nccwpck_require__(58408); const error = { message({ keyword, schemaCode }) { const comp = keyword === "maxLength" ? "more" : "fewer"; @@ -13512,12 +13660,13 @@ exports["default"] = def; /***/ }), -/***/ 4617: +/***/ 14617: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); +const codegen_1 = __nccwpck_require__(61615); const ops = codegen_1.operators; const KWDs = { maximum: { okStr: "<=", ok: ops.LTE, fail: ops.GT }, @@ -13545,12 +13694,13 @@ exports["default"] = def; /***/ }), -/***/ 206: +/***/ 50206: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); +const codegen_1 = __nccwpck_require__(61615); const error = { message({ keyword, schemaCode }) { const comp = keyword === "maxProperties" ? "more" : "fewer"; @@ -13575,12 +13725,13 @@ exports["default"] = def; /***/ }), -/***/ 506: +/***/ 30506: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const codegen_1 = __nccwpck_require__(1615); +const codegen_1 = __nccwpck_require__(61615); const error = { message: ({ schemaCode }) => (0, codegen_1.str) `must be multiple of ${schemaCode}`, params: ({ schemaCode }) => (0, codegen_1._) `{multipleOf: ${schemaCode}}`, @@ -13610,10 +13761,11 @@ exports["default"] = def; /***/ 2762: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const code_1 = __nccwpck_require__(9098); -const codegen_1 = __nccwpck_require__(1615); +const code_1 = __nccwpck_require__(79098); +const codegen_1 = __nccwpck_require__(61615); const error = { message: ({ schemaCode }) => (0, codegen_1.str) `must match pattern "${schemaCode}"`, params: ({ schemaCode }) => (0, codegen_1._) `{pattern: ${schemaCode}}`, @@ -13637,14 +13789,15 @@ exports["default"] = def; /***/ }), -/***/ 3071: +/***/ 73071: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const code_1 = __nccwpck_require__(9098); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const code_1 = __nccwpck_require__(79098); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const error = { message: ({ params: { missingProperty } }) => (0, codegen_1.str) `must have required property '${missingProperty}'`, params: ({ params: { missingProperty } }) => (0, codegen_1._) `{missingProperty: ${missingProperty}}`, @@ -13722,14 +13875,15 @@ exports["default"] = def; /***/ }), -/***/ 7529: +/***/ 27529: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const dataType_1 = __nccwpck_require__(8347); -const codegen_1 = __nccwpck_require__(1615); -const util_1 = __nccwpck_require__(924); +const dataType_1 = __nccwpck_require__(88347); +const codegen_1 = __nccwpck_require__(61615); +const util_1 = __nccwpck_require__(90924); const equal_1 = __nccwpck_require__(4787); const error = { message: ({ params: { i, j } }) => (0, codegen_1.str) `must NOT have duplicate items (items ## ${j} and ${i} are identical)`, @@ -13792,12 +13946,13 @@ exports["default"] = def; /***/ }), -/***/ 2322: +/***/ 62322: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; /* module decorator */ module = __nccwpck_require__.nmd(module); -const colorConvert = __nccwpck_require__(2432); +const colorConvert = __nccwpck_require__(82432); const wrapAnsi16 = (fn, offset) => function () { const code = fn.apply(colorConvert, arguments); @@ -13965,9 +14120,10 @@ Object.defineProperty(module, 'exports', { /***/ }), -/***/ 1119: +/***/ 71119: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; /* module decorator */ module = __nccwpck_require__.nmd(module); @@ -14011,7 +14167,7 @@ const setLazyProperty = (object, property, get) => { let colorConvert; const makeDynamicStyles = (wrap, targetSpace, identity, isBackground) => { if (colorConvert === undefined) { - colorConvert = __nccwpck_require__(2825); + colorConvert = __nccwpck_require__(32825); } const offset = isBackground ? 10 : 0; @@ -14136,9 +14292,10 @@ Object.defineProperty(module, 'exports', { /***/ }), -/***/ 2646: +/***/ 62646: /***/ ((module) => { +"use strict"; module.exports = function(val) { return Array.isArray(val) ? val : [val]; @@ -14147,12 +14304,12 @@ module.exports = function(val) { /***/ }), -/***/ 3990: +/***/ 73990: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var register = __nccwpck_require__(3512); -var addHook = __nccwpck_require__(80); -var removeHook = __nccwpck_require__(5976); +var register = __nccwpck_require__(13512); +var addHook = __nccwpck_require__(50080); +var removeHook = __nccwpck_require__(35976); // bind with array of arguments: https://stackoverflow.com/a/21792913 var bind = Function.bind; @@ -14215,7 +14372,7 @@ module.exports.Collection = Hook.Collection; /***/ }), -/***/ 80: +/***/ 50080: /***/ ((module) => { module.exports = addHook; @@ -14268,7 +14425,7 @@ function addHook(state, kind, name, hook) { /***/ }), -/***/ 3512: +/***/ 13512: /***/ ((module) => { module.exports = register; @@ -14302,7 +14459,7 @@ function register(state, name, method, options) { /***/ }), -/***/ 5976: +/***/ 35976: /***/ ((module) => { module.exports = removeHook; @@ -14328,9 +14485,10 @@ function removeHook(state, name, method) { /***/ }), -/***/ 8770: +/***/ 18770: /***/ ((module) => { +"use strict"; const callsites = () => { @@ -14348,15 +14506,16 @@ module.exports["default"] = callsites; /***/ }), -/***/ 3272: +/***/ 13272: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const escapeStringRegexp = __nccwpck_require__(2661); -const ansiStyles = __nccwpck_require__(2322); -const stdoutColor = (__nccwpck_require__(6015).stdout); +const escapeStringRegexp = __nccwpck_require__(32661); +const ansiStyles = __nccwpck_require__(62322); +const stdoutColor = (__nccwpck_require__(36015).stdout); -const template = __nccwpck_require__(1177); +const template = __nccwpck_require__(6388); const isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm'); @@ -14583,9 +14742,10 @@ module.exports["default"] = module.exports; // For TypeScript /***/ }), -/***/ 1177: +/***/ 6388: /***/ ((module) => { +"use strict"; const TEMPLATE_REGEX = /(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi; const STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g; @@ -14718,12 +14878,13 @@ module.exports = (chalk, tmp) => { /***/ }), -/***/ 6149: +/***/ 76149: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const ansiStyles = __nccwpck_require__(1119); -const {stdout: stdoutColor, stderr: stderrColor} = __nccwpck_require__(8516); +const ansiStyles = __nccwpck_require__(71119); +const {stdout: stdoutColor, stderr: stderrColor} = __nccwpck_require__(78516); const { stringReplaceAll, stringEncaseCRLFWithFirstIndex @@ -14936,7 +15097,7 @@ const chalkTag = (chalk, ...strings) => { } if (template === undefined) { - template = __nccwpck_require__(6694); + template = __nccwpck_require__(76694); } return template(chalk, parts.join('')); @@ -14954,9 +15115,10 @@ module.exports = chalk; /***/ }), -/***/ 6694: +/***/ 76694: /***/ ((module) => { +"use strict"; const TEMPLATE_REGEX = /(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi; const STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g; @@ -15098,6 +15260,7 @@ module.exports = (chalk, temporary) => { /***/ 7872: /***/ ((module) => { +"use strict"; const stringReplaceAll = (string, substring, replacer) => { @@ -15141,11 +15304,11 @@ module.exports = { /***/ }), -/***/ 5313: +/***/ 25313: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /* MIT license */ -var cssKeywords = __nccwpck_require__(956); +var cssKeywords = __nccwpck_require__(40956); // NOTE: conversions should only return primitive values (i.e. arrays, or // values that give correct `typeof` results). @@ -16016,11 +16179,11 @@ convert.rgb.gray = function (rgb) { /***/ }), -/***/ 2432: +/***/ 82432: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var conversions = __nccwpck_require__(5313); -var route = __nccwpck_require__(6140); +var conversions = __nccwpck_require__(25313); +var route = __nccwpck_require__(66140); var convert = {}; @@ -16101,10 +16264,10 @@ module.exports = convert; /***/ }), -/***/ 6140: +/***/ 66140: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var conversions = __nccwpck_require__(5313); +var conversions = __nccwpck_require__(25313); /* this function routes a model to all other models. @@ -16205,12 +16368,12 @@ module.exports = function (fromModel) { /***/ }), -/***/ 4932: +/***/ 44932: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /* MIT license */ /* eslint-disable no-mixed-operators */ -const cssKeywords = __nccwpck_require__(2113); +const cssKeywords = __nccwpck_require__(92113); // NOTE: conversions should only return primitive values (i.e. arrays, or // values that give correct `typeof` results). @@ -17051,11 +17214,11 @@ convert.rgb.gray = function (rgb) { /***/ }), -/***/ 2825: +/***/ 32825: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const conversions = __nccwpck_require__(4932); -const route = __nccwpck_require__(2081); +const conversions = __nccwpck_require__(44932); +const route = __nccwpck_require__(32081); const convert = {}; @@ -17139,10 +17302,10 @@ module.exports = convert; /***/ }), -/***/ 2081: +/***/ 32081: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const conversions = __nccwpck_require__(4932); +const conversions = __nccwpck_require__(44932); /* This function routes a model to all other models. @@ -17243,9 +17406,10 @@ module.exports = function (fromModel) { /***/ }), -/***/ 956: +/***/ 40956: /***/ ((module) => { +"use strict"; module.exports = { @@ -17402,9 +17566,10 @@ module.exports = { /***/ }), -/***/ 2113: +/***/ 92113: /***/ ((module) => { +"use strict"; module.exports = { @@ -17561,12 +17726,13 @@ module.exports = { /***/ }), -/***/ 8308: +/***/ 18308: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -var arrayify = __nccwpck_require__(2646); -var dotPropGet = (__nccwpck_require__(3416).get); +var arrayify = __nccwpck_require__(62646); +var dotPropGet = (__nccwpck_require__(83416).get); function compareFunc(prop) { return function(a, b) { @@ -17610,9 +17776,10 @@ module.exports = compareFunc; /***/ }), -/***/ 6942: +/***/ 36942: /***/ ((module) => { +"use strict"; function createConventionalChangelogOpts (parserOpts, writerOpts) { @@ -17627,9 +17794,10 @@ module.exports.createConventionalChangelogOpts = createConventionalChangelogOpts /***/ }), -/***/ 9667: +/***/ 69667: /***/ ((module) => { +"use strict"; function createConventionalRecommendedBumpOpts (parserOpts) { @@ -17668,15 +17836,16 @@ module.exports.createConventionalRecommendedBumpOpts = createConventionalRecomme /***/ }), -/***/ 3768: +/***/ 83768: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const { createParserOpts } = __nccwpck_require__(1585) +const { createParserOpts } = __nccwpck_require__(71585) const { createWriterOpts } = __nccwpck_require__(6355) -const { createConventionalChangelogOpts } = __nccwpck_require__(6942) -const { createConventionalRecommendedBumpOpts } = __nccwpck_require__(9667) +const { createConventionalChangelogOpts } = __nccwpck_require__(36942) +const { createConventionalRecommendedBumpOpts } = __nccwpck_require__(69667) async function createPreset () { const parserOpts = createParserOpts() @@ -17697,9 +17866,10 @@ module.exports = createPreset /***/ }), -/***/ 1585: +/***/ 71585: /***/ ((module) => { +"use strict"; function createParserOpts () { @@ -17724,11 +17894,12 @@ module.exports.createParserOpts = createParserOpts /***/ 6355: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const compareFunc = __nccwpck_require__(8308) -const { readFile } = (__nccwpck_require__(7147).promises) -const { resolve } = __nccwpck_require__(1017) +const compareFunc = __nccwpck_require__(18308) +const { readFile } = (__nccwpck_require__(57147).promises) +const { resolve } = __nccwpck_require__(71017) async function createWriterOpts () { const [template, header, commit, footer] = await Promise.all([ @@ -17838,14 +18009,15 @@ function getWriterOpts () { /***/ }), -/***/ 8382: +/***/ 58382: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const { Transform } = __nccwpck_require__(2781) -const parser = __nccwpck_require__(1433) -const regex = __nccwpck_require__(1347) +const { Transform } = __nccwpck_require__(12781) +const parser = __nccwpck_require__(51433) +const regex = __nccwpck_require__(91347) function assignOpts (options) { options = { @@ -17950,9 +18122,10 @@ module.exports.sync = sync /***/ }), -/***/ 1433: +/***/ 51433: /***/ ((module) => { +"use strict"; const CATCH_ALL = /()(.+)/gi @@ -18273,9 +18446,10 @@ module.exports = parser /***/ }), -/***/ 1347: +/***/ 91347: /***/ ((module) => { +"use strict"; const reNomatch = /(?!.*)/ @@ -18341,21 +18515,22 @@ module.exports = function (options) { /***/ }), -/***/ 1590: +/***/ 81590: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Explorer = void 0; -const promises_1 = __importDefault(__nccwpck_require__(3292)); -const path_1 = __importDefault(__nccwpck_require__(1017)); -const path_type_1 = __nccwpck_require__(2263); -const ExplorerBase_js_1 = __nccwpck_require__(7321); -const loaders_js_1 = __nccwpck_require__(710); -const util_js_1 = __nccwpck_require__(9610); +const promises_1 = __importDefault(__nccwpck_require__(73292)); +const path_1 = __importDefault(__nccwpck_require__(71017)); +const path_type_1 = __nccwpck_require__(62263); +const ExplorerBase_js_1 = __nccwpck_require__(57321); +const loaders_js_1 = __nccwpck_require__(70710); +const util_js_1 = __nccwpck_require__(79610); /** * @internal */ @@ -18450,17 +18625,18 @@ exports.Explorer = Explorer; /***/ }), -/***/ 7321: +/***/ 57321: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getExtensionDescription = exports.ExplorerBase = void 0; -const path_1 = __importDefault(__nccwpck_require__(1017)); -const util_js_1 = __nccwpck_require__(9610); +const path_1 = __importDefault(__nccwpck_require__(71017)); +const util_js_1 = __nccwpck_require__(79610); /** * @internal */ @@ -18538,21 +18714,22 @@ exports.getExtensionDescription = getExtensionDescription; /***/ }), -/***/ 3645: +/***/ 33645: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ExplorerSync = void 0; -const fs_1 = __importDefault(__nccwpck_require__(7147)); -const path_1 = __importDefault(__nccwpck_require__(1017)); -const path_type_1 = __nccwpck_require__(2263); -const ExplorerBase_js_1 = __nccwpck_require__(7321); -const loaders_js_1 = __nccwpck_require__(710); -const util_js_1 = __nccwpck_require__(9610); +const fs_1 = __importDefault(__nccwpck_require__(57147)); +const path_1 = __importDefault(__nccwpck_require__(71017)); +const path_type_1 = __nccwpck_require__(62263); +const ExplorerBase_js_1 = __nccwpck_require__(57321); +const loaders_js_1 = __nccwpck_require__(70710); +const util_js_1 = __nccwpck_require__(79610); /** * @internal */ @@ -18660,9 +18837,10 @@ exports.ExplorerSync = ExplorerSync; /***/ }), -/***/ 6627: +/***/ 26627: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; @@ -18684,12 +18862,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.cosmiconfigSync = exports.cosmiconfig = exports.defaultLoadersSync = exports.defaultLoaders = exports.metaSearchPlaces = void 0; /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ -__exportStar(__nccwpck_require__(5330), exports); -const os_1 = __importDefault(__nccwpck_require__(2037)); -const Explorer_js_1 = __nccwpck_require__(1590); -const ExplorerSync_js_1 = __nccwpck_require__(3645); -const loaders_js_1 = __nccwpck_require__(710); -const util_1 = __nccwpck_require__(9610); +__exportStar(__nccwpck_require__(45330), exports); +const os_1 = __importDefault(__nccwpck_require__(22037)); +const Explorer_js_1 = __nccwpck_require__(81590); +const ExplorerSync_js_1 = __nccwpck_require__(33645); +const loaders_js_1 = __nccwpck_require__(70710); +const util_1 = __nccwpck_require__(79610); // this needs to be hardcoded, as this is intended for end users, who can't supply options at this point exports.metaSearchPlaces = [ 'package.json', @@ -18861,9 +19039,10 @@ exports.cosmiconfigSync = cosmiconfigSync; /***/ }), -/***/ 710: +/***/ 70710: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { +"use strict"; /* eslint-disable @typescript-eslint/no-require-imports */ var __importDefault = (this && this.__importDefault) || function (mod) { @@ -18871,14 +19050,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadTs = exports.loadTsSync = exports.loadYaml = exports.loadJson = exports.loadJs = exports.loadJsSync = void 0; -const fs_1 = __nccwpck_require__(7147); -const promises_1 = __nccwpck_require__(3292); -const path_1 = __importDefault(__nccwpck_require__(1017)); -const url_1 = __nccwpck_require__(7310); +const fs_1 = __nccwpck_require__(57147); +const promises_1 = __nccwpck_require__(73292); +const path_1 = __importDefault(__nccwpck_require__(71017)); +const url_1 = __nccwpck_require__(57310); let importFresh; const loadJsSync = function loadJsSync(filepath) { if (importFresh === undefined) { - importFresh = __nccwpck_require__(6580); + importFresh = __nccwpck_require__(96580); } return importFresh(filepath); }; @@ -18886,7 +19065,7 @@ exports.loadJsSync = loadJsSync; const loadJs = async function loadJs(filepath) { try { const { href } = (0, url_1.pathToFileURL)(filepath); - return (await __nccwpck_require__(5638)(href)).default; + return (await __nccwpck_require__(55638)(href)).default; } catch (error) { return (0, exports.loadJsSync)(filepath, ''); @@ -18896,7 +19075,7 @@ exports.loadJs = loadJs; let parseJson; const loadJson = function loadJson(filepath, content) { if (parseJson === undefined) { - parseJson = __nccwpck_require__(4800); + parseJson = __nccwpck_require__(94800); } try { return parseJson(content); @@ -18910,7 +19089,7 @@ exports.loadJson = loadJson; let yaml; const loadYaml = function loadYaml(filepath, content) { if (yaml === undefined) { - yaml = __nccwpck_require__(6365); + yaml = __nccwpck_require__(66365); } try { return yaml.load(content); @@ -18925,7 +19104,7 @@ let typescript; const loadTsSync = function loadTsSync(filepath, content) { /* istanbul ignore next -- @preserve */ if (typescript === undefined) { - typescript = __nccwpck_require__(2496); + typescript = __nccwpck_require__(12496); } const compiledFilepath = `${filepath.slice(0, -2)}cjs`; try { @@ -18954,7 +19133,7 @@ const loadTsSync = function loadTsSync(filepath, content) { exports.loadTsSync = loadTsSync; const loadTs = async function loadTs(filepath, content) { if (typescript === undefined) { - typescript = (await Promise.resolve(/* import() */).then(__nccwpck_require__.t.bind(__nccwpck_require__, 2496, 23))).default; + typescript = (await Promise.resolve(/* import() */).then(__nccwpck_require__.t.bind(__nccwpck_require__, 12496, 23))).default; } const compiledFilepath = `${filepath.slice(0, -2)}mjs`; try { @@ -18969,7 +19148,7 @@ const loadTs = async function loadTs(filepath, content) { content = typescript.transpileModule(content, config).outputText; await (0, promises_1.writeFile)(compiledFilepath, content); const { href } = (0, url_1.pathToFileURL)(compiledFilepath); - return (await __nccwpck_require__(5638)(href)).default; + return (await __nccwpck_require__(55638)(href)).default; } catch (error) { error.message = `TypeScript Error in ${filepath}:\n${error.message}`; @@ -19000,18 +19179,20 @@ function resolveTsConfig(directory) { /***/ }), -/***/ 5330: +/***/ 45330: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); //# sourceMappingURL=types.js.map /***/ }), -/***/ 9610: +/***/ 79610: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.removeUndefinedValuesFromObject = exports.getPropertyByPath = exports.emplace = void 0; @@ -19064,14 +19245,15 @@ exports.removeUndefinedValuesFromObject = removeUndefinedValuesFromObject; /***/ }), -/***/ 3641: +/***/ 23641: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const cp = __nccwpck_require__(8493); -const parse = __nccwpck_require__(7450); -const enoent = __nccwpck_require__(4217); +const cp = __nccwpck_require__(78493); +const parse = __nccwpck_require__(17450); +const enoent = __nccwpck_require__(54217); function spawn(command, args, options) { // Parse the arguments @@ -19110,9 +19292,10 @@ module.exports._enoent = enoent; /***/ }), -/***/ 4217: +/***/ 54217: /***/ ((module) => { +"use strict"; const isWin = process.platform === 'win32'; @@ -19176,13 +19359,14 @@ module.exports = { /***/ }), -/***/ 7450: +/***/ 17450: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const path = __nccwpck_require__(1017); -const resolveCommand = __nccwpck_require__(8); +const path = __nccwpck_require__(71017); +const resolveCommand = __nccwpck_require__(20008); const escape = __nccwpck_require__(3201); const readShebang = __nccwpck_require__(2590); @@ -19277,6 +19461,7 @@ module.exports = parse; /***/ 3201: /***/ ((module) => { +"use strict"; // See http://www.robvanderwoude.com/escapechars.php @@ -19329,10 +19514,11 @@ module.exports.argument = escapeArgument; /***/ 2590: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const fs = __nccwpck_require__(7147); -const shebangCommand = __nccwpck_require__(9344); +const fs = __nccwpck_require__(57147); +const shebangCommand = __nccwpck_require__(89344); function readShebang(command) { // Read the first 150 bytes from the file @@ -19356,14 +19542,15 @@ module.exports = readShebang; /***/ }), -/***/ 8: +/***/ 20008: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const path = __nccwpck_require__(1017); -const which = __nccwpck_require__(6594); -const getPathKey = __nccwpck_require__(8855); +const path = __nccwpck_require__(71017); +const which = __nccwpck_require__(66594); +const getPathKey = __nccwpck_require__(58855); function resolveCommandAttempt(parsed, withoutPathExt) { const env = parsed.options.env || process.env; @@ -19415,9 +19602,10 @@ module.exports = resolveCommand; /***/ }), -/***/ 64: +/***/ 20064: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); @@ -19442,11 +19630,12 @@ exports.Deprecation = Deprecation; /***/ }), -/***/ 3416: +/***/ 83416: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const isObj = __nccwpck_require__(5489); +const isObj = __nccwpck_require__(45489); const disallowedKeys = [ '__proto__', @@ -19591,13 +19780,14 @@ module.exports = { /***/ }), -/***/ 8776: +/***/ 28776: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -var util = __nccwpck_require__(3837); -var isArrayish = __nccwpck_require__(1851); +var util = __nccwpck_require__(73837); +var isArrayish = __nccwpck_require__(51851); var errorEx = function errorEx(name, properties) { if (!name || name.constructor !== String) { @@ -19739,9 +19929,10 @@ module.exports = errorEx; /***/ }), -/***/ 2661: +/***/ 32661: /***/ ((module) => { +"use strict"; var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g; @@ -19760,19 +19951,20 @@ module.exports = function (str) { /***/ 9149: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { - -const path = __nccwpck_require__(1017); -const childProcess = __nccwpck_require__(8493); -const crossSpawn = __nccwpck_require__(3641); -const stripFinalNewline = __nccwpck_require__(2636); -const npmRunPath = __nccwpck_require__(5382); -const onetime = __nccwpck_require__(6978); -const makeError = __nccwpck_require__(44); -const normalizeStdio = __nccwpck_require__(1082); -const {spawnedKill, spawnedCancel, setupTimeout, validateTimeout, setExitHandler} = __nccwpck_require__(3965); -const {handleInput, getSpawnedResult, makeAllStream, validateInputSync} = __nccwpck_require__(8552); -const {mergePromise, getSpawnedPromise} = __nccwpck_require__(9961); -const {joinCommand, parseCommand, getEscapedCommand} = __nccwpck_require__(1872); +"use strict"; + +const path = __nccwpck_require__(71017); +const childProcess = __nccwpck_require__(78493); +const crossSpawn = __nccwpck_require__(23641); +const stripFinalNewline = __nccwpck_require__(92636); +const npmRunPath = __nccwpck_require__(85382); +const onetime = __nccwpck_require__(76978); +const makeError = __nccwpck_require__(40044); +const normalizeStdio = __nccwpck_require__(21082); +const {spawnedKill, spawnedCancel, setupTimeout, validateTimeout, setExitHandler} = __nccwpck_require__(63965); +const {handleInput, getSpawnedResult, makeAllStream, validateInputSync} = __nccwpck_require__(98552); +const {mergePromise, getSpawnedPromise} = __nccwpck_require__(89961); +const {joinCommand, parseCommand, getEscapedCommand} = __nccwpck_require__(21872); const DEFAULT_MAX_BUFFER = 1000 * 1000 * 100; @@ -20032,9 +20224,10 @@ module.exports.node = (scriptPath, args, options = {}) => { /***/ }), -/***/ 1872: +/***/ 21872: /***/ ((module) => { +"use strict"; const normalizeArgs = (file, args = []) => { if (!Array.isArray(args)) { @@ -20091,11 +20284,12 @@ module.exports = { /***/ }), -/***/ 44: +/***/ 40044: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const {signalsByName} = __nccwpck_require__(3419); +const {signalsByName} = __nccwpck_require__(83419); const getErrorPrefix = ({timedOut, timeout, errorCode, signal, signalDescription, exitCode, isCanceled}) => { if (timedOut) { @@ -20186,12 +20380,13 @@ module.exports = makeError; /***/ }), -/***/ 3965: +/***/ 63965: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const os = __nccwpck_require__(2037); -const onExit = __nccwpck_require__(5845); +const os = __nccwpck_require__(22037); +const onExit = __nccwpck_require__(15845); const DEFAULT_FORCE_KILL_TIMEOUT = 1000 * 5; @@ -20308,9 +20503,10 @@ module.exports = { /***/ }), -/***/ 9961: +/***/ 89961: /***/ ((module) => { +"use strict"; const nativePromisePrototype = (async () => {})().constructor.prototype; @@ -20361,9 +20557,10 @@ module.exports = { /***/ }), -/***/ 1082: +/***/ 21082: /***/ ((module) => { +"use strict"; const aliases = ['stdin', 'stdout', 'stderr']; @@ -20420,13 +20617,14 @@ module.exports.node = options => { /***/ }), -/***/ 8552: +/***/ 98552: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const isStream = __nccwpck_require__(6070); -const getStream = __nccwpck_require__(1798); -const mergeStream = __nccwpck_require__(3148); +const isStream = __nccwpck_require__(16070); +const getStream = __nccwpck_require__(41798); +const mergeStream = __nccwpck_require__(83148); // `input` option const handleInput = (spawned, input) => { @@ -20524,9 +20722,10 @@ module.exports = { /***/ }), -/***/ 7826: +/***/ 37826: /***/ ((module) => { +"use strict"; // do not edit .js files directly - edit src/index.jst @@ -20577,11 +20776,12 @@ module.exports = function equal(a, b) { /***/ }), -/***/ 1210: +/***/ 51210: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const {PassThrough: PassThroughStream} = __nccwpck_require__(2781); +const {PassThrough: PassThroughStream} = __nccwpck_require__(12781); module.exports = options => { options = {...options}; @@ -20636,14 +20836,15 @@ module.exports = options => { /***/ }), -/***/ 1798: +/***/ 41798: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const {constants: BufferConstants} = __nccwpck_require__(4300); -const stream = __nccwpck_require__(2781); -const {promisify} = __nccwpck_require__(3837); -const bufferStream = __nccwpck_require__(1210); +const {constants: BufferConstants} = __nccwpck_require__(14300); +const stream = __nccwpck_require__(12781); +const {promisify} = __nccwpck_require__(73837); +const bufferStream = __nccwpck_require__(51210); const streamPipelinePromisified = promisify(stream.pipeline); @@ -20707,11 +20908,12 @@ module.exports.MaxBufferError = MaxBufferError; /***/ 6933: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +"use strict"; -const path = __nccwpck_require__(1017); -const os = __nccwpck_require__(2037); -const fs = __nccwpck_require__(7147); -const ini = __nccwpck_require__(3343); +const path = __nccwpck_require__(71017); +const os = __nccwpck_require__(22037); +const fs = __nccwpck_require__(57147); +const ini = __nccwpck_require__(33343); const readRc = fp => { try { @@ -20801,9 +21003,10 @@ exports.yarn.binaries = path.join(exports.yarn.packages, '.bin'); /***/ }), -/***/ 7343: +/***/ 77343: /***/ ((module) => { +"use strict"; module.exports = (flag, argv) => { argv = argv || process.argv; @@ -20816,9 +21019,10 @@ module.exports = (flag, argv) => { /***/ }), -/***/ 9113: +/***/ 89113: /***/ ((module) => { +"use strict"; module.exports = (flag, argv = process.argv) => { @@ -20831,9 +21035,10 @@ module.exports = (flag, argv = process.argv) => { /***/ }), -/***/ 5863: +/***/ 55863: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({value:true}));exports.SIGNALS=void 0; const SIGNALS=[ @@ -21110,13 +21315,14 @@ standard:"other"}];exports.SIGNALS=SIGNALS; /***/ }), -/***/ 3419: +/***/ 83419: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { -Object.defineProperty(exports, "__esModule", ({value:true}));exports.signalsByNumber=exports.signalsByName=void 0;var _os=__nccwpck_require__(2037); +"use strict"; +Object.defineProperty(exports, "__esModule", ({value:true}));exports.signalsByNumber=exports.signalsByName=void 0;var _os=__nccwpck_require__(22037); -var _signals=__nccwpck_require__(2437); -var _realtime=__nccwpck_require__(8928); +var _signals=__nccwpck_require__(62437); +var _realtime=__nccwpck_require__(48928); @@ -21187,9 +21393,10 @@ const signalsByNumber=getSignalsByNumber();exports.signalsByNumber=signalsByNumb /***/ }), -/***/ 8928: +/***/ 48928: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({value:true}));exports.SIGRTMAX=exports.getRealtimeSignals=void 0; const getRealtimeSignals=function(){ const length=SIGRTMAX-SIGRTMIN+1; @@ -21212,13 +21419,14 @@ const SIGRTMAX=64;exports.SIGRTMAX=SIGRTMAX; /***/ }), -/***/ 2437: +/***/ 62437: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { -Object.defineProperty(exports, "__esModule", ({value:true}));exports.getSignals=void 0;var _os=__nccwpck_require__(2037); +"use strict"; +Object.defineProperty(exports, "__esModule", ({value:true}));exports.getSignals=void 0;var _os=__nccwpck_require__(22037); -var _core=__nccwpck_require__(5863); -var _realtime=__nccwpck_require__(8928); +var _core=__nccwpck_require__(55863); +var _realtime=__nccwpck_require__(48928); @@ -21253,13 +21461,14 @@ return{name,number,description,supported,action,forced,standard}; /***/ }), -/***/ 6580: +/***/ 96580: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +"use strict"; -const path = __nccwpck_require__(1017); -const resolveFrom = __nccwpck_require__(2899); -const parentModule = __nccwpck_require__(547); +const path = __nccwpck_require__(71017); +const resolveFrom = __nccwpck_require__(36794); +const parentModule = __nccwpck_require__(80547); module.exports = moduleId => { if (typeof moduleId !== 'string') { @@ -21293,7 +21502,7 @@ module.exports = moduleId => { /***/ }), -/***/ 3343: +/***/ 33343: /***/ ((__unused_webpack_module, exports) => { exports.parse = exports.decode = decode @@ -21506,9 +21715,10 @@ function unsafe (val, doUnesc) { /***/ }), -/***/ 1851: +/***/ 51851: /***/ ((module) => { +"use strict"; module.exports = function isArrayish(obj) { @@ -21523,9 +21733,10 @@ module.exports = function isArrayish(obj) { /***/ }), -/***/ 5489: +/***/ 45489: /***/ ((module) => { +"use strict"; module.exports = value => { @@ -21536,9 +21747,10 @@ module.exports = value => { /***/ }), -/***/ 7352: +/***/ 37352: /***/ ((__unused_webpack_module, exports) => { +"use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); @@ -21581,9 +21793,10 @@ exports.isPlainObject = isPlainObject; /***/ }), -/***/ 6070: +/***/ 16070: /***/ ((module) => { +"use strict"; const isStream = stream => @@ -21616,15 +21829,15 @@ module.exports = isStream; /***/ }), -/***/ 1784: +/***/ 91784: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var fs = __nccwpck_require__(7147) +var fs = __nccwpck_require__(57147) var core if (process.platform === 'win32' || global.TESTING_WINDOWS) { - core = __nccwpck_require__(1345) + core = __nccwpck_require__(61345) } else { - core = __nccwpck_require__(3045) + core = __nccwpck_require__(63045) } module.exports = isexe @@ -21680,13 +21893,13 @@ function sync (path, options) { /***/ }), -/***/ 3045: +/***/ 63045: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = isexe isexe.sync = sync -var fs = __nccwpck_require__(7147) +var fs = __nccwpck_require__(57147) function isexe (path, options, cb) { fs.stat(path, function (er, stat) { @@ -21728,13 +21941,13 @@ function checkMode (stat, options) { /***/ }), -/***/ 1345: +/***/ 61345: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = isexe isexe.sync = sync -var fs = __nccwpck_require__(7147) +var fs = __nccwpck_require__(57147) function checkPathExt (path, options) { var pathext = options.pathExt !== undefined ? @@ -21777,10 +21990,10 @@ function sync (path, options) { /***/ }), -/***/ 4236: +/***/ 64236: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -(()=>{var __webpack_modules__={"./node_modules/.pnpm/@ampproject+remapping@2.2.1/node_modules/@ampproject/remapping/dist/remapping.umd.js":function(module,__unused_webpack_exports,__nested_webpack_require_180__){module.exports=function(traceMapping,genMapping){"use strict";const SOURCELESS_MAPPING=SegmentObject("",-1,-1,"",null),EMPTY_SOURCES=[];function SegmentObject(source,line,column,name,content){return{source,line,column,name,content}}function Source(map,sources,source,content){return{map,sources,source,content}}function MapSource(map,sources){return Source(map,sources,"",null)}function OriginalSource(source,content){return Source(null,EMPTY_SOURCES,source,content)}function traceMappings(tree){const gen=new genMapping.GenMapping({file:tree.map.file}),{sources:rootSources,map}=tree,rootNames=map.names,rootMappings=traceMapping.decodedMappings(map);for(let i=0;inew traceMapping.TraceMap(m,""))),map=maps.pop();for(let i=0;i1)throw new Error(`Transformation map ${i} must have exactly one source file.\nDid you specify these with the most recent transformation maps first?`);let tree=build(map,loader,"",0);for(let i=maps.length-1;i>=0;i--)tree=MapSource(maps[i],[tree]);return tree}function build(map,loader,importer,importerDepth){const{resolvedSources,sourcesContent}=map,depth=importerDepth+1;return MapSource(map,resolvedSources.map(((sourceFile,i)=>{const ctx={importer,depth,source:sourceFile||"",content:void 0},sourceMap=loader(ctx.source,ctx),{source,content}=ctx;return sourceMap?build(new traceMapping.TraceMap(sourceMap,source),loader,source,depth):OriginalSource(source,void 0!==content?content:sourcesContent?sourcesContent[i]:null)})))}class SourceMap{constructor(map,options){const out=options.decodedMappings?genMapping.toDecodedMap(map):genMapping.toEncodedMap(map);this.version=out.version,this.file=out.file,this.mappings=out.mappings,this.names=out.names,this.sourceRoot=out.sourceRoot,this.sources=out.sources,options.excludeContent||(this.sourcesContent=out.sourcesContent)}toString(){return JSON.stringify(this)}}function remapping(input,loader,options){const opts="object"==typeof options?options:{excludeContent:!!options,decodedMappings:!1},tree=buildSourceMapTree(input,loader);return new SourceMap(traceMappings(tree),opts)}return remapping}(__nested_webpack_require_180__("./node_modules/.pnpm/@jridgewell+trace-mapping@0.3.20/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js"),__nested_webpack_require_180__("./node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js"))},"./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/config/files lazy recursive":module=>{function webpackEmptyAsyncContext(req){return Promise.resolve().then((()=>{var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}))}webpackEmptyAsyncContext.keys=()=>[],webpackEmptyAsyncContext.resolve=webpackEmptyAsyncContext,webpackEmptyAsyncContext.id="./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/config/files lazy recursive",module.exports=webpackEmptyAsyncContext},"./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/config/files sync recursive":module=>{function webpackEmptyContext(req){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}webpackEmptyContext.keys=()=>[],webpackEmptyContext.resolve=webpackEmptyContext,webpackEmptyContext.id="./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/config/files sync recursive",module.exports=webpackEmptyContext},"./node_modules/.pnpm/@babel+plugin-syntax-class-properties@7.12.13_@babel+core@7.23.2/node_modules/@babel/plugin-syntax-class-properties/lib/index.js":(__unused_webpack_module,exports,__nested_webpack_require_4831__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=(0,__nested_webpack_require_4831__("./node_modules/.pnpm/@babel+helper-plugin-utils@7.22.5/node_modules/@babel/helper-plugin-utils/lib/index.js").declare)((api=>(api.assertVersion(7),{name:"syntax-class-properties",manipulateOptions(opts,parserOpts){parserOpts.plugins.push("classProperties","classPrivateProperties","classPrivateMethods")}})));exports.default=_default},"./node_modules/.pnpm/@babel+plugin-syntax-export-namespace-from@7.8.3_@babel+core@7.23.2/node_modules/@babel/plugin-syntax-export-namespace-from/lib/index.js":(__unused_webpack_module,exports,__nested_webpack_require_5510__)=>{"use strict";exports.Z=void 0;var _default=(0,__nested_webpack_require_5510__("./node_modules/.pnpm/@babel+helper-plugin-utils@7.22.5/node_modules/@babel/helper-plugin-utils/lib/index.js").declare)((api=>(api.assertVersion(7),{name:"syntax-export-namespace-from",manipulateOptions(opts,parserOpts){parserOpts.plugins.push("exportNamespaceFrom")}})));exports.Z=_default},"./node_modules/.pnpm/@babel+plugin-syntax-nullish-coalescing-operator@7.8.3_@babel+core@7.23.2/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js":(__unused_webpack_module,exports,__nested_webpack_require_6096__)=>{"use strict";exports.Z=void 0;var _default=(0,__nested_webpack_require_6096__("./node_modules/.pnpm/@babel+helper-plugin-utils@7.22.5/node_modules/@babel/helper-plugin-utils/lib/index.js").declare)((api=>(api.assertVersion(7),{name:"syntax-nullish-coalescing-operator",manipulateOptions(opts,parserOpts){parserOpts.plugins.push("nullishCoalescingOperator")}})));exports.Z=_default},"./node_modules/.pnpm/@babel+plugin-syntax-optional-chaining@7.8.3_@babel+core@7.23.2/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js":(__unused_webpack_module,exports,__nested_webpack_require_6674__)=>{"use strict";exports.Z=void 0;var _default=(0,__nested_webpack_require_6674__("./node_modules/.pnpm/@babel+helper-plugin-utils@7.22.5/node_modules/@babel/helper-plugin-utils/lib/index.js").declare)((api=>(api.assertVersion(7),{name:"syntax-optional-chaining",manipulateOptions(opts,parserOpts){parserOpts.plugins.push("optionalChaining")}})));exports.Z=_default},"./node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js":function(__unused_webpack_module,exports,__nested_webpack_require_7203__){!function(exports,setArray,sourcemapCodec,traceMapping){"use strict";const COLUMN=0,SOURCES_INDEX=1,SOURCE_LINE=2,SOURCE_COLUMN=3,NAMES_INDEX=4,NO_NAME=-1;let addSegmentInternal;exports.addSegment=void 0,exports.addMapping=void 0,exports.maybeAddSegment=void 0,exports.maybeAddMapping=void 0,exports.setSourceContent=void 0,exports.toDecodedMap=void 0,exports.toEncodedMap=void 0,exports.fromMap=void 0,exports.allMappings=void 0;class GenMapping{constructor({file,sourceRoot}={}){this._names=new setArray.SetArray,this._sources=new setArray.SetArray,this._sourcesContent=[],this._mappings=[],this.file=file,this.sourceRoot=sourceRoot}}function getLine(mappings,index){for(let i=mappings.length;i<=index;i++)mappings[i]=[];return mappings[index]}function getColumnIndex(line,genColumn){let index=line.length;for(let i=index-1;i>=0&&!(genColumn>=line[i][COLUMN]);index=i--);return index}function insert(array,index,value){for(let i=array.length;i>index;i--)array[i]=array[i-1];array[index]=value}function removeEmptyFinalLines(mappings){const{length}=mappings;let len=length;for(let i=len-1;i>=0&&!(mappings[i].length>0);len=i,i--);lenaddSegmentInternal(!1,map,genLine,genColumn,source,sourceLine,sourceColumn,name,content),exports.maybeAddSegment=(map,genLine,genColumn,source,sourceLine,sourceColumn,name,content)=>addSegmentInternal(!0,map,genLine,genColumn,source,sourceLine,sourceColumn,name,content),exports.addMapping=(map,mapping)=>addMappingInternal(!1,map,mapping),exports.maybeAddMapping=(map,mapping)=>addMappingInternal(!0,map,mapping),exports.setSourceContent=(map,source,content)=>{const{_sources:sources,_sourcesContent:sourcesContent}=map;sourcesContent[setArray.put(sources,source)]=content},exports.toDecodedMap=map=>{const{file,sourceRoot,_mappings:mappings,_sources:sources,_sourcesContent:sourcesContent,_names:names}=map;return removeEmptyFinalLines(mappings),{version:3,file:file||void 0,names:names.array,sourceRoot:sourceRoot||void 0,sources:sources.array,sourcesContent,mappings}},exports.toEncodedMap=map=>{const decoded=exports.toDecodedMap(map);return Object.assign(Object.assign({},decoded),{mappings:sourcemapCodec.encode(decoded.mappings)})},exports.allMappings=map=>{const out=[],{_mappings:mappings,_sources:sources,_names:names}=map;for(let i=0;i{const map=new traceMapping.TraceMap(input),gen=new GenMapping({file:map.file,sourceRoot:map.sourceRoot});return putAll(gen._names,map.names),putAll(gen._sources,map.sources),gen._sourcesContent=map.sourcesContent||map.sources.map((()=>null)),gen._mappings=traceMapping.decodedMappings(map),gen},addSegmentInternal=(skipable,map,genLine,genColumn,source,sourceLine,sourceColumn,name,content)=>{const{_mappings:mappings,_sources:sources,_sourcesContent:sourcesContent,_names:names}=map,line=getLine(mappings,genLine),index=getColumnIndex(line,genColumn);if(!source){if(skipable&&skipSourceless(line,index))return;return insert(line,index,[genColumn])}const sourcesIndex=setArray.put(sources,source),namesIndex=name?setArray.put(names,name):NO_NAME;if(sourcesIndex===sourcesContent.length&&(sourcesContent[sourcesIndex]=null!=content?content:null),!skipable||!skipSource(line,index,sourcesIndex,sourceLine,sourceColumn,namesIndex))return insert(line,index,name?[genColumn,sourcesIndex,sourceLine,sourceColumn,namesIndex]:[genColumn,sourcesIndex,sourceLine,sourceColumn])},exports.GenMapping=GenMapping,Object.defineProperty(exports,"__esModule",{value:!0})}(exports,__nested_webpack_require_7203__("./node_modules/.pnpm/@jridgewell+set-array@1.1.2/node_modules/@jridgewell/set-array/dist/set-array.umd.js"),__nested_webpack_require_7203__("./node_modules/.pnpm/@jridgewell+sourcemap-codec@1.4.15/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js"),__nested_webpack_require_7203__("./node_modules/.pnpm/@jridgewell+trace-mapping@0.3.20/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js"))},"./node_modules/.pnpm/@jridgewell+resolve-uri@3.1.1/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js":function(module){module.exports=function(){"use strict";const schemeRegex=/^[\w+.-]+:\/\//,urlRegex=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/,fileRegex=/^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;var UrlType;function isAbsoluteUrl(input){return schemeRegex.test(input)}function isSchemeRelativeUrl(input){return input.startsWith("//")}function isAbsolutePath(input){return input.startsWith("/")}function isFileUrl(input){return input.startsWith("file:")}function isRelative(input){return/^[.?#]/.test(input)}function parseAbsoluteUrl(input){const match=urlRegex.exec(input);return makeUrl(match[1],match[2]||"",match[3],match[4]||"",match[5]||"/",match[6]||"",match[7]||"")}function parseFileUrl(input){const match=fileRegex.exec(input),path=match[2];return makeUrl("file:","",match[1]||"","",isAbsolutePath(path)?path:"/"+path,match[3]||"",match[4]||"")}function makeUrl(scheme,user,host,port,path,query,hash){return{scheme,user,host,port,path,query,hash,type:UrlType.Absolute}}function parseUrl(input){if(isSchemeRelativeUrl(input)){const url=parseAbsoluteUrl("http:"+input);return url.scheme="",url.type=UrlType.SchemeRelative,url}if(isAbsolutePath(input)){const url=parseAbsoluteUrl("http://foo.com"+input);return url.scheme="",url.host="",url.type=UrlType.AbsolutePath,url}if(isFileUrl(input))return parseFileUrl(input);if(isAbsoluteUrl(input))return parseAbsoluteUrl(input);const url=parseAbsoluteUrl("http://foo.com/"+input);return url.scheme="",url.host="",url.type=input?input.startsWith("?")?UrlType.Query:input.startsWith("#")?UrlType.Hash:UrlType.RelativePath:UrlType.Empty,url}function stripPathFilename(path){if(path.endsWith("/.."))return path;const index=path.lastIndexOf("/");return path.slice(0,index+1)}function mergePaths(url,base){normalizePath(base,base.type),"/"===url.path?url.path=base.path:url.path=stripPathFilename(base.path)+url.path}function normalizePath(url,type){const rel=type<=UrlType.RelativePath,pieces=url.path.split("/");let pointer=1,positive=0,addTrailingSlash=!1;for(let i=1;iinputType&&(inputType=baseType)}normalizePath(url,inputType);const queryHash=url.query+url.hash;switch(inputType){case UrlType.Hash:case UrlType.Query:return queryHash;case UrlType.RelativePath:{const path=url.path.slice(1);return path?isRelative(base||input)&&!isRelative(path)?"./"+path+queryHash:path+queryHash:queryHash||"."}case UrlType.AbsolutePath:return url.path+queryHash;default:return url.scheme+"//"+url.user+url.host+url.port+url.path+queryHash}}return function(UrlType){UrlType[UrlType.Empty=1]="Empty",UrlType[UrlType.Hash=2]="Hash",UrlType[UrlType.Query=3]="Query",UrlType[UrlType.RelativePath=4]="RelativePath",UrlType[UrlType.AbsolutePath=5]="AbsolutePath",UrlType[UrlType.SchemeRelative=6]="SchemeRelative",UrlType[UrlType.Absolute=7]="Absolute"}(UrlType||(UrlType={})),resolve}()},"./node_modules/.pnpm/@jridgewell+set-array@1.1.2/node_modules/@jridgewell/set-array/dist/set-array.umd.js":function(__unused_webpack_module,exports){!function(exports){"use strict";exports.get=void 0,exports.put=void 0,exports.pop=void 0;class SetArray{constructor(){this._indexes={__proto__:null},this.array=[]}}exports.get=(strarr,key)=>strarr._indexes[key],exports.put=(strarr,key)=>{const index=exports.get(strarr,key);if(void 0!==index)return index;const{array,_indexes:indexes}=strarr;return indexes[key]=array.push(key)-1},exports.pop=strarr=>{const{array,_indexes:indexes}=strarr;0!==array.length&&(indexes[array.pop()]=void 0)},exports.SetArray=SetArray,Object.defineProperty(exports,"__esModule",{value:!0})}(exports)},"./node_modules/.pnpm/@jridgewell+sourcemap-codec@1.4.15/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js":function(__unused_webpack_module,exports){!function(exports){"use strict";const comma=",".charCodeAt(0),semicolon=";".charCodeAt(0),chars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",intToChar=new Uint8Array(64),charToInt=new Uint8Array(128);for(let i=0;iBuffer.from(buf.buffer,buf.byteOffset,buf.byteLength).toString()}:{decode(buf){let out="";for(let i=0;i>>=1,shouldNegate&&(value=-2147483648|-value),state[j]+=value,pos}function hasMoreVlq(mappings,i,length){return!(i>=length)&&mappings.charCodeAt(i)!==comma}function sort(line){line.sort(sortComparator)}function sortComparator(a,b){return a[0]-b[0]}function encode(decoded){const state=new Int32Array(5),bufLength=16384,subLength=bufLength-36,buf=new Uint8Array(bufLength),sub=buf.subarray(0,subLength);let pos=0,out="";for(let i=0;i0&&(pos===bufLength&&(out+=td.decode(buf),pos=0),buf[pos++]=semicolon),0!==line.length){state[0]=0;for(let j=0;jsubLength&&(out+=td.decode(sub),buf.copyWithin(0,subLength,pos),pos-=subLength),j>0&&(buf[pos++]=comma),pos=encodeInteger(buf,pos,state,segment,0),1!==segment.length&&(pos=encodeInteger(buf,pos,state,segment,1),pos=encodeInteger(buf,pos,state,segment,2),pos=encodeInteger(buf,pos,state,segment,3),4!==segment.length&&(pos=encodeInteger(buf,pos,state,segment,4)))}}}return out+td.decode(buf.subarray(0,pos))}function encodeInteger(buf,pos,state,segment,j){const next=segment[j];let num=next-state[j];state[j]=next,num=num<0?-num<<1|1:num<<1;do{let clamped=31#num>>>=5,num>0&&(clamped|=32),buf[pos++]=intToChar[clamped]}while(num>0);return pos}exports.decode=decode,exports.encode=encode,Object.defineProperty(exports,"__esModule",{value:!0})}(exports)},"./node_modules/.pnpm/@jridgewell+trace-mapping@0.3.20/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js":function(__unused_webpack_module,exports,__nested_webpack_require_20388__){!function(exports,sourcemapCodec,resolveUri){"use strict";function _interopDefaultLegacy(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var resolveUri__default=_interopDefaultLegacy(resolveUri);function resolve(input,base){return base&&!base.endsWith("/")&&(base+="/"),resolveUri__default.default(input,base)}function stripFilename(path){if(!path)return"";const index=path.lastIndexOf("/");return path.slice(0,index+1)}const COLUMN=0,SOURCES_INDEX=1,SOURCE_LINE=2,SOURCE_COLUMN=3,NAMES_INDEX=4,REV_GENERATED_LINE=1,REV_GENERATED_COLUMN=2;function maybeSort(mappings,owned){const unsortedIndex=nextUnsortedSegmentLine(mappings,0);if(unsortedIndex===mappings.length)return mappings;owned||(mappings=mappings.slice());for(let i=unsortedIndex;i>1),cmp=haystack[mid][COLUMN]-needle;if(0===cmp)return found=!0,mid;cmp<0?low=mid+1:high=mid-1}return found=!1,low-1}function upperBound(haystack,needle,index){for(let i=index+1;i=0&&haystack[i][COLUMN]===needle;index=i--);return index}function memoizedState(){return{lastKey:-1,lastNeedle:-1,lastIndex:-1}}function memoizedBinarySearch(haystack,needle,state,key){const{lastKey,lastNeedle,lastIndex}=state;let low=0,high=haystack.length-1;if(key===lastKey){if(needle===lastNeedle)return found=-1!==lastIndex&&haystack[lastIndex][COLUMN]===needle,lastIndex;needle>=lastNeedle?low=-1===lastIndex?0:lastIndex:high=lastIndex}return state.lastKey=key,state.lastNeedle=needle,state.lastIndex=binarySearch(haystack,needle,low,high)}function buildBySources(decoded,memos){const sources=memos.map(buildNullArray);for(let i=0;iindex;i--)array[i]=array[i-1];array[index]=value}function buildNullArray(){return{__proto__:null}}const AnyMap=function(map,mapUrl){const parsed="string"==typeof map?JSON.parse(map):map;if(!("sections"in parsed))return new TraceMap(parsed,mapUrl);const mappings=[],sources=[],sourcesContent=[],names=[];recurse(parsed,mapUrl,mappings,sources,sourcesContent,names,0,0,1/0,1/0);const joined={version:3,file:parsed.file,names,sources,sourcesContent,mappings};return exports.presortedDecodedMap(joined)};function recurse(input,mapUrl,mappings,sources,sourcesContent,names,lineOffset,columnOffset,stopLine,stopColumn){const{sections}=input;for(let i=0;istopLine)return;const out=getLine(mappings,lineI),cOffset=0===i?columnOffset:0,line=decoded[i];for(let j=0;j=stopColumn)return;if(1===seg.length){out.push([column]);continue}const sourcesIndex=sourcesOffset+seg[SOURCES_INDEX],sourceLine=seg[SOURCE_LINE],sourceColumn=seg[SOURCE_COLUMN];out.push(4===seg.length?[column,sourcesIndex,sourceLine,sourceColumn]:[column,sourcesIndex,sourceLine,sourceColumn,namesOffset+seg[NAMES_INDEX]])}}}function append(arr,other){for(let i=0;iresolve(s||"",from)));const{mappings}=parsed;"string"==typeof mappings?(this._encoded=mappings,this._decoded=void 0):(this._encoded=void 0,this._decoded=maybeSort(mappings,isString)),this._decodedMemo=memoizedState(),this._bySources=void 0,this._bySourceMemos=void 0}}function clone(map,mappings){return{version:map.version,file:map.file,names:map.names,sourceRoot:map.sourceRoot,sources:map.sources,sourcesContent:map.sourcesContent,mappings}}function OMapping(source,line,column,name){return{source,line,column,name}}function GMapping(line,column){return{line,column}}function traceSegmentInternal(segments,memo,line,column,bias){let index=memoizedBinarySearch(segments,column,memo,line);return found?index=(bias===LEAST_UPPER_BOUND?upperBound:lowerBound)(segments,column,index):bias===LEAST_UPPER_BOUND&&index++,-1===index||index===segments.length?-1:index}function sliceGeneratedPositions(segments,memo,line,column,bias){let min=traceSegmentInternal(segments,memo,line,column,GREATEST_LOWER_BOUND);if(found||bias!==LEAST_UPPER_BOUND||min++,-1===min||min===segments.length)return[];const matchedColumn=found?column:segments[min][COLUMN];found||(min=lowerBound(segments,matchedColumn,min));const max=upperBound(segments,matchedColumn,min),result=[];for(;min<=max;min++){const segment=segments[min];result.push(GMapping(segment[REV_GENERATED_LINE]+1,segment[REV_GENERATED_COLUMN]))}return result}(()=>{function generatedPosition(map,source,line,column,bias,all){if(--line<0)throw new Error(LINE_GTR_ZERO);if(column<0)throw new Error(COL_GTR_EQ_ZERO);const{sources,resolvedSources}=map;let sourceIndex=sources.indexOf(source);if(-1===sourceIndex&&(sourceIndex=resolvedSources.indexOf(source)),-1===sourceIndex)return all?[]:GMapping(null,null);const segments=(map._bySources||(map._bySources=buildBySources(exports.decodedMappings(map),map._bySourceMemos=sources.map(memoizedState))))[sourceIndex][line];if(null==segments)return all?[]:GMapping(null,null);const memo=map._bySourceMemos[sourceIndex];if(all)return sliceGeneratedPositions(segments,memo,line,column,bias);const index=traceSegmentInternal(segments,memo,line,column,bias);if(-1===index)return GMapping(null,null);const segment=segments[index];return GMapping(segment[REV_GENERATED_LINE]+1,segment[REV_GENERATED_COLUMN])}exports.encodedMappings=map=>{var _a;return null!==(_a=map._encoded)&&void 0!==_a?_a:map._encoded=sourcemapCodec.encode(map._decoded)},exports.decodedMappings=map=>map._decoded||(map._decoded=sourcemapCodec.decode(map._encoded)),exports.traceSegment=(map,line,column)=>{const decoded=exports.decodedMappings(map);if(line>=decoded.length)return null;const segments=decoded[line],index=traceSegmentInternal(segments,map._decodedMemo,line,column,GREATEST_LOWER_BOUND);return-1===index?null:segments[index]},exports.originalPositionFor=(map,{line,column,bias})=>{if(--line<0)throw new Error(LINE_GTR_ZERO);if(column<0)throw new Error(COL_GTR_EQ_ZERO);const decoded=exports.decodedMappings(map);if(line>=decoded.length)return OMapping(null,null,null,null);const segments=decoded[line],index=traceSegmentInternal(segments,map._decodedMemo,line,column,bias||GREATEST_LOWER_BOUND);if(-1===index)return OMapping(null,null,null,null);const segment=segments[index];if(1===segment.length)return OMapping(null,null,null,null);const{names,resolvedSources}=map;return OMapping(resolvedSources[segment[SOURCES_INDEX]],segment[SOURCE_LINE]+1,segment[SOURCE_COLUMN],5===segment.length?names[segment[NAMES_INDEX]]:null)},exports.allGeneratedPositionsFor=(map,{source,line,column,bias})=>generatedPosition(map,source,line,column,bias||LEAST_UPPER_BOUND,!0),exports.generatedPositionFor=(map,{source,line,column,bias})=>generatedPosition(map,source,line,column,bias||GREATEST_LOWER_BOUND,!1),exports.eachMapping=(map,cb)=>{const decoded=exports.decodedMappings(map),{names,resolvedSources}=map;for(let i=0;i{const{sources,resolvedSources,sourcesContent}=map;if(null==sourcesContent)return null;let index=sources.indexOf(source);return-1===index&&(index=resolvedSources.indexOf(source)),-1===index?null:sourcesContent[index]},exports.presortedDecodedMap=(map,mapUrl)=>{const tracer=new TraceMap(clone(map,[]),mapUrl);return tracer._decoded=map.mappings,tracer},exports.decodedMap=map=>clone(map,exports.decodedMappings(map)),exports.encodedMap=map=>clone(map,exports.encodedMappings(map))})(),exports.AnyMap=AnyMap,exports.GREATEST_LOWER_BOUND=GREATEST_LOWER_BOUND,exports.LEAST_UPPER_BOUND=LEAST_UPPER_BOUND,exports.TraceMap=TraceMap,Object.defineProperty(exports,"__esModule",{value:!0})}(exports,__nested_webpack_require_20388__("./node_modules/.pnpm/@jridgewell+sourcemap-codec@1.4.15/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js"),__nested_webpack_require_20388__("./node_modules/.pnpm/@jridgewell+resolve-uri@3.1.1/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js"))},"./node_modules/.pnpm/babel-plugin-dynamic-import-node@2.3.3/node_modules/babel-plugin-dynamic-import-node/lib/index.js":(module,exports,__nested_webpack_require_32131__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(api){var transformImport=(0,_utils.createDynamicImportTransform)(api);return{manipulateOptions:function(opts,parserOpts){parserOpts.plugins.push("dynamicImport")},visitor:{Import:function(path){transformImport(this,path)}}}};var _utils=__nested_webpack_require_32131__("./node_modules/.pnpm/babel-plugin-dynamic-import-node@2.3.3/node_modules/babel-plugin-dynamic-import-node/lib/utils.js");module.exports=exports.default},"./node_modules/.pnpm/babel-plugin-dynamic-import-node@2.3.3/node_modules/babel-plugin-dynamic-import-node/lib/utils.js":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var _slicedToArray=function(arr,i){if(Array.isArray(arr))return arr;if(Symbol.iterator in Object(arr))return function(arr,i){var _arr=[],_n=!0,_d=!1,_e=void 0;try{for(var _s,_i=arr[Symbol.iterator]();!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{!_n&&_i.return&&_i.return()}finally{if(_d)throw _e}}return _arr}(arr,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")};function getImportSource(t,callNode){var importArguments=callNode.arguments,importPath=_slicedToArray(importArguments,1)[0];return t.isStringLiteral(importPath)||t.isTemplateLiteral(importPath)?(t.removeComments(importPath),importPath):t.templateLiteral([t.templateElement({raw:"",cooked:""}),t.templateElement({raw:"",cooked:""},!0)],importArguments)}exports.getImportSource=getImportSource,exports.createDynamicImportTransform=function(_ref){var template=_ref.template,t=_ref.types,builders={static:{interop:template("Promise.resolve().then(() => INTEROP(require(SOURCE)))"),noInterop:template("Promise.resolve().then(() => require(SOURCE))")},dynamic:{interop:template("Promise.resolve(SOURCE).then(s => INTEROP(require(s)))"),noInterop:template("Promise.resolve(SOURCE).then(s => require(s))")}},visited="function"==typeof WeakSet&&new WeakSet;return function(context,path){if(visited){if(visited.has(path))return;visited.add(path)}var node,SOURCE=getImportSource(t,path.parent),builder=(node=SOURCE,t.isStringLiteral(node)||t.isTemplateLiteral(node)&&0===node.expressions.length?builders.static:builders.dynamic),newImport=context.opts.noInterop?builder.noInterop({SOURCE}):builder.interop({SOURCE,INTEROP:context.addHelper("interopRequireWildcard")});path.parentPath.replaceWith(newImport)}}},"./node_modules/.pnpm/babel-plugin-parameter-decorator@1.0.16/node_modules/babel-plugin-parameter-decorator/lib/index.js":(module,__unused_webpack_exports,__nested_webpack_require_34798__)=>{"use strict";var _path=__nested_webpack_require_34798__("path");function isInType(path){switch(path.parent.type){case"TSTypeReference":case"TSQualifiedName":case"TSExpressionWithTypeArguments":case"TSTypeQuery":return!0;default:return!1}}module.exports=function(_ref){var types=_ref.types,decoratorExpressionForConstructor=function(decorator,param){return function(className){var resultantDecorator=types.callExpression(decorator.expression,[types.Identifier(className),types.Identifier("undefined"),types.NumericLiteral(param.key)]),resultantDecoratorWithFallback=types.logicalExpression("||",resultantDecorator,types.Identifier(className)),assignment=types.assignmentExpression("=",types.Identifier(className),resultantDecoratorWithFallback);return types.expressionStatement(assignment)}},decoratorExpressionForMethod=function(decorator,param){return function(className,functionName){var resultantDecorator=types.callExpression(decorator.expression,[types.Identifier("".concat(className,".prototype")),types.StringLiteral(functionName),types.NumericLiteral(param.key)]);return types.expressionStatement(resultantDecorator)}};return{visitor:{Program:function(path,state){var extension=(0,_path.extname)(state.file.opts.filename);".ts"!==extension&&".tsx"!==extension||function(){var decorators=Object.create(null);path.node.body.filter((function(it){var type=it.type,declaration=it.declaration;switch(type){case"ClassDeclaration":return!0;case"ExportNamedDeclaration":case"ExportDefaultDeclaration":return declaration&&"ClassDeclaration"===declaration.type;default:return!1}})).map((function(it){return"ClassDeclaration"===it.type?it:it.declaration})).forEach((function(clazz){clazz.body.body.forEach((function(body){(body.params||[]).forEach((function(param){(param.decorators||[]).forEach((function(decorator){decorator.expression.callee?decorators[decorator.expression.callee.name]=decorator:decorators[decorator.expression.name]=decorator}))}))}))}));var _iteratorNormalCompletion=!0,_didIteratorError=!1,_iteratorError=void 0;try{for(var _step,_iterator=path.get("body")[Symbol.iterator]();!(_iteratorNormalCompletion=(_step=_iterator.next()).done);_iteratorNormalCompletion=!0){var stmt=_step.value;if("ImportDeclaration"===stmt.node.type){if(0===stmt.node.specifiers.length)continue;var _iteratorNormalCompletion2=!0,_didIteratorError2=!1,_iteratorError2=void 0;try{for(var _step2,_loop=function(){var specifier=_step2.value,binding=stmt.scope.getBinding(specifier.local.name);binding.referencePaths.length?binding.referencePaths.reduce((function(prev,next){return prev||isInType(next)}),!1)&&Object.keys(decorators).forEach((function(k){var decorator=decorators[k];(decorator.expression.arguments||[]).forEach((function(arg){arg.name===specifier.local.name&&binding.referencePaths.push({parent:decorator.expression})}))})):decorators[specifier.local.name]&&binding.referencePaths.push({parent:decorators[specifier.local.name]})},_iterator2=stmt.node.specifiers[Symbol.iterator]();!(_iteratorNormalCompletion2=(_step2=_iterator2.next()).done);_iteratorNormalCompletion2=!0)_loop()}catch(err){_didIteratorError2=!0,_iteratorError2=err}finally{try{_iteratorNormalCompletion2||null==_iterator2.return||_iterator2.return()}finally{if(_didIteratorError2)throw _iteratorError2}}}}}catch(err){_didIteratorError=!0,_iteratorError=err}finally{try{_iteratorNormalCompletion||null==_iterator.return||_iterator.return()}finally{if(_didIteratorError)throw _iteratorError}}}()},Function:function(path){var functionName="";path.node.id?functionName=path.node.id.name:path.node.key&&(functionName=path.node.key.name),(path.get("params")||[]).slice().forEach((function(param){var decorators=param.node.decorators||[],transformable=decorators.length;if(decorators.slice().forEach((function(decorator){if("ClassMethod"===path.type){var classIdentifier,parentNode=path.parentPath.parentPath,classDeclaration=path.findParent((function(p){return"ClassDeclaration"===p.type}));if(classDeclaration?classIdentifier=classDeclaration.node.id.name:(parentNode.insertAfter(null),classIdentifier=function(path){var assignment=path.findParent((function(p){return"AssignmentExpression"===p.node.type}));return"SequenceExpression"===assignment.node.right.type?assignment.node.right.expressions[1].name:"ClassExpression"===assignment.node.right.type?assignment.node.left.name:null}(path)),"constructor"===functionName){var expression=decoratorExpressionForConstructor(decorator,param)(classIdentifier);parentNode.insertAfter(expression)}else{var _expression=decoratorExpressionForMethod(decorator,param)(classIdentifier,functionName);parentNode.insertAfter(_expression)}}else{var className=path.findParent((function(p){return"VariableDeclarator"===p.node.type})).node.id.name;if(functionName===className){var _expression2=decoratorExpressionForConstructor(decorator,param)(className);if("body"===path.parentKey)path.insertAfter(_expression2);else path.findParent((function(p){return"body"===p.parentKey})).insertAfter(_expression2)}else{var classParent=path.findParent((function(p){return"CallExpression"===p.node.type})),_expression3=decoratorExpressionForMethod(decorator,param)(className,functionName);classParent.insertAfter(_expression3)}}})),transformable){var replacement=function(path){switch(path.node.type){case"ObjectPattern":return types.ObjectPattern(path.node.properties);case"AssignmentPattern":return types.AssignmentPattern(path.node.left,path.node.right);case"TSParameterProperty":return types.Identifier(path.node.parameter.name);default:return types.Identifier(path.node.name)}}(param);param.replaceWith(replacement)}}))}}}}},"./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/metadata/metadataVisitor.js":(__unused_webpack_module,exports,__nested_webpack_require_40640__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.metadataVisitor=function(classPath,path){const field=path.node,classNode=classPath.node;switch(field.type){case"ClassMethod":const decorators="constructor"===field.kind?classNode.decorators:field.decorators;if(!decorators||0===decorators.length)return;decorators.push(createMetadataDesignDecorator("design:type",_core.types.identifier("Function"))),decorators.push(createMetadataDesignDecorator("design:paramtypes",_core.types.arrayExpression(field.params.map((param=>(0,_serializeType.serializeType)(classPath,param))))));break;case"ClassProperty":if(!field.decorators||0===field.decorators.length)return;if(!field.typeAnnotation||"TSTypeAnnotation"!==field.typeAnnotation.type)return;field.decorators.push(createMetadataDesignDecorator("design:type",(0,_serializeType.serializeType)(classPath,field)))}};var _core=__nested_webpack_require_40640__("./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/index.js"),_serializeType=__nested_webpack_require_40640__("./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/metadata/serializeType.js");function createMetadataDesignDecorator(design,typeArg){return _core.types.decorator(_core.types.callExpression(_core.types.memberExpression(_core.types.identifier("Reflect"),_core.types.identifier("metadata")),[_core.types.stringLiteral(design),typeArg]))}},"./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/metadata/serializeType.js":(__unused_webpack_module,exports,__nested_webpack_require_42337__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.serializeType=function(classPath,param){const node=getTypedNode(param);if(null==node)return createVoidZero();if(!node.typeAnnotation||"TSTypeAnnotation"!==node.typeAnnotation.type)return createVoidZero();const annotation=node.typeAnnotation.typeAnnotation;return serializeTypeNode(classPath.node.id?classPath.node.id.name:"",annotation)},exports.isClassType=isClassType;var _core=__nested_webpack_require_42337__("./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/index.js");function createVoidZero(){return _core.types.unaryExpression("void",_core.types.numericLiteral(0))}function getTypedNode(param){return null==param?null:"ClassProperty"===param.type||"Identifier"===param.type||"ObjectPattern"===param.type?param:"AssignmentPattern"===param.type&&"Identifier"===param.left.type?param.left:"TSParameterProperty"===param.type?getTypedNode(param.parameter):null}function serializeTypeReferenceNode(className,node){const reference=serializeReference(node.typeName);return isClassType(className,reference)?_core.types.identifier("Object"):_core.types.conditionalExpression(_core.types.binaryExpression("===",_core.types.unaryExpression("typeof",reference),_core.types.stringLiteral("undefined")),_core.types.identifier("Object"),_core.types.cloneDeep(reference))}function isClassType(className,node){switch(node.type){case"Identifier":return node.name===className;case"MemberExpression":return isClassType(className,node.object);default:throw new Error(`The property expression at ${node.start} is not valid as a Type to be used in Reflect.metadata`)}}function serializeReference(typeName){return"Identifier"===typeName.type?_core.types.identifier(typeName.name):_core.types.memberExpression(serializeReference(typeName.left),typeName.right)}function serializeTypeNode(className,node){if(void 0===node)return _core.types.identifier("Object");switch(node.type){case"TSVoidKeyword":case"TSUndefinedKeyword":case"TSNullKeyword":case"TSNeverKeyword":return createVoidZero();case"TSParenthesizedType":return serializeTypeNode(className,node.typeAnnotation);case"TSFunctionType":case"TSConstructorType":return _core.types.identifier("Function");case"TSArrayType":case"TSTupleType":return _core.types.identifier("Array");case"TSTypePredicate":case"TSBooleanKeyword":return _core.types.identifier("Boolean");case"TSStringKeyword":return _core.types.identifier("String");case"TSObjectKeyword":return _core.types.identifier("Object");case"TSLiteralType":switch(node.literal.type){case"StringLiteral":return _core.types.identifier("String");case"NumericLiteral":return _core.types.identifier("Number");case"BooleanLiteral":return _core.types.identifier("Boolean");default:throw new Error("Bad type for decorator"+node.literal)}case"TSNumberKeyword":case"TSBigIntKeyword":return _core.types.identifier("Number");case"TSSymbolKeyword":return _core.types.identifier("Symbol");case"TSTypeReference":return serializeTypeReferenceNode(className,node);case"TSIntersectionType":case"TSUnionType":return serializeTypeList(className,node.types);case"TSConditionalType":return serializeTypeList(className,[node.trueType,node.falseType]);case"TSTypeQuery":case"TSTypeOperator":case"TSIndexedAccessType":case"TSMappedType":case"TSTypeLiteral":case"TSAnyKeyword":case"TSUnknownKeyword":case"TSThisType":break;default:throw new Error("Bad type for decorator")}return _core.types.identifier("Object")}function serializeTypeList(className,types){let serializedUnion;for(let typeNode of types){for(;"TSParenthesizedType"===typeNode.type;)typeNode=typeNode.typeAnnotation;if("TSNeverKeyword"===typeNode.type)continue;if("TSNullKeyword"===typeNode.type||"TSUndefinedKeyword"===typeNode.type)continue;const serializedIndividual=serializeTypeNode(className,typeNode);if(_core.types.isIdentifier(serializedIndividual)&&"Object"===serializedIndividual.name)return serializedIndividual;if(serializedUnion){if(!_core.types.isIdentifier(serializedUnion)||!_core.types.isIdentifier(serializedIndividual)||serializedUnion.name!==serializedIndividual.name)return _core.types.identifier("Object")}else serializedUnion=serializedIndividual}return serializedUnion||createVoidZero()}},"./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/parameter/parameterVisitor.js":(__unused_webpack_module,exports,__nested_webpack_require_46797__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.parameterVisitor=function(classPath,path){if("ClassMethod"!==path.type)return;if("ClassMethod"!==path.node.type)return;if("Identifier"!==path.node.key.type)return;const methodPath=path;(methodPath.get("params")||[]).slice().forEach((function(param){let resultantDecorator;null!=("Identifier"===param.node.type||"ObjectPattern"===param.node.type?param.node:"TSParameterProperty"===param.node.type&&"Identifier"===param.node.parameter.type?param.node.parameter:null)&&((param.node.decorators||[]).slice().forEach((function(decorator){"constructor"===methodPath.node.kind?(resultantDecorator=createParamDecorator(param.key,decorator.expression,!0),classPath.node.decorators||(classPath.node.decorators=[]),classPath.node.decorators.push(resultantDecorator)):(resultantDecorator=createParamDecorator(param.key,decorator.expression,!1),methodPath.node.decorators||(methodPath.node.decorators=[]),methodPath.node.decorators.push(resultantDecorator))})),resultantDecorator&&(param.node.decorators=null))}))};var _core=__nested_webpack_require_46797__("./node_modules/.pnpm/@babel+core@7.23.2/node_modules/@babel/core/lib/index.js");function createParamDecorator(paramIndex,decoratorExpression,isConstructor=!1){return _core.types.decorator(_core.types.functionExpression(null,[_core.types.identifier("target"),_core.types.identifier("key")],_core.types.blockStatement([_core.types.returnStatement(_core.types.callExpression(decoratorExpression,[_core.types.identifier("target"),_core.types.identifier(isConstructor?"undefined":"key"),_core.types.numericLiteral(paramIndex)]))])))}},"./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/plugin.js":(__unused_webpack_module,exports,__nested_webpack_require_48652__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _helperPluginUtils=__nested_webpack_require_48652__("./node_modules/.pnpm/@babel+helper-plugin-utils@7.22.5/node_modules/@babel/helper-plugin-utils/lib/index.js"),_parameterVisitor=__nested_webpack_require_48652__("./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/parameter/parameterVisitor.js"),_metadataVisitor=__nested_webpack_require_48652__("./node_modules/.pnpm/babel-plugin-transform-typescript-metadata@0.3.2_@babel+core@7.23.2/node_modules/babel-plugin-transform-typescript-metadata/lib/metadata/metadataVisitor.js"),_default=(0,_helperPluginUtils.declare)((api=>(api.assertVersion(7),{visitor:{Program(programPath){programPath.traverse({ClassDeclaration(path){for(const field of path.get("body").get("body"))"ClassMethod"!==field.type&&"ClassProperty"!==field.type||((0,_parameterVisitor.parameterVisitor)(path,field),(0,_metadataVisitor.metadataVisitor)(path,field));path.parentPath.scope.crawl()}})}}})));exports.default=_default},"./node_modules/.pnpm/convert-source-map@2.0.0/node_modules/convert-source-map/index.js":(__unused_webpack_module,exports)=>{"use strict";var decodeBase64;function Converter(sm,opts){(opts=opts||{}).hasComment&&(sm=function(sm){return sm.split(",").pop()}(sm)),"base64"===opts.encoding?sm=decodeBase64(sm):"uri"===opts.encoding&&(sm=decodeURIComponent(sm)),(opts.isJSON||opts.encoding)&&(sm=JSON.parse(sm)),this.sourcemap=sm}function makeConverter(sm){return new Converter(sm,{isJSON:!0})}Object.defineProperty(exports,"commentRegex",{get:function(){return/^\s*?\/[\/\*][@#]\s+?sourceMappingURL=data:(((?:application|text)\/json)(?:;charset=([^;,]+?)?)?)?(?:;(base64))?,(.*?)$/gm}}),Object.defineProperty(exports,"mapFileCommentRegex",{get:function(){return/(?:\/\/[@#][ \t]+?sourceMappingURL=([^\s'"`]+?)[ \t]*?$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*?(?:\*\/){1}[ \t]*?$)/gm}}),decodeBase64="undefined"!=typeof Buffer?"function"==typeof Buffer.from?function(base64){return Buffer.from(base64,"base64").toString()}:function(base64){if("number"==typeof value)throw new TypeError("The value to decode must not be of type number.");return new Buffer(base64,"base64").toString()}:function(base64){return decodeURIComponent(escape(atob(base64)))},Converter.prototype.toJSON=function(space){return JSON.stringify(this.sourcemap,null,space)},"undefined"!=typeof Buffer?"function"==typeof Buffer.from?Converter.prototype.toBase64=function(){var json=this.toJSON();return Buffer.from(json,"utf8").toString("base64")}:Converter.prototype.toBase64=function(){var json=this.toJSON();if("number"==typeof json)throw new TypeError("The json to encode must not be of type number.");return new Buffer(json,"utf8").toString("base64")}:Converter.prototype.toBase64=function(){var json=this.toJSON();return btoa(unescape(encodeURIComponent(json)))},Converter.prototype.toURI=function(){var json=this.toJSON();return encodeURIComponent(json)},Converter.prototype.toComment=function(options){var encoding,content,data;return null!=options&&"uri"===options.encoding?(encoding="",content=this.toURI()):(encoding=";base64",content=this.toBase64()),data="sourceMappingURL=data:application/json;charset=utf-8"+encoding+","+content,null!=options&&options.multiline?"/*# "+data+" */":"//# "+data},Converter.prototype.toObject=function(){return JSON.parse(this.toJSON())},Converter.prototype.addProperty=function(key,value){if(this.sourcemap.hasOwnProperty(key))throw new Error('property "'+key+'" already exists on the sourcemap, use set property instead');return this.setProperty(key,value)},Converter.prototype.setProperty=function(key,value){return this.sourcemap[key]=value,this},Converter.prototype.getProperty=function(key){return this.sourcemap[key]},exports.fromObject=function(obj){return new Converter(obj)},exports.fromJSON=function(json){return new Converter(json,{isJSON:!0})},exports.fromURI=function(uri){return new Converter(uri,{encoding:"uri"})},exports.fromBase64=function(base64){return new Converter(base64,{encoding:"base64"})},exports.fromComment=function(comment){var m;return new Converter(comment=comment.replace(/^\/\*/g,"//").replace(/\*\/$/g,""),{encoding:(m=exports.commentRegex.exec(comment))&&m[4]||"uri",hasComment:!0})},exports.fromMapFileComment=function(comment,read){if("string"==typeof read)throw new Error("String directory paths are no longer supported with `fromMapFileComment`\nPlease review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading");var sm=function(sm,read){var r=exports.mapFileCommentRegex.exec(sm),filename=r[1]||r[2];try{return null!=(sm=read(filename))&&"function"==typeof sm.catch?sm.catch(throwError):sm}catch(e){throwError(e)}function throwError(e){throw new Error("An error occurred while trying to read the map file at "+filename+"\n"+e.stack)}}(comment,read);return null!=sm&&"function"==typeof sm.then?sm.then(makeConverter):makeConverter(sm)},exports.fromSource=function(content){var m=content.match(exports.commentRegex);return m?exports.fromComment(m.pop()):null},exports.fromMapFileSource=function(content,read){if("string"==typeof read)throw new Error("String directory paths are no longer supported with `fromMapFileSource`\nPlease review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading");var m=content.match(exports.mapFileCommentRegex);return m?exports.fromMapFileComment(m.pop(),read):null},exports.removeComments=function(src){return src.replace(exports.commentRegex,"")},exports.removeMapFileComments=function(src){return src.replace(exports.mapFileCommentRegex,"")},exports.generateMapFileComment=function(file,options){var data="sourceMappingURL="+file;return options&&options.multiline?"/*# "+data+" */":"//# "+data}},"./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/browser.js":(module,exports,__nested_webpack_require_54617__)=>{exports.formatArgs=function(args){if(args[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+args[0]+(this.useColors?"%c ":" ")+"+"+module.exports.humanize(this.diff),!this.useColors)return;const c="color: "+this.color;args.splice(1,0,c,"color: inherit");let index=0,lastC=0;args[0].replace(/%[a-zA-Z%]/g,(match=>{"%%"!==match&&(index++,"%c"===match&&(lastC=index))})),args.splice(lastC,0,c)},exports.save=function(namespaces){try{namespaces?exports.storage.setItem("debug",namespaces):exports.storage.removeItem("debug")}catch(error){}},exports.load=function(){let r;try{r=exports.storage.getItem("debug")}catch(error){}!r&&"undefined"!=typeof process&&"env"in process&&(r=process.env.DEBUG);return r},exports.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},exports.storage=function(){try{return localStorage}catch(error){}}(),exports.destroy=(()=>{let warned=!1;return()=>{warned||(warned=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),exports.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],exports.log=console.debug||console.log||(()=>{}),module.exports=__nested_webpack_require_54617__("./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/common.js")(exports);const{formatters}=module.exports;formatters.j=function(v){try{return JSON.stringify(v)}catch(error){return"[UnexpectedJSONParseError]: "+error.message}}},"./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/common.js":(module,__unused_webpack_exports,__nested_webpack_require_57634__)=>{module.exports=function(env){function createDebug(namespace){let prevTime,namespacesCache,enabledCache,enableOverride=null;function debug(...args){if(!debug.enabled)return;const self=debug,curr=Number(new Date),ms=curr-(prevTime||curr);self.diff=ms,self.prev=prevTime,self.curr=curr,prevTime=curr,args[0]=createDebug.coerce(args[0]),"string"!=typeof args[0]&&args.unshift("%O");let index=0;args[0]=args[0].replace(/%([a-zA-Z%])/g,((match,format)=>{if("%%"===match)return"%";index++;const formatter=createDebug.formatters[format];if("function"==typeof formatter){const val=args[index];match=formatter.call(self,val),args.splice(index,1),index--}return match})),createDebug.formatArgs.call(self,args);(self.log||createDebug.log).apply(self,args)}return debug.namespace=namespace,debug.useColors=createDebug.useColors(),debug.color=createDebug.selectColor(namespace),debug.extend=extend,debug.destroy=createDebug.destroy,Object.defineProperty(debug,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==enableOverride?enableOverride:(namespacesCache!==createDebug.namespaces&&(namespacesCache=createDebug.namespaces,enabledCache=createDebug.enabled(namespace)),enabledCache),set:v=>{enableOverride=v}}),"function"==typeof createDebug.init&&createDebug.init(debug),debug}function extend(namespace,delimiter){const newDebug=createDebug(this.namespace+(void 0===delimiter?":":delimiter)+namespace);return newDebug.log=this.log,newDebug}function toNamespace(regexp){return regexp.toString().substring(2,regexp.toString().length-2).replace(/\.\*\?$/,"*")}return createDebug.debug=createDebug,createDebug.default=createDebug,createDebug.coerce=function(val){if(val instanceof Error)return val.stack||val.message;return val},createDebug.disable=function(){const namespaces=[...createDebug.names.map(toNamespace),...createDebug.skips.map(toNamespace).map((namespace=>"-"+namespace))].join(",");return createDebug.enable(""),namespaces},createDebug.enable=function(namespaces){let i;createDebug.save(namespaces),createDebug.namespaces=namespaces,createDebug.names=[],createDebug.skips=[];const split=("string"==typeof namespaces?namespaces:"").split(/[\s,]+/),len=split.length;for(i=0;i{createDebug[key]=env[key]})),createDebug.names=[],createDebug.skips=[],createDebug.formatters={},createDebug.selectColor=function(namespace){let hash=0;for(let i=0;i{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?module.exports=__nested_webpack_require_61075__("./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/browser.js"):module.exports=__nested_webpack_require_61075__("./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/node.js")},"./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/node.js":(module,exports,__nested_webpack_require_61481__)=>{const tty=__nested_webpack_require_61481__("tty"),util=__nested_webpack_require_61481__("util");exports.init=function(debug){debug.inspectOpts={};const keys=Object.keys(exports.inspectOpts);for(let i=0;i{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),exports.colors=[6,2,3,4,5,1];try{const supportsColor=__nested_webpack_require_61481__("./node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js");supportsColor&&(supportsColor.stderr||supportsColor).level>=2&&(exports.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(error){}exports.inspectOpts=Object.keys(process.env).filter((key=>/^debug_/i.test(key))).reduce(((obj,key)=>{const prop=key.substring(6).toLowerCase().replace(/_([a-z])/g,((_,k)=>k.toUpperCase()));let val=process.env[key];return val=!!/^(yes|on|true|enabled)$/i.test(val)||!/^(no|off|false|disabled)$/i.test(val)&&("null"===val?null:Number(val)),obj[prop]=val,obj}),{}),module.exports=__nested_webpack_require_61481__("./node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/common.js")(exports);const{formatters}=module.exports;formatters.o=function(v){return this.inspectOpts.colors=this.useColors,util.inspect(v,this.inspectOpts).split("\n").map((str=>str.trim())).join(" ")},formatters.O=function(v){return this.inspectOpts.colors=this.useColors,util.inspect(v,this.inspectOpts)}},"./node_modules/.pnpm/gensync@1.0.0-beta.2/node_modules/gensync/index.js":module=>{"use strict";const GENSYNC_START=Symbol.for("gensync:v1:start"),GENSYNC_SUSPEND=Symbol.for("gensync:v1:suspend"),GENSYNC_EXPECTED_START="GENSYNC_EXPECTED_START",GENSYNC_EXPECTED_SUSPEND="GENSYNC_EXPECTED_SUSPEND",GENSYNC_OPTIONS_ERROR="GENSYNC_OPTIONS_ERROR";function assertTypeof(type,name,value,allowUndefined){if(typeof value===type||allowUndefined&&void 0===value)return;let msg;throw msg=allowUndefined?`Expected opts.${name} to be either a ${type}, or undefined.`:`Expected opts.${name} to be a ${type}.`,makeError(msg,GENSYNC_OPTIONS_ERROR)}function makeError(msg,code){return Object.assign(new Error(msg),{code})}function buildOperation({name,arity,sync,async}){return setFunctionMetadata(name,arity,(function*(...args){const resume=yield GENSYNC_START;if(!resume){return sync.call(this,args)}let result;try{async.call(this,args,(value=>{result||(result={value},resume())}),(err=>{result||(result={err},resume())}))}catch(err){result={err},resume()}if(yield GENSYNC_SUSPEND,result.hasOwnProperty("err"))throw result.err;return result.value}))}function evaluateSync(gen){let value;for(;!({value}=gen.next()).done;)assertStart(value,gen);return value}function evaluateAsync(gen,resolve,reject){!function step(){try{let value;for(;!({value}=gen.next()).done;){assertStart(value,gen);let sync=!0,didSyncResume=!1;const out=gen.next((()=>{sync?didSyncResume=!0:step()}));if(sync=!1,assertSuspend(out,gen),!didSyncResume)return}return resolve(value)}catch(err){return reject(err)}}()}function assertStart(value,gen){value!==GENSYNC_START&&throwError(gen,makeError(`Got unexpected yielded value in gensync generator: ${JSON.stringify(value)}. Did you perhaps mean to use 'yield*' instead of 'yield'?`,GENSYNC_EXPECTED_START))}function assertSuspend({value,done},gen){(done||value!==GENSYNC_SUSPEND)&&throwError(gen,makeError(done?"Unexpected generator completion. If you get this, it is probably a gensync bug.":`Expected GENSYNC_SUSPEND, got ${JSON.stringify(value)}. If you get this, it is probably a gensync bug.`,GENSYNC_EXPECTED_SUSPEND))}function throwError(gen,err){throw gen.throw&&gen.throw(err),err}function setFunctionMetadata(name,arity,fn){if("string"==typeof name){const nameDesc=Object.getOwnPropertyDescriptor(fn,"name");nameDesc&&!nameDesc.configurable||Object.defineProperty(fn,"name",Object.assign(nameDesc||{},{configurable:!0,value:name}))}if("number"==typeof arity){const lengthDesc=Object.getOwnPropertyDescriptor(fn,"length");lengthDesc&&!lengthDesc.configurable||Object.defineProperty(fn,"length",Object.assign(lengthDesc||{},{configurable:!0,value:arity}))}return fn}module.exports=Object.assign((function(optsOrFn){let genFn=optsOrFn;return genFn="function"!=typeof optsOrFn?function({name,arity,sync,async,errback}){if(assertTypeof("string","name",name,!0),assertTypeof("number","arity",arity,!0),assertTypeof("function","sync",sync),assertTypeof("function","async",async,!0),assertTypeof("function","errback",errback,!0),async&&errback)throw makeError("Expected one of either opts.async or opts.errback, but got _both_.",GENSYNC_OPTIONS_ERROR);if("string"!=typeof name){let fnName;errback&&errback.name&&"errback"!==errback.name&&(fnName=errback.name),async&&async.name&&"async"!==async.name&&(fnName=async.name.replace(/Async$/,"")),sync&&sync.name&&"sync"!==sync.name&&(fnName=sync.name.replace(/Sync$/,"")),"string"==typeof fnName&&(name=fnName)}"number"!=typeof arity&&(arity=sync.length);return buildOperation({name,arity,sync:function(args){return sync.apply(this,args)},async:function(args,resolve,reject){async?async.apply(this,args).then(resolve,reject):errback?errback.call(this,...args,((err,value)=>{null==err?resolve(value):reject(err)})):resolve(sync.apply(this,args))}})}(optsOrFn):function(genFn){return setFunctionMetadata(genFn.name,genFn.length,(function(...args){return genFn.apply(this,args)}))}(optsOrFn),Object.assign(genFn,function(genFn){const fns={sync:function(...args){return evaluateSync(genFn.apply(this,args))},async:function(...args){return new Promise(((resolve,reject)=>{evaluateAsync(genFn.apply(this,args),resolve,reject)}))},errback:function(...args){const cb=args.pop();if("function"!=typeof cb)throw makeError("Asynchronous function called without callback","GENSYNC_ERRBACK_NO_CALLBACK");let gen;try{gen=genFn.apply(this,args)}catch(err){return void cb(err)}evaluateAsync(gen,(val=>cb(void 0,val)),(err=>cb(err)))}};return fns}(genFn))}),{all:buildOperation({name:"all",arity:1,sync:function(args){return Array.from(args[0]).map((item=>evaluateSync(item)))},async:function(args,resolve,reject){const items=Array.from(args[0]);if(0===items.length)return void Promise.resolve().then((()=>resolve([])));let count=0;const results=items.map((()=>{}));items.forEach(((item,i)=>{evaluateAsync(item,(val=>{results[i]=val,count+=1,count===results.length&&resolve(results)}),reject)}))}}),race:buildOperation({name:"race",arity:1,sync:function(args){const items=Array.from(args[0]);if(0===items.length)throw makeError("Must race at least 1 item","GENSYNC_RACE_NONEMPTY");return evaluateSync(items[0])},async:function(args,resolve,reject){const items=Array.from(args[0]);if(0===items.length)throw makeError("Must race at least 1 item","GENSYNC_RACE_NONEMPTY");for(const item of items)evaluateAsync(item,resolve,reject)}})})},"./node_modules/.pnpm/globals@11.12.0/node_modules/globals/index.js":(module,__unused_webpack_exports,__nested_webpack_require_69475__)=>{"use strict";module.exports=__nested_webpack_require_69475__("./node_modules/.pnpm/globals@11.12.0/node_modules/globals/globals.json")},"./node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js":module=>{"use strict";module.exports=(flag,argv=process.argv)=>{const prefix=flag.startsWith("-")?"":1===flag.length?"-":"--",position=argv.indexOf(prefix+flag),terminatorPosition=argv.indexOf("--");return-1!==position&&(-1===terminatorPosition||position{"use strict";const object={},hasOwnProperty=object.hasOwnProperty,forOwn=(object,callback)=>{for(const key in object)hasOwnProperty.call(object,key)&&callback(key,object[key])},toString=object.toString,isArray=Array.isArray,isBuffer=Buffer.isBuffer,singleEscapes={'"':'\\"',"'":"\\'","\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"},regexSingleEscape=/["'\\\b\f\n\r\t]/,regexDigit=/[0-9]/,regexWhitelist=/[ !#-&\(-\[\]-_a-~]/,jsesc=(argument,options)=>{const increaseIndentation=()=>{oldIndent=indent,++options.indentLevel,indent=options.indent.repeat(options.indentLevel)},defaults={escapeEverything:!1,minimal:!1,isScriptContext:!1,quotes:"single",wrap:!1,es6:!1,json:!1,compact:!0,lowercaseHex:!1,numbers:"decimal",indent:"\t",indentLevel:0,__inline1__:!1,__inline2__:!1},json=options&&options.json;var destination,source;json&&(defaults.quotes="double",defaults.wrap=!0),destination=defaults,"single"!=(options=(source=options)?(forOwn(source,((key,value)=>{destination[key]=value})),destination):destination).quotes&&"double"!=options.quotes&&"backtick"!=options.quotes&&(options.quotes="single");const quote="double"==options.quotes?'"':"backtick"==options.quotes?"`":"'",compact=options.compact,lowercaseHex=options.lowercaseHex;let indent=options.indent.repeat(options.indentLevel),oldIndent="";const inline1=options.__inline1__,inline2=options.__inline2__,newLine=compact?"":"\n";let result,isEmpty=!0;const useBinNumbers="binary"==options.numbers,useOctNumbers="octal"==options.numbers,useDecNumbers="decimal"==options.numbers,useHexNumbers="hexadecimal"==options.numbers;if(json&&argument&&(value=>"function"==typeof value)(argument.toJSON)&&(argument=argument.toJSON()),!(value=>"string"==typeof value||"[object String]"==toString.call(value))(argument)){if((value=>"[object Map]"==toString.call(value))(argument))return 0==argument.size?"new Map()":(compact||(options.__inline1__=!0,options.__inline2__=!1),"new Map("+jsesc(Array.from(argument),options)+")");if((value=>"[object Set]"==toString.call(value))(argument))return 0==argument.size?"new Set()":"new Set("+jsesc(Array.from(argument),options)+")";if(isBuffer(argument))return 0==argument.length?"Buffer.from([])":"Buffer.from("+jsesc(Array.from(argument),options)+")";if(isArray(argument))return result=[],options.wrap=!0,inline1&&(options.__inline1__=!1,options.__inline2__=!0),inline2||increaseIndentation(),((array,callback)=>{const length=array.length;let index=-1;for(;++index{isEmpty=!1,inline2&&(options.__inline2__=!1),result.push((compact||inline2?"":indent)+jsesc(value,options))})),isEmpty?"[]":inline2?"["+result.join(", ")+"]":"["+newLine+result.join(","+newLine)+newLine+(compact?"":oldIndent)+"]";if(!(value=>"number"==typeof value||"[object Number]"==toString.call(value))(argument))return(value=>"[object Object]"==toString.call(value))(argument)?(result=[],options.wrap=!0,increaseIndentation(),forOwn(argument,((key,value)=>{isEmpty=!1,result.push((compact?"":indent)+jsesc(key,options)+":"+(compact?"":" ")+jsesc(value,options))})),isEmpty?"{}":"{"+newLine+result.join(","+newLine)+newLine+(compact?"":oldIndent)+"}"):json?JSON.stringify(argument)||"null":String(argument);if(json)return JSON.stringify(argument);if(useDecNumbers)return String(argument);if(useHexNumbers){let hexadecimal=argument.toString(16);return lowercaseHex||(hexadecimal=hexadecimal.toUpperCase()),"0x"+hexadecimal}if(useBinNumbers)return"0b"+argument.toString(2);if(useOctNumbers)return"0o"+argument.toString(8)}const string=argument;let index=-1;const length=string.length;for(result="";++index=55296&&first<=56319&&length>index+1){const second=string.charCodeAt(index+1);if(second>=56320&&second<=57343){let hexadecimal=(1024*(first-55296)+second-56320+65536).toString(16);lowercaseHex||(hexadecimal=hexadecimal.toUpperCase()),result+="\\u{"+hexadecimal+"}",++index;continue}}}if(!options.escapeEverything){if(regexWhitelist.test(character)){result+=character;continue}if('"'==character){result+=quote==character?'\\"':character;continue}if("`"==character){result+=quote==character?"\\`":character;continue}if("'"==character){result+=quote==character?"\\'":character;continue}}if("\0"==character&&!json&&!regexDigit.test(string.charAt(index+1))){result+="\\0";continue}if(regexSingleEscape.test(character)){result+=singleEscapes[character];continue}const charCode=character.charCodeAt(0);if(options.minimal&&8232!=charCode&&8233!=charCode){result+=character;continue}let hexadecimal=charCode.toString(16);lowercaseHex||(hexadecimal=hexadecimal.toUpperCase());const longhand=hexadecimal.length>2||json,escaped="\\"+(longhand?"u":"x")+("0000"+hexadecimal).slice(longhand?-4:-2);result+=escaped}return options.wrap&&(result=quote+result+quote),"`"==quote&&(result=result.replace(/\$\{/g,"\\${")),options.isScriptContext?result.replace(/<\/(script|style)/gi,"<\\/$1").replace(/