X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fprettier%2Findex.js;h=2cfc81bf424ade0c1b5516f6eb27c95b7199cdef;hp=ac945de92c62da5140f7bc4652852b7c6a0d04ea;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier/index.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier/index.js index ac945de9..2cfc81bf 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier/index.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier/index.js @@ -1,465 +1,398 @@ 'use strict'; -var fs$4 = require('fs'); -var path$3 = require('path'); -var os$2 = require('os'); -var tty$2 = require('tty'); -var assert$2 = require('assert'); -var util$6 = require('util'); -var stream_1 = require('stream'); -var events_1 = require('events'); +var require$$0$6 = require('fs'); +var require$$0$8 = require('path'); +var require$$0$7 = require('os'); +var require$$1$3 = require('tty'); +var require$$0$9 = require('assert'); +var require$$0$a = require('util'); +var require$$0$b = require('stream'); +var require$$0$c = require('events'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } -var fs__default = /*#__PURE__*/_interopDefaultLegacy(fs$4); -var path__default = /*#__PURE__*/_interopDefaultLegacy(path$3); -var os__default = /*#__PURE__*/_interopDefaultLegacy(os$2); -var tty__default = /*#__PURE__*/_interopDefaultLegacy(tty$2); -var assert__default = /*#__PURE__*/_interopDefaultLegacy(assert$2); -var util__default = /*#__PURE__*/_interopDefaultLegacy(util$6); -var stream_1__default = /*#__PURE__*/_interopDefaultLegacy(stream_1); -var events_1__default = /*#__PURE__*/_interopDefaultLegacy(events_1); - -var name = "prettier"; -var version = "2.2.1"; -var description = "Prettier is an opinionated code formatter"; -var bin = "./bin/prettier.js"; -var repository = "prettier/prettier"; -var homepage = "https://prettier.io"; -var author = "James Long"; -var license = "MIT"; -var main = "./index.js"; -var browser = "./standalone.js"; -var unpkg = "./standalone.js"; -var engines = { - node: ">=10.13.0" -}; -var files = [ - "index.js", - "standalone.js", - "src", - "bin" -]; -var dependencies = { - "@angular/compiler": "10.2.3", - "@babel/code-frame": "7.10.4", - "@babel/parser": "7.12.5", - "@glimmer/syntax": "0.66.0", - "@iarna/toml": "2.2.5", - "@typescript-eslint/typescript-estree": "4.8.1", - "angular-estree-parser": "2.2.1", - "angular-html-parser": "1.7.1", - camelcase: "6.2.0", - chalk: "4.1.0", - "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540", - "cjk-regex": "2.0.0", - cosmiconfig: "7.0.0", - dashify: "2.0.0", - diff: "5.0.0", - editorconfig: "0.15.3", - "editorconfig-to-prettier": "0.2.0", - "escape-string-regexp": "4.0.0", - espree: "7.3.0", - esutils: "2.0.3", - "fast-glob": "3.2.4", - "fast-json-stable-stringify": "2.1.0", - "find-parent-dir": "0.3.0", - "flow-parser": "0.138.0", - "get-stdin": "8.0.0", - globby: "11.0.1", - graphql: "15.4.0", - "html-element-attributes": "2.3.0", - "html-styles": "1.0.0", - "html-tag-names": "1.1.5", - "html-void-elements": "1.0.5", - ignore: "4.0.6", - "jest-docblock": "26.0.0", - json5: "2.1.3", - leven: "3.1.0", - "lines-and-columns": "1.1.6", - "linguist-languages": "7.12.1", - lodash: "4.17.20", - mem: "8.0.0", - meriyah: "3.1.6", - minimatch: "3.0.4", - minimist: "1.2.5", - "n-readlines": "1.0.1", - outdent: "0.7.1", - "parse-srcset": "ikatyang/parse-srcset#54eb9c1cb21db5c62b4d0e275d7249516df6f0ee", - "please-upgrade-node": "3.2.0", - "postcss-less": "3.1.4", - "postcss-media-query-parser": "0.2.3", - "postcss-scss": "2.1.1", - "postcss-selector-parser": "2.2.3", - "postcss-values-parser": "2.0.1", - "regexp-util": "1.2.2", - "remark-footnotes": "2.0.0", - "remark-math": "3.0.1", - "remark-parse": "8.0.3", - resolve: "1.19.0", - semver: "7.3.2", - "string-width": "4.2.0", - typescript: "4.1.2", - "unicode-regex": "3.0.0", - unified: "9.2.0", - vnopts: "1.0.2", - "yaml-unist-parser": "1.3.1" -}; -var devDependencies = { - "@babel/core": "7.12.3", - "@babel/preset-env": "7.12.1", - "@babel/types": "7.12.6", - "@glimmer/reference": "0.66.0", - "@rollup/plugin-alias": "3.1.1", - "@rollup/plugin-babel": "5.2.1", - "@rollup/plugin-commonjs": "16.0.0", - "@rollup/plugin-json": "4.1.0", - "@rollup/plugin-node-resolve": "10.0.0", - "@rollup/plugin-replace": "2.3.4", - "@types/estree": "0.0.45", - "@types/node": "14.14.0", - "@typescript-eslint/types": "4.8.1", - "babel-jest": "26.6.3", - "babel-loader": "8.2.1", - benchmark: "2.1.4", - "builtin-modules": "3.1.0", - "cross-env": "7.0.2", - cspell: "4.2.2", - eslint: "7.13.0", - "eslint-config-prettier": "6.15.0", - "eslint-formatter-friendly": "7.0.0", - "eslint-plugin-import": "2.22.1", - "eslint-plugin-jest": "24.1.3", - "eslint-plugin-prettier-internal-rules": "file:scripts/tools/eslint-plugin-prettier-internal-rules", - "eslint-plugin-react": "7.21.5", - "eslint-plugin-unicorn": "23.0.0", - execa: "4.1.0", - jest: "26.6.3", - "jest-snapshot-serializer-ansi": "1.0.0", - "jest-snapshot-serializer-raw": "1.1.0", - "jest-watch-typeahead": "0.6.1", - "npm-run-all": "4.1.5", - "path-browserify": "1.0.1", - prettier: "2.2.0", - rimraf: "3.0.2", - rollup: "2.33.3", - "rollup-plugin-node-globals": "1.4.0", - "rollup-plugin-terser": "7.0.2", - shelljs: "0.8.4", - "snapshot-diff": "0.8.1", - "strip-ansi": "6.0.0", - "synchronous-promise": "2.0.15", - tempy: "1.0.0", - "terser-webpack-plugin": "5.0.3", - webpack: "5.5.1" -}; -var scripts = { - prepublishOnly: "echo \"Error: must publish from dist/\" && exit 1", - "prepare-release": "yarn && yarn build && yarn test:dist", - test: "jest", - "test:dev-package": "cross-env INSTALL_PACKAGE=1 jest", - "test:dist": "cross-env NODE_ENV=production jest", - "test:dist-standalone": "cross-env NODE_ENV=production TEST_STANDALONE=1 jest", - "test:integration": "jest tests_integration", - "perf:repeat": "yarn && yarn build && cross-env NODE_ENV=production node ./dist/bin-prettier.js --debug-repeat ${PERF_REPEAT:-1000} --loglevel debug ${PERF_FILE:-./index.js} > /dev/null", - "perf:repeat-inspect": "yarn && yarn build && cross-env NODE_ENV=production node --inspect-brk ./dist/bin-prettier.js --debug-repeat ${PERF_REPEAT:-1000} --loglevel debug ${PERF_FILE:-./index.js} > /dev/null", - "perf:benchmark": "yarn && yarn build && cross-env NODE_ENV=production node ./dist/bin-prettier.js --debug-benchmark --loglevel debug ${PERF_FILE:-./index.js} > /dev/null", - lint: "run-p lint:*", - "lint:typecheck": "tsc", - "lint:eslint": "cross-env EFF_NO_LINK_RULES=true eslint . --format friendly", - "lint:changelog": "node ./scripts/lint-changelog.js", - "lint:prettier": "prettier . \"!test*\" --check", - "lint:dist": "eslint --no-eslintrc --no-ignore --env=es6,browser --parser-options=ecmaVersion:2018 \"dist/!(bin-prettier|index|third-party).js\"", - "lint:spellcheck": "cspell \"**/*\" \".github/**/*\"", - "lint:deps": "node ./scripts/check-deps.js", - fix: "run-s fix:eslint fix:prettier", - "fix:eslint": "yarn lint:eslint --fix", - "fix:prettier": "yarn lint:prettier --write", - build: "node --max-old-space-size=3072 ./scripts/build/build.js", - "build-docs": "node ./scripts/build-docs.js" -}; -var require$$0 = { - name: name, - version: version, - description: description, - bin: bin, - repository: repository, - homepage: homepage, - author: author, - license: license, - main: main, - browser: browser, - unpkg: unpkg, - engines: engines, - files: files, - dependencies: dependencies, - devDependencies: devDependencies, - scripts: scripts -}; +var require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0$6); +var require$$0__default$2 = /*#__PURE__*/_interopDefaultLegacy(require$$0$8); +var require$$0__default$1 = /*#__PURE__*/_interopDefaultLegacy(require$$0$7); +var require$$1__default = /*#__PURE__*/_interopDefaultLegacy(require$$1$3); +var require$$0__default$3 = /*#__PURE__*/_interopDefaultLegacy(require$$0$9); +var require$$0__default$4 = /*#__PURE__*/_interopDefaultLegacy(require$$0$a); +var require$$0__default$5 = /*#__PURE__*/_interopDefaultLegacy(require$$0$b); +var require$$0__default$6 = /*#__PURE__*/_interopDefaultLegacy(require$$0$c); -function Diff() {} +function getDefaultExportFromNamespaceIfPresent (n) { + return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n; +} -Diff.prototype = { - diff: function diff(oldString, newString) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - var callback = options.callback; +var require$$0$5 = require("./package.json"); - if (typeof options === 'function') { - callback = options; - options = {}; - } +var lib$6 = {}; - this.options = options; - var self = this; +var base$1 = {}; - function done(value) { - if (callback) { - setTimeout(function () { - callback(undefined, value); - }, 0); - return true; - } else { - return value; - } - } // Allow subclasses to massage the input prior to running +/*istanbul ignore start*/ +(function (exports) { - oldString = this.castInput(oldString); - newString = this.castInput(newString); - oldString = this.removeEmpty(this.tokenize(oldString)); - newString = this.removeEmpty(this.tokenize(newString)); - var newLen = newString.length, - oldLen = oldString.length; - var editLength = 1; - var maxEditLength = newLen + oldLen; - var bestPath = [{ - newPos: -1, - components: [] - }]; // Seed editLength = 0, i.e. the content starts with the same values + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports["default"] = Diff; + /*istanbul ignore end*/ - var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); + function Diff() {} - if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { - // Identity per the equality and tokenizer - return done([{ - value: this.join(newString), - count: newString.length - }]); - } // Main worker method. checks all permutations of a given edit length for acceptance. + Diff.prototype = { + /*istanbul ignore start*/ + /*istanbul ignore end*/ + diff: function diff(oldString, newString) { + /*istanbul ignore start*/ + var + /*istanbul ignore end*/ + options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var callback = options.callback; - function execEditLength() { - for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { - var basePath = void 0; + if (typeof options === 'function') { + callback = options; + options = {}; + } - var addPath = bestPath[diagonalPath - 1], - removePath = bestPath[diagonalPath + 1], - _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; + this.options = options; + var self = this; - if (addPath) { - // No one else is going to attempt to use this value, clear it - bestPath[diagonalPath - 1] = undefined; - } + function done(value) { + if (callback) { + setTimeout(function () { + callback(undefined, value); + }, 0); + return true; + } else { + return value; + } + } // Allow subclasses to massage the input prior to running + + + oldString = this.castInput(oldString); + newString = this.castInput(newString); + oldString = this.removeEmpty(this.tokenize(oldString)); + newString = this.removeEmpty(this.tokenize(newString)); + var newLen = newString.length, + oldLen = oldString.length; + var editLength = 1; + var maxEditLength = newLen + oldLen; + var bestPath = [{ + newPos: -1, + components: [] + }]; // Seed editLength = 0, i.e. the content starts with the same values + + var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); + + if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { + // Identity per the equality and tokenizer + return done([{ + value: this.join(newString), + count: newString.length + }]); + } // Main worker method. checks all permutations of a given edit length for acceptance. + + + function execEditLength() { + for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { + var basePath = + /*istanbul ignore start*/ + void 0 + /*istanbul ignore end*/ + ; + + var addPath = bestPath[diagonalPath - 1], + removePath = bestPath[diagonalPath + 1], + _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; + + if (addPath) { + // No one else is going to attempt to use this value, clear it + bestPath[diagonalPath - 1] = undefined; + } - var canAdd = addPath && addPath.newPos + 1 < newLen, - canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; + var canAdd = addPath && addPath.newPos + 1 < newLen, + canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; - if (!canAdd && !canRemove) { - // If this path is a terminal then prune - bestPath[diagonalPath] = undefined; - continue; - } // Select the diagonal that we want to branch from. We select the prior - // path whose position in the new string is the farthest from the origin - // and does not pass the bounds of the diff graph + if (!canAdd && !canRemove) { + // If this path is a terminal then prune + bestPath[diagonalPath] = undefined; + continue; + } // Select the diagonal that we want to branch from. We select the prior + // path whose position in the new string is the farthest from the origin + // and does not pass the bounds of the diff graph - if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { - basePath = clonePath(removePath); - self.pushComponent(basePath.components, undefined, true); - } else { - basePath = addPath; // No need to clone, we've pulled it from the list + if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { + basePath = clonePath(removePath); + self.pushComponent(basePath.components, undefined, true); + } else { + basePath = addPath; // No need to clone, we've pulled it from the list - basePath.newPos++; - self.pushComponent(basePath.components, true, undefined); - } + basePath.newPos++; + self.pushComponent(basePath.components, true, undefined); + } - _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done + _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done - if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { - return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); - } else { - // Otherwise track this path as a potential candidate and continue. - bestPath[diagonalPath] = basePath; + if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { + return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); + } else { + // Otherwise track this path as a potential candidate and continue. + bestPath[diagonalPath] = basePath; + } } - } - editLength++; - } // Performs the length of edit iteration. Is a bit fugly as this has to support the - // sync and async mode which is never fun. Loops over execEditLength until a value - // is produced. + editLength++; + } // Performs the length of edit iteration. Is a bit fugly as this has to support the + // sync and async mode which is never fun. Loops over execEditLength until a value + // is produced. - if (callback) { - (function exec() { - setTimeout(function () { - // This should not happen, but we want to be safe. + if (callback) { + (function exec() { + setTimeout(function () { + // This should not happen, but we want to be safe. - /* istanbul ignore next */ - if (editLength > maxEditLength) { - return callback(); - } + /* istanbul ignore next */ + if (editLength > maxEditLength) { + return callback(); + } - if (!execEditLength()) { - exec(); - } - }, 0); - })(); - } else { - while (editLength <= maxEditLength) { - var ret = execEditLength(); + if (!execEditLength()) { + exec(); + } + }, 0); + })(); + } else { + while (editLength <= maxEditLength) { + var ret = execEditLength(); - if (ret) { - return ret; + if (ret) { + return ret; + } } } - } - }, - pushComponent: function pushComponent(components, added, removed) { - var last = components[components.length - 1]; - - if (last && last.added === added && last.removed === removed) { - // We need to clone here as the component clone operation is just - // as shallow array clone - components[components.length - 1] = { - count: last.count + 1, - added: added, - removed: removed - }; - } else { - components.push({ - count: 1, - added: added, - removed: removed - }); - } - }, - extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { - var newLen = newString.length, - oldLen = oldString.length, - newPos = basePath.newPos, - oldPos = newPos - diagonalPath, - commonCount = 0; - - while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { - newPos++; - oldPos++; - commonCount++; - } - - if (commonCount) { - basePath.components.push({ - count: commonCount - }); - } + }, - basePath.newPos = newPos; - return oldPos; - }, - equals: function equals(left, right) { - if (this.options.comparator) { - return this.options.comparator(left, right); - } else { - return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); - } - }, - removeEmpty: function removeEmpty(array) { - var ret = []; + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + pushComponent: function pushComponent(components, added, removed) { + var last = components[components.length - 1]; - for (var i = 0; i < array.length; i++) { - if (array[i]) { - ret.push(array[i]); + if (last && last.added === added && last.removed === removed) { + // We need to clone here as the component clone operation is just + // as shallow array clone + components[components.length - 1] = { + count: last.count + 1, + added: added, + removed: removed + }; + } else { + components.push({ + count: 1, + added: added, + removed: removed + }); } - } + }, - return ret; - }, - castInput: function castInput(value) { - return value; - }, - tokenize: function tokenize(value) { - return value.split(''); - }, - join: function join(chars) { - return chars.join(''); - } -}; + /*istanbul ignore start*/ -function buildValues(diff, components, newString, oldString, useLongestToken) { - var componentPos = 0, - componentLen = components.length, - newPos = 0, - oldPos = 0; + /*istanbul ignore end*/ + extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { + var newLen = newString.length, + oldLen = oldString.length, + newPos = basePath.newPos, + oldPos = newPos - diagonalPath, + commonCount = 0; - for (; componentPos < componentLen; componentPos++) { - var component = components[componentPos]; + while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { + newPos++; + oldPos++; + commonCount++; + } - if (!component.removed) { - if (!component.added && useLongestToken) { - var value = newString.slice(newPos, newPos + component.count); - value = value.map(function (value, i) { - var oldValue = oldString[oldPos + i]; - return oldValue.length > value.length ? oldValue : value; + if (commonCount) { + basePath.components.push({ + count: commonCount }); - component.value = diff.join(value); - } else { - component.value = diff.join(newString.slice(newPos, newPos + component.count)); } - newPos += component.count; // Common case + basePath.newPos = newPos; + return oldPos; + }, + + /*istanbul ignore start*/ - if (!component.added) { - oldPos += component.count; + /*istanbul ignore end*/ + equals: function equals(left, right) { + if (this.options.comparator) { + return this.options.comparator(left, right); + } else { + return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); } - } else { - component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); - oldPos += component.count; // Reverse add and remove so removes are output first to match common convention - // The diffing algorithm is tied to add then remove output and this is the simplest - // route to get the desired output with minimal overhead. + }, + + /*istanbul ignore start*/ - if (componentPos && components[componentPos - 1].added) { - var tmp = components[componentPos - 1]; - components[componentPos - 1] = components[componentPos]; - components[componentPos] = tmp; + /*istanbul ignore end*/ + removeEmpty: function removeEmpty(array) { + var ret = []; + + for (var i = 0; i < array.length; i++) { + if (array[i]) { + ret.push(array[i]); + } } + + return ret; + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + castInput: function castInput(value) { + return value; + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + tokenize: function tokenize(value) { + return value.split(''); + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + join: function join(chars) { + return chars.join(''); } - } // Special case handle for when one terminal is ignored (i.e. whitespace). - // For this case we merge the terminal into the prior string and drop the change. - // This is only available for string mode. + }; + + function buildValues(diff, components, newString, oldString, useLongestToken) { + var componentPos = 0, + componentLen = components.length, + newPos = 0, + oldPos = 0; + + for (; componentPos < componentLen; componentPos++) { + var component = components[componentPos]; + + if (!component.removed) { + if (!component.added && useLongestToken) { + var value = newString.slice(newPos, newPos + component.count); + value = value.map(function (value, i) { + var oldValue = oldString[oldPos + i]; + return oldValue.length > value.length ? oldValue : value; + }); + component.value = diff.join(value); + } else { + component.value = diff.join(newString.slice(newPos, newPos + component.count)); + } + + newPos += component.count; // Common case + if (!component.added) { + oldPos += component.count; + } + } else { + component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); + oldPos += component.count; // Reverse add and remove so removes are output first to match common convention + // The diffing algorithm is tied to add then remove output and this is the simplest + // route to get the desired output with minimal overhead. + + if (componentPos && components[componentPos - 1].added) { + var tmp = components[componentPos - 1]; + components[componentPos - 1] = components[componentPos]; + components[componentPos] = tmp; + } + } + } // Special case handle for when one terminal is ignored (i.e. whitespace). + // For this case we merge the terminal into the prior string and drop the change. + // This is only available for string mode. + + + var lastComponent = components[componentLen - 1]; + + if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { + components[componentLen - 2].value += lastComponent.value; + components.pop(); + } - var lastComponent = components[componentLen - 1]; + return components; + } - if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { - components[componentLen - 2].value += lastComponent.value; - components.pop(); + function clonePath(path) { + return { + newPos: path.newPos, + components: path.components.slice(0) + }; } +})(base$1); - return components; -} +var character = {}; -function clonePath(path) { - return { - newPos: path.newPos, - components: path.components.slice(0) +/*istanbul ignore start*/ + +Object.defineProperty(character, "__esModule", { + value: true +}); +character.diffChars = diffChars; +character.characterDiff = void 0; +/*istanbul ignore end*/ + +var +/*istanbul ignore start*/ +_base$6 = _interopRequireDefault$8(base$1) +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ + + +function _interopRequireDefault$8(obj) { + return obj && obj.__esModule ? obj : { + "default": obj }; } +/*istanbul ignore end*/ + -var characterDiff = new Diff(); +var characterDiff = new +/*istanbul ignore start*/ +_base$6 +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); +/*istanbul ignore start*/ + +character.characterDiff = characterDiff; +/*istanbul ignore end*/ function diffChars(oldStr, newStr, options) { return characterDiff.diff(oldStr, newStr, options); } +var word = {}; + +var params = {}; + +/*istanbul ignore start*/ + +Object.defineProperty(params, "__esModule", { + value: true +}); +params.generateOptions = generateOptions; +/*istanbul ignore end*/ + function generateOptions(options, defaults) { if (typeof options === 'function') { defaults.callback = options; @@ -473,7 +406,39 @@ function generateOptions(options, defaults) { } return defaults; -} // +} + +/*istanbul ignore start*/ + +Object.defineProperty(word, "__esModule", { + value: true +}); +word.diffWords = diffWords; +word.diffWordsWithSpace = diffWordsWithSpace; +word.wordDiff = void 0; +/*istanbul ignore end*/ + +var +/*istanbul ignore start*/ +_base$5 = _interopRequireDefault$7(base$1) +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_params$1 = params +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ + +function _interopRequireDefault$7(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} +/*istanbul ignore end*/ +// Based on https://en.wikipedia.org/wiki/Latin_script_in_Unicode +// // Ranges and exceptions: // Latin-1 Supplement, 0080–00FF // - U+00D7 × Multiplication sign @@ -494,7 +459,19 @@ function generateOptions(options, defaults) { var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; var reWhitespace = /\S/; -var wordDiff = new Diff(); +var wordDiff = new +/*istanbul ignore start*/ +_base$5 +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); +/*istanbul ignore start*/ + +word.wordDiff = wordDiff; +/*istanbul ignore end*/ wordDiff.equals = function (left, right) { if (this.options.ignoreCase) { @@ -522,7 +499,18 @@ wordDiff.tokenize = function (value) { }; function diffWords(oldStr, newStr, options) { - options = generateOptions(options, { + options = + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _params$1 + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + generateOptions + /*istanbul ignore end*/ + )(options, { ignoreWhitespace: true }); return wordDiff.diff(oldStr, newStr, options); @@ -532,7 +520,52 @@ function diffWordsWithSpace(oldStr, newStr, options) { return wordDiff.diff(oldStr, newStr, options); } -var lineDiff = new Diff(); +var line$B = {}; + +/*istanbul ignore start*/ + +Object.defineProperty(line$B, "__esModule", { + value: true +}); +line$B.diffLines = diffLines; +line$B.diffTrimmedLines = diffTrimmedLines; +line$B.lineDiff = void 0; +/*istanbul ignore end*/ + +var +/*istanbul ignore start*/ +_base$4 = _interopRequireDefault$6(base$1) +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_params = params +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ + +function _interopRequireDefault$6(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} +/*istanbul ignore end*/ + + +var lineDiff = new +/*istanbul ignore start*/ +_base$4 +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); +/*istanbul ignore start*/ + +line$B.lineDiff = lineDiff; +/*istanbul ignore end*/ lineDiff.tokenize = function (value) { var retLines = [], @@ -565,13 +598,63 @@ function diffLines(oldStr, newStr, callback) { } function diffTrimmedLines(oldStr, newStr, callback) { - var options = generateOptions(callback, { + var options = + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _params + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + generateOptions + /*istanbul ignore end*/ + )(callback, { ignoreWhitespace: true }); return lineDiff.diff(oldStr, newStr, options); } -var sentenceDiff = new Diff(); +var sentence = {}; + +/*istanbul ignore start*/ + +Object.defineProperty(sentence, "__esModule", { + value: true +}); +sentence.diffSentences = diffSentences; +sentence.sentenceDiff = void 0; +/*istanbul ignore end*/ + +var +/*istanbul ignore start*/ +_base$3 = _interopRequireDefault$5(base$1) +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ + + +function _interopRequireDefault$5(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} +/*istanbul ignore end*/ + + +var sentenceDiff = new +/*istanbul ignore start*/ +_base$3 +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); +/*istanbul ignore start*/ + +sentence.sentenceDiff = sentenceDiff; +/*istanbul ignore end*/ sentenceDiff.tokenize = function (value) { return value.split(/(\S.+?[.!?])(?=\s+|$)/); @@ -581,7 +664,46 @@ function diffSentences(oldStr, newStr, callback) { return sentenceDiff.diff(oldStr, newStr, callback); } -var cssDiff = new Diff(); +var css$1 = {}; + +/*istanbul ignore start*/ + +Object.defineProperty(css$1, "__esModule", { + value: true +}); +css$1.diffCss = diffCss; +css$1.cssDiff = void 0; +/*istanbul ignore end*/ + +var +/*istanbul ignore start*/ +_base$2 = _interopRequireDefault$4(base$1) +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ + + +function _interopRequireDefault$4(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} +/*istanbul ignore end*/ + + +var cssDiff = new +/*istanbul ignore start*/ +_base$2 +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); +/*istanbul ignore start*/ + +css$1.cssDiff = cssDiff; +/*istanbul ignore end*/ cssDiff.tokenize = function (value) { return value.split(/([{}:;,]|\s+)/); @@ -591,4474 +713,5457 @@ function diffCss(oldStr, newStr, callback) { return cssDiff.diff(oldStr, newStr, callback); } -function _typeof(obj) { - "@babel/helpers - typeof"; - - if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { - _typeof = function (obj) { - return typeof obj; - }; - } else { - _typeof = function (obj) { - return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }; - } +var check = function (it) { + return it && it.Math == Math && it; +}; - return _typeof(obj); -} +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +var global$s = + // eslint-disable-next-line es/no-global-this -- safe + check(typeof globalThis == 'object' && globalThis) || + check(typeof window == 'object' && window) || + // eslint-disable-next-line no-restricted-globals -- safe + check(typeof self == 'object' && self) || + check(typeof global$s == 'object' && global$s) || + // eslint-disable-next-line no-new-func -- fallback + (function () { return this; })() || Function('return this')(); -function _toConsumableArray(arr) { - return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); -} +var objectGetOwnPropertyDescriptor = {}; -function _arrayWithoutHoles(arr) { - if (Array.isArray(arr)) return _arrayLikeToArray(arr); -} +var fails$8 = function (exec) { + try { + return !!exec(); + } catch (error) { + return true; + } +}; -function _iterableToArray(iter) { - if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); -} +var fails$7 = fails$8; -function _unsupportedIterableToArray(o, minLen) { - if (!o) return; - if (typeof o === "string") return _arrayLikeToArray(o, minLen); - var n = Object.prototype.toString.call(o).slice(8, -1); - if (n === "Object" && o.constructor) n = o.constructor.name; - if (n === "Map" || n === "Set") return Array.from(o); - if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); -} +// Detect IE8's incomplete defineProperty implementation +var descriptors$1 = !fails$7(function () { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; +}); -function _arrayLikeToArray(arr, len) { - if (len == null || len > arr.length) len = arr.length; +var call$7 = Function.prototype.call; - for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; +var functionCall = call$7.bind ? call$7.bind(call$7) : function () { + return call$7.apply(call$7, arguments); +}; - return arr2; -} +var objectPropertyIsEnumerable = {}; -function _nonIterableSpread() { - throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); -} +var $propertyIsEnumerable = {}.propertyIsEnumerable; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor; -var objectPrototypeToString = Object.prototype.toString; -var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a -// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: +// Nashorn ~ JDK8 bug +var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1); -jsonDiff.useLongestToken = true; -jsonDiff.tokenize = lineDiff.tokenize; +// `Object.prototype.propertyIsEnumerable` method implementation +// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable +objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) { + var descriptor = getOwnPropertyDescriptor$1(this, V); + return !!descriptor && descriptor.enumerable; +} : $propertyIsEnumerable; -jsonDiff.castInput = function (value) { - var _this$options = this.options, - undefinedReplacement = _this$options.undefinedReplacement, - _this$options$stringi = _this$options.stringifyReplacer, - stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) { - return typeof v === 'undefined' ? undefinedReplacement : v; - } : _this$options$stringi; - return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); +var createPropertyDescriptor$3 = function (bitmap, value) { + return { + enumerable: !(bitmap & 1), + configurable: !(bitmap & 2), + writable: !(bitmap & 4), + value: value + }; }; -jsonDiff.equals = function (left, right) { - return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')); +var FunctionPrototype$1 = Function.prototype; +var bind$4 = FunctionPrototype$1.bind; +var call$6 = FunctionPrototype$1.call; +var callBind = bind$4 && bind$4.bind(call$6); + +var functionUncurryThis = bind$4 ? function (fn) { + return fn && callBind(call$6, fn); +} : function (fn) { + return fn && function () { + return call$6.apply(fn, arguments); + }; }; -function diffJson(oldObj, newObj, options) { - return jsonDiff.diff(oldObj, newObj, options); -} // This function handles the presence of circular references by bailing out when encountering an -// object that is already on the "stack" of items being processed. Accepts an optional replacer +var uncurryThis$c = functionUncurryThis; +var toString$5 = uncurryThis$c({}.toString); +var stringSlice = uncurryThis$c(''.slice); -function canonicalize(obj, stack, replacementStack, replacer, key) { - stack = stack || []; - replacementStack = replacementStack || []; +var classofRaw$1 = function (it) { + return stringSlice(toString$5(it), 8, -1); +}; - if (replacer) { - obj = replacer(key, obj); - } +var global$r = global$s; +var uncurryThis$b = functionUncurryThis; +var fails$6 = fails$8; +var classof$5 = classofRaw$1; - var i; +var Object$4 = global$r.Object; +var split = uncurryThis$b(''.split); - for (i = 0; i < stack.length; i += 1) { - if (stack[i] === obj) { - return replacementStack[i]; - } - } +// fallback for non-array-like ES3 and non-enumerable old V8 strings +var indexedObject = fails$6(function () { + // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 + // eslint-disable-next-line no-prototype-builtins -- safe + return !Object$4('z').propertyIsEnumerable(0); +}) ? function (it) { + return classof$5(it) == 'String' ? split(it, '') : Object$4(it); +} : Object$4; - var canonicalizedObj; +var global$q = global$s; - if ('[object Array]' === objectPrototypeToString.call(obj)) { - stack.push(obj); - canonicalizedObj = new Array(obj.length); - replacementStack.push(canonicalizedObj); +var TypeError$a = global$q.TypeError; - for (i = 0; i < obj.length; i += 1) { - canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); - } +// `RequireObjectCoercible` abstract operation +// https://tc39.es/ecma262/#sec-requireobjectcoercible +var requireObjectCoercible$2 = function (it) { + if (it == undefined) throw TypeError$a("Can't call method on " + it); + return it; +}; - stack.pop(); - replacementStack.pop(); - return canonicalizedObj; - } +// toObject with fallback for non-array-like ES3 strings +var IndexedObject = indexedObject; +var requireObjectCoercible$1 = requireObjectCoercible$2; - if (obj && obj.toJSON) { - obj = obj.toJSON(); - } +var toIndexedObject$4 = function (it) { + return IndexedObject(requireObjectCoercible$1(it)); +}; - if (_typeof(obj) === 'object' && obj !== null) { - stack.push(obj); - canonicalizedObj = {}; - replacementStack.push(canonicalizedObj); +// `IsCallable` abstract operation +// https://tc39.es/ecma262/#sec-iscallable +var isCallable$b = function (argument) { + return typeof argument == 'function'; +}; - var sortedKeys = [], - _key; +var isCallable$a = isCallable$b; - for (_key in obj) { - /* istanbul ignore else */ - if (obj.hasOwnProperty(_key)) { - sortedKeys.push(_key); - } - } +var isObject$c = function (it) { + return typeof it == 'object' ? it !== null : isCallable$a(it); +}; - sortedKeys.sort(); +var global$p = global$s; +var isCallable$9 = isCallable$b; - for (i = 0; i < sortedKeys.length; i += 1) { - _key = sortedKeys[i]; - canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); - } +var aFunction = function (argument) { + return isCallable$9(argument) ? argument : undefined; +}; - stack.pop(); - replacementStack.pop(); - } else { - canonicalizedObj = obj; - } +var getBuiltIn$5 = function (namespace, method) { + return arguments.length < 2 ? aFunction(global$p[namespace]) : global$p[namespace] && global$p[namespace][method]; +}; - return canonicalizedObj; -} +var uncurryThis$a = functionUncurryThis; -var arrayDiff = new Diff(); +var objectIsPrototypeOf = uncurryThis$a({}.isPrototypeOf); -arrayDiff.tokenize = function (value) { - return value.slice(); -}; +var getBuiltIn$4 = getBuiltIn$5; -arrayDiff.join = arrayDiff.removeEmpty = function (value) { - return value; -}; +var engineUserAgent = getBuiltIn$4('navigator', 'userAgent') || ''; -function diffArrays(oldArr, newArr, callback) { - return arrayDiff.diff(oldArr, newArr, callback); +var global$o = global$s; +var userAgent$2 = engineUserAgent; + +var process$3 = global$o.process; +var Deno = global$o.Deno; +var versions = process$3 && process$3.versions || Deno && Deno.version; +var v8$2 = versions && versions.v8; +var match$1, version$2; + +if (v8$2) { + match$1 = v8$2.split('.'); + // in old Chrome, versions of V8 isn't V8 = Chrome / 10 + // but their correct versions are not interesting for us + version$2 = match$1[0] > 0 && match$1[0] < 4 ? 1 : +(match$1[0] + match$1[1]); } -function parsePatch(uniDiff) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], - list = [], - i = 0; +// BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0` +// so check `userAgent` even if `.v8` exists, but 0 +if (!version$2 && userAgent$2) { + match$1 = userAgent$2.match(/Edge\/(\d+)/); + if (!match$1 || match$1[1] >= 74) { + match$1 = userAgent$2.match(/Chrome\/(\d+)/); + if (match$1) version$2 = +match$1[1]; + } +} - function parseIndex() { - var index = {}; - list.push(index); // Parse diff metadata +var engineV8Version = version$2; - while (i < diffstr.length) { - var line = diffstr[i]; // File header found, end parsing diff metadata +/* eslint-disable es/no-symbol -- required for testing */ - if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { - break; - } // Diff index +var V8_VERSION = engineV8Version; +var fails$5 = fails$8; +// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing +var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$5(function () { + var symbol = Symbol(); + // Chrome 38 Symbol has incorrect toString conversion + // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances + return !String(symbol) || !(Object(symbol) instanceof Symbol) || + // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances + !Symbol.sham && V8_VERSION && V8_VERSION < 41; +}); - var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); +/* eslint-disable es/no-symbol -- required for testing */ - if (header) { - index.index = header[1]; - } +var NATIVE_SYMBOL$1 = nativeSymbol; - i++; - } // Parse file headers if they are defined. Unified diff requires them, but - // there's no technical issues to have an isolated hunk without file header +var useSymbolAsUid = NATIVE_SYMBOL$1 + && !Symbol.sham + && typeof Symbol.iterator == 'symbol'; +var global$n = global$s; +var getBuiltIn$3 = getBuiltIn$5; +var isCallable$8 = isCallable$b; +var isPrototypeOf$1 = objectIsPrototypeOf; +var USE_SYMBOL_AS_UID$1 = useSymbolAsUid; - parseFileHeader(index); - parseFileHeader(index); // Parse hunks +var Object$3 = global$n.Object; - index.hunks = []; +var isSymbol$6 = USE_SYMBOL_AS_UID$1 ? function (it) { + return typeof it == 'symbol'; +} : function (it) { + var $Symbol = getBuiltIn$3('Symbol'); + return isCallable$8($Symbol) && isPrototypeOf$1($Symbol.prototype, Object$3(it)); +}; - while (i < diffstr.length) { - var _line = diffstr[i]; +var global$m = global$s; - if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { - break; - } else if (/^@@/.test(_line)) { - index.hunks.push(parseHunk()); - } else if (_line && options.strict) { - // Ignore unexpected content unless in strict mode - throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); - } else { - i++; - } - } - } // Parses the --- and +++ headers, if none are found, no lines - // are consumed. +var String$3 = global$m.String; +var tryToString$3 = function (argument) { + try { + return String$3(argument); + } catch (error) { + return 'Object'; + } +}; - function parseFileHeader(index) { - var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]); +var global$l = global$s; +var isCallable$7 = isCallable$b; +var tryToString$2 = tryToString$3; - if (fileHeader) { - var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new'; - var data = fileHeader[2].split('\t', 2); - var fileName = data[0].replace(/\\\\/g, '\\'); +var TypeError$9 = global$l.TypeError; - if (/^".*"$/.test(fileName)) { - fileName = fileName.substr(1, fileName.length - 2); - } +// `Assert: IsCallable(argument) is true` +var aCallable$5 = function (argument) { + if (isCallable$7(argument)) return argument; + throw TypeError$9(tryToString$2(argument) + ' is not a function'); +}; - index[keyPrefix + 'FileName'] = fileName; - index[keyPrefix + 'Header'] = (data[1] || '').trim(); - i++; - } - } // Parses a hunk - // This assumes that we are at the start of a hunk. +var aCallable$4 = aCallable$5; +// `GetMethod` abstract operation +// https://tc39.es/ecma262/#sec-getmethod +var getMethod$3 = function (V, P) { + var func = V[P]; + return func == null ? undefined : aCallable$4(func); +}; - function parseHunk() { - var chunkHeaderIndex = i, - chunkHeaderLine = diffstr[i++], - chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); - var hunk = { - oldStart: +chunkHeader[1], - oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2], - newStart: +chunkHeader[3], - newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4], - lines: [], - linedelimiters: [] - }; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 +var global$k = global$s; +var call$5 = functionCall; +var isCallable$6 = isCallable$b; +var isObject$b = isObject$c; - if (hunk.oldLines === 0) { - hunk.oldStart += 1; - } +var TypeError$8 = global$k.TypeError; - if (hunk.newLines === 0) { - hunk.newStart += 1; - } +// `OrdinaryToPrimitive` abstract operation +// https://tc39.es/ecma262/#sec-ordinarytoprimitive +var ordinaryToPrimitive$1 = function (input, pref) { + var fn, val; + if (pref === 'string' && isCallable$6(fn = input.toString) && !isObject$b(val = call$5(fn, input))) return val; + if (isCallable$6(fn = input.valueOf) && !isObject$b(val = call$5(fn, input))) return val; + if (pref !== 'string' && isCallable$6(fn = input.toString) && !isObject$b(val = call$5(fn, input))) return val; + throw TypeError$8("Can't convert object to primitive value"); +}; - var addCount = 0, - removeCount = 0; +var shared$3 = {exports: {}}; - for (; i < diffstr.length; i++) { - // Lines starting with '---' could be mistaken for the "remove line" operation - // But they could be the header for the next file. Therefore prune such cases out. - if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { - break; - } +var global$j = global$s; - var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; +// eslint-disable-next-line es/no-object-defineproperty -- safe +var defineProperty$1 = Object.defineProperty; - if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { - hunk.lines.push(diffstr[i]); - hunk.linedelimiters.push(delimiters[i] || '\n'); +var setGlobal$3 = function (key, value) { + try { + defineProperty$1(global$j, key, { value: value, configurable: true, writable: true }); + } catch (error) { + global$j[key] = value; + } return value; +}; - if (operation === '+') { - addCount++; - } else if (operation === '-') { - removeCount++; - } else if (operation === ' ') { - addCount++; - removeCount++; - } - } else { - break; - } - } // Handle the empty block count case +var global$i = global$s; +var setGlobal$2 = setGlobal$3; +var SHARED = '__core-js_shared__'; +var store$3 = global$i[SHARED] || setGlobal$2(SHARED, {}); - if (!addCount && hunk.newLines === 1) { - hunk.newLines = 0; - } +var sharedStore = store$3; - if (!removeCount && hunk.oldLines === 1) { - hunk.oldLines = 0; - } // Perform optional sanity checking +var store$2 = sharedStore; +(shared$3.exports = function (key, value) { + return store$2[key] || (store$2[key] = value !== undefined ? value : {}); +})('versions', []).push({ + version: '3.19.1', + mode: 'global', + copyright: '© 2021 Denis Pushkarev (zloirock.ru)' +}); - if (options.strict) { - if (addCount !== hunk.newLines) { - throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } +var global$h = global$s; +var requireObjectCoercible = requireObjectCoercible$2; - if (removeCount !== hunk.oldLines) { - throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - } +var Object$2 = global$h.Object; - return hunk; - } +// `ToObject` abstract operation +// https://tc39.es/ecma262/#sec-toobject +var toObject$4 = function (argument) { + return Object$2(requireObjectCoercible(argument)); +}; - while (i < diffstr.length) { - parseIndex(); - } +var uncurryThis$9 = functionUncurryThis; +var toObject$3 = toObject$4; - return list; -} // Iterator that traverses in the range of [min, max], stepping -// by distance from a given start position. I.e. for [0, 4], with -// start of 2, this will iterate 2, 3, 1, 4, 0. - - -function distanceIterator(start, minLine, maxLine) { - var wantForward = true, - backwardExhausted = false, - forwardExhausted = false, - localOffset = 1; - return function iterator() { - if (wantForward && !forwardExhausted) { - if (backwardExhausted) { - localOffset++; - } else { - wantForward = false; - } // Check if trying to fit beyond text length, and if not, check it fits - // after offset location (or desired location on first iteration) +var hasOwnProperty$b = uncurryThis$9({}.hasOwnProperty); +// `HasOwnProperty` abstract operation +// https://tc39.es/ecma262/#sec-hasownproperty +var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) { + return hasOwnProperty$b(toObject$3(it), key); +}; - if (start + localOffset <= maxLine) { - return localOffset; - } +var uncurryThis$8 = functionUncurryThis; - forwardExhausted = true; - } +var id = 0; +var postfix = Math.random(); +var toString$4 = uncurryThis$8(1.0.toString); - if (!backwardExhausted) { - if (!forwardExhausted) { - wantForward = true; - } // Check if trying to fit before text beginning, and if not, check it fits - // before offset location +var uid$3 = function (key) { + return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$4(++id + postfix, 36); +}; +var global$g = global$s; +var shared$2 = shared$3.exports; +var hasOwn$6 = hasOwnProperty_1; +var uid$2 = uid$3; +var NATIVE_SYMBOL = nativeSymbol; +var USE_SYMBOL_AS_UID = useSymbolAsUid; - if (minLine <= start - localOffset) { - return -localOffset++; - } +var WellKnownSymbolsStore = shared$2('wks'); +var Symbol$6 = global$g.Symbol; +var symbolFor = Symbol$6 && Symbol$6['for']; +var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$6 : Symbol$6 && Symbol$6.withoutSetter || uid$2; - backwardExhausted = true; - return iterator(); - } // We tried to fit hunk before text beginning and beyond text length, then - // hunk can't fit on the text. Return undefined +var wellKnownSymbol$7 = function (name) { + if (!hasOwn$6(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) { + var description = 'Symbol.' + name; + if (NATIVE_SYMBOL && hasOwn$6(Symbol$6, name)) { + WellKnownSymbolsStore[name] = Symbol$6[name]; + } else if (USE_SYMBOL_AS_UID && symbolFor) { + WellKnownSymbolsStore[name] = symbolFor(description); + } else { + WellKnownSymbolsStore[name] = createWellKnownSymbol(description); + } + } return WellKnownSymbolsStore[name]; +}; - }; -} +var global$f = global$s; +var call$4 = functionCall; +var isObject$a = isObject$c; +var isSymbol$5 = isSymbol$6; +var getMethod$2 = getMethod$3; +var ordinaryToPrimitive = ordinaryToPrimitive$1; +var wellKnownSymbol$6 = wellKnownSymbol$7; -function applyPatch(source, uniDiff) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; +var TypeError$7 = global$f.TypeError; +var TO_PRIMITIVE = wellKnownSymbol$6('toPrimitive'); - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); +// `ToPrimitive` abstract operation +// https://tc39.es/ecma262/#sec-toprimitive +var toPrimitive$1 = function (input, pref) { + if (!isObject$a(input) || isSymbol$5(input)) return input; + var exoticToPrim = getMethod$2(input, TO_PRIMITIVE); + var result; + if (exoticToPrim) { + if (pref === undefined) pref = 'default'; + result = call$4(exoticToPrim, input, pref); + if (!isObject$a(result) || isSymbol$5(result)) return result; + throw TypeError$7("Can't convert object to primitive value"); } + if (pref === undefined) pref = 'number'; + return ordinaryToPrimitive(input, pref); +}; - if (Array.isArray(uniDiff)) { - if (uniDiff.length > 1) { - throw new Error('applyPatch only works with a single input.'); - } +var toPrimitive = toPrimitive$1; +var isSymbol$4 = isSymbol$6; - uniDiff = uniDiff[0]; - } // Apply the diff to the input +// `ToPropertyKey` abstract operation +// https://tc39.es/ecma262/#sec-topropertykey +var toPropertyKey$3 = function (argument) { + var key = toPrimitive(argument, 'string'); + return isSymbol$4(key) ? key : key + ''; +}; +var global$e = global$s; +var isObject$9 = isObject$c; - var lines = source.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], - hunks = uniDiff.hunks, - compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) { - return line === patchContent; - }, - errorCount = 0, - fuzzFactor = options.fuzzFactor || 0, - minLine = 0, - offset = 0, - removeEOFNL, - addEOFNL; - /** - * Checks if the hunk exactly fits on the provided location - */ +var document$1 = global$e.document; +// typeof document.createElement is 'object' in old IE +var EXISTS$1 = isObject$9(document$1) && isObject$9(document$1.createElement); +var documentCreateElement$1 = function (it) { + return EXISTS$1 ? document$1.createElement(it) : {}; +}; - function hunkFits(hunk, toPos) { - for (var j = 0; j < hunk.lines.length; j++) { - var line = hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line; +var DESCRIPTORS$5 = descriptors$1; +var fails$4 = fails$8; +var createElement = documentCreateElement$1; - if (operation === ' ' || operation === '-') { - // Context sanity check - if (!compareLine(toPos + 1, lines[toPos], operation, content)) { - errorCount++; +// Thank's IE8 for his funny defineProperty +var ie8DomDefine = !DESCRIPTORS$5 && !fails$4(function () { + // eslint-disable-next-line es/no-object-defineproperty -- requied for testing + return Object.defineProperty(createElement('div'), 'a', { + get: function () { return 7; } + }).a != 7; +}); - if (errorCount > fuzzFactor) { - return false; - } - } +var DESCRIPTORS$4 = descriptors$1; +var call$3 = functionCall; +var propertyIsEnumerableModule = objectPropertyIsEnumerable; +var createPropertyDescriptor$2 = createPropertyDescriptor$3; +var toIndexedObject$3 = toIndexedObject$4; +var toPropertyKey$2 = toPropertyKey$3; +var hasOwn$5 = hasOwnProperty_1; +var IE8_DOM_DEFINE$1 = ie8DomDefine; - toPos++; - } - } +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; - return true; - } // Search best fit offsets for each hunk based on the previous ones +// `Object.getOwnPropertyDescriptor` method +// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor +objectGetOwnPropertyDescriptor.f = DESCRIPTORS$4 ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { + O = toIndexedObject$3(O); + P = toPropertyKey$2(P); + if (IE8_DOM_DEFINE$1) try { + return $getOwnPropertyDescriptor(O, P); + } catch (error) { /* empty */ } + if (hasOwn$5(O, P)) return createPropertyDescriptor$2(!call$3(propertyIsEnumerableModule.f, O, P), O[P]); +}; +var objectDefineProperty = {}; - for (var i = 0; i < hunks.length; i++) { - var hunk = hunks[i], - maxLine = lines.length - hunk.oldLines, - localOffset = 0, - toPos = offset + hunk.oldStart - 1; - var iterator = distanceIterator(toPos, minLine, maxLine); +var global$d = global$s; +var isObject$8 = isObject$c; - for (; localOffset !== undefined; localOffset = iterator()) { - if (hunkFits(hunk, toPos + localOffset)) { - hunk.offset = offset += localOffset; - break; - } - } +var String$2 = global$d.String; +var TypeError$6 = global$d.TypeError; - if (localOffset === undefined) { - return false; - } // Set lower text limit to end of the current hunk, so next ones don't try - // to fit over already patched text +// `Assert: Type(argument) is Object` +var anObject$7 = function (argument) { + if (isObject$8(argument)) return argument; + throw TypeError$6(String$2(argument) + ' is not an object'); +}; +var global$c = global$s; +var DESCRIPTORS$3 = descriptors$1; +var IE8_DOM_DEFINE = ie8DomDefine; +var anObject$6 = anObject$7; +var toPropertyKey$1 = toPropertyKey$3; - minLine = hunk.offset + hunk.oldStart + hunk.oldLines; - } // Apply patch hunks +var TypeError$5 = global$c.TypeError; +// eslint-disable-next-line es/no-object-defineproperty -- safe +var $defineProperty = Object.defineProperty; +// `Object.defineProperty` method +// https://tc39.es/ecma262/#sec-object.defineproperty +objectDefineProperty.f = DESCRIPTORS$3 ? $defineProperty : function defineProperty(O, P, Attributes) { + anObject$6(O); + P = toPropertyKey$1(P); + anObject$6(Attributes); + if (IE8_DOM_DEFINE) try { + return $defineProperty(O, P, Attributes); + } catch (error) { /* empty */ } + if ('get' in Attributes || 'set' in Attributes) throw TypeError$5('Accessors not supported'); + if ('value' in Attributes) O[P] = Attributes.value; + return O; +}; - var diffOffset = 0; +var DESCRIPTORS$2 = descriptors$1; +var definePropertyModule$4 = objectDefineProperty; +var createPropertyDescriptor$1 = createPropertyDescriptor$3; - for (var _i = 0; _i < hunks.length; _i++) { - var _hunk = hunks[_i], - _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; +var createNonEnumerableProperty$3 = DESCRIPTORS$2 ? function (object, key, value) { + return definePropertyModule$4.f(object, key, createPropertyDescriptor$1(1, value)); +} : function (object, key, value) { + object[key] = value; + return object; +}; - diffOffset += _hunk.newLines - _hunk.oldLines; +var redefine$1 = {exports: {}}; - for (var j = 0; j < _hunk.lines.length; j++) { - var line = _hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line, - delimiter = _hunk.linedelimiters[j]; +var uncurryThis$7 = functionUncurryThis; +var isCallable$5 = isCallable$b; +var store$1 = sharedStore; - if (operation === ' ') { - _toPos++; - } else if (operation === '-') { - lines.splice(_toPos, 1); - delimiters.splice(_toPos, 1); - /* istanbul ignore else */ - } else if (operation === '+') { - lines.splice(_toPos, 0, content); - delimiters.splice(_toPos, 0, delimiter); - _toPos++; - } else if (operation === '\\') { - var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; +var functionToString = uncurryThis$7(Function.toString); - if (previousOperation === '+') { - removeEOFNL = true; - } else if (previousOperation === '-') { - addEOFNL = true; - } - } - } - } // Handle EOFNL insertion/removal +// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper +if (!isCallable$5(store$1.inspectSource)) { + store$1.inspectSource = function (it) { + return functionToString(it); + }; +} +var inspectSource$3 = store$1.inspectSource; - if (removeEOFNL) { - while (!lines[lines.length - 1]) { - lines.pop(); - delimiters.pop(); - } - } else if (addEOFNL) { - lines.push(''); - delimiters.push('\n'); - } +var global$b = global$s; +var isCallable$4 = isCallable$b; +var inspectSource$2 = inspectSource$3; - for (var _k = 0; _k < lines.length - 1; _k++) { - lines[_k] = lines[_k] + delimiters[_k]; - } +var WeakMap$4 = global$b.WeakMap; - return lines.join(''); -} // Wrapper that supports multiple file patches via callbacks. +var nativeWeakMap = isCallable$4(WeakMap$4) && /native code/.test(inspectSource$2(WeakMap$4)); +var shared$1 = shared$3.exports; +var uid$1 = uid$3; -function applyPatches(uniDiff, options) { - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } +var keys$4 = shared$1('keys'); - var currentIndex = 0; +var sharedKey$2 = function (key) { + return keys$4[key] || (keys$4[key] = uid$1(key)); +}; - function processIndex() { - var index = uniDiff[currentIndex++]; +var hiddenKeys$4 = {}; - if (!index) { - return options.complete(); - } +var NATIVE_WEAK_MAP = nativeWeakMap; +var global$a = global$s; +var uncurryThis$6 = functionUncurryThis; +var isObject$7 = isObject$c; +var createNonEnumerableProperty$2 = createNonEnumerableProperty$3; +var hasOwn$4 = hasOwnProperty_1; +var shared = sharedStore; +var sharedKey$1 = sharedKey$2; +var hiddenKeys$3 = hiddenKeys$4; - options.loadFile(index, function (err, data) { - if (err) { - return options.complete(err); - } +var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; +var TypeError$4 = global$a.TypeError; +var WeakMap$3 = global$a.WeakMap; +var set$1, get$3, has$1; - var updatedContent = applyPatch(data, index, options); - options.patched(index, updatedContent, function (err) { - if (err) { - return options.complete(err); - } +var enforce = function (it) { + return has$1(it) ? get$3(it) : set$1(it, {}); +}; - processIndex(); - }); - }); - } +var getterFor = function (TYPE) { + return function (it) { + var state; + if (!isObject$7(it) || (state = get$3(it)).type !== TYPE) { + throw TypeError$4('Incompatible receiver, ' + TYPE + ' required'); + } return state; + }; +}; - processIndex(); -} +if (NATIVE_WEAK_MAP || shared.state) { + var store = shared.state || (shared.state = new WeakMap$3()); + var wmget = uncurryThis$6(store.get); + var wmhas = uncurryThis$6(store.has); + var wmset = uncurryThis$6(store.set); + set$1 = function (it, metadata) { + if (wmhas(store, it)) throw new TypeError$4(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + wmset(store, it, metadata); + return metadata; + }; + get$3 = function (it) { + return wmget(store, it) || {}; + }; + has$1 = function (it) { + return wmhas(store, it); + }; +} else { + var STATE = sharedKey$1('state'); + hiddenKeys$3[STATE] = true; + set$1 = function (it, metadata) { + if (hasOwn$4(it, STATE)) throw new TypeError$4(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + createNonEnumerableProperty$2(it, STATE, metadata); + return metadata; + }; + get$3 = function (it) { + return hasOwn$4(it, STATE) ? it[STATE] : {}; + }; + has$1 = function (it) { + return hasOwn$4(it, STATE); + }; +} + +var internalState = { + set: set$1, + get: get$3, + has: has$1, + enforce: enforce, + getterFor: getterFor +}; + +var DESCRIPTORS$1 = descriptors$1; +var hasOwn$3 = hasOwnProperty_1; + +var FunctionPrototype = Function.prototype; +// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe +var getDescriptor = DESCRIPTORS$1 && Object.getOwnPropertyDescriptor; + +var EXISTS = hasOwn$3(FunctionPrototype, 'name'); +// additional protection from minified / mangled / dropped function names +var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something'; +var CONFIGURABLE = EXISTS && (!DESCRIPTORS$1 || (DESCRIPTORS$1 && getDescriptor(FunctionPrototype, 'name').configurable)); + +var functionName = { + EXISTS: EXISTS, + PROPER: PROPER, + CONFIGURABLE: CONFIGURABLE +}; + +var global$9 = global$s; +var isCallable$3 = isCallable$b; +var hasOwn$2 = hasOwnProperty_1; +var createNonEnumerableProperty$1 = createNonEnumerableProperty$3; +var setGlobal$1 = setGlobal$3; +var inspectSource$1 = inspectSource$3; +var InternalStateModule = internalState; +var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE; + +var getInternalState = InternalStateModule.get; +var enforceInternalState = InternalStateModule.enforce; +var TEMPLATE = String(String).split('String'); + +(redefine$1.exports = function (O, key, value, options) { + var unsafe = options ? !!options.unsafe : false; + var simple = options ? !!options.enumerable : false; + var noTargetGet = options ? !!options.noTargetGet : false; + var name = options && options.name !== undefined ? options.name : key; + var state; + if (isCallable$3(value)) { + if (String(name).slice(0, 7) === 'Symbol(') { + name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']'; + } + if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) { + createNonEnumerableProperty$1(value, 'name', name); + } + state = enforceInternalState(value); + if (!state.source) { + state.source = TEMPLATE.join(typeof name == 'string' ? name : ''); + } + } + if (O === global$9) { + if (simple) O[key] = value; + else setGlobal$1(key, value); + return; + } else if (!unsafe) { + delete O[key]; + } else if (!noTargetGet && O[key]) { + simple = true; + } + if (simple) O[key] = value; + else createNonEnumerableProperty$1(O, key, value); +// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative +})(Function.prototype, 'toString', function toString() { + return isCallable$3(this) && getInternalState(this).source || inspectSource$1(this); +}); -function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - if (!options) { - options = {}; - } +var objectGetOwnPropertyNames = {}; - if (typeof options.context === 'undefined') { - options.context = 4; - } +var ceil = Math.ceil; +var floor$1 = Math.floor; - var diff = diffLines(oldStr, newStr, options); - diff.push({ - value: '', - lines: [] - }); // Append an empty value to make cleanup easier +// `ToIntegerOrInfinity` abstract operation +// https://tc39.es/ecma262/#sec-tointegerorinfinity +var toIntegerOrInfinity$3 = function (argument) { + var number = +argument; + // eslint-disable-next-line no-self-compare -- safe + return number !== number || number === 0 ? 0 : (number > 0 ? floor$1 : ceil)(number); +}; - function contextLines(lines) { - return lines.map(function (entry) { - return ' ' + entry; - }); - } +var toIntegerOrInfinity$2 = toIntegerOrInfinity$3; - var hunks = []; - var oldRangeStart = 0, - newRangeStart = 0, - curRange = [], - oldLine = 1, - newLine = 1; +var max = Math.max; +var min$1 = Math.min; - var _loop = function _loop(i) { - var current = diff[i], - lines = current.lines || current.value.replace(/\n$/, '').split('\n'); - current.lines = lines; +// Helper for a popular repeating case of the spec: +// Let integer be ? ToInteger(index). +// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). +var toAbsoluteIndex$1 = function (index, length) { + var integer = toIntegerOrInfinity$2(index); + return integer < 0 ? max(integer + length, 0) : min$1(integer, length); +}; - if (current.added || current.removed) { - var _curRange; // If we have previous context, start with that +var toIntegerOrInfinity$1 = toIntegerOrInfinity$3; +var min = Math.min; - if (!oldRangeStart) { - var prev = diff[i - 1]; - oldRangeStart = oldLine; - newRangeStart = newLine; +// `ToLength` abstract operation +// https://tc39.es/ecma262/#sec-tolength +var toLength$1 = function (argument) { + return argument > 0 ? min(toIntegerOrInfinity$1(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991 +}; - if (prev) { - curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; - oldRangeStart -= curRange.length; - newRangeStart -= curRange.length; - } - } // Output our changes +var toLength = toLength$1; +// `LengthOfArrayLike` abstract operation +// https://tc39.es/ecma262/#sec-lengthofarraylike +var lengthOfArrayLike$6 = function (obj) { + return toLength(obj.length); +}; - (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { - return (current.added ? '+' : '-') + entry; - }))); // Track the updated file position +var toIndexedObject$2 = toIndexedObject$4; +var toAbsoluteIndex = toAbsoluteIndex$1; +var lengthOfArrayLike$5 = lengthOfArrayLike$6; +// `Array.prototype.{ indexOf, includes }` methods implementation +var createMethod = function (IS_INCLUDES) { + return function ($this, el, fromIndex) { + var O = toIndexedObject$2($this); + var length = lengthOfArrayLike$5(O); + var index = toAbsoluteIndex(fromIndex, length); + var value; + // Array#includes uses SameValueZero equality algorithm + // eslint-disable-next-line no-self-compare -- NaN check + if (IS_INCLUDES && el != el) while (length > index) { + value = O[index++]; + // eslint-disable-next-line no-self-compare -- NaN check + if (value != value) return true; + // Array#indexOf ignores holes, Array#includes - not + } else for (;length > index; index++) { + if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0; + } return !IS_INCLUDES && -1; + }; +}; - if (current.added) { - newLine += lines.length; - } else { - oldLine += lines.length; - } - } else { - // Identical context lines. Track line changes - if (oldRangeStart) { - // Close out any changes that have been output (or join overlapping) - if (lines.length <= options.context * 2 && i < diff.length - 2) { - var _curRange2; // Overlapping +var arrayIncludes$2 = { + // `Array.prototype.includes` method + // https://tc39.es/ecma262/#sec-array.prototype.includes + includes: createMethod(true), + // `Array.prototype.indexOf` method + // https://tc39.es/ecma262/#sec-array.prototype.indexof + indexOf: createMethod(false) +}; +var uncurryThis$5 = functionUncurryThis; +var hasOwn$1 = hasOwnProperty_1; +var toIndexedObject$1 = toIndexedObject$4; +var indexOf = arrayIncludes$2.indexOf; +var hiddenKeys$2 = hiddenKeys$4; - (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); - } else { - var _curRange3; // end the range and output +var push$3 = uncurryThis$5([].push); +var objectKeysInternal = function (object, names) { + var O = toIndexedObject$1(object); + var i = 0; + var result = []; + var key; + for (key in O) !hasOwn$1(hiddenKeys$2, key) && hasOwn$1(O, key) && push$3(result, key); + // Don't enum bug & hidden keys + while (names.length > i) if (hasOwn$1(O, key = names[i++])) { + ~indexOf(result, key) || push$3(result, key); + } + return result; +}; - var contextSize = Math.min(lines.length, options.context); +// IE8- don't enum bug keys +var enumBugKeys$3 = [ + 'constructor', + 'hasOwnProperty', + 'isPrototypeOf', + 'propertyIsEnumerable', + 'toLocaleString', + 'toString', + 'valueOf' +]; - (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); +var internalObjectKeys$1 = objectKeysInternal; +var enumBugKeys$2 = enumBugKeys$3; - var hunk = { - oldStart: oldRangeStart, - oldLines: oldLine - oldRangeStart + contextSize, - newStart: newRangeStart, - newLines: newLine - newRangeStart + contextSize, - lines: curRange - }; +var hiddenKeys$1 = enumBugKeys$2.concat('length', 'prototype'); - if (i >= diff.length - 2 && lines.length <= options.context) { - // EOF is inside this hunk - var oldEOFNewline = /\n$/.test(oldStr); - var newEOFNewline = /\n$/.test(newStr); - var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; +// `Object.getOwnPropertyNames` method +// https://tc39.es/ecma262/#sec-object.getownpropertynames +// eslint-disable-next-line es/no-object-getownpropertynames -- safe +objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { + return internalObjectKeys$1(O, hiddenKeys$1); +}; - if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { - // special case: old has no eol and no trailing context; no-nl can end up before adds - // however, if the old file is empty, do not output the no-nl line - curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); - } +var objectGetOwnPropertySymbols = {}; - if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { - curRange.push('\\ No newline at end of file'); - } - } +// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe +objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols; - hunks.push(hunk); - oldRangeStart = 0; - newRangeStart = 0; - curRange = []; - } - } +var getBuiltIn$2 = getBuiltIn$5; +var uncurryThis$4 = functionUncurryThis; +var getOwnPropertyNamesModule = objectGetOwnPropertyNames; +var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols; +var anObject$5 = anObject$7; - oldLine += lines.length; - newLine += lines.length; - } - }; +var concat = uncurryThis$4([].concat); - for (var i = 0; i < diff.length; i++) { - _loop(i); +// all object keys, includes non-enumerable and symbols +var ownKeys$1 = getBuiltIn$2('Reflect', 'ownKeys') || function ownKeys(it) { + var keys = getOwnPropertyNamesModule.f(anObject$5(it)); + var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; + return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys; +}; + +var hasOwn = hasOwnProperty_1; +var ownKeys = ownKeys$1; +var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor; +var definePropertyModule$3 = objectDefineProperty; + +var copyConstructorProperties$1 = function (target, source) { + var keys = ownKeys(source); + var defineProperty = definePropertyModule$3.f; + var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + if (!hasOwn(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key)); } +}; - return { - oldFileName: oldFileName, - newFileName: newFileName, - oldHeader: oldHeader, - newHeader: newHeader, - hunks: hunks - }; -} +var fails$3 = fails$8; +var isCallable$2 = isCallable$b; -function formatPatch(diff) { - var ret = []; +var replacement = /#|\.prototype\./; - if (diff.oldFileName == diff.newFileName) { - ret.push('Index: ' + diff.oldFileName); - } +var isForced$1 = function (feature, detection) { + var value = data$3[normalize$3(feature)]; + return value == POLYFILL ? true + : value == NATIVE ? false + : isCallable$2(detection) ? fails$3(detection) + : !!detection; +}; - ret.push('==================================================================='); - ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); - ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); +var normalize$3 = isForced$1.normalize = function (string) { + return String(string).replace(replacement, '.').toLowerCase(); +}; - for (var i = 0; i < diff.hunks.length; i++) { - var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 +var data$3 = isForced$1.data = {}; +var NATIVE = isForced$1.NATIVE = 'N'; +var POLYFILL = isForced$1.POLYFILL = 'P'; - if (hunk.oldLines === 0) { - hunk.oldStart -= 1; - } +var isForced_1 = isForced$1; - if (hunk.newLines === 0) { - hunk.newStart -= 1; - } +var global$8 = global$s; +var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f; +var createNonEnumerableProperty = createNonEnumerableProperty$3; +var redefine = redefine$1.exports; +var setGlobal = setGlobal$3; +var copyConstructorProperties = copyConstructorProperties$1; +var isForced = isForced_1; - ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); - ret.push.apply(ret, hunk.lines); +/* + options.target - name of the target object + options.global - target is the global object + options.stat - export as static methods of target + options.proto - export as prototype methods of target + options.real - real prototype method for the `pure` version + options.forced - export even if the native feature is available + options.bind - bind methods to the target, required for the `pure` version + options.wrap - wrap constructors to preventing global pollution, required for the `pure` version + options.unsafe - use the simple assignment of property instead of delete + defineProperty + options.sham - add a flag to not completely full polyfills + options.enumerable - export as enumerable property + options.noTargetGet - prevent calling a getter on target + options.name - the .name of the function if it does not match the key +*/ +var _export = function (options, source) { + var TARGET = options.target; + var GLOBAL = options.global; + var STATIC = options.stat; + var FORCED, target, key, targetProperty, sourceProperty, descriptor; + if (GLOBAL) { + target = global$8; + } else if (STATIC) { + target = global$8[TARGET] || setGlobal(TARGET, {}); + } else { + target = (global$8[TARGET] || {}).prototype; + } + if (target) for (key in source) { + sourceProperty = source[key]; + if (options.noTargetGet) { + descriptor = getOwnPropertyDescriptor(target, key); + targetProperty = descriptor && descriptor.value; + } else targetProperty = target[key]; + FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); + // contained in target + if (!FORCED && targetProperty !== undefined) { + if (typeof sourceProperty == typeof targetProperty) continue; + copyConstructorProperties(sourceProperty, targetProperty); + } + // add a flag to not completely full polyfills + if (options.sham || (targetProperty && targetProperty.sham)) { + createNonEnumerableProperty(sourceProperty, 'sham', true); + } + // extend global + redefine(target, key, sourceProperty, options); } +}; - return ret.join('\n') + '\n'; -} +var wellKnownSymbol$5 = wellKnownSymbol$7; -function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); -} +var TO_STRING_TAG$1 = wellKnownSymbol$5('toStringTag'); +var test$1 = {}; -function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { - return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); -} +test$1[TO_STRING_TAG$1] = 'z'; -function arrayEqual(a, b) { - if (a.length !== b.length) { - return false; - } +var toStringTagSupport = String(test$1) === '[object z]'; - return arrayStartsWith(a, b); -} +var global$7 = global$s; +var TO_STRING_TAG_SUPPORT = toStringTagSupport; +var isCallable$1 = isCallable$b; +var classofRaw = classofRaw$1; +var wellKnownSymbol$4 = wellKnownSymbol$7; -function arrayStartsWith(array, start) { - if (start.length > array.length) { - return false; - } +var TO_STRING_TAG = wellKnownSymbol$4('toStringTag'); +var Object$1 = global$7.Object; - for (var i = 0; i < start.length; i++) { - if (start[i] !== array[i]) { - return false; - } - } +// ES3 wrong here +var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments'; - return true; -} +// fallback for IE11 Script Access Denied error +var tryGet = function (it, key) { + try { + return it[key]; + } catch (error) { /* empty */ } +}; -function calcLineCount(hunk) { - var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines), - oldLines = _calcOldNewLineCount.oldLines, - newLines = _calcOldNewLineCount.newLines; +// getting tag from ES6+ `Object.prototype.toString` +var classof$4 = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) { + var O, tag, result; + return it === undefined ? 'Undefined' : it === null ? 'Null' + // @@toStringTag case + : typeof (tag = tryGet(O = Object$1(it), TO_STRING_TAG)) == 'string' ? tag + // builtinTag case + : CORRECT_ARGUMENTS ? classofRaw(O) + // ES3 arguments fallback + : (result = classofRaw(O)) == 'Object' && isCallable$1(O.callee) ? 'Arguments' : result; +}; - if (oldLines !== undefined) { - hunk.oldLines = oldLines; - } else { - delete hunk.oldLines; - } +var global$6 = global$s; +var classof$3 = classof$4; - if (newLines !== undefined) { - hunk.newLines = newLines; - } else { - delete hunk.newLines; - } -} +var String$1 = global$6.String; -function merge(mine, theirs, base) { - mine = loadPatch(mine, base); - theirs = loadPatch(theirs, base); - var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. - // Leaving sanity checks on this to the API consumer that may know more about the - // meaning in their own context. +var toString$3 = function (argument) { + if (classof$3(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string'); + return String$1(argument); +}; - if (mine.index || theirs.index) { - ret.index = mine.index || theirs.index; - } +var uncurryThis$3 = functionUncurryThis; - if (mine.newFileName || theirs.newFileName) { - if (!fileNameChanged(mine)) { - // No header or no change in ours, use theirs (and ours if theirs does not exist) - ret.oldFileName = theirs.oldFileName || mine.oldFileName; - ret.newFileName = theirs.newFileName || mine.newFileName; - ret.oldHeader = theirs.oldHeader || mine.oldHeader; - ret.newHeader = theirs.newHeader || mine.newHeader; - } else if (!fileNameChanged(theirs)) { - // No header or no change in theirs, use ours - ret.oldFileName = mine.oldFileName; - ret.newFileName = mine.newFileName; - ret.oldHeader = mine.oldHeader; - ret.newHeader = mine.newHeader; - } else { - // Both changed... figure it out - ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); - ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); - ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); - ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); - } - } +var arraySlice$1 = uncurryThis$3([].slice); - ret.hunks = []; - var mineIndex = 0, - theirsIndex = 0, - mineOffset = 0, - theirsOffset = 0; +var arraySlice = arraySlice$1; - while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { - var mineCurrent = mine.hunks[mineIndex] || { - oldStart: Infinity - }, - theirsCurrent = theirs.hunks[theirsIndex] || { - oldStart: Infinity - }; +var floor = Math.floor; - if (hunkBefore(mineCurrent, theirsCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); - mineIndex++; - theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; - } else if (hunkBefore(theirsCurrent, mineCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); - theirsIndex++; - mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; - } else { - // Overlap, merge as best we can - var mergedHunk = { - oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), - oldLines: 0, - newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), - newLines: 0, - lines: [] - }; - mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); - theirsIndex++; - mineIndex++; - ret.hunks.push(mergedHunk); - } - } +var mergeSort = function (array, comparefn) { + var length = array.length; + var middle = floor(length / 2); + return length < 8 ? insertionSort(array, comparefn) : merge$3( + array, + mergeSort(arraySlice(array, 0, middle), comparefn), + mergeSort(arraySlice(array, middle), comparefn), + comparefn + ); +}; - return ret; -} +var insertionSort = function (array, comparefn) { + var length = array.length; + var i = 1; + var element, j; -function loadPatch(param, base) { - if (typeof param === 'string') { - if (/^@@/m.test(param) || /^Index:/m.test(param)) { - return parsePatch(param)[0]; + while (i < length) { + j = i; + element = array[i]; + while (j && comparefn(array[j - 1], element) > 0) { + array[j] = array[--j]; } + if (j !== i++) array[j] = element; + } return array; +}; - if (!base) { - throw new Error('Must provide a base reference or pass in a patch'); - } +var merge$3 = function (array, left, right, comparefn) { + var llength = left.length; + var rlength = right.length; + var lindex = 0; + var rindex = 0; - return structuredPatch(undefined, undefined, base, param); - } + while (lindex < llength || rindex < rlength) { + array[lindex + rindex] = (lindex < llength && rindex < rlength) + ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++] + : lindex < llength ? left[lindex++] : right[rindex++]; + } return array; +}; - return param; -} +var arraySort = mergeSort; -function fileNameChanged(patch) { - return patch.newFileName && patch.newFileName !== patch.oldFileName; -} +var fails$2 = fails$8; -function selectField(index, mine, theirs) { - if (mine === theirs) { - return mine; - } else { - index.conflict = true; - return { - mine: mine, - theirs: theirs - }; - } -} +var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) { + var method = [][METHOD_NAME]; + return !!method && fails$2(function () { + // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing + method.call(null, argument || function () { throw 1; }, 1); + }); +}; -function hunkBefore(test, check) { - return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; -} +var userAgent$1 = engineUserAgent; -function cloneHunk(hunk, offset) { - return { - oldStart: hunk.oldStart, - oldLines: hunk.oldLines, - newStart: hunk.newStart + offset, - newLines: hunk.newLines, - lines: hunk.lines - }; -} +var firefox = userAgent$1.match(/firefox\/(\d+)/i); -function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { - // This will generally result in a conflicted hunk, but there are cases where the context - // is the only overlap where we can successfully merge the content here. - var mine = { - offset: mineOffset, - lines: mineLines, - index: 0 - }, - their = { - offset: theirOffset, - lines: theirLines, - index: 0 - }; // Handle any leading content +var engineFfVersion = !!firefox && +firefox[1]; - insertLeading(hunk, mine, their); - insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. +var UA = engineUserAgent; - while (mine.index < mine.lines.length && their.index < their.lines.length) { - var mineCurrent = mine.lines[mine.index], - theirCurrent = their.lines[their.index]; +var engineIsIeOrEdge = /MSIE|Trident/.test(UA); - if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { - // Both modified ... - mutualChange(hunk, mine, their); - } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { - var _hunk$lines; // Mine inserted +var userAgent = engineUserAgent; +var webkit = userAgent.match(/AppleWebKit\/(\d+)\./); - (_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine))); - } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { - var _hunk$lines2; // Theirs inserted +var engineWebkitVersion = !!webkit && +webkit[1]; +var $$3 = _export; +var uncurryThis$2 = functionUncurryThis; +var aCallable$3 = aCallable$5; +var toObject$2 = toObject$4; +var lengthOfArrayLike$4 = lengthOfArrayLike$6; +var toString$2 = toString$3; +var fails$1 = fails$8; +var internalSort = arraySort; +var arrayMethodIsStrict = arrayMethodIsStrict$1; +var FF = engineFfVersion; +var IE_OR_EDGE = engineIsIeOrEdge; +var V8 = engineV8Version; +var WEBKIT = engineWebkitVersion; - (_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their))); - } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { - // Mine removed or edited - removal(hunk, mine, their); - } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { - // Their removed or edited - removal(hunk, their, mine, true); - } else if (mineCurrent === theirCurrent) { - // Context identity - hunk.lines.push(mineCurrent); - mine.index++; - their.index++; - } else { - // Context mismatch - conflict(hunk, collectChange(mine), collectChange(their)); +var test = []; +var un$Sort = uncurryThis$2(test.sort); +var push$2 = uncurryThis$2(test.push); + +// IE8- +var FAILS_ON_UNDEFINED = fails$1(function () { + test.sort(undefined); +}); +// V8 bug +var FAILS_ON_NULL = fails$1(function () { + test.sort(null); +}); +// Old WebKit +var STRICT_METHOD = arrayMethodIsStrict('sort'); + +var STABLE_SORT = !fails$1(function () { + // feature detection can be too slow, so check engines versions + if (V8) return V8 < 70; + if (FF && FF > 3) return; + if (IE_OR_EDGE) return true; + if (WEBKIT) return WEBKIT < 603; + + var result = ''; + var code, chr, value, index; + + // generate an array with more 512 elements (Chakra and old V8 fails only in this case) + for (code = 65; code < 76; code++) { + chr = String.fromCharCode(code); + + switch (code) { + case 66: case 69: case 70: case 72: value = 3; break; + case 68: case 71: value = 4; break; + default: value = 2; } - } // Now push anything that may be remaining + for (index = 0; index < 47; index++) { + test.push({ k: chr + index, v: value }); + } + } - insertTrailing(hunk, mine); - insertTrailing(hunk, their); - calcLineCount(hunk); -} + test.sort(function (a, b) { return b.v - a.v; }); -function mutualChange(hunk, mine, their) { - var myChanges = collectChange(mine), - theirChanges = collectChange(their); + for (index = 0; index < test.length; index++) { + chr = test[index].k.charAt(0); + if (result.charAt(result.length - 1) !== chr) result += chr; + } - if (allRemoves(myChanges) && allRemoves(theirChanges)) { - // Special case for remove changes that are supersets of one another - if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { - var _hunk$lines3; + return result !== 'DGBEFHACIJK'; +}); - (_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges)); +var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT; - return; - } else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { - var _hunk$lines4; +var getSortCompare = function (comparefn) { + return function (x, y) { + if (y === undefined) return -1; + if (x === undefined) return 1; + if (comparefn !== undefined) return +comparefn(x, y) || 0; + return toString$2(x) > toString$2(y) ? 1 : -1; + }; +}; - (_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges)); +// `Array.prototype.sort` method +// https://tc39.es/ecma262/#sec-array.prototype.sort +$$3({ target: 'Array', proto: true, forced: FORCED }, { + sort: function sort(comparefn) { + if (comparefn !== undefined) aCallable$3(comparefn); - return; - } - } else if (arrayEqual(myChanges, theirChanges)) { - var _hunk$lines5; + var array = toObject$2(this); - (_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges)); + if (STABLE_SORT) return comparefn === undefined ? un$Sort(array) : un$Sort(array, comparefn); - return; - } + var items = []; + var arrayLength = lengthOfArrayLike$4(array); + var itemsLength, index; - conflict(hunk, myChanges, theirChanges); -} + for (index = 0; index < arrayLength; index++) { + if (index in array) push$2(items, array[index]); + } -function removal(hunk, mine, their, swap) { - var myChanges = collectChange(mine), - theirChanges = collectContext(their, myChanges); + internalSort(items, getSortCompare(comparefn)); - if (theirChanges.merged) { - var _hunk$lines6; + itemsLength = items.length; + index = 0; - (_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged)); - } else { - conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); + while (index < itemsLength) array[index] = items[index++]; + while (index < arrayLength) delete array[index++]; + + return array; } -} +}); -function conflict(hunk, mine, their) { - hunk.conflict = true; - hunk.lines.push({ - conflict: true, - mine: mine, - theirs: their - }); -} +var json = {}; -function insertLeading(hunk, insert, their) { - while (insert.offset < their.offset && insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - insert.offset++; - } -} +Object.defineProperty(json, "__esModule", { + value: true +}); +json.diffJson = diffJson; +json.canonicalize = canonicalize; +json.jsonDiff = void 0; +/*istanbul ignore end*/ -function insertTrailing(hunk, insert) { - while (insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - } -} +var +/*istanbul ignore start*/ +_base$1 = _interopRequireDefault$3(base$1) +/*istanbul ignore end*/ +; -function collectChange(state) { - var ret = [], - operation = state.lines[state.index][0]; +var +/*istanbul ignore start*/ +_line$1 = line$B +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ - while (state.index < state.lines.length) { - var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. +function _interopRequireDefault$3(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} - if (operation === '-' && line[0] === '+') { - operation = '+'; - } +function _typeof(obj) { + "@babel/helpers - typeof"; - if (operation === line[0]) { - ret.push(line); - state.index++; - } else { - break; - } + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof = function _typeof(obj) { + return typeof obj; + }; + } else { + _typeof = function _typeof(obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; } - return ret; + return _typeof(obj); } +/*istanbul ignore end*/ -function collectContext(state, matchChanges) { - var changes = [], - merged = [], - matchIndex = 0, - contextChanges = false, - conflicted = false; - while (matchIndex < matchChanges.length && state.index < state.lines.length) { - var change = state.lines[state.index], - match = matchChanges[matchIndex]; // Once we've hit our add, then we are done +var objectPrototypeToString = Object.prototype.toString; +var jsonDiff = new +/*istanbul ignore start*/ +_base$1 +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a +// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: - if (match[0] === '+') { - break; - } +/*istanbul ignore start*/ - contextChanges = contextChanges || change[0] !== ' '; - merged.push(match); - matchIndex++; // Consume any additions in the other block as a conflict to attempt - // to pull in the remaining context after this +json.jsonDiff = jsonDiff; +/*istanbul ignore end*/ - if (change[0] === '+') { - conflicted = true; - - while (change[0] === '+') { - changes.push(change); - change = state.lines[++state.index]; - } - } - - if (match.substr(1) === change.substr(1)) { - changes.push(change); - state.index++; - } else { - conflicted = true; - } - } - - if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { - conflicted = true; - } +jsonDiff.useLongestToken = true; +jsonDiff.tokenize = +/*istanbul ignore start*/ +_line$1 +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +lineDiff +/*istanbul ignore end*/ +.tokenize; - if (conflicted) { - return changes; - } +jsonDiff.castInput = function (value) { + /*istanbul ignore start*/ + var _this$options = + /*istanbul ignore end*/ + this.options, + undefinedReplacement = _this$options.undefinedReplacement, + _this$options$stringi = _this$options.stringifyReplacer, + stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) + /*istanbul ignore start*/ + { + return ( + /*istanbul ignore end*/ + typeof v === 'undefined' ? undefinedReplacement : v + ); + } : _this$options$stringi; + return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); +}; - while (matchIndex < matchChanges.length) { - merged.push(matchChanges[matchIndex++]); - } +jsonDiff.equals = function (left, right) { + return ( + /*istanbul ignore start*/ + _base$1 + /*istanbul ignore end*/ + [ + /*istanbul ignore start*/ + "default" + /*istanbul ignore end*/ + ].prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')) + ); +}; - return { - merged: merged, - changes: changes - }; -} +function diffJson(oldObj, newObj, options) { + return jsonDiff.diff(oldObj, newObj, options); +} // This function handles the presence of circular references by bailing out when encountering an +// object that is already on the "stack" of items being processed. Accepts an optional replacer -function allRemoves(changes) { - return changes.reduce(function (prev, change) { - return prev && change[0] === '-'; - }, true); -} -function skipRemoveSuperset(state, removeChanges, delta) { - for (var i = 0; i < delta; i++) { - var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); +function canonicalize(obj, stack, replacementStack, replacer, key) { + stack = stack || []; + replacementStack = replacementStack || []; - if (state.lines[state.index + i] !== ' ' + changeContent) { - return false; - } + if (replacer) { + obj = replacer(key, obj); } - state.index += delta; - return true; -} - -function calcOldNewLineCount(lines) { - var oldLines = 0; - var newLines = 0; - lines.forEach(function (line) { - if (typeof line !== 'string') { - var myCount = calcOldNewLineCount(line.mine); - var theirCount = calcOldNewLineCount(line.theirs); - - if (oldLines !== undefined) { - if (myCount.oldLines === theirCount.oldLines) { - oldLines += myCount.oldLines; - } else { - oldLines = undefined; - } - } - - if (newLines !== undefined) { - if (myCount.newLines === theirCount.newLines) { - newLines += myCount.newLines; - } else { - newLines = undefined; - } - } - } else { - if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { - newLines++; - } + var i; - if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { - oldLines++; - } + for (i = 0; i < stack.length; i += 1) { + if (stack[i] === obj) { + return replacementStack[i]; } - }); - return { - oldLines: oldLines, - newLines: newLines - }; -} // See: http://code.google.com/p/google-diff-match-patch/wiki/API - + } -function convertChangesToDMP(changes) { - var ret = [], - change, - operation; + var canonicalizedObj; - for (var i = 0; i < changes.length; i++) { - change = changes[i]; + if ('[object Array]' === objectPrototypeToString.call(obj)) { + stack.push(obj); + canonicalizedObj = new Array(obj.length); + replacementStack.push(canonicalizedObj); - if (change.added) { - operation = 1; - } else if (change.removed) { - operation = -1; - } else { - operation = 0; + for (i = 0; i < obj.length; i += 1) { + canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); } - ret.push([operation, change.value]); + stack.pop(); + replacementStack.pop(); + return canonicalizedObj; } - return ret; -} + if (obj && obj.toJSON) { + obj = obj.toJSON(); + } -function convertChangesToXML(changes) { - var ret = []; + if ( + /*istanbul ignore start*/ + _typeof( + /*istanbul ignore end*/ + obj) === 'object' && obj !== null) { + stack.push(obj); + canonicalizedObj = {}; + replacementStack.push(canonicalizedObj); - for (var i = 0; i < changes.length; i++) { - var change = changes[i]; + var sortedKeys = [], + _key; - if (change.added) { - ret.push(''); - } else if (change.removed) { - ret.push(''); + for (_key in obj) { + /* istanbul ignore else */ + if (obj.hasOwnProperty(_key)) { + sortedKeys.push(_key); + } } - ret.push(escapeHTML(change.value)); + sortedKeys.sort(); - if (change.added) { - ret.push(''); - } else if (change.removed) { - ret.push(''); + for (i = 0; i < sortedKeys.length; i += 1) { + _key = sortedKeys[i]; + canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); } - } - return ret.join(''); -} + stack.pop(); + replacementStack.pop(); + } else { + canonicalizedObj = obj; + } -function escapeHTML(s) { - var n = s; - n = n.replace(/&/g, '&'); - n = n.replace(//g, '>'); - n = n.replace(/"/g, '"'); - return n; + return canonicalizedObj; } -var index_es6 = /*#__PURE__*/Object.freeze({ - __proto__: null, - Diff: Diff, - applyPatch: applyPatch, - applyPatches: applyPatches, - canonicalize: canonicalize, - convertChangesToDMP: convertChangesToDMP, - convertChangesToXML: convertChangesToXML, - createPatch: createPatch, - createTwoFilesPatch: createTwoFilesPatch, - diffArrays: diffArrays, - diffChars: diffChars, - diffCss: diffCss, - diffJson: diffJson, - diffLines: diffLines, - diffSentences: diffSentences, - diffTrimmedLines: diffTrimmedLines, - diffWords: diffWords, - diffWordsWithSpace: diffWordsWithSpace, - merge: merge, - parsePatch: parsePatch, - structuredPatch: structuredPatch -}); +var array$6 = {}; -/** - * @param {Doc[]} parts - * @returns Doc - */ +/*istanbul ignore start*/ +Object.defineProperty(array$6, "__esModule", { + value: true +}); +array$6.diffArrays = diffArrays; +array$6.arrayDiff = void 0; +/*istanbul ignore end*/ -function concat(parts) { - // access the internals of a document directly. - // if(parts.length === 1) { - // // If it's a single document, no need to concat it. - // return parts[0]; - // } +var +/*istanbul ignore start*/ +_base = _interopRequireDefault$2(base$1) +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ - return { - type: "concat", - parts +function _interopRequireDefault$2(obj) { + return obj && obj.__esModule ? obj : { + "default": obj }; } -/** - * @param {Doc} contents - * @returns Doc - */ +/*istanbul ignore end*/ -function indent(contents) { +var arrayDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +[ +/*istanbul ignore start*/ +"default" +/*istanbul ignore end*/ +](); +/*istanbul ignore start*/ - return { - type: "indent", - contents - }; -} -/** - * @param {number | string} n - * @param {Doc} contents - * @returns Doc - */ +array$6.arrayDiff = arrayDiff; +/*istanbul ignore end*/ +arrayDiff.tokenize = function (value) { + return value.slice(); +}; -function align(n, contents) { +arrayDiff.join = arrayDiff.removeEmpty = function (value) { + return value; +}; - return { - type: "align", - contents, - n - }; +function diffArrays(oldArr, newArr, callback) { + return arrayDiff.diff(oldArr, newArr, callback); } -/** - * @param {Doc} contents - * @param {object} [opts] - TBD ??? - * @returns Doc - */ +var apply = {}; -function group(contents, opts) { - opts = opts || {}; - - return { - type: "group", - id: opts.id, - contents, - break: !!opts.shouldBreak, - expandedStates: opts.expandedStates - }; -} -/** - * @param {Doc} contents - * @returns Doc - */ +var parse$e = {}; +/*istanbul ignore start*/ -function dedentToRoot(contents) { - return align(-Infinity, contents); -} -/** - * @param {Doc} contents - * @returns Doc - */ +Object.defineProperty(parse$e, "__esModule", { + value: true +}); +parse$e.parsePatch = parsePatch; +/*istanbul ignore end*/ +function parsePatch(uniDiff) { + /*istanbul ignore start*/ + var + /*istanbul ignore end*/ + options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], + list = [], + i = 0; -function markAsRoot(contents) { - // @ts-ignore - TBD ???: - return align({ - type: "root" - }, contents); -} -/** - * @param {Doc} contents - * @returns Doc - */ + function parseIndex() { + var index = {}; + list.push(index); // Parse diff metadata + while (i < diffstr.length) { + var line = diffstr[i]; // File header found, end parsing diff metadata -function dedent(contents) { - return align(-1, contents); -} -/** - * @param {Doc[]} states - * @param {object} [opts] - TBD ??? - * @returns Doc - */ + if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { + break; + } // Diff index -function conditionalGroup(states, opts) { - return group(states[0], Object.assign({}, opts, { - expandedStates: states - })); -} -/** - * @param {Doc[]} parts - * @returns Doc - */ + var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); + if (header) { + index.index = header[1]; + } -function fill(parts) { + i++; + } // Parse file headers if they are defined. Unified diff requires them, but + // there's no technical issues to have an isolated hunk without file header - return { - type: "fill", - parts - }; -} -/** - * @param {Doc} [breakContents] - * @param {Doc} [flatContents] - * @param {object} [opts] - TBD ??? - * @returns Doc - */ + parseFileHeader(index); + parseFileHeader(index); // Parse hunks -function ifBreak(breakContents, flatContents, opts) { - opts = opts || {}; + index.hunks = []; - return { - type: "if-break", - breakContents, - flatContents, - groupId: opts.groupId - }; -} -/** - * @param {Doc} contents - * @returns Doc - */ + while (i < diffstr.length) { + var _line = diffstr[i]; + if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { + break; + } else if (/^@@/.test(_line)) { + index.hunks.push(parseHunk()); + } else if (_line && options.strict) { + // Ignore unexpected content unless in strict mode + throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); + } else { + i++; + } + } + } // Parses the --- and +++ headers, if none are found, no lines + // are consumed. -function lineSuffix(contents) { - return { - type: "line-suffix", - contents - }; -} + function parseFileHeader(index) { + var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]); -const lineSuffixBoundary = { - type: "line-suffix-boundary" -}; -const breakParent = { - type: "break-parent" -}; -const trim = { - type: "trim" -}; -const line = { - type: "line" -}; -const softline = { - type: "line", - soft: true -}; -const hardline = concat([{ - type: "line", - hard: true -}, breakParent]); -const literalline = concat([{ - type: "line", - hard: true, - literal: true -}, breakParent]); -const cursor = { - type: "cursor", - placeholder: Symbol("cursor") -}; -/** - * @param {Doc} sep - * @param {Doc[]} arr - * @returns Doc - */ + if (fileHeader) { + var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new'; + var data = fileHeader[2].split('\t', 2); + var fileName = data[0].replace(/\\\\/g, '\\'); -function join(sep, arr) { - const res = []; + if (/^".*"$/.test(fileName)) { + fileName = fileName.substr(1, fileName.length - 2); + } - for (let i = 0; i < arr.length; i++) { - if (i !== 0) { - res.push(sep); + index[keyPrefix + 'FileName'] = fileName; + index[keyPrefix + 'Header'] = (data[1] || '').trim(); + i++; } + } // Parses a hunk + // This assumes that we are at the start of a hunk. - res.push(arr[i]); - } - return concat(res); -} -/** - * @param {Doc} doc - * @param {number} size - * @param {number} tabWidth - */ + function parseHunk() { + var chunkHeaderIndex = i, + chunkHeaderLine = diffstr[i++], + chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); + var hunk = { + oldStart: +chunkHeader[1], + oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2], + newStart: +chunkHeader[3], + newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4], + lines: [], + linedelimiters: [] + }; // Unified Diff Format quirk: If the chunk size is 0, + // the first number is one lower than one would expect. + // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 + if (hunk.oldLines === 0) { + hunk.oldStart += 1; + } -function addAlignmentToDoc(doc, size, tabWidth) { - let aligned = doc; + if (hunk.newLines === 0) { + hunk.newStart += 1; + } - if (size > 0) { - // Use indent to add tabs for all the levels of tabs we need - for (let i = 0; i < Math.floor(size / tabWidth); ++i) { - aligned = indent(aligned); - } // Use align for all the spaces that are needed + var addCount = 0, + removeCount = 0; + for (; i < diffstr.length; i++) { + // Lines starting with '---' could be mistaken for the "remove line" operation + // But they could be the header for the next file. Therefore prune such cases out. + if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { + break; + } - aligned = align(size % tabWidth, aligned); // size is absolute from 0 and not relative to the current - // indentation, so we use -Infinity to reset the indentation to 0 + var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; - aligned = align(-Infinity, aligned); - } + if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { + hunk.lines.push(diffstr[i]); + hunk.linedelimiters.push(delimiters[i] || '\n'); - return aligned; -} + if (operation === '+') { + addCount++; + } else if (operation === '-') { + removeCount++; + } else if (operation === ' ') { + addCount++; + removeCount++; + } + } else { + break; + } + } // Handle the empty block count case -var docBuilders = { - concat, - join, - line, - softline, - hardline, - literalline, - group, - conditionalGroup, - fill, - lineSuffix, - lineSuffixBoundary, - cursor, - breakParent, - ifBreak, - trim, - indent, - align, - addAlignmentToDoc, - markAsRoot, - dedentToRoot, - dedent -}; -var ansiRegex = ({ - onlyFirst = false -} = {}) => { - const pattern = ['[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))'].join('|'); - return new RegExp(pattern, onlyFirst ? undefined : 'g'); -}; + if (!addCount && hunk.newLines === 1) { + hunk.newLines = 0; + } -var stripAnsi = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string; + if (!removeCount && hunk.oldLines === 1) { + hunk.oldLines = 0; + } // Perform optional sanity checking -/* eslint-disable yoda */ -const isFullwidthCodePoint = codePoint => { - if (Number.isNaN(codePoint)) { - return false; - } // Code points are derived from: - // http://www.unix.org/Public/UNIDATA/EastAsianWidth.txt + if (options.strict) { + if (addCount !== hunk.newLines) { + throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + if (removeCount !== hunk.oldLines) { + throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + } - if (codePoint >= 0x1100 && (codePoint <= 0x115F || // Hangul Jamo - codePoint === 0x2329 || // LEFT-POINTING ANGLE BRACKET - codePoint === 0x232A || // RIGHT-POINTING ANGLE BRACKET - // CJK Radicals Supplement .. Enclosed CJK Letters and Months - 0x2E80 <= codePoint && codePoint <= 0x3247 && codePoint !== 0x303F || // Enclosed CJK Letters and Months .. CJK Unified Ideographs Extension A - 0x3250 <= codePoint && codePoint <= 0x4DBF || // CJK Unified Ideographs .. Yi Radicals - 0x4E00 <= codePoint && codePoint <= 0xA4C6 || // Hangul Jamo Extended-A - 0xA960 <= codePoint && codePoint <= 0xA97C || // Hangul Syllables - 0xAC00 <= codePoint && codePoint <= 0xD7A3 || // CJK Compatibility Ideographs - 0xF900 <= codePoint && codePoint <= 0xFAFF || // Vertical Forms - 0xFE10 <= codePoint && codePoint <= 0xFE19 || // CJK Compatibility Forms .. Small Form Variants - 0xFE30 <= codePoint && codePoint <= 0xFE6B || // Halfwidth and Fullwidth Forms - 0xFF01 <= codePoint && codePoint <= 0xFF60 || 0xFFE0 <= codePoint && codePoint <= 0xFFE6 || // Kana Supplement - 0x1B000 <= codePoint && codePoint <= 0x1B001 || // Enclosed Ideographic Supplement - 0x1F200 <= codePoint && codePoint <= 0x1F251 || // CJK Unified Ideographs Extension B .. Tertiary Ideographic Plane - 0x20000 <= codePoint && codePoint <= 0x3FFFD)) { - return true; + return hunk; } - return false; -}; + while (i < diffstr.length) { + parseIndex(); + } -var isFullwidthCodePoint_1 = isFullwidthCodePoint; -var _default = isFullwidthCodePoint; -isFullwidthCodePoint_1.default = _default; + return list; +} -var emojiRegex = function () { - // https://mths.be/emoji - return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g; -}; +var distanceIterator = {}; -const stringWidth = string => { - string = string.replace(emojiRegex(), ' '); +/*istanbul ignore start*/ - if (typeof string !== 'string' || string.length === 0) { - return 0; - } +(function (exports) { - string = stripAnsi(string); - let width = 0; + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports["default"] = _default; + /*istanbul ignore end*/ + // Iterator that traverses in the range of [min, max], stepping + // by distance from a given start position. I.e. for [0, 4], with + // start of 2, this will iterate 2, 3, 1, 4, 0. + + function + /*istanbul ignore start*/ + _default + /*istanbul ignore end*/ + (start, minLine, maxLine) { + var wantForward = true, + backwardExhausted = false, + forwardExhausted = false, + localOffset = 1; + return function iterator() { + if (wantForward && !forwardExhausted) { + if (backwardExhausted) { + localOffset++; + } else { + wantForward = false; + } // Check if trying to fit beyond text length, and if not, check it fits + // after offset location (or desired location on first iteration) - for (let i = 0; i < string.length; i++) { - const code = string.codePointAt(i); // Ignore control characters - if (code <= 0x1F || code >= 0x7F && code <= 0x9F) { - continue; - } // Ignore combining characters + if (start + localOffset <= maxLine) { + return localOffset; + } + forwardExhausted = true; + } - if (code >= 0x300 && code <= 0x36F) { - continue; - } // Surrogates + if (!backwardExhausted) { + if (!forwardExhausted) { + wantForward = true; + } // Check if trying to fit before text beginning, and if not, check it fits + // before offset location - if (code > 0xFFFF) { - i++; - } + if (minLine <= start - localOffset) { + return -localOffset++; + } + + backwardExhausted = true; + return iterator(); + } // We tried to fit hunk before text beginning and beyond text length, then + // hunk can't fit on the text. Return undefined - width += isFullwidthCodePoint_1(code) ? 2 : 1; + }; } +})(distanceIterator); - return width; -}; +/*istanbul ignore start*/ -var stringWidth_1 = stringWidth; // TODO: remove this in the next major version +Object.defineProperty(apply, "__esModule", { + value: true +}); +apply.applyPatch = applyPatch; +apply.applyPatches = applyPatches; +/*istanbul ignore end*/ -var _default$1 = stringWidth; -stringWidth_1.default = _default$1; +var +/*istanbul ignore start*/ +_parse$1 = parse$e +/*istanbul ignore end*/ +; -var escapeStringRegexp = string => { - if (typeof string !== 'string') { - throw new TypeError('Expected a string'); - } // Escape characters with special meaning either inside or outside character sets. - // Use a simple backslash escape when it’s always valid, and a \unnnn escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar. +var +/*istanbul ignore start*/ +_distanceIterator = _interopRequireDefault$1(distanceIterator) +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ - return string.replace(/[|\\{}()[\]^$+*?.]/g, '\\$&').replace(/-/g, '\\x2d'); -}; +function _interopRequireDefault$1(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; +} +/*istanbul ignore end*/ -var getLast = arr => arr[arr.length - 1]; -function _objectWithoutPropertiesLoose(source, excluded) { - if (source == null) return {}; - var target = {}; - var sourceKeys = Object.keys(source); - var key, i; +function applyPatch(source, uniDiff) { + /*istanbul ignore start*/ + var + /*istanbul ignore end*/ + options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - for (i = 0; i < sourceKeys.length; i++) { - key = sourceKeys[i]; - if (excluded.indexOf(key) >= 0) continue; - target[key] = source[key]; + if (typeof uniDiff === 'string') { + uniDiff = + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _parse$1 + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + parsePatch + /*istanbul ignore end*/ + )(uniDiff); } - return target; -} + if (Array.isArray(uniDiff)) { + if (uniDiff.length > 1) { + throw new Error('applyPatch only works with a single input.'); + } -const debug = typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error('SEMVER', ...args) : () => {}; -var debug_1 = debug; + uniDiff = uniDiff[0]; + } // Apply the diff to the input -// Note: this is the semver.org version of the spec that it implements -// Not necessarily the package version of this code. -const SEMVER_SPEC_VERSION = '2.0.0'; -const MAX_LENGTH = 256; -const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || -/* istanbul ignore next */ -9007199254740991; // Max safe segment length for coercion. -const MAX_SAFE_COMPONENT_LENGTH = 16; -var constants = { - SEMVER_SPEC_VERSION, - MAX_LENGTH, - MAX_SAFE_INTEGER, - MAX_SAFE_COMPONENT_LENGTH -}; + var lines = source.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], + hunks = uniDiff.hunks, + compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) + /*istanbul ignore start*/ + { + return ( + /*istanbul ignore end*/ + line === patchContent + ); + }, + errorCount = 0, + fuzzFactor = options.fuzzFactor || 0, + minLine = 0, + offset = 0, + removeEOFNL, + addEOFNL; + /** + * Checks if the hunk exactly fits on the provided location + */ -function createCommonjsModule(fn, basedir, module) { - return module = { - path: basedir, - exports: {}, - require: function (path, base) { - return commonjsRequire(path, (base === undefined || base === null) ? module.path : base); - } - }, fn(module, module.exports), module.exports; -} -function getDefaultExportFromNamespaceIfPresent (n) { - return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n; -} + function hunkFits(hunk, toPos) { + for (var j = 0; j < hunk.lines.length; j++) { + var line = hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line; -function commonjsRequire () { - throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs'); -} + if (operation === ' ' || operation === '-') { + // Context sanity check + if (!compareLine(toPos + 1, lines[toPos], operation, content)) { + errorCount++; -var re_1 = createCommonjsModule(function (module, exports) { - const { - MAX_SAFE_COMPONENT_LENGTH - } = constants; - exports = module.exports = {}; // The actual regexps go on exports.re + if (errorCount > fuzzFactor) { + return false; + } + } - const re = exports.re = []; - const src = exports.src = []; - const t = exports.t = {}; - let R = 0; + toPos++; + } + } - const createToken = (name, value, isGlobal) => { - const index = R++; - debug_1(index, value); - t[name] = index; - src[index] = value; - re[index] = new RegExp(value, isGlobal ? 'g' : undefined); - }; // The following Regular Expressions can be used for tokenizing, - // validating, and parsing SemVer version strings. - // ## Numeric Identifier - // A single `0`, or a non-zero digit followed by zero or more digits. - - - createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*'); - createToken('NUMERICIDENTIFIERLOOSE', '[0-9]+'); // ## Non-numeric Identifier - // Zero or more digits, followed by a letter or hyphen, and then zero or - // more letters, digits, or hyphens. + return true; + } // Search best fit offsets for each hunk based on the previous ones - createToken('NONNUMERICIDENTIFIER', '\\d*[a-zA-Z-][a-zA-Z0-9-]*'); // ## Main Version - // Three dot-separated numeric identifiers. - createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + `(${src[t.NUMERICIDENTIFIER]})\\.` + `(${src[t.NUMERICIDENTIFIER]})`); - createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + `(${src[t.NUMERICIDENTIFIERLOOSE]})`); // ## Pre-release Version Identifier - // A numeric identifier, or a non-numeric identifier. + for (var i = 0; i < hunks.length; i++) { + var hunk = hunks[i], + maxLine = lines.length - hunk.oldLines, + localOffset = 0, + toPos = offset + hunk.oldStart - 1; + var iterator = + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _distanceIterator + /*istanbul ignore end*/ + [ + /*istanbul ignore start*/ + "default" + /*istanbul ignore end*/ + ])(toPos, minLine, maxLine); - createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]}|${src[t.NONNUMERICIDENTIFIER]})`); - createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]}|${src[t.NONNUMERICIDENTIFIER]})`); // ## Pre-release Version - // Hyphen, followed by one or more dot-separated pre-release version - // identifiers. + for (; localOffset !== undefined; localOffset = iterator()) { + if (hunkFits(hunk, toPos + localOffset)) { + hunk.offset = offset += localOffset; + break; + } + } - createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`); - createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`); // ## Build Metadata Identifier - // Any combination of digits, letters, or hyphens. + if (localOffset === undefined) { + return false; + } // Set lower text limit to end of the current hunk, so next ones don't try + // to fit over already patched text - createToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+'); // ## Build Metadata - // Plus sign, followed by one or more period-separated build metadata - // identifiers. - createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER]}(?:\\.${src[t.BUILDIDENTIFIER]})*))`); // ## Full Version String - // A main version, followed optionally by a pre-release version and - // build metadata. - // Note that the only major, minor, patch, and pre-release sections of - // the version string are capturing groups. The build metadata is not a - // capturing group, because it should not ever be used in version - // comparison. + minLine = hunk.offset + hunk.oldStart + hunk.oldLines; + } // Apply patch hunks - createToken('FULLPLAIN', `v?${src[t.MAINVERSION]}${src[t.PRERELEASE]}?${src[t.BUILD]}?`); - createToken('FULL', `^${src[t.FULLPLAIN]}$`); // like full, but allows v1.2.3 and =1.2.3, which people do sometimes. - // also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty - // common in the npm registry. - createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE]}${src[t.PRERELEASELOOSE]}?${src[t.BUILD]}?`); - createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`); - createToken('GTLT', '((?:<|>)?=?)'); // Something like "2.*" or "1.2.x". - // Note that "x.x" is a valid xRange identifer, meaning "any version" - // Only the first item is strictly required. + var diffOffset = 0; - createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`); - createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`); - createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + `(?:${src[t.PRERELEASE]})?${src[t.BUILD]}?` + `)?)?`); - createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:${src[t.PRERELEASELOOSE]})?${src[t.BUILD]}?` + `)?)?`); - createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`); - createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`); // Coercion. - // Extract anything that could conceivably be a part of a valid semver + for (var _i = 0; _i < hunks.length; _i++) { + var _hunk = hunks[_i], + _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; - createToken('COERCE', `${'(^|[^\\d])' + '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + `(?:$|[^\\d])`); - createToken('COERCERTL', src[t.COERCE], true); // Tilde ranges. - // Meaning is "reasonably at or greater than" + diffOffset += _hunk.newLines - _hunk.oldLines; - createToken('LONETILDE', '(?:~>?)'); - createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true); - exports.tildeTrimReplace = '$1~'; - createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`); - createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`); // Caret ranges. - // Meaning is "at least and backwards compatible with" + for (var j = 0; j < _hunk.lines.length; j++) { + var line = _hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line, + delimiter = _hunk.linedelimiters[j]; - createToken('LONECARET', '(?:\\^)'); - createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true); - exports.caretTrimReplace = '$1^'; - createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`); - createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`); // A simple gt/lt/eq thing, or just "" to indicate "any version" + if (operation === ' ') { + _toPos++; + } else if (operation === '-') { + lines.splice(_toPos, 1); + delimiters.splice(_toPos, 1); + /* istanbul ignore else */ + } else if (operation === '+') { + lines.splice(_toPos, 0, content); + delimiters.splice(_toPos, 0, delimiter); + _toPos++; + } else if (operation === '\\') { + var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; - createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`); - createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`); // An expression to strip any whitespace between the gtlt and the thing - // it modifies, so that `> 1.2.3` ==> `>1.2.3` + if (previousOperation === '+') { + removeEOFNL = true; + } else if (previousOperation === '-') { + addEOFNL = true; + } + } + } + } // Handle EOFNL insertion/removal - createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true); - exports.comparatorTrimReplace = '$1$2$3'; // Something like `1.2.3 - 1.2.4` - // Note that these all use the loose form, because they'll be - // checked against either the strict or loose comparator form - // later. - createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + `\\s+-\\s+` + `(${src[t.XRANGEPLAIN]})` + `\\s*$`); - createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + `\\s+-\\s+` + `(${src[t.XRANGEPLAINLOOSE]})` + `\\s*$`); // Star ranges basically just allow anything at all. + if (removeEOFNL) { + while (!lines[lines.length - 1]) { + lines.pop(); + delimiters.pop(); + } + } else if (addEOFNL) { + lines.push(''); + delimiters.push('\n'); + } - createToken('STAR', '(<|>)?=?\\s*\\*'); // >=0.0.0 is like a star + for (var _k = 0; _k < lines.length - 1; _k++) { + lines[_k] = lines[_k] + delimiters[_k]; + } - createToken('GTE0', '^\\s*>=\\s*0\.0\.0\\s*$'); - createToken('GTE0PRE', '^\\s*>=\\s*0\.0\.0-0\\s*$'); -}); + return lines.join(''); +} // Wrapper that supports multiple file patches via callbacks. -const numeric = /^[0-9]+$/; -const compareIdentifiers = (a, b) => { - const anum = numeric.test(a); - const bnum = numeric.test(b); +function applyPatches(uniDiff, options) { + if (typeof uniDiff === 'string') { + uniDiff = + /*istanbul ignore start*/ + (/*istanbul ignore end*/ - if (anum && bnum) { - a = +a; - b = +b; + /*istanbul ignore start*/ + 0, _parse$1 + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + parsePatch + /*istanbul ignore end*/ + )(uniDiff); } - return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1; -}; - -const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a); - -var identifiers = { - compareIdentifiers, - rcompareIdentifiers -}; + var currentIndex = 0; -const { - MAX_LENGTH: MAX_LENGTH$1, - MAX_SAFE_INTEGER: MAX_SAFE_INTEGER$1 -} = constants; -const { - re, - t -} = re_1; -const { - compareIdentifiers: compareIdentifiers$1 -} = identifiers; + function processIndex() { + var index = uniDiff[currentIndex++]; -class SemVer { - constructor(version, options) { - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false - }; + if (!index) { + return options.complete(); } - if (version instanceof SemVer) { - if (version.loose === !!options.loose && version.includePrerelease === !!options.includePrerelease) { - return version; - } else { - version = version.version; + options.loadFile(index, function (err, data) { + if (err) { + return options.complete(err); } - } else if (typeof version !== 'string') { - throw new TypeError(`Invalid Version: ${version}`); - } - if (version.length > MAX_LENGTH$1) { - throw new TypeError(`version is longer than ${MAX_LENGTH$1} characters`); - } + var updatedContent = applyPatch(data, index, options); + options.patched(index, updatedContent, function (err) { + if (err) { + return options.complete(err); + } - debug_1('SemVer', version, options); - this.options = options; - this.loose = !!options.loose; // this isn't actually relevant for versions, but keep it so that we - // don't run into trouble passing this.options around. + processIndex(); + }); + }); + } - this.includePrerelease = !!options.includePrerelease; - const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL]); + processIndex(); +} - if (!m) { - throw new TypeError(`Invalid Version: ${version}`); - } +var merge$2 = {}; - this.raw = version; // these are actually numbers +var create$1 = {}; - this.major = +m[1]; - this.minor = +m[2]; - this.patch = +m[3]; +/*istanbul ignore start*/ - if (this.major > MAX_SAFE_INTEGER$1 || this.major < 0) { - throw new TypeError('Invalid major version'); - } +Object.defineProperty(create$1, "__esModule", { + value: true +}); +create$1.structuredPatch = structuredPatch; +create$1.formatPatch = formatPatch; +create$1.createTwoFilesPatch = createTwoFilesPatch; +create$1.createPatch = createPatch; +/*istanbul ignore end*/ - if (this.minor > MAX_SAFE_INTEGER$1 || this.minor < 0) { - throw new TypeError('Invalid minor version'); - } +var +/*istanbul ignore start*/ +_line = line$B +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ - if (this.patch > MAX_SAFE_INTEGER$1 || this.patch < 0) { - throw new TypeError('Invalid patch version'); - } // numberify any prerelease numeric ids +function _toConsumableArray$1(arr) { + return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableSpread$1(); +} +function _nonIterableSpread$1() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} - if (!m[4]) { - this.prerelease = []; - } else { - this.prerelease = m[4].split('.').map(id => { - if (/^[0-9]+$/.test(id)) { - const num = +id; +function _unsupportedIterableToArray$1(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray$1(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen); +} - if (num >= 0 && num < MAX_SAFE_INTEGER$1) { - return num; - } - } +function _iterableToArray$1(iter) { + if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); +} - return id; - }); - } +function _arrayWithoutHoles$1(arr) { + if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); +} - this.build = m[5] ? m[5].split('.') : []; - this.format(); +function _arrayLikeToArray$1(arr, len) { + if (len == null || len > arr.length) len = arr.length; + + for (var i = 0, arr2 = new Array(len); i < len; i++) { + arr2[i] = arr[i]; } - format() { - this.version = `${this.major}.${this.minor}.${this.patch}`; + return arr2; +} +/*istanbul ignore end*/ - if (this.prerelease.length) { - this.version += `-${this.prerelease.join('.')}`; - } - return this.version; +function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + if (!options) { + options = {}; } - toString() { - return this.version; + if (typeof options.context === 'undefined') { + options.context = 4; } - compare(other) { - debug_1('SemVer.compare', this.version, this.options, other); - - if (!(other instanceof SemVer)) { - if (typeof other === 'string' && other === this.version) { - return 0; - } - - other = new SemVer(other, this.options); - } + var diff = + /*istanbul ignore start*/ + (/*istanbul ignore end*/ - if (other.version === this.version) { - return 0; - } + /*istanbul ignore start*/ + 0, _line + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + diffLines + /*istanbul ignore end*/ + )(oldStr, newStr, options); + diff.push({ + value: '', + lines: [] + }); // Append an empty value to make cleanup easier - return this.compareMain(other) || this.comparePre(other); + function contextLines(lines) { + return lines.map(function (entry) { + return ' ' + entry; + }); } - compareMain(other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options); - } + var hunks = []; + var oldRangeStart = 0, + newRangeStart = 0, + curRange = [], + oldLine = 1, + newLine = 1; + /*istanbul ignore start*/ - return compareIdentifiers$1(this.major, other.major) || compareIdentifiers$1(this.minor, other.minor) || compareIdentifiers$1(this.patch, other.patch); - } + var _loop = function _loop( + /*istanbul ignore end*/ + i) { + var current = diff[i], + lines = current.lines || current.value.replace(/\n$/, '').split('\n'); + current.lines = lines; - comparePre(other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options); - } // NOT having a prerelease is > having one + if (current.added || current.removed) { + /*istanbul ignore start*/ + var _curRange; + /*istanbul ignore end*/ + // If we have previous context, start with that - if (this.prerelease.length && !other.prerelease.length) { - return -1; - } else if (!this.prerelease.length && other.prerelease.length) { - return 1; - } else if (!this.prerelease.length && !other.prerelease.length) { - return 0; - } + if (!oldRangeStart) { + var prev = diff[i - 1]; + oldRangeStart = oldLine; + newRangeStart = newLine; - let i = 0; + if (prev) { + curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; + oldRangeStart -= curRange.length; + newRangeStart -= curRange.length; + } + } // Output our changes - do { - const a = this.prerelease[i]; - const b = other.prerelease[i]; - debug_1('prerelease compare', i, a, b); + /*istanbul ignore start*/ - if (a === undefined && b === undefined) { - return 0; - } else if (b === undefined) { - return 1; - } else if (a === undefined) { - return -1; - } else if (a === b) { - continue; - } else { - return compareIdentifiers$1(a, b); - } - } while (++i); - } + /*istanbul ignore end*/ - compareBuild(other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options); - } + /*istanbul ignore start*/ - let i = 0; - do { - const a = this.build[i]; - const b = other.build[i]; - debug_1('prerelease compare', i, a, b); + (_curRange = + /*istanbul ignore end*/ + curRange).push.apply( + /*istanbul ignore start*/ + _curRange + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray$1( + /*istanbul ignore end*/ + lines.map(function (entry) { + return (current.added ? '+' : '-') + entry; + }))); // Track the updated file position - if (a === undefined && b === undefined) { - return 0; - } else if (b === undefined) { - return 1; - } else if (a === undefined) { - return -1; - } else if (a === b) { - continue; + + if (current.added) { + newLine += lines.length; } else { - return compareIdentifiers$1(a, b); + oldLine += lines.length; } - } while (++i); - } // preminor will bump the version up to the next minor release, and immediately - // down to pre-release. premajor and prepatch work the same way. - + } else { + // Identical context lines. Track line changes + if (oldRangeStart) { + // Close out any changes that have been output (or join overlapping) + if (lines.length <= options.context * 2 && i < diff.length - 2) { + /*istanbul ignore start*/ + var _curRange2; + /*istanbul ignore end*/ + // Overlapping - inc(release, identifier) { - switch (release) { - case 'premajor': - this.prerelease.length = 0; - this.patch = 0; - this.minor = 0; - this.major++; - this.inc('pre', identifier); - break; + /*istanbul ignore start*/ - case 'preminor': - this.prerelease.length = 0; - this.patch = 0; - this.minor++; - this.inc('pre', identifier); - break; + /*istanbul ignore end*/ - case 'prepatch': - // If this is already a prerelease, it will bump to the next version - // drop any prereleases that might already exist, since they are not - // relevant at this point. - this.prerelease.length = 0; - this.inc('patch', identifier); - this.inc('pre', identifier); - break; - // If the input is a non-prerelease version, this acts the same as - // prepatch. + /*istanbul ignore start*/ - case 'prerelease': - if (this.prerelease.length === 0) { - this.inc('patch', identifier); - } - this.inc('pre', identifier); - break; + (_curRange2 = + /*istanbul ignore end*/ + curRange).push.apply( + /*istanbul ignore start*/ + _curRange2 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray$1( + /*istanbul ignore end*/ + contextLines(lines))); + } else { + /*istanbul ignore start*/ + var _curRange3; + /*istanbul ignore end*/ + // end the range and output - case 'major': - // If this is a pre-major version, bump up to the same major version. - // Otherwise increment major. - // 1.0.0-5 bumps to 1.0.0 - // 1.1.0 bumps to 2.0.0 - if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) { - this.major++; - } - this.minor = 0; - this.patch = 0; - this.prerelease = []; - break; + var contextSize = Math.min(lines.length, options.context); + /*istanbul ignore start*/ - case 'minor': - // If this is a pre-minor version, bump up to the same minor version. - // Otherwise increment minor. - // 1.2.0-5 bumps to 1.2.0 - // 1.2.1 bumps to 1.3.0 - if (this.patch !== 0 || this.prerelease.length === 0) { - this.minor++; - } + /*istanbul ignore end*/ - this.patch = 0; - this.prerelease = []; - break; + /*istanbul ignore start*/ - case 'patch': - // If this is not a pre-release version, it will increment the patch. - // If it is a pre-release it will bump up to the same patch version. - // 1.2.0-5 patches to 1.2.0 - // 1.2.0 patches to 1.2.1 - if (this.prerelease.length === 0) { - this.patch++; - } + (_curRange3 = + /*istanbul ignore end*/ + curRange).push.apply( + /*istanbul ignore start*/ + _curRange3 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray$1( + /*istanbul ignore end*/ + contextLines(lines.slice(0, contextSize)))); - this.prerelease = []; - break; - // This probably shouldn't be used publicly. - // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction. + var hunk = { + oldStart: oldRangeStart, + oldLines: oldLine - oldRangeStart + contextSize, + newStart: newRangeStart, + newLines: newLine - newRangeStart + contextSize, + lines: curRange + }; - case 'pre': - if (this.prerelease.length === 0) { - this.prerelease = [0]; - } else { - let i = this.prerelease.length; + if (i >= diff.length - 2 && lines.length <= options.context) { + // EOF is inside this hunk + var oldEOFNewline = /\n$/.test(oldStr); + var newEOFNewline = /\n$/.test(newStr); + var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; - while (--i >= 0) { - if (typeof this.prerelease[i] === 'number') { - this.prerelease[i]++; - i = -2; + if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { + // special case: old has no eol and no trailing context; no-nl can end up before adds + // however, if the old file is empty, do not output the no-nl line + curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); } - } - - if (i === -1) { - // didn't increment anything - this.prerelease.push(0); - } - } - if (identifier) { - // 1.2.0-beta.1 bumps to 1.2.0-beta.2, - // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 - if (this.prerelease[0] === identifier) { - if (isNaN(this.prerelease[1])) { - this.prerelease = [identifier, 0]; + if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { + curRange.push('\\ No newline at end of file'); } - } else { - this.prerelease = [identifier, 0]; } - } - break; + hunks.push(hunk); + oldRangeStart = 0; + newRangeStart = 0; + curRange = []; + } + } - default: - throw new Error(`invalid increment argument: ${release}`); + oldLine += lines.length; + newLine += lines.length; } + }; - this.format(); - this.raw = this.version; - return this; + for (var i = 0; i < diff.length; i++) { + /*istanbul ignore start*/ + _loop( + /*istanbul ignore end*/ + i); } + return { + oldFileName: oldFileName, + newFileName: newFileName, + oldHeader: oldHeader, + newHeader: newHeader, + hunks: hunks + }; } -var semver = SemVer; +function formatPatch(diff) { + var ret = []; -const compare = (a, b, loose) => new semver(a, loose).compare(new semver(b, loose)); + if (diff.oldFileName == diff.newFileName) { + ret.push('Index: ' + diff.oldFileName); + } -var compare_1 = compare; + ret.push('==================================================================='); + ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); + ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); -const lt = (a, b, loose) => compare_1(a, b, loose) < 0; + for (var i = 0; i < diff.hunks.length; i++) { + var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0, + // the first number is one lower than one would expect. + // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 -var lt_1 = lt; + if (hunk.oldLines === 0) { + hunk.oldStart -= 1; + } -const gte = (a, b, loose) => compare_1(a, b, loose) >= 0; + if (hunk.newLines === 0) { + hunk.newStart -= 1; + } -var gte_1 = gte; + ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); + ret.push.apply(ret, hunk.lines); + } -var arrayify = (object, keyName) => Object.entries(object).map(([key, value]) => Object.assign({ - [keyName]: key -}, value)); + return ret.join('\n') + '\n'; +} -var lib = createCommonjsModule(function (module, exports) { +function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); +} - Object.defineProperty(exports, "__esModule", { - value: true - }); // In the absence of a WeakSet or WeakMap implementation, don't break, but don't cache either. +function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { + return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); +} - function noop() { - var args = []; +var array$5 = {}; - for (var _i = 0; _i < arguments.length; _i++) { - args[_i] = arguments[_i]; +/*istanbul ignore start*/ + +Object.defineProperty(array$5, "__esModule", { + value: true +}); +array$5.arrayEqual = arrayEqual; +array$5.arrayStartsWith = arrayStartsWith; +/*istanbul ignore end*/ + +function arrayEqual(a, b) { + if (a.length !== b.length) { + return false; + } + + return arrayStartsWith(a, b); +} + +function arrayStartsWith(array, start) { + if (start.length > array.length) { + return false; + } + + for (var i = 0; i < start.length; i++) { + if (start[i] !== array[i]) { + return false; } } - function createWeakMap() { - if (typeof WeakMap !== 'undefined') { - return new WeakMap(); + return true; +} + +/*istanbul ignore start*/ + +Object.defineProperty(merge$2, "__esModule", { + value: true +}); +merge$2.calcLineCount = calcLineCount; +merge$2.merge = merge$1; +/*istanbul ignore end*/ + +var +/*istanbul ignore start*/ +_create = create$1 +/*istanbul ignore end*/ +; +var +/*istanbul ignore start*/ +_parse = parse$e +/*istanbul ignore end*/ +; +var +/*istanbul ignore start*/ +_array = array$5 +/*istanbul ignore end*/ +; +/*istanbul ignore start*/ + +function _toConsumableArray(arr) { + return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); +} + +function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} + +function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); +} + +function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); +} + +function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return _arrayLikeToArray(arr); +} + +function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + + for (var i = 0, arr2 = new Array(len); i < len; i++) { + arr2[i] = arr[i]; + } + + return arr2; +} +/*istanbul ignore end*/ + + +function calcLineCount(hunk) { + /*istanbul ignore start*/ + var _calcOldNewLineCount = + /*istanbul ignore end*/ + calcOldNewLineCount(hunk.lines), + oldLines = _calcOldNewLineCount.oldLines, + newLines = _calcOldNewLineCount.newLines; + + if (oldLines !== undefined) { + hunk.oldLines = oldLines; + } else { + delete hunk.oldLines; + } + + if (newLines !== undefined) { + hunk.newLines = newLines; + } else { + delete hunk.newLines; + } +} + +function merge$1(mine, theirs, base) { + mine = loadPatch(mine, base); + theirs = loadPatch(theirs, base); + var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. + // Leaving sanity checks on this to the API consumer that may know more about the + // meaning in their own context. + + if (mine.index || theirs.index) { + ret.index = mine.index || theirs.index; + } + + if (mine.newFileName || theirs.newFileName) { + if (!fileNameChanged(mine)) { + // No header or no change in ours, use theirs (and ours if theirs does not exist) + ret.oldFileName = theirs.oldFileName || mine.oldFileName; + ret.newFileName = theirs.newFileName || mine.newFileName; + ret.oldHeader = theirs.oldHeader || mine.oldHeader; + ret.newHeader = theirs.newHeader || mine.newHeader; + } else if (!fileNameChanged(theirs)) { + // No header or no change in theirs, use ours + ret.oldFileName = mine.oldFileName; + ret.newFileName = mine.newFileName; + ret.oldHeader = mine.oldHeader; + ret.newHeader = mine.newHeader; } else { - return fakeSetOrMap(); + // Both changed... figure it out + ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); + ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); + ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); + ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); } } - /** - * Creates and returns a no-op implementation of a WeakMap / WeakSet that never stores anything. - */ + ret.hunks = []; + var mineIndex = 0, + theirsIndex = 0, + mineOffset = 0, + theirsOffset = 0; - function fakeSetOrMap() { - return { - add: noop, - delete: noop, - get: noop, - set: noop, - has: function (k) { - return false; - } + while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { + var mineCurrent = mine.hunks[mineIndex] || { + oldStart: Infinity + }, + theirsCurrent = theirs.hunks[theirsIndex] || { + oldStart: Infinity }; - } // Safe hasOwnProperty + if (hunkBefore(mineCurrent, theirsCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); + mineIndex++; + theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; + } else if (hunkBefore(theirsCurrent, mineCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); + theirsIndex++; + mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; + } else { + // Overlap, merge as best we can + var mergedHunk = { + oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), + oldLines: 0, + newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), + newLines: 0, + lines: [] + }; + mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); + theirsIndex++; + mineIndex++; + ret.hunks.push(mergedHunk); + } + } - var hop = Object.prototype.hasOwnProperty; - - var has = function (obj, prop) { - return hop.call(obj, prop); - }; // Copy all own enumerable properties from source to target + return ret; +} +function loadPatch(param, base) { + if (typeof param === 'string') { + if (/^@@/m.test(param) || /^Index:/m.test(param)) { + return ( + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _parse + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + parsePatch + /*istanbul ignore end*/ + )(param)[0] + ); + } - function extend(target, source) { - for (var prop in source) { - if (has(source, prop)) { - target[prop] = source[prop]; - } + if (!base) { + throw new Error('Must provide a base reference or pass in a patch'); } - return target; + return ( + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _create + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + structuredPatch + /*istanbul ignore end*/ + )(undefined, undefined, base, param) + ); } - var reLeadingNewline = /^[ \t]*(?:\r\n|\r|\n)/; - var reTrailingNewline = /(?:\r\n|\r|\n)[ \t]*$/; - var reStartsWithNewlineOrIsEmpty = /^(?:[\r\n]|$)/; - var reDetectIndentation = /(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/; - var reOnlyWhitespaceWithAtLeastOneNewline = /^[ \t]*[\r\n][ \t\r\n]*$/; + return param; +} - function _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options) { - // If first interpolated value is a reference to outdent, - // determine indentation level from the indentation of the interpolated value. - var indentationLevel = 0; - var match = strings[0].match(reDetectIndentation); +function fileNameChanged(patch) { + return patch.newFileName && patch.newFileName !== patch.oldFileName; +} - if (match) { - indentationLevel = match[1].length; - } +function selectField(index, mine, theirs) { + if (mine === theirs) { + return mine; + } else { + index.conflict = true; + return { + mine: mine, + theirs: theirs + }; + } +} - var reSource = "(\\r\\n|\\r|\\n).{0," + indentationLevel + "}"; - var reMatchIndent = new RegExp(reSource, 'g'); +function hunkBefore(test, check) { + return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; +} - if (firstInterpolatedValueSetsIndentationLevel) { - strings = strings.slice(1); +function cloneHunk(hunk, offset) { + return { + oldStart: hunk.oldStart, + oldLines: hunk.oldLines, + newStart: hunk.newStart + offset, + newLines: hunk.newLines, + lines: hunk.lines + }; +} + +function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { + // This will generally result in a conflicted hunk, but there are cases where the context + // is the only overlap where we can successfully merge the content here. + var mine = { + offset: mineOffset, + lines: mineLines, + index: 0 + }, + their = { + offset: theirOffset, + lines: theirLines, + index: 0 + }; // Handle any leading content + + insertLeading(hunk, mine, their); + insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. + + while (mine.index < mine.lines.length && their.index < their.lines.length) { + var mineCurrent = mine.lines[mine.index], + theirCurrent = their.lines[their.index]; + + if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { + // Both modified ... + mutualChange(hunk, mine, their); + } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { + /*istanbul ignore start*/ + var _hunk$lines; + /*istanbul ignore end*/ + // Mine inserted + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + + (_hunk$lines = + /*istanbul ignore end*/ + hunk.lines).push.apply( + /*istanbul ignore start*/ + _hunk$lines + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + collectChange(mine))); + } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { + /*istanbul ignore start*/ + var _hunk$lines2; + /*istanbul ignore end*/ + // Theirs inserted + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + + (_hunk$lines2 = + /*istanbul ignore end*/ + hunk.lines).push.apply( + /*istanbul ignore start*/ + _hunk$lines2 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + collectChange(their))); + } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { + // Mine removed or edited + removal(hunk, mine, their); + } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { + // Their removed or edited + removal(hunk, their, mine, true); + } else if (mineCurrent === theirCurrent) { + // Context identity + hunk.lines.push(mineCurrent); + mine.index++; + their.index++; + } else { + // Context mismatch + conflict(hunk, collectChange(mine), collectChange(their)); } + } // Now push anything that may be remaining - var newline = options.newline, - trimLeadingNewline = options.trimLeadingNewline, - trimTrailingNewline = options.trimTrailingNewline; - var normalizeNewlines = typeof newline === 'string'; - var l = strings.length; - var outdentedStrings = strings.map(function (v, i) { - // Remove leading indentation from all lines - v = v.replace(reMatchIndent, '$1'); // Trim a leading newline from the first string - if (i === 0 && trimLeadingNewline) { - v = v.replace(reLeadingNewline, ''); - } // Trim a trailing newline from the last string + insertTrailing(hunk, mine); + insertTrailing(hunk, their); + calcLineCount(hunk); +} +function mutualChange(hunk, mine, their) { + var myChanges = collectChange(mine), + theirChanges = collectChange(their); - if (i === l - 1 && trimTrailingNewline) { - v = v.replace(reTrailingNewline, ''); - } // Normalize newlines + if (allRemoves(myChanges) && allRemoves(theirChanges)) { + // Special case for remove changes that are supersets of one another + if ( + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _array + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + arrayStartsWith + /*istanbul ignore end*/ + )(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { + /*istanbul ignore start*/ + var _hunk$lines3; + /*istanbul ignore end*/ + /*istanbul ignore start*/ - if (normalizeNewlines) { - v = v.replace(/\r\n|\n|\r/g, function (_) { - return newline; - }); - } + /*istanbul ignore end*/ - return v; - }); - return outdentedStrings; - } + /*istanbul ignore start*/ - function concatStringsAndValues(strings, values) { - var ret = ''; - for (var i = 0, l = strings.length; i < l; i++) { - ret += strings[i]; + (_hunk$lines3 = + /*istanbul ignore end*/ + hunk.lines).push.apply( + /*istanbul ignore start*/ + _hunk$lines3 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + myChanges)); - if (i < l - 1) { - ret += values[i]; - } + return; + } else if ( + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _array + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + arrayStartsWith + /*istanbul ignore end*/ + )(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { + /*istanbul ignore start*/ + var _hunk$lines4; + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + + (_hunk$lines4 = + /*istanbul ignore end*/ + hunk.lines).push.apply( + /*istanbul ignore start*/ + _hunk$lines4 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + theirChanges)); + + return; } + } else if ( + /*istanbul ignore start*/ + (/*istanbul ignore end*/ + + /*istanbul ignore start*/ + 0, _array + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + arrayEqual + /*istanbul ignore end*/ + )(myChanges, theirChanges)) { + /*istanbul ignore start*/ + var _hunk$lines5; + /*istanbul ignore end*/ - return ret; + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + + (_hunk$lines5 = + /*istanbul ignore end*/ + hunk.lines).push.apply( + /*istanbul ignore start*/ + _hunk$lines5 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + myChanges)); + + return; } - function isTemplateStringsArray(v) { - return has(v, 'raw') && has(v, 'length'); + conflict(hunk, myChanges, theirChanges); +} + +function removal(hunk, mine, their, swap) { + var myChanges = collectChange(mine), + theirChanges = collectContext(their, myChanges); + + if (theirChanges.merged) { + /*istanbul ignore start*/ + var _hunk$lines6; + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + + + (_hunk$lines6 = + /*istanbul ignore end*/ + hunk.lines).push.apply( + /*istanbul ignore start*/ + _hunk$lines6 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + theirChanges.merged)); + } else { + conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); } - /** - * It is assumed that opts will not change. If this is a problem, clone your options object and pass the clone to - * makeInstance - * @param options - * @return {outdent} - */ +} +function conflict(hunk, mine, their) { + hunk.conflict = true; + hunk.lines.push({ + conflict: true, + mine: mine, + theirs: their + }); +} - function createInstance(options) { - /** Cache of pre-processed template literal arrays */ - var arrayAutoIndentCache = createWeakMap(); - /** - * Cache of pre-processed template literal arrays, where first interpolated value is a reference to outdent, - * before interpolated values are injected. - */ +function insertLeading(hunk, insert, their) { + while (insert.offset < their.offset && insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + insert.offset++; + } +} - var arrayFirstInterpSetsIndentCache = createWeakMap(); +function insertTrailing(hunk, insert) { + while (insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + } +} - function outdent(stringsOrOptions) { - var values = []; +function collectChange(state) { + var ret = [], + operation = state.lines[state.index][0]; - for (var _i = 1; _i < arguments.length; _i++) { - values[_i - 1] = arguments[_i]; - } - /* tslint:enable:no-shadowed-variable */ + while (state.index < state.lines.length) { + var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. + if (operation === '-' && line[0] === '+') { + operation = '+'; + } - if (isTemplateStringsArray(stringsOrOptions)) { - var strings = stringsOrOptions; // Is first interpolated value a reference to outdent, alone on its own line, without any preceding non-whitespace? + if (operation === line[0]) { + ret.push(line); + state.index++; + } else { + break; + } + } - var firstInterpolatedValueSetsIndentationLevel = (values[0] === outdent || values[0] === defaultOutdent) && reOnlyWhitespaceWithAtLeastOneNewline.test(strings[0]) && reStartsWithNewlineOrIsEmpty.test(strings[1]); // Perform outdentation + return ret; +} - var cache = firstInterpolatedValueSetsIndentationLevel ? arrayFirstInterpSetsIndentCache : arrayAutoIndentCache; - var renderedArray = cache.get(strings); +function collectContext(state, matchChanges) { + var changes = [], + merged = [], + matchIndex = 0, + contextChanges = false, + conflicted = false; - if (!renderedArray) { - renderedArray = _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options); - cache.set(strings, renderedArray); - } - /** If no interpolated values, skip concatenation step */ + while (matchIndex < matchChanges.length && state.index < state.lines.length) { + var change = state.lines[state.index], + match = matchChanges[matchIndex]; // Once we've hit our add, then we are done + if (match[0] === '+') { + break; + } - if (values.length === 0) { - return renderedArray[0]; - } - /** Concatenate string literals with interpolated values */ + contextChanges = contextChanges || change[0] !== ' '; + merged.push(match); + matchIndex++; // Consume any additions in the other block as a conflict to attempt + // to pull in the remaining context after this + if (change[0] === '+') { + conflicted = true; - var rendered = concatStringsAndValues(renderedArray, firstInterpolatedValueSetsIndentationLevel ? values.slice(1) : values); - return rendered; - } else { - // Create and return a new instance of outdent with the given options - return createInstance(extend(extend({}, options), stringsOrOptions || {})); + while (change[0] === '+') { + changes.push(change); + change = state.lines[++state.index]; } } - var fullOutdent = extend(outdent, { - string: function (str) { - return _outdentArray([str], false, options)[0]; - } - }); - return fullOutdent; + if (match.substr(1) === change.substr(1)) { + changes.push(change); + state.index++; + } else { + conflicted = true; + } } - var defaultOutdent = createInstance({ - trimLeadingNewline: true, - trimTrailingNewline: true - }); - exports.outdent = defaultOutdent; // Named exports. Simple and preferred. - // import outdent from 'outdent'; + if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { + conflicted = true; + } - exports.default = defaultOutdent; + if (conflicted) { + return changes; + } - { - // In webpack harmony-modules environments, module.exports is read-only, - // so we fail gracefully. - try { - module.exports = defaultOutdent; - Object.defineProperty(defaultOutdent, '__esModule', { - value: true - }); - defaultOutdent.default = defaultOutdent; - defaultOutdent.outdent = defaultOutdent; - } catch (e) {} + while (matchIndex < matchChanges.length) { + merged.push(matchChanges[matchIndex++]); } -}); -const { - outdent -} = lib; -const CATEGORY_CONFIG = "Config"; -const CATEGORY_EDITOR = "Editor"; -const CATEGORY_FORMAT = "Format"; -const CATEGORY_OTHER = "Other"; -const CATEGORY_OUTPUT = "Output"; -const CATEGORY_GLOBAL = "Global"; -const CATEGORY_SPECIAL = "Special"; -/** - * @typedef {Object} OptionInfo - * @property {string} [since] - available since version - * @property {string} category - * @property {'int' | 'boolean' | 'choice' | 'path'} type - * @property {boolean} [array] - indicate it's an array of the specified type - * @property {OptionValueInfo} [default] - * @property {OptionRangeInfo} [range] - for type int - * @property {string} description - * @property {string} [deprecated] - deprecated since version - * @property {OptionRedirectInfo} [redirect] - redirect deprecated option - * @property {(value: any) => boolean} [exception] - * @property {OptionChoiceInfo[]} [choices] - for type choice - * @property {string} [cliName] - * @property {string} [cliCategory] - * @property {string} [cliDescription] - * - * @typedef {number | boolean | string} OptionValue - * @typedef {OptionValue | [{ value: OptionValue[] }] | Array<{ since: string, value: OptionValue}>} OptionValueInfo - * - * @typedef {Object} OptionRedirectInfo - * @property {string} option - * @property {OptionValue} value - * - * @typedef {Object} OptionRangeInfo - * @property {number} start - recommended range start - * @property {number} end - recommended range end - * @property {number} step - recommended range step - * - * @typedef {Object} OptionChoiceInfo - * @property {boolean | string} value - boolean for the option that is originally boolean type - * @property {string} description - * @property {string} [since] - undefined if available since the first version of the option - * @property {string} [deprecated] - deprecated since version - * @property {OptionValueInfo} [redirect] - redirect deprecated value - */ + return { + merged: merged, + changes: changes + }; +} -/** @type {{ [name: string]: OptionInfo }} */ +function allRemoves(changes) { + return changes.reduce(function (prev, change) { + return prev && change[0] === '-'; + }, true); +} -const options = { - cursorOffset: { - since: "1.4.0", - category: CATEGORY_SPECIAL, - type: "int", - default: -1, - range: { - start: -1, - end: Infinity, - step: 1 - }, - description: outdent` - Print (to stderr) where a cursor at the given position would move to after formatting. - This option cannot be used with --range-start and --range-end. - `, - cliCategory: CATEGORY_EDITOR - }, - endOfLine: { - since: "1.15.0", - category: CATEGORY_GLOBAL, - type: "choice", - default: [{ - since: "1.15.0", - value: "auto" - }, { - since: "2.0.0", - value: "lf" - }], - description: "Which end of line characters to apply.", - choices: [{ - value: "lf", - description: "Line Feed only (\\n), common on Linux and macOS as well as inside git repos" - }, { - value: "crlf", - description: "Carriage Return + Line Feed characters (\\r\\n), common on Windows" - }, { - value: "cr", - description: "Carriage Return character only (\\r), used very rarely" - }, { - value: "auto", - description: outdent` - Maintain existing - (mixed values within one file are normalised by looking at what's used after the first line) - ` - }] - }, - filepath: { - since: "1.4.0", - category: CATEGORY_SPECIAL, - type: "path", - description: "Specify the input filepath. This will be used to do parser inference.", - cliName: "stdin-filepath", - cliCategory: CATEGORY_OTHER, - cliDescription: "Path to the file to pretend that stdin comes from." - }, - insertPragma: { - since: "1.8.0", - category: CATEGORY_SPECIAL, - type: "boolean", - default: false, - description: "Insert @format pragma into file's first docblock comment.", - cliCategory: CATEGORY_OTHER - }, - parser: { - since: "0.0.10", - category: CATEGORY_GLOBAL, - type: "choice", - default: [{ - since: "0.0.10", - value: "babylon" - }, { - since: "1.13.0", - value: undefined - }], - description: "Which parser to use.", - exception: value => typeof value === "string" || typeof value === "function", - choices: [{ - value: "flow", - description: "Flow" - }, { - value: "babel", - since: "1.16.0", - description: "JavaScript" - }, { - value: "babel-flow", - since: "1.16.0", - description: "Flow" - }, { - value: "babel-ts", - since: "2.0.0", - description: "TypeScript" - }, { - value: "typescript", - since: "1.4.0", - description: "TypeScript" - }, { - value: "espree", - since: "2.2.0", - description: "JavaScript" - }, { - value: "meriyah", - since: "2.2.0", - description: "JavaScript" - }, { - value: "css", - since: "1.7.1", - description: "CSS" - }, { - value: "less", - since: "1.7.1", - description: "Less" - }, { - value: "scss", - since: "1.7.1", - description: "SCSS" - }, { - value: "json", - since: "1.5.0", - description: "JSON" - }, { - value: "json5", - since: "1.13.0", - description: "JSON5" - }, { - value: "json-stringify", - since: "1.13.0", - description: "JSON.stringify" - }, { - value: "graphql", - since: "1.5.0", - description: "GraphQL" - }, { - value: "markdown", - since: "1.8.0", - description: "Markdown" - }, { - value: "mdx", - since: "1.15.0", - description: "MDX" - }, { - value: "vue", - since: "1.10.0", - description: "Vue" - }, { - value: "yaml", - since: "1.14.0", - description: "YAML" - }, { - value: "glimmer", - since: null, - description: "Handlebars" - }, { - value: "html", - since: "1.15.0", - description: "HTML" - }, { - value: "angular", - since: "1.15.0", - description: "Angular" - }, { - value: "lwc", - since: "1.17.0", - description: "Lightning Web Components" - }] - }, - plugins: { - since: "1.10.0", - type: "path", - array: true, - default: [{ - value: [] - }], - category: CATEGORY_GLOBAL, - description: "Add a plugin. Multiple plugins can be passed as separate `--plugin`s.", - exception: value => typeof value === "string" || typeof value === "object", - cliName: "plugin", - cliCategory: CATEGORY_CONFIG - }, - pluginSearchDirs: { - since: "1.13.0", - type: "path", - array: true, - default: [{ - value: [] - }], - category: CATEGORY_GLOBAL, - description: outdent` - Custom directory that contains prettier plugins in node_modules subdirectory. - Overrides default behavior when plugins are searched relatively to the location of Prettier. - Multiple values are accepted. - `, - exception: value => typeof value === "string" || typeof value === "object", - cliName: "plugin-search-dir", - cliCategory: CATEGORY_CONFIG - }, - printWidth: { - since: "0.0.0", - category: CATEGORY_GLOBAL, - type: "int", - default: 80, - description: "The line length where Prettier will try wrap.", - range: { - start: 0, - end: Infinity, - step: 1 +function skipRemoveSuperset(state, removeChanges, delta) { + for (var i = 0; i < delta; i++) { + var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); + + if (state.lines[state.index + i] !== ' ' + changeContent) { + return false; } - }, - rangeEnd: { - since: "1.4.0", - category: CATEGORY_SPECIAL, - type: "int", - default: Infinity, - range: { - start: 0, - end: Infinity, - step: 1 - }, - description: outdent` - Format code ending at a given character offset (exclusive). - The range will extend forwards to the end of the selected statement. - This option cannot be used with --cursor-offset. - `, - cliCategory: CATEGORY_EDITOR - }, - rangeStart: { - since: "1.4.0", - category: CATEGORY_SPECIAL, - type: "int", - default: 0, - range: { - start: 0, - end: Infinity, - step: 1 - }, - description: outdent` - Format code starting at a given character offset. - The range will extend backwards to the start of the first line containing the selected statement. - This option cannot be used with --cursor-offset. - `, - cliCategory: CATEGORY_EDITOR - }, - requirePragma: { - since: "1.7.0", - category: CATEGORY_SPECIAL, - type: "boolean", - default: false, - description: outdent` - Require either '@prettier' or '@format' to be present in the file's first docblock comment - in order for it to be formatted. - `, - cliCategory: CATEGORY_OTHER - }, - tabWidth: { - type: "int", - category: CATEGORY_GLOBAL, - default: 2, - description: "Number of spaces per indentation level.", - range: { - start: 0, - end: Infinity, - step: 1 + } + + state.index += delta; + return true; +} + +function calcOldNewLineCount(lines) { + var oldLines = 0; + var newLines = 0; + lines.forEach(function (line) { + if (typeof line !== 'string') { + var myCount = calcOldNewLineCount(line.mine); + var theirCount = calcOldNewLineCount(line.theirs); + + if (oldLines !== undefined) { + if (myCount.oldLines === theirCount.oldLines) { + oldLines += myCount.oldLines; + } else { + oldLines = undefined; + } + } + + if (newLines !== undefined) { + if (myCount.newLines === theirCount.newLines) { + newLines += myCount.newLines; + } else { + newLines = undefined; + } + } + } else { + if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { + newLines++; + } + + if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { + oldLines++; + } + } + }); + return { + oldLines: oldLines, + newLines: newLines + }; +} + +var dmp = {}; + +/*istanbul ignore start*/ + +Object.defineProperty(dmp, "__esModule", { + value: true +}); +dmp.convertChangesToDMP = convertChangesToDMP; +/*istanbul ignore end*/ +// See: http://code.google.com/p/google-diff-match-patch/wiki/API + +function convertChangesToDMP(changes) { + var ret = [], + change, + operation; + + for (var i = 0; i < changes.length; i++) { + change = changes[i]; + + if (change.added) { + operation = 1; + } else if (change.removed) { + operation = -1; + } else { + operation = 0; + } + + ret.push([operation, change.value]); + } + + return ret; +} + +var xml = {}; + +/*istanbul ignore start*/ + +Object.defineProperty(xml, "__esModule", { + value: true +}); +xml.convertChangesToXML = convertChangesToXML; +/*istanbul ignore end*/ + +function convertChangesToXML(changes) { + var ret = []; + + for (var i = 0; i < changes.length; i++) { + var change = changes[i]; + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + + ret.push(escapeHTML(change.value)); + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); } - }, - useTabs: { - since: "1.0.0", - category: CATEGORY_GLOBAL, - type: "boolean", - default: false, - description: "Indent with tabs instead of spaces." - }, - embeddedLanguageFormatting: { - since: "2.1.0", - category: CATEGORY_GLOBAL, - type: "choice", - default: [{ - since: "2.1.0", - value: "auto" - }], - description: "Control how Prettier formats quoted code embedded in the file.", - choices: [{ - value: "auto", - description: "Format embedded code if Prettier can automatically identify it." - }, { - value: "off", - description: "Never automatically format embedded code." - }] } + + return ret.join(''); +} + +function escapeHTML(s) { + var n = s; + n = n.replace(/&/g, '&'); + n = n.replace(//g, '>'); + n = n.replace(/"/g, '"'); + return n; +} + +/*istanbul ignore start*/ + +(function (exports) { + + Object.defineProperty(exports, "__esModule", { + value: true + }); + Object.defineProperty(exports, "Diff", { + enumerable: true, + get: function get() { + return _base["default"]; + } + }); + Object.defineProperty(exports, "diffChars", { + enumerable: true, + get: function get() { + return _character.diffChars; + } + }); + Object.defineProperty(exports, "diffWords", { + enumerable: true, + get: function get() { + return _word.diffWords; + } + }); + Object.defineProperty(exports, "diffWordsWithSpace", { + enumerable: true, + get: function get() { + return _word.diffWordsWithSpace; + } + }); + Object.defineProperty(exports, "diffLines", { + enumerable: true, + get: function get() { + return _line.diffLines; + } + }); + Object.defineProperty(exports, "diffTrimmedLines", { + enumerable: true, + get: function get() { + return _line.diffTrimmedLines; + } + }); + Object.defineProperty(exports, "diffSentences", { + enumerable: true, + get: function get() { + return _sentence.diffSentences; + } + }); + Object.defineProperty(exports, "diffCss", { + enumerable: true, + get: function get() { + return _css.diffCss; + } + }); + Object.defineProperty(exports, "diffJson", { + enumerable: true, + get: function get() { + return _json.diffJson; + } + }); + Object.defineProperty(exports, "canonicalize", { + enumerable: true, + get: function get() { + return _json.canonicalize; + } + }); + Object.defineProperty(exports, "diffArrays", { + enumerable: true, + get: function get() { + return _array.diffArrays; + } + }); + Object.defineProperty(exports, "applyPatch", { + enumerable: true, + get: function get() { + return _apply.applyPatch; + } + }); + Object.defineProperty(exports, "applyPatches", { + enumerable: true, + get: function get() { + return _apply.applyPatches; + } + }); + Object.defineProperty(exports, "parsePatch", { + enumerable: true, + get: function get() { + return _parse.parsePatch; + } + }); + Object.defineProperty(exports, "merge", { + enumerable: true, + get: function get() { + return _merge.merge; + } + }); + Object.defineProperty(exports, "structuredPatch", { + enumerable: true, + get: function get() { + return _create.structuredPatch; + } + }); + Object.defineProperty(exports, "createTwoFilesPatch", { + enumerable: true, + get: function get() { + return _create.createTwoFilesPatch; + } + }); + Object.defineProperty(exports, "createPatch", { + enumerable: true, + get: function get() { + return _create.createPatch; + } + }); + Object.defineProperty(exports, "convertChangesToDMP", { + enumerable: true, + get: function get() { + return _dmp.convertChangesToDMP; + } + }); + Object.defineProperty(exports, "convertChangesToXML", { + enumerable: true, + get: function get() { + return _xml.convertChangesToXML; + } + }); + /*istanbul ignore end*/ + + var + /*istanbul ignore start*/ + _base = _interopRequireDefault(base$1) + /*istanbul ignore end*/ + ; + + var + /*istanbul ignore start*/ + _character = character + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _word = word + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _line = line$B + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _sentence = sentence + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _css = css$1 + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _json = json + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _array = array$6 + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _apply = apply + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _parse = parse$e + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _merge = merge$2 + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _create = create$1 + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _dmp = dmp + /*istanbul ignore end*/ + ; + var + /*istanbul ignore start*/ + _xml = xml + /*istanbul ignore end*/ + ; + /*istanbul ignore start*/ + + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + "default": obj + }; + } + /*istanbul ignore end*/ + +})(lib$6); + +var require$$7$3 = require("./doc.js"); + +var stringWidth$2 = {exports: {}}; + +var ansiRegex$1 = ({ + onlyFirst = false +} = {}) => { + const pattern = ['[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))'].join('|'); + return new RegExp(pattern, onlyFirst ? undefined : 'g'); }; -var coreOptions = { - CATEGORY_CONFIG, - CATEGORY_EDITOR, - CATEGORY_FORMAT, - CATEGORY_OTHER, - CATEGORY_OUTPUT, - CATEGORY_GLOBAL, - CATEGORY_SPECIAL, - options + +const ansiRegex = ansiRegex$1; + +var stripAnsi$1 = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string; + +var isFullwidthCodePoint$2 = {exports: {}}; + +/* eslint-disable yoda */ + +const isFullwidthCodePoint$1 = codePoint => { + if (Number.isNaN(codePoint)) { + return false; + } // Code points are derived from: + // http://www.unix.org/Public/UNIDATA/EastAsianWidth.txt + + + if (codePoint >= 0x1100 && (codePoint <= 0x115F || // Hangul Jamo + codePoint === 0x2329 || // LEFT-POINTING ANGLE BRACKET + codePoint === 0x232A || // RIGHT-POINTING ANGLE BRACKET + // CJK Radicals Supplement .. Enclosed CJK Letters and Months + 0x2E80 <= codePoint && codePoint <= 0x3247 && codePoint !== 0x303F || // Enclosed CJK Letters and Months .. CJK Unified Ideographs Extension A + 0x3250 <= codePoint && codePoint <= 0x4DBF || // CJK Unified Ideographs .. Yi Radicals + 0x4E00 <= codePoint && codePoint <= 0xA4C6 || // Hangul Jamo Extended-A + 0xA960 <= codePoint && codePoint <= 0xA97C || // Hangul Syllables + 0xAC00 <= codePoint && codePoint <= 0xD7A3 || // CJK Compatibility Ideographs + 0xF900 <= codePoint && codePoint <= 0xFAFF || // Vertical Forms + 0xFE10 <= codePoint && codePoint <= 0xFE19 || // CJK Compatibility Forms .. Small Form Variants + 0xFE30 <= codePoint && codePoint <= 0xFE6B || // Halfwidth and Fullwidth Forms + 0xFF01 <= codePoint && codePoint <= 0xFF60 || 0xFFE0 <= codePoint && codePoint <= 0xFFE6 || // Kana Supplement + 0x1B000 <= codePoint && codePoint <= 0x1B001 || // Enclosed Ideographic Supplement + 0x1F200 <= codePoint && codePoint <= 0x1F251 || // CJK Unified Ideographs Extension B .. Tertiary Ideographic Plane + 0x20000 <= codePoint && codePoint <= 0x3FFFD)) { + return true; + } + + return false; }; -const semver$1 = { - compare: compare_1, - lt: lt_1, - gte: gte_1 +isFullwidthCodePoint$2.exports = isFullwidthCodePoint$1; + +isFullwidthCodePoint$2.exports.default = isFullwidthCodePoint$1; + +var emojiRegex$1 = function () { + // https://mths.be/emoji + return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g; }; -const currentVersion = require$$0.version; -const coreOptions$1 = coreOptions.options; -/** - * Strings in `plugins` and `pluginSearchDirs` are handled by a wrapped version - * of this function created by `withPlugins`. Don't pass them here directly. - * @param {object} param0 - * @param {(string | object)[]=} param0.plugins Strings are resolved by `withPlugins`. - * @param {string[]=} param0.pluginSearchDirs Added by `withPlugins`. - * @param {boolean=} param0.showUnreleased - * @param {boolean=} param0.showDeprecated - * @param {boolean=} param0.showInternal - */ -function getSupportInfo({ - plugins = [], - showUnreleased = false, - showDeprecated = false, - showInternal = false -} = {}) { - // pre-release version is smaller than the normal version in semver, - // we need to treat it as the normal one so as to test new features. - const version = currentVersion.split("-", 1)[0]; - const languages = plugins.reduce((all, plugin) => all.concat(plugin.languages || []), []).filter(filterSince); - const options = arrayify(Object.assign({}, ...plugins.map(({ - options - }) => options), coreOptions$1), "name").filter(option => filterSince(option) && filterDeprecated(option)).sort((a, b) => a.name === b.name ? 0 : a.name < b.name ? -1 : 1).map(mapInternal).map(option => { - option = Object.assign({}, option); +const stripAnsi = stripAnsi$1; +const isFullwidthCodePoint = isFullwidthCodePoint$2.exports; +const emojiRegex = emojiRegex$1; + +const stringWidth$1 = string => { + if (typeof string !== 'string' || string.length === 0) { + return 0; + } + + string = stripAnsi(string); + + if (string.length === 0) { + return 0; + } + + string = string.replace(emojiRegex(), ' '); + let width = 0; + + for (let i = 0; i < string.length; i++) { + const code = string.codePointAt(i); // Ignore control characters + + if (code <= 0x1F || code >= 0x7F && code <= 0x9F) { + continue; + } // Ignore combining characters + + + if (code >= 0x300 && code <= 0x36F) { + continue; + } // Surrogates + + + if (code > 0xFFFF) { + i++; + } + + width += isFullwidthCodePoint(code) ? 2 : 1; + } + + return width; +}; + +stringWidth$2.exports = stringWidth$1; // TODO: remove this in the next major version + +stringWidth$2.exports.default = stringWidth$1; + +var escapeStringRegexp$3 = string => { + if (typeof string !== 'string') { + throw new TypeError('Expected a string'); + } // Escape characters with special meaning either inside or outside character sets. + // Use a simple backslash escape when it’s always valid, and a \unnnn escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar. + + + return string.replace(/[|\\{}()[\]^$+*?.]/g, '\\$&').replace(/-/g, '\\x2d'); +}; + +const getLast$p = arr => arr[arr.length - 1]; + +var getLast_1 = getLast$p; + +function _objectWithoutPropertiesLoose(source, excluded) { + if (source == null) return {}; + var target = {}; + var sourceKeys = Object.keys(source); + var key, i; + + for (i = 0; i < sourceKeys.length; i++) { + key = sourceKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + target[key] = source[key]; + } + + return target; +} + +function _objectWithoutProperties(source, excluded) { + if (source == null) return {}; + + var target = _objectWithoutPropertiesLoose(source, excluded); + + var key, i; + + if (Object.getOwnPropertySymbols) { + var sourceSymbolKeys = Object.getOwnPropertySymbols(source); + + for (i = 0; i < sourceSymbolKeys.length; i++) { + key = sourceSymbolKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; + target[key] = source[key]; + } + } + + return target; +} + +var classof$2 = classofRaw$1; + +// `IsArray` abstract operation +// https://tc39.es/ecma262/#sec-isarray +// eslint-disable-next-line es/no-array-isarray -- safe +var isArray$e = Array.isArray || function isArray(argument) { + return classof$2(argument) == 'Array'; +}; + +var uncurryThis$1 = functionUncurryThis; +var aCallable$2 = aCallable$5; + +var bind$3 = uncurryThis$1(uncurryThis$1.bind); + +// optional / simple context binding +var functionBindContext = function (fn, that) { + aCallable$2(fn); + return that === undefined ? fn : bind$3 ? bind$3(fn, that) : function (/* ...args */) { + return fn.apply(that, arguments); + }; +}; + +var global$5 = global$s; +var isArray$d = isArray$e; +var lengthOfArrayLike$3 = lengthOfArrayLike$6; +var bind$2 = functionBindContext; + +var TypeError$3 = global$5.TypeError; + +// `FlattenIntoArray` abstract operation +// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray +var flattenIntoArray$2 = function (target, original, source, sourceLen, start, depth, mapper, thisArg) { + var targetIndex = start; + var sourceIndex = 0; + var mapFn = mapper ? bind$2(mapper, thisArg) : false; + var element, elementLen; + + while (sourceIndex < sourceLen) { + if (sourceIndex in source) { + element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex]; + + if (depth > 0 && isArray$d(element)) { + elementLen = lengthOfArrayLike$3(element); + targetIndex = flattenIntoArray$2(target, original, element, elementLen, targetIndex, depth - 1) - 1; + } else { + if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError$3('Exceed the acceptable array length'); + target[targetIndex] = element; + } + + targetIndex++; + } + sourceIndex++; + } + return targetIndex; +}; + +var flattenIntoArray_1 = flattenIntoArray$2; + +var uncurryThis = functionUncurryThis; +var fails = fails$8; +var isCallable = isCallable$b; +var classof$1 = classof$4; +var getBuiltIn$1 = getBuiltIn$5; +var inspectSource = inspectSource$3; + +var noop$3 = function () { /* empty */ }; +var empty = []; +var construct = getBuiltIn$1('Reflect', 'construct'); +var constructorRegExp = /^\s*(?:class|function)\b/; +var exec = uncurryThis(constructorRegExp.exec); +var INCORRECT_TO_STRING = !constructorRegExp.exec(noop$3); + +var isConstructorModern = function (argument) { + if (!isCallable(argument)) return false; + try { + construct(noop$3, empty, argument); + return true; + } catch (error) { + return false; + } +}; + +var isConstructorLegacy = function (argument) { + if (!isCallable(argument)) return false; + switch (classof$1(argument)) { + case 'AsyncFunction': + case 'GeneratorFunction': + case 'AsyncGeneratorFunction': return false; + // we can't check .prototype since constructors produced by .bind haven't it + } return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument)); +}; + +// `IsConstructor` abstract operation +// https://tc39.es/ecma262/#sec-isconstructor +var isConstructor$1 = !construct || fails(function () { + var called; + return isConstructorModern(isConstructorModern.call) + || !isConstructorModern(Object) + || !isConstructorModern(function () { called = true; }) + || called; +}) ? isConstructorLegacy : isConstructorModern; + +var global$4 = global$s; +var isArray$c = isArray$e; +var isConstructor = isConstructor$1; +var isObject$6 = isObject$c; +var wellKnownSymbol$3 = wellKnownSymbol$7; + +var SPECIES = wellKnownSymbol$3('species'); +var Array$1 = global$4.Array; + +// a part of `ArraySpeciesCreate` abstract operation +// https://tc39.es/ecma262/#sec-arrayspeciescreate +var arraySpeciesConstructor$1 = function (originalArray) { + var C; + if (isArray$c(originalArray)) { + C = originalArray.constructor; + // cross-realm fallback + if (isConstructor(C) && (C === Array$1 || isArray$c(C.prototype))) C = undefined; + else if (isObject$6(C)) { + C = C[SPECIES]; + if (C === null) C = undefined; + } + } return C === undefined ? Array$1 : C; +}; + +var arraySpeciesConstructor = arraySpeciesConstructor$1; + +// `ArraySpeciesCreate` abstract operation +// https://tc39.es/ecma262/#sec-arrayspeciescreate +var arraySpeciesCreate$2 = function (originalArray, length) { + return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length); +}; + +var $$2 = _export; +var flattenIntoArray$1 = flattenIntoArray_1; +var aCallable$1 = aCallable$5; +var toObject$1 = toObject$4; +var lengthOfArrayLike$2 = lengthOfArrayLike$6; +var arraySpeciesCreate$1 = arraySpeciesCreate$2; + +// `Array.prototype.flatMap` method +// https://tc39.es/ecma262/#sec-array.prototype.flatmap +$$2({ target: 'Array', proto: true }, { + flatMap: function flatMap(callbackfn /* , thisArg */) { + var O = toObject$1(this); + var sourceLen = lengthOfArrayLike$2(O); + var A; + aCallable$1(callbackfn); + A = arraySpeciesCreate$1(O, 0); + A.length = flattenIntoArray$1(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + return A; + } +}); + +var iterators = {}; + +var wellKnownSymbol$2 = wellKnownSymbol$7; +var Iterators$1 = iterators; + +var ITERATOR$1 = wellKnownSymbol$2('iterator'); +var ArrayPrototype$1 = Array.prototype; + +// check on default Array iterator +var isArrayIteratorMethod$1 = function (it) { + return it !== undefined && (Iterators$1.Array === it || ArrayPrototype$1[ITERATOR$1] === it); +}; + +var classof = classof$4; +var getMethod$1 = getMethod$3; +var Iterators = iterators; +var wellKnownSymbol$1 = wellKnownSymbol$7; + +var ITERATOR = wellKnownSymbol$1('iterator'); + +var getIteratorMethod$2 = function (it) { + if (it != undefined) return getMethod$1(it, ITERATOR) + || getMethod$1(it, '@@iterator') + || Iterators[classof(it)]; +}; + +var global$3 = global$s; +var call$2 = functionCall; +var aCallable = aCallable$5; +var anObject$4 = anObject$7; +var tryToString$1 = tryToString$3; +var getIteratorMethod$1 = getIteratorMethod$2; + +var TypeError$2 = global$3.TypeError; + +var getIterator$1 = function (argument, usingIterator) { + var iteratorMethod = arguments.length < 2 ? getIteratorMethod$1(argument) : usingIterator; + if (aCallable(iteratorMethod)) return anObject$4(call$2(iteratorMethod, argument)); + throw TypeError$2(tryToString$1(argument) + ' is not iterable'); +}; + +var call$1 = functionCall; +var anObject$3 = anObject$7; +var getMethod = getMethod$3; + +var iteratorClose$1 = function (iterator, kind, value) { + var innerResult, innerError; + anObject$3(iterator); + try { + innerResult = getMethod(iterator, 'return'); + if (!innerResult) { + if (kind === 'throw') throw value; + return value; + } + innerResult = call$1(innerResult, iterator); + } catch (error) { + innerError = true; + innerResult = error; + } + if (kind === 'throw') throw value; + if (innerError) throw innerResult; + anObject$3(innerResult); + return value; +}; + +var global$2 = global$s; +var bind$1 = functionBindContext; +var call = functionCall; +var anObject$2 = anObject$7; +var tryToString = tryToString$3; +var isArrayIteratorMethod = isArrayIteratorMethod$1; +var lengthOfArrayLike$1 = lengthOfArrayLike$6; +var isPrototypeOf = objectIsPrototypeOf; +var getIterator = getIterator$1; +var getIteratorMethod = getIteratorMethod$2; +var iteratorClose = iteratorClose$1; + +var TypeError$1 = global$2.TypeError; + +var Result = function (stopped, result) { + this.stopped = stopped; + this.result = result; +}; + +var ResultPrototype = Result.prototype; + +var iterate$1 = function (iterable, unboundFunction, options) { + var that = options && options.that; + var AS_ENTRIES = !!(options && options.AS_ENTRIES); + var IS_ITERATOR = !!(options && options.IS_ITERATOR); + var INTERRUPTED = !!(options && options.INTERRUPTED); + var fn = bind$1(unboundFunction, that); + var iterator, iterFn, index, length, result, next, step; + + var stop = function (condition) { + if (iterator) iteratorClose(iterator, 'normal', condition); + return new Result(true, condition); + }; + + var callFn = function (value) { + if (AS_ENTRIES) { + anObject$2(value); + return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]); + } return INTERRUPTED ? fn(value, stop) : fn(value); + }; + + if (IS_ITERATOR) { + iterator = iterable; + } else { + iterFn = getIteratorMethod(iterable); + if (!iterFn) throw TypeError$1(tryToString(iterable) + ' is not iterable'); + // optimisation for array iterators + if (isArrayIteratorMethod(iterFn)) { + for (index = 0, length = lengthOfArrayLike$1(iterable); length > index; index++) { + result = callFn(iterable[index]); + if (result && isPrototypeOf(ResultPrototype, result)) return result; + } return new Result(false); + } + iterator = getIterator(iterable, iterFn); + } + + next = iterator.next; + while (!(step = call(next, iterator)).done) { + try { + result = callFn(step.value); + } catch (error) { + iteratorClose(iterator, 'throw', error); + } + if (typeof result == 'object' && result && isPrototypeOf(ResultPrototype, result)) return result; + } return new Result(false); +}; + +var toPropertyKey = toPropertyKey$3; +var definePropertyModule$2 = objectDefineProperty; +var createPropertyDescriptor = createPropertyDescriptor$3; + +var createProperty$1 = function (object, key, value) { + var propertyKey = toPropertyKey(key); + if (propertyKey in object) definePropertyModule$2.f(object, propertyKey, createPropertyDescriptor(0, value)); + else object[propertyKey] = value; +}; + +var $$1 = _export; +var iterate = iterate$1; +var createProperty = createProperty$1; + +// `Object.fromEntries` method +// https://github.com/tc39/proposal-object-from-entries +$$1({ target: 'Object', stat: true }, { + fromEntries: function fromEntries(iterable) { + var obj = {}; + iterate(iterable, function (k, v) { + createProperty(obj, k, v); + }, { AS_ENTRIES: true }); + return obj; + } +}); + +const debug$1 = typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error('SEMVER', ...args) : () => {}; +var debug_1 = debug$1; + +// Not necessarily the package version of this code. + +const SEMVER_SPEC_VERSION = '2.0.0'; +const MAX_LENGTH$3 = 256; +const MAX_SAFE_INTEGER$3 = Number.MAX_SAFE_INTEGER || +/* istanbul ignore next */ +9007199254740991; // Max safe segment length for coercion. + +const MAX_SAFE_COMPONENT_LENGTH = 16; +var constants$7 = { + SEMVER_SPEC_VERSION, + MAX_LENGTH: MAX_LENGTH$3, + MAX_SAFE_INTEGER: MAX_SAFE_INTEGER$3, + MAX_SAFE_COMPONENT_LENGTH +}; + +var re$1 = {exports: {}}; + +(function (module, exports) { + const { + MAX_SAFE_COMPONENT_LENGTH + } = constants$7; + const debug = debug_1; + exports = module.exports = {}; // The actual regexps go on exports.re + + const re = exports.re = []; + const src = exports.src = []; + const t = exports.t = {}; + let R = 0; + + const createToken = (name, value, isGlobal) => { + const index = R++; + debug(index, value); + t[name] = index; + src[index] = value; + re[index] = new RegExp(value, isGlobal ? 'g' : undefined); + }; // The following Regular Expressions can be used for tokenizing, + // validating, and parsing SemVer version strings. + // ## Numeric Identifier + // A single `0`, or a non-zero digit followed by zero or more digits. + + + createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*'); + createToken('NUMERICIDENTIFIERLOOSE', '[0-9]+'); // ## Non-numeric Identifier + // Zero or more digits, followed by a letter or hyphen, and then zero or + // more letters, digits, or hyphens. + + createToken('NONNUMERICIDENTIFIER', '\\d*[a-zA-Z-][a-zA-Z0-9-]*'); // ## Main Version + // Three dot-separated numeric identifiers. + + createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + `(${src[t.NUMERICIDENTIFIER]})\\.` + `(${src[t.NUMERICIDENTIFIER]})`); + createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + `(${src[t.NUMERICIDENTIFIERLOOSE]})`); // ## Pre-release Version Identifier + // A numeric identifier, or a non-numeric identifier. + + createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]}|${src[t.NONNUMERICIDENTIFIER]})`); + createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]}|${src[t.NONNUMERICIDENTIFIER]})`); // ## Pre-release Version + // Hyphen, followed by one or more dot-separated pre-release version + // identifiers. + + createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`); + createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`); // ## Build Metadata Identifier + // Any combination of digits, letters, or hyphens. + + createToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+'); // ## Build Metadata + // Plus sign, followed by one or more period-separated build metadata + // identifiers. + + createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER]}(?:\\.${src[t.BUILDIDENTIFIER]})*))`); // ## Full Version String + // A main version, followed optionally by a pre-release version and + // build metadata. + // Note that the only major, minor, patch, and pre-release sections of + // the version string are capturing groups. The build metadata is not a + // capturing group, because it should not ever be used in version + // comparison. + + createToken('FULLPLAIN', `v?${src[t.MAINVERSION]}${src[t.PRERELEASE]}?${src[t.BUILD]}?`); + createToken('FULL', `^${src[t.FULLPLAIN]}$`); // like full, but allows v1.2.3 and =1.2.3, which people do sometimes. + // also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty + // common in the npm registry. + + createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE]}${src[t.PRERELEASELOOSE]}?${src[t.BUILD]}?`); + createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`); + createToken('GTLT', '((?:<|>)?=?)'); // Something like "2.*" or "1.2.x". + // Note that "x.x" is a valid xRange identifer, meaning "any version" + // Only the first item is strictly required. + + createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`); + createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`); + createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + `(?:${src[t.PRERELEASE]})?${src[t.BUILD]}?` + `)?)?`); + createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:${src[t.PRERELEASELOOSE]})?${src[t.BUILD]}?` + `)?)?`); + createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`); + createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`); // Coercion. + // Extract anything that could conceivably be a part of a valid semver + + createToken('COERCE', `${'(^|[^\\d])' + '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + `(?:$|[^\\d])`); + createToken('COERCERTL', src[t.COERCE], true); // Tilde ranges. + // Meaning is "reasonably at or greater than" + + createToken('LONETILDE', '(?:~>?)'); + createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true); + exports.tildeTrimReplace = '$1~'; + createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`); + createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`); // Caret ranges. + // Meaning is "at least and backwards compatible with" + + createToken('LONECARET', '(?:\\^)'); + createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true); + exports.caretTrimReplace = '$1^'; + createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`); + createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`); // A simple gt/lt/eq thing, or just "" to indicate "any version" + + createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`); + createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`); // An expression to strip any whitespace between the gtlt and the thing + // it modifies, so that `> 1.2.3` ==> `>1.2.3` - if (Array.isArray(option.default)) { - option.default = option.default.length === 1 ? option.default[0].value : option.default.filter(filterSince).sort((info1, info2) => semver$1.compare(info2.since, info1.since))[0].value; - } + createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true); + exports.comparatorTrimReplace = '$1$2$3'; // Something like `1.2.3 - 1.2.4` + // Note that these all use the loose form, because they'll be + // checked against either the strict or loose comparator form + // later. - if (Array.isArray(option.choices)) { - option.choices = option.choices.filter(option => filterSince(option) && filterDeprecated(option)); + createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + `\\s+-\\s+` + `(${src[t.XRANGEPLAIN]})` + `\\s*$`); + createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + `\\s+-\\s+` + `(${src[t.XRANGEPLAINLOOSE]})` + `\\s*$`); // Star ranges basically just allow anything at all. - if (option.name === "parser") { - collectParsersFromLanguages(option, languages, plugins); - } - } + createToken('STAR', '(<|>)?=?\\s*\\*'); // >=0.0.0 is like a star - const pluginDefaults = plugins.filter(plugin => plugin.defaultOptions && plugin.defaultOptions[option.name] !== undefined).reduce((reduced, plugin) => { - reduced[plugin.name] = plugin.defaultOptions[option.name]; - return reduced; - }, {}); - return Object.assign({}, option, { - pluginDefaults - }); - }); - return { - languages, - options - }; + createToken('GTE0', '^\\s*>=\\s*0\.0\.0\\s*$'); + createToken('GTE0PRE', '^\\s*>=\\s*0\.0\.0-0\\s*$'); +})(re$1, re$1.exports); - function filterSince(object) { - return showUnreleased || !("since" in object) || object.since && semver$1.gte(version, object.since); - } +// obj with keys in a consistent order. - function filterDeprecated(object) { - return showDeprecated || !("deprecated" in object) || object.deprecated && semver$1.lt(version, object.deprecated); - } +const opts$1 = ['includePrerelease', 'loose', 'rtl']; - function mapInternal(object) { - if (showInternal) { - return object; - } +const parseOptions$1 = options => !options ? {} : typeof options !== 'object' ? { + loose: true +} : opts$1.filter(k => options[k]).reduce((options, k) => { + options[k] = true; + return options; +}, {}); - const newObject = _objectWithoutPropertiesLoose(object, ["cliName", "cliCategory", "cliDescription"]); +var parseOptions_1 = parseOptions$1; - return newObject; +const numeric$1 = /^[0-9]+$/; + +const compareIdentifiers$1 = (a, b) => { + const anum = numeric$1.test(a); + const bnum = numeric$1.test(b); + + if (anum && bnum) { + a = +a; + b = +b; } -} -function collectParsersFromLanguages(option, languages, plugins) { - const existingValues = new Set(option.choices.map(choice => choice.value)); + return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1; +}; - for (const language of languages) { - if (language.parsers) { - for (const value of language.parsers) { - if (!existingValues.has(value)) { - existingValues.add(value); - const plugin = plugins.find(plugin => plugin.parsers && plugin.parsers[value]); - let description = language.name; +const rcompareIdentifiers = (a, b) => compareIdentifiers$1(b, a); - if (plugin && plugin.name) { - description += ` (plugin: ${plugin.name})`; - } +var identifiers = { + compareIdentifiers: compareIdentifiers$1, + rcompareIdentifiers +}; - option.choices.push({ - value, - description - }); - } +const debug = debug_1; +const { + MAX_LENGTH: MAX_LENGTH$2, + MAX_SAFE_INTEGER: MAX_SAFE_INTEGER$2 +} = constants$7; +const { + re, + t +} = re$1.exports; +const parseOptions = parseOptions_1; +const { + compareIdentifiers +} = identifiers; + +class SemVer$1 { + constructor(version, options) { + options = parseOptions(options); + + if (version instanceof SemVer$1) { + if (version.loose === !!options.loose && version.includePrerelease === !!options.includePrerelease) { + return version; + } else { + version = version.version; } + } else if (typeof version !== 'string') { + throw new TypeError(`Invalid Version: ${version}`); } - } -} -var support = { - getSupportInfo -}; + if (version.length > MAX_LENGTH$2) { + throw new TypeError(`version is longer than ${MAX_LENGTH$2} characters`); + } -const { - getSupportInfo: getSupportInfo$1 -} = support; -const notAsciiRegex = /[^\x20-\x7F]/; + debug('SemVer', version, options); + this.options = options; + this.loose = !!options.loose; // this isn't actually relevant for versions, but keep it so that we + // don't run into trouble passing this.options around. -const getPenultimate = arr => arr[arr.length - 2]; -/** - * @typedef {{backwards?: boolean}} SkipOptions - */ + this.includePrerelease = !!options.includePrerelease; + const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL]); -/** - * @param {string | RegExp} chars - * @returns {(text: string, index: number | false, opts?: SkipOptions) => number | false} - */ + if (!m) { + throw new TypeError(`Invalid Version: ${version}`); + } + this.raw = version; // these are actually numbers -function skip(chars) { - return (text, index, opts) => { - const backwards = opts && opts.backwards; // Allow `skip` functions to be threaded together without having - // to check for failures (did someone say monads?). + this.major = +m[1]; + this.minor = +m[2]; + this.patch = +m[3]; - /* istanbul ignore next */ + if (this.major > MAX_SAFE_INTEGER$2 || this.major < 0) { + throw new TypeError('Invalid major version'); + } - if (index === false) { - return false; + if (this.minor > MAX_SAFE_INTEGER$2 || this.minor < 0) { + throw new TypeError('Invalid minor version'); } - const { - length - } = text; - let cursor = index; + if (this.patch > MAX_SAFE_INTEGER$2 || this.patch < 0) { + throw new TypeError('Invalid patch version'); + } // numberify any prerelease numeric ids - while (cursor >= 0 && cursor < length) { - const c = text.charAt(cursor); - if (chars instanceof RegExp) { - if (!chars.test(c)) { - return cursor; + if (!m[4]) { + this.prerelease = []; + } else { + this.prerelease = m[4].split('.').map(id => { + if (/^[0-9]+$/.test(id)) { + const num = +id; + + if (num >= 0 && num < MAX_SAFE_INTEGER$2) { + return num; + } } - } else if (!chars.includes(c)) { - return cursor; - } - backwards ? cursor-- : cursor++; + return id; + }); } - if (cursor === -1 || cursor === length) { - // If we reached the beginning or end of the file, return the - // out-of-bounds cursor. It's up to the caller to handle this - // correctly. We don't want to indicate `false` though if it - // actually skipped valid characters. - return cursor; + this.build = m[5] ? m[5].split('.') : []; + this.format(); + } + + format() { + this.version = `${this.major}.${this.minor}.${this.patch}`; + + if (this.prerelease.length) { + this.version += `-${this.prerelease.join('.')}`; } - return false; - }; -} -/** - * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} - */ + return this.version; + } + toString() { + return this.version; + } -const skipWhitespace = skip(/\s/); -/** - * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} - */ + compare(other) { + debug('SemVer.compare', this.version, this.options, other); -const skipSpaces = skip(" \t"); -/** - * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} - */ + if (!(other instanceof SemVer$1)) { + if (typeof other === 'string' && other === this.version) { + return 0; + } -const skipToLineEnd = skip(",; \t"); -/** - * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} - */ + other = new SemVer$1(other, this.options); + } -const skipEverythingButNewLine = skip(/[^\n\r]/); -/** - * @param {string} text - * @param {number | false} index - * @returns {number | false} - */ + if (other.version === this.version) { + return 0; + } -function skipInlineComment(text, index) { - /* istanbul ignore next */ - if (index === false) { - return false; + return this.compareMain(other) || this.comparePre(other); } - if (text.charAt(index) === "/" && text.charAt(index + 1) === "*") { - for (let i = index + 2; i < text.length; ++i) { - if (text.charAt(i) === "*" && text.charAt(i + 1) === "/") { - return i + 2; - } + compareMain(other) { + if (!(other instanceof SemVer$1)) { + other = new SemVer$1(other, this.options); } + + return compareIdentifiers(this.major, other.major) || compareIdentifiers(this.minor, other.minor) || compareIdentifiers(this.patch, other.patch); } - return index; -} -/** - * @param {string} text - * @param {number | false} index - * @returns {number | false} - */ + comparePre(other) { + if (!(other instanceof SemVer$1)) { + other = new SemVer$1(other, this.options); + } // NOT having a prerelease is > having one -function skipTrailingComment(text, index) { - /* istanbul ignore next */ - if (index === false) { - return false; - } + if (this.prerelease.length && !other.prerelease.length) { + return -1; + } else if (!this.prerelease.length && other.prerelease.length) { + return 1; + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0; + } - if (text.charAt(index) === "/" && text.charAt(index + 1) === "/") { - return skipEverythingButNewLine(text, index); - } + let i = 0; - return index; -} // This one doesn't use the above helper function because it wants to -// test \r\n in order and `skip` doesn't support ordering and we only -// want to skip one newline. It's simple to implement. + do { + const a = this.prerelease[i]; + const b = other.prerelease[i]; + debug('prerelease compare', i, a, b); -/** - * @param {string} text - * @param {number | false} index - * @param {SkipOptions=} opts - * @returns {number | false} - */ + if (a === undefined && b === undefined) { + return 0; + } else if (b === undefined) { + return 1; + } else if (a === undefined) { + return -1; + } else if (a === b) { + continue; + } else { + return compareIdentifiers(a, b); + } + } while (++i); + } + compareBuild(other) { + if (!(other instanceof SemVer$1)) { + other = new SemVer$1(other, this.options); + } -function skipNewline(text, index, opts) { - const backwards = opts && opts.backwards; + let i = 0; - if (index === false) { - return false; - } + do { + const a = this.build[i]; + const b = other.build[i]; + debug('prerelease compare', i, a, b); - const atIndex = text.charAt(index); + if (a === undefined && b === undefined) { + return 0; + } else if (b === undefined) { + return 1; + } else if (a === undefined) { + return -1; + } else if (a === b) { + continue; + } else { + return compareIdentifiers(a, b); + } + } while (++i); + } // preminor will bump the version up to the next minor release, and immediately + // down to pre-release. premajor and prepatch work the same way. - if (backwards) { - // We already replace `\r\n` with `\n` before parsing - /* istanbul ignore next */ - if (text.charAt(index - 1) === "\r" && atIndex === "\n") { - return index - 2; - } + inc(release, identifier) { + switch (release) { + case 'premajor': + this.prerelease.length = 0; + this.patch = 0; + this.minor = 0; + this.major++; + this.inc('pre', identifier); + break; - if (atIndex === "\n" || atIndex === "\r" || atIndex === "\u2028" || atIndex === "\u2029") { - return index - 1; - } - } else { - // We already replace `\r\n` with `\n` before parsing + case 'preminor': + this.prerelease.length = 0; + this.patch = 0; + this.minor++; + this.inc('pre', identifier); + break; - /* istanbul ignore next */ - if (atIndex === "\r" && text.charAt(index + 1) === "\n") { - return index + 2; - } + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0; + this.inc('patch', identifier); + this.inc('pre', identifier); + break; + // If the input is a non-prerelease version, this acts the same as + // prepatch. - if (atIndex === "\n" || atIndex === "\r" || atIndex === "\u2028" || atIndex === "\u2029") { - return index + 1; - } - } + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier); + } - return index; -} -/** - * @param {string} text - * @param {number} index - * @param {SkipOptions=} opts - * @returns {boolean} - */ + this.inc('pre', identifier); + break; + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) { + this.major++; + } -function hasNewline(text, index, opts) { - opts = opts || {}; - const idx = skipSpaces(text, opts.backwards ? index - 1 : index, opts); - const idx2 = skipNewline(text, idx, opts); - return idx !== idx2; -} -/** - * @param {string} text - * @param {number} start - * @param {number} end - * @returns {boolean} - */ + this.minor = 0; + this.patch = 0; + this.prerelease = []; + break; + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++; + } -function hasNewlineInRange(text, start, end) { - for (let i = start; i < end; ++i) { - if (text.charAt(i) === "\n") { - return true; - } - } + this.patch = 0; + this.prerelease = []; + break; - return false; -} // Note: this function doesn't ignore leading comments unlike isNextLineEmpty + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++; + } -/** - * @template N - * @param {string} text - * @param {N} node - * @param {(node: N) => number} locStart - */ + this.prerelease = []; + break; + // This probably shouldn't be used publicly. + // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction. + case 'pre': + if (this.prerelease.length === 0) { + this.prerelease = [0]; + } else { + let i = this.prerelease.length; -function isPreviousLineEmpty(text, node, locStart) { - /** @type {number | false} */ - let idx = locStart(node) - 1; - idx = skipSpaces(text, idx, { - backwards: true - }); - idx = skipNewline(text, idx, { - backwards: true - }); - idx = skipSpaces(text, idx, { - backwards: true - }); - const idx2 = skipNewline(text, idx, { - backwards: true - }); - return idx !== idx2; -} -/** - * @param {string} text - * @param {number} index - * @returns {boolean} - */ + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++; + i = -2; + } + } + if (i === -1) { + // didn't increment anything + this.prerelease.push(0); + } + } -function isNextLineEmptyAfterIndex(text, index) { - /** @type {number | false} */ - let oldIdx = null; - /** @type {number | false} */ + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + if (this.prerelease[0] === identifier) { + if (isNaN(this.prerelease[1])) { + this.prerelease = [identifier, 0]; + } + } else { + this.prerelease = [identifier, 0]; + } + } - let idx = index; + break; - while (idx !== oldIdx) { - // We need to skip all the potential trailing inline comments - oldIdx = idx; - idx = skipToLineEnd(text, idx); - idx = skipInlineComment(text, idx); - idx = skipSpaces(text, idx); + default: + throw new Error(`invalid increment argument: ${release}`); + } + + this.format(); + this.raw = this.version; + return this; } - idx = skipTrailingComment(text, idx); - idx = skipNewline(text, idx); - return idx !== false && hasNewline(text, idx); } -/** - * @template N - * @param {string} text - * @param {N} node - * @param {(node: N) => number} locEnd - * @returns {boolean} - */ +var semver$3 = SemVer$1; -function isNextLineEmpty(text, node, locEnd) { - return isNextLineEmptyAfterIndex(text, locEnd(node)); -} -/** - * @param {string} text - * @param {number} idx - * @returns {number | false} - */ +const SemVer = semver$3; +const compare$3 = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose)); -function getNextNonSpaceNonCommentCharacterIndexWithStartIndex(text, idx) { - /** @type {number | false} */ - let oldIdx = null; - /** @type {number | false} */ +var compare_1 = compare$3; - let nextIdx = idx; +const compare$2 = compare_1; - while (nextIdx !== oldIdx) { - oldIdx = nextIdx; - nextIdx = skipSpaces(text, nextIdx); - nextIdx = skipInlineComment(text, nextIdx); - nextIdx = skipTrailingComment(text, nextIdx); - nextIdx = skipNewline(text, nextIdx); - } +const lt = (a, b, loose) => compare$2(a, b, loose) < 0; - return nextIdx; -} -/** - * @template N - * @param {string} text - * @param {N} node - * @param {(node: N) => number} locEnd - * @returns {number | false} - */ +var lt_1 = lt; +const compare$1 = compare_1; -function getNextNonSpaceNonCommentCharacterIndex(text, node, locEnd) { - return getNextNonSpaceNonCommentCharacterIndexWithStartIndex(text, locEnd(node)); -} -/** - * @template N - * @param {string} text - * @param {N} node - * @param {(node: N) => number} locEnd - * @returns {string} - */ +const gte$1 = (a, b, loose) => compare$1(a, b, loose) >= 0; +var gte_1 = gte$1; + +var arrayify$1 = (object, keyName) => Object.entries(object).map(([key, value]) => Object.assign({ + [keyName]: key +}, value)); + +var lib$5 = {exports: {}}; + +(function (module, exports) { + + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.outdent = void 0; // In the absence of a WeakSet or WeakMap implementation, don't break, but don't cache either. + + function noop() { + var args = []; + + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + } -function getNextNonSpaceNonCommentCharacter(text, node, locEnd) { - return text.charAt( // @ts-ignore => TBD: can return false, should we define a fallback? - getNextNonSpaceNonCommentCharacterIndex(text, node, locEnd)); -} // Not using, but it's public utils + function createWeakMap() { + if (typeof WeakMap !== "undefined") { + return new WeakMap(); + } else { + return fakeSetOrMap(); + } + } + /** + * Creates and returns a no-op implementation of a WeakMap / WeakSet that never stores anything. + */ -/* istanbul ignore next */ -/** - * @param {string} text - * @param {number} index - * @param {SkipOptions=} opts - * @returns {boolean} - */ + function fakeSetOrMap() { + return { + add: noop, + delete: noop, + get: noop, + set: noop, + has: function (k) { + return false; + } + }; + } // Safe hasOwnProperty -function hasSpaces(text, index, opts) { - opts = opts || {}; - const idx = skipSpaces(text, opts.backwards ? index - 1 : index, opts); - return idx !== index; -} -/** - * @param {string} value - * @param {number} tabWidth - * @param {number=} startIndex - * @returns {number} - */ + var hop = Object.prototype.hasOwnProperty; + var has = function (obj, prop) { + return hop.call(obj, prop); + }; // Copy all own enumerable properties from source to target -function getAlignmentSize(value, tabWidth, startIndex) { - startIndex = startIndex || 0; - let size = 0; - for (let i = startIndex; i < value.length; ++i) { - if (value[i] === "\t") { - // Tabs behave in a way that they are aligned to the nearest - // multiple of tabWidth: - // 0 -> 4, 1 -> 4, 2 -> 4, 3 -> 4 - // 4 -> 8, 5 -> 8, 6 -> 8, 7 -> 8 ... - size = size + tabWidth - size % tabWidth; - } else { - size++; + function extend(target, source) { + for (var prop in source) { + if (has(source, prop)) { + target[prop] = source[prop]; + } } - } - return size; -} -/** - * @param {string} value - * @param {number} tabWidth - * @returns {number} - */ + return target; + } + var reLeadingNewline = /^[ \t]*(?:\r\n|\r|\n)/; + var reTrailingNewline = /(?:\r\n|\r|\n)[ \t]*$/; + var reStartsWithNewlineOrIsEmpty = /^(?:[\r\n]|$)/; + var reDetectIndentation = /(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/; + var reOnlyWhitespaceWithAtLeastOneNewline = /^[ \t]*[\r\n][ \t\r\n]*$/; -function getIndentSize(value, tabWidth) { - const lastNewlineIndex = value.lastIndexOf("\n"); + function _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options) { + // If first interpolated value is a reference to outdent, + // determine indentation level from the indentation of the interpolated value. + var indentationLevel = 0; + var match = strings[0].match(reDetectIndentation); - if (lastNewlineIndex === -1) { - return 0; - } + if (match) { + indentationLevel = match[1].length; + } - return getAlignmentSize( // All the leading whitespaces - value.slice(lastNewlineIndex + 1).match(/^[\t ]*/)[0], tabWidth); -} -/** - * @typedef {'"' | "'"} Quote - */ + var reSource = "(\\r\\n|\\r|\\n).{0," + indentationLevel + "}"; + var reMatchIndent = new RegExp(reSource, "g"); -/** - * - * @param {string} raw - * @param {Quote} preferredQuote - * @returns {Quote} - */ + if (firstInterpolatedValueSetsIndentationLevel) { + strings = strings.slice(1); + } + var newline = options.newline, + trimLeadingNewline = options.trimLeadingNewline, + trimTrailingNewline = options.trimTrailingNewline; + var normalizeNewlines = typeof newline === "string"; + var l = strings.length; + var outdentedStrings = strings.map(function (v, i) { + // Remove leading indentation from all lines + v = v.replace(reMatchIndent, "$1"); // Trim a leading newline from the first string -function getPreferredQuote(raw, preferredQuote) { - // `rawContent` is the string exactly like it appeared in the input source - // code, without its enclosing quotes. - const rawContent = raw.slice(1, -1); - /** @type {{ quote: '"', regex: RegExp }} */ + if (i === 0 && trimLeadingNewline) { + v = v.replace(reLeadingNewline, ""); + } // Trim a trailing newline from the last string - const double = { - quote: '"', - regex: /"/g - }; - /** @type {{ quote: "'", regex: RegExp }} */ - const single = { - quote: "'", - regex: /'/g - }; - const preferred = preferredQuote === "'" ? single : double; - const alternate = preferred === single ? double : single; - let result = preferred.quote; // If `rawContent` contains at least one of the quote preferred for enclosing - // the string, we might want to enclose with the alternate quote instead, to - // minimize the number of escaped quotes. + if (i === l - 1 && trimTrailingNewline) { + v = v.replace(reTrailingNewline, ""); + } // Normalize newlines - if (rawContent.includes(preferred.quote) || rawContent.includes(alternate.quote)) { - const numPreferredQuotes = (rawContent.match(preferred.regex) || []).length; - const numAlternateQuotes = (rawContent.match(alternate.regex) || []).length; - result = numPreferredQuotes > numAlternateQuotes ? alternate.quote : preferred.quote; - } - return result; -} + if (normalizeNewlines) { + v = v.replace(/\r\n|\n|\r/g, function (_) { + return newline; + }); + } -function printString(raw, options, isDirectiveLiteral) { - // `rawContent` is the string exactly like it appeared in the input source - // code, without its enclosing quotes. - const rawContent = raw.slice(1, -1); // Check for the alternate quote, to determine if we're allowed to swap - // the quotes on a DirectiveLiteral. + return v; + }); + return outdentedStrings; + } - const canChangeDirectiveQuotes = !rawContent.includes('"') && !rawContent.includes("'"); - /** @type {Quote} */ + function concatStringsAndValues(strings, values) { + var ret = ""; - const enclosingQuote = options.parser === "json" ? '"' : options.__isInHtmlAttribute ? "'" : getPreferredQuote(raw, options.singleQuote ? "'" : '"'); // Directives are exact code unit sequences, which means that you can't - // change the escape sequences they use. - // See https://github.com/prettier/prettier/issues/1555 - // and https://tc39.github.io/ecma262/#directive-prologue + for (var i = 0, l = strings.length; i < l; i++) { + ret += strings[i]; - if (isDirectiveLiteral) { - if (canChangeDirectiveQuotes) { - return enclosingQuote + rawContent + enclosingQuote; + if (i < l - 1) { + ret += values[i]; + } } - return raw; - } // It might sound unnecessary to use `makeString` even if the string already - // is enclosed with `enclosingQuote`, but it isn't. The string could contain - // unnecessary escapes (such as in `"\'"`). Always using `makeString` makes - // sure that we consistently output the minimum amount of escaped quotes. + return ret; + } + function isTemplateStringsArray(v) { + return has(v, "raw") && has(v, "length"); + } + /** + * It is assumed that opts will not change. If this is a problem, clone your options object and pass the clone to + * makeInstance + * @param options + * @return {outdent} + */ - return makeString(rawContent, enclosingQuote, !(options.parser === "css" || options.parser === "less" || options.parser === "scss" || options.embeddedInHtml)); -} -/** - * @param {string} rawContent - * @param {Quote} enclosingQuote - * @param {boolean=} unescapeUnnecessaryEscapes - * @returns {string} - */ + function createInstance(options) { + /** Cache of pre-processed template literal arrays */ + var arrayAutoIndentCache = createWeakMap(); + /** + * Cache of pre-processed template literal arrays, where first interpolated value is a reference to outdent, + * before interpolated values are injected. + */ -function makeString(rawContent, enclosingQuote, unescapeUnnecessaryEscapes) { - const otherQuote = enclosingQuote === '"' ? "'" : '"'; // Matches _any_ escape and unescaped quotes (both single and double). + var arrayFirstInterpSetsIndentCache = createWeakMap(); - const regex = /\\([\S\s])|(["'])/g; // Escape and unescape single and double quotes as needed to be able to - // enclose `rawContent` with `enclosingQuote`. + function outdent(stringsOrOptions) { + var values = []; - const newContent = rawContent.replace(regex, (match, escaped, quote) => { - // If we matched an escape, and the escaped character is a quote of the - // other type than we intend to enclose the string with, there's no need for - // it to be escaped, so return it _without_ the backslash. - if (escaped === otherQuote) { - return escaped; - } // If we matched an unescaped quote and it is of the _same_ type as we - // intend to enclose the string with, it must be escaped, so return it with - // a backslash. + for (var _i = 1; _i < arguments.length; _i++) { + values[_i - 1] = arguments[_i]; + } + /* tslint:enable:no-shadowed-variable */ - if (quote === enclosingQuote) { - return "\\" + quote; - } + if (isTemplateStringsArray(stringsOrOptions)) { + var strings = stringsOrOptions; // Is first interpolated value a reference to outdent, alone on its own line, without any preceding non-whitespace? - if (quote) { - return quote; - } // Unescape any unnecessarily escaped character. - // Adapted from https://github.com/eslint/eslint/blob/de0b4ad7bd820ade41b1f606008bea68683dc11a/lib/rules/no-useless-escape.js#L27 + var firstInterpolatedValueSetsIndentationLevel = (values[0] === outdent || values[0] === defaultOutdent) && reOnlyWhitespaceWithAtLeastOneNewline.test(strings[0]) && reStartsWithNewlineOrIsEmpty.test(strings[1]); // Perform outdentation + var cache = firstInterpolatedValueSetsIndentationLevel ? arrayFirstInterpSetsIndentCache : arrayAutoIndentCache; + var renderedArray = cache.get(strings); - return unescapeUnnecessaryEscapes && /^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(escaped) ? escaped : "\\" + escaped; - }); - return enclosingQuote + newContent + enclosingQuote; -} + if (!renderedArray) { + renderedArray = _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options); + cache.set(strings, renderedArray); + } + /** If no interpolated values, skip concatenation step */ -function printNumber(rawNumber) { - return rawNumber.toLowerCase() // Remove unnecessary plus and zeroes from scientific notation. - .replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/, "$1$2$3") // Remove unnecessary scientific notation (1e0). - .replace(/^([+-]?[\d.]+)e[+-]?0+$/, "$1") // Make sure numbers always start with a digit. - .replace(/^([+-])?\./, "$10.") // Remove extraneous trailing decimal zeroes. - .replace(/(\.\d+?)0+(?=e|$)/, "$1") // Remove trailing dot. - .replace(/\.(?=e|$)/, ""); -} -/** - * @param {string} str - * @param {string} target - * @returns {number} - */ + if (values.length === 0) { + return renderedArray[0]; + } + /** Concatenate string literals with interpolated values */ -function getMaxContinuousCount(str, target) { - const results = str.match(new RegExp(`(${escapeStringRegexp(target)})+`, "g")); - if (results === null) { - return 0; + var rendered = concatStringsAndValues(renderedArray, firstInterpolatedValueSetsIndentationLevel ? values.slice(1) : values); + return rendered; + } else { + // Create and return a new instance of outdent with the given options + return createInstance(extend(extend({}, options), stringsOrOptions || {})); + } + } + + var fullOutdent = extend(outdent, { + string: function (str) { + return _outdentArray([str], false, options)[0]; + } + }); + return fullOutdent; } - return results.reduce((maxCount, result) => Math.max(maxCount, result.length / target.length), 0); -} + var defaultOutdent = createInstance({ + trimLeadingNewline: true, + trimTrailingNewline: true + }); + exports.outdent = defaultOutdent; // Named exports. Simple and preferred. + // import outdent from 'outdent'; -function getMinNotPresentContinuousCount(str, target) { - const matches = str.match(new RegExp(`(${escapeStringRegexp(target)})+`, "g")); + exports.default = defaultOutdent; - if (matches === null) { - return 0; + { + // In webpack harmony-modules environments, module.exports is read-only, + // so we fail gracefully. + try { + module.exports = defaultOutdent; + Object.defineProperty(defaultOutdent, "__esModule", { + value: true + }); + defaultOutdent.default = defaultOutdent; + defaultOutdent.outdent = defaultOutdent; + } catch (e) {} } +})(lib$5, lib$5.exports); - const countPresent = new Map(); - let max = 0; +const { + outdent +} = lib$5.exports; +const CATEGORY_CONFIG = "Config"; +const CATEGORY_EDITOR = "Editor"; +const CATEGORY_FORMAT = "Format"; +const CATEGORY_OTHER = "Other"; +const CATEGORY_OUTPUT = "Output"; +const CATEGORY_GLOBAL = "Global"; +const CATEGORY_SPECIAL = "Special"; +/** + * @typedef {Object} OptionInfo + * @property {string} [since] - available since version + * @property {string} category + * @property {'int' | 'boolean' | 'choice' | 'path'} type + * @property {boolean} [array] - indicate it's an array of the specified type + * @property {OptionValueInfo} [default] + * @property {OptionRangeInfo} [range] - for type int + * @property {string} description + * @property {string} [deprecated] - deprecated since version + * @property {OptionRedirectInfo} [redirect] - redirect deprecated option + * @property {(value: any) => boolean} [exception] + * @property {OptionChoiceInfo[]} [choices] - for type choice + * @property {string} [cliName] + * @property {string} [cliCategory] + * @property {string} [cliDescription] + * + * @typedef {number | boolean | string} OptionValue + * @typedef {OptionValue | [{ value: OptionValue[] }] | Array<{ since: string, value: OptionValue}>} OptionValueInfo + * + * @typedef {Object} OptionRedirectInfo + * @property {string} option + * @property {OptionValue} value + * + * @typedef {Object} OptionRangeInfo + * @property {number} start - recommended range start + * @property {number} end - recommended range end + * @property {number} step - recommended range step + * + * @typedef {Object} OptionChoiceInfo + * @property {boolean | string} value - boolean for the option that is originally boolean type + * @property {string} description + * @property {string} [since] - undefined if available since the first version of the option + * @property {string} [deprecated] - deprecated since version + * @property {OptionValueInfo} [redirect] - redirect deprecated value + */ - for (const match of matches) { - const count = match.length / target.length; - countPresent.set(count, true); +/** @type {{ [name: string]: OptionInfo }} */ - if (count > max) { - max = count; +const options$e = { + cursorOffset: { + since: "1.4.0", + category: CATEGORY_SPECIAL, + type: "int", + default: -1, + range: { + start: -1, + end: Number.POSITIVE_INFINITY, + step: 1 + }, + description: outdent` + Print (to stderr) where a cursor at the given position would move to after formatting. + This option cannot be used with --range-start and --range-end. + `, + cliCategory: CATEGORY_EDITOR + }, + endOfLine: { + since: "1.15.0", + category: CATEGORY_GLOBAL, + type: "choice", + default: [{ + since: "1.15.0", + value: "auto" + }, { + since: "2.0.0", + value: "lf" + }], + description: "Which end of line characters to apply.", + choices: [{ + value: "lf", + description: "Line Feed only (\\n), common on Linux and macOS as well as inside git repos" + }, { + value: "crlf", + description: "Carriage Return + Line Feed characters (\\r\\n), common on Windows" + }, { + value: "cr", + description: "Carriage Return character only (\\r), used very rarely" + }, { + value: "auto", + description: outdent` + Maintain existing + (mixed values within one file are normalised by looking at what's used after the first line) + ` + }] + }, + filepath: { + since: "1.4.0", + category: CATEGORY_SPECIAL, + type: "path", + description: "Specify the input filepath. This will be used to do parser inference.", + cliName: "stdin-filepath", + cliCategory: CATEGORY_OTHER, + cliDescription: "Path to the file to pretend that stdin comes from." + }, + insertPragma: { + since: "1.8.0", + category: CATEGORY_SPECIAL, + type: "boolean", + default: false, + description: "Insert @format pragma into file's first docblock comment.", + cliCategory: CATEGORY_OTHER + }, + parser: { + since: "0.0.10", + category: CATEGORY_GLOBAL, + type: "choice", + default: [{ + since: "0.0.10", + value: "babylon" + }, { + since: "1.13.0", + value: undefined + }], + description: "Which parser to use.", + exception: value => typeof value === "string" || typeof value === "function", + choices: [{ + value: "flow", + description: "Flow" + }, { + value: "babel", + since: "1.16.0", + description: "JavaScript" + }, { + value: "babel-flow", + since: "1.16.0", + description: "Flow" + }, { + value: "babel-ts", + since: "2.0.0", + description: "TypeScript" + }, { + value: "typescript", + since: "1.4.0", + description: "TypeScript" + }, { + value: "espree", + since: "2.2.0", + description: "JavaScript" + }, { + value: "meriyah", + since: "2.2.0", + description: "JavaScript" + }, { + value: "css", + since: "1.7.1", + description: "CSS" + }, { + value: "less", + since: "1.7.1", + description: "Less" + }, { + value: "scss", + since: "1.7.1", + description: "SCSS" + }, { + value: "json", + since: "1.5.0", + description: "JSON" + }, { + value: "json5", + since: "1.13.0", + description: "JSON5" + }, { + value: "json-stringify", + since: "1.13.0", + description: "JSON.stringify" + }, { + value: "graphql", + since: "1.5.0", + description: "GraphQL" + }, { + value: "markdown", + since: "1.8.0", + description: "Markdown" + }, { + value: "mdx", + since: "1.15.0", + description: "MDX" + }, { + value: "vue", + since: "1.10.0", + description: "Vue" + }, { + value: "yaml", + since: "1.14.0", + description: "YAML" + }, { + value: "glimmer", + since: "2.3.0", + description: "Ember / Handlebars" + }, { + value: "html", + since: "1.15.0", + description: "HTML" + }, { + value: "angular", + since: "1.15.0", + description: "Angular" + }, { + value: "lwc", + since: "1.17.0", + description: "Lightning Web Components" + }] + }, + plugins: { + since: "1.10.0", + type: "path", + array: true, + default: [{ + value: [] + }], + category: CATEGORY_GLOBAL, + description: "Add a plugin. Multiple plugins can be passed as separate `--plugin`s.", + exception: value => typeof value === "string" || typeof value === "object", + cliName: "plugin", + cliCategory: CATEGORY_CONFIG + }, + pluginSearchDirs: { + since: "1.13.0", + type: "path", + array: true, + default: [{ + value: [] + }], + category: CATEGORY_GLOBAL, + description: outdent` + Custom directory that contains prettier plugins in node_modules subdirectory. + Overrides default behavior when plugins are searched relatively to the location of Prettier. + Multiple values are accepted. + `, + exception: value => typeof value === "string" || typeof value === "object", + cliName: "plugin-search-dir", + cliCategory: CATEGORY_CONFIG + }, + printWidth: { + since: "0.0.0", + category: CATEGORY_GLOBAL, + type: "int", + default: 80, + description: "The line length where Prettier will try wrap.", + range: { + start: 0, + end: Number.POSITIVE_INFINITY, + step: 1 } - } - - for (let i = 1; i < max; i++) { - if (!countPresent.get(i)) { - return i; + }, + rangeEnd: { + since: "1.4.0", + category: CATEGORY_SPECIAL, + type: "int", + default: Number.POSITIVE_INFINITY, + range: { + start: 0, + end: Number.POSITIVE_INFINITY, + step: 1 + }, + description: outdent` + Format code ending at a given character offset (exclusive). + The range will extend forwards to the end of the selected statement. + This option cannot be used with --cursor-offset. + `, + cliCategory: CATEGORY_EDITOR + }, + rangeStart: { + since: "1.4.0", + category: CATEGORY_SPECIAL, + type: "int", + default: 0, + range: { + start: 0, + end: Number.POSITIVE_INFINITY, + step: 1 + }, + description: outdent` + Format code starting at a given character offset. + The range will extend backwards to the start of the first line containing the selected statement. + This option cannot be used with --cursor-offset. + `, + cliCategory: CATEGORY_EDITOR + }, + requirePragma: { + since: "1.7.0", + category: CATEGORY_SPECIAL, + type: "boolean", + default: false, + description: outdent` + Require either '@prettier' or '@format' to be present in the file's first docblock comment + in order for it to be formatted. + `, + cliCategory: CATEGORY_OTHER + }, + tabWidth: { + type: "int", + category: CATEGORY_GLOBAL, + default: 2, + description: "Number of spaces per indentation level.", + range: { + start: 0, + end: Number.POSITIVE_INFINITY, + step: 1 } + }, + useTabs: { + since: "1.0.0", + category: CATEGORY_GLOBAL, + type: "boolean", + default: false, + description: "Indent with tabs instead of spaces." + }, + embeddedLanguageFormatting: { + since: "2.1.0", + category: CATEGORY_GLOBAL, + type: "choice", + default: [{ + since: "2.1.0", + value: "auto" + }], + description: "Control how Prettier formats quoted code embedded in the file.", + choices: [{ + value: "auto", + description: "Format embedded code if Prettier can automatically identify it." + }, { + value: "off", + description: "Never automatically format embedded code." + }] } +}; +var coreOptions$1 = { + CATEGORY_CONFIG, + CATEGORY_EDITOR, + CATEGORY_FORMAT, + CATEGORY_OTHER, + CATEGORY_OUTPUT, + CATEGORY_GLOBAL, + CATEGORY_SPECIAL, + options: options$e +}; - return max + 1; -} +const _excluded$3 = ["cliName", "cliCategory", "cliDescription"]; + +const semver$2 = { + compare: compare_1, + lt: lt_1, + gte: gte_1 +}; +const arrayify = arrayify$1; +const currentVersion = require$$0$5.version; +const coreOptions = coreOptions$1.options; /** - * @param {string} text - * @returns {number} + * Strings in `plugins` and `pluginSearchDirs` are handled by a wrapped version + * of this function created by `withPlugins`. Don't pass them here directly. + * @param {object} param0 + * @param {(string | object)[]=} param0.plugins Strings are resolved by `withPlugins`. + * @param {string[]=} param0.pluginSearchDirs Added by `withPlugins`. + * @param {boolean=} param0.showUnreleased + * @param {boolean=} param0.showDeprecated + * @param {boolean=} param0.showInternal */ +function getSupportInfo$3({ + plugins = [], + showUnreleased = false, + showDeprecated = false, + showInternal = false +} = {}) { + // pre-release version is smaller than the normal version in semver, + // we need to treat it as the normal one so as to test new features. + const version = currentVersion.split("-", 1)[0]; + const languages = plugins.flatMap(plugin => plugin.languages || []).filter(filterSince); + const options = arrayify(Object.assign({}, ...plugins.map(({ + options + }) => options), coreOptions), "name").filter(option => filterSince(option) && filterDeprecated(option)).sort((a, b) => a.name === b.name ? 0 : a.name < b.name ? -1 : 1).map(mapInternal).map(option => { + option = Object.assign({}, option); -function getStringWidth(text) { - if (!text) { - return 0; - } // shortcut to avoid needless string `RegExp`s, replacements, and allocations within `string-width` - - - if (!notAsciiRegex.test(text)) { - return text.length; - } - - return stringWidth_1(text); -} - -function isNodeIgnoreComment(comment) { - return comment.value.trim() === "prettier-ignore"; -} - -function addCommentHelper(node, comment) { - const comments = node.comments || (node.comments = []); - comments.push(comment); - comment.printed = false; // For some reason, TypeScript parses `// x` inside of JSXText as a comment - // We already "print" it via the raw text, we don't need to re-print it as a - // comment - - /* istanbul ignore next */ - - if (node.type === "JSXText") { - comment.printed = true; - } -} - -function addLeadingComment(node, comment) { - comment.leading = true; - comment.trailing = false; - addCommentHelper(node, comment); -} - -function addDanglingComment(node, comment, marker) { - comment.leading = false; - comment.trailing = false; - - if (marker) { - comment.marker = marker; - } - - addCommentHelper(node, comment); -} - -function addTrailingComment(node, comment) { - comment.leading = false; - comment.trailing = true; - addCommentHelper(node, comment); -} - -function replaceEndOfLineWith(text, replacement) { - const parts = []; - - for (const part of text.split("\n")) { - if (parts.length !== 0) { - parts.push(replacement); + if (Array.isArray(option.default)) { + option.default = option.default.length === 1 ? option.default[0].value : option.default.filter(filterSince).sort((info1, info2) => semver$2.compare(info2.since, info1.since))[0].value; } - parts.push(part); - } + if (Array.isArray(option.choices)) { + option.choices = option.choices.filter(option => filterSince(option) && filterDeprecated(option)); - return parts; -} + if (option.name === "parser") { + collectParsersFromLanguages(option, languages, plugins); + } + } -function inferParserByLanguage(language, options) { - const { - languages - } = getSupportInfo$1({ - plugins: options.plugins + const pluginDefaults = Object.fromEntries(plugins.filter(plugin => plugin.defaultOptions && plugin.defaultOptions[option.name] !== undefined).map(plugin => [plugin.name, plugin.defaultOptions[option.name]])); + return Object.assign(Object.assign({}, option), {}, { + pluginDefaults + }); }); - const matched = languages.find(({ - name - }) => name.toLowerCase() === language) || languages.find(({ - aliases - }) => Array.isArray(aliases) && aliases.includes(language)) || languages.find(({ - extensions - }) => Array.isArray(extensions) && extensions.includes(`.${language}`)); - return matched && matched.parsers[0]; -} - -function isFrontMatterNode(node) { - return node && node.type === "front-matter"; -} + return { + languages, + options + }; -function getShebang(text) { - if (!text.startsWith("#!")) { - return ""; + function filterSince(object) { + return showUnreleased || !("since" in object) || object.since && semver$2.gte(version, object.since); } - const index = text.indexOf("\n"); - - if (index === -1) { - return text; + function filterDeprecated(object) { + return showDeprecated || !("deprecated" in object) || object.deprecated && semver$2.lt(version, object.deprecated); } - return text.slice(0, index); -} - -var util = { - inferParserByLanguage, - replaceEndOfLineWith, - getStringWidth, - getMaxContinuousCount, - getMinNotPresentContinuousCount, - getPenultimate, - getLast, - getNextNonSpaceNonCommentCharacterIndexWithStartIndex, - getNextNonSpaceNonCommentCharacterIndex, - getNextNonSpaceNonCommentCharacter, - skip, - skipWhitespace, - skipSpaces, - skipToLineEnd, - skipEverythingButNewLine, - skipInlineComment, - skipTrailingComment, - skipNewline, - isNextLineEmptyAfterIndex, - isNextLineEmpty, - isPreviousLineEmpty, - hasNewline, - hasNewlineInRange, - hasSpaces, - getAlignmentSize, - getIndentSize, - getPreferredQuote, - printString, - printNumber, - isNodeIgnoreComment, - makeString, - addLeadingComment, - addDanglingComment, - addTrailingComment, - isFrontMatterNode, - getShebang -}; + function mapInternal(object) { + if (showInternal) { + return object; + } -function guessEndOfLine(text) { - const index = text.indexOf("\r"); + const newObject = _objectWithoutProperties(object, _excluded$3); - if (index >= 0) { - return text.charAt(index + 1) === "\n" ? "crlf" : "cr"; + return newObject; } - - return "lf"; } -function convertEndOfLineToChars(value) { - switch (value) { - case "cr": - return "\r"; - - case "crlf": - return "\r\n"; +function collectParsersFromLanguages(option, languages, plugins) { + const existingValues = new Set(option.choices.map(choice => choice.value)); - default: - return "\n"; - } -} + for (const language of languages) { + if (language.parsers) { + for (const value of language.parsers) { + if (!existingValues.has(value)) { + existingValues.add(value); + const plugin = plugins.find(plugin => plugin.parsers && plugin.parsers[value]); + let description = language.name; -function countEndOfLineChars(text, eol) { - let regex; - /* istanbul ignore else */ + if (plugin && plugin.name) { + description += ` (plugin: ${plugin.name})`; + } - if (eol === "\n") { - regex = /\n/g; - } else if (eol === "\r") { - regex = /\r/g; - } else if (eol === "\r\n") { - regex = /\r\n/g; - } else { - throw new Error(`Unexpected "eol" ${JSON.stringify(eol)}.`); + option.choices.push({ + value, + description + }); + } + } + } } - - const endOfLines = text.match(regex); - return endOfLines ? endOfLines.length : 0; -} - -function normalizeEndOfLine(text) { - return text.replace(/\r\n?/g, "\n"); } -var endOfLine = { - guessEndOfLine, - convertEndOfLineToChars, - countEndOfLineChars, - normalizeEndOfLine +var support = { + getSupportInfo: getSupportInfo$3 }; +const stringWidth = stringWidth$2.exports; +const escapeStringRegexp$2 = escapeStringRegexp$3; +const getLast$o = getLast_1; const { - getStringWidth: getStringWidth$1 -} = util; -const { - convertEndOfLineToChars: convertEndOfLineToChars$1 -} = endOfLine; -const { - concat: concat$1, - fill: fill$1, - cursor: cursor$1 -} = docBuilders; -/** @type {Record} */ - -let groupModeMap; -const MODE_BREAK = 1; -const MODE_FLAT = 2; - -function rootIndent() { - return { - value: "", - length: 0, - queue: [] - }; -} - -function makeIndent(ind, options) { - return generateInd(ind, { - type: "indent" - }, options); -} - -function makeAlign(indent, n, options) { - if (n === -Infinity) { - return indent.root || rootIndent(); - } - - if (n < 0) { - return generateInd(indent, { - type: "dedent" - }, options); - } - - if (!n) { - return indent; - } - - if (n.type === "root") { - return Object.assign({}, indent, { - root: indent - }); - } - - const alignType = typeof n === "string" ? "stringAlign" : "numberAlign"; - return generateInd(indent, { - type: alignType, - n - }, options); -} - -function generateInd(ind, newPart, options) { - const queue = newPart.type === "dedent" ? ind.queue.slice(0, -1) : ind.queue.concat(newPart); - let value = ""; - let length = 0; - let lastTabs = 0; - let lastSpaces = 0; - - for (const part of queue) { - switch (part.type) { - case "indent": - flush(); + getSupportInfo: getSupportInfo$2 +} = support; +const notAsciiRegex = /[^\x20-\x7F]/; - if (options.useTabs) { - addTabs(1); - } else { - addSpaces(options.tabWidth); - } +const getPenultimate$1 = arr => arr[arr.length - 2]; +/** + * @typedef {{backwards?: boolean}} SkipOptions + */ - break; +/** + * @param {string | RegExp} chars + * @returns {(text: string, index: number | false, opts?: SkipOptions) => number | false} + */ - case "stringAlign": - flush(); - value += part.n; - length += part.n.length; - break; - case "numberAlign": - lastTabs += 1; - lastSpaces += part.n; - break; +function skip$1(chars) { + return (text, index, opts) => { + const backwards = opts && opts.backwards; // Allow `skip` functions to be threaded together without having + // to check for failures (did someone say monads?). - /* istanbul ignore next */ + /* istanbul ignore next */ - default: - throw new Error(`Unexpected type '${part.type}'`); + if (index === false) { + return false; } - } - - flushSpaces(); - return Object.assign({}, ind, { - value, - length, - queue - }); - function addTabs(count) { - value += "\t".repeat(count); - length += options.tabWidth * count; - } + const { + length + } = text; + let cursor = index; - function addSpaces(count) { - value += " ".repeat(count); - length += count; - } + while (cursor >= 0 && cursor < length) { + const c = text.charAt(cursor); - function flush() { - if (options.useTabs) { - flushTabs(); - } else { - flushSpaces(); - } - } + if (chars instanceof RegExp) { + if (!chars.test(c)) { + return cursor; + } + } else if (!chars.includes(c)) { + return cursor; + } - function flushTabs() { - if (lastTabs > 0) { - addTabs(lastTabs); + backwards ? cursor-- : cursor++; } - resetLast(); - } - - function flushSpaces() { - if (lastSpaces > 0) { - addSpaces(lastSpaces); + if (cursor === -1 || cursor === length) { + // If we reached the beginning or end of the file, return the + // out-of-bounds cursor. It's up to the caller to handle this + // correctly. We don't want to indicate `false` though if it + // actually skipped valid characters. + return cursor; } - resetLast(); - } - - function resetLast() { - lastTabs = 0; - lastSpaces = 0; - } -} - -function trim$1(out) { - if (out.length === 0) { - return 0; - } - - let trimCount = 0; // Trim whitespace at the end of line - - while (out.length > 0 && typeof out[out.length - 1] === "string" && out[out.length - 1].match(/^[\t ]*$/)) { - trimCount += out.pop().length; - } - - if (out.length && typeof out[out.length - 1] === "string") { - const trimmed = out[out.length - 1].replace(/[\t ]*$/, ""); - trimCount += out[out.length - 1].length - trimmed.length; - out[out.length - 1] = trimmed; - } - - return trimCount; + return false; + }; } +/** + * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} + */ -function fits(next, restCommands, width, options, mustBeFlat) { - let restIdx = restCommands.length; - const cmds = [next]; // `out` is only used for width counting because `trim` requires to look - // backwards for space characters. - - const out = []; - - while (width >= 0) { - if (cmds.length === 0) { - if (restIdx === 0) { - return true; - } - - cmds.push(restCommands[restIdx - 1]); - restIdx--; - continue; - } - - const [ind, mode, doc] = cmds.pop(); - - if (typeof doc === "string") { - out.push(doc); - width -= getStringWidth$1(doc); - } else { - switch (doc.type) { - case "concat": - for (let i = doc.parts.length - 1; i >= 0; i--) { - cmds.push([ind, mode, doc.parts[i]]); - } - - break; - - case "indent": - cmds.push([makeIndent(ind, options), mode, doc.contents]); - break; - - case "align": - cmds.push([makeAlign(ind, doc.n, options), mode, doc.contents]); - break; - - case "trim": - width += trim$1(out); - break; - - case "group": - if (mustBeFlat && doc.break) { - return false; - } - - cmds.push([ind, doc.break ? MODE_BREAK : mode, doc.contents]); - - if (doc.id) { - groupModeMap[doc.id] = cmds[cmds.length - 1][1]; - } - - break; - - case "fill": - for (let i = doc.parts.length - 1; i >= 0; i--) { - cmds.push([ind, mode, doc.parts[i]]); - } - - break; - - case "if-break": - { - const groupMode = doc.groupId ? groupModeMap[doc.groupId] : mode; - - if (groupMode === MODE_BREAK) { - if (doc.breakContents) { - cmds.push([ind, mode, doc.breakContents]); - } - } - - if (groupMode === MODE_FLAT) { - if (doc.flatContents) { - cmds.push([ind, mode, doc.flatContents]); - } - } - break; - } +const skipWhitespace$2 = skip$1(/\s/); +/** + * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} + */ - case "line": - switch (mode) { - // fallthrough - case MODE_FLAT: - if (!doc.hard) { - if (!doc.soft) { - out.push(" "); - width -= 1; - } +const skipSpaces$2 = skip$1(" \t"); +/** + * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} + */ - break; - } +const skipToLineEnd$1 = skip$1(",; \t"); +/** + * @type {(text: string, index: number | false, opts?: SkipOptions) => number | false} + */ - return true; +const skipEverythingButNewLine$2 = skip$1(/[^\n\r]/); +/** + * @param {string} text + * @param {number | false} index + * @returns {number | false} + */ - case MODE_BREAK: - return true; - } +function skipInlineComment$1(text, index) { + /* istanbul ignore next */ + if (index === false) { + return false; + } - break; + if (text.charAt(index) === "/" && text.charAt(index + 1) === "*") { + for (let i = index + 2; i < text.length; ++i) { + if (text.charAt(i) === "*" && text.charAt(i + 1) === "/") { + return i + 2; } } } - return false; + return index; } +/** + * @param {string} text + * @param {number | false} index + * @returns {number | false} + */ -function printDocToString(doc, options) { - groupModeMap = {}; - const width = options.printWidth; - const newLine = convertEndOfLineToChars$1(options.endOfLine); - let pos = 0; // cmds is basically a stack. We've turned a recursive call into a - // while loop which is much faster. The while loop below adds new - // cmds to the array instead of recursively calling `print`. - - const cmds = [[rootIndent(), MODE_BREAK, doc]]; - const out = []; - let shouldRemeasure = false; - let lineSuffix = []; - - while (cmds.length !== 0) { - const [ind, mode, doc] = cmds.pop(); - - if (typeof doc === "string") { - const formatted = newLine !== "\n" && doc.includes("\n") ? doc.replace(/\n/g, newLine) : doc; - out.push(formatted); - pos += getStringWidth$1(formatted); - } else { - switch (doc.type) { - case "cursor": - out.push(cursor$1.placeholder); - break; - - case "concat": - for (let i = doc.parts.length - 1; i >= 0; i--) { - cmds.push([ind, mode, doc.parts[i]]); - } - break; +function skipTrailingComment$1(text, index) { + /* istanbul ignore next */ + if (index === false) { + return false; + } - case "indent": - cmds.push([makeIndent(ind, options), mode, doc.contents]); - break; + if (text.charAt(index) === "/" && text.charAt(index + 1) === "/") { + return skipEverythingButNewLine$2(text, index); + } - case "align": - cmds.push([makeAlign(ind, doc.n, options), mode, doc.contents]); - break; + return index; +} // This one doesn't use the above helper function because it wants to +// test \r\n in order and `skip` doesn't support ordering and we only +// want to skip one newline. It's simple to implement. - case "trim": - pos -= trim$1(out); - break; +/** + * @param {string} text + * @param {number | false} index + * @param {SkipOptions=} opts + * @returns {number | false} + */ - case "group": - switch (mode) { - case MODE_FLAT: - if (!shouldRemeasure) { - cmds.push([ind, doc.break ? MODE_BREAK : MODE_FLAT, doc.contents]); - break; - } - // fallthrough - - case MODE_BREAK: - { - shouldRemeasure = false; - const next = [ind, MODE_FLAT, doc.contents]; - const rem = width - pos; - - if (!doc.break && fits(next, cmds, rem, options)) { - cmds.push(next); - } else { - // Expanded states are a rare case where a document - // can manually provide multiple representations of - // itself. It provides an array of documents - // going from the least expanded (most flattened) - // representation first to the most expanded. If a - // group has these, we need to manually go through - // these states and find the first one that fits. - if (doc.expandedStates) { - const mostExpanded = doc.expandedStates[doc.expandedStates.length - 1]; - - if (doc.break) { - cmds.push([ind, MODE_BREAK, mostExpanded]); - break; - } else { - for (let i = 1; i < doc.expandedStates.length + 1; i++) { - if (i >= doc.expandedStates.length) { - cmds.push([ind, MODE_BREAK, mostExpanded]); - break; - } else { - const state = doc.expandedStates[i]; - const cmd = [ind, MODE_FLAT, state]; - - if (fits(cmd, cmds, rem, options)) { - cmds.push(cmd); - break; - } - } - } - } - } else { - cmds.push([ind, MODE_BREAK, doc.contents]); - } - } +function skipNewline$2(text, index, opts) { + const backwards = opts && opts.backwards; - break; - } - } + if (index === false) { + return false; + } - if (doc.id) { - groupModeMap[doc.id] = cmds[cmds.length - 1][1]; - } + const atIndex = text.charAt(index); - break; - // Fills each line with as much code as possible before moving to a new - // line with the same indentation. - // - // Expects doc.parts to be an array of alternating content and - // whitespace. The whitespace contains the linebreaks. - // - // For example: - // ["I", line, "love", line, "monkeys"] - // or - // [{ type: group, ... }, softline, { type: group, ... }] - // - // It uses this parts structure to handle three main layout cases: - // * The first two content items fit on the same line without - // breaking - // -> output the first content item and the whitespace "flat". - // * Only the first content item fits on the line without breaking - // -> output the first content item "flat" and the whitespace with - // "break". - // * Neither content item fits on the line without breaking - // -> output the first content item and the whitespace with "break". - - case "fill": - { - const rem = width - pos; - const { - parts - } = doc; + if (backwards) { + // We already replace `\r\n` with `\n` before parsing - if (parts.length === 0) { - break; - } + /* istanbul ignore next */ + if (text.charAt(index - 1) === "\r" && atIndex === "\n") { + return index - 2; + } - const [content, whitespace] = parts; - const contentFlatCmd = [ind, MODE_FLAT, content]; - const contentBreakCmd = [ind, MODE_BREAK, content]; - const contentFits = fits(contentFlatCmd, [], rem, options, true); + if (atIndex === "\n" || atIndex === "\r" || atIndex === "\u2028" || atIndex === "\u2029") { + return index - 1; + } + } else { + // We already replace `\r\n` with `\n` before parsing - if (parts.length === 1) { - if (contentFits) { - cmds.push(contentFlatCmd); - } else { - cmds.push(contentBreakCmd); - } + /* istanbul ignore next */ + if (atIndex === "\r" && text.charAt(index + 1) === "\n") { + return index + 2; + } - break; - } + if (atIndex === "\n" || atIndex === "\r" || atIndex === "\u2028" || atIndex === "\u2029") { + return index + 1; + } + } - const whitespaceFlatCmd = [ind, MODE_FLAT, whitespace]; - const whitespaceBreakCmd = [ind, MODE_BREAK, whitespace]; + return index; +} +/** + * @param {string} text + * @param {number} index + * @param {SkipOptions=} opts + * @returns {boolean} + */ - if (parts.length === 2) { - if (contentFits) { - cmds.push(whitespaceFlatCmd); - cmds.push(contentFlatCmd); - } else { - cmds.push(whitespaceBreakCmd); - cmds.push(contentBreakCmd); - } - break; - } // At this point we've handled the first pair (context, separator) - // and will create a new fill doc for the rest of the content. - // Ideally we wouldn't mutate the array here but copying all the - // elements to a new array would make this algorithm quadratic, - // which is unusable for large arrays (e.g. large texts in JSX). - - - parts.splice(0, 2); - const remainingCmd = [ind, mode, fill$1(parts)]; - const secondContent = parts[0]; - const firstAndSecondContentFlatCmd = [ind, MODE_FLAT, concat$1([content, whitespace, secondContent])]; - const firstAndSecondContentFits = fits(firstAndSecondContentFlatCmd, [], rem, options, true); - - if (firstAndSecondContentFits) { - cmds.push(remainingCmd); - cmds.push(whitespaceFlatCmd); - cmds.push(contentFlatCmd); - } else if (contentFits) { - cmds.push(remainingCmd); - cmds.push(whitespaceBreakCmd); - cmds.push(contentFlatCmd); - } else { - cmds.push(remainingCmd); - cmds.push(whitespaceBreakCmd); - cmds.push(contentBreakCmd); - } +function hasNewline$a(text, index, opts = {}) { + const idx = skipSpaces$2(text, opts.backwards ? index - 1 : index, opts); + const idx2 = skipNewline$2(text, idx, opts); + return idx !== idx2; +} +/** + * @param {string} text + * @param {number} start + * @param {number} end + * @returns {boolean} + */ - break; - } - case "if-break": - { - const groupMode = doc.groupId ? groupModeMap[doc.groupId] : mode; +function hasNewlineInRange$5(text, start, end) { + for (let i = start; i < end; ++i) { + if (text.charAt(i) === "\n") { + return true; + } + } - if (groupMode === MODE_BREAK) { - if (doc.breakContents) { - cmds.push([ind, mode, doc.breakContents]); - } - } + return false; +} // Note: this function doesn't ignore leading comments unlike isNextLineEmpty - if (groupMode === MODE_FLAT) { - if (doc.flatContents) { - cmds.push([ind, mode, doc.flatContents]); - } - } +/** + * @template N + * @param {string} text + * @param {N} node + * @param {(node: N) => number} locStart + */ - break; - } - case "line-suffix": - lineSuffix.push([ind, mode, doc.contents]); - break; +function isPreviousLineEmpty$3(text, node, locStart) { + /** @type {number | false} */ + let idx = locStart(node) - 1; + idx = skipSpaces$2(text, idx, { + backwards: true + }); + idx = skipNewline$2(text, idx, { + backwards: true + }); + idx = skipSpaces$2(text, idx, { + backwards: true + }); + const idx2 = skipNewline$2(text, idx, { + backwards: true + }); + return idx !== idx2; +} +/** + * @param {string} text + * @param {number} index + * @returns {boolean} + */ - case "line-suffix-boundary": - if (lineSuffix.length > 0) { - cmds.push([ind, mode, { - type: "line", - hard: true - }]); - } - break; +function isNextLineEmptyAfterIndex$3(text, index) { + /** @type {number | false} */ + let oldIdx = null; + /** @type {number | false} */ - case "line": - switch (mode) { - case MODE_FLAT: - if (!doc.hard) { - if (!doc.soft) { - out.push(" "); - pos += 1; - } + let idx = index; - break; - } else { - // This line was forced into the output even if we - // were in flattened mode, so we need to tell the next - // group that no matter what, it needs to remeasure - // because the previous measurement didn't accurately - // capture the entire expression (this is necessary - // for nested groups) - shouldRemeasure = true; - } + while (idx !== oldIdx) { + // We need to skip all the potential trailing inline comments + oldIdx = idx; + idx = skipToLineEnd$1(text, idx); + idx = skipInlineComment$1(text, idx); + idx = skipSpaces$2(text, idx); + } - // fallthrough + idx = skipTrailingComment$1(text, idx); + idx = skipNewline$2(text, idx); + return idx !== false && hasNewline$a(text, idx); +} +/** + * @template N + * @param {string} text + * @param {N} node + * @param {(node: N) => number} locEnd + * @returns {boolean} + */ - case MODE_BREAK: - if (lineSuffix.length) { - cmds.push([ind, mode, doc]); - cmds.push(...lineSuffix.reverse()); - lineSuffix = []; - break; - } - if (doc.literal) { - if (ind.root) { - out.push(newLine, ind.root.value); - pos = ind.root.length; - } else { - out.push(newLine); - pos = 0; - } - } else { - pos -= trim$1(out); - out.push(newLine + ind.value); - pos = ind.length; - } +function isNextLineEmpty$e(text, node, locEnd) { + return isNextLineEmptyAfterIndex$3(text, locEnd(node)); +} +/** + * @param {string} text + * @param {number} idx + * @returns {number | false} + */ - break; - } - break; - } - } // Flush remaining line-suffix contents at the end of the document, in case - // there is no new line after the line-suffix. +function getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1(text, idx) { + /** @type {number | false} */ + let oldIdx = null; + /** @type {number | false} */ + let nextIdx = idx; - if (cmds.length === 0 && lineSuffix.length) { - cmds.push(...lineSuffix.reverse()); - lineSuffix = []; - } + while (nextIdx !== oldIdx) { + oldIdx = nextIdx; + nextIdx = skipSpaces$2(text, nextIdx); + nextIdx = skipInlineComment$1(text, nextIdx); + nextIdx = skipTrailingComment$1(text, nextIdx); + nextIdx = skipNewline$2(text, nextIdx); } - const cursorPlaceholderIndex = out.indexOf(cursor$1.placeholder); + return nextIdx; +} +/** + * @template N + * @param {string} text + * @param {N} node + * @param {(node: N) => number} locEnd + * @returns {number | false} + */ - if (cursorPlaceholderIndex !== -1) { - const otherCursorPlaceholderIndex = out.indexOf(cursor$1.placeholder, cursorPlaceholderIndex + 1); - const beforeCursor = out.slice(0, cursorPlaceholderIndex).join(""); - const aroundCursor = out.slice(cursorPlaceholderIndex + 1, otherCursorPlaceholderIndex).join(""); - const afterCursor = out.slice(otherCursorPlaceholderIndex + 1).join(""); - return { - formatted: beforeCursor + aroundCursor + afterCursor, - cursorNodeStart: beforeCursor.length, - cursorNodeText: aroundCursor - }; - } - return { - formatted: out.join("") - }; +function getNextNonSpaceNonCommentCharacterIndex$4(text, node, locEnd) { + return getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1(text, locEnd(node)); } +/** + * @template N + * @param {string} text + * @param {N} node + * @param {(node: N) => number} locEnd + * @returns {string} + */ -var docPrinter = { - printDocToString -}; -const { - literalline: literalline$1, - concat: concat$2 -} = docBuilders; // Using a unique object to compare by reference. +function getNextNonSpaceNonCommentCharacter$2(text, node, locEnd) { + return text.charAt( // @ts-expect-error => TBD: can return false, should we define a fallback? + getNextNonSpaceNonCommentCharacterIndex$4(text, node, locEnd)); +} // Not using, but it's public utils -const traverseDocOnExitStackMarker = {}; +/* istanbul ignore next */ -function traverseDoc(doc, onEnter, onExit, shouldTraverseConditionalGroups) { - const docsStack = [doc]; +/** + * @param {string} text + * @param {number} index + * @param {SkipOptions=} opts + * @returns {boolean} + */ - while (docsStack.length !== 0) { - const doc = docsStack.pop(); - if (doc === traverseDocOnExitStackMarker) { - onExit(docsStack.pop()); - continue; - } +function hasSpaces$1(text, index, opts = {}) { + const idx = skipSpaces$2(text, opts.backwards ? index - 1 : index, opts); + return idx !== index; +} +/** + * @param {string} value + * @param {number} tabWidth + * @param {number=} startIndex + * @returns {number} + */ - if (onExit) { - docsStack.push(doc, traverseDocOnExitStackMarker); - } - if ( // Should Recurse - !onEnter || onEnter(doc) !== false) { - // When there are multiple parts to process, - // the parts need to be pushed onto the stack in reverse order, - // so that they are processed in the original order - // when the stack is popped. - if (doc.type === "concat" || doc.type === "fill") { - for (let ic = doc.parts.length, i = ic - 1; i >= 0; --i) { - docsStack.push(doc.parts[i]); - } - } else if (doc.type === "if-break") { - if (doc.flatContents) { - docsStack.push(doc.flatContents); - } +function getAlignmentSize$2(value, tabWidth, startIndex = 0) { + let size = 0; - if (doc.breakContents) { - docsStack.push(doc.breakContents); - } - } else if (doc.type === "group" && doc.expandedStates) { - if (shouldTraverseConditionalGroups) { - for (let ic = doc.expandedStates.length, i = ic - 1; i >= 0; --i) { - docsStack.push(doc.expandedStates[i]); - } - } else { - docsStack.push(doc.contents); - } - } else if (doc.contents) { - docsStack.push(doc.contents); - } + for (let i = startIndex; i < value.length; ++i) { + if (value[i] === "\t") { + // Tabs behave in a way that they are aligned to the nearest + // multiple of tabWidth: + // 0 -> 4, 1 -> 4, 2 -> 4, 3 -> 4 + // 4 -> 8, 5 -> 8, 6 -> 8, 7 -> 8 ... + size = size + tabWidth - size % tabWidth; + } else { + size++; } } + + return size; } +/** + * @param {string} value + * @param {number} tabWidth + * @returns {number} + */ -function mapDoc(doc, cb) { - if (doc.type === "concat" || doc.type === "fill") { - const parts = doc.parts.map(part => mapDoc(part, cb)); - return cb(Object.assign({}, doc, { - parts - })); - } else if (doc.type === "if-break") { - const breakContents = doc.breakContents && mapDoc(doc.breakContents, cb); - const flatContents = doc.flatContents && mapDoc(doc.flatContents, cb); - return cb(Object.assign({}, doc, { - breakContents, - flatContents - })); - } else if (doc.contents) { - const contents = mapDoc(doc.contents, cb); - return cb(Object.assign({}, doc, { - contents - })); + +function getIndentSize$2(value, tabWidth) { + const lastNewlineIndex = value.lastIndexOf("\n"); + + if (lastNewlineIndex === -1) { + return 0; } - return cb(doc); + return getAlignmentSize$2( // All the leading whitespaces + value.slice(lastNewlineIndex + 1).match(/^[\t ]*/)[0], tabWidth); } +/** + * @typedef {'"' | "'"} Quote + */ -function findInDoc(doc, fn, defaultValue) { - let result = defaultValue; - let hasStopped = false; +/** + * + * @param {string} rawContent + * @param {Quote} preferredQuote + * @returns {{ quote: Quote, regex: RegExp, escaped: string }} + */ - function findInDocOnEnterFn(doc) { - const maybeResult = fn(doc); - if (maybeResult !== undefined) { - hasStopped = true; - result = maybeResult; - } +function getPreferredQuote$2(rawContent, preferredQuote) { + /** @type {{ quote: '"', regex: RegExp, escaped: """ }} */ + const double = { + quote: '"', + regex: /"/g, + escaped: """ + }; + /** @type {{ quote: "'", regex: RegExp, escaped: "'" }} */ - if (hasStopped) { - return false; - } + const single = { + quote: "'", + regex: /'/g, + escaped: "'" + }; + const preferred = preferredQuote === "'" ? single : double; + const alternate = preferred === single ? double : single; + let result = preferred; // If `rawContent` contains at least one of the quote preferred for enclosing + // the string, we might want to enclose with the alternate quote instead, to + // minimize the number of escaped quotes. + + if (rawContent.includes(preferred.quote) || rawContent.includes(alternate.quote)) { + const numPreferredQuotes = (rawContent.match(preferred.regex) || []).length; + const numAlternateQuotes = (rawContent.match(alternate.regex) || []).length; + result = numPreferredQuotes > numAlternateQuotes ? alternate : preferred; } - traverseDoc(doc, findInDocOnEnterFn); return result; } -function isEmpty(n) { - return typeof n === "string" && n.length === 0; -} - -function isLineNextFn(doc) { - if (typeof doc === "string") { - return false; - } +function printString$4(raw, options) { + // `rawContent` is the string exactly like it appeared in the input source + // code, without its enclosing quotes. + const rawContent = raw.slice(1, -1); + /** @type {Quote} */ - if (doc.type === "line") { - return true; - } -} + const enclosingQuote = options.parser === "json" || options.parser === "json5" && options.quoteProps === "preserve" && !options.singleQuote ? '"' : options.__isInHtmlAttribute ? "'" : getPreferredQuote$2(rawContent, options.singleQuote ? "'" : '"').quote; // It might sound unnecessary to use `makeString` even if the string already + // is enclosed with `enclosingQuote`, but it isn't. The string could contain + // unnecessary escapes (such as in `"\'"`). Always using `makeString` makes + // sure that we consistently output the minimum amount of escaped quotes. -function isLineNext(doc) { - return findInDoc(doc, isLineNextFn, false); + return makeString$1(rawContent, enclosingQuote, !(options.parser === "css" || options.parser === "less" || options.parser === "scss" || options.__embeddedInHtml)); } +/** + * @param {string} rawContent + * @param {Quote} enclosingQuote + * @param {boolean=} unescapeUnnecessaryEscapes + * @returns {string} + */ -function willBreakFn(doc) { - if (doc.type === "group" && doc.break) { - return true; - } - if (doc.type === "line" && doc.hard) { - return true; - } +function makeString$1(rawContent, enclosingQuote, unescapeUnnecessaryEscapes) { + const otherQuote = enclosingQuote === '"' ? "'" : '"'; // Matches _any_ escape and unescaped quotes (both single and double). - if (doc.type === "break-parent") { - return true; - } -} + const regex = /\\(.)|(["'])/gs; // Escape and unescape single and double quotes as needed to be able to + // enclose `rawContent` with `enclosingQuote`. -function willBreak(doc) { - return findInDoc(doc, willBreakFn, false); -} + const newContent = rawContent.replace(regex, (match, escaped, quote) => { + // If we matched an escape, and the escaped character is a quote of the + // other type than we intend to enclose the string with, there's no need for + // it to be escaped, so return it _without_ the backslash. + if (escaped === otherQuote) { + return escaped; + } // If we matched an unescaped quote and it is of the _same_ type as we + // intend to enclose the string with, it must be escaped, so return it with + // a backslash. -function breakParentGroup(groupStack) { - if (groupStack.length > 0) { - const parentGroup = groupStack[groupStack.length - 1]; // Breaks are not propagated through conditional groups because - // the user is expected to manually handle what breaks. - if (!parentGroup.expandedStates) { - parentGroup.break = true; + if (quote === enclosingQuote) { + return "\\" + quote; } - } - - return null; -} -function propagateBreaks(doc) { - const alreadyVisitedSet = new Set(); - const groupStack = []; + if (quote) { + return quote; + } // Unescape any unnecessarily escaped character. + // Adapted from https://github.com/eslint/eslint/blob/de0b4ad7bd820ade41b1f606008bea68683dc11a/lib/rules/no-useless-escape.js#L27 - function propagateBreaksOnEnterFn(doc) { - if (doc.type === "break-parent") { - breakParentGroup(groupStack); - } - if (doc.type === "group") { - groupStack.push(doc); + return unescapeUnnecessaryEscapes && /^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(escaped) ? escaped : "\\" + escaped; + }); + return enclosingQuote + newContent + enclosingQuote; +} - if (alreadyVisitedSet.has(doc)) { - return false; - } +function printNumber$4(rawNumber) { + return rawNumber.toLowerCase() // Remove unnecessary plus and zeroes from scientific notation. + .replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/, "$1$2$3") // Remove unnecessary scientific notation (1e0). + .replace(/^([+-]?[\d.]+)e[+-]?0+$/, "$1") // Make sure numbers always start with a digit. + .replace(/^([+-])?\./, "$10.") // Remove extraneous trailing decimal zeroes. + .replace(/(\.\d+?)0+(?=e|$)/, "$1") // Remove trailing dot. + .replace(/\.(?=e|$)/, ""); +} +/** + * @param {string} str + * @param {string} target + * @returns {number} + */ - alreadyVisitedSet.add(doc); - } - } - function propagateBreaksOnExitFn(doc) { - if (doc.type === "group") { - const group = groupStack.pop(); +function getMaxContinuousCount$3(str, target) { + const results = str.match(new RegExp(`(${escapeStringRegexp$2(target)})+`, "g")); - if (group.break) { - breakParentGroup(groupStack); - } - } + if (results === null) { + return 0; } - traverseDoc(doc, propagateBreaksOnEnterFn, propagateBreaksOnExitFn, - /* shouldTraverseConditionalGroups */ - true); + return results.reduce((maxCount, result) => Math.max(maxCount, result.length / target.length), 0); } -function removeLinesFn(doc) { - // Force this doc into flat mode by statically converting all - // lines into spaces (or soft lines into nothing). Hard lines - // should still output because there's too great of a chance - // of breaking existing assumptions otherwise. - if (doc.type === "line" && !doc.hard) { - return doc.soft ? "" : " "; - } else if (doc.type === "if-break") { - return doc.flatContents || ""; - } +function getMinNotPresentContinuousCount$1(str, target) { + const matches = str.match(new RegExp(`(${escapeStringRegexp$2(target)})+`, "g")); - return doc; -} + if (matches === null) { + return 0; + } -function removeLines(doc) { - return mapDoc(doc, removeLinesFn); -} + const countPresent = new Map(); + let max = 0; -function getInnerParts(doc) { - let { - parts - } = doc; - let lastPart; // Avoid a falsy element like "" + for (const match of matches) { + const count = match.length / target.length; + countPresent.set(count, true); - for (let i = doc.parts.length; i > 0 && !lastPart; i--) { - lastPart = parts[i - 1]; + if (count > max) { + max = count; + } } - if (lastPart.type === "group") { - parts = lastPart.contents.parts; + for (let i = 1; i < max; i++) { + if (!countPresent.get(i)) { + return i; + } } - return parts; + return max + 1; } +/** + * @param {string} text + * @returns {number} + */ -function stripTrailingHardline(doc, withInnerParts = false) { - // HACK remove ending hardline, original PR: #1984 - if (doc.type === "concat" && doc.parts.length !== 0) { - const parts = withInnerParts ? getInnerParts(doc) : doc.parts; - const lastPart = parts[parts.length - 1]; - if (lastPart.type === "concat") { - if (lastPart.parts.length === 2 && lastPart.parts[0].hard && lastPart.parts[1].type === "break-parent") { - return { - type: "concat", - parts: parts.slice(0, -1) - }; - } +function getStringWidth$5(text) { + if (!text) { + return 0; + } // shortcut to avoid needless string `RegExp`s, replacements, and allocations within `string-width` - return { - type: "concat", - parts: doc.parts.slice(0, -1).concat(stripTrailingHardline(lastPart)) - }; - } + + if (!notAsciiRegex.test(text)) { + return text.length; } - return doc; + return stringWidth(text); } -function normalizeParts(parts) { - const newParts = []; - const restParts = parts.filter(Boolean); - - while (restParts.length !== 0) { - const part = restParts.shift(); - - if (!part) { - continue; - } +function addCommentHelper(node, comment) { + const comments = node.comments || (node.comments = []); + comments.push(comment); + comment.printed = false; + comment.nodeDescription = describeNodeForDebugging(node); +} - if (part.type === "concat") { - restParts.unshift(...part.parts); - continue; - } +function addLeadingComment$3(node, comment) { + comment.leading = true; + comment.trailing = false; + addCommentHelper(node, comment); +} - if (newParts.length !== 0 && typeof newParts[newParts.length - 1] === "string" && typeof part === "string") { - newParts[newParts.length - 1] += part; - continue; - } +function addDanglingComment$3(node, comment, marker) { + comment.leading = false; + comment.trailing = false; - newParts.push(part); + if (marker) { + comment.marker = marker; } - return newParts; + addCommentHelper(node, comment); } -function normalizeDoc(doc) { - return mapDoc(doc, currentDoc => { - if (!currentDoc.parts) { - return currentDoc; - } +function addTrailingComment$3(node, comment) { + comment.leading = false; + comment.trailing = true; + addCommentHelper(node, comment); +} - return Object.assign({}, currentDoc, { - parts: normalizeParts(currentDoc.parts) - }); +function inferParserByLanguage$2(language, options) { + const { + languages + } = getSupportInfo$2({ + plugins: options.plugins }); + const matched = languages.find(({ + name + }) => name.toLowerCase() === language) || languages.find(({ + aliases + }) => Array.isArray(aliases) && aliases.includes(language)) || languages.find(({ + extensions + }) => Array.isArray(extensions) && extensions.includes(`.${language}`)); + return matched && matched.parsers[0]; } -function replaceNewlinesWithLiterallines(doc) { - return mapDoc(doc, currentDoc => typeof currentDoc === "string" && currentDoc.includes("\n") ? concat$2(currentDoc.split(/(\n)/g).map((v, i) => i % 2 === 0 ? v : literalline$1)) : currentDoc); +function isFrontMatterNode$5(node) { + return node && node.type === "front-matter"; } -var docUtils = { - isEmpty, - willBreak, - isLineNext, - traverseDoc, - findInDoc, - mapDoc, - propagateBreaks, - removeLines, - stripTrailingHardline, - normalizeParts, - normalizeDoc, - replaceNewlinesWithLiterallines -}; - -function flattenDoc(doc) { - if (doc.type === "concat") { - const res = []; - - for (let i = 0; i < doc.parts.length; ++i) { - const doc2 = doc.parts[i]; - - if (typeof doc2 !== "string" && doc2.type === "concat") { - res.push(...flattenDoc(doc2).parts); - } else { - const flattened = flattenDoc(doc2); +function getShebang$1(text) { + if (!text.startsWith("#!")) { + return ""; + } - if (flattened !== "") { - res.push(flattened); - } - } - } + const index = text.indexOf("\n"); - return Object.assign({}, doc, { - parts: res - }); - } else if (doc.type === "if-break") { - return Object.assign({}, doc, { - breakContents: doc.breakContents != null ? flattenDoc(doc.breakContents) : null, - flatContents: doc.flatContents != null ? flattenDoc(doc.flatContents) : null - }); - } else if (doc.type === "group") { - return Object.assign({}, doc, { - contents: flattenDoc(doc.contents), - expandedStates: doc.expandedStates ? doc.expandedStates.map(flattenDoc) : doc.expandedStates - }); - } else if (doc.contents) { - return Object.assign({}, doc, { - contents: flattenDoc(doc.contents) - }); + if (index === -1) { + return text; } - return doc; + return text.slice(0, index); } +/** + * @param {any} object + * @returns {object is Array} + */ -function printDoc(doc) { - if (typeof doc === "string") { - return JSON.stringify(doc); - } - if (doc.type === "line") { - if (doc.literal) { - return "literalline"; - } +function isNonEmptyArray$j(object) { + return Array.isArray(object) && object.length > 0; +} +/** + * @param {string} description + * @returns {(node: any) => symbol} + */ - if (doc.hard) { - return "hardline"; - } - if (doc.soft) { - return "softline"; +function createGroupIdMapper$2(description) { + const groupIds = new WeakMap(); + return function (node) { + if (!groupIds.has(node)) { + groupIds.set(node, Symbol(description)); } - return "line"; - } + return groupIds.get(node); + }; +} - if (doc.type === "break-parent") { - return "breakParent"; - } +function describeNodeForDebugging(node) { + const nodeType = node.type || node.kind || "(unknown type)"; + let nodeName = String(node.name || node.id && (typeof node.id === "object" ? node.id.name : node.id) || node.key && (typeof node.key === "object" ? node.key.name : node.key) || node.value && (typeof node.value === "object" ? "" : String(node.value)) || node.operator || ""); - if (doc.type === "trim") { - return "trim"; + if (nodeName.length > 20) { + nodeName = nodeName.slice(0, 19) + "…"; } - if (doc.type === "concat") { - return "[" + doc.parts.map(printDoc).join(", ") + "]"; - } + return nodeType + (nodeName ? " " + nodeName : ""); +} - if (doc.type === "indent") { - return "indent(" + printDoc(doc.contents) + ")"; - } +var util$8 = { + inferParserByLanguage: inferParserByLanguage$2, + getStringWidth: getStringWidth$5, + getMaxContinuousCount: getMaxContinuousCount$3, + getMinNotPresentContinuousCount: getMinNotPresentContinuousCount$1, + getPenultimate: getPenultimate$1, + getLast: getLast$o, + getNextNonSpaceNonCommentCharacterIndexWithStartIndex: getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1, + getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$4, + getNextNonSpaceNonCommentCharacter: getNextNonSpaceNonCommentCharacter$2, + skip: skip$1, + skipWhitespace: skipWhitespace$2, + skipSpaces: skipSpaces$2, + skipToLineEnd: skipToLineEnd$1, + skipEverythingButNewLine: skipEverythingButNewLine$2, + skipInlineComment: skipInlineComment$1, + skipTrailingComment: skipTrailingComment$1, + skipNewline: skipNewline$2, + isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$3, + isNextLineEmpty: isNextLineEmpty$e, + isPreviousLineEmpty: isPreviousLineEmpty$3, + hasNewline: hasNewline$a, + hasNewlineInRange: hasNewlineInRange$5, + hasSpaces: hasSpaces$1, + getAlignmentSize: getAlignmentSize$2, + getIndentSize: getIndentSize$2, + getPreferredQuote: getPreferredQuote$2, + printString: printString$4, + printNumber: printNumber$4, + makeString: makeString$1, + addLeadingComment: addLeadingComment$3, + addDanglingComment: addDanglingComment$3, + addTrailingComment: addTrailingComment$3, + isFrontMatterNode: isFrontMatterNode$5, + getShebang: getShebang$1, + isNonEmptyArray: isNonEmptyArray$j, + createGroupIdMapper: createGroupIdMapper$2 +}; - if (doc.type === "align") { - return doc.n === -Infinity ? "dedentToRoot(" + printDoc(doc.contents) + ")" : doc.n < 0 ? "dedent(" + printDoc(doc.contents) + ")" : doc.n.type === "root" ? "markAsRoot(" + printDoc(doc.contents) + ")" : "align(" + JSON.stringify(doc.n) + ", " + printDoc(doc.contents) + ")"; - } +function guessEndOfLine$1(text) { + const index = text.indexOf("\r"); - if (doc.type === "if-break") { - return "ifBreak(" + printDoc(doc.breakContents) + (doc.flatContents ? ", " + printDoc(doc.flatContents) : "") + ")"; + if (index >= 0) { + return text.charAt(index + 1) === "\n" ? "crlf" : "cr"; } - if (doc.type === "group") { - if (doc.expandedStates) { - return "conditionalGroup(" + "[" + doc.expandedStates.map(printDoc).join(",") + "])"; - } - - return (doc.break ? "wrappedGroup" : "group") + "(" + printDoc(doc.contents) + ")"; - } + return "lf"; +} - if (doc.type === "fill") { - return "fill" + "(" + doc.parts.map(printDoc).join(", ") + ")"; - } +function convertEndOfLineToChars$1(value) { + switch (value) { + case "cr": + return "\r"; - if (doc.type === "line-suffix") { - return "lineSuffix(" + printDoc(doc.contents) + ")"; - } + case "crlf": + return "\r\n"; - if (doc.type === "line-suffix-boundary") { - return "lineSuffixBoundary"; + default: + return "\n"; } - - throw new Error("Unknown doc type " + doc.type); } -var docDebug = { - printDocToDebug(doc) { - return printDoc(flattenDoc(doc)); - } +function countEndOfLineChars$1(text, eol) { + let regex; + /* istanbul ignore else */ -}; + if (eol === "\n") { + regex = /\n/g; + } else if (eol === "\r") { + regex = /\r/g; + } else if (eol === "\r\n") { + regex = /\r\n/g; + } else { + throw new Error(`Unexpected "eol" ${JSON.stringify(eol)}.`); + } -/** - * @typedef {import("./doc-builders").Doc} Doc - */ + const endOfLines = text.match(regex); + return endOfLines ? endOfLines.length : 0; +} +function normalizeEndOfLine$2(text) { + return text.replace(/\r\n?/g, "\n"); +} -var document = { - builders: docBuilders, - printer: docPrinter, - utils: docUtils, - debug: docDebug +var endOfLine = { + guessEndOfLine: guessEndOfLine$1, + convertEndOfLineToChars: convertEndOfLineToChars$1, + countEndOfLineChars: countEndOfLineChars$1, + normalizeEndOfLine: normalizeEndOfLine$2 }; +const fs$l = require$$0__default["default"]; /** * @class */ - class LineByLine { constructor(file, options) { options = options || {}; @@ -5073,7 +6178,7 @@ class LineByLine { if (typeof file === 'number') { this.fd = file; } else { - this.fd = fs__default['default'].openSync(file, 'r'); + this.fd = fs$l.openSync(file, 'r'); } this.options = options; @@ -5103,7 +6208,7 @@ class LineByLine { } close() { - fs__default['default'].closeSync(this.fd); + fs$l.closeSync(this.fd); this.fd = null; } @@ -5141,7 +6246,7 @@ class LineByLine { do { const readBuffer = new Buffer(this.options.readChunk); - bytesRead = fs__default['default'].readSync(this.fd, readBuffer, 0, this.options.readChunk, this.fdPosition); + bytesRead = fs$l.readSync(this.fd, readBuffer, 0, this.options.readChunk, this.fdPosition); totalBytesRead = totalBytesRead + bytesRead; this.fdPosition = this.fdPosition + bytesRead; buffers.push(readBuffer); @@ -5205,50 +6310,25 @@ class LineByLine { } -var readlines = LineByLine; - -/** - * The inverse of `_.toPairs`; this method returns an object composed - * from key-value `pairs`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} pairs The key-value pairs. - * @returns {Object} Returns the new object. - * @example - * - * _.fromPairs([['a', 1], ['b', 2]]); - * // => { 'a': 1, 'b': 2 } - */ -function fromPairs(pairs) { - var index = -1, - length = pairs == null ? 0 : pairs.length, - result = {}; - - while (++index < length) { - var pair = pairs[index]; - result[pair[0]] = pair[1]; - } - - return result; -} - -var fromPairs_1 = fromPairs; +var readlines$1 = LineByLine; -class ConfigError extends Error {} +class ConfigError$1 extends Error {} class DebugError extends Error {} -class UndefinedParserError extends Error {} +class UndefinedParserError$1 extends Error {} + +class ArgExpansionBailout$3 extends Error {} var errors = { - ConfigError, + ConfigError: ConfigError$1, DebugError, - UndefinedParserError + UndefinedParserError: UndefinedParserError$1, + ArgExpansionBailout: ArgExpansionBailout$3 }; +var lib$4 = {}; + /*! ***************************************************************************** Copyright (c) Microsoft Corporation. @@ -5324,7 +6404,7 @@ function __param(paramIndex, decorator) { function __metadata(metadataKey, metadataValue) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); } -function __awaiter(thisArg, _arguments, P, generator) { +function __awaiter$2(thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); @@ -5355,7 +6435,7 @@ function __awaiter(thisArg, _arguments, P, generator) { step((generator = generator.apply(thisArg, _arguments || [])).next()); }); } -function __generator(thisArg, body) { +function __generator$2(thisArg, body) { var _ = { label: 0, sent: function () { @@ -5619,14 +6699,14 @@ function __makeTemplateObject(cooked, raw) { return cooked; } -function __importStar(mod) { +function __importStar$2(mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; result.default = mod; return result; } -function __importDefault(mod) { +function __importDefault$1(mod) { return mod && mod.__esModule ? mod : { default: mod }; @@ -5648,33 +6728,37 @@ function __classPrivateFieldSet(receiver, privateMap, value) { } var tslib_es6 = /*#__PURE__*/Object.freeze({ - __proto__: null, - __extends: __extends, - get __assign () { return __assign; }, - __rest: __rest, - __decorate: __decorate, - __param: __param, - __metadata: __metadata, - __awaiter: __awaiter, - __generator: __generator, - __createBinding: __createBinding, - __exportStar: __exportStar, - __values: __values, - __read: __read, - __spread: __spread, - __spreadArrays: __spreadArrays, - __await: __await, - __asyncGenerator: __asyncGenerator, - __asyncDelegator: __asyncDelegator, - __asyncValues: __asyncValues, - __makeTemplateObject: __makeTemplateObject, - __importStar: __importStar, - __importDefault: __importDefault, - __classPrivateFieldGet: __classPrivateFieldGet, - __classPrivateFieldSet: __classPrivateFieldSet + __proto__: null, + __extends: __extends, + get __assign () { return __assign; }, + __rest: __rest, + __decorate: __decorate, + __param: __param, + __metadata: __metadata, + __awaiter: __awaiter$2, + __generator: __generator$2, + __createBinding: __createBinding, + __exportStar: __exportStar, + __values: __values, + __read: __read, + __spread: __spread, + __spreadArrays: __spreadArrays, + __await: __await, + __asyncGenerator: __asyncGenerator, + __asyncDelegator: __asyncDelegator, + __asyncValues: __asyncValues, + __makeTemplateObject: __makeTemplateObject, + __importStar: __importStar$2, + __importDefault: __importDefault$1, + __classPrivateFieldGet: __classPrivateFieldGet, + __classPrivateFieldSet: __classPrivateFieldSet }); -var api = createCommonjsModule(function (module, exports) { +var descriptors = {}; + +var api = {}; + +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true @@ -5702,28 +6786,41 @@ var api = createCommonjsModule(function (module, exports) { [key]: value }) }; -}); +})(api); -var descriptors = createCommonjsModule(function (module, exports) { +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(api, exports); -}); + tslib_1.__exportStar(api, exports); +})(descriptors); -var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g; +var handlers = {}; + +var deprecated = {}; + +var common$8 = {}; + +var chalk$3 = {exports: {}}; + +var matchOperatorsRe$1 = /[|\\{}()[\]^$+*?.]/g; var escapeStringRegexp$1 = function (str) { if (typeof str !== 'string') { throw new TypeError('Expected a string'); } - return str.replace(matchOperatorsRe, '\\$&'); + return str.replace(matchOperatorsRe$1, '\\$&'); }; -var colorName = { +var ansiStyles$2 = {exports: {}}; + +var conversions$5 = {exports: {}}; + +var colorName$1 = { "aliceblue": [240, 248, 255], "antiquewhite": [250, 235, 215], "aqua": [0, 255, 255], @@ -5874,903 +6971,903 @@ var colorName = { "yellowgreen": [154, 205, 50] }; -var conversions = createCommonjsModule(function (module) { - /* MIT license */ - // NOTE: conversions should only return primitive values (i.e. arrays, or - // values that give correct `typeof` results). - // do not use box values types (i.e. Number(), String(), etc.) - var reverseKeywords = {}; +/* MIT license */ +var cssKeywords$1 = colorName$1; // NOTE: conversions should only return primitive values (i.e. arrays, or +// values that give correct `typeof` results). +// do not use box values types (i.e. Number(), String(), etc.) - for (var key in colorName) { - if (colorName.hasOwnProperty(key)) { - reverseKeywords[colorName[key]] = key; - } +var reverseKeywords$1 = {}; + +for (var key$1 in cssKeywords$1) { + if (cssKeywords$1.hasOwnProperty(key$1)) { + reverseKeywords$1[cssKeywords$1[key$1]] = key$1; } +} - var convert = module.exports = { - rgb: { - channels: 3, - labels: 'rgb' - }, - hsl: { - channels: 3, - labels: 'hsl' - }, - hsv: { - channels: 3, - labels: 'hsv' - }, - hwb: { - channels: 3, - labels: 'hwb' - }, - cmyk: { - channels: 4, - labels: 'cmyk' - }, - xyz: { - channels: 3, - labels: 'xyz' - }, - lab: { - channels: 3, - labels: 'lab' - }, - lch: { - channels: 3, - labels: 'lch' - }, - hex: { - channels: 1, - labels: ['hex'] - }, - keyword: { - channels: 1, - labels: ['keyword'] - }, - ansi16: { - channels: 1, - labels: ['ansi16'] - }, - ansi256: { - channels: 1, - labels: ['ansi256'] - }, - hcg: { - channels: 3, - labels: ['h', 'c', 'g'] - }, - apple: { - channels: 3, - labels: ['r16', 'g16', 'b16'] - }, - gray: { - channels: 1, - labels: ['gray'] +var convert$3 = conversions$5.exports = { + rgb: { + channels: 3, + labels: 'rgb' + }, + hsl: { + channels: 3, + labels: 'hsl' + }, + hsv: { + channels: 3, + labels: 'hsv' + }, + hwb: { + channels: 3, + labels: 'hwb' + }, + cmyk: { + channels: 4, + labels: 'cmyk' + }, + xyz: { + channels: 3, + labels: 'xyz' + }, + lab: { + channels: 3, + labels: 'lab' + }, + lch: { + channels: 3, + labels: 'lch' + }, + hex: { + channels: 1, + labels: ['hex'] + }, + keyword: { + channels: 1, + labels: ['keyword'] + }, + ansi16: { + channels: 1, + labels: ['ansi16'] + }, + ansi256: { + channels: 1, + labels: ['ansi256'] + }, + hcg: { + channels: 3, + labels: ['h', 'c', 'g'] + }, + apple: { + channels: 3, + labels: ['r16', 'g16', 'b16'] + }, + gray: { + channels: 1, + labels: ['gray'] + } +}; // hide .channels and .labels properties + +for (var model in convert$3) { + if (convert$3.hasOwnProperty(model)) { + if (!('channels' in convert$3[model])) { + throw new Error('missing channels property: ' + model); } - }; // hide .channels and .labels properties - for (var model in convert) { - if (convert.hasOwnProperty(model)) { - if (!('channels' in convert[model])) { - throw new Error('missing channels property: ' + model); - } + if (!('labels' in convert$3[model])) { + throw new Error('missing channel labels property: ' + model); + } - if (!('labels' in convert[model])) { - throw new Error('missing channel labels property: ' + model); - } + if (convert$3[model].labels.length !== convert$3[model].channels) { + throw new Error('channel and label counts mismatch: ' + model); + } - if (convert[model].labels.length !== convert[model].channels) { - throw new Error('channel and label counts mismatch: ' + model); - } + var channels = convert$3[model].channels; + var labels = convert$3[model].labels; + delete convert$3[model].channels; + delete convert$3[model].labels; + Object.defineProperty(convert$3[model], 'channels', { + value: channels + }); + Object.defineProperty(convert$3[model], 'labels', { + value: labels + }); + } +} - var channels = convert[model].channels; - var labels = convert[model].labels; - delete convert[model].channels; - delete convert[model].labels; - Object.defineProperty(convert[model], 'channels', { - value: channels - }); - Object.defineProperty(convert[model], 'labels', { - value: labels - }); - } +convert$3.rgb.hsl = function (rgb) { + var r = rgb[0] / 255; + var g = rgb[1] / 255; + var b = rgb[2] / 255; + var min = Math.min(r, g, b); + var max = Math.max(r, g, b); + var delta = max - min; + var h; + var s; + var l; + + if (max === min) { + h = 0; + } else if (r === max) { + h = (g - b) / delta; + } else if (g === max) { + h = 2 + (b - r) / delta; + } else if (b === max) { + h = 4 + (r - g) / delta; } - convert.rgb.hsl = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var min = Math.min(r, g, b); - var max = Math.max(r, g, b); - var delta = max - min; - var h; - var s; - var l; + h = Math.min(h * 60, 360); - if (max === min) { - h = 0; - } else if (r === max) { - h = (g - b) / delta; - } else if (g === max) { - h = 2 + (b - r) / delta; - } else if (b === max) { - h = 4 + (r - g) / delta; - } + if (h < 0) { + h += 360; + } - h = Math.min(h * 60, 360); + l = (min + max) / 2; - if (h < 0) { - h += 360; - } + if (max === min) { + s = 0; + } else if (l <= 0.5) { + s = delta / (max + min); + } else { + s = delta / (2 - max - min); + } - l = (min + max) / 2; + return [h, s * 100, l * 100]; +}; - if (max === min) { - s = 0; - } else if (l <= 0.5) { - s = delta / (max + min); - } else { - s = delta / (2 - max - min); - } +convert$3.rgb.hsv = function (rgb) { + var rdif; + var gdif; + var bdif; + var h; + var s; + var r = rgb[0] / 255; + var g = rgb[1] / 255; + var b = rgb[2] / 255; + var v = Math.max(r, g, b); + var diff = v - Math.min(r, g, b); - return [h, s * 100, l * 100]; + var diffc = function (c) { + return (v - c) / 6 / diff + 1 / 2; }; - convert.rgb.hsv = function (rgb) { - var rdif; - var gdif; - var bdif; - var h; - var s; - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var v = Math.max(r, g, b); - var diff = v - Math.min(r, g, b); - - var diffc = function (c) { - return (v - c) / 6 / diff + 1 / 2; - }; - - if (diff === 0) { - h = s = 0; - } else { - s = diff / v; - rdif = diffc(r); - gdif = diffc(g); - bdif = diffc(b); + if (diff === 0) { + h = s = 0; + } else { + s = diff / v; + rdif = diffc(r); + gdif = diffc(g); + bdif = diffc(b); - if (r === v) { - h = bdif - gdif; - } else if (g === v) { - h = 1 / 3 + rdif - bdif; - } else if (b === v) { - h = 2 / 3 + gdif - rdif; - } + if (r === v) { + h = bdif - gdif; + } else if (g === v) { + h = 1 / 3 + rdif - bdif; + } else if (b === v) { + h = 2 / 3 + gdif - rdif; + } - if (h < 0) { - h += 1; - } else if (h > 1) { - h -= 1; - } + if (h < 0) { + h += 1; + } else if (h > 1) { + h -= 1; } + } - return [h * 360, s * 100, v * 100]; - }; + return [h * 360, s * 100, v * 100]; +}; - convert.rgb.hwb = function (rgb) { - var r = rgb[0]; - var g = rgb[1]; - var b = rgb[2]; - var h = convert.rgb.hsl(rgb)[0]; - var w = 1 / 255 * Math.min(r, Math.min(g, b)); - b = 1 - 1 / 255 * Math.max(r, Math.max(g, b)); - return [h, w * 100, b * 100]; - }; +convert$3.rgb.hwb = function (rgb) { + var r = rgb[0]; + var g = rgb[1]; + var b = rgb[2]; + var h = convert$3.rgb.hsl(rgb)[0]; + var w = 1 / 255 * Math.min(r, Math.min(g, b)); + b = 1 - 1 / 255 * Math.max(r, Math.max(g, b)); + return [h, w * 100, b * 100]; +}; - convert.rgb.cmyk = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var c; - var m; - var y; - var k; - k = Math.min(1 - r, 1 - g, 1 - b); - c = (1 - r - k) / (1 - k) || 0; - m = (1 - g - k) / (1 - k) || 0; - y = (1 - b - k) / (1 - k) || 0; - return [c * 100, m * 100, y * 100, k * 100]; - }; - /** - * See https://en.m.wikipedia.org/wiki/Euclidean_distance#Squared_Euclidean_distance - * */ +convert$3.rgb.cmyk = function (rgb) { + var r = rgb[0] / 255; + var g = rgb[1] / 255; + var b = rgb[2] / 255; + var c; + var m; + var y; + var k; + k = Math.min(1 - r, 1 - g, 1 - b); + c = (1 - r - k) / (1 - k) || 0; + m = (1 - g - k) / (1 - k) || 0; + y = (1 - b - k) / (1 - k) || 0; + return [c * 100, m * 100, y * 100, k * 100]; +}; +/** + * See https://en.m.wikipedia.org/wiki/Euclidean_distance#Squared_Euclidean_distance + * */ - function comparativeDistance(x, y) { - return Math.pow(x[0] - y[0], 2) + Math.pow(x[1] - y[1], 2) + Math.pow(x[2] - y[2], 2); - } +function comparativeDistance$1(x, y) { + return Math.pow(x[0] - y[0], 2) + Math.pow(x[1] - y[1], 2) + Math.pow(x[2] - y[2], 2); +} - convert.rgb.keyword = function (rgb) { - var reversed = reverseKeywords[rgb]; +convert$3.rgb.keyword = function (rgb) { + var reversed = reverseKeywords$1[rgb]; - if (reversed) { - return reversed; - } + if (reversed) { + return reversed; + } - var currentClosestDistance = Infinity; - var currentClosestKeyword; + var currentClosestDistance = Infinity; + var currentClosestKeyword; - for (var keyword in colorName) { - if (colorName.hasOwnProperty(keyword)) { - var value = colorName[keyword]; // Compute comparative distance + for (var keyword in cssKeywords$1) { + if (cssKeywords$1.hasOwnProperty(keyword)) { + var value = cssKeywords$1[keyword]; // Compute comparative distance - var distance = comparativeDistance(rgb, value); // Check if its less, if so set as closest + var distance = comparativeDistance$1(rgb, value); // Check if its less, if so set as closest - if (distance < currentClosestDistance) { - currentClosestDistance = distance; - currentClosestKeyword = keyword; - } + if (distance < currentClosestDistance) { + currentClosestDistance = distance; + currentClosestKeyword = keyword; } } + } - return currentClosestKeyword; - }; + return currentClosestKeyword; +}; - convert.keyword.rgb = function (keyword) { - return colorName[keyword]; - }; +convert$3.keyword.rgb = function (keyword) { + return cssKeywords$1[keyword]; +}; - convert.rgb.xyz = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; // assume sRGB - - r = r > 0.04045 ? Math.pow((r + 0.055) / 1.055, 2.4) : r / 12.92; - g = g > 0.04045 ? Math.pow((g + 0.055) / 1.055, 2.4) : g / 12.92; - b = b > 0.04045 ? Math.pow((b + 0.055) / 1.055, 2.4) : b / 12.92; - var x = r * 0.4124 + g * 0.3576 + b * 0.1805; - var y = r * 0.2126 + g * 0.7152 + b * 0.0722; - var z = r * 0.0193 + g * 0.1192 + b * 0.9505; - return [x * 100, y * 100, z * 100]; - }; +convert$3.rgb.xyz = function (rgb) { + var r = rgb[0] / 255; + var g = rgb[1] / 255; + var b = rgb[2] / 255; // assume sRGB - convert.rgb.lab = function (rgb) { - var xyz = convert.rgb.xyz(rgb); - var x = xyz[0]; - var y = xyz[1]; - var z = xyz[2]; - var l; - var a; - var b; - x /= 95.047; - y /= 100; - z /= 108.883; - x = x > 0.008856 ? Math.pow(x, 1 / 3) : 7.787 * x + 16 / 116; - y = y > 0.008856 ? Math.pow(y, 1 / 3) : 7.787 * y + 16 / 116; - z = z > 0.008856 ? Math.pow(z, 1 / 3) : 7.787 * z + 16 / 116; - l = 116 * y - 16; - a = 500 * (x - y); - b = 200 * (y - z); - return [l, a, b]; - }; + r = r > 0.04045 ? Math.pow((r + 0.055) / 1.055, 2.4) : r / 12.92; + g = g > 0.04045 ? Math.pow((g + 0.055) / 1.055, 2.4) : g / 12.92; + b = b > 0.04045 ? Math.pow((b + 0.055) / 1.055, 2.4) : b / 12.92; + var x = r * 0.4124 + g * 0.3576 + b * 0.1805; + var y = r * 0.2126 + g * 0.7152 + b * 0.0722; + var z = r * 0.0193 + g * 0.1192 + b * 0.9505; + return [x * 100, y * 100, z * 100]; +}; + +convert$3.rgb.lab = function (rgb) { + var xyz = convert$3.rgb.xyz(rgb); + var x = xyz[0]; + var y = xyz[1]; + var z = xyz[2]; + var l; + var a; + var b; + x /= 95.047; + y /= 100; + z /= 108.883; + x = x > 0.008856 ? Math.pow(x, 1 / 3) : 7.787 * x + 16 / 116; + y = y > 0.008856 ? Math.pow(y, 1 / 3) : 7.787 * y + 16 / 116; + z = z > 0.008856 ? Math.pow(z, 1 / 3) : 7.787 * z + 16 / 116; + l = 116 * y - 16; + a = 500 * (x - y); + b = 200 * (y - z); + return [l, a, b]; +}; + +convert$3.hsl.rgb = function (hsl) { + var h = hsl[0] / 360; + var s = hsl[1] / 100; + var l = hsl[2] / 100; + var t1; + var t2; + var t3; + var rgb; + var val; + + if (s === 0) { + val = l * 255; + return [val, val, val]; + } + + if (l < 0.5) { + t2 = l * (1 + s); + } else { + t2 = l + s - l * s; + } - convert.hsl.rgb = function (hsl) { - var h = hsl[0] / 360; - var s = hsl[1] / 100; - var l = hsl[2] / 100; - var t1; - var t2; - var t3; - var rgb; - var val; + t1 = 2 * l - t2; + rgb = [0, 0, 0]; + + for (var i = 0; i < 3; i++) { + t3 = h + 1 / 3 * -(i - 1); + + if (t3 < 0) { + t3++; + } - if (s === 0) { - val = l * 255; - return [val, val, val]; + if (t3 > 1) { + t3--; } - if (l < 0.5) { - t2 = l * (1 + s); + if (6 * t3 < 1) { + val = t1 + (t2 - t1) * 6 * t3; + } else if (2 * t3 < 1) { + val = t2; + } else if (3 * t3 < 2) { + val = t1 + (t2 - t1) * (2 / 3 - t3) * 6; } else { - t2 = l + s - l * s; + val = t1; } - t1 = 2 * l - t2; - rgb = [0, 0, 0]; + rgb[i] = val * 255; + } - for (var i = 0; i < 3; i++) { - t3 = h + 1 / 3 * -(i - 1); + return rgb; +}; - if (t3 < 0) { - t3++; - } +convert$3.hsl.hsv = function (hsl) { + var h = hsl[0]; + var s = hsl[1] / 100; + var l = hsl[2] / 100; + var smin = s; + var lmin = Math.max(l, 0.01); + var sv; + var v; + l *= 2; + s *= l <= 1 ? l : 2 - l; + smin *= lmin <= 1 ? lmin : 2 - lmin; + v = (l + s) / 2; + sv = l === 0 ? 2 * smin / (lmin + smin) : 2 * s / (l + s); + return [h, sv * 100, v * 100]; +}; - if (t3 > 1) { - t3--; - } +convert$3.hsv.rgb = function (hsv) { + var h = hsv[0] / 60; + var s = hsv[1] / 100; + var v = hsv[2] / 100; + var hi = Math.floor(h) % 6; + var f = h - Math.floor(h); + var p = 255 * v * (1 - s); + var q = 255 * v * (1 - s * f); + var t = 255 * v * (1 - s * (1 - f)); + v *= 255; - if (6 * t3 < 1) { - val = t1 + (t2 - t1) * 6 * t3; - } else if (2 * t3 < 1) { - val = t2; - } else if (3 * t3 < 2) { - val = t1 + (t2 - t1) * (2 / 3 - t3) * 6; - } else { - val = t1; - } + switch (hi) { + case 0: + return [v, t, p]; - rgb[i] = val * 255; - } + case 1: + return [q, v, p]; - return rgb; - }; + case 2: + return [p, v, t]; - convert.hsl.hsv = function (hsl) { - var h = hsl[0]; - var s = hsl[1] / 100; - var l = hsl[2] / 100; - var smin = s; - var lmin = Math.max(l, 0.01); - var sv; - var v; - l *= 2; - s *= l <= 1 ? l : 2 - l; - smin *= lmin <= 1 ? lmin : 2 - lmin; - v = (l + s) / 2; - sv = l === 0 ? 2 * smin / (lmin + smin) : 2 * s / (l + s); - return [h, sv * 100, v * 100]; - }; + case 3: + return [p, q, v]; - convert.hsv.rgb = function (hsv) { - var h = hsv[0] / 60; - var s = hsv[1] / 100; - var v = hsv[2] / 100; - var hi = Math.floor(h) % 6; - var f = h - Math.floor(h); - var p = 255 * v * (1 - s); - var q = 255 * v * (1 - s * f); - var t = 255 * v * (1 - s * (1 - f)); - v *= 255; + case 4: + return [t, p, v]; - switch (hi) { - case 0: - return [v, t, p]; + case 5: + return [v, p, q]; + } +}; + +convert$3.hsv.hsl = function (hsv) { + var h = hsv[0]; + var s = hsv[1] / 100; + var v = hsv[2] / 100; + var vmin = Math.max(v, 0.01); + var lmin; + var sl; + var l; + l = (2 - s) * v; + lmin = (2 - s) * vmin; + sl = s * vmin; + sl /= lmin <= 1 ? lmin : 2 - lmin; + sl = sl || 0; + l /= 2; + return [h, sl * 100, l * 100]; +}; // http://dev.w3.org/csswg/css-color/#hwb-to-rgb + + +convert$3.hwb.rgb = function (hwb) { + var h = hwb[0] / 360; + var wh = hwb[1] / 100; + var bl = hwb[2] / 100; + var ratio = wh + bl; + var i; + var v; + var f; + var n; // wh + bl cant be > 1 + + if (ratio > 1) { + wh /= ratio; + bl /= ratio; + } + + i = Math.floor(6 * h); + v = 1 - bl; + f = 6 * h - i; + + if ((i & 0x01) !== 0) { + f = 1 - f; + } + + n = wh + f * (v - wh); // linear interpolation + + var r; + var g; + var b; + + switch (i) { + default: + case 6: + case 0: + r = v; + g = n; + b = wh; + break; + + case 1: + r = n; + g = v; + b = wh; + break; - case 1: - return [q, v, p]; + case 2: + r = wh; + g = v; + b = n; + break; - case 2: - return [p, v, t]; + case 3: + r = wh; + g = n; + b = v; + break; - case 3: - return [p, q, v]; + case 4: + r = n; + g = wh; + b = v; + break; - case 4: - return [t, p, v]; + case 5: + r = v; + g = wh; + b = n; + break; + } - case 5: - return [v, p, q]; - } - }; + return [r * 255, g * 255, b * 255]; +}; - convert.hsv.hsl = function (hsv) { - var h = hsv[0]; - var s = hsv[1] / 100; - var v = hsv[2] / 100; - var vmin = Math.max(v, 0.01); - var lmin; - var sl; - var l; - l = (2 - s) * v; - lmin = (2 - s) * vmin; - sl = s * vmin; - sl /= lmin <= 1 ? lmin : 2 - lmin; - sl = sl || 0; - l /= 2; - return [h, sl * 100, l * 100]; - }; // http://dev.w3.org/csswg/css-color/#hwb-to-rgb - - - convert.hwb.rgb = function (hwb) { - var h = hwb[0] / 360; - var wh = hwb[1] / 100; - var bl = hwb[2] / 100; - var ratio = wh + bl; - var i; - var v; - var f; - var n; // wh + bl cant be > 1 - - if (ratio > 1) { - wh /= ratio; - bl /= ratio; - } - - i = Math.floor(6 * h); - v = 1 - bl; - f = 6 * h - i; - - if ((i & 0x01) !== 0) { - f = 1 - f; - } - - n = wh + f * (v - wh); // linear interpolation - - var r; - var g; - var b; - - switch (i) { - default: - case 6: - case 0: - r = v; - g = n; - b = wh; - break; +convert$3.cmyk.rgb = function (cmyk) { + var c = cmyk[0] / 100; + var m = cmyk[1] / 100; + var y = cmyk[2] / 100; + var k = cmyk[3] / 100; + var r; + var g; + var b; + r = 1 - Math.min(1, c * (1 - k) + k); + g = 1 - Math.min(1, m * (1 - k) + k); + b = 1 - Math.min(1, y * (1 - k) + k); + return [r * 255, g * 255, b * 255]; +}; - case 1: - r = n; - g = v; - b = wh; - break; +convert$3.xyz.rgb = function (xyz) { + var x = xyz[0] / 100; + var y = xyz[1] / 100; + var z = xyz[2] / 100; + var r; + var g; + var b; + r = x * 3.2406 + y * -1.5372 + z * -0.4986; + g = x * -0.9689 + y * 1.8758 + z * 0.0415; + b = x * 0.0557 + y * -0.2040 + z * 1.0570; // assume sRGB - case 2: - r = wh; - g = v; - b = n; - break; + r = r > 0.0031308 ? 1.055 * Math.pow(r, 1.0 / 2.4) - 0.055 : r * 12.92; + g = g > 0.0031308 ? 1.055 * Math.pow(g, 1.0 / 2.4) - 0.055 : g * 12.92; + b = b > 0.0031308 ? 1.055 * Math.pow(b, 1.0 / 2.4) - 0.055 : b * 12.92; + r = Math.min(Math.max(0, r), 1); + g = Math.min(Math.max(0, g), 1); + b = Math.min(Math.max(0, b), 1); + return [r * 255, g * 255, b * 255]; +}; - case 3: - r = wh; - g = n; - b = v; - break; +convert$3.xyz.lab = function (xyz) { + var x = xyz[0]; + var y = xyz[1]; + var z = xyz[2]; + var l; + var a; + var b; + x /= 95.047; + y /= 100; + z /= 108.883; + x = x > 0.008856 ? Math.pow(x, 1 / 3) : 7.787 * x + 16 / 116; + y = y > 0.008856 ? Math.pow(y, 1 / 3) : 7.787 * y + 16 / 116; + z = z > 0.008856 ? Math.pow(z, 1 / 3) : 7.787 * z + 16 / 116; + l = 116 * y - 16; + a = 500 * (x - y); + b = 200 * (y - z); + return [l, a, b]; +}; - case 4: - r = n; - g = wh; - b = v; - break; +convert$3.lab.xyz = function (lab) { + var l = lab[0]; + var a = lab[1]; + var b = lab[2]; + var x; + var y; + var z; + y = (l + 16) / 116; + x = a / 500 + y; + z = y - b / 200; + var y2 = Math.pow(y, 3); + var x2 = Math.pow(x, 3); + var z2 = Math.pow(z, 3); + y = y2 > 0.008856 ? y2 : (y - 16 / 116) / 7.787; + x = x2 > 0.008856 ? x2 : (x - 16 / 116) / 7.787; + z = z2 > 0.008856 ? z2 : (z - 16 / 116) / 7.787; + x *= 95.047; + y *= 100; + z *= 108.883; + return [x, y, z]; +}; - case 5: - r = v; - g = wh; - b = n; - break; - } +convert$3.lab.lch = function (lab) { + var l = lab[0]; + var a = lab[1]; + var b = lab[2]; + var hr; + var h; + var c; + hr = Math.atan2(b, a); + h = hr * 360 / 2 / Math.PI; - return [r * 255, g * 255, b * 255]; - }; + if (h < 0) { + h += 360; + } - convert.cmyk.rgb = function (cmyk) { - var c = cmyk[0] / 100; - var m = cmyk[1] / 100; - var y = cmyk[2] / 100; - var k = cmyk[3] / 100; - var r; - var g; - var b; - r = 1 - Math.min(1, c * (1 - k) + k); - g = 1 - Math.min(1, m * (1 - k) + k); - b = 1 - Math.min(1, y * (1 - k) + k); - return [r * 255, g * 255, b * 255]; - }; + c = Math.sqrt(a * a + b * b); + return [l, c, h]; +}; - convert.xyz.rgb = function (xyz) { - var x = xyz[0] / 100; - var y = xyz[1] / 100; - var z = xyz[2] / 100; - var r; - var g; - var b; - r = x * 3.2406 + y * -1.5372 + z * -0.4986; - g = x * -0.9689 + y * 1.8758 + z * 0.0415; - b = x * 0.0557 + y * -0.2040 + z * 1.0570; // assume sRGB - - r = r > 0.0031308 ? 1.055 * Math.pow(r, 1.0 / 2.4) - 0.055 : r * 12.92; - g = g > 0.0031308 ? 1.055 * Math.pow(g, 1.0 / 2.4) - 0.055 : g * 12.92; - b = b > 0.0031308 ? 1.055 * Math.pow(b, 1.0 / 2.4) - 0.055 : b * 12.92; - r = Math.min(Math.max(0, r), 1); - g = Math.min(Math.max(0, g), 1); - b = Math.min(Math.max(0, b), 1); - return [r * 255, g * 255, b * 255]; - }; +convert$3.lch.lab = function (lch) { + var l = lch[0]; + var c = lch[1]; + var h = lch[2]; + var a; + var b; + var hr; + hr = h / 360 * 2 * Math.PI; + a = c * Math.cos(hr); + b = c * Math.sin(hr); + return [l, a, b]; +}; - convert.xyz.lab = function (xyz) { - var x = xyz[0]; - var y = xyz[1]; - var z = xyz[2]; - var l; - var a; - var b; - x /= 95.047; - y /= 100; - z /= 108.883; - x = x > 0.008856 ? Math.pow(x, 1 / 3) : 7.787 * x + 16 / 116; - y = y > 0.008856 ? Math.pow(y, 1 / 3) : 7.787 * y + 16 / 116; - z = z > 0.008856 ? Math.pow(z, 1 / 3) : 7.787 * z + 16 / 116; - l = 116 * y - 16; - a = 500 * (x - y); - b = 200 * (y - z); - return [l, a, b]; - }; +convert$3.rgb.ansi16 = function (args) { + var r = args[0]; + var g = args[1]; + var b = args[2]; + var value = 1 in arguments ? arguments[1] : convert$3.rgb.hsv(args)[2]; // hsv -> ansi16 optimization - convert.lab.xyz = function (lab) { - var l = lab[0]; - var a = lab[1]; - var b = lab[2]; - var x; - var y; - var z; - y = (l + 16) / 116; - x = a / 500 + y; - z = y - b / 200; - var y2 = Math.pow(y, 3); - var x2 = Math.pow(x, 3); - var z2 = Math.pow(z, 3); - y = y2 > 0.008856 ? y2 : (y - 16 / 116) / 7.787; - x = x2 > 0.008856 ? x2 : (x - 16 / 116) / 7.787; - z = z2 > 0.008856 ? z2 : (z - 16 / 116) / 7.787; - x *= 95.047; - y *= 100; - z *= 108.883; - return [x, y, z]; - }; + value = Math.round(value / 50); - convert.lab.lch = function (lab) { - var l = lab[0]; - var a = lab[1]; - var b = lab[2]; - var hr; - var h; - var c; - hr = Math.atan2(b, a); - h = hr * 360 / 2 / Math.PI; + if (value === 0) { + return 30; + } - if (h < 0) { - h += 360; - } + var ansi = 30 + (Math.round(b / 255) << 2 | Math.round(g / 255) << 1 | Math.round(r / 255)); - c = Math.sqrt(a * a + b * b); - return [l, c, h]; - }; + if (value === 2) { + ansi += 60; + } - convert.lch.lab = function (lch) { - var l = lch[0]; - var c = lch[1]; - var h = lch[2]; - var a; - var b; - var hr; - hr = h / 360 * 2 * Math.PI; - a = c * Math.cos(hr); - b = c * Math.sin(hr); - return [l, a, b]; - }; + return ansi; +}; - convert.rgb.ansi16 = function (args) { - var r = args[0]; - var g = args[1]; - var b = args[2]; - var value = 1 in arguments ? arguments[1] : convert.rgb.hsv(args)[2]; // hsv -> ansi16 optimization +convert$3.hsv.ansi16 = function (args) { + // optimization here; we already know the value and don't need to get + // it converted for us. + return convert$3.rgb.ansi16(convert$3.hsv.rgb(args), args[2]); +}; - value = Math.round(value / 50); +convert$3.rgb.ansi256 = function (args) { + var r = args[0]; + var g = args[1]; + var b = args[2]; // we use the extended greyscale palette here, with the exception of + // black and white. normal palette only has 4 greyscale shades. - if (value === 0) { - return 30; + if (r === g && g === b) { + if (r < 8) { + return 16; } - var ansi = 30 + (Math.round(b / 255) << 2 | Math.round(g / 255) << 1 | Math.round(r / 255)); - - if (value === 2) { - ansi += 60; + if (r > 248) { + return 231; } - return ansi; - }; - - convert.hsv.ansi16 = function (args) { - // optimization here; we already know the value and don't need to get - // it converted for us. - return convert.rgb.ansi16(convert.hsv.rgb(args), args[2]); - }; - - convert.rgb.ansi256 = function (args) { - var r = args[0]; - var g = args[1]; - var b = args[2]; // we use the extended greyscale palette here, with the exception of - // black and white. normal palette only has 4 greyscale shades. + return Math.round((r - 8) / 247 * 24) + 232; + } - if (r === g && g === b) { - if (r < 8) { - return 16; - } + var ansi = 16 + 36 * Math.round(r / 255 * 5) + 6 * Math.round(g / 255 * 5) + Math.round(b / 255 * 5); + return ansi; +}; - if (r > 248) { - return 231; - } +convert$3.ansi16.rgb = function (args) { + var color = args % 10; // handle greyscale - return Math.round((r - 8) / 247 * 24) + 232; + if (color === 0 || color === 7) { + if (args > 50) { + color += 3.5; } - var ansi = 16 + 36 * Math.round(r / 255 * 5) + 6 * Math.round(g / 255 * 5) + Math.round(b / 255 * 5); - return ansi; - }; - - convert.ansi16.rgb = function (args) { - var color = args % 10; // handle greyscale - - if (color === 0 || color === 7) { - if (args > 50) { - color += 3.5; - } + color = color / 10.5 * 255; + return [color, color, color]; + } - color = color / 10.5 * 255; - return [color, color, color]; - } + var mult = (~~(args > 50) + 1) * 0.5; + var r = (color & 1) * mult * 255; + var g = (color >> 1 & 1) * mult * 255; + var b = (color >> 2 & 1) * mult * 255; + return [r, g, b]; +}; - var mult = (~~(args > 50) + 1) * 0.5; - var r = (color & 1) * mult * 255; - var g = (color >> 1 & 1) * mult * 255; - var b = (color >> 2 & 1) * mult * 255; - return [r, g, b]; - }; +convert$3.ansi256.rgb = function (args) { + // handle greyscale + if (args >= 232) { + var c = (args - 232) * 10 + 8; + return [c, c, c]; + } - convert.ansi256.rgb = function (args) { - // handle greyscale - if (args >= 232) { - var c = (args - 232) * 10 + 8; - return [c, c, c]; - } + args -= 16; + var rem; + var r = Math.floor(args / 36) / 5 * 255; + var g = Math.floor((rem = args % 36) / 6) / 5 * 255; + var b = rem % 6 / 5 * 255; + return [r, g, b]; +}; - args -= 16; - var rem; - var r = Math.floor(args / 36) / 5 * 255; - var g = Math.floor((rem = args % 36) / 6) / 5 * 255; - var b = rem % 6 / 5 * 255; - return [r, g, b]; - }; +convert$3.rgb.hex = function (args) { + var integer = ((Math.round(args[0]) & 0xFF) << 16) + ((Math.round(args[1]) & 0xFF) << 8) + (Math.round(args[2]) & 0xFF); + var string = integer.toString(16).toUpperCase(); + return '000000'.substring(string.length) + string; +}; - convert.rgb.hex = function (args) { - var integer = ((Math.round(args[0]) & 0xFF) << 16) + ((Math.round(args[1]) & 0xFF) << 8) + (Math.round(args[2]) & 0xFF); - var string = integer.toString(16).toUpperCase(); - return '000000'.substring(string.length) + string; - }; +convert$3.hex.rgb = function (args) { + var match = args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i); - convert.hex.rgb = function (args) { - var match = args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i); + if (!match) { + return [0, 0, 0]; + } - if (!match) { - return [0, 0, 0]; - } + var colorString = match[0]; - var colorString = match[0]; + if (match[0].length === 3) { + colorString = colorString.split('').map(function (char) { + return char + char; + }).join(''); + } - if (match[0].length === 3) { - colorString = colorString.split('').map(function (char) { - return char + char; - }).join(''); - } + var integer = parseInt(colorString, 16); + var r = integer >> 16 & 0xFF; + var g = integer >> 8 & 0xFF; + var b = integer & 0xFF; + return [r, g, b]; +}; - var integer = parseInt(colorString, 16); - var r = integer >> 16 & 0xFF; - var g = integer >> 8 & 0xFF; - var b = integer & 0xFF; - return [r, g, b]; - }; +convert$3.rgb.hcg = function (rgb) { + var r = rgb[0] / 255; + var g = rgb[1] / 255; + var b = rgb[2] / 255; + var max = Math.max(Math.max(r, g), b); + var min = Math.min(Math.min(r, g), b); + var chroma = max - min; + var grayscale; + var hue; - convert.rgb.hcg = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var max = Math.max(Math.max(r, g), b); - var min = Math.min(Math.min(r, g), b); - var chroma = max - min; - var grayscale; - var hue; - - if (chroma < 1) { - grayscale = min / (1 - chroma); - } else { - grayscale = 0; - } + if (chroma < 1) { + grayscale = min / (1 - chroma); + } else { + grayscale = 0; + } - if (chroma <= 0) { - hue = 0; - } else if (max === r) { - hue = (g - b) / chroma % 6; - } else if (max === g) { - hue = 2 + (b - r) / chroma; - } else { - hue = 4 + (r - g) / chroma + 4; - } + if (chroma <= 0) { + hue = 0; + } else if (max === r) { + hue = (g - b) / chroma % 6; + } else if (max === g) { + hue = 2 + (b - r) / chroma; + } else { + hue = 4 + (r - g) / chroma + 4; + } - hue /= 6; - hue %= 1; - return [hue * 360, chroma * 100, grayscale * 100]; - }; + hue /= 6; + hue %= 1; + return [hue * 360, chroma * 100, grayscale * 100]; +}; - convert.hsl.hcg = function (hsl) { - var s = hsl[1] / 100; - var l = hsl[2] / 100; - var c = 1; - var f = 0; +convert$3.hsl.hcg = function (hsl) { + var s = hsl[1] / 100; + var l = hsl[2] / 100; + var c = 1; + var f = 0; - if (l < 0.5) { - c = 2.0 * s * l; - } else { - c = 2.0 * s * (1.0 - l); - } + if (l < 0.5) { + c = 2.0 * s * l; + } else { + c = 2.0 * s * (1.0 - l); + } - if (c < 1.0) { - f = (l - 0.5 * c) / (1.0 - c); - } + if (c < 1.0) { + f = (l - 0.5 * c) / (1.0 - c); + } - return [hsl[0], c * 100, f * 100]; - }; + return [hsl[0], c * 100, f * 100]; +}; - convert.hsv.hcg = function (hsv) { - var s = hsv[1] / 100; - var v = hsv[2] / 100; - var c = s * v; - var f = 0; +convert$3.hsv.hcg = function (hsv) { + var s = hsv[1] / 100; + var v = hsv[2] / 100; + var c = s * v; + var f = 0; - if (c < 1.0) { - f = (v - c) / (1 - c); - } + if (c < 1.0) { + f = (v - c) / (1 - c); + } - return [hsv[0], c * 100, f * 100]; - }; + return [hsv[0], c * 100, f * 100]; +}; - convert.hcg.rgb = function (hcg) { - var h = hcg[0] / 360; - var c = hcg[1] / 100; - var g = hcg[2] / 100; +convert$3.hcg.rgb = function (hcg) { + var h = hcg[0] / 360; + var c = hcg[1] / 100; + var g = hcg[2] / 100; - if (c === 0.0) { - return [g * 255, g * 255, g * 255]; - } + if (c === 0.0) { + return [g * 255, g * 255, g * 255]; + } - var pure = [0, 0, 0]; - var hi = h % 1 * 6; - var v = hi % 1; - var w = 1 - v; - var mg = 0; + var pure = [0, 0, 0]; + var hi = h % 1 * 6; + var v = hi % 1; + var w = 1 - v; + var mg = 0; - switch (Math.floor(hi)) { - case 0: - pure[0] = 1; - pure[1] = v; - pure[2] = 0; - break; + switch (Math.floor(hi)) { + case 0: + pure[0] = 1; + pure[1] = v; + pure[2] = 0; + break; - case 1: - pure[0] = w; - pure[1] = 1; - pure[2] = 0; - break; + case 1: + pure[0] = w; + pure[1] = 1; + pure[2] = 0; + break; - case 2: - pure[0] = 0; - pure[1] = 1; - pure[2] = v; - break; + case 2: + pure[0] = 0; + pure[1] = 1; + pure[2] = v; + break; - case 3: - pure[0] = 0; - pure[1] = w; - pure[2] = 1; - break; + case 3: + pure[0] = 0; + pure[1] = w; + pure[2] = 1; + break; - case 4: - pure[0] = v; - pure[1] = 0; - pure[2] = 1; - break; + case 4: + pure[0] = v; + pure[1] = 0; + pure[2] = 1; + break; - default: - pure[0] = 1; - pure[1] = 0; - pure[2] = w; - } + default: + pure[0] = 1; + pure[1] = 0; + pure[2] = w; + } - mg = (1.0 - c) * g; - return [(c * pure[0] + mg) * 255, (c * pure[1] + mg) * 255, (c * pure[2] + mg) * 255]; - }; + mg = (1.0 - c) * g; + return [(c * pure[0] + mg) * 255, (c * pure[1] + mg) * 255, (c * pure[2] + mg) * 255]; +}; - convert.hcg.hsv = function (hcg) { - var c = hcg[1] / 100; - var g = hcg[2] / 100; - var v = c + g * (1.0 - c); - var f = 0; +convert$3.hcg.hsv = function (hcg) { + var c = hcg[1] / 100; + var g = hcg[2] / 100; + var v = c + g * (1.0 - c); + var f = 0; - if (v > 0.0) { - f = c / v; - } + if (v > 0.0) { + f = c / v; + } - return [hcg[0], f * 100, v * 100]; - }; + return [hcg[0], f * 100, v * 100]; +}; - convert.hcg.hsl = function (hcg) { - var c = hcg[1] / 100; - var g = hcg[2] / 100; - var l = g * (1.0 - c) + 0.5 * c; - var s = 0; +convert$3.hcg.hsl = function (hcg) { + var c = hcg[1] / 100; + var g = hcg[2] / 100; + var l = g * (1.0 - c) + 0.5 * c; + var s = 0; - if (l > 0.0 && l < 0.5) { - s = c / (2 * l); - } else if (l >= 0.5 && l < 1.0) { - s = c / (2 * (1 - l)); - } + if (l > 0.0 && l < 0.5) { + s = c / (2 * l); + } else if (l >= 0.5 && l < 1.0) { + s = c / (2 * (1 - l)); + } - return [hcg[0], s * 100, l * 100]; - }; + return [hcg[0], s * 100, l * 100]; +}; - convert.hcg.hwb = function (hcg) { - var c = hcg[1] / 100; - var g = hcg[2] / 100; - var v = c + g * (1.0 - c); - return [hcg[0], (v - c) * 100, (1 - v) * 100]; - }; +convert$3.hcg.hwb = function (hcg) { + var c = hcg[1] / 100; + var g = hcg[2] / 100; + var v = c + g * (1.0 - c); + return [hcg[0], (v - c) * 100, (1 - v) * 100]; +}; - convert.hwb.hcg = function (hwb) { - var w = hwb[1] / 100; - var b = hwb[2] / 100; - var v = 1 - b; - var c = v - w; - var g = 0; +convert$3.hwb.hcg = function (hwb) { + var w = hwb[1] / 100; + var b = hwb[2] / 100; + var v = 1 - b; + var c = v - w; + var g = 0; - if (c < 1) { - g = (v - c) / (1 - c); - } + if (c < 1) { + g = (v - c) / (1 - c); + } - return [hwb[0], c * 100, g * 100]; - }; + return [hwb[0], c * 100, g * 100]; +}; - convert.apple.rgb = function (apple) { - return [apple[0] / 65535 * 255, apple[1] / 65535 * 255, apple[2] / 65535 * 255]; - }; +convert$3.apple.rgb = function (apple) { + return [apple[0] / 65535 * 255, apple[1] / 65535 * 255, apple[2] / 65535 * 255]; +}; - convert.rgb.apple = function (rgb) { - return [rgb[0] / 255 * 65535, rgb[1] / 255 * 65535, rgb[2] / 255 * 65535]; - }; +convert$3.rgb.apple = function (rgb) { + return [rgb[0] / 255 * 65535, rgb[1] / 255 * 65535, rgb[2] / 255 * 65535]; +}; - convert.gray.rgb = function (args) { - return [args[0] / 100 * 255, args[0] / 100 * 255, args[0] / 100 * 255]; - }; +convert$3.gray.rgb = function (args) { + return [args[0] / 100 * 255, args[0] / 100 * 255, args[0] / 100 * 255]; +}; - convert.gray.hsl = convert.gray.hsv = function (args) { - return [0, 0, args[0]]; - }; +convert$3.gray.hsl = convert$3.gray.hsv = function (args) { + return [0, 0, args[0]]; +}; - convert.gray.hwb = function (gray) { - return [0, 100, gray[0]]; - }; +convert$3.gray.hwb = function (gray) { + return [0, 100, gray[0]]; +}; - convert.gray.cmyk = function (gray) { - return [0, 0, 0, gray[0]]; - }; +convert$3.gray.cmyk = function (gray) { + return [0, 0, 0, gray[0]]; +}; - convert.gray.lab = function (gray) { - return [gray[0], 0, 0]; - }; +convert$3.gray.lab = function (gray) { + return [gray[0], 0, 0]; +}; - convert.gray.hex = function (gray) { - var val = Math.round(gray[0] / 100 * 255) & 0xFF; - var integer = (val << 16) + (val << 8) + val; - var string = integer.toString(16).toUpperCase(); - return '000000'.substring(string.length) + string; - }; +convert$3.gray.hex = function (gray) { + var val = Math.round(gray[0] / 100 * 255) & 0xFF; + var integer = (val << 16) + (val << 8) + val; + var string = integer.toString(16).toUpperCase(); + return '000000'.substring(string.length) + string; +}; - convert.rgb.gray = function (rgb) { - var val = (rgb[0] + rgb[1] + rgb[2]) / 3; - return [val / 255 * 100]; - }; -}); +convert$3.rgb.gray = function (rgb) { + var val = (rgb[0] + rgb[1] + rgb[2]) / 3; + return [val / 255 * 100]; +}; +var conversions$4 = conversions$5.exports; /* this function routes a model to all other models. @@ -6782,10 +7879,10 @@ var conversions = createCommonjsModule(function (module) { conversions that are not possible simply are not included. */ -function buildGraph() { +function buildGraph$1() { var graph = {}; // https://jsperf.com/object-keys-vs-for-in-with-closure/3 - var models = Object.keys(conversions); + var models = Object.keys(conversions$4); for (var len = models.length, i = 0; i < len; i++) { graph[models[i]] = { @@ -6800,15 +7897,15 @@ function buildGraph() { } // https://en.wikipedia.org/wiki/Breadth-first_search -function deriveBFS(fromModel) { - var graph = buildGraph(); +function deriveBFS$1(fromModel) { + var graph = buildGraph$1(); var queue = [fromModel]; // unshift -> queue -> pop graph[fromModel].distance = 0; while (queue.length) { var current = queue.pop(); - var adjacents = Object.keys(conversions[current]); + var adjacents = Object.keys(conversions$4[current]); for (var len = adjacents.length, i = 0; i < len; i++) { var adjacent = adjacents[i]; @@ -6825,20 +7922,20 @@ function deriveBFS(fromModel) { return graph; } -function link(from, to) { +function link$2(from, to) { return function (args) { return to(from(args)); }; } -function wrapConversion(toModel, graph) { +function wrapConversion$1(toModel, graph) { var path = [graph[toModel].parent, toModel]; - var fn = conversions[graph[toModel].parent][toModel]; + var fn = conversions$4[graph[toModel].parent][toModel]; var cur = graph[toModel].parent; while (graph[cur].parent) { path.unshift(graph[cur].parent); - fn = link(conversions[graph[cur].parent][cur], fn); + fn = link$2(conversions$4[graph[cur].parent][cur], fn); cur = graph[cur].parent; } @@ -6846,8 +7943,8 @@ function wrapConversion(toModel, graph) { return fn; } -var route = function (fromModel) { - var graph = deriveBFS(fromModel); +var route$3 = function (fromModel) { + var graph = deriveBFS$1(fromModel); var conversion = {}; var models = Object.keys(graph); @@ -6860,16 +7957,18 @@ var route = function (fromModel) { continue; } - conversion[toModel] = wrapConversion(toModel, graph); + conversion[toModel] = wrapConversion$1(toModel, graph); } return conversion; }; -var convert = {}; -var models = Object.keys(conversions); +var conversions$3 = conversions$5.exports; +var route$2 = route$3; +var convert$2 = {}; +var models$1 = Object.keys(conversions$3); -function wrapRaw(fn) { +function wrapRaw$1(fn) { var wrappedFn = function (args) { if (args === undefined || args === null) { return args; @@ -6890,7 +7989,7 @@ function wrapRaw(fn) { return wrappedFn; } -function wrapRounded(fn) { +function wrapRounded$1(fn) { var wrappedFn = function (args) { if (args === undefined || args === null) { return args; @@ -6921,25 +8020,27 @@ function wrapRounded(fn) { return wrappedFn; } -models.forEach(function (fromModel) { - convert[fromModel] = {}; - Object.defineProperty(convert[fromModel], 'channels', { - value: conversions[fromModel].channels +models$1.forEach(function (fromModel) { + convert$2[fromModel] = {}; + Object.defineProperty(convert$2[fromModel], 'channels', { + value: conversions$3[fromModel].channels }); - Object.defineProperty(convert[fromModel], 'labels', { - value: conversions[fromModel].labels + Object.defineProperty(convert$2[fromModel], 'labels', { + value: conversions$3[fromModel].labels }); - var routes = route(fromModel); + var routes = route$2(fromModel); var routeModels = Object.keys(routes); routeModels.forEach(function (toModel) { var fn = routes[toModel]; - convert[fromModel][toModel] = wrapRounded(fn); - convert[fromModel][toModel].raw = wrapRaw(fn); + convert$2[fromModel][toModel] = wrapRounded$1(fn); + convert$2[fromModel][toModel].raw = wrapRaw$1(fn); }); }); -var colorConvert = convert; +var colorConvert$1 = convert$2; + +(function (module) { -var ansiStyles = createCommonjsModule(function (module) { + const colorConvert = colorConvert$1; const wrapAnsi16 = (fn, offset) => function () { const code = fn.apply(colorConvert, arguments); @@ -7095,9 +8196,9 @@ var ansiStyles = createCommonjsModule(function (module) { enumerable: true, get: assembleStyles }); -}); +})(ansiStyles$2); -var hasFlag = (flag, argv) => { +var hasFlag$5 = (flag, argv) => { argv = argv || process.argv; const prefix = flag.startsWith('-') ? '' : flag.length === 1 ? '-' : '--'; const pos = argv.indexOf(prefix + flag); @@ -7105,20 +8206,22 @@ var hasFlag = (flag, argv) => { return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos); }; -const env = process.env; -let forceColor; +const os$4 = require$$0__default$1["default"]; +const hasFlag$4 = hasFlag$5; +const env$2 = process.env; +let forceColor$2; -if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false')) { - forceColor = false; -} else if (hasFlag('color') || hasFlag('colors') || hasFlag('color=true') || hasFlag('color=always')) { - forceColor = true; +if (hasFlag$4('no-color') || hasFlag$4('no-colors') || hasFlag$4('color=false')) { + forceColor$2 = false; +} else if (hasFlag$4('color') || hasFlag$4('colors') || hasFlag$4('color=true') || hasFlag$4('color=always')) { + forceColor$2 = true; } -if ('FORCE_COLOR' in env) { - forceColor = env.FORCE_COLOR.length === 0 || parseInt(env.FORCE_COLOR, 10) !== 0; +if ('FORCE_COLOR' in env$2) { + forceColor$2 = env$2.FORCE_COLOR.length === 0 || parseInt(env$2.FORCE_COLOR, 10) !== 0; } -function translateLevel(level) { +function translateLevel$2(level) { if (level === 0) { return false; } @@ -7131,24 +8234,24 @@ function translateLevel(level) { }; } -function supportsColor(stream) { - if (forceColor === false) { +function supportsColor$2(stream) { + if (forceColor$2 === false) { return 0; } - if (hasFlag('color=16m') || hasFlag('color=full') || hasFlag('color=truecolor')) { + if (hasFlag$4('color=16m') || hasFlag$4('color=full') || hasFlag$4('color=truecolor')) { return 3; } - if (hasFlag('color=256')) { + if (hasFlag$4('color=256')) { return 2; } - if (stream && !stream.isTTY && forceColor !== true) { + if (stream && !stream.isTTY && forceColor$2 !== true) { return 0; } - const min = forceColor ? 1 : 0; + const min = forceColor$2 ? 1 : 0; if (process.platform === 'win32') { // Node.js 7.5.0 is the first version of Node.js to include a patch to @@ -7157,7 +8260,7 @@ function supportsColor(stream) { // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows // release that supports 256 colors. Windows 10 build 14931 is the first release // that supports 16m/TrueColor. - const osRelease = os__default['default'].release().split('.'); + const osRelease = os$4.release().split('.'); if (Number(process.versions.node.split('.')[0]) >= 8 && Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) { return Number(osRelease[2]) >= 14931 ? 3 : 2; @@ -7166,26 +8269,26 @@ function supportsColor(stream) { return 1; } - if ('CI' in env) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') { + if ('CI' in env$2) { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env$2) || env$2.CI_NAME === 'codeship') { return 1; } return min; } - if ('TEAMCITY_VERSION' in env) { - return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; + if ('TEAMCITY_VERSION' in env$2) { + return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env$2.TEAMCITY_VERSION) ? 1 : 0; } - if (env.COLORTERM === 'truecolor') { + if (env$2.COLORTERM === 'truecolor') { return 3; } - if ('TERM_PROGRAM' in env) { - const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + if ('TERM_PROGRAM' in env$2) { + const version = parseInt((env$2.TERM_PROGRAM_VERSION || '').split('.')[0], 10); - switch (env.TERM_PROGRAM) { + switch (env$2.TERM_PROGRAM) { case 'iTerm.app': return version >= 3 ? 3 : 2; @@ -7195,51 +8298,51 @@ function supportsColor(stream) { } } - if (/-256(color)?$/i.test(env.TERM)) { + if (/-256(color)?$/i.test(env$2.TERM)) { return 2; } - if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { + if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env$2.TERM)) { return 1; } - if ('COLORTERM' in env) { + if ('COLORTERM' in env$2) { return 1; } - if (env.TERM === 'dumb') { + if (env$2.TERM === 'dumb') { return min; } return min; } -function getSupportLevel(stream) { - const level = supportsColor(stream); - return translateLevel(level); +function getSupportLevel$2(stream) { + const level = supportsColor$2(stream); + return translateLevel$2(level); } -var supportsColor_1 = { - supportsColor: getSupportLevel, - stdout: getSupportLevel(process.stdout), - stderr: getSupportLevel(process.stderr) +var supportsColor_1$2 = { + supportsColor: getSupportLevel$2, + stdout: getSupportLevel$2(process.stdout), + stderr: getSupportLevel$2(process.stderr) }; -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; -const STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; -const ESCAPE_REGEX = /\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi; -const ESCAPES = new Map([['n', '\n'], ['r', '\r'], ['t', '\t'], ['b', '\b'], ['f', '\f'], ['v', '\v'], ['0', '\0'], ['\\', '\\'], ['e', '\u001B'], ['a', '\u0007']]); +const TEMPLATE_REGEX$2 = /(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi; +const STYLE_REGEX$2 = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g; +const STRING_REGEX$3 = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; +const ESCAPE_REGEX$2 = /\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi; +const ESCAPES$2 = new Map([['n', '\n'], ['r', '\r'], ['t', '\t'], ['b', '\b'], ['f', '\f'], ['v', '\v'], ['0', '\0'], ['\\', '\\'], ['e', '\u001B'], ['a', '\u0007']]); -function unescape(c) { +function unescape$2(c) { if (c[0] === 'u' && c.length === 5 || c[0] === 'x' && c.length === 3) { return String.fromCharCode(parseInt(c.slice(1), 16)); } - return ESCAPES.get(c) || c; + return ESCAPES$2.get(c) || c; } -function parseArguments(name, args) { +function parseArguments$2(name, args) { const results = []; const chunks = args.trim().split(/\s*,\s*/g); let matches; @@ -7247,8 +8350,8 @@ function parseArguments(name, args) { for (const chunk of chunks) { if (!isNaN(chunk)) { results.push(Number(chunk)); - } else if (matches = chunk.match(STRING_REGEX)) { - results.push(matches[2].replace(ESCAPE_REGEX, (m, escape, chr) => escape ? unescape(escape) : chr)); + } else if (matches = chunk.match(STRING_REGEX$3)) { + results.push(matches[2].replace(ESCAPE_REGEX$2, (m, escape, chr) => escape ? unescape$2(escape) : chr)); } else { throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`); } @@ -7257,16 +8360,16 @@ function parseArguments(name, args) { return results; } -function parseStyle(style) { - STYLE_REGEX.lastIndex = 0; +function parseStyle$2(style) { + STYLE_REGEX$2.lastIndex = 0; const results = []; let matches; - while ((matches = STYLE_REGEX.exec(style)) !== null) { + while ((matches = STYLE_REGEX$2.exec(style)) !== null) { const name = matches[1]; if (matches[2]) { - const args = parseArguments(name, matches[2]); + const args = parseArguments$2(name, matches[2]); results.push([name].concat(args)); } else { results.push([name]); @@ -7276,7 +8379,7 @@ function parseStyle(style) { return results; } -function buildStyle(chalk, styles) { +function buildStyle$2(chalk, styles) { const enabled = {}; for (const layer of styles) { @@ -7304,28 +8407,28 @@ function buildStyle(chalk, styles) { return current; } -var templates = (chalk, tmp) => { +var templates$2 = (chalk, tmp) => { const styles = []; const chunks = []; let chunk = []; // eslint-disable-next-line max-params - tmp.replace(TEMPLATE_REGEX, (m, escapeChar, inverse, style, close, chr) => { + tmp.replace(TEMPLATE_REGEX$2, (m, escapeChar, inverse, style, close, chr) => { if (escapeChar) { - chunk.push(unescape(escapeChar)); + chunk.push(unescape$2(escapeChar)); } else if (style) { const str = chunk.join(''); chunk = []; - chunks.push(styles.length === 0 ? str : buildStyle(chalk, styles)(str)); + chunks.push(styles.length === 0 ? str : buildStyle$2(chalk, styles)(str)); styles.push({ inverse, - styles: parseStyle(style) + styles: parseStyle$2(style) }); } else if (close) { if (styles.length === 0) { throw new Error('Found extraneous } in Chalk template literal'); } - chunks.push(buildStyle(chalk, styles)(chunk.join(''))); + chunks.push(buildStyle$2(chalk, styles)(chunk.join(''))); chunk = []; styles.pop(); } else { @@ -7342,9 +8445,12 @@ var templates = (chalk, tmp) => { return chunks.join(''); }; -var chalk = createCommonjsModule(function (module) { +(function (module) { - const stdoutColor = supportsColor_1.stdout; + const escapeStringRegexp = escapeStringRegexp$1; + const ansiStyles = ansiStyles$2.exports; + const stdoutColor = supportsColor_1$2.stdout; + const template = templates$2; const isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm'); // `supportsColor.level` → `ansiStyles.color[name]` mapping const levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m']; // `color-convert` models to exclude from the Chalk API due to conflicts and such @@ -7387,7 +8493,7 @@ var chalk = createCommonjsModule(function (module) { } for (const key of Object.keys(ansiStyles)) { - ansiStyles[key].closeRe = new RegExp(escapeStringRegexp$1(ansiStyles[key].close), 'g'); + ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g'); styles[key] = { get() { const codes = ansiStyles[key]; @@ -7403,7 +8509,7 @@ var chalk = createCommonjsModule(function (module) { } }; - ansiStyles.color.closeRe = new RegExp(escapeStringRegexp$1(ansiStyles.color.close), 'g'); + ansiStyles.color.closeRe = new RegExp(escapeStringRegexp(ansiStyles.color.close), 'g'); for (const model of Object.keys(ansiStyles.color.ansi)) { if (skipModels.has(model)) { @@ -7427,7 +8533,7 @@ var chalk = createCommonjsModule(function (module) { }; } - ansiStyles.bgColor.closeRe = new RegExp(escapeStringRegexp$1(ansiStyles.bgColor.close), 'g'); + ansiStyles.bgColor.closeRe = new RegExp(escapeStringRegexp(ansiStyles.bgColor.close), 'g'); for (const model of Object.keys(ansiStyles.bgColor.ansi)) { if (skipModels.has(model)) { @@ -7556,7 +8662,7 @@ var chalk = createCommonjsModule(function (module) { parts.push(String(strings.raw[i])); } - return templates(chalk, parts.join('')); + return template(chalk, parts.join('')); } Object.defineProperties(Chalk.prototype, styles); @@ -7564,60 +8670,66 @@ var chalk = createCommonjsModule(function (module) { module.exports.supportsColor = stdoutColor; module.exports.default = module.exports; // For TypeScript -}); - -var common = createCommonjsModule(function (module, exports) { +})(chalk$3); - Object.defineProperty(exports, "__esModule", { - value: true - }); +Object.defineProperty(common$8, "__esModule", { + value: true +}); +const chalk_1$2 = chalk$3.exports; - exports.commonDeprecatedHandler = (keyOrPair, redirectTo, { - descriptor - }) => { - const messages = [`${chalk.default.yellow(typeof keyOrPair === 'string' ? descriptor.key(keyOrPair) : descriptor.pair(keyOrPair))} is deprecated`]; +common$8.commonDeprecatedHandler = (keyOrPair, redirectTo, { + descriptor +}) => { + const messages = [`${chalk_1$2.default.yellow(typeof keyOrPair === 'string' ? descriptor.key(keyOrPair) : descriptor.pair(keyOrPair))} is deprecated`]; - if (redirectTo) { - messages.push(`we now treat it as ${chalk.default.blue(typeof redirectTo === 'string' ? descriptor.key(redirectTo) : descriptor.pair(redirectTo))}`); - } + if (redirectTo) { + messages.push(`we now treat it as ${chalk_1$2.default.blue(typeof redirectTo === 'string' ? descriptor.key(redirectTo) : descriptor.pair(redirectTo))}`); + } - return messages.join('; ') + '.'; - }; -}); + return messages.join('; ') + '.'; +}; -var deprecated = createCommonjsModule(function (module, exports) { +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(common, exports); -}); + tslib_1.__exportStar(common$8, exports); +})(deprecated); -var common$1 = createCommonjsModule(function (module, exports) { +var invalid = {}; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var common$7 = {}; - exports.commonInvalidHandler = (key, value, utils) => [`Invalid ${chalk.default.red(utils.descriptor.key(key))} value.`, `Expected ${chalk.default.blue(utils.schemas[key].expected(utils))},`, `but received ${chalk.default.red(utils.descriptor.value(value))}.`].join(' '); +Object.defineProperty(common$7, "__esModule", { + value: true }); +const chalk_1$1 = chalk$3.exports; -var invalid = createCommonjsModule(function (module, exports) { +common$7.commonInvalidHandler = (key, value, utils) => [`Invalid ${chalk_1$1.default.red(utils.descriptor.key(key))} value.`, `Expected ${chalk_1$1.default.blue(utils.schemas[key].expected(utils))},`, `but received ${chalk_1$1.default.red(utils.descriptor.value(value))}.`].join(' '); + +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(common$1, exports); -}); + tslib_1.__exportStar(common$7, exports); +})(invalid); + +var unknown = {}; + +var leven$5 = {}; /* eslint-disable no-nested-ternary */ var arr = []; -var charCodeCache = []; +var charCodeCache$1 = []; -var leven = function (a, b) { +var leven$4 = function (a, b) { if (a === b) { return 0; } @@ -7678,7 +8790,7 @@ var leven = function (a, b) { var j = 0; while (i < aLen) { - charCodeCache[start + i] = a.charCodeAt(start + i); + charCodeCache$1[start + i] = a.charCodeAt(start + i); arr[i] = ++i; } @@ -7688,7 +8800,7 @@ var leven = function (a, b) { ret = j; for (i = 0; i < aLen; i++) { - tmp2 = bCharCode === charCodeCache[start + i] ? tmp : tmp + 1; + tmp2 = bCharCode === charCodeCache$1[start + i] ? tmp : tmp + 1; tmp = arr[i]; ret = arr[i] = tmp > ret ? tmp2 > ret ? ret + 1 : tmp2 : tmp2 > tmp ? tmp + 1 : tmp2; } @@ -7697,849 +8809,861 @@ var leven = function (a, b) { return ret; }; -var leven_1 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); +Object.defineProperty(leven$5, "__esModule", { + value: true +}); +const chalk_1 = chalk$3.exports; +const leven$3 = leven$4; - exports.levenUnknownHandler = (key, value, { - descriptor, - logger, - schemas - }) => { - const messages = [`Ignored unknown option ${chalk.default.yellow(descriptor.pair({ - key, - value - }))}.`]; - const suggestion = Object.keys(schemas).sort().find(knownKey => leven(key, knownKey) < 3); +leven$5.levenUnknownHandler = (key, value, { + descriptor, + logger, + schemas +}) => { + const messages = [`Ignored unknown option ${chalk_1.default.yellow(descriptor.pair({ + key, + value + }))}.`]; + const suggestion = Object.keys(schemas).sort().find(knownKey => leven$3(key, knownKey) < 3); - if (suggestion) { - messages.push(`Did you mean ${chalk.default.blue(descriptor.key(suggestion))}?`); - } + if (suggestion) { + messages.push(`Did you mean ${chalk_1.default.blue(descriptor.key(suggestion))}?`); + } - logger.warn(messages.join(' ')); - }; -}); + logger.warn(messages.join(' ')); +}; -var unknown = createCommonjsModule(function (module, exports) { +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(leven_1, exports); -}); + tslib_1.__exportStar(leven$5, exports); +})(unknown); -var handlers = createCommonjsModule(function (module, exports) { +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(deprecated, exports); - - tslib_es6.__exportStar(invalid, exports); + tslib_1.__exportStar(deprecated, exports); - tslib_es6.__exportStar(unknown, exports); -}); + tslib_1.__exportStar(invalid, exports); -var schema = createCommonjsModule(function (module, exports) { + tslib_1.__exportStar(unknown, exports); +})(handlers); - Object.defineProperty(exports, "__esModule", { - value: true - }); - const HANDLER_KEYS = ['default', 'expected', 'validate', 'deprecated', 'forward', 'redirect', 'overlap', 'preprocess', 'postprocess']; +var schemas = {}; - function createSchema(SchemaConstructor, parameters) { - const schema = new SchemaConstructor(parameters); - const subSchema = Object.create(schema); +var alias = {}; - for (const handlerKey of HANDLER_KEYS) { - if (handlerKey in parameters) { - subSchema[handlerKey] = normalizeHandler(parameters[handlerKey], schema, Schema.prototype[handlerKey].length); - } - } +var schema = {}; - return subSchema; - } +Object.defineProperty(schema, "__esModule", { + value: true +}); +const HANDLER_KEYS = ['default', 'expected', 'validate', 'deprecated', 'forward', 'redirect', 'overlap', 'preprocess', 'postprocess']; - exports.createSchema = createSchema; +function createSchema(SchemaConstructor, parameters) { + const schema = new SchemaConstructor(parameters); + const subSchema = Object.create(schema); - class Schema { - constructor(parameters) { - this.name = parameters.name; + for (const handlerKey of HANDLER_KEYS) { + if (handlerKey in parameters) { + subSchema[handlerKey] = normalizeHandler(parameters[handlerKey], schema, Schema.prototype[handlerKey].length); } + } - static create(parameters) { - // @ts-ignore: https://github.com/Microsoft/TypeScript/issues/5863 - return createSchema(this, parameters); - } + return subSchema; +} - default(_utils) { - return undefined; - } // istanbul ignore next: this is actually an abstract method but we need a placeholder to get `function.length` +schema.createSchema = createSchema; +class Schema { + constructor(parameters) { + this.name = parameters.name; + } - expected(_utils) { - return 'nothing'; - } // istanbul ignore next: this is actually an abstract method but we need a placeholder to get `function.length` + static create(parameters) { + // @ts-ignore: https://github.com/Microsoft/TypeScript/issues/5863 + return createSchema(this, parameters); + } + default(_utils) { + return undefined; + } // istanbul ignore next: this is actually an abstract method but we need a placeholder to get `function.length` - validate(_value, _utils) { - return false; - } - deprecated(_value, _utils) { - return false; - } + expected(_utils) { + return 'nothing'; + } // istanbul ignore next: this is actually an abstract method but we need a placeholder to get `function.length` - forward(_value, _utils) { - return undefined; - } - redirect(_value, _utils) { - return undefined; - } + validate(_value, _utils) { + return false; + } - overlap(currentValue, _newValue, _utils) { - return currentValue; - } + deprecated(_value, _utils) { + return false; + } - preprocess(value, _utils) { - return value; - } + forward(_value, _utils) { + return undefined; + } - postprocess(value, _utils) { - return value; - } + redirect(_value, _utils) { + return undefined; + } + overlap(currentValue, _newValue, _utils) { + return currentValue; } - exports.Schema = Schema; + preprocess(value, _utils) { + return value; + } - function normalizeHandler(handler, superSchema, handlerArgumentsLength) { - return typeof handler === 'function' ? (...args) => handler(...args.slice(0, handlerArgumentsLength - 1), superSchema, ...args.slice(handlerArgumentsLength - 1)) : () => handler; + postprocess(value, _utils) { + return value; } -}); -var alias = createCommonjsModule(function (module, exports) { +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +schema.Schema = Schema; - class AliasSchema extends schema.Schema { - constructor(parameters) { - super(parameters); - this._sourceName = parameters.sourceName; - } +function normalizeHandler(handler, superSchema, handlerArgumentsLength) { + return typeof handler === 'function' ? (...args) => handler(...args.slice(0, handlerArgumentsLength - 1), superSchema, ...args.slice(handlerArgumentsLength - 1)) : () => handler; +} + +Object.defineProperty(alias, "__esModule", { + value: true +}); +const schema_1$6 = schema; - expected(utils) { - return utils.schemas[this._sourceName].expected(utils); - } +class AliasSchema extends schema_1$6.Schema { + constructor(parameters) { + super(parameters); + this._sourceName = parameters.sourceName; + } - validate(value, utils) { - return utils.schemas[this._sourceName].validate(value, utils); - } + expected(utils) { + return utils.schemas[this._sourceName].expected(utils); + } - redirect(_value, _utils) { - return this._sourceName; - } + validate(value, utils) { + return utils.schemas[this._sourceName].validate(value, utils); + } + redirect(_value, _utils) { + return this._sourceName; } - exports.AliasSchema = AliasSchema; -}); +} -var any = createCommonjsModule(function (module, exports) { +alias.AliasSchema = AliasSchema; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var any = {}; - class AnySchema extends schema.Schema { - expected() { - return 'anything'; - } +Object.defineProperty(any, "__esModule", { + value: true +}); +const schema_1$5 = schema; - validate() { - return true; - } +class AnySchema extends schema_1$5.Schema { + expected() { + return 'anything'; + } + validate() { + return true; } - exports.AnySchema = AnySchema; -}); +} -var array = createCommonjsModule(function (module, exports) { +any.AnySchema = AnySchema; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var array$4 = {}; - class ArraySchema extends schema.Schema { - constructor(_a) { - var { - valueSchema, - name = valueSchema.name - } = _a, - handlers = tslib_es6.__rest(_a, ["valueSchema", "name"]); +Object.defineProperty(array$4, "__esModule", { + value: true +}); +const tslib_1 = tslib_es6; +const schema_1$4 = schema; + +class ArraySchema extends schema_1$4.Schema { + constructor(_a) { + var { + valueSchema, + name = valueSchema.name + } = _a, + handlers = tslib_1.__rest(_a, ["valueSchema", "name"]); + + super(Object.assign({}, handlers, { + name + })); + this._valueSchema = valueSchema; + } - super(Object.assign({}, handlers, { - name - })); - this._valueSchema = valueSchema; - } + expected(utils) { + return `an array of ${this._valueSchema.expected(utils)}`; + } - expected(utils) { - return `an array of ${this._valueSchema.expected(utils)}`; + validate(value, utils) { + if (!Array.isArray(value)) { + return false; } - validate(value, utils) { - if (!Array.isArray(value)) { - return false; - } - - const invalidValues = []; + const invalidValues = []; - for (const subValue of value) { - const subValidateResult = utils.normalizeValidateResult(this._valueSchema.validate(subValue, utils), subValue); + for (const subValue of value) { + const subValidateResult = utils.normalizeValidateResult(this._valueSchema.validate(subValue, utils), subValue); - if (subValidateResult !== true) { - invalidValues.push(subValidateResult.value); - } + if (subValidateResult !== true) { + invalidValues.push(subValidateResult.value); } - - return invalidValues.length === 0 ? true : { - value: invalidValues - }; } - deprecated(value, utils) { - const deprecatedResult = []; + return invalidValues.length === 0 ? true : { + value: invalidValues + }; + } - for (const subValue of value) { - const subDeprecatedResult = utils.normalizeDeprecatedResult(this._valueSchema.deprecated(subValue, utils), subValue); + deprecated(value, utils) { + const deprecatedResult = []; - if (subDeprecatedResult !== false) { - deprecatedResult.push(...subDeprecatedResult.map(({ - value: deprecatedValue - }) => ({ - value: [deprecatedValue] - }))); - } - } + for (const subValue of value) { + const subDeprecatedResult = utils.normalizeDeprecatedResult(this._valueSchema.deprecated(subValue, utils), subValue); - return deprecatedResult; + if (subDeprecatedResult !== false) { + deprecatedResult.push(...subDeprecatedResult.map(({ + value: deprecatedValue + }) => ({ + value: [deprecatedValue] + }))); + } } - forward(value, utils) { - const forwardResult = []; + return deprecatedResult; + } - for (const subValue of value) { - const subForwardResult = utils.normalizeForwardResult(this._valueSchema.forward(subValue, utils), subValue); - forwardResult.push(...subForwardResult.map(wrapTransferResult)); - } + forward(value, utils) { + const forwardResult = []; - return forwardResult; + for (const subValue of value) { + const subForwardResult = utils.normalizeForwardResult(this._valueSchema.forward(subValue, utils), subValue); + forwardResult.push(...subForwardResult.map(wrapTransferResult)); } - redirect(value, utils) { - const remain = []; - const redirect = []; + return forwardResult; + } - for (const subValue of value) { - const subRedirectResult = utils.normalizeRedirectResult(this._valueSchema.redirect(subValue, utils), subValue); + redirect(value, utils) { + const remain = []; + const redirect = []; - if ('remain' in subRedirectResult) { - remain.push(subRedirectResult.remain); - } + for (const subValue of value) { + const subRedirectResult = utils.normalizeRedirectResult(this._valueSchema.redirect(subValue, utils), subValue); - redirect.push(...subRedirectResult.redirect.map(wrapTransferResult)); + if ('remain' in subRedirectResult) { + remain.push(subRedirectResult.remain); } - return remain.length === 0 ? { - redirect - } : { - redirect, - remain - }; + redirect.push(...subRedirectResult.redirect.map(wrapTransferResult)); } - overlap(currentValue, newValue) { - return currentValue.concat(newValue); - } + return remain.length === 0 ? { + redirect + } : { + redirect, + remain + }; + } + overlap(currentValue, newValue) { + return currentValue.concat(newValue); } - exports.ArraySchema = ArraySchema; +} - function wrapTransferResult({ - from, - to - }) { - return { - from: [from], - to - }; - } -}); +array$4.ArraySchema = ArraySchema; -var boolean_1 = createCommonjsModule(function (module, exports) { +function wrapTransferResult({ + from, + to +}) { + return { + from: [from], + to + }; +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +var boolean = {}; - class BooleanSchema extends schema.Schema { - expected() { - return 'true or false'; - } +Object.defineProperty(boolean, "__esModule", { + value: true +}); +const schema_1$3 = schema; - validate(value) { - return typeof value === 'boolean'; - } +class BooleanSchema extends schema_1$3.Schema { + expected() { + return 'true or false'; + } + validate(value) { + return typeof value === 'boolean'; } - exports.BooleanSchema = BooleanSchema; -}); +} -var utils = createCommonjsModule(function (module, exports) { +boolean.BooleanSchema = BooleanSchema; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var choice = {}; - function recordFromArray(array, mainKey) { - const record = Object.create(null); +var utils$s = {}; - for (const value of array) { - const key = value[mainKey]; // istanbul ignore next +Object.defineProperty(utils$s, "__esModule", { + value: true +}); + +function recordFromArray(array, mainKey) { + const record = Object.create(null); - if (record[key]) { - throw new Error(`Duplicate ${mainKey} ${JSON.stringify(key)}`); - } // @ts-ignore + for (const value of array) { + const key = value[mainKey]; // istanbul ignore next + if (record[key]) { + throw new Error(`Duplicate ${mainKey} ${JSON.stringify(key)}`); + } // @ts-ignore - record[key] = value; - } - return record; + record[key] = value; } - exports.recordFromArray = recordFromArray; + return record; +} - function mapFromArray(array, mainKey) { - const map = new Map(); +utils$s.recordFromArray = recordFromArray; - for (const value of array) { - const key = value[mainKey]; // istanbul ignore next +function mapFromArray(array, mainKey) { + const map = new Map(); - if (map.has(key)) { - throw new Error(`Duplicate ${mainKey} ${JSON.stringify(key)}`); - } + for (const value of array) { + const key = value[mainKey]; // istanbul ignore next - map.set(key, value); + if (map.has(key)) { + throw new Error(`Duplicate ${mainKey} ${JSON.stringify(key)}`); } - return map; + map.set(key, value); } - exports.mapFromArray = mapFromArray; + return map; +} - function createAutoChecklist() { - const map = Object.create(null); - return id => { - const idString = JSON.stringify(id); +utils$s.mapFromArray = mapFromArray; - if (map[idString]) { - return true; - } +function createAutoChecklist() { + const map = Object.create(null); + return id => { + const idString = JSON.stringify(id); - map[idString] = true; - return false; - }; - } + if (map[idString]) { + return true; + } - exports.createAutoChecklist = createAutoChecklist; + map[idString] = true; + return false; + }; +} - function partition(array, predicate) { - const trueArray = []; - const falseArray = []; +utils$s.createAutoChecklist = createAutoChecklist; - for (const value of array) { - if (predicate(value)) { - trueArray.push(value); - } else { - falseArray.push(value); - } - } +function partition$2(array, predicate) { + const trueArray = []; + const falseArray = []; - return [trueArray, falseArray]; + for (const value of array) { + if (predicate(value)) { + trueArray.push(value); + } else { + falseArray.push(value); + } } - exports.partition = partition; - - function isInt(value) { - return value === Math.floor(value); - } + return [trueArray, falseArray]; +} - exports.isInt = isInt; +utils$s.partition = partition$2; - function comparePrimitive(a, b) { - if (a === b) { - return 0; - } +function isInt(value) { + return value === Math.floor(value); +} - const typeofA = typeof a; - const typeofB = typeof b; - const orders = ['undefined', 'object', 'boolean', 'number', 'string']; +utils$s.isInt = isInt; - if (typeofA !== typeofB) { - return orders.indexOf(typeofA) - orders.indexOf(typeofB); - } +function comparePrimitive(a, b) { + if (a === b) { + return 0; + } - if (typeofA !== 'string') { - return Number(a) - Number(b); - } + const typeofA = typeof a; + const typeofB = typeof b; + const orders = ['undefined', 'object', 'boolean', 'number', 'string']; - return a.localeCompare(b); + if (typeofA !== typeofB) { + return orders.indexOf(typeofA) - orders.indexOf(typeofB); } - exports.comparePrimitive = comparePrimitive; - - function normalizeDefaultResult(result) { - return result === undefined ? {} : result; + if (typeofA !== 'string') { + return Number(a) - Number(b); } - exports.normalizeDefaultResult = normalizeDefaultResult; + return a.localeCompare(b); +} - function normalizeValidateResult(result, value) { - return result === true ? true : result === false ? { - value - } : result; - } +utils$s.comparePrimitive = comparePrimitive; - exports.normalizeValidateResult = normalizeValidateResult; +function normalizeDefaultResult(result) { + return result === undefined ? {} : result; +} - function normalizeDeprecatedResult(result, value, doNotNormalizeTrue = false) { - return result === false ? false : result === true ? doNotNormalizeTrue ? true : [{ - value - }] : 'value' in result ? [result] : result.length === 0 ? false : result; - } +utils$s.normalizeDefaultResult = normalizeDefaultResult; + +function normalizeValidateResult(result, value) { + return result === true ? true : result === false ? { + value + } : result; +} - exports.normalizeDeprecatedResult = normalizeDeprecatedResult; +utils$s.normalizeValidateResult = normalizeValidateResult; - function normalizeTransferResult(result, value) { - return typeof result === 'string' || 'key' in result ? { - from: value, - to: result - } : 'from' in result ? { - from: result.from, - to: result.to - } : { - from: value, - to: result.to - }; - } +function normalizeDeprecatedResult(result, value, doNotNormalizeTrue = false) { + return result === false ? false : result === true ? doNotNormalizeTrue ? true : [{ + value + }] : 'value' in result ? [result] : result.length === 0 ? false : result; +} - exports.normalizeTransferResult = normalizeTransferResult; +utils$s.normalizeDeprecatedResult = normalizeDeprecatedResult; - function normalizeForwardResult(result, value) { - return result === undefined ? [] : Array.isArray(result) ? result.map(transferResult => normalizeTransferResult(transferResult, value)) : [normalizeTransferResult(result, value)]; - } +function normalizeTransferResult(result, value) { + return typeof result === 'string' || 'key' in result ? { + from: value, + to: result + } : 'from' in result ? { + from: result.from, + to: result.to + } : { + from: value, + to: result.to + }; +} - exports.normalizeForwardResult = normalizeForwardResult; +utils$s.normalizeTransferResult = normalizeTransferResult; - function normalizeRedirectResult(result, value) { - const redirect = normalizeForwardResult(typeof result === 'object' && 'redirect' in result ? result.redirect : result, value); - return redirect.length === 0 ? { - remain: value, - redirect - } : typeof result === 'object' && 'remain' in result ? { - remain: result.remain, - redirect - } : { - redirect - }; - } +function normalizeForwardResult(result, value) { + return result === undefined ? [] : Array.isArray(result) ? result.map(transferResult => normalizeTransferResult(transferResult, value)) : [normalizeTransferResult(result, value)]; +} - exports.normalizeRedirectResult = normalizeRedirectResult; -}); +utils$s.normalizeForwardResult = normalizeForwardResult; -var choice = createCommonjsModule(function (module, exports) { +function normalizeRedirectResult(result, value) { + const redirect = normalizeForwardResult(typeof result === 'object' && 'redirect' in result ? result.redirect : result, value); + return redirect.length === 0 ? { + remain: value, + redirect + } : typeof result === 'object' && 'remain' in result ? { + remain: result.remain, + redirect + } : { + redirect + }; +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +utils$s.normalizeRedirectResult = normalizeRedirectResult; - class ChoiceSchema extends schema.Schema { - constructor(parameters) { - super(parameters); - this._choices = utils.mapFromArray(parameters.choices.map(choice => choice && typeof choice === 'object' ? choice : { - value: choice - }), 'value'); - } +Object.defineProperty(choice, "__esModule", { + value: true +}); +const schema_1$2 = schema; +const utils_1$2 = utils$s; - expected({ - descriptor - }) { - const choiceValues = Array.from(this._choices.keys()).map(value => this._choices.get(value)).filter(choiceInfo => !choiceInfo.deprecated).map(choiceInfo => choiceInfo.value).sort(utils.comparePrimitive).map(descriptor.value); - const head = choiceValues.slice(0, -2); - const tail = choiceValues.slice(-2); - return head.concat(tail.join(' or ')).join(', '); - } +class ChoiceSchema extends schema_1$2.Schema { + constructor(parameters) { + super(parameters); + this._choices = utils_1$2.mapFromArray(parameters.choices.map(choice => choice && typeof choice === 'object' ? choice : { + value: choice + }), 'value'); + } - validate(value) { - return this._choices.has(value); - } + expected({ + descriptor + }) { + const choiceValues = Array.from(this._choices.keys()).map(value => this._choices.get(value)).filter(choiceInfo => !choiceInfo.deprecated).map(choiceInfo => choiceInfo.value).sort(utils_1$2.comparePrimitive).map(descriptor.value); + const head = choiceValues.slice(0, -2); + const tail = choiceValues.slice(-2); + return head.concat(tail.join(' or ')).join(', '); + } - deprecated(value) { - const choiceInfo = this._choices.get(value); + validate(value) { + return this._choices.has(value); + } - return choiceInfo && choiceInfo.deprecated ? { - value - } : false; - } + deprecated(value) { + const choiceInfo = this._choices.get(value); - forward(value) { - const choiceInfo = this._choices.get(value); + return choiceInfo && choiceInfo.deprecated ? { + value + } : false; + } - return choiceInfo ? choiceInfo.forward : undefined; - } + forward(value) { + const choiceInfo = this._choices.get(value); - redirect(value) { - const choiceInfo = this._choices.get(value); + return choiceInfo ? choiceInfo.forward : undefined; + } - return choiceInfo ? choiceInfo.redirect : undefined; - } + redirect(value) { + const choiceInfo = this._choices.get(value); + return choiceInfo ? choiceInfo.redirect : undefined; } - exports.ChoiceSchema = ChoiceSchema; -}); +} -var number = createCommonjsModule(function (module, exports) { +choice.ChoiceSchema = ChoiceSchema; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var integer = {}; - class NumberSchema extends schema.Schema { - expected() { - return 'a number'; - } +var number = {}; - validate(value, _utils) { - return typeof value === 'number'; - } +Object.defineProperty(number, "__esModule", { + value: true +}); +const schema_1$1 = schema; +class NumberSchema extends schema_1$1.Schema { + expected() { + return 'a number'; } - exports.NumberSchema = NumberSchema; -}); + validate(value, _utils) { + return typeof value === 'number'; + } -var integer = createCommonjsModule(function (module, exports) { +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +number.NumberSchema = NumberSchema; - class IntegerSchema extends number.NumberSchema { - expected() { - return 'an integer'; - } +Object.defineProperty(integer, "__esModule", { + value: true +}); +const utils_1$1 = utils$s; +const number_1 = number; - validate(value, utils$1) { - return utils$1.normalizeValidateResult(super.validate(value, utils$1), value) === true && utils.isInt(value); - } +class IntegerSchema extends number_1.NumberSchema { + expected() { + return 'an integer'; + } + validate(value, utils) { + return utils.normalizeValidateResult(super.validate(value, utils), value) === true && utils_1$1.isInt(value); } - exports.IntegerSchema = IntegerSchema; -}); +} -var string = createCommonjsModule(function (module, exports) { +integer.IntegerSchema = IntegerSchema; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var string$2 = {}; - class StringSchema extends schema.Schema { - expected() { - return 'a string'; - } +Object.defineProperty(string$2, "__esModule", { + value: true +}); +const schema_1 = schema; - validate(value) { - return typeof value === 'string'; - } +class StringSchema extends schema_1.Schema { + expected() { + return 'a string'; + } + validate(value) { + return typeof value === 'string'; } - exports.StringSchema = StringSchema; -}); +} -var schemas = createCommonjsModule(function (module, exports) { +string$2.StringSchema = StringSchema; + +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(alias, exports); - - tslib_es6.__exportStar(any, exports); + tslib_1.__exportStar(alias, exports); - tslib_es6.__exportStar(array, exports); + tslib_1.__exportStar(any, exports); - tslib_es6.__exportStar(boolean_1, exports); + tslib_1.__exportStar(array$4, exports); - tslib_es6.__exportStar(choice, exports); + tslib_1.__exportStar(boolean, exports); - tslib_es6.__exportStar(integer, exports); + tslib_1.__exportStar(choice, exports); - tslib_es6.__exportStar(number, exports); + tslib_1.__exportStar(integer, exports); - tslib_es6.__exportStar(string, exports); -}); + tslib_1.__exportStar(number, exports); -var defaults = createCommonjsModule(function (module, exports) { + tslib_1.__exportStar(string$2, exports); +})(schemas); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.defaultDescriptor = api.apiDescriptor; - exports.defaultUnknownHandler = leven_1.levenUnknownHandler; - exports.defaultInvalidHandler = invalid.commonInvalidHandler; - exports.defaultDeprecatedHandler = common.commonDeprecatedHandler; -}); +var normalize$2 = {}; -var normalize = createCommonjsModule(function (module, exports) { +var defaults = {}; - Object.defineProperty(exports, "__esModule", { - value: true - }); +Object.defineProperty(defaults, "__esModule", { + value: true +}); +const api_1 = api; +const common_1 = common$8; +const invalid_1 = invalid; +const leven_1 = leven$5; +defaults.defaultDescriptor = api_1.apiDescriptor; +defaults.defaultUnknownHandler = leven_1.levenUnknownHandler; +defaults.defaultInvalidHandler = invalid_1.commonInvalidHandler; +defaults.defaultDeprecatedHandler = common_1.commonDeprecatedHandler; + +Object.defineProperty(normalize$2, "__esModule", { + value: true +}); +const defaults_1 = defaults; +const utils_1 = utils$s; - exports.normalize = (options, schemas, opts) => new Normalizer(schemas, opts).normalize(options); +normalize$2.normalize = (options, schemas, opts) => new Normalizer(schemas, opts).normalize(options); - class Normalizer { - constructor(schemas, opts) { - // istanbul ignore next - const { - logger = console, - descriptor = defaults.defaultDescriptor, - unknown = defaults.defaultUnknownHandler, - invalid = defaults.defaultInvalidHandler, - deprecated = defaults.defaultDeprecatedHandler - } = opts || {}; - this._utils = { - descriptor, - logger: - /* istanbul ignore next */ - logger || { - warn: () => {} - }, - schemas: utils.recordFromArray(schemas, 'name'), - normalizeDefaultResult: utils.normalizeDefaultResult, - normalizeDeprecatedResult: utils.normalizeDeprecatedResult, - normalizeForwardResult: utils.normalizeForwardResult, - normalizeRedirectResult: utils.normalizeRedirectResult, - normalizeValidateResult: utils.normalizeValidateResult - }; - this._unknownHandler = unknown; - this._invalidHandler = invalid; - this._deprecatedHandler = deprecated; - this.cleanHistory(); - } +class Normalizer { + constructor(schemas, opts) { + // istanbul ignore next + const { + logger = console, + descriptor = defaults_1.defaultDescriptor, + unknown = defaults_1.defaultUnknownHandler, + invalid = defaults_1.defaultInvalidHandler, + deprecated = defaults_1.defaultDeprecatedHandler + } = opts || {}; + this._utils = { + descriptor, + logger: + /* istanbul ignore next */ + logger || { + warn: () => {} + }, + schemas: utils_1.recordFromArray(schemas, 'name'), + normalizeDefaultResult: utils_1.normalizeDefaultResult, + normalizeDeprecatedResult: utils_1.normalizeDeprecatedResult, + normalizeForwardResult: utils_1.normalizeForwardResult, + normalizeRedirectResult: utils_1.normalizeRedirectResult, + normalizeValidateResult: utils_1.normalizeValidateResult + }; + this._unknownHandler = unknown; + this._invalidHandler = invalid; + this._deprecatedHandler = deprecated; + this.cleanHistory(); + } - cleanHistory() { - this._hasDeprecationWarned = utils.createAutoChecklist(); - } + cleanHistory() { + this._hasDeprecationWarned = utils_1.createAutoChecklist(); + } - normalize(options) { - const normalized = {}; - const restOptionsArray = [options]; + normalize(options) { + const normalized = {}; + const restOptionsArray = [options]; - const applyNormalization = () => { - while (restOptionsArray.length !== 0) { - const currentOptions = restOptionsArray.shift(); + const applyNormalization = () => { + while (restOptionsArray.length !== 0) { + const currentOptions = restOptionsArray.shift(); - const transferredOptionsArray = this._applyNormalization(currentOptions, normalized); + const transferredOptionsArray = this._applyNormalization(currentOptions, normalized); - restOptionsArray.push(...transferredOptionsArray); - } - }; + restOptionsArray.push(...transferredOptionsArray); + } + }; - applyNormalization(); + applyNormalization(); - for (const key of Object.keys(this._utils.schemas)) { - const schema = this._utils.schemas[key]; + for (const key of Object.keys(this._utils.schemas)) { + const schema = this._utils.schemas[key]; - if (!(key in normalized)) { - const defaultResult = utils.normalizeDefaultResult(schema.default(this._utils)); + if (!(key in normalized)) { + const defaultResult = utils_1.normalizeDefaultResult(schema.default(this._utils)); - if ('value' in defaultResult) { - restOptionsArray.push({ - [key]: defaultResult.value - }); - } + if ('value' in defaultResult) { + restOptionsArray.push({ + [key]: defaultResult.value + }); } } + } - applyNormalization(); + applyNormalization(); - for (const key of Object.keys(this._utils.schemas)) { - const schema = this._utils.schemas[key]; + for (const key of Object.keys(this._utils.schemas)) { + const schema = this._utils.schemas[key]; - if (key in normalized) { - normalized[key] = schema.postprocess(normalized[key], this._utils); - } + if (key in normalized) { + normalized[key] = schema.postprocess(normalized[key], this._utils); } - - return normalized; } - _applyNormalization(options, normalized) { - const transferredOptionsArray = []; - const [knownOptionNames, unknownOptionNames] = utils.partition(Object.keys(options), key => key in this._utils.schemas); + return normalized; + } - for (const key of knownOptionNames) { - const schema = this._utils.schemas[key]; - const value = schema.preprocess(options[key], this._utils); - const validateResult = utils.normalizeValidateResult(schema.validate(value, this._utils), value); + _applyNormalization(options, normalized) { + const transferredOptionsArray = []; + const [knownOptionNames, unknownOptionNames] = utils_1.partition(Object.keys(options), key => key in this._utils.schemas); - if (validateResult !== true) { - const { - value: invalidValue - } = validateResult; + for (const key of knownOptionNames) { + const schema = this._utils.schemas[key]; + const value = schema.preprocess(options[key], this._utils); + const validateResult = utils_1.normalizeValidateResult(schema.validate(value, this._utils), value); - const errorMessageOrError = this._invalidHandler(key, invalidValue, this._utils); + if (validateResult !== true) { + const { + value: invalidValue + } = validateResult; - throw typeof errorMessageOrError === 'string' ? new Error(errorMessageOrError) : - /* istanbul ignore next*/ - errorMessageOrError; - } + const errorMessageOrError = this._invalidHandler(key, invalidValue, this._utils); - const appendTransferredOptions = ({ - from, - to - }) => { - transferredOptionsArray.push(typeof to === 'string' ? { - [to]: from - } : { - [to.key]: to.value - }); - }; + throw typeof errorMessageOrError === 'string' ? new Error(errorMessageOrError) : + /* istanbul ignore next*/ + errorMessageOrError; + } - const warnDeprecated = ({ - value: currentValue, - redirectTo - }) => { - const deprecatedResult = utils.normalizeDeprecatedResult(schema.deprecated(currentValue, this._utils), value, - /* doNotNormalizeTrue */ - true); + const appendTransferredOptions = ({ + from, + to + }) => { + transferredOptionsArray.push(typeof to === 'string' ? { + [to]: from + } : { + [to.key]: to.value + }); + }; - if (deprecatedResult === false) { - return; - } + const warnDeprecated = ({ + value: currentValue, + redirectTo + }) => { + const deprecatedResult = utils_1.normalizeDeprecatedResult(schema.deprecated(currentValue, this._utils), value, + /* doNotNormalizeTrue */ + true); - if (deprecatedResult === true) { - if (!this._hasDeprecationWarned(key)) { - this._utils.logger.warn(this._deprecatedHandler(key, redirectTo, this._utils)); - } - } else { - for (const { + if (deprecatedResult === false) { + return; + } + + if (deprecatedResult === true) { + if (!this._hasDeprecationWarned(key)) { + this._utils.logger.warn(this._deprecatedHandler(key, redirectTo, this._utils)); + } + } else { + for (const { + value: deprecatedValue + } of deprecatedResult) { + const pair = { + key, value: deprecatedValue - } of deprecatedResult) { - const pair = { - key, - value: deprecatedValue - }; + }; - if (!this._hasDeprecationWarned(pair)) { - const redirectToPair = typeof redirectTo === 'string' ? { - key: redirectTo, - value: deprecatedValue - } : redirectTo; + if (!this._hasDeprecationWarned(pair)) { + const redirectToPair = typeof redirectTo === 'string' ? { + key: redirectTo, + value: deprecatedValue + } : redirectTo; - this._utils.logger.warn(this._deprecatedHandler(pair, redirectToPair, this._utils)); - } + this._utils.logger.warn(this._deprecatedHandler(pair, redirectToPair, this._utils)); } } - }; + } + }; - const forwardResult = utils.normalizeForwardResult(schema.forward(value, this._utils), value); - forwardResult.forEach(appendTransferredOptions); - const redirectResult = utils.normalizeRedirectResult(schema.redirect(value, this._utils), value); - redirectResult.redirect.forEach(appendTransferredOptions); + const forwardResult = utils_1.normalizeForwardResult(schema.forward(value, this._utils), value); + forwardResult.forEach(appendTransferredOptions); + const redirectResult = utils_1.normalizeRedirectResult(schema.redirect(value, this._utils), value); + redirectResult.redirect.forEach(appendTransferredOptions); - if ('remain' in redirectResult) { - const remainingValue = redirectResult.remain; - normalized[key] = key in normalized ? schema.overlap(normalized[key], remainingValue, this._utils) : remainingValue; - warnDeprecated({ - value: remainingValue - }); - } + if ('remain' in redirectResult) { + const remainingValue = redirectResult.remain; + normalized[key] = key in normalized ? schema.overlap(normalized[key], remainingValue, this._utils) : remainingValue; + warnDeprecated({ + value: remainingValue + }); + } - for (const { - from, - to - } of redirectResult.redirect) { - warnDeprecated({ - value: from, - redirectTo: to - }); - } + for (const { + from, + to + } of redirectResult.redirect) { + warnDeprecated({ + value: from, + redirectTo: to + }); } + } - for (const key of unknownOptionNames) { - const value = options[key]; + for (const key of unknownOptionNames) { + const value = options[key]; - const unknownResult = this._unknownHandler(key, value, this._utils); + const unknownResult = this._unknownHandler(key, value, this._utils); - if (unknownResult) { - for (const unknownKey of Object.keys(unknownResult)) { - const unknownOption = { - [unknownKey]: unknownResult[unknownKey] - }; + if (unknownResult) { + for (const unknownKey of Object.keys(unknownResult)) { + const unknownOption = { + [unknownKey]: unknownResult[unknownKey] + }; - if (unknownKey in this._utils.schemas) { - transferredOptionsArray.push(unknownOption); - } else { - Object.assign(normalized, unknownOption); - } + if (unknownKey in this._utils.schemas) { + transferredOptionsArray.push(unknownOption); + } else { + Object.assign(normalized, unknownOption); } } } - - return transferredOptionsArray; } + return transferredOptionsArray; } - exports.Normalizer = Normalizer; -}); +} + +normalize$2.Normalizer = Normalizer; -var lib$1 = createCommonjsModule(function (module, exports) { +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true }); + const tslib_1 = tslib_es6; - tslib_es6.__exportStar(descriptors, exports); + tslib_1.__exportStar(descriptors, exports); - tslib_es6.__exportStar(handlers, exports); + tslib_1.__exportStar(handlers, exports); - tslib_es6.__exportStar(schemas, exports); + tslib_1.__exportStar(schemas, exports); - tslib_es6.__exportStar(normalize, exports); + tslib_1.__exportStar(normalize$2, exports); - tslib_es6.__exportStar(schema, exports); -}); + tslib_1.__exportStar(schema, exports); +})(lib$4); + +var leven$2 = {exports: {}}; -const array$1 = []; -const charCodeCache$1 = []; +const array$3 = []; +const charCodeCache = []; const leven$1 = (left, right) => { if (left === right) { @@ -8589,8 +9713,8 @@ const leven$1 = (left, right) => { let j = 0; while (i < leftLength) { - charCodeCache$1[i] = left.charCodeAt(start + i); - array$1[i] = ++i; + charCodeCache[i] = left.charCodeAt(start + i); + array$3[i] = ++i; } while (j < rightLength) { @@ -8599,22 +9723,23 @@ const leven$1 = (left, right) => { result = j; for (i = 0; i < leftLength; i++) { - temp2 = bCharCode === charCodeCache$1[i] ? temp : temp + 1; - temp = array$1[i]; // eslint-disable-next-line no-multi-assign + temp2 = bCharCode === charCodeCache[i] ? temp : temp + 1; + temp = array$3[i]; // eslint-disable-next-line no-multi-assign - result = array$1[i] = temp > result ? temp2 > result ? result + 1 : temp2 : temp2 > temp ? temp + 1 : temp2; + result = array$3[i] = temp > result ? temp2 > result ? result + 1 : temp2 : temp2 > temp ? temp + 1 : temp2; } } return result; }; -var leven_1$1 = leven$1; // TODO: Remove this for the next major release +leven$2.exports = leven$1; // TODO: Remove this for the next major release -var _default$2 = leven$1; -leven_1$1.default = _default$2; +leven$2.exports.default = leven$1; -var colorName$1 = { +var ansiStyles$1 = {exports: {}}; + +var colorName = { "aliceblue": [240, 248, 255], "antiquewhite": [250, 235, 215], "aqua": [0, 255, 255], @@ -8766,16 +9891,16 @@ var colorName$1 = { }; /* MIT license */ - /* eslint-disable no-mixed-operators */ -// NOTE: conversions should only return primitive values (i.e. arrays, or + +const cssKeywords = colorName; // NOTE: conversions should only return primitive values (i.e. arrays, or // values that give correct `typeof` results). // do not use box values types (i.e. Number(), String(), etc.) const reverseKeywords = {}; -for (const key of Object.keys(colorName$1)) { - reverseKeywords[colorName$1[key]] = key; +for (const key of Object.keys(cssKeywords)) { + reverseKeywords[cssKeywords[key]] = key; } const convert$1 = { @@ -8840,7 +9965,7 @@ const convert$1 = { labels: ['gray'] } }; -var conversions$1 = convert$1; // Hide .channels and .labels properties +var conversions$2 = convert$1; // Hide .channels and .labels properties for (const model of Object.keys(convert$1)) { if (!('channels' in convert$1[model])) { @@ -8989,8 +10114,8 @@ convert$1.rgb.keyword = function (rgb) { let currentClosestDistance = Infinity; let currentClosestKeyword; - for (const keyword of Object.keys(colorName$1)) { - const value = colorName$1[keyword]; // Compute comparative distance + for (const keyword of Object.keys(cssKeywords)) { + const value = cssKeywords[keyword]; // Compute comparative distance const distance = comparativeDistance(rgb, value); // Check if its less, if so set as closest @@ -9004,7 +10129,7 @@ convert$1.rgb.keyword = function (rgb) { }; convert$1.keyword.rgb = function (keyword) { - return colorName$1[keyword]; + return cssKeywords[keyword]; }; convert$1.rgb.xyz = function (rgb) { @@ -9633,6 +10758,7 @@ convert$1.rgb.gray = function (rgb) { return [val / 255 * 100]; }; +const conversions$1 = conversions$2; /* This function routes a model to all other models. @@ -9644,7 +10770,7 @@ convert$1.rgb.gray = function (rgb) { conversions that are not possible simply are not included. */ -function buildGraph$1() { +function buildGraph() { const graph = {}; // https://jsperf.com/object-keys-vs-for-in-with-closure/3 const models = Object.keys(conversions$1); @@ -9662,8 +10788,8 @@ function buildGraph$1() { } // https://en.wikipedia.org/wiki/Breadth-first_search -function deriveBFS$1(fromModel) { - const graph = buildGraph$1(); +function deriveBFS(fromModel) { + const graph = buildGraph(); const queue = [fromModel]; // Unshift -> queue -> pop graph[fromModel].distance = 0; @@ -9693,7 +10819,7 @@ function link$1(from, to) { }; } -function wrapConversion$1(toModel, graph) { +function wrapConversion(toModel, graph) { const path = [graph[toModel].parent, toModel]; let fn = conversions$1[graph[toModel].parent][toModel]; let cur = graph[toModel].parent; @@ -9709,7 +10835,7 @@ function wrapConversion$1(toModel, graph) { } var route$1 = function (fromModel) { - const graph = deriveBFS$1(fromModel); + const graph = deriveBFS(fromModel); const conversion = {}; const models = Object.keys(graph); @@ -9722,16 +10848,18 @@ var route$1 = function (fromModel) { continue; } - conversion[toModel] = wrapConversion$1(toModel, graph); + conversion[toModel] = wrapConversion(toModel, graph); } return conversion; }; -const convert$2 = {}; -const models$1 = Object.keys(conversions$1); +const conversions = conversions$2; +const route = route$1; +const convert = {}; +const models = Object.keys(conversions); -function wrapRaw$1(fn) { +function wrapRaw(fn) { const wrappedFn = function (...args) { const arg0 = args[0]; @@ -9754,7 +10882,7 @@ function wrapRaw$1(fn) { return wrappedFn; } -function wrapRounded$1(fn) { +function wrapRounded(fn) { const wrappedFn = function (...args) { const arg0 = args[0]; @@ -9787,25 +10915,25 @@ function wrapRounded$1(fn) { return wrappedFn; } -models$1.forEach(fromModel => { - convert$2[fromModel] = {}; - Object.defineProperty(convert$2[fromModel], 'channels', { - value: conversions$1[fromModel].channels +models.forEach(fromModel => { + convert[fromModel] = {}; + Object.defineProperty(convert[fromModel], 'channels', { + value: conversions[fromModel].channels }); - Object.defineProperty(convert$2[fromModel], 'labels', { - value: conversions$1[fromModel].labels + Object.defineProperty(convert[fromModel], 'labels', { + value: conversions[fromModel].labels }); - const routes = route$1(fromModel); + const routes = route(fromModel); const routeModels = Object.keys(routes); routeModels.forEach(toModel => { const fn = routes[toModel]; - convert$2[fromModel][toModel] = wrapRounded$1(fn); - convert$2[fromModel][toModel].raw = wrapRaw$1(fn); + convert[fromModel][toModel] = wrapRounded(fn); + convert[fromModel][toModel].raw = wrapRaw(fn); }); }); -var colorConvert$1 = convert$2; +var colorConvert = convert; -var ansiStyles$1 = createCommonjsModule(function (module) { +(function (module) { const wrapAnsi16 = (fn, offset) => (...args) => { const code = fn(...args); @@ -9844,17 +10972,17 @@ var ansiStyles$1 = createCommonjsModule(function (module) { /** @type {typeof import('color-convert')} */ - let colorConvert; + let colorConvert$1; const makeDynamicStyles = (wrap, targetSpace, identity, isBackground) => { - if (colorConvert === undefined) { - colorConvert = colorConvert$1; + if (colorConvert$1 === undefined) { + colorConvert$1 = colorConvert; } const offset = isBackground ? 10 : 0; const styles = {}; - for (const [sourceSpace, suite] of Object.entries(colorConvert)) { + for (const [sourceSpace, suite] of Object.entries(colorConvert$1)) { const name = sourceSpace === 'ansi16' ? 'ansi' : sourceSpace; if (sourceSpace === targetSpace) { @@ -9962,23 +11090,26 @@ var ansiStyles$1 = createCommonjsModule(function (module) { enumerable: true, get: assembleStyles }); -}); +})(ansiStyles$1); -var hasFlag$1 = (flag, argv = process.argv) => { +var hasFlag$3 = (flag, argv = process.argv) => { const prefix = flag.startsWith('-') ? '' : flag.length === 1 ? '-' : '--'; const position = argv.indexOf(prefix + flag); const terminatorPosition = argv.indexOf('--'); return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition); }; +const os$3 = require$$0__default$1["default"]; +const tty$2 = require$$1__default["default"]; +const hasFlag$2 = hasFlag$3; const { env: env$1 } = process; let forceColor$1; -if (hasFlag$1('no-color') || hasFlag$1('no-colors') || hasFlag$1('color=false') || hasFlag$1('color=never')) { +if (hasFlag$2('no-color') || hasFlag$2('no-colors') || hasFlag$2('color=false') || hasFlag$2('color=never')) { forceColor$1 = 0; -} else if (hasFlag$1('color') || hasFlag$1('colors') || hasFlag$1('color=true') || hasFlag$1('color=always')) { +} else if (hasFlag$2('color') || hasFlag$2('colors') || hasFlag$2('color=true') || hasFlag$2('color=always')) { forceColor$1 = 1; } @@ -10010,11 +11141,11 @@ function supportsColor$1(haveStream, streamIsTTY) { return 0; } - if (hasFlag$1('color=16m') || hasFlag$1('color=full') || hasFlag$1('color=truecolor')) { + if (hasFlag$2('color=16m') || hasFlag$2('color=full') || hasFlag$2('color=truecolor')) { return 3; } - if (hasFlag$1('color=256')) { + if (hasFlag$2('color=256')) { return 2; } @@ -10031,7 +11162,7 @@ function supportsColor$1(haveStream, streamIsTTY) { if (process.platform === 'win32') { // Windows 10 build 10586 is the first Windows release that supports 256 colors. // Windows 10 build 14931 is the first release that supports 16m/TrueColor. - const osRelease = os__default['default'].release().split('.'); + const osRelease = os$3.release().split('.'); if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) { return Number(osRelease[2]) >= 14931 ? 3 : 2; @@ -10041,7 +11172,7 @@ function supportsColor$1(haveStream, streamIsTTY) { } if ('CI' in env$1) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env$1) || env$1.CI_NAME === 'codeship') { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'GITHUB_ACTIONS', 'BUILDKITE'].some(sign => sign in env$1) || env$1.CI_NAME === 'codeship') { return 1; } @@ -10052,10 +11183,6 @@ function supportsColor$1(haveStream, streamIsTTY) { return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env$1.TEAMCITY_VERSION) ? 1 : 0; } - if ('GITHUB_ACTIONS' in env$1) { - return 1; - } - if (env$1.COLORTERM === 'truecolor') { return 3; } @@ -10095,11 +11222,11 @@ function getSupportLevel$1(stream) { var supportsColor_1$1 = { supportsColor: getSupportLevel$1, - stdout: translateLevel$1(supportsColor$1(true, tty__default['default'].isatty(1))), - stderr: translateLevel$1(supportsColor$1(true, tty__default['default'].isatty(2))) + stdout: translateLevel$1(supportsColor$1(true, tty$2.isatty(1))), + stderr: translateLevel$1(supportsColor$1(true, tty$2.isatty(2))) }; -const stringReplaceAll = (string, substring, replacer) => { +const stringReplaceAll$1 = (string, substring, replacer) => { let index = string.indexOf(substring); if (index === -1) { @@ -10120,7 +11247,7 @@ const stringReplaceAll = (string, substring, replacer) => { return returnValue; }; -const stringEncaseCRLFWithFirstIndex = (string, prefix, postfix, index) => { +const stringEncaseCRLFWithFirstIndex$1 = (string, prefix, postfix, index) => { let endIndex = 0; let returnValue = ''; @@ -10135,14 +11262,14 @@ const stringEncaseCRLFWithFirstIndex = (string, prefix, postfix, index) => { return returnValue; }; -var util$1 = { - stringReplaceAll, - stringEncaseCRLFWithFirstIndex +var util$7 = { + stringReplaceAll: stringReplaceAll$1, + stringEncaseCRLFWithFirstIndex: stringEncaseCRLFWithFirstIndex$1 }; const TEMPLATE_REGEX$1 = /(?:\\(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$1 = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g; -const STRING_REGEX$1 = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; +const STRING_REGEX$2 = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; const ESCAPE_REGEX$1 = /\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi; const ESCAPES$1 = new Map([['n', '\n'], ['r', '\r'], ['t', '\t'], ['b', '\b'], ['f', '\f'], ['v', '\v'], ['0', '\0'], ['\\', '\\'], ['e', '\u001B'], ['a', '\u0007']]); @@ -10171,7 +11298,7 @@ function parseArguments$1(name, arguments_) { if (!Number.isNaN(number)) { results.push(number); - } else if (matches = chunk.match(STRING_REGEX$1)) { + } else if (matches = chunk.match(STRING_REGEX$2)) { results.push(matches[2].replace(ESCAPE_REGEX$1, (m, escape, character) => escape ? unescape$1(escape) : character)); } else { throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`); @@ -10264,16 +11391,17 @@ var templates$1 = (chalk, temporary) => { return chunks.join(''); }; +const ansiStyles = ansiStyles$1.exports; const { stdout: stdoutColor, stderr: stderrColor } = supportsColor_1$1; const { - stringReplaceAll: stringReplaceAll$1, - stringEncaseCRLFWithFirstIndex: stringEncaseCRLFWithFirstIndex$1 -} = util$1; + stringReplaceAll, + stringEncaseCRLFWithFirstIndex +} = util$7; const { - isArray + isArray: isArray$b } = Array; // `supportsColor.level` → `ansiStyles.color[name]` mapping const levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m']; @@ -10318,7 +11446,7 @@ function Chalk(options) { return chalkFactory(options); } -for (const [styleName, style] of Object.entries(ansiStyles$1)) { +for (const [styleName, style] of Object.entries(ansiStyles)) { styles[styleName] = { get() { const builder = createBuilder(this, createStyler(style.open, style.close, this._styler), this._isEmpty); @@ -10350,7 +11478,7 @@ for (const model of usedModels) { level } = this; return function (...arguments_) { - const styler = createStyler(ansiStyles$1.color[levelMapping[level]][model](...arguments_), ansiStyles$1.color.close, this._styler); + const styler = createStyler(ansiStyles.color[levelMapping[level]][model](...arguments_), ansiStyles.color.close, this._styler); return createBuilder(this, styler, this._isEmpty); }; } @@ -10366,7 +11494,7 @@ for (const model of usedModels) { level } = this; return function (...arguments_) { - const styler = createStyler(ansiStyles$1.bgColor[levelMapping[level]][model](...arguments_), ansiStyles$1.bgColor.close, this._styler); + const styler = createStyler(ansiStyles.bgColor[levelMapping[level]][model](...arguments_), ansiStyles.bgColor.close, this._styler); return createBuilder(this, styler, this._isEmpty); }; } @@ -10374,7 +11502,7 @@ for (const model of usedModels) { }; } -const proto = Object.defineProperties(() => {}, Object.assign({}, styles, { +const proto = Object.defineProperties(() => {}, Object.assign(Object.assign({}, styles), {}, { level: { enumerable: true, @@ -10412,429 +11540,115 @@ const createStyler = (open, close, parent) => { const createBuilder = (self, _styler, _isEmpty) => { const builder = (...arguments_) => { - if (isArray(arguments_[0]) && isArray(arguments_[0].raw)) { + if (isArray$b(arguments_[0]) && isArray$b(arguments_[0].raw)) { // Called as a template literal, for example: chalk.red`2 + 3 = {bold ${2+3}}` return applyStyle(builder, chalkTag(builder, ...arguments_)); } // Single argument is hot path, implicit coercion is faster than anything // eslint-disable-next-line no-implicit-coercion - return applyStyle(builder, arguments_.length === 1 ? '' + arguments_[0] : arguments_.join(' ')); - }; // We alter the prototype because we must return a function, but there is - // no way to create a function with a different prototype - - - Object.setPrototypeOf(builder, proto); - builder._generator = self; - builder._styler = _styler; - builder._isEmpty = _isEmpty; - return builder; -}; - -const applyStyle = (self, string) => { - if (self.level <= 0 || !string) { - return self._isEmpty ? '' : string; - } - - let styler = self._styler; - - if (styler === undefined) { - return string; - } - - const { - openAll, - closeAll - } = styler; - - if (string.indexOf('\u001B') !== -1) { - while (styler !== undefined) { - // Replace any instances already present with a re-opening code - // otherwise only the part of the string until said closing code - // will be colored, and the rest will simply be 'plain'. - string = stringReplaceAll$1(string, styler.close, styler.open); - styler = styler.parent; - } - } // We can move both next actions out of loop, because remaining actions in loop won't have - // any/visible effect on parts we add here. Close the styling before a linebreak and reopen - // after next line to fix a bleed issue on macOS: https://github.com/chalk/chalk/pull/92 - - - const lfIndex = string.indexOf('\n'); - - if (lfIndex !== -1) { - string = stringEncaseCRLFWithFirstIndex$1(string, closeAll, openAll, lfIndex); - } - - return openAll + string + closeAll; -}; - -let template; - -const chalkTag = (chalk, ...strings) => { - const [firstString] = strings; - - if (!isArray(firstString) || !isArray(firstString.raw)) { - // If chalk() was called by itself or with a string, - // return the string itself as a string. - return strings.join(' '); - } - - const arguments_ = strings.slice(1); - const parts = [firstString.raw[0]]; - - for (let i = 1; i < firstString.length; i++) { - parts.push(String(arguments_[i - 1]).replace(/[{}\\]/g, '\\$&'), String(firstString.raw[i])); - } - - if (template === undefined) { - template = templates$1; - } - - return template(chalk, parts.join('')); -}; - -Object.defineProperties(Chalk.prototype, styles); -const chalk$1 = Chalk(); // eslint-disable-line new-cap - -chalk$1.supportsColor = stdoutColor; -chalk$1.stderr = Chalk({ - level: stderrColor ? stderrColor.level : 0 -}); // eslint-disable-line new-cap - -chalk$1.stderr.supportsColor = stderrColor; -var source = chalk$1; - -/** - * Appends the elements of `values` to `array`. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to append. - * @returns {Array} Returns `array`. - */ -function arrayPush(array, values) { - var index = -1, - length = values.length, - offset = array.length; - - while (++index < length) { - array[offset + index] = values[index]; - } - - return array; -} - -var _arrayPush = arrayPush; - -/** Detect free variable `global` from Node.js. */ -var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; -var _freeGlobal = freeGlobal; - -/** Detect free variable `self`. */ - -var freeSelf = typeof self == 'object' && self && self.Object === Object && self; -/** Used as a reference to the global object. */ - -var root = _freeGlobal || freeSelf || Function('return this')(); -var _root = root; - -/** Built-in value references. */ - -var Symbol$1 = _root.Symbol; -var _Symbol = Symbol$1; - -/** Used for built-in method references. */ - -var objectProto = Object.prototype; -/** Used to check objects for own properties. */ - -var hasOwnProperty = objectProto.hasOwnProperty; -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ - -var nativeObjectToString = objectProto.toString; -/** Built-in value references. */ - -var symToStringTag = _Symbol ? _Symbol.toStringTag : undefined; -/** - * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the raw `toStringTag`. - */ - -function getRawTag(value) { - var isOwn = hasOwnProperty.call(value, symToStringTag), - tag = value[symToStringTag]; - - try { - value[symToStringTag] = undefined; - var unmasked = true; - } catch (e) {} - - var result = nativeObjectToString.call(value); - - if (unmasked) { - if (isOwn) { - value[symToStringTag] = tag; - } else { - delete value[symToStringTag]; - } - } - - return result; -} - -var _getRawTag = getRawTag; - -/** Used for built-in method references. */ -var objectProto$1 = Object.prototype; -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ - -var nativeObjectToString$1 = objectProto$1.toString; -/** - * Converts `value` to a string using `Object.prototype.toString`. - * - * @private - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - */ - -function objectToString(value) { - return nativeObjectToString$1.call(value); -} - -var _objectToString = objectToString; - -/** `Object#toString` result references. */ - -var nullTag = '[object Null]', - undefinedTag = '[object Undefined]'; -/** Built-in value references. */ - -var symToStringTag$1 = _Symbol ? _Symbol.toStringTag : undefined; -/** - * The base implementation of `getTag` without fallbacks for buggy environments. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ - -function baseGetTag(value) { - if (value == null) { - return value === undefined ? undefinedTag : nullTag; - } - - return symToStringTag$1 && symToStringTag$1 in Object(value) ? _getRawTag(value) : _objectToString(value); -} - -var _baseGetTag = baseGetTag; + return applyStyle(builder, arguments_.length === 1 ? '' + arguments_[0] : arguments_.join(' ')); + }; // We alter the prototype because we must return a function, but there is + // no way to create a function with a different prototype -/** - * Checks if `value` is object-like. A value is object-like if it's not `null` - * and has a `typeof` result of "object". - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is object-like, else `false`. - * @example - * - * _.isObjectLike({}); - * // => true - * - * _.isObjectLike([1, 2, 3]); - * // => true - * - * _.isObjectLike(_.noop); - * // => false - * - * _.isObjectLike(null); - * // => false - */ -function isObjectLike(value) { - return value != null && typeof value == 'object'; -} -var isObjectLike_1 = isObjectLike; + Object.setPrototypeOf(builder, proto); + builder._generator = self; + builder._styler = _styler; + builder._isEmpty = _isEmpty; + return builder; +}; -/** `Object#toString` result references. */ +const applyStyle = (self, string) => { + if (self.level <= 0 || !string) { + return self._isEmpty ? '' : string; + } -var argsTag = '[object Arguments]'; -/** - * The base implementation of `_.isArguments`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - */ + let styler = self._styler; -function baseIsArguments(value) { - return isObjectLike_1(value) && _baseGetTag(value) == argsTag; -} + if (styler === undefined) { + return string; + } -var _baseIsArguments = baseIsArguments; + const { + openAll, + closeAll + } = styler; -/** Used for built-in method references. */ + if (string.indexOf('\u001B') !== -1) { + while (styler !== undefined) { + // Replace any instances already present with a re-opening code + // otherwise only the part of the string until said closing code + // will be colored, and the rest will simply be 'plain'. + string = stringReplaceAll(string, styler.close, styler.open); + styler = styler.parent; + } + } // We can move both next actions out of loop, because remaining actions in loop won't have + // any/visible effect on parts we add here. Close the styling before a linebreak and reopen + // after next line to fix a bleed issue on macOS: https://github.com/chalk/chalk/pull/92 -var objectProto$2 = Object.prototype; -/** Used to check objects for own properties. */ -var hasOwnProperty$1 = objectProto$2.hasOwnProperty; -/** Built-in value references. */ + const lfIndex = string.indexOf('\n'); -var propertyIsEnumerable = objectProto$2.propertyIsEnumerable; -/** - * Checks if `value` is likely an `arguments` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - * else `false`. - * @example - * - * _.isArguments(function() { return arguments; }()); - * // => true - * - * _.isArguments([1, 2, 3]); - * // => false - */ + if (lfIndex !== -1) { + string = stringEncaseCRLFWithFirstIndex(string, closeAll, openAll, lfIndex); + } -var isArguments = _baseIsArguments(function () { - return arguments; -}()) ? _baseIsArguments : function (value) { - return isObjectLike_1(value) && hasOwnProperty$1.call(value, 'callee') && !propertyIsEnumerable.call(value, 'callee'); + return openAll + string + closeAll; }; -var isArguments_1 = isArguments; - -/** - * Checks if `value` is classified as an `Array` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array, else `false`. - * @example - * - * _.isArray([1, 2, 3]); - * // => true - * - * _.isArray(document.body.children); - * // => false - * - * _.isArray('abc'); - * // => false - * - * _.isArray(_.noop); - * // => false - */ -var isArray$1 = Array.isArray; -var isArray_1 = isArray$1; - -/** Built-in value references. */ -var spreadableSymbol = _Symbol ? _Symbol.isConcatSpreadable : undefined; -/** - * Checks if `value` is a flattenable `arguments` object or array. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. - */ - -function isFlattenable(value) { - return isArray_1(value) || isArguments_1(value) || !!(spreadableSymbol && value && value[spreadableSymbol]); -} +let template; -var _isFlattenable = isFlattenable; +const chalkTag = (chalk, ...strings) => { + const [firstString] = strings; -/** - * The base implementation of `_.flatten` with support for restricting flattening. - * - * @private - * @param {Array} array The array to flatten. - * @param {number} depth The maximum recursion depth. - * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. - * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. - * @param {Array} [result=[]] The initial result value. - * @returns {Array} Returns the new flattened array. - */ + if (!isArray$b(firstString) || !isArray$b(firstString.raw)) { + // If chalk() was called by itself or with a string, + // return the string itself as a string. + return strings.join(' '); + } -function baseFlatten(array, depth, predicate, isStrict, result) { - var index = -1, - length = array.length; - predicate || (predicate = _isFlattenable); - result || (result = []); + const arguments_ = strings.slice(1); + const parts = [firstString.raw[0]]; - while (++index < length) { - var value = array[index]; + for (let i = 1; i < firstString.length; i++) { + parts.push(String(arguments_[i - 1]).replace(/[{}\\]/g, '\\$&'), String(firstString.raw[i])); + } - if (depth > 0 && predicate(value)) { - if (depth > 1) { - // Recursively flatten arrays (susceptible to call stack limits). - baseFlatten(value, depth - 1, predicate, isStrict, result); - } else { - _arrayPush(result, value); - } - } else if (!isStrict) { - result[result.length] = value; - } + if (template === undefined) { + template = templates$1; } - return result; -} + return template(chalk, parts.join('')); +}; -var _baseFlatten = baseFlatten; +Object.defineProperties(Chalk.prototype, styles); +const chalk$2 = Chalk(); // eslint-disable-line new-cap -/** - * Flattens `array` a single level deep. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flatten([1, [2, [3, [4]], 5]]); - * // => [1, 2, [3, [4]], 5] - */ +chalk$2.supportsColor = stdoutColor; +chalk$2.stderr = Chalk({ + level: stderrColor ? stderrColor.level : 0 +}); // eslint-disable-line new-cap -function flatten(array) { - var length = array == null ? 0 : array.length; - return length ? _baseFlatten(array, 1) : []; -} +chalk$2.stderr.supportsColor = stderrColor; +var source$2 = chalk$2; -var flatten_1 = flatten; +const _excluded$2 = ["_"]; +const vnopts = lib$4; +const leven = leven$2.exports; +const chalk$1 = source$2; +const getLast$n = getLast_1; const cliDescriptor = { key: key => key.length === 1 ? `-${key}` : `--${key}`, - value: value => lib$1.apiDescriptor.value(value), + value: value => vnopts.apiDescriptor.value(value), pair: ({ key, value }) => value === false ? `--no-${key}` : value === true ? cliDescriptor.key(key) : value === "" ? `${cliDescriptor.key(key)} without an argument` : `${cliDescriptor.key(key)}=${value}` }; -class FlagSchema extends lib$1.ChoiceSchema { +class FlagSchema extends vnopts.ChoiceSchema { constructor({ name, flags @@ -10843,15 +11657,15 @@ class FlagSchema extends lib$1.ChoiceSchema { name, choices: flags }); - this._flags = flags.slice().sort(); + this._flags = [...flags].sort(); } preprocess(value, utils) { - if (typeof value === "string" && value.length !== 0 && !this._flags.includes(value)) { - const suggestion = this._flags.find(flag => leven_1$1(flag, value) < 3); + if (typeof value === "string" && value.length > 0 && !this._flags.includes(value)) { + const suggestion = this._flags.find(flag => leven(flag, value) < 3); if (suggestion) { - utils.logger.warn([`Unknown flag ${source.yellow(utils.descriptor.value(value))},`, `did you mean ${source.blue(utils.descriptor.value(suggestion))}?`].join(" ")); + utils.logger.warn([`Unknown flag ${chalk$1.yellow(utils.descriptor.value(value))},`, `did you mean ${chalk$1.blue(utils.descriptor.value(suggestion))}?`].join(" ")); return suggestion; } } @@ -10867,7 +11681,7 @@ class FlagSchema extends lib$1.ChoiceSchema { let hasDeprecationWarned; -function normalizeOptions(options, optionInfos, { +function normalizeOptions$5(options, optionInfos, { logger, isCLI = false, passThrough = false @@ -10875,9 +11689,9 @@ function normalizeOptions(options, optionInfos, { const unknown = !passThrough ? (key, value, options) => { // Don't suggest `_` for unknown flags const _options$schemas = options.schemas, - schemas = _objectWithoutPropertiesLoose(_options$schemas, ["_"]); + schemas = _objectWithoutProperties(_options$schemas, _excluded$2); - return lib$1.levenUnknownHandler(key, value, Object.assign({}, options, { + return vnopts.levenUnknownHandler(key, value, Object.assign(Object.assign({}, options), {}, { schemas })); } : Array.isArray(passThrough) ? (key, value) => !passThrough.includes(key) ? undefined : { @@ -10885,11 +11699,11 @@ function normalizeOptions(options, optionInfos, { } : (key, value) => ({ [key]: value }); - const descriptor = isCLI ? cliDescriptor : lib$1.apiDescriptor; + const descriptor = isCLI ? cliDescriptor : vnopts.apiDescriptor; const schemas = optionInfosToSchemas(optionInfos, { isCLI }); - const normalizer = new lib$1.Normalizer(schemas, { + const normalizer = new vnopts.Normalizer(schemas, { logger, unknown, descriptor @@ -10915,7 +11729,7 @@ function optionInfosToSchemas(optionInfos, { const schemas = []; if (isCLI) { - schemas.push(lib$1.AnySchema.create({ + schemas.push(vnopts.AnySchema.create({ name: "_" })); } @@ -10927,7 +11741,7 @@ function optionInfosToSchemas(optionInfos, { })); if (optionInfo.alias && isCLI) { - schemas.push(lib$1.AliasSchema.create({ + schemas.push(vnopts.AliasSchema.create({ name: optionInfo.alias, sourceName: optionInfo.name })); @@ -10949,7 +11763,7 @@ function optionInfoToSchema(optionInfo, { switch (optionInfo.type) { case "int": - SchemaConstructor = lib$1.IntegerSchema; + SchemaConstructor = vnopts.IntegerSchema; if (isCLI) { parameters.preprocess = value => Number(value); @@ -10958,12 +11772,12 @@ function optionInfoToSchema(optionInfo, { break; case "string": - SchemaConstructor = lib$1.StringSchema; + SchemaConstructor = vnopts.StringSchema; break; case "choice": - SchemaConstructor = lib$1.ChoiceSchema; - parameters.choices = optionInfo.choices.map(choiceInfo => typeof choiceInfo === "object" && choiceInfo.redirect ? Object.assign({}, choiceInfo, { + SchemaConstructor = vnopts.ChoiceSchema; + parameters.choices = optionInfo.choices.map(choiceInfo => typeof choiceInfo === "object" && choiceInfo.redirect ? Object.assign(Object.assign({}, choiceInfo), {}, { redirect: { to: { key: optionInfo.name, @@ -10974,16 +11788,16 @@ function optionInfoToSchema(optionInfo, { break; case "boolean": - SchemaConstructor = lib$1.BooleanSchema; + SchemaConstructor = vnopts.BooleanSchema; break; case "flag": SchemaConstructor = FlagSchema; - parameters.flags = flatten_1(optionInfos.map(optionInfo => [optionInfo.alias, optionInfo.description && optionInfo.name, optionInfo.oppositeDescription && `no-${optionInfo.name}`].filter(Boolean))); + parameters.flags = optionInfos.flatMap(optionInfo => [optionInfo.alias, optionInfo.description && optionInfo.name, optionInfo.oppositeDescription && `no-${optionInfo.name}`].filter(Boolean)); break; case "path": - SchemaConstructor = lib$1.StringSchema; + SchemaConstructor = vnopts.StringSchema; break; default: @@ -10992,13 +11806,9 @@ function optionInfoToSchema(optionInfo, { } if (optionInfo.exception) { - parameters.validate = (value, schema, utils) => { - return optionInfo.exception(value) || schema.validate(value, utils); - }; + parameters.validate = (value, schema, utils) => optionInfo.exception(value) || schema.validate(value, utils); } else { - parameters.validate = (value, schema, utils) => { - return value === undefined || schema.validate(value, utils); - }; + parameters.validate = (value, schema, utils) => value === undefined || schema.validate(value, utils); } /* istanbul ignore next */ @@ -11022,22 +11832,22 @@ function optionInfoToSchema(optionInfo, { if (isCLI && !optionInfo.array) { const originalPreprocess = parameters.preprocess || (x => x); - parameters.preprocess = (value, schema, utils) => schema.preprocess(originalPreprocess(Array.isArray(value) ? value[value.length - 1] : value), utils); + parameters.preprocess = (value, schema, utils) => schema.preprocess(originalPreprocess(Array.isArray(value) ? getLast$n(value) : value), utils); } - return optionInfo.array ? lib$1.ArraySchema.create(Object.assign({}, isCLI ? { - preprocess: v => [].concat(v) - } : {}, handlers, { + return optionInfo.array ? vnopts.ArraySchema.create(Object.assign(Object.assign(Object.assign({}, isCLI ? { + preprocess: v => Array.isArray(v) ? v : [v] + } : {}), handlers), {}, { valueSchema: SchemaConstructor.create(parameters) - })) : SchemaConstructor.create(Object.assign({}, parameters, handlers)); + })) : SchemaConstructor.create(Object.assign(Object.assign({}, parameters), handlers)); } function normalizeApiOptions(options, optionInfos, opts) { - return normalizeOptions(options, optionInfos, opts); + return normalizeOptions$5(options, optionInfos, opts); } function normalizeCliOptions(options, optionInfos, opts) { - return normalizeOptions(options, optionInfos, Object.assign({ + return normalizeOptions$5(options, optionInfos, Object.assign({ isCLI: true }, opts)); } @@ -11047,11 +11857,14 @@ var optionsNormalizer = { normalizeCliOptions }; +const { + isNonEmptyArray: isNonEmptyArray$i +} = util$8; /** * @typedef {import("./types/estree").Node} Node */ -function locStart(node, opts) { +function locStart$s(node, opts) { const { ignoreDecorators } = opts || {}; // Handle nodes with decorators. They should start at the first decorator @@ -11059,29 +11872,16 @@ function locStart(node, opts) { if (!ignoreDecorators) { const decorators = node.declaration && node.declaration.decorators || node.decorators; - if (decorators && decorators.length > 0) { - return locStart(decorators[0]); + if (isNonEmptyArray$i(decorators)) { + return locStart$s(decorators[0]); } } return node.range ? node.range[0] : node.start; } -function locEnd(node) { - const end = node.range ? node.range[1] : node.end; - return node.typeAnnotation ? Math.max(end, locEnd(node.typeAnnotation)) : end; -} -/** - * @param {Node} startNode - * @param {Node | number} endNodeOrLength - * @returns {number[]} - */ - - -function composeLoc(startNode, endNodeOrLength = startNode) { - const start = locStart(startNode); - const end = typeof endNodeOrLength === "number" ? start + endNodeOrLength : locEnd(endNodeOrLength); - return [start, end]; +function locEnd$r(node) { + return node.range ? node.range[1] : node.end; } /** * @param {Node} nodeA @@ -11090,8 +11890,8 @@ function composeLoc(startNode, endNodeOrLength = startNode) { */ -function hasSameLocStart(nodeA, nodeB) { - return locStart(nodeA) === locStart(nodeB); +function hasSameLocStart$1(nodeA, nodeB) { + return locStart$s(nodeA) === locStart$s(nodeB); } /** * @param {Node} nodeA @@ -11101,7 +11901,7 @@ function hasSameLocStart(nodeA, nodeB) { function hasSameLocEnd(nodeA, nodeB) { - return locEnd(nodeA) === locEnd(nodeB); + return locEnd$r(nodeA) === locEnd$r(nodeB); } /** * @param {Node} nodeA @@ -11110,159 +11910,169 @@ function hasSameLocEnd(nodeA, nodeB) { */ -function hasSameLoc(nodeA, nodeB) { - return hasSameLocStart(nodeA, nodeB) && hasSameLocEnd(nodeA, nodeB); +function hasSameLoc$1(nodeA, nodeB) { + return hasSameLocStart$1(nodeA, nodeB) && hasSameLocEnd(nodeA, nodeB); } -var loc = { - locStart, - locEnd, - composeLoc, - hasSameLocStart, - hasSameLoc +var loc$6 = { + locStart: locStart$s, + locEnd: locEnd$r, + hasSameLocStart: hasSameLocStart$1, + hasSameLoc: hasSameLoc$1 }; -var jsTokens = createCommonjsModule(function (module, exports) { - // Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell - // License: MIT. (See LICENSE.) - Object.defineProperty(exports, "__esModule", { - value: true - }); // This regex comes from regex.coffee, and is inserted here by generate-index.js - // (run `npm run build`). +var lib$3 = {}; - exports.default = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g; +var lib$2 = {}; - exports.matchToToken = function (match) { - var token = { - type: "invalid", - value: match[0], - closed: undefined - }; - if (match[1]) token.type = "string", token.closed = !!(match[3] || match[4]);else if (match[5]) token.type = "comment";else if (match[6]) token.type = "comment", token.closed = !!match[7];else if (match[8]) token.type = "regex";else if (match[9]) token.type = "number";else if (match[10]) token.type = "name";else if (match[11]) token.type = "punctuator";else if (match[12]) token.type = "whitespace"; - return token; +var jsTokens = {}; + +// License: MIT. (See LICENSE.) + +Object.defineProperty(jsTokens, "__esModule", { + value: true +}); // This regex comes from regex.coffee, and is inserted here by generate-index.js +// (run `npm run build`). + +jsTokens.default = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g; + +jsTokens.matchToToken = function (match) { + var token = { + type: "invalid", + value: match[0], + closed: undefined }; -}); + if (match[1]) token.type = "string", token.closed = !!(match[3] || match[4]);else if (match[5]) token.type = "comment";else if (match[6]) token.type = "comment", token.closed = !!match[7];else if (match[8]) token.type = "regex";else if (match[9]) token.type = "number";else if (match[10]) token.type = "name";else if (match[11]) token.type = "punctuator";else if (match[12]) token.type = "whitespace"; + return token; +}; -var identifier = createCommonjsModule(function (module, exports) { +var lib$1 = {}; - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.isIdentifierStart = isIdentifierStart; - exports.isIdentifierChar = isIdentifierChar; - exports.isIdentifierName = isIdentifierName; - let nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u08a0-\u08b4\u08b6-\u08c7\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\u9ffc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7bf\ua7c2-\ua7ca\ua7f5-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; - let nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08d3-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf\u1ac0\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1df9\u1dfb-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; - const nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); - const nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); - nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; - const astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 157, 310, 10, 21, 11, 7, 153, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 349, 41, 7, 1, 79, 28, 11, 0, 9, 21, 107, 20, 28, 22, 13, 52, 76, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 230, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 35, 56, 264, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 190, 0, 80, 921, 103, 110, 18, 195, 2749, 1070, 4050, 582, 8634, 568, 8, 30, 114, 29, 19, 47, 17, 3, 32, 20, 6, 18, 689, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 43, 8, 8952, 286, 50, 2, 18, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 2357, 44, 11, 6, 17, 0, 370, 43, 1301, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42717, 35, 4148, 12, 221, 3, 5761, 15, 7472, 3104, 541, 1507, 4938]; - const astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 154, 10, 176, 2, 54, 14, 32, 9, 16, 3, 46, 10, 54, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 161, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 19306, 9, 135, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 5319, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 262, 6, 10, 9, 419, 13, 1495, 6, 110, 6, 6, 9, 4759, 9, 787719, 239]; - - function isInAstralSet(code, set) { - let pos = 0x10000; - - for (let i = 0, length = set.length; i < length; i += 2) { - pos += set[i]; - if (pos > code) return false; - pos += set[i + 1]; - if (pos >= code) return true; - } +var identifier = {}; - return false; +Object.defineProperty(identifier, "__esModule", { + value: true +}); +identifier.isIdentifierStart = isIdentifierStart; +identifier.isIdentifierChar = isIdentifierChar; +identifier.isIdentifierName = isIdentifierName$1; +let nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ca\ua7d0\ua7d1\ua7d3\ua7d5-\ua7d9\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; +let nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0898-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; +const nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); +const nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); +nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; +const astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 68, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 349, 41, 7, 1, 79, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 264, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 190, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1070, 4050, 582, 8634, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 689, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 43, 8, 8936, 3, 2, 6, 2, 1, 2, 290, 46, 2, 18, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 482, 44, 11, 6, 17, 0, 322, 29, 19, 43, 1269, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4152, 8, 221, 3, 5761, 15, 7472, 3104, 541, 1507, 4938]; +const astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 154, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 161, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 19306, 9, 87, 9, 39, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4706, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 262, 6, 10, 9, 357, 0, 62, 13, 1495, 6, 110, 6, 6, 9, 4759, 9, 787719, 239]; + +function isInAstralSet(code, set) { + let pos = 0x10000; + + for (let i = 0, length = set.length; i < length; i += 2) { + pos += set[i]; + if (pos > code) return false; + pos += set[i + 1]; + if (pos >= code) return true; } - function isIdentifierStart(code) { - if (code < 65) return code === 36; - if (code <= 90) return true; - if (code < 97) return code === 95; - if (code <= 122) return true; + return false; +} - if (code <= 0xffff) { - return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)); - } +function isIdentifierStart(code) { + if (code < 65) return code === 36; + if (code <= 90) return true; + if (code < 97) return code === 95; + if (code <= 122) return true; - return isInAstralSet(code, astralIdentifierStartCodes); + if (code <= 0xffff) { + return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)); } - function isIdentifierChar(code) { - if (code < 48) return code === 36; - if (code < 58) return true; - if (code < 65) return false; - if (code <= 90) return true; - if (code < 97) return code === 95; - if (code <= 122) return true; + return isInAstralSet(code, astralIdentifierStartCodes); +} - if (code <= 0xffff) { - return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)); - } +function isIdentifierChar(code) { + if (code < 48) return code === 36; + if (code < 58) return true; + if (code < 65) return false; + if (code <= 90) return true; + if (code < 97) return code === 95; + if (code <= 122) return true; - return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes); + if (code <= 0xffff) { + return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)); } - function isIdentifierName(name) { - let isFirst = true; + return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes); +} - for (let _i = 0, _Array$from = Array.from(name); _i < _Array$from.length; _i++) { - const char = _Array$from[_i]; - const cp = char.codePointAt(0); +function isIdentifierName$1(name) { + let isFirst = true; - if (isFirst) { - if (!isIdentifierStart(cp)) { - return false; - } + for (let i = 0; i < name.length; i++) { + let cp = name.charCodeAt(i); - isFirst = false; - } else if (!isIdentifierChar(cp)) { - return false; + if ((cp & 0xfc00) === 0xd800 && i + 1 < name.length) { + const trail = name.charCodeAt(++i); + + if ((trail & 0xfc00) === 0xdc00) { + cp = 0x10000 + ((cp & 0x3ff) << 10) + (trail & 0x3ff); } } - return !isFirst; + if (isFirst) { + isFirst = false; + + if (!isIdentifierStart(cp)) { + return false; + } + } else if (!isIdentifierChar(cp)) { + return false; + } } -}); -var keyword = createCommonjsModule(function (module, exports) { + return !isFirst; +} - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.isReservedWord = isReservedWord; - exports.isStrictReservedWord = isStrictReservedWord; - exports.isStrictBindOnlyReservedWord = isStrictBindOnlyReservedWord; - exports.isStrictBindReservedWord = isStrictBindReservedWord; - exports.isKeyword = isKeyword; - const reservedWords = { - keyword: ["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"], - strict: ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"], - strictBind: ["eval", "arguments"] - }; - const keywords = new Set(reservedWords.keyword); - const reservedWordsStrictSet = new Set(reservedWords.strict); - const reservedWordsStrictBindSet = new Set(reservedWords.strictBind); +var keyword$1 = {}; - function isReservedWord(word, inModule) { - return inModule && word === "await" || word === "enum"; - } +Object.defineProperty(keyword$1, "__esModule", { + value: true +}); +keyword$1.isReservedWord = isReservedWord; +keyword$1.isStrictReservedWord = isStrictReservedWord; +keyword$1.isStrictBindOnlyReservedWord = isStrictBindOnlyReservedWord; +keyword$1.isStrictBindReservedWord = isStrictBindReservedWord; +keyword$1.isKeyword = isKeyword; +const reservedWords = { + keyword: ["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"], + strict: ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"], + strictBind: ["eval", "arguments"] +}; +const keywords$1 = new Set(reservedWords.keyword); +const reservedWordsStrictSet = new Set(reservedWords.strict); +const reservedWordsStrictBindSet = new Set(reservedWords.strictBind); - function isStrictReservedWord(word, inModule) { - return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word); - } +function isReservedWord(word, inModule) { + return inModule && word === "await" || word === "enum"; +} - function isStrictBindOnlyReservedWord(word) { - return reservedWordsStrictBindSet.has(word); - } +function isStrictReservedWord(word, inModule) { + return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word); +} - function isStrictBindReservedWord(word, inModule) { - return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word); - } +function isStrictBindOnlyReservedWord(word) { + return reservedWordsStrictBindSet.has(word); +} - function isKeyword(word) { - return keywords.has(word); - } -}); +function isStrictBindReservedWord(word, inModule) { + return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word); +} + +function isKeyword(word) { + return keywords$1.has(word); +} -var lib$2 = createCommonjsModule(function (module, exports) { +(function (exports) { Object.defineProperty(exports, "__esModule", { value: true @@ -11270,10055 +12080,10485 @@ var lib$2 = createCommonjsModule(function (module, exports) { Object.defineProperty(exports, "isIdentifierName", { enumerable: true, get: function () { - return identifier.isIdentifierName; + return _identifier.isIdentifierName; } }); Object.defineProperty(exports, "isIdentifierChar", { enumerable: true, get: function () { - return identifier.isIdentifierChar; + return _identifier.isIdentifierChar; } }); Object.defineProperty(exports, "isIdentifierStart", { enumerable: true, get: function () { - return identifier.isIdentifierStart; + return _identifier.isIdentifierStart; } }); Object.defineProperty(exports, "isReservedWord", { enumerable: true, get: function () { - return keyword.isReservedWord; + return _keyword.isReservedWord; } }); Object.defineProperty(exports, "isStrictBindOnlyReservedWord", { enumerable: true, get: function () { - return keyword.isStrictBindOnlyReservedWord; + return _keyword.isStrictBindOnlyReservedWord; } }); Object.defineProperty(exports, "isStrictBindReservedWord", { enumerable: true, get: function () { - return keyword.isStrictBindReservedWord; + return _keyword.isStrictBindReservedWord; } }); Object.defineProperty(exports, "isStrictReservedWord", { enumerable: true, get: function () { - return keyword.isStrictReservedWord; + return _keyword.isStrictReservedWord; } }); Object.defineProperty(exports, "isKeyword", { enumerable: true, get: function () { - return keyword.isKeyword; + return _keyword.isKeyword; } }); -}); + var _identifier = identifier; + var _keyword = keyword$1; +})(lib$1); -var matchOperatorsRe$1 = /[|\\{}()[\]^$+*?.]/g; +var chalk = {exports: {}}; + +var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g; -var escapeStringRegexp$2 = function (str) { +var escapeStringRegexp = function (str) { if (typeof str !== 'string') { throw new TypeError('Expected a string'); } - return str.replace(matchOperatorsRe$1, '\\$&'); + return str.replace(matchOperatorsRe, '\\$&'); }; -var colorName$2 = { - "aliceblue": [240, 248, 255], - "antiquewhite": [250, 235, 215], - "aqua": [0, 255, 255], - "aquamarine": [127, 255, 212], - "azure": [240, 255, 255], - "beige": [245, 245, 220], - "bisque": [255, 228, 196], - "black": [0, 0, 0], - "blanchedalmond": [255, 235, 205], - "blue": [0, 0, 255], - "blueviolet": [138, 43, 226], - "brown": [165, 42, 42], - "burlywood": [222, 184, 135], - "cadetblue": [95, 158, 160], - "chartreuse": [127, 255, 0], - "chocolate": [210, 105, 30], - "coral": [255, 127, 80], - "cornflowerblue": [100, 149, 237], - "cornsilk": [255, 248, 220], - "crimson": [220, 20, 60], - "cyan": [0, 255, 255], - "darkblue": [0, 0, 139], - "darkcyan": [0, 139, 139], - "darkgoldenrod": [184, 134, 11], - "darkgray": [169, 169, 169], - "darkgreen": [0, 100, 0], - "darkgrey": [169, 169, 169], - "darkkhaki": [189, 183, 107], - "darkmagenta": [139, 0, 139], - "darkolivegreen": [85, 107, 47], - "darkorange": [255, 140, 0], - "darkorchid": [153, 50, 204], - "darkred": [139, 0, 0], - "darksalmon": [233, 150, 122], - "darkseagreen": [143, 188, 143], - "darkslateblue": [72, 61, 139], - "darkslategray": [47, 79, 79], - "darkslategrey": [47, 79, 79], - "darkturquoise": [0, 206, 209], - "darkviolet": [148, 0, 211], - "deeppink": [255, 20, 147], - "deepskyblue": [0, 191, 255], - "dimgray": [105, 105, 105], - "dimgrey": [105, 105, 105], - "dodgerblue": [30, 144, 255], - "firebrick": [178, 34, 34], - "floralwhite": [255, 250, 240], - "forestgreen": [34, 139, 34], - "fuchsia": [255, 0, 255], - "gainsboro": [220, 220, 220], - "ghostwhite": [248, 248, 255], - "gold": [255, 215, 0], - "goldenrod": [218, 165, 32], - "gray": [128, 128, 128], - "green": [0, 128, 0], - "greenyellow": [173, 255, 47], - "grey": [128, 128, 128], - "honeydew": [240, 255, 240], - "hotpink": [255, 105, 180], - "indianred": [205, 92, 92], - "indigo": [75, 0, 130], - "ivory": [255, 255, 240], - "khaki": [240, 230, 140], - "lavender": [230, 230, 250], - "lavenderblush": [255, 240, 245], - "lawngreen": [124, 252, 0], - "lemonchiffon": [255, 250, 205], - "lightblue": [173, 216, 230], - "lightcoral": [240, 128, 128], - "lightcyan": [224, 255, 255], - "lightgoldenrodyellow": [250, 250, 210], - "lightgray": [211, 211, 211], - "lightgreen": [144, 238, 144], - "lightgrey": [211, 211, 211], - "lightpink": [255, 182, 193], - "lightsalmon": [255, 160, 122], - "lightseagreen": [32, 178, 170], - "lightskyblue": [135, 206, 250], - "lightslategray": [119, 136, 153], - "lightslategrey": [119, 136, 153], - "lightsteelblue": [176, 196, 222], - "lightyellow": [255, 255, 224], - "lime": [0, 255, 0], - "limegreen": [50, 205, 50], - "linen": [250, 240, 230], - "magenta": [255, 0, 255], - "maroon": [128, 0, 0], - "mediumaquamarine": [102, 205, 170], - "mediumblue": [0, 0, 205], - "mediumorchid": [186, 85, 211], - "mediumpurple": [147, 112, 219], - "mediumseagreen": [60, 179, 113], - "mediumslateblue": [123, 104, 238], - "mediumspringgreen": [0, 250, 154], - "mediumturquoise": [72, 209, 204], - "mediumvioletred": [199, 21, 133], - "midnightblue": [25, 25, 112], - "mintcream": [245, 255, 250], - "mistyrose": [255, 228, 225], - "moccasin": [255, 228, 181], - "navajowhite": [255, 222, 173], - "navy": [0, 0, 128], - "oldlace": [253, 245, 230], - "olive": [128, 128, 0], - "olivedrab": [107, 142, 35], - "orange": [255, 165, 0], - "orangered": [255, 69, 0], - "orchid": [218, 112, 214], - "palegoldenrod": [238, 232, 170], - "palegreen": [152, 251, 152], - "paleturquoise": [175, 238, 238], - "palevioletred": [219, 112, 147], - "papayawhip": [255, 239, 213], - "peachpuff": [255, 218, 185], - "peru": [205, 133, 63], - "pink": [255, 192, 203], - "plum": [221, 160, 221], - "powderblue": [176, 224, 230], - "purple": [128, 0, 128], - "rebeccapurple": [102, 51, 153], - "red": [255, 0, 0], - "rosybrown": [188, 143, 143], - "royalblue": [65, 105, 225], - "saddlebrown": [139, 69, 19], - "salmon": [250, 128, 114], - "sandybrown": [244, 164, 96], - "seagreen": [46, 139, 87], - "seashell": [255, 245, 238], - "sienna": [160, 82, 45], - "silver": [192, 192, 192], - "skyblue": [135, 206, 235], - "slateblue": [106, 90, 205], - "slategray": [112, 128, 144], - "slategrey": [112, 128, 144], - "snow": [255, 250, 250], - "springgreen": [0, 255, 127], - "steelblue": [70, 130, 180], - "tan": [210, 180, 140], - "teal": [0, 128, 128], - "thistle": [216, 191, 216], - "tomato": [255, 99, 71], - "turquoise": [64, 224, 208], - "violet": [238, 130, 238], - "wheat": [245, 222, 179], - "white": [255, 255, 255], - "whitesmoke": [245, 245, 245], - "yellow": [255, 255, 0], - "yellowgreen": [154, 205, 50] +var hasFlag$1 = (flag, argv) => { + argv = argv || process.argv; + const prefix = flag.startsWith('-') ? '' : flag.length === 1 ? '-' : '--'; + const pos = argv.indexOf(prefix + flag); + const terminatorPos = argv.indexOf('--'); + return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos); +}; + +const os$2 = require$$0__default$1["default"]; +const hasFlag = hasFlag$1; +const env = process.env; +let forceColor; + +if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false')) { + forceColor = false; +} else if (hasFlag('color') || hasFlag('colors') || hasFlag('color=true') || hasFlag('color=always')) { + forceColor = true; +} + +if ('FORCE_COLOR' in env) { + forceColor = env.FORCE_COLOR.length === 0 || parseInt(env.FORCE_COLOR, 10) !== 0; +} + +function translateLevel(level) { + if (level === 0) { + return false; + } + + return { + level, + hasBasic: true, + has256: level >= 2, + has16m: level >= 3 + }; +} + +function supportsColor(stream) { + if (forceColor === false) { + return 0; + } + + if (hasFlag('color=16m') || hasFlag('color=full') || hasFlag('color=truecolor')) { + return 3; + } + + if (hasFlag('color=256')) { + return 2; + } + + if (stream && !stream.isTTY && forceColor !== true) { + return 0; + } + + const min = forceColor ? 1 : 0; + + if (process.platform === 'win32') { + // Node.js 7.5.0 is the first version of Node.js to include a patch to + // libuv that enables 256 color output on Windows. Anything earlier and it + // won't work. However, here we target Node.js 8 at minimum as it is an LTS + // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows + // release that supports 256 colors. Windows 10 build 14931 is the first release + // that supports 16m/TrueColor. + const osRelease = os$2.release().split('.'); + + if (Number(process.versions.node.split('.')[0]) >= 8 && Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) { + return Number(osRelease[2]) >= 14931 ? 3 : 2; + } + + return 1; + } + + if ('CI' in env) { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') { + return 1; + } + + return min; + } + + if ('TEAMCITY_VERSION' in env) { + return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; + } + + if (env.COLORTERM === 'truecolor') { + return 3; + } + + if ('TERM_PROGRAM' in env) { + const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + return version >= 3 ? 3 : 2; + + case 'Apple_Terminal': + return 2; + // No default + } + } + + if (/-256(color)?$/i.test(env.TERM)) { + return 2; + } + + if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { + return 1; + } + + if ('COLORTERM' in env) { + return 1; + } + + if (env.TERM === 'dumb') { + return min; + } + + return min; +} + +function getSupportLevel(stream) { + const level = supportsColor(stream); + return translateLevel(level); +} + +var supportsColor_1 = { + supportsColor: getSupportLevel, + stdout: getSupportLevel(process.stdout), + stderr: getSupportLevel(process.stderr) }; -var conversions$2 = createCommonjsModule(function (module) { - /* MIT license */ - // NOTE: conversions should only return primitive values (i.e. arrays, or - // values that give correct `typeof` results). - // do not use box values types (i.e. Number(), String(), etc.) - var reverseKeywords = {}; +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; +const STRING_REGEX$1 = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; +const ESCAPE_REGEX = /\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi; +const ESCAPES = new Map([['n', '\n'], ['r', '\r'], ['t', '\t'], ['b', '\b'], ['f', '\f'], ['v', '\v'], ['0', '\0'], ['\\', '\\'], ['e', '\u001B'], ['a', '\u0007']]); + +function unescape(c) { + if (c[0] === 'u' && c.length === 5 || c[0] === 'x' && c.length === 3) { + return String.fromCharCode(parseInt(c.slice(1), 16)); + } + + return ESCAPES.get(c) || c; +} + +function parseArguments(name, args) { + const results = []; + const chunks = args.trim().split(/\s*,\s*/g); + let matches; - for (var key in colorName$2) { - if (colorName$2.hasOwnProperty(key)) { - reverseKeywords[colorName$2[key]] = key; + for (const chunk of chunks) { + if (!isNaN(chunk)) { + results.push(Number(chunk)); + } else if (matches = chunk.match(STRING_REGEX$1)) { + results.push(matches[2].replace(ESCAPE_REGEX, (m, escape, chr) => escape ? unescape(escape) : chr)); + } else { + throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`); } } - var convert = module.exports = { - rgb: { - channels: 3, - labels: 'rgb' - }, - hsl: { - channels: 3, - labels: 'hsl' - }, - hsv: { - channels: 3, - labels: 'hsv' - }, - hwb: { - channels: 3, - labels: 'hwb' - }, - cmyk: { - channels: 4, - labels: 'cmyk' - }, - xyz: { - channels: 3, - labels: 'xyz' - }, - lab: { - channels: 3, - labels: 'lab' - }, - lch: { - channels: 3, - labels: 'lch' - }, - hex: { - channels: 1, - labels: ['hex'] - }, - keyword: { - channels: 1, - labels: ['keyword'] - }, - ansi16: { - channels: 1, - labels: ['ansi16'] - }, - ansi256: { - channels: 1, - labels: ['ansi256'] - }, - hcg: { - channels: 3, - labels: ['h', 'c', 'g'] - }, - apple: { - channels: 3, - labels: ['r16', 'g16', 'b16'] - }, - gray: { - channels: 1, - labels: ['gray'] + return results; +} + +function parseStyle(style) { + STYLE_REGEX.lastIndex = 0; + const results = []; + let matches; + + while ((matches = STYLE_REGEX.exec(style)) !== null) { + const name = matches[1]; + + if (matches[2]) { + const args = parseArguments(name, matches[2]); + results.push([name].concat(args)); + } else { + results.push([name]); } - }; // hide .channels and .labels properties + } - for (var model in convert) { - if (convert.hasOwnProperty(model)) { - if (!('channels' in convert[model])) { - throw new Error('missing channels property: ' + model); - } + return results; +} + +function buildStyle(chalk, styles) { + const enabled = {}; + + for (const layer of styles) { + for (const style of layer.styles) { + enabled[style[0]] = layer.inverse ? null : style.slice(1); + } + } + + let current = chalk; - if (!('labels' in convert[model])) { - throw new Error('missing channel labels property: ' + model); + for (const styleName of Object.keys(enabled)) { + if (Array.isArray(enabled[styleName])) { + if (!(styleName in current)) { + throw new Error(`Unknown Chalk style: ${styleName}`); } - if (convert[model].labels.length !== convert[model].channels) { - throw new Error('channel and label counts mismatch: ' + model); + if (enabled[styleName].length > 0) { + current = current[styleName].apply(current, enabled[styleName]); + } else { + current = current[styleName]; } + } + } - var channels = convert[model].channels; - var labels = convert[model].labels; - delete convert[model].channels; - delete convert[model].labels; - Object.defineProperty(convert[model], 'channels', { - value: channels - }); - Object.defineProperty(convert[model], 'labels', { - value: labels + return current; +} + +var templates = (chalk, tmp) => { + const styles = []; + const chunks = []; + let chunk = []; // eslint-disable-next-line max-params + + tmp.replace(TEMPLATE_REGEX, (m, escapeChar, inverse, style, close, chr) => { + if (escapeChar) { + chunk.push(unescape(escapeChar)); + } else if (style) { + const str = chunk.join(''); + chunk = []; + chunks.push(styles.length === 0 ? str : buildStyle(chalk, styles)(str)); + styles.push({ + inverse, + styles: parseStyle(style) }); + } else if (close) { + if (styles.length === 0) { + throw new Error('Found extraneous } in Chalk template literal'); + } + + chunks.push(buildStyle(chalk, styles)(chunk.join(''))); + chunk = []; + styles.pop(); + } else { + chunk.push(chr); } + }); + chunks.push(chunk.join('')); + + if (styles.length > 0) { + const errMsg = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? '' : 's'} (\`}\`)`; + throw new Error(errMsg); } - convert.rgb.hsl = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var min = Math.min(r, g, b); - var max = Math.max(r, g, b); - var delta = max - min; - var h; - var s; - var l; + return chunks.join(''); +}; - if (max === min) { - h = 0; - } else if (r === max) { - h = (g - b) / delta; - } else if (g === max) { - h = 2 + (b - r) / delta; - } else if (b === max) { - h = 4 + (r - g) / delta; - } +(function (module) { - h = Math.min(h * 60, 360); + const escapeStringRegexp$1 = escapeStringRegexp; + const ansiStyles = ansiStyles$2.exports; + const stdoutColor = supportsColor_1.stdout; + const template = templates; + const isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm'); // `supportsColor.level` → `ansiStyles.color[name]` mapping - if (h < 0) { - h += 360; - } + const levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m']; // `color-convert` models to exclude from the Chalk API due to conflicts and such - l = (min + max) / 2; + const skipModels = new Set(['gray']); + const styles = Object.create(null); - if (max === min) { - s = 0; - } else if (l <= 0.5) { - s = delta / (max + min); - } else { - s = delta / (2 - max - min); + function applyOptions(obj, options) { + options = options || {}; // Detect level if not set manually + + const scLevel = stdoutColor ? stdoutColor.level : 0; + obj.level = options.level === undefined ? scLevel : options.level; + obj.enabled = 'enabled' in options ? options.enabled : obj.level > 0; + } + + function Chalk(options) { + // We check for this.template here since calling `chalk.constructor()` + // by itself will have a `this` of a previously constructed chalk object + if (!this || !(this instanceof Chalk) || this.template) { + const chalk = {}; + applyOptions(chalk, options); + + chalk.template = function () { + const args = [].slice.call(arguments); + return chalkTag.apply(null, [chalk.template].concat(args)); + }; + + Object.setPrototypeOf(chalk, Chalk.prototype); + Object.setPrototypeOf(chalk.template, chalk); + chalk.template.constructor = Chalk; + return chalk.template; } - return [h, s * 100, l * 100]; - }; + applyOptions(this, options); + } // Use bright blue on Windows as the normal blue color is illegible - convert.rgb.hsv = function (rgb) { - var rdif; - var gdif; - var bdif; - var h; - var s; - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var v = Math.max(r, g, b); - var diff = v - Math.min(r, g, b); - - var diffc = function (c) { - return (v - c) / 6 / diff + 1 / 2; - }; - if (diff === 0) { - h = s = 0; - } else { - s = diff / v; - rdif = diffc(r); - gdif = diffc(g); - bdif = diffc(b); + if (isSimpleWindowsTerm) { + ansiStyles.blue.open = '\u001B[94m'; + } - if (r === v) { - h = bdif - gdif; - } else if (g === v) { - h = 1 / 3 + rdif - bdif; - } else if (b === v) { - h = 2 / 3 + gdif - rdif; + for (const key of Object.keys(ansiStyles)) { + ansiStyles[key].closeRe = new RegExp(escapeStringRegexp$1(ansiStyles[key].close), 'g'); + styles[key] = { + get() { + const codes = ansiStyles[key]; + return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key); } - if (h < 0) { - h += 1; - } else if (h > 1) { - h -= 1; - } - } + }; + } - return [h * 360, s * 100, v * 100]; - }; + styles.visible = { + get() { + return build.call(this, this._styles || [], true, 'visible'); + } - convert.rgb.hwb = function (rgb) { - var r = rgb[0]; - var g = rgb[1]; - var b = rgb[2]; - var h = convert.rgb.hsl(rgb)[0]; - var w = 1 / 255 * Math.min(r, Math.min(g, b)); - b = 1 - 1 / 255 * Math.max(r, Math.max(g, b)); - return [h, w * 100, b * 100]; }; + ansiStyles.color.closeRe = new RegExp(escapeStringRegexp$1(ansiStyles.color.close), 'g'); - convert.rgb.cmyk = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var c; - var m; - var y; - var k; - k = Math.min(1 - r, 1 - g, 1 - b); - c = (1 - r - k) / (1 - k) || 0; - m = (1 - g - k) / (1 - k) || 0; - y = (1 - b - k) / (1 - k) || 0; - return [c * 100, m * 100, y * 100, k * 100]; - }; - /** - * See https://en.m.wikipedia.org/wiki/Euclidean_distance#Squared_Euclidean_distance - * */ + for (const model of Object.keys(ansiStyles.color.ansi)) { + if (skipModels.has(model)) { + continue; + } + styles[model] = { + get() { + const level = this.level; + return function () { + const open = ansiStyles.color[levelMapping[level]][model].apply(null, arguments); + const codes = { + open, + close: ansiStyles.color.close, + closeRe: ansiStyles.color.closeRe + }; + return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); + }; + } - function comparativeDistance(x, y) { - return Math.pow(x[0] - y[0], 2) + Math.pow(x[1] - y[1], 2) + Math.pow(x[2] - y[2], 2); + }; } - convert.rgb.keyword = function (rgb) { - var reversed = reverseKeywords[rgb]; + ansiStyles.bgColor.closeRe = new RegExp(escapeStringRegexp$1(ansiStyles.bgColor.close), 'g'); - if (reversed) { - return reversed; + for (const model of Object.keys(ansiStyles.bgColor.ansi)) { + if (skipModels.has(model)) { + continue; } - var currentClosestDistance = Infinity; - var currentClosestKeyword; + const bgModel = 'bg' + model[0].toUpperCase() + model.slice(1); + styles[bgModel] = { + get() { + const level = this.level; + return function () { + const open = ansiStyles.bgColor[levelMapping[level]][model].apply(null, arguments); + const codes = { + open, + close: ansiStyles.bgColor.close, + closeRe: ansiStyles.bgColor.closeRe + }; + return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); + }; + } + + }; + } - for (var keyword in colorName$2) { - if (colorName$2.hasOwnProperty(keyword)) { - var value = colorName$2[keyword]; // Compute comparative distance + const proto = Object.defineProperties(() => {}, styles); - var distance = comparativeDistance(rgb, value); // Check if its less, if so set as closest + function build(_styles, _empty, key) { + const builder = function () { + return applyStyle.apply(builder, arguments); + }; - if (distance < currentClosestDistance) { - currentClosestDistance = distance; - currentClosestKeyword = keyword; - } + builder._styles = _styles; + builder._empty = _empty; + const self = this; + Object.defineProperty(builder, 'level', { + enumerable: true, + + get() { + return self.level; + }, + + set(level) { + self.level = level; } - } - return currentClosestKeyword; - }; + }); + Object.defineProperty(builder, 'enabled', { + enumerable: true, - convert.keyword.rgb = function (keyword) { - return colorName$2[keyword]; - }; + get() { + return self.enabled; + }, - convert.rgb.xyz = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; // assume sRGB - - r = r > 0.04045 ? Math.pow((r + 0.055) / 1.055, 2.4) : r / 12.92; - g = g > 0.04045 ? Math.pow((g + 0.055) / 1.055, 2.4) : g / 12.92; - b = b > 0.04045 ? Math.pow((b + 0.055) / 1.055, 2.4) : b / 12.92; - var x = r * 0.4124 + g * 0.3576 + b * 0.1805; - var y = r * 0.2126 + g * 0.7152 + b * 0.0722; - var z = r * 0.0193 + g * 0.1192 + b * 0.9505; - return [x * 100, y * 100, z * 100]; - }; + set(enabled) { + self.enabled = enabled; + } - convert.rgb.lab = function (rgb) { - var xyz = convert.rgb.xyz(rgb); - var x = xyz[0]; - var y = xyz[1]; - var z = xyz[2]; - var l; - var a; - var b; - x /= 95.047; - y /= 100; - z /= 108.883; - x = x > 0.008856 ? Math.pow(x, 1 / 3) : 7.787 * x + 16 / 116; - y = y > 0.008856 ? Math.pow(y, 1 / 3) : 7.787 * y + 16 / 116; - z = z > 0.008856 ? Math.pow(z, 1 / 3) : 7.787 * z + 16 / 116; - l = 116 * y - 16; - a = 500 * (x - y); - b = 200 * (y - z); - return [l, a, b]; - }; + }); // See below for fix regarding invisible grey/dim combination on Windows + + builder.hasGrey = this.hasGrey || key === 'gray' || key === 'grey'; // `__proto__` is used because we must return a function, but there is + // no way to create a function with a different prototype + + builder.__proto__ = proto; // eslint-disable-line no-proto + + return builder; + } - convert.hsl.rgb = function (hsl) { - var h = hsl[0] / 360; - var s = hsl[1] / 100; - var l = hsl[2] / 100; - var t1; - var t2; - var t3; - var rgb; - var val; + function applyStyle() { + // Support varags, but simply cast to string in case there's only one arg + const args = arguments; + const argsLen = args.length; + let str = String(arguments[0]); - if (s === 0) { - val = l * 255; - return [val, val, val]; + if (argsLen === 0) { + return ''; } - if (l < 0.5) { - t2 = l * (1 + s); - } else { - t2 = l + s - l * s; + if (argsLen > 1) { + // Don't slice `arguments`, it prevents V8 optimizations + for (let a = 1; a < argsLen; a++) { + str += ' ' + args[a]; + } } - t1 = 2 * l - t2; - rgb = [0, 0, 0]; + if (!this.enabled || this.level <= 0 || !str) { + return this._empty ? '' : str; + } // Turns out that on Windows dimmed gray text becomes invisible in cmd.exe, + // see https://github.com/chalk/chalk/issues/58 + // If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop. - for (var i = 0; i < 3; i++) { - t3 = h + 1 / 3 * -(i - 1); - if (t3 < 0) { - t3++; - } + const originalDim = ansiStyles.dim.open; - if (t3 > 1) { - t3--; - } + if (isSimpleWindowsTerm && this.hasGrey) { + ansiStyles.dim.open = ''; + } - if (6 * t3 < 1) { - val = t1 + (t2 - t1) * 6 * t3; - } else if (2 * t3 < 1) { - val = t2; - } else if (3 * t3 < 2) { - val = t1 + (t2 - t1) * (2 / 3 - t3) * 6; - } else { - val = t1; - } + for (const code of this._styles.slice().reverse()) { + // Replace any instances already present with a re-opening code + // otherwise only the part of the string until said closing code + // will be colored, and the rest will simply be 'plain'. + str = code.open + str.replace(code.closeRe, code.open) + code.close; // Close the styling before a linebreak and reopen + // after next line to fix a bleed issue on macOS + // https://github.com/chalk/chalk/pull/92 + + str = str.replace(/\r?\n/g, `${code.close}$&${code.open}`); + } // Reset the original `dim` if we changed it to work around the Windows dimmed gray issue + + + ansiStyles.dim.open = originalDim; + return str; + } - rgb[i] = val * 255; + function chalkTag(chalk, strings) { + if (!Array.isArray(strings)) { + // If chalk() was called by itself or with a string, + // return the string itself as a string. + return [].slice.call(arguments, 1).join(' '); } - return rgb; - }; + const args = [].slice.call(arguments, 2); + const parts = [strings.raw[0]]; - convert.hsl.hsv = function (hsl) { - var h = hsl[0]; - var s = hsl[1] / 100; - var l = hsl[2] / 100; - var smin = s; - var lmin = Math.max(l, 0.01); - var sv; - var v; - l *= 2; - s *= l <= 1 ? l : 2 - l; - smin *= lmin <= 1 ? lmin : 2 - lmin; - v = (l + s) / 2; - sv = l === 0 ? 2 * smin / (lmin + smin) : 2 * s / (l + s); - return [h, sv * 100, v * 100]; - }; + for (let i = 1; i < strings.length; i++) { + parts.push(String(args[i - 1]).replace(/[{}\\]/g, '\\$&')); + parts.push(String(strings.raw[i])); + } - convert.hsv.rgb = function (hsv) { - var h = hsv[0] / 60; - var s = hsv[1] / 100; - var v = hsv[2] / 100; - var hi = Math.floor(h) % 6; - var f = h - Math.floor(h); - var p = 255 * v * (1 - s); - var q = 255 * v * (1 - s * f); - var t = 255 * v * (1 - s * (1 - f)); - v *= 255; + return template(chalk, parts.join('')); + } - switch (hi) { - case 0: - return [v, t, p]; + Object.defineProperties(Chalk.prototype, styles); + module.exports = Chalk(); // eslint-disable-line new-cap - case 1: - return [q, v, p]; + module.exports.supportsColor = stdoutColor; + module.exports.default = module.exports; // For TypeScript +})(chalk); - case 2: - return [p, v, t]; +Object.defineProperty(lib$2, "__esModule", { + value: true +}); - case 3: - return [p, q, v]; +lib$2.default = highlight; - case 4: - return [t, p, v]; +lib$2.getChalk = getChalk; +lib$2.shouldHighlight = shouldHighlight; +var _jsTokens = jsTokens; +var _helperValidatorIdentifier = lib$1; +var _chalk = chalk.exports; +const sometimesKeywords = new Set(["as", "async", "from", "get", "of", "set"]); - case 5: - return [v, p, q]; - } +function getDefs$1(chalk) { + return { + keyword: chalk.cyan, + capitalized: chalk.yellow, + jsxIdentifier: chalk.yellow, + punctuator: chalk.yellow, + number: chalk.magenta, + string: chalk.green, + regex: chalk.magenta, + comment: chalk.grey, + invalid: chalk.white.bgRed.bold }; +} - convert.hsv.hsl = function (hsv) { - var h = hsv[0]; - var s = hsv[1] / 100; - var v = hsv[2] / 100; - var vmin = Math.max(v, 0.01); - var lmin; - var sl; - var l; - l = (2 - s) * v; - lmin = (2 - s) * vmin; - sl = s * vmin; - sl /= lmin <= 1 ? lmin : 2 - lmin; - sl = sl || 0; - l /= 2; - return [h, sl * 100, l * 100]; - }; // http://dev.w3.org/csswg/css-color/#hwb-to-rgb - - - convert.hwb.rgb = function (hwb) { - var h = hwb[0] / 360; - var wh = hwb[1] / 100; - var bl = hwb[2] / 100; - var ratio = wh + bl; - var i; - var v; - var f; - var n; // wh + bl cant be > 1 - - if (ratio > 1) { - wh /= ratio; - bl /= ratio; - } - - i = Math.floor(6 * h); - v = 1 - bl; - f = 6 * h - i; - - if ((i & 0x01) !== 0) { - f = 1 - f; - } - - n = wh + f * (v - wh); // linear interpolation - - var r; - var g; - var b; - - switch (i) { - default: - case 6: - case 0: - r = v; - g = n; - b = wh; - break; +const NEWLINE$1 = /\r\n|[\n\r\u2028\u2029]/; +const BRACKET = /^[()[\]{}]$/; +let tokenize; +{ + const JSX_TAG = /^[a-z][\w-]*$/i; - case 1: - r = n; - g = v; - b = wh; - break; + const getTokenType = function (token, offset, text) { + if (token.type === "name") { + if ((0, _helperValidatorIdentifier.isKeyword)(token.value) || (0, _helperValidatorIdentifier.isStrictReservedWord)(token.value, true) || sometimesKeywords.has(token.value)) { + return "keyword"; + } - case 2: - r = wh; - g = v; - b = n; - break; + if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.substr(offset - 2, 2) == " 0.0031308 ? 1.055 * Math.pow(r, 1.0 / 2.4) - 0.055 : r * 12.92; - g = g > 0.0031308 ? 1.055 * Math.pow(g, 1.0 / 2.4) - 0.055 : g * 12.92; - b = b > 0.0031308 ? 1.055 * Math.pow(b, 1.0 / 2.4) - 0.055 : b * 12.92; - r = Math.min(Math.max(0, r), 1); - g = Math.min(Math.max(0, g), 1); - b = Math.min(Math.max(0, b), 1); - return [r * 255, g * 255, b * 255]; - }; + while (match = _jsTokens.default.exec(text)) { + const token = _jsTokens.matchToToken(match); - convert.xyz.lab = function (xyz) { - var x = xyz[0]; - var y = xyz[1]; - var z = xyz[2]; - var l; - var a; - var b; - x /= 95.047; - y /= 100; - z /= 108.883; - x = x > 0.008856 ? Math.pow(x, 1 / 3) : 7.787 * x + 16 / 116; - y = y > 0.008856 ? Math.pow(y, 1 / 3) : 7.787 * y + 16 / 116; - z = z > 0.008856 ? Math.pow(z, 1 / 3) : 7.787 * z + 16 / 116; - l = 116 * y - 16; - a = 500 * (x - y); - b = 200 * (y - z); - return [l, a, b]; + yield { + type: getTokenType(token, match.index, text), + value: token.value + }; + } }; +} - convert.lab.xyz = function (lab) { - var l = lab[0]; - var a = lab[1]; - var b = lab[2]; - var x; - var y; - var z; - y = (l + 16) / 116; - x = a / 500 + y; - z = y - b / 200; - var y2 = Math.pow(y, 3); - var x2 = Math.pow(x, 3); - var z2 = Math.pow(z, 3); - y = y2 > 0.008856 ? y2 : (y - 16 / 116) / 7.787; - x = x2 > 0.008856 ? x2 : (x - 16 / 116) / 7.787; - z = z2 > 0.008856 ? z2 : (z - 16 / 116) / 7.787; - x *= 95.047; - y *= 100; - z *= 108.883; - return [x, y, z]; - }; +function highlightTokens(defs, text) { + let highlighted = ""; - convert.lab.lch = function (lab) { - var l = lab[0]; - var a = lab[1]; - var b = lab[2]; - var hr; - var h; - var c; - hr = Math.atan2(b, a); - h = hr * 360 / 2 / Math.PI; + for (const { + type, + value + } of tokenize(text)) { + const colorize = defs[type]; - if (h < 0) { - h += 360; + if (colorize) { + highlighted += value.split(NEWLINE$1).map(str => colorize(str)).join("\n"); + } else { + highlighted += value; } + } - c = Math.sqrt(a * a + b * b); - return [l, c, h]; - }; + return highlighted; +} - convert.lch.lab = function (lch) { - var l = lch[0]; - var c = lch[1]; - var h = lch[2]; - var a; - var b; - var hr; - hr = h / 360 * 2 * Math.PI; - a = c * Math.cos(hr); - b = c * Math.sin(hr); - return [l, a, b]; - }; +function shouldHighlight(options) { + return !!_chalk.supportsColor || options.forceColor; +} + +function getChalk(options) { + return options.forceColor ? new _chalk.constructor({ + enabled: true, + level: 1 + }) : _chalk; +} - convert.rgb.ansi16 = function (args) { - var r = args[0]; - var g = args[1]; - var b = args[2]; - var value = 1 in arguments ? arguments[1] : convert.rgb.hsv(args)[2]; // hsv -> ansi16 optimization +function highlight(code, options = {}) { + if (shouldHighlight(options)) { + const chalk = getChalk(options); + const defs = getDefs$1(chalk); + return highlightTokens(defs, code); + } else { + return code; + } +} - value = Math.round(value / 50); +Object.defineProperty(lib$3, "__esModule", { + value: true +}); +lib$3.codeFrameColumns = codeFrameColumns; +lib$3.default = _default; +var _highlight = lib$2; +let deprecationWarningShown = false; - if (value === 0) { - return 30; - } +function getDefs(chalk) { + return { + gutter: chalk.grey, + marker: chalk.red.bold, + message: chalk.red.bold + }; +} - var ansi = 30 + (Math.round(b / 255) << 2 | Math.round(g / 255) << 1 | Math.round(r / 255)); +const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; - if (value === 2) { - ansi += 60; +function getMarkerLines(loc, source, opts) { + const startLoc = Object.assign({ + column: 0, + line: -1 + }, loc.start); + const endLoc = Object.assign({}, startLoc, loc.end); + const { + linesAbove = 2, + linesBelow = 3 + } = opts || {}; + const startLine = startLoc.line; + const startColumn = startLoc.column; + const endLine = endLoc.line; + const endColumn = endLoc.column; + let start = Math.max(startLine - (linesAbove + 1), 0); + let end = Math.min(source.length, endLine + linesBelow); + + if (startLine === -1) { + start = 0; + } + + if (endLine === -1) { + end = source.length; + } + + const lineDiff = endLine - startLine; + const markerLines = {}; + + if (lineDiff) { + for (let i = 0; i <= lineDiff; i++) { + const lineNumber = i + startLine; + + if (!startColumn) { + markerLines[lineNumber] = true; + } else if (i === 0) { + const sourceLength = source[lineNumber - 1].length; + markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1]; + } else if (i === lineDiff) { + markerLines[lineNumber] = [0, endColumn]; + } else { + const sourceLength = source[lineNumber - i].length; + markerLines[lineNumber] = [0, sourceLength]; + } + } + } else { + if (startColumn === endColumn) { + if (startColumn) { + markerLines[startLine] = [startColumn, 0]; + } else { + markerLines[startLine] = true; + } + } else { + markerLines[startLine] = [startColumn, endColumn - startColumn]; } + } - return ansi; + return { + start, + end, + markerLines }; +} + +function codeFrameColumns(rawLines, loc, opts = {}) { + const highlighted = (opts.highlightCode || opts.forceColor) && (0, _highlight.shouldHighlight)(opts); + const chalk = (0, _highlight.getChalk)(opts); + const defs = getDefs(chalk); - convert.hsv.ansi16 = function (args) { - // optimization here; we already know the value and don't need to get - // it converted for us. - return convert.rgb.ansi16(convert.hsv.rgb(args), args[2]); + const maybeHighlight = (chalkFn, string) => { + return highlighted ? chalkFn(string) : string; }; - convert.rgb.ansi256 = function (args) { - var r = args[0]; - var g = args[1]; - var b = args[2]; // we use the extended greyscale palette here, with the exception of - // black and white. normal palette only has 4 greyscale shades. + const lines = rawLines.split(NEWLINE); + const { + start, + end, + markerLines + } = getMarkerLines(loc, lines, opts); + const hasColumns = loc.start && typeof loc.start.column === "number"; + const numberMaxWidth = String(end).length; + const highlightedLines = highlighted ? (0, _highlight.default)(rawLines, opts) : rawLines; + let frame = highlightedLines.split(NEWLINE, end).slice(start, end).map((line, index) => { + const number = start + 1 + index; + const paddedNumber = ` ${number}`.slice(-numberMaxWidth); + const gutter = ` ${paddedNumber} |`; + const hasMarker = markerLines[number]; + const lastMarkerLine = !markerLines[number + 1]; - if (r === g && g === b) { - if (r < 8) { - return 16; - } + if (hasMarker) { + let markerLine = ""; + + if (Array.isArray(hasMarker)) { + const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " "); + const numberOfMarkers = hasMarker[1] || 1; + markerLine = ["\n ", maybeHighlight(defs.gutter, gutter.replace(/\d/g, " ")), " ", markerSpacing, maybeHighlight(defs.marker, "^").repeat(numberOfMarkers)].join(""); - if (r > 248) { - return 231; + if (lastMarkerLine && opts.message) { + markerLine += " " + maybeHighlight(defs.message, opts.message); + } } - return Math.round((r - 8) / 247 * 24) + 232; + return [maybeHighlight(defs.marker, ">"), maybeHighlight(defs.gutter, gutter), line.length > 0 ? ` ${line}` : "", markerLine].join(""); + } else { + return ` ${maybeHighlight(defs.gutter, gutter)}${line.length > 0 ? ` ${line}` : ""}`; } + }).join("\n"); - var ansi = 16 + 36 * Math.round(r / 255 * 5) + 6 * Math.round(g / 255 * 5) + Math.round(b / 255 * 5); - return ansi; - }; + if (opts.message && !hasColumns) { + frame = `${" ".repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`; + } - convert.ansi16.rgb = function (args) { - var color = args % 10; // handle greyscale + if (highlighted) { + return chalk.reset(frame); + } else { + return frame; + } +} - if (color === 0 || color === 7) { - if (args > 50) { - color += 3.5; - } +function _default(rawLines, lineNumber, colNumber, opts = {}) { + if (!deprecationWarningShown) { + deprecationWarningShown = true; + const message = "Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`."; - color = color / 10.5 * 255; - return [color, color, color]; + if (process.emitWarning) { + process.emitWarning(message, "DeprecationWarning"); + } else { + const deprecationError = new Error(message); + deprecationError.name = "DeprecationWarning"; + console.warn(new Error(message)); } + } - var mult = (~~(args > 50) + 1) * 0.5; - var r = (color & 1) * mult * 255; - var g = (color >> 1 & 1) * mult * 255; - var b = (color >> 2 & 1) * mult * 255; - return [r, g, b]; + colNumber = Math.max(colNumber, 0); + const location = { + start: { + column: colNumber, + line: lineNumber + } }; + return codeFrameColumns(rawLines, location, opts); +} + +const path$q = require$$0__default$2["default"]; +const { + ConfigError +} = errors; +const jsLoc = loc$6; +const { + locStart: locStart$r, + locEnd: locEnd$q +} = jsLoc; // Use defineProperties()/getOwnPropertyDescriptor() to prevent +// triggering the parsers getters. + +const ownNames = Object.getOwnPropertyNames; +const ownDescriptor = Object.getOwnPropertyDescriptor; + +function getParsers(options) { + const parsers = {}; - convert.ansi256.rgb = function (args) { - // handle greyscale - if (args >= 232) { - var c = (args - 232) * 10 + 8; - return [c, c, c]; + for (const plugin of options.plugins) { + // TODO: test this with plugins + + /* istanbul ignore next */ + if (!plugin.parsers) { + continue; } - args -= 16; - var rem; - var r = Math.floor(args / 36) / 5 * 255; - var g = Math.floor((rem = args % 36) / 6) / 5 * 255; - var b = rem % 6 / 5 * 255; - return [r, g, b]; - }; + for (const name of ownNames(plugin.parsers)) { + Object.defineProperty(parsers, name, ownDescriptor(plugin.parsers, name)); + } + } - convert.rgb.hex = function (args) { - var integer = ((Math.round(args[0]) & 0xFF) << 16) + ((Math.round(args[1]) & 0xFF) << 8) + (Math.round(args[2]) & 0xFF); - var string = integer.toString(16).toUpperCase(); - return '000000'.substring(string.length) + string; - }; + return parsers; +} + +function resolveParser$1(opts, parsers = getParsers(opts)) { + if (typeof opts.parser === "function") { + // Custom parser API always works with JavaScript. + return { + parse: opts.parser, + astFormat: "estree", + locStart: locStart$r, + locEnd: locEnd$q + }; + } - convert.hex.rgb = function (args) { - var match = args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i); + if (typeof opts.parser === "string") { + if (Object.prototype.hasOwnProperty.call(parsers, opts.parser)) { + return parsers[opts.parser]; + } - if (!match) { - return [0, 0, 0]; + try { + return { + parse: require(path$q.resolve(process.cwd(), opts.parser)), + astFormat: "estree", + locStart: locStart$r, + locEnd: locEnd$q + }; + } catch { + /* istanbul ignore next */ + throw new ConfigError(`Couldn't resolve parser "${opts.parser}"`); } + } +} + +function parse$d(text, opts) { + const parsers = getParsers(opts); // Create a new object {parserName: parseFn}. Uses defineProperty() to only call + // the parsers getters when actually calling the parser `parse` function. - var colorString = match[0]; + const parsersForCustomParserApi = Object.defineProperties({}, Object.fromEntries(Object.keys(parsers).map(parserName => [parserName, { + enumerable: true, - if (match[0].length === 3) { - colorString = colorString.split('').map(function (char) { - return char + char; - }).join(''); + get() { + return parsers[parserName].parse; } - var integer = parseInt(colorString, 16); - var r = integer >> 16 & 0xFF; - var g = integer >> 8 & 0xFF; - var b = integer & 0xFF; - return [r, g, b]; - }; + }]))); + const parser = resolveParser$1(opts, parsers); - convert.rgb.hcg = function (rgb) { - var r = rgb[0] / 255; - var g = rgb[1] / 255; - var b = rgb[2] / 255; - var max = Math.max(Math.max(r, g), b); - var min = Math.min(Math.min(r, g), b); - var chroma = max - min; - var grayscale; - var hue; - - if (chroma < 1) { - grayscale = min / (1 - chroma); - } else { - grayscale = 0; + try { + if (parser.preprocess) { + text = parser.preprocess(text, opts); } - if (chroma <= 0) { - hue = 0; - } else if (max === r) { - hue = (g - b) / chroma % 6; - } else if (max === g) { - hue = 2 + (b - r) / chroma; - } else { - hue = 4 + (r - g) / chroma + 4; + return { + text, + ast: parser.parse(text, parsersForCustomParserApi, opts) + }; + } catch (error) { + const { + loc + } = error; + + if (loc) { + const { + codeFrameColumns + } = lib$3; + error.codeFrame = codeFrameColumns(text, loc, { + highlightCode: true + }); + error.message += "\n" + error.codeFrame; + throw error; } + /* istanbul ignore next */ - hue /= 6; - hue %= 1; - return [hue * 360, chroma * 100, grayscale * 100]; - }; - convert.hsl.hcg = function (hsl) { - var s = hsl[1] / 100; - var l = hsl[2] / 100; - var c = 1; - var f = 0; + throw error.stack; + } +} + +var parser$2 = { + parse: parse$d, + resolveParser: resolveParser$1 +}; + +const fs$k = require$$0__default["default"]; +const path$p = require$$0__default$2["default"]; +const readlines = readlines$1; +const { + UndefinedParserError +} = errors; +const { + getSupportInfo: getSupportInfo$1 +} = support; +const normalizer = optionsNormalizer; +const { + resolveParser +} = parser$2; +const hiddenDefaults = { + astFormat: "estree", + printer: {}, + originalText: undefined, + locStart: null, + locEnd: null +}; // Copy options and fill in default values. + +function normalize$1(options, opts = {}) { + const rawOptions = Object.assign({}, options); + const supportOptions = getSupportInfo$1({ + plugins: options.plugins, + showUnreleased: true, + showDeprecated: true + }).options; + const defaults = Object.assign(Object.assign({}, hiddenDefaults), Object.fromEntries(supportOptions.filter(optionInfo => optionInfo.default !== undefined).map(option => [option.name, option.default]))); - if (l < 0.5) { - c = 2.0 * s * l; + if (!rawOptions.parser) { + if (!rawOptions.filepath) { + const logger = opts.logger || console; + logger.warn("No parser and no filepath given, using 'babel' the parser now " + "but this will throw an error in the future. " + "Please specify a parser or a filepath so one can be inferred."); + rawOptions.parser = "babel"; } else { - c = 2.0 * s * (1.0 - l); - } + rawOptions.parser = inferParser(rawOptions.filepath, rawOptions.plugins); - if (c < 1.0) { - f = (l - 0.5 * c) / (1.0 - c); + if (!rawOptions.parser) { + throw new UndefinedParserError(`No parser could be inferred for file: ${rawOptions.filepath}`); + } } + } - return [hsl[0], c * 100, f * 100]; - }; - - convert.hsv.hcg = function (hsv) { - var s = hsv[1] / 100; - var v = hsv[2] / 100; - var c = s * v; - var f = 0; + const parser = resolveParser(normalizer.normalizeApiOptions(rawOptions, [supportOptions.find(x => x.name === "parser")], { + passThrough: true, + logger: false + })); + rawOptions.astFormat = parser.astFormat; + rawOptions.locEnd = parser.locEnd; + rawOptions.locStart = parser.locStart; + const plugin = getPlugin(rawOptions); + rawOptions.printer = plugin.printers[rawOptions.astFormat]; + const pluginDefaults = Object.fromEntries(supportOptions.filter(optionInfo => optionInfo.pluginDefaults && optionInfo.pluginDefaults[plugin.name] !== undefined).map(optionInfo => [optionInfo.name, optionInfo.pluginDefaults[plugin.name]])); + const mixedDefaults = Object.assign(Object.assign({}, defaults), pluginDefaults); - if (c < 1.0) { - f = (v - c) / (1 - c); + for (const [k, value] of Object.entries(mixedDefaults)) { + if (rawOptions[k] === null || rawOptions[k] === undefined) { + rawOptions[k] = value; } + } - return [hsv[0], c * 100, f * 100]; - }; - - convert.hcg.rgb = function (hcg) { - var h = hcg[0] / 360; - var c = hcg[1] / 100; - var g = hcg[2] / 100; - - if (c === 0.0) { - return [g * 255, g * 255, g * 255]; - } + if (rawOptions.parser === "json") { + rawOptions.trailingComma = "none"; + } - var pure = [0, 0, 0]; - var hi = h % 1 * 6; - var v = hi % 1; - var w = 1 - v; - var mg = 0; + return normalizer.normalizeApiOptions(rawOptions, supportOptions, Object.assign({ + passThrough: Object.keys(hiddenDefaults) + }, opts)); +} - switch (Math.floor(hi)) { - case 0: - pure[0] = 1; - pure[1] = v; - pure[2] = 0; - break; +function getPlugin(options) { + const { + astFormat + } = options; // TODO: test this with plugins - case 1: - pure[0] = w; - pure[1] = 1; - pure[2] = 0; - break; + /* istanbul ignore next */ - case 2: - pure[0] = 0; - pure[1] = 1; - pure[2] = v; - break; + if (!astFormat) { + throw new Error("getPlugin() requires astFormat to be set"); + } - case 3: - pure[0] = 0; - pure[1] = w; - pure[2] = 1; - break; + const printerPlugin = options.plugins.find(plugin => plugin.printers && plugin.printers[astFormat]); // TODO: test this with plugins - case 4: - pure[0] = v; - pure[1] = 0; - pure[2] = 1; - break; + /* istanbul ignore next */ - default: - pure[0] = 1; - pure[1] = 0; - pure[2] = w; - } + if (!printerPlugin) { + throw new Error(`Couldn't find plugin for AST format "${astFormat}"`); + } - mg = (1.0 - c) * g; - return [(c * pure[0] + mg) * 255, (c * pure[1] + mg) * 255, (c * pure[2] + mg) * 255]; - }; + return printerPlugin; +} - convert.hcg.hsv = function (hcg) { - var c = hcg[1] / 100; - var g = hcg[2] / 100; - var v = c + g * (1.0 - c); - var f = 0; +function getInterpreter(filepath) { + /* istanbul ignore next */ + if (typeof filepath !== "string") { + return ""; + } - if (v > 0.0) { - f = c / v; - } + let fd; - return [hcg[0], f * 100, v * 100]; - }; + try { + fd = fs$k.openSync(filepath, "r"); + } catch { + // istanbul ignore next + return ""; + } - convert.hcg.hsl = function (hcg) { - var c = hcg[1] / 100; - var g = hcg[2] / 100; - var l = g * (1.0 - c) + 0.5 * c; - var s = 0; + try { + const liner = new readlines(fd); + const firstLine = liner.next().toString("utf8"); // #!/bin/env node, #!/usr/bin/env node - if (l > 0.0 && l < 0.5) { - s = c / (2 * l); - } else if (l >= 0.5 && l < 1.0) { - s = c / (2 * (1 - l)); - } + const m1 = firstLine.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/); - return [hcg[0], s * 100, l * 100]; - }; + if (m1) { + return m1[1]; + } // #!/bin/node, #!/usr/bin/node, #!/usr/local/bin/node - convert.hcg.hwb = function (hcg) { - var c = hcg[1] / 100; - var g = hcg[2] / 100; - var v = c + g * (1.0 - c); - return [hcg[0], (v - c) * 100, (1 - v) * 100]; - }; - convert.hwb.hcg = function (hwb) { - var w = hwb[1] / 100; - var b = hwb[2] / 100; - var v = 1 - b; - var c = v - w; - var g = 0; + const m2 = firstLine.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/); - if (c < 1) { - g = (v - c) / (1 - c); + if (m2) { + return m2[1]; } - return [hwb[0], c * 100, g * 100]; - }; + return ""; + } catch { + // There are some weird cases where paths are missing, causing Jest + // failures. It's unclear what these correspond to in the real world. - convert.apple.rgb = function (apple) { - return [apple[0] / 65535 * 255, apple[1] / 65535 * 255, apple[2] / 65535 * 255]; - }; + /* istanbul ignore next */ + return ""; + } finally { + try { + // There are some weird cases where paths are missing, causing Jest + // failures. It's unclear what these correspond to in the real world. + fs$k.closeSync(fd); + } catch {// nop + } + } +} - convert.rgb.apple = function (rgb) { - return [rgb[0] / 255 * 65535, rgb[1] / 255 * 65535, rgb[2] / 255 * 65535]; - }; +function inferParser(filepath, plugins) { + const filename = path$p.basename(filepath).toLowerCase(); + const languages = getSupportInfo$1({ + plugins + }).languages.filter(language => language.since !== null); // If the file has no extension, we can try to infer the language from the + // interpreter in the shebang line, if any; but since this requires FS access, + // do it last. - convert.gray.rgb = function (args) { - return [args[0] / 100 * 255, args[0] / 100 * 255, args[0] / 100 * 255]; - }; + let language = languages.find(language => language.extensions && language.extensions.some(extension => filename.endsWith(extension)) || language.filenames && language.filenames.some(name => name.toLowerCase() === filename)); - convert.gray.hsl = convert.gray.hsv = function (args) { - return [0, 0, args[0]]; - }; + if (!language && !filename.includes(".")) { + const interpreter = getInterpreter(filepath); + language = languages.find(language => language.interpreters && language.interpreters.includes(interpreter)); + } - convert.gray.hwb = function (gray) { - return [0, 100, gray[0]]; - }; + return language && language.parsers[0]; +} - convert.gray.cmyk = function (gray) { - return [0, 0, 0, gray[0]]; - }; +var options$d = { + normalize: normalize$1, + hiddenDefaults, + inferParser +}; - convert.gray.lab = function (gray) { - return [gray[0], 0, 0]; - }; +function massageAST$1(ast, options, parent) { + if (Array.isArray(ast)) { + return ast.map(e => massageAST$1(e, options, parent)).filter(Boolean); + } - convert.gray.hex = function (gray) { - var val = Math.round(gray[0] / 100 * 255) & 0xFF; - var integer = (val << 16) + (val << 8) + val; - var string = integer.toString(16).toUpperCase(); - return '000000'.substring(string.length) + string; - }; + if (!ast || typeof ast !== "object") { + return ast; + } - convert.rgb.gray = function (rgb) { - var val = (rgb[0] + rgb[1] + rgb[2]) / 3; - return [val / 255 * 100]; - }; -}); + const cleanFunction = options.printer.massageAstNode; + let ignoredProperties; -/* - this function routes a model to all other models. + if (cleanFunction && cleanFunction.ignoredProperties) { + ignoredProperties = cleanFunction.ignoredProperties; + } else { + ignoredProperties = new Set(); + } - all functions that are routed have a property `.conversion` attached - to the returned synthetic function. This property is an array - of strings, each with the steps in between the 'from' and 'to' - color models (inclusive). + const newObj = {}; - conversions that are not possible simply are not included. -*/ + for (const [key, value] of Object.entries(ast)) { + if (!ignoredProperties.has(key) && typeof value !== "function") { + newObj[key] = massageAST$1(value, options, ast); + } + } -function buildGraph$2() { - var graph = {}; // https://jsperf.com/object-keys-vs-for-in-with-closure/3 + if (cleanFunction) { + const result = cleanFunction(ast, newObj, parent); - var models = Object.keys(conversions$2); + if (result === null) { + return; + } - for (var len = models.length, i = 0; i < len; i++) { - graph[models[i]] = { - // http://jsperf.com/1-vs-infinity - // micro-opt, but this is simple. - distance: -1, - parent: null - }; + if (result) { + return result; + } } - return graph; -} // https://en.wikipedia.org/wiki/Breadth-first_search + return newObj; +} +var massageAst = massageAST$1; -function deriveBFS$2(fromModel) { - var graph = buildGraph$2(); - var queue = [fromModel]; // unshift -> queue -> pop +const assert$6 = require$$0__default$3["default"]; +const { + builders: { + line: line$A, + hardline: hardline$C, + breakParent: breakParent$a, + indent: indent$z, + lineSuffix: lineSuffix$1, + join: join$v, + cursor + } +} = require$$7$3; +const { + hasNewline: hasNewline$9, + skipNewline: skipNewline$1, + skipSpaces: skipSpaces$1, + isPreviousLineEmpty: isPreviousLineEmpty$2, + addLeadingComment: addLeadingComment$2, + addDanglingComment: addDanglingComment$2, + addTrailingComment: addTrailingComment$2 +} = util$8; +const childNodesCache = new WeakMap(); - graph[fromModel].distance = 0; +function getSortedChildNodes(node, options, resultArray) { + if (!node) { + return; + } - while (queue.length) { - var current = queue.pop(); - var adjacents = Object.keys(conversions$2[current]); + const { + printer, + locStart, + locEnd + } = options; - for (var len = adjacents.length, i = 0; i < len; i++) { - var adjacent = adjacents[i]; - var node = graph[adjacent]; + if (resultArray) { + if (printer.canAttachComment && printer.canAttachComment(node)) { + // This reverse insertion sort almost always takes constant + // time because we almost always (maybe always?) append the + // nodes in order anyway. + let i; - if (node.distance === -1) { - node.distance = graph[current].distance + 1; - node.parent = current; - queue.unshift(adjacent); + for (i = resultArray.length - 1; i >= 0; --i) { + if (locStart(resultArray[i]) <= locStart(node) && locEnd(resultArray[i]) <= locEnd(node)) { + break; + } } + + resultArray.splice(i + 1, 0, node); + return; } + } else if (childNodesCache.has(node)) { + return childNodesCache.get(node); } - return graph; -} - -function link$2(from, to) { - return function (args) { - return to(from(args)); - }; -} + const childNodes = printer.getCommentChildNodes && printer.getCommentChildNodes(node, options) || typeof node === "object" && Object.entries(node).filter(([key]) => key !== "enclosingNode" && key !== "precedingNode" && key !== "followingNode" && key !== "tokens" && key !== "comments").map(([, value]) => value); -function wrapConversion$2(toModel, graph) { - var path = [graph[toModel].parent, toModel]; - var fn = conversions$2[graph[toModel].parent][toModel]; - var cur = graph[toModel].parent; - - while (graph[cur].parent) { - path.unshift(graph[cur].parent); - fn = link$2(conversions$2[graph[cur].parent][cur], fn); - cur = graph[cur].parent; + if (!childNodes) { + return; } - fn.conversion = path; - return fn; -} + if (!resultArray) { + resultArray = []; + childNodesCache.set(node, resultArray); + } -var route$2 = function (fromModel) { - var graph = deriveBFS$2(fromModel); - var conversion = {}; - var models = Object.keys(graph); + for (const childNode of childNodes) { + getSortedChildNodes(childNode, options, resultArray); + } - for (var len = models.length, i = 0; i < len; i++) { - var toModel = models[i]; - var node = graph[toModel]; + return resultArray; +} // As efficiently as possible, decorate the comment object with +// .precedingNode, .enclosingNode, and/or .followingNode properties, at +// least one of which is guaranteed to be defined. - if (node.parent === null) { - // no possible conversion, or this node is the source model. - continue; - } - conversion[toModel] = wrapConversion$2(toModel, graph); - } +function decorateComment(node, comment, options, enclosingNode) { + const { + locStart, + locEnd + } = options; + const commentStart = locStart(comment); + const commentEnd = locEnd(comment); + const childNodes = getSortedChildNodes(node, options); + let precedingNode; + let followingNode; // Time to dust off the old binary search robes and wizard hat. - return conversion; -}; + let left = 0; + let right = childNodes.length; -var convert$3 = {}; -var models$2 = Object.keys(conversions$2); + while (left < right) { + const middle = left + right >> 1; + const child = childNodes[middle]; + const start = locStart(child); + const end = locEnd(child); // The comment is completely contained by this child node. -function wrapRaw$2(fn) { - var wrappedFn = function (args) { - if (args === undefined || args === null) { - return args; + if (start <= commentStart && commentEnd <= end) { + // Abandon the binary search at this level. + return decorateComment(child, comment, options, child); } - if (arguments.length > 1) { - args = Array.prototype.slice.call(arguments); + if (end <= commentStart) { + // This child node falls completely before the comment. + // Because we will never consider this node or any nodes + // before it again, this node must be the closest preceding + // node we have encountered so far. + precedingNode = child; + left = middle + 1; + continue; } - return fn(args); - }; // preserve .conversion property if there is one + if (commentEnd <= start) { + // This child node falls completely after the comment. + // Because we will never consider this node or any nodes after + // it again, this node must be the closest following node we + // have encountered so far. + followingNode = child; + right = middle; + continue; + } + /* istanbul ignore next */ - if ('conversion' in fn) { - wrappedFn.conversion = fn.conversion; - } + throw new Error("Comment location overlaps with node location"); + } // We don't want comments inside of different expressions inside of the same + // template literal to move to another expression. - return wrappedFn; -} -function wrapRounded$2(fn) { - var wrappedFn = function (args) { - if (args === undefined || args === null) { - return args; - } + if (enclosingNode && enclosingNode.type === "TemplateLiteral") { + const { + quasis + } = enclosingNode; + const commentIndex = findExpressionIndexForComment(quasis, comment, options); - if (arguments.length > 1) { - args = Array.prototype.slice.call(arguments); + if (precedingNode && findExpressionIndexForComment(quasis, precedingNode, options) !== commentIndex) { + precedingNode = null; } - var result = fn(args); // we're assuming the result is an array here. - // see notice in conversions.js; don't use box types - // in conversion functions. - - if (typeof result === 'object') { - for (var len = result.length, i = 0; i < len; i++) { - result[i] = Math.round(result[i]); - } + if (followingNode && findExpressionIndexForComment(quasis, followingNode, options) !== commentIndex) { + followingNode = null; } - - return result; - }; // preserve .conversion property if there is one - - - if ('conversion' in fn) { - wrappedFn.conversion = fn.conversion; } - return wrappedFn; + return { + enclosingNode, + precedingNode, + followingNode + }; } -models$2.forEach(function (fromModel) { - convert$3[fromModel] = {}; - Object.defineProperty(convert$3[fromModel], 'channels', { - value: conversions$2[fromModel].channels - }); - Object.defineProperty(convert$3[fromModel], 'labels', { - value: conversions$2[fromModel].labels - }); - var routes = route$2(fromModel); - var routeModels = Object.keys(routes); - routeModels.forEach(function (toModel) { - var fn = routes[toModel]; - convert$3[fromModel][toModel] = wrapRounded$2(fn); - convert$3[fromModel][toModel].raw = wrapRaw$2(fn); - }); -}); -var colorConvert$2 = convert$3; +const returnFalse$1 = () => false; -var ansiStyles$2 = createCommonjsModule(function (module) { +function attach(comments, ast, text, options) { + if (!Array.isArray(comments)) { + return; + } - const wrapAnsi16 = (fn, offset) => function () { - const code = fn.apply(colorConvert$2, arguments); - return `\u001B[${code + offset}m`; - }; + const tiesToBreak = []; + const { + locStart, + locEnd, + printer: { + handleComments = {} + } + } = options; // TODO: Make this as default behavior - const wrapAnsi256 = (fn, offset) => function () { - const code = fn.apply(colorConvert$2, arguments); - return `\u001B[${38 + offset};5;${code}m`; - }; + const { + avoidAstMutation, + ownLine: handleOwnLineComment = returnFalse$1, + endOfLine: handleEndOfLineComment = returnFalse$1, + remaining: handleRemainingComment = returnFalse$1 + } = handleComments; + const decoratedComments = comments.map((comment, index) => Object.assign(Object.assign({}, decorateComment(ast, comment, options)), {}, { + comment, + text, + options, + ast, + isLastComment: comments.length - 1 === index + })); - const wrapAnsi16m = (fn, offset) => function () { - const rgb = fn.apply(colorConvert$2, arguments); - return `\u001B[${38 + offset};2;${rgb[0]};${rgb[1]};${rgb[2]}m`; - }; + for (const [index, context] of decoratedComments.entries()) { + const { + comment, + precedingNode, + enclosingNode, + followingNode, + text, + options, + ast, + isLastComment + } = context; - function assembleStyles() { - const codes = new Map(); - const styles = { - modifier: { - reset: [0, 0], - // 21 isn't widely supported and 22 does the same thing - bold: [1, 22], - dim: [2, 22], - italic: [3, 23], - underline: [4, 24], - inverse: [7, 27], - hidden: [8, 28], - strikethrough: [9, 29] - }, - color: { - black: [30, 39], - red: [31, 39], - green: [32, 39], - yellow: [33, 39], - blue: [34, 39], - magenta: [35, 39], - cyan: [36, 39], - white: [37, 39], - gray: [90, 39], - // Bright color - redBright: [91, 39], - greenBright: [92, 39], - yellowBright: [93, 39], - blueBright: [94, 39], - magentaBright: [95, 39], - cyanBright: [96, 39], - whiteBright: [97, 39] - }, - bgColor: { - bgBlack: [40, 49], - bgRed: [41, 49], - bgGreen: [42, 49], - bgYellow: [43, 49], - bgBlue: [44, 49], - bgMagenta: [45, 49], - bgCyan: [46, 49], - bgWhite: [47, 49], - // Bright color - bgBlackBright: [100, 49], - bgRedBright: [101, 49], - bgGreenBright: [102, 49], - bgYellowBright: [103, 49], - bgBlueBright: [104, 49], - bgMagentaBright: [105, 49], - bgCyanBright: [106, 49], - bgWhiteBright: [107, 49] + if (options.parser === "json" || options.parser === "json5" || options.parser === "__js_expression" || options.parser === "__vue_expression") { + if (locStart(comment) - locStart(ast) <= 0) { + addLeadingComment$2(ast, comment); + continue; } - }; // Fix humans - - styles.color.grey = styles.color.gray; - for (const groupName of Object.keys(styles)) { - const group = styles[groupName]; - - for (const styleName of Object.keys(group)) { - const style = group[styleName]; - styles[styleName] = { - open: `\u001B[${style[0]}m`, - close: `\u001B[${style[1]}m` - }; - group[styleName] = styles[styleName]; - codes.set(style[0], style[1]); + if (locEnd(comment) - locEnd(ast) >= 0) { + addTrailingComment$2(ast, comment); + continue; } - - Object.defineProperty(styles, groupName, { - value: group, - enumerable: false - }); - Object.defineProperty(styles, 'codes', { - value: codes, - enumerable: false - }); } - const ansi2ansi = n => n; + let args; - const rgb2rgb = (r, g, b) => [r, g, b]; + if (avoidAstMutation) { + args = [context]; + } else { + comment.enclosingNode = enclosingNode; + comment.precedingNode = precedingNode; + comment.followingNode = followingNode; + args = [comment, text, options, ast, isLastComment]; + } - styles.color.close = '\u001B[39m'; - styles.bgColor.close = '\u001B[49m'; - styles.color.ansi = { - ansi: wrapAnsi16(ansi2ansi, 0) - }; - styles.color.ansi256 = { - ansi256: wrapAnsi256(ansi2ansi, 0) - }; - styles.color.ansi16m = { - rgb: wrapAnsi16m(rgb2rgb, 0) - }; - styles.bgColor.ansi = { - ansi: wrapAnsi16(ansi2ansi, 10) - }; - styles.bgColor.ansi256 = { - ansi256: wrapAnsi256(ansi2ansi, 10) - }; - styles.bgColor.ansi16m = { - rgb: wrapAnsi16m(rgb2rgb, 10) - }; + if (isOwnLineComment(text, options, decoratedComments, index)) { + comment.placement = "ownLine"; // If a comment exists on its own line, prefer a leading comment. + // We also need to check if it's the first line of the file. - for (let key of Object.keys(colorConvert$2)) { - if (typeof colorConvert$2[key] !== 'object') { - continue; + if (handleOwnLineComment(...args)) ; else if (followingNode) { + // Always a leading comment. + addLeadingComment$2(followingNode, comment); + } else if (precedingNode) { + addTrailingComment$2(precedingNode, comment); + } else if (enclosingNode) { + addDanglingComment$2(enclosingNode, comment); + } else { + // There are no nodes, let's attach it to the root of the ast + + /* istanbul ignore next */ + addDanglingComment$2(ast, comment); } + } else if (isEndOfLineComment(text, options, decoratedComments, index)) { + comment.placement = "endOfLine"; - const suite = colorConvert$2[key]; + if (handleEndOfLineComment(...args)) ; else if (precedingNode) { + // There is content before this comment on the same line, but + // none after it, so prefer a trailing comment of the previous node. + addTrailingComment$2(precedingNode, comment); + } else if (followingNode) { + addLeadingComment$2(followingNode, comment); + } else if (enclosingNode) { + addDanglingComment$2(enclosingNode, comment); + } else { + // There are no nodes, let's attach it to the root of the ast - if (key === 'ansi16') { - key = 'ansi'; + /* istanbul ignore next */ + addDanglingComment$2(ast, comment); } + } else { + comment.placement = "remaining"; - if ('ansi16' in suite) { - styles.color.ansi[key] = wrapAnsi16(suite.ansi16, 0); - styles.bgColor.ansi[key] = wrapAnsi16(suite.ansi16, 10); - } + if (handleRemainingComment(...args)) ; else if (precedingNode && followingNode) { + // Otherwise, text exists both before and after the comment on + // the same line. If there is both a preceding and following + // node, use a tie-breaking algorithm to determine if it should + // be attached to the next or previous node. In the last case, + // simply attach the right node; + const tieCount = tiesToBreak.length; - if ('ansi256' in suite) { - styles.color.ansi256[key] = wrapAnsi256(suite.ansi256, 0); - styles.bgColor.ansi256[key] = wrapAnsi256(suite.ansi256, 10); + if (tieCount > 0) { + const lastTie = tiesToBreak[tieCount - 1]; + + if (lastTie.followingNode !== followingNode) { + breakTies(tiesToBreak, text, options); + } + } + + tiesToBreak.push(context); + } else if (precedingNode) { + addTrailingComment$2(precedingNode, comment); + } else if (followingNode) { + addLeadingComment$2(followingNode, comment); + } else if (enclosingNode) { + addDanglingComment$2(enclosingNode, comment); + } else { + // There are no nodes, let's attach it to the root of the ast + + /* istanbul ignore next */ + addDanglingComment$2(ast, comment); } + } + } - if ('rgb' in suite) { - styles.color.ansi16m[key] = wrapAnsi16m(suite.rgb, 0); - styles.bgColor.ansi16m[key] = wrapAnsi16m(suite.rgb, 10); - } + breakTies(tiesToBreak, text, options); + + if (!avoidAstMutation) { + for (const comment of comments) { + // These node references were useful for breaking ties, but we + // don't need them anymore, and they create cycles in the AST that + // may lead to infinite recursion if we don't delete them here. + delete comment.precedingNode; + delete comment.enclosingNode; + delete comment.followingNode; } + } +} - return styles; - } // Make the export immutable +const isAllEmptyAndNoLineBreak = text => !/[\S\n\u2028\u2029]/.test(text); +function isOwnLineComment(text, options, decoratedComments, commentIndex) { + const { + comment, + precedingNode + } = decoratedComments[commentIndex]; + const { + locStart, + locEnd + } = options; + let start = locStart(comment); - Object.defineProperty(module, 'exports', { - enumerable: true, - get: assembleStyles - }); -}); + if (precedingNode) { + // Find first comment on the same line + for (let index = commentIndex - 1; index >= 0; index--) { + const { + comment, + precedingNode: currentCommentPrecedingNode + } = decoratedComments[index]; -const env$2 = process.env; -let forceColor$2; + if (currentCommentPrecedingNode !== precedingNode || !isAllEmptyAndNoLineBreak(text.slice(locEnd(comment), start))) { + break; + } -if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false')) { - forceColor$2 = false; -} else if (hasFlag('color') || hasFlag('colors') || hasFlag('color=true') || hasFlag('color=always')) { - forceColor$2 = true; -} + start = locStart(comment); + } + } -if ('FORCE_COLOR' in env$2) { - forceColor$2 = env$2.FORCE_COLOR.length === 0 || parseInt(env$2.FORCE_COLOR, 10) !== 0; + return hasNewline$9(text, start, { + backwards: true + }); } -function translateLevel$2(level) { - if (level === 0) { - return false; +function isEndOfLineComment(text, options, decoratedComments, commentIndex) { + const { + comment, + followingNode + } = decoratedComments[commentIndex]; + const { + locStart, + locEnd + } = options; + let end = locEnd(comment); + + if (followingNode) { + // Find last comment on the same line + for (let index = commentIndex + 1; index < decoratedComments.length; index++) { + const { + comment, + followingNode: currentCommentFollowingNode + } = decoratedComments[index]; + + if (currentCommentFollowingNode !== followingNode || !isAllEmptyAndNoLineBreak(text.slice(end, locStart(comment)))) { + break; + } + + end = locEnd(comment); + } } - return { - level, - hasBasic: true, - has256: level >= 2, - has16m: level >= 3 - }; + return hasNewline$9(text, end); } -function supportsColor$2(stream) { - if (forceColor$2 === false) { - return 0; +function breakTies(tiesToBreak, text, options) { + const tieCount = tiesToBreak.length; + + if (tieCount === 0) { + return; } - if (hasFlag('color=16m') || hasFlag('color=full') || hasFlag('color=truecolor')) { - return 3; + const { + precedingNode, + followingNode, + enclosingNode + } = tiesToBreak[0]; + const gapRegExp = options.printer.getGapRegex && options.printer.getGapRegex(enclosingNode) || /^[\s(]*$/; + let gapEndPos = options.locStart(followingNode); // Iterate backwards through tiesToBreak, examining the gaps + // between the tied comments. In order to qualify as leading, a + // comment must be separated from followingNode by an unbroken series of + // gaps (or other comments). Gaps should only contain whitespace or open + // parentheses. + + let indexOfFirstLeadingComment; + + for (indexOfFirstLeadingComment = tieCount; indexOfFirstLeadingComment > 0; --indexOfFirstLeadingComment) { + const { + comment, + precedingNode: currentCommentPrecedingNode, + followingNode: currentCommentFollowingNode + } = tiesToBreak[indexOfFirstLeadingComment - 1]; + assert$6.strictEqual(currentCommentPrecedingNode, precedingNode); + assert$6.strictEqual(currentCommentFollowingNode, followingNode); + const gap = text.slice(options.locEnd(comment), gapEndPos); + + if (gapRegExp.test(gap)) { + gapEndPos = options.locStart(comment); + } else { + // The gap string contained something other than whitespace or open + // parentheses. + break; + } } - if (hasFlag('color=256')) { - return 2; + for (const [i, { + comment + }] of tiesToBreak.entries()) { + if (i < indexOfFirstLeadingComment) { + addTrailingComment$2(precedingNode, comment); + } else { + addLeadingComment$2(followingNode, comment); + } } - if (stream && !stream.isTTY && forceColor$2 !== true) { - return 0; + for (const node of [precedingNode, followingNode]) { + if (node.comments && node.comments.length > 1) { + node.comments.sort((a, b) => options.locStart(a) - options.locStart(b)); + } } - const min = forceColor$2 ? 1 : 0; + tiesToBreak.length = 0; +} - if (process.platform === 'win32') { - // Node.js 7.5.0 is the first version of Node.js to include a patch to - // libuv that enables 256 color output on Windows. Anything earlier and it - // won't work. However, here we target Node.js 8 at minimum as it is an LTS - // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows - // release that supports 256 colors. Windows 10 build 14931 is the first release - // that supports 16m/TrueColor. - const osRelease = os__default['default'].release().split('.'); +function printComment$3(path, options) { + const comment = path.getValue(); + comment.printed = true; + return options.printer.printComment(path, options); +} - if (Number(process.versions.node.split('.')[0]) >= 8 && Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) { - return Number(osRelease[2]) >= 14931 ? 3 : 2; +function findExpressionIndexForComment(quasis, comment, options) { + const startPos = options.locStart(comment) - 1; + + for (let i = 1; i < quasis.length; ++i) { + if (startPos < options.locStart(quasis[i])) { + return i - 1; } + } // We haven't found it, it probably means that some of the locations are off. + // Let's just return the first one. - return 1; - } + /* istanbul ignore next */ - if ('CI' in env$2) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env$2) || env$2.CI_NAME === 'codeship') { - return 1; - } - return min; - } + return 0; +} - if ('TEAMCITY_VERSION' in env$2) { - return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env$2.TEAMCITY_VERSION) ? 1 : 0; +function printLeadingComment(path, options) { + const comment = path.getValue(); + const parts = [printComment$3(path, options)]; + const { + printer, + originalText, + locStart, + locEnd + } = options; + const isBlock = printer.isBlockComment && printer.isBlockComment(comment); // Leading block comments should see if they need to stay on the + // same line or not. + + if (isBlock) { + const lineBreak = hasNewline$9(originalText, locEnd(comment)) ? hasNewline$9(originalText, locStart(comment), { + backwards: true + }) ? hardline$C : line$A : " "; + parts.push(lineBreak); + } else { + parts.push(hardline$C); } - if (env$2.COLORTERM === 'truecolor') { - return 3; + const index = skipNewline$1(originalText, skipSpaces$1(originalText, locEnd(comment))); + + if (index !== false && hasNewline$9(originalText, index)) { + parts.push(hardline$C); } - if ('TERM_PROGRAM' in env$2) { - const version = parseInt((env$2.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + return parts; +} - switch (env$2.TERM_PROGRAM) { - case 'iTerm.app': - return version >= 3 ? 3 : 2; +function printTrailingComment(path, options) { + const comment = path.getValue(); + const printed = printComment$3(path, options); + const { + printer, + originalText, + locStart + } = options; + const isBlock = printer.isBlockComment && printer.isBlockComment(comment); - case 'Apple_Terminal': - return 2; - // No default - } + if (hasNewline$9(originalText, locStart(comment), { + backwards: true + })) { + // This allows comments at the end of nested structures: + // { + // x: 1, + // y: 2 + // // A comment + // } + // Those kinds of comments are almost always leading comments, but + // here it doesn't go "outside" the block and turns it into a + // trailing comment for `2`. We can simulate the above by checking + // if this a comment on its own line; normal trailing comments are + // always at the end of another expression. + const isLineBeforeEmpty = isPreviousLineEmpty$2(originalText, comment, locStart); + return lineSuffix$1([hardline$C, isLineBeforeEmpty ? hardline$C : "", printed]); } - if (/-256(color)?$/i.test(env$2.TERM)) { - return 2; + let parts = [" ", printed]; // Trailing block comments never need a newline + + if (!isBlock) { + parts = [lineSuffix$1(parts), breakParent$a]; } - if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env$2.TERM)) { - return 1; + return parts; +} + +function printDanglingComments$e(path, options, sameIndent, filter) { + const parts = []; + const node = path.getValue(); + + if (!node || !node.comments) { + return ""; } - if ('COLORTERM' in env$2) { - return 1; + path.each(() => { + const comment = path.getValue(); + + if (!comment.leading && !comment.trailing && (!filter || filter(comment))) { + parts.push(printComment$3(path, options)); + } + }, "comments"); + + if (parts.length === 0) { + return ""; } - if (env$2.TERM === 'dumb') { - return min; + if (sameIndent) { + return join$v(hardline$C, parts); } - return min; + return indent$z([hardline$C, join$v(hardline$C, parts)]); } -function getSupportLevel$2(stream) { - const level = supportsColor$2(stream); - return translateLevel$2(level); -} +function printCommentsSeparately$1(path, options, ignored) { + const value = path.getValue(); -var supportsColor_1$2 = { - supportsColor: getSupportLevel$2, - stdout: getSupportLevel$2(process.stdout), - stderr: getSupportLevel$2(process.stderr) -}; + if (!value) { + return {}; + } -const TEMPLATE_REGEX$2 = /(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi; -const STYLE_REGEX$2 = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g; -const STRING_REGEX$2 = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; -const ESCAPE_REGEX$2 = /\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi; -const ESCAPES$2 = new Map([['n', '\n'], ['r', '\r'], ['t', '\t'], ['b', '\b'], ['f', '\f'], ['v', '\v'], ['0', '\0'], ['\\', '\\'], ['e', '\u001B'], ['a', '\u0007']]); + let comments = value.comments || []; -function unescape$2(c) { - if (c[0] === 'u' && c.length === 5 || c[0] === 'x' && c.length === 3) { - return String.fromCharCode(parseInt(c.slice(1), 16)); + if (ignored) { + comments = comments.filter(comment => !ignored.has(comment)); } - return ESCAPES$2.get(c) || c; -} - -function parseArguments$2(name, args) { - const results = []; - const chunks = args.trim().split(/\s*,\s*/g); - let matches; + const isCursorNode = value === options.cursorNode; - for (const chunk of chunks) { - if (!isNaN(chunk)) { - results.push(Number(chunk)); - } else if (matches = chunk.match(STRING_REGEX$2)) { - results.push(matches[2].replace(ESCAPE_REGEX$2, (m, escape, chr) => escape ? unescape$2(escape) : chr)); - } else { - throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`); - } + if (comments.length === 0) { + const maybeCursor = isCursorNode ? cursor : ""; + return { + leading: maybeCursor, + trailing: maybeCursor + }; } - return results; -} + const leadingParts = []; + const trailingParts = []; + path.each(() => { + const comment = path.getValue(); -function parseStyle$2(style) { - STYLE_REGEX$2.lastIndex = 0; - const results = []; - let matches; + if (ignored && ignored.has(comment)) { + return; + } - while ((matches = STYLE_REGEX$2.exec(style)) !== null) { - const name = matches[1]; + const { + leading, + trailing + } = comment; - if (matches[2]) { - const args = parseArguments$2(name, matches[2]); - results.push([name].concat(args)); - } else { - results.push([name]); + if (leading) { + leadingParts.push(printLeadingComment(path, options)); + } else if (trailing) { + trailingParts.push(printTrailingComment(path, options)); } + }, "comments"); + + if (isCursorNode) { + leadingParts.unshift(cursor); + trailingParts.push(cursor); } - return results; + return { + leading: leadingParts, + trailing: trailingParts + }; } -function buildStyle$2(chalk, styles) { - const enabled = {}; +function printComments$7(path, doc, options, ignored) { + const { + leading, + trailing + } = printCommentsSeparately$1(path, options, ignored); - for (const layer of styles) { - for (const style of layer.styles) { - enabled[style[0]] = layer.inverse ? null : style.slice(1); - } + if (!leading && !trailing) { + return doc; } - let current = chalk; + return [leading, doc, trailing]; +} - for (const styleName of Object.keys(enabled)) { - if (Array.isArray(enabled[styleName])) { - if (!(styleName in current)) { - throw new Error(`Unknown Chalk style: ${styleName}`); - } +function ensureAllCommentsPrinted(astComments) { + if (!astComments) { + return; + } - if (enabled[styleName].length > 0) { - current = current[styleName].apply(current, enabled[styleName]); - } else { - current = current[styleName]; - } + for (const comment of astComments) { + if (!comment.printed) { + throw new Error('Comment "' + comment.value.trim() + '" was not printed. Please report this error!'); } - } - return current; + delete comment.printed; + } } -var templates$2 = (chalk, tmp) => { - const styles = []; - const chunks = []; - let chunk = []; // eslint-disable-next-line max-params +var comments$4 = { + attach, + printComments: printComments$7, + printCommentsSeparately: printCommentsSeparately$1, + printDanglingComments: printDanglingComments$e, + getSortedChildNodes, + ensureAllCommentsPrinted +}; - tmp.replace(TEMPLATE_REGEX$2, (m, escapeChar, inverse, style, close, chr) => { - if (escapeChar) { - chunk.push(unescape$2(escapeChar)); - } else if (style) { - const str = chunk.join(''); - chunk = []; - chunks.push(styles.length === 0 ? str : buildStyle$2(chalk, styles)(str)); - styles.push({ - inverse, - styles: parseStyle$2(style) - }); - } else if (close) { - if (styles.length === 0) { - throw new Error('Found extraneous } in Chalk template literal'); - } +const getLast$m = getLast_1; - chunks.push(buildStyle$2(chalk, styles)(chunk.join(''))); - chunk = []; - styles.pop(); - } else { - chunk.push(chr); - } - }); - chunks.push(chunk.join('')); +function getNodeHelper(path, count) { + const stackIndex = getNodeStackIndexHelper(path.stack, count); + return stackIndex === -1 ? null : path.stack[stackIndex]; +} - if (styles.length > 0) { - const errMsg = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? '' : 's'} (\`}\`)`; - throw new Error(errMsg); +function getNodeStackIndexHelper(stack, count) { + for (let i = stack.length - 1; i >= 0; i -= 2) { + const value = stack[i]; + + if (value && !Array.isArray(value) && --count < 0) { + return i; + } } - return chunks.join(''); -}; + return -1; +} -var chalk$2 = createCommonjsModule(function (module) { +class AstPath$1 { + constructor(value) { + this.stack = [value]; + } // The name of the current property is always the penultimate element of + // this.stack, and always a String. - const stdoutColor = supportsColor_1$2.stdout; - const isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm'); // `supportsColor.level` → `ansiStyles.color[name]` mapping - const levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m']; // `color-convert` models to exclude from the Chalk API due to conflicts and such + getName() { + const { + stack + } = this; + const { + length + } = stack; - const skipModels = new Set(['gray']); - const styles = Object.create(null); + if (length > 1) { + return stack[length - 2]; + } // Since the name is always a string, null is a safe sentinel value to + // return if we do not know the name of the (root) value. - function applyOptions(obj, options) { - options = options || {}; // Detect level if not set manually + /* istanbul ignore next */ - const scLevel = stdoutColor ? stdoutColor.level : 0; - obj.level = options.level === undefined ? scLevel : options.level; - obj.enabled = 'enabled' in options ? options.enabled : obj.level > 0; + + return null; + } // The value of the current property is always the final element of + // this.stack. + + + getValue() { + return getLast$m(this.stack); } - function Chalk(options) { - // We check for this.template here since calling `chalk.constructor()` - // by itself will have a `this` of a previously constructed chalk object - if (!this || !(this instanceof Chalk) || this.template) { - const chalk = {}; - applyOptions(chalk, options); + getNode(count = 0) { + return getNodeHelper(this, count); + } - chalk.template = function () { - const args = [].slice.call(arguments); - return chalkTag.apply(null, [chalk.template].concat(args)); - }; + getParentNode(count = 0) { + return getNodeHelper(this, count + 1); + } // Temporarily push properties named by string arguments given after the + // callback function onto this.stack, then call the callback with a + // reference to this (modified) AstPath object. Note that the stack will + // be restored to its original state after the callback is finished, so it + // is probably a mistake to retain a reference to the path. - Object.setPrototypeOf(chalk, Chalk.prototype); - Object.setPrototypeOf(chalk.template, chalk); - chalk.template.constructor = Chalk; - return chalk.template; - } - applyOptions(this, options); - } // Use bright blue on Windows as the normal blue color is illegible + call(callback, ...names) { + const { + stack + } = this; + const { + length + } = stack; + let value = getLast$m(stack); + for (const name of names) { + value = value[name]; + stack.push(name, value); + } - if (isSimpleWindowsTerm) { - ansiStyles$2.blue.open = '\u001B[94m'; + const result = callback(this); + stack.length = length; + return result; } - for (const key of Object.keys(ansiStyles$2)) { - ansiStyles$2[key].closeRe = new RegExp(escapeStringRegexp$2(ansiStyles$2[key].close), 'g'); - styles[key] = { - get() { - const codes = ansiStyles$2[key]; - return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key); - } + callParent(callback, count = 0) { + const stackIndex = getNodeStackIndexHelper(this.stack, count + 1); + const parentValues = this.stack.splice(stackIndex + 1); + const result = callback(this); + this.stack.push(...parentValues); + return result; + } // Similar to AstPath.prototype.call, except that the value obtained by + // accessing this.getValue()[name1][name2]... should be array. The + // callback will be called with a reference to this path object for each + // element of the array. - }; - } - styles.visible = { - get() { - return build.call(this, this._styles || [], true, 'visible'); - } + each(callback, ...names) { + const { + stack + } = this; + const { + length + } = stack; + let value = getLast$m(stack); - }; - ansiStyles$2.color.closeRe = new RegExp(escapeStringRegexp$2(ansiStyles$2.color.close), 'g'); + for (const name of names) { + value = value[name]; + stack.push(name, value); + } - for (const model of Object.keys(ansiStyles$2.color.ansi)) { - if (skipModels.has(model)) { - continue; + for (let i = 0; i < value.length; ++i) { + stack.push(i, value[i]); + callback(this, i, value); + stack.length -= 2; } - styles[model] = { - get() { - const level = this.level; - return function () { - const open = ansiStyles$2.color[levelMapping[level]][model].apply(null, arguments); - const codes = { - open, - close: ansiStyles$2.color.close, - closeRe: ansiStyles$2.color.closeRe - }; - return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); - }; - } + stack.length = length; + } // Similar to AstPath.prototype.each, except that the results of the + // callback function invocations are stored in an array and returned at + // the end of the iteration. - }; + + map(callback, ...names) { + const result = []; + this.each((path, index, value) => { + result[index] = callback(path, index, value); + }, ...names); + return result; } + /** + * @param {() => void} callback + * @internal Unstable API. Don't use in plugins for now. + */ - ansiStyles$2.bgColor.closeRe = new RegExp(escapeStringRegexp$2(ansiStyles$2.bgColor.close), 'g'); - for (const model of Object.keys(ansiStyles$2.bgColor.ansi)) { - if (skipModels.has(model)) { - continue; - } + try(callback) { + const { + stack + } = this; + const stackBackup = [...stack]; - const bgModel = 'bg' + model[0].toUpperCase() + model.slice(1); - styles[bgModel] = { - get() { - const level = this.level; - return function () { - const open = ansiStyles$2.bgColor[levelMapping[level]][model].apply(null, arguments); - const codes = { - open, - close: ansiStyles$2.bgColor.close, - closeRe: ansiStyles$2.bgColor.closeRe - }; - return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); - }; - } + try { + return callback(); + } finally { + stack.length = 0; + stack.push(...stackBackup); + } + } + /** + * @param {...( + * | ((node: any, name: string | null, number: number | null) => boolean) + * | undefined + * )} predicates + */ - }; - } - const proto = Object.defineProperties(() => {}, styles); + match(...predicates) { + let stackPointer = this.stack.length - 1; + let name = null; + let node = this.stack[stackPointer--]; - function build(_styles, _empty, key) { - const builder = function () { - return applyStyle.apply(builder, arguments); - }; + for (const predicate of predicates) { + /* istanbul ignore next */ + if (node === undefined) { + return false; + } // skip index/array - builder._styles = _styles; - builder._empty = _empty; - const self = this; - Object.defineProperty(builder, 'level', { - enumerable: true, - get() { - return self.level; - }, + let number = null; - set(level) { - self.level = level; + if (typeof name === "number") { + number = name; + name = this.stack[stackPointer--]; + node = this.stack[stackPointer--]; } - }); - Object.defineProperty(builder, 'enabled', { - enumerable: true, - - get() { - return self.enabled; - }, - - set(enabled) { - self.enabled = enabled; + if (predicate && !predicate(node, name, number)) { + return false; } - }); // See below for fix regarding invisible grey/dim combination on Windows - - builder.hasGrey = this.hasGrey || key === 'gray' || key === 'grey'; // `__proto__` is used because we must return a function, but there is - // no way to create a function with a different prototype - - builder.__proto__ = proto; // eslint-disable-line no-proto + name = this.stack[stackPointer--]; + node = this.stack[stackPointer--]; + } - return builder; + return true; } + /** + * Traverses the ancestors of the current node heading toward the tree root + * until it finds a node that matches the provided predicate function. Will + * return the first matching ancestor. If no such node exists, returns undefined. + * @param {(node: any, name: string, number: number | null) => boolean} predicate + * @internal Unstable API. Don't use in plugins for now. + */ - function applyStyle() { - // Support varags, but simply cast to string in case there's only one arg - const args = arguments; - const argsLen = args.length; - let str = String(arguments[0]); - - if (argsLen === 0) { - return ''; - } - if (argsLen > 1) { - // Don't slice `arguments`, it prevents V8 optimizations - for (let a = 1; a < argsLen; a++) { - str += ' ' + args[a]; - } - } + findAncestor(predicate) { + let stackPointer = this.stack.length - 1; + let name = null; + let node = this.stack[stackPointer--]; - if (!this.enabled || this.level <= 0 || !str) { - return this._empty ? '' : str; - } // Turns out that on Windows dimmed gray text becomes invisible in cmd.exe, - // see https://github.com/chalk/chalk/issues/58 - // If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop. + while (node) { + // skip index/array + let number = null; + if (typeof name === "number") { + number = name; + name = this.stack[stackPointer--]; + node = this.stack[stackPointer--]; + } - const originalDim = ansiStyles$2.dim.open; + if (name !== null && predicate(node, name, number)) { + return node; + } - if (isSimpleWindowsTerm && this.hasGrey) { - ansiStyles$2.dim.open = ''; + name = this.stack[stackPointer--]; + node = this.stack[stackPointer--]; } + } - for (const code of this._styles.slice().reverse()) { - // Replace any instances already present with a re-opening code - // otherwise only the part of the string until said closing code - // will be colored, and the rest will simply be 'plain'. - str = code.open + str.replace(code.closeRe, code.open) + code.close; // Close the styling before a linebreak and reopen - // after next line to fix a bleed issue on macOS - // https://github.com/chalk/chalk/pull/92 - - str = str.replace(/\r?\n/g, `${code.close}$&${code.open}`); - } // Reset the original `dim` if we changed it to work around the Windows dimmed gray issue +} +var astPath = AstPath$1; - ansiStyles$2.dim.open = originalDim; - return str; +const { + utils: { + stripTrailingHardline } +} = require$$7$3; +const { + normalize +} = options$d; +const comments$3 = comments$4; - function chalkTag(chalk, strings) { - if (!Array.isArray(strings)) { - // If chalk() was called by itself or with a string, - // return the string itself as a string. - return [].slice.call(arguments, 1).join(' '); - } +function printSubtree(path, print, options, printAstToDoc) { + if (options.printer.embed && options.embeddedLanguageFormatting === "auto") { + return options.printer.embed(path, print, (text, partialNextOptions, textToDocOptions) => textToDoc(text, partialNextOptions, options, printAstToDoc, textToDocOptions), options); + } +} - const args = [].slice.call(arguments, 2); - const parts = [strings.raw[0]]; +function textToDoc(text, partialNextOptions, parentOptions, printAstToDoc, // TODO: remove `stripTrailingHardline` in v3.0.0 +{ + stripTrailingHardline: shouldStripTrailingHardline = false +} = {}) { + const nextOptions = normalize(Object.assign(Object.assign(Object.assign({}, parentOptions), partialNextOptions), {}, { + parentParser: parentOptions.parser, + originalText: text + }), { + passThrough: true + }); + const result = parser$2.parse(text, nextOptions); + const { + ast + } = result; + text = result.text; + const astComments = ast.comments; + delete ast.comments; + comments$3.attach(astComments, ast, text, nextOptions); + nextOptions[Symbol.for("comments")] = astComments || []; + nextOptions[Symbol.for("tokens")] = ast.tokens || []; + const doc = printAstToDoc(ast, nextOptions); + comments$3.ensureAllCommentsPrinted(astComments); - for (let i = 1; i < strings.length; i++) { - parts.push(String(args[i - 1]).replace(/[{}\\]/g, '\\$&')); - parts.push(String(strings.raw[i])); + if (shouldStripTrailingHardline) { + // TODO: move this to `stripTrailingHardline` function in `/src/document/doc-utils.js` + if (typeof doc === "string") { + return doc.replace(/(?:\r?\n)*$/, ""); } - return templates$2(chalk, parts.join('')); + return stripTrailingHardline(doc); } + /* istanbul ignore next */ - Object.defineProperties(Chalk.prototype, styles); - module.exports = Chalk(); // eslint-disable-line new-cap - - module.exports.supportsColor = stdoutColor; - module.exports.default = module.exports; // For TypeScript -}); -var lib$3 = createCommonjsModule(function (module, exports) { + return doc; +} - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.shouldHighlight = shouldHighlight; - exports.getChalk = getChalk; - exports.default = highlight; +var multiparser$1 = { + printSubtree +}; - var _jsTokens = _interopRequireWildcard(jsTokens); +const AstPath = astPath; +const { + builders: { + hardline: hardline$B, + addAlignmentToDoc: addAlignmentToDoc$1 + }, + utils: { + propagateBreaks + } +} = require$$7$3; +const { + printComments: printComments$6 +} = comments$4; +const multiparser = multiparser$1; +/** + * Takes an abstract syntax tree (AST) and recursively converts it to a + * document (series of printing primitives). + * + * This is done by descending down the AST recursively. The recursion + * involves two functions that call each other: + * + * 1. mainPrint(), which is defined as an inner function here. + * It basically takes care of node caching. + * 2. callPluginPrintFunction(), which checks for some options, and + * ultimately calls the print() function provided by the plugin. + * + * The plugin function will call mainPrint() again for child nodes + * of the current node. mainPrint() will do its housekeeping, then call + * the plugin function again, and so on. + * + * All the while, these functions pass a "path" variable around, which + * is a stack-like data structure (AstPath) that maintains the current + * state of the recursion. It is called "path", because it represents + * the path to the current node through the Abstract Syntax Tree. + */ - var _chalk = _interopRequireDefault(chalk$2); +function printAstToDoc$1(ast, options, alignmentSize = 0) { + const { + printer + } = options; - function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : { - default: obj - }; + if (printer.preprocess) { + ast = printer.preprocess(ast, options); } - function _getRequireWildcardCache() { - if (typeof WeakMap !== "function") return null; - var cache = new WeakMap(); - - _getRequireWildcardCache = function () { - return cache; - }; + const cache = new Map(); + const path = new AstPath(ast); + let doc = mainPrint(); - return cache; + if (alignmentSize > 0) { + // Add a hardline to make the indents take effect + // It should be removed in index.js format() + doc = addAlignmentToDoc$1([hardline$B, doc], alignmentSize, options.tabWidth); } - function _interopRequireWildcard(obj) { - if (obj && obj.__esModule) { - return obj; - } + propagateBreaks(doc); + return doc; - if (obj === null || typeof obj !== "object" && typeof obj !== "function") { - return { - default: obj - }; + function mainPrint(selector, args) { + if (selector === undefined || selector === path) { + return mainPrintInternal(args); } - var cache = _getRequireWildcardCache(); - - if (cache && cache.has(obj)) { - return cache.get(obj); + if (Array.isArray(selector)) { + return path.call(() => mainPrintInternal(args), ...selector); } - var newObj = {}; - var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + return path.call(() => mainPrintInternal(args), selector); + } - for (var key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; + function mainPrintInternal(args) { + const value = path.getValue(); + const shouldCache = value && typeof value === "object" && args === undefined; - if (desc && (desc.get || desc.set)) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } + if (shouldCache && cache.has(value)) { + return cache.get(value); } - newObj.default = obj; + const doc = callPluginPrintFunction(path, options, mainPrint, args); - if (cache) { - cache.set(obj, newObj); + if (shouldCache) { + cache.set(value, doc); } - return newObj; + return doc; } +} - function getDefs(chalk) { - return { - keyword: chalk.cyan, - capitalized: chalk.yellow, - jsx_tag: chalk.yellow, - punctuator: chalk.yellow, - number: chalk.magenta, - string: chalk.green, - regex: chalk.magenta, - comment: chalk.grey, - invalid: chalk.white.bgRed.bold - }; - } +function printPrettierIgnoredNode(node, options) { + const { + originalText, + [Symbol.for("comments")]: comments, + locStart, + locEnd + } = options; + const start = locStart(node); + const end = locEnd(node); + const printedComments = new Set(); - const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; - const JSX_TAG = /^[a-z][\w-]*$/i; - const BRACKET = /^[()[\]{}]$/; + for (const comment of comments) { + if (locStart(comment) >= start && locEnd(comment) <= end) { + comment.printed = true; + printedComments.add(comment); + } + } - function getTokenType(match) { - const [offset, text] = match.slice(-2); - const token = (0, _jsTokens.matchToToken)(match); + return { + doc: originalText.slice(start, end), + printedComments + }; +} - if (token.type === "name") { - if ((0, lib$2.isKeyword)(token.value) || (0, lib$2.isReservedWord)(token.value)) { - return "keyword"; - } +function callPluginPrintFunction(path, options, printPath, args) { + const node = path.getValue(); + const { + printer + } = options; + let doc; + let printedComments; // Escape hatch - if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.substr(offset - 2, 2) == " colorize(str)).join("\n"); - } else { - return args[0]; - } - }); +var astToDoc = printAstToDoc$1; + +const assert$5 = require$$0__default$3["default"]; +const comments$2 = comments$4; + +const isJsonParser = ({ + parser +}) => parser === "json" || parser === "json5" || parser === "json-stringify"; + +function findCommonAncestor(startNodeAndParents, endNodeAndParents) { + const startNodeAndAncestors = [startNodeAndParents.node, ...startNodeAndParents.parentNodes]; + const endNodeAndAncestors = new Set([endNodeAndParents.node, ...endNodeAndParents.parentNodes]); + return startNodeAndAncestors.find(node => jsonSourceElements.has(node.type) && endNodeAndAncestors.has(node)); +} + +function dropRootParents(parents) { + let lastParentIndex = parents.length - 1; + + for (;;) { + const parent = parents[lastParentIndex]; + + if (parent && (parent.type === "Program" || parent.type === "File")) { + lastParentIndex--; + } else { + break; + } } - function shouldHighlight(options) { - return _chalk.default.supportsColor || options.forceColor; + return parents.slice(0, lastParentIndex + 1); +} + +function findSiblingAncestors(startNodeAndParents, endNodeAndParents, { + locStart, + locEnd +}) { + let resultStartNode = startNodeAndParents.node; + let resultEndNode = endNodeAndParents.node; + + if (resultStartNode === resultEndNode) { + return { + startNode: resultStartNode, + endNode: resultEndNode + }; } - function getChalk(options) { - let chalk = _chalk.default; + const startNodeStart = locStart(startNodeAndParents.node); - if (options.forceColor) { - chalk = new _chalk.default.constructor({ - enabled: true, - level: 1 - }); + for (const endParent of dropRootParents(endNodeAndParents.parentNodes)) { + if (locStart(endParent) >= startNodeStart) { + resultEndNode = endParent; + } else { + break; } - - return chalk; } - function highlight(code, options = {}) { - if (shouldHighlight(options)) { - const chalk = getChalk(options); - const defs = getDefs(chalk); - return highlightTokens(defs, code); + const endNodeEnd = locEnd(endNodeAndParents.node); + + for (const startParent of dropRootParents(startNodeAndParents.parentNodes)) { + if (locEnd(startParent) <= endNodeEnd) { + resultStartNode = startParent; } else { - return code; + break; } } -}); -var lib$4 = createCommonjsModule(function (module, exports) { + return { + startNode: resultStartNode, + endNode: resultEndNode + }; +} + +function findNodeAtOffset(node, offset, options, predicate, parentNodes = [], type) { + const { + locStart, + locEnd + } = options; + const start = locStart(node); + const end = locEnd(node); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.codeFrameColumns = codeFrameColumns; - exports.default = _default; + if (offset > end || offset < start || type === "rangeEnd" && offset === start || type === "rangeStart" && offset === end) { + return; + } - var _highlight = _interopRequireWildcard(lib$3); + for (const childNode of comments$2.getSortedChildNodes(node, options)) { + const childResult = findNodeAtOffset(childNode, offset, options, predicate, [node, ...parentNodes], type); - function _getRequireWildcardCache() { - if (typeof WeakMap !== "function") return null; - var cache = new WeakMap(); + if (childResult) { + return childResult; + } + } - _getRequireWildcardCache = function () { - return cache; + if (!predicate || predicate(node, parentNodes[0])) { + return { + node, + parentNodes }; + } +} // See https://www.ecma-international.org/ecma-262/5.1/#sec-A.5 - return cache; + +function isJsSourceElement(type, parentType) { + return parentType !== "DeclareExportDeclaration" && type !== "TypeParameterDeclaration" && (type === "Directive" || type === "TypeAlias" || type === "TSExportAssignment" || type.startsWith("Declare") || type.startsWith("TSDeclare") || type.endsWith("Statement") || type.endsWith("Declaration")); +} + +const jsonSourceElements = new Set(["ObjectExpression", "ArrayExpression", "StringLiteral", "NumericLiteral", "BooleanLiteral", "NullLiteral", "UnaryExpression", "TemplateLiteral"]); +const graphqlSourceElements = new Set(["OperationDefinition", "FragmentDefinition", "VariableDefinition", "TypeExtensionDefinition", "ObjectTypeDefinition", "FieldDefinition", "DirectiveDefinition", "EnumTypeDefinition", "EnumValueDefinition", "InputValueDefinition", "InputObjectTypeDefinition", "SchemaDefinition", "OperationTypeDefinition", "InterfaceTypeDefinition", "UnionTypeDefinition", "ScalarTypeDefinition"]); + +function isSourceElement(opts, node, parentNode) { + /* istanbul ignore next */ + if (!node) { + return false; } - function _interopRequireWildcard(obj) { - if (obj && obj.__esModule) { - return obj; - } + switch (opts.parser) { + case "flow": + case "babel": + case "babel-flow": + case "babel-ts": + case "typescript": + case "espree": + case "meriyah": + case "__babel_estree": + return isJsSourceElement(node.type, parentNode && parentNode.type); - if (obj === null || typeof obj !== "object" && typeof obj !== "function") { - return { - default: obj - }; - } + case "json": + case "json5": + case "json-stringify": + return jsonSourceElements.has(node.type); - var cache = _getRequireWildcardCache(); + case "graphql": + return graphqlSourceElements.has(node.kind); - if (cache && cache.has(obj)) { - return cache.get(obj); - } + case "vue": + return node.tag !== "root"; + } - var newObj = {}; - var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + return false; +} - for (var key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key)) { - var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; +function calculateRange(text, opts, ast) { + let { + rangeStart: start, + rangeEnd: end, + locStart, + locEnd + } = opts; + assert$5.ok(end > start); // Contract the range so that it has non-whitespace characters at its endpoints. + // This ensures we can format a range that doesn't end on a node. - if (desc && (desc.get || desc.set)) { - Object.defineProperty(newObj, key, desc); - } else { - newObj[key] = obj[key]; - } - } - } + const firstNonWhitespaceCharacterIndex = text.slice(start, end).search(/\S/); + const isAllWhitespace = firstNonWhitespaceCharacterIndex === -1; - newObj.default = obj; + if (!isAllWhitespace) { + start += firstNonWhitespaceCharacterIndex; - if (cache) { - cache.set(obj, newObj); + for (; end > start; --end) { + if (/\S/.test(text[end - 1])) { + break; + } } - - return newObj; } - let deprecationWarningShown = false; + const startNodeAndParents = findNodeAtOffset(ast, start, opts, (node, parentNode) => isSourceElement(opts, node, parentNode), [], "rangeStart"); + const endNodeAndParents = // No need find Node at `end`, it will be the same as `startNodeAndParents` + isAllWhitespace ? startNodeAndParents : findNodeAtOffset(ast, end, opts, node => isSourceElement(opts, node), [], "rangeEnd"); - function getDefs(chalk) { + if (!startNodeAndParents || !endNodeAndParents) { return { - gutter: chalk.grey, - marker: chalk.red.bold, - message: chalk.red.bold + rangeStart: 0, + rangeEnd: 0 }; } - const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; + let startNode; + let endNode; - function getMarkerLines(loc, source, opts) { - const startLoc = Object.assign({ - column: 0, - line: -1 - }, loc.start); - const endLoc = Object.assign({}, startLoc, loc.end); - const { - linesAbove = 2, - linesBelow = 3 - } = opts || {}; - const startLine = startLoc.line; - const startColumn = startLoc.column; - const endLine = endLoc.line; - const endColumn = endLoc.column; - let start = Math.max(startLine - (linesAbove + 1), 0); - let end = Math.min(source.length, endLine + linesBelow); + if (isJsonParser(opts)) { + const commonAncestor = findCommonAncestor(startNodeAndParents, endNodeAndParents); + startNode = commonAncestor; + endNode = commonAncestor; + } else { + ({ + startNode, + endNode + } = findSiblingAncestors(startNodeAndParents, endNodeAndParents, opts)); + } - if (startLine === -1) { - start = 0; - } + return { + rangeStart: Math.min(locStart(startNode), locStart(endNode)), + rangeEnd: Math.max(locEnd(startNode), locEnd(endNode)) + }; +} - if (endLine === -1) { - end = source.length; - } +var rangeUtil$1 = { + calculateRange, + findNodeAtOffset +}; + +const diff = lib$6; +const { + printer: { + printDocToString: printDocToString$2 + }, + debug: { + printDocToDebug + } +} = require$$7$3; +const { + getAlignmentSize: getAlignmentSize$1 +} = util$8; +const { + guessEndOfLine, + convertEndOfLineToChars, + countEndOfLineChars, + normalizeEndOfLine: normalizeEndOfLine$1 +} = endOfLine; +const normalizeOptions$4 = options$d.normalize; +const massageAST = massageAst; +const comments$1 = comments$4; +const parser$1 = parser$2; +const printAstToDoc = astToDoc; +const rangeUtil = rangeUtil$1; +const BOM = "\uFEFF"; +const CURSOR = Symbol("cursor"); - const lineDiff = endLine - startLine; - const markerLines = {}; +function attachComments(text, ast, opts) { + const astComments = ast.comments; - if (lineDiff) { - for (let i = 0; i <= lineDiff; i++) { - const lineNumber = i + startLine; + if (astComments) { + delete ast.comments; + comments$1.attach(astComments, ast, text, opts); + } - if (!startColumn) { - markerLines[lineNumber] = true; - } else if (i === 0) { - const sourceLength = source[lineNumber - 1].length; - markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1]; - } else if (i === lineDiff) { - markerLines[lineNumber] = [0, endColumn]; - } else { - const sourceLength = source[lineNumber - i].length; - markerLines[lineNumber] = [0, sourceLength]; - } - } - } else { - if (startColumn === endColumn) { - if (startColumn) { - markerLines[startLine] = [startColumn, 0]; - } else { - markerLines[startLine] = true; - } - } else { - markerLines[startLine] = [startColumn, endColumn - startColumn]; - } - } + opts[Symbol.for("comments")] = astComments || []; + opts[Symbol.for("tokens")] = ast.tokens || []; + opts.originalText = text; + return astComments; +} +function coreFormat(originalText, opts, addAlignmentSize = 0) { + if (!originalText || originalText.trim().length === 0) { return { - start, - end, - markerLines + formatted: "", + cursorOffset: -1, + comments: [] }; } - function codeFrameColumns(rawLines, loc, opts = {}) { - const highlighted = (opts.highlightCode || opts.forceColor) && (0, _highlight.shouldHighlight)(opts); - const chalk = (0, _highlight.getChalk)(opts); - const defs = getDefs(chalk); + const { + ast, + text + } = parser$1.parse(originalText, opts); - const maybeHighlight = (chalkFn, string) => { - return highlighted ? chalkFn(string) : string; - }; + if (opts.cursorOffset >= 0) { + const nodeResult = rangeUtil.findNodeAtOffset(ast, opts.cursorOffset, opts); - const lines = rawLines.split(NEWLINE); - const { - start, - end, - markerLines - } = getMarkerLines(loc, lines, opts); - const hasColumns = loc.start && typeof loc.start.column === "number"; - const numberMaxWidth = String(end).length; - const highlightedLines = highlighted ? (0, _highlight.default)(rawLines, opts) : rawLines; - let frame = highlightedLines.split(NEWLINE).slice(start, end).map((line, index) => { - const number = start + 1 + index; - const paddedNumber = ` ${number}`.slice(-numberMaxWidth); - const gutter = ` ${paddedNumber} | `; - const hasMarker = markerLines[number]; - const lastMarkerLine = !markerLines[number + 1]; - - if (hasMarker) { - let markerLine = ""; - - if (Array.isArray(hasMarker)) { - const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " "); - const numberOfMarkers = hasMarker[1] || 1; - markerLine = ["\n ", maybeHighlight(defs.gutter, gutter.replace(/\d/g, " ")), markerSpacing, maybeHighlight(defs.marker, "^").repeat(numberOfMarkers)].join(""); - - if (lastMarkerLine && opts.message) { - markerLine += " " + maybeHighlight(defs.message, opts.message); - } - } + if (nodeResult && nodeResult.node) { + opts.cursorNode = nodeResult.node; + } + } - return [maybeHighlight(defs.marker, ">"), maybeHighlight(defs.gutter, gutter), line, markerLine].join(""); - } else { - return ` ${maybeHighlight(defs.gutter, gutter)}${line}`; - } - }).join("\n"); + const astComments = attachComments(text, ast, opts); + const doc = printAstToDoc(ast, opts, addAlignmentSize); + const result = printDocToString$2(doc, opts); + comments$1.ensureAllCommentsPrinted(astComments); // Remove extra leading indentation as well as the added indentation after last newline + + if (addAlignmentSize > 0) { + const trimmed = result.formatted.trim(); - if (opts.message && !hasColumns) { - frame = `${" ".repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`; + if (result.cursorNodeStart !== undefined) { + result.cursorNodeStart -= result.formatted.indexOf(trimmed); } - if (highlighted) { - return chalk.reset(frame); + result.formatted = trimmed + convertEndOfLineToChars(opts.endOfLine); + } + + if (opts.cursorOffset >= 0) { + let oldCursorNodeStart; + let oldCursorNodeText; + let cursorOffsetRelativeToOldCursorNode; + let newCursorNodeStart; + let newCursorNodeText; + + if (opts.cursorNode && result.cursorNodeText) { + oldCursorNodeStart = opts.locStart(opts.cursorNode); + oldCursorNodeText = text.slice(oldCursorNodeStart, opts.locEnd(opts.cursorNode)); + cursorOffsetRelativeToOldCursorNode = opts.cursorOffset - oldCursorNodeStart; + newCursorNodeStart = result.cursorNodeStart; + newCursorNodeText = result.cursorNodeText; } else { - return frame; + oldCursorNodeStart = 0; + oldCursorNodeText = text; + cursorOffsetRelativeToOldCursorNode = opts.cursorOffset; + newCursorNodeStart = 0; + newCursorNodeText = result.formatted; } - } - function _default(rawLines, lineNumber, colNumber, opts = {}) { - if (!deprecationWarningShown) { - deprecationWarningShown = true; - const message = "Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`."; + if (oldCursorNodeText === newCursorNodeText) { + return { + formatted: result.formatted, + cursorOffset: newCursorNodeStart + cursorOffsetRelativeToOldCursorNode, + comments: astComments + }; + } // diff old and new cursor node texts, with a special cursor + // symbol inserted to find out where it moves to + + + const oldCursorNodeCharArray = [...oldCursorNodeText]; + oldCursorNodeCharArray.splice(cursorOffsetRelativeToOldCursorNode, 0, CURSOR); + const newCursorNodeCharArray = [...newCursorNodeText]; + const cursorNodeDiff = diff.diffArrays(oldCursorNodeCharArray, newCursorNodeCharArray); + let cursorOffset = newCursorNodeStart; - if (process.emitWarning) { - process.emitWarning(message, "DeprecationWarning"); + for (const entry of cursorNodeDiff) { + if (entry.removed) { + if (entry.value.includes(CURSOR)) { + break; + } } else { - const deprecationError = new Error(message); - deprecationError.name = "DeprecationWarning"; - console.warn(new Error(message)); + cursorOffset += entry.count; } } - colNumber = Math.max(colNumber, 0); - const location = { - start: { - column: colNumber, - line: lineNumber - } + return { + formatted: result.formatted, + cursorOffset, + comments: astComments }; - return codeFrameColumns(rawLines, location, opts); } -}); -const { - ConfigError: ConfigError$1 -} = errors; -const { - locStart: locStart$1, - locEnd: locEnd$1 -} = loc; // Use defineProperties()/getOwnPropertyDescriptor() to prevent -// triggering the parsers getters. + return { + formatted: result.formatted, + cursorOffset: -1, + comments: astComments + }; +} + +function formatRange(originalText, opts) { + const { + ast, + text + } = parser$1.parse(originalText, opts); + const { + rangeStart, + rangeEnd + } = rangeUtil.calculateRange(text, opts, ast); + const rangeString = text.slice(rangeStart, rangeEnd); // Try to extend the range backwards to the beginning of the line. + // This is so we can detect indentation correctly and restore it. + // Use `Math.min` since `lastIndexOf` returns 0 when `rangeStart` is 0 + + const rangeStart2 = Math.min(rangeStart, text.lastIndexOf("\n", rangeStart) + 1); + const indentString = text.slice(rangeStart2, rangeStart).match(/^\s*/)[0]; + const alignmentSize = getAlignmentSize$1(indentString, opts.tabWidth); + const rangeResult = coreFormat(rangeString, Object.assign(Object.assign({}, opts), {}, { + rangeStart: 0, + rangeEnd: Number.POSITIVE_INFINITY, + // Track the cursor offset only if it's within our range + cursorOffset: opts.cursorOffset > rangeStart && opts.cursorOffset <= rangeEnd ? opts.cursorOffset - rangeStart : -1, + // Always use `lf` to format, we'll replace it later + endOfLine: "lf" + }), alignmentSize); // Since the range contracts to avoid trailing whitespace, + // we need to remove the newline that was inserted by the `format` call. + + const rangeTrimmed = rangeResult.formatted.trimEnd(); + let { + cursorOffset + } = opts; + + if (cursorOffset > rangeEnd) { + // handle the case where the cursor was past the end of the range + cursorOffset += rangeTrimmed.length - rangeString.length; + } else if (rangeResult.cursorOffset >= 0) { + // handle the case where the cursor was in the range + cursorOffset = rangeResult.cursorOffset + rangeStart; + } // keep the cursor as it was if it was before the start of the range -const ownNames = Object.getOwnPropertyNames; -const ownDescriptor = Object.getOwnPropertyDescriptor; -function getParsers(options) { - const parsers = {}; + let formatted = text.slice(0, rangeStart) + rangeTrimmed + text.slice(rangeEnd); - for (const plugin of options.plugins) { - // TODO: test this with plugins + if (opts.endOfLine !== "lf") { + const eol = convertEndOfLineToChars(opts.endOfLine); - /* istanbul ignore next */ - if (!plugin.parsers) { - continue; + if (cursorOffset >= 0 && eol === "\r\n") { + cursorOffset += countEndOfLineChars(formatted.slice(0, cursorOffset), "\n"); } - for (const name of ownNames(plugin.parsers)) { - Object.defineProperty(parsers, name, ownDescriptor(plugin.parsers, name)); - } + formatted = formatted.replace(/\n/g, eol); } - return parsers; + return { + formatted, + cursorOffset, + comments: rangeResult.comments + }; } -function resolveParser(opts, parsers) { - parsers = parsers || getParsers(opts); - - if (typeof opts.parser === "function") { - // Custom parser API always works with JavaScript. - return { - parse: opts.parser, - astFormat: "estree", - locStart: locStart$1, - locEnd: locEnd$1 - }; +function ensureIndexInText(text, index, defaultValue) { + if (typeof index !== "number" || Number.isNaN(index) || index < 0 || index > text.length) { + return defaultValue; } - if (typeof opts.parser === "string") { - if (Object.prototype.hasOwnProperty.call(parsers, opts.parser)) { - return parsers[opts.parser]; - } - - try { - return { - parse: require(path__default['default'].resolve(process.cwd(), opts.parser)), - astFormat: "estree", - locStart: locStart$1, - locEnd: locEnd$1 - }; - } catch (err) { - /* istanbul ignore next */ - throw new ConfigError$1(`Couldn't resolve parser "${opts.parser}"`); - } - } + return index; } -function parse(text, opts) { - const parsers = getParsers(opts); // Create a new object {parserName: parseFn}. Uses defineProperty() to only call - // the parsers getters when actually calling the parser `parse` function. - - const parsersForCustomParserApi = Object.keys(parsers).reduce((object, parserName) => Object.defineProperty(object, parserName, { - enumerable: true, - - get() { - return parsers[parserName].parse; - } +function normalizeIndexes(text, options) { + let { + cursorOffset, + rangeStart, + rangeEnd + } = options; + cursorOffset = ensureIndexInText(text, cursorOffset, -1); + rangeStart = ensureIndexInText(text, rangeStart, 0); + rangeEnd = ensureIndexInText(text, rangeEnd, text.length); + return Object.assign(Object.assign({}, options), {}, { + cursorOffset, + rangeStart, + rangeEnd + }); +} - }), {}); - const parser = resolveParser(opts, parsers); +function normalizeInputAndOptions(text, options) { + let { + cursorOffset, + rangeStart, + rangeEnd, + endOfLine + } = normalizeIndexes(text, options); + const hasBOM = text.charAt(0) === BOM; - try { - if (parser.preprocess) { - text = parser.preprocess(text, opts); - } + if (hasBOM) { + text = text.slice(1); + cursorOffset--; + rangeStart--; + rangeEnd--; + } - return { - text, - ast: parser.parse(text, parsersForCustomParserApi, opts) - }; - } catch (error) { - const { - loc - } = error; + if (endOfLine === "auto") { + endOfLine = guessEndOfLine(text); + } // get rid of CR/CRLF parsing - if (loc) { - const { - codeFrameColumns - } = lib$4; - error.codeFrame = codeFrameColumns(text, loc, { - highlightCode: true - }); - error.message += "\n" + error.codeFrame; - throw error; - } - /* istanbul ignore next */ + if (text.includes("\r")) { + const countCrlfBefore = index => countEndOfLineChars(text.slice(0, Math.max(index, 0)), "\r\n"); - throw error.stack; + cursorOffset -= countCrlfBefore(cursorOffset); + rangeStart -= countCrlfBefore(rangeStart); + rangeEnd -= countCrlfBefore(rangeEnd); + text = normalizeEndOfLine$1(text); } + + return { + hasBOM, + text, + options: normalizeIndexes(text, Object.assign(Object.assign({}, options), {}, { + cursorOffset, + rangeStart, + rangeEnd, + endOfLine + })) + }; } -var parser = { - parse, - resolveParser -}; +function hasPragma$5(text, options) { + const selectedParser = parser$1.resolveParser(options); + return !selectedParser.hasPragma || selectedParser.hasPragma(text); +} -const { - UndefinedParserError: UndefinedParserError$1 -} = errors; -const { - getSupportInfo: getSupportInfo$2 -} = support; -const { - resolveParser: resolveParser$1 -} = parser; -const hiddenDefaults = { - astFormat: "estree", - printer: {}, - originalText: undefined, - locStart: null, - locEnd: null -}; // Copy options and fill in default values. +function formatWithCursor$1(originalText, originalOptions) { + let { + hasBOM, + text, + options + } = normalizeInputAndOptions(originalText, normalizeOptions$4(originalOptions)); -function normalize$1(options, opts) { - opts = opts || {}; - const rawOptions = Object.assign({}, options); - const supportOptions = getSupportInfo$2({ - plugins: options.plugins, - showUnreleased: true, - showDeprecated: true - }).options; - const defaults = Object.assign({}, hiddenDefaults, fromPairs_1(supportOptions.filter(optionInfo => optionInfo.default !== undefined).map(option => [option.name, option.default]))); + if (options.rangeStart >= options.rangeEnd && text !== "" || options.requirePragma && !hasPragma$5(text, options)) { + return { + formatted: originalText, + cursorOffset: originalOptions.cursorOffset, + comments: [] + }; + } - if (!rawOptions.parser) { - if (!rawOptions.filepath) { - const logger = opts.logger || console; - logger.warn("No parser and no filepath given, using 'babel' the parser now " + "but this will throw an error in the future. " + "Please specify a parser or a filepath so one can be inferred."); - rawOptions.parser = "babel"; - } else { - rawOptions.parser = inferParser(rawOptions.filepath, rawOptions.plugins); + let result; - if (!rawOptions.parser) { - throw new UndefinedParserError$1(`No parser could be inferred for file: ${rawOptions.filepath}`); - } + if (options.rangeStart > 0 || options.rangeEnd < text.length) { + result = formatRange(text, options); + } else { + if (!options.requirePragma && options.insertPragma && options.printer.insertPragma && !hasPragma$5(text, options)) { + text = options.printer.insertPragma(text); } + + result = coreFormat(text, options); } - const parser = resolveParser$1(optionsNormalizer.normalizeApiOptions(rawOptions, [supportOptions.find(x => x.name === "parser")], { - passThrough: true, - logger: false - })); - rawOptions.astFormat = parser.astFormat; - rawOptions.locEnd = parser.locEnd; - rawOptions.locStart = parser.locStart; - const plugin = getPlugin(rawOptions); - rawOptions.printer = plugin.printers[rawOptions.astFormat]; - const pluginDefaults = supportOptions.filter(optionInfo => optionInfo.pluginDefaults && optionInfo.pluginDefaults[plugin.name] !== undefined).reduce((reduced, optionInfo) => Object.assign(reduced, { - [optionInfo.name]: optionInfo.pluginDefaults[plugin.name] - }), {}); - const mixedDefaults = Object.assign({}, defaults, pluginDefaults); - Object.keys(mixedDefaults).forEach(k => { - if (rawOptions[k] == null) { - rawOptions[k] = mixedDefaults[k]; - } - }); + if (hasBOM) { + result.formatted = BOM + result.formatted; - if (rawOptions.parser === "json") { - rawOptions.trailingComma = "none"; + if (result.cursorOffset >= 0) { + result.cursorOffset++; + } } - return optionsNormalizer.normalizeApiOptions(rawOptions, supportOptions, Object.assign({ - passThrough: Object.keys(hiddenDefaults) - }, opts)); + return result; } -function getPlugin(options) { - const { - astFormat - } = options; // TODO: test this with plugins +var core$2 = { + formatWithCursor: formatWithCursor$1, - /* istanbul ignore next */ + parse(originalText, originalOptions, massage) { + const { + text, + options + } = normalizeInputAndOptions(originalText, normalizeOptions$4(originalOptions)); + const parsed = parser$1.parse(text, options); - if (!astFormat) { - throw new Error("getPlugin() requires astFormat to be set"); - } + if (massage) { + parsed.ast = massageAST(parsed.ast, options); + } - const printerPlugin = options.plugins.find(plugin => plugin.printers && plugin.printers[astFormat]); // TODO: test this with plugins + return parsed; + }, - /* istanbul ignore next */ + formatAST(ast, options) { + options = normalizeOptions$4(options); + const doc = printAstToDoc(ast, options); + return printDocToString$2(doc, options); + }, - if (!printerPlugin) { - throw new Error(`Couldn't find plugin for AST format "${astFormat}"`); - } + // Doesn't handle shebang for now + formatDoc(doc, options) { + return formatWithCursor$1(printDocToDebug(doc), Object.assign(Object.assign({}, options), {}, { + parser: "__js_expression" + })).formatted; + }, - return printerPlugin; -} + printToDoc(originalText, options) { + options = normalizeOptions$4(options); + const { + ast, + text + } = parser$1.parse(originalText, options); + attachComments(text, ast, options); + return printAstToDoc(ast, options); + }, -function getInterpreter(filepath) { - /* istanbul ignore next */ - if (typeof filepath !== "string") { - return ""; + printDocToString(doc, options) { + return printDocToString$2(doc, normalizeOptions$4(options)); } - let fd; +}; - try { - fd = fs__default['default'].openSync(filepath, "r"); - } catch (err) { - // istanbul ignore next - return ""; +var concatMap$1 = function (xs, fn) { + var res = []; + + for (var i = 0; i < xs.length; i++) { + var x = fn(xs[i], i); + if (isArray$a(x)) res.push.apply(res, x);else res.push(x); } - try { - const liner = new readlines(fd); - const firstLine = liner.next().toString("utf8"); // #!/bin/env node, #!/usr/bin/env node + return res; +}; - const m1 = firstLine.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/); +var isArray$a = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; +}; - if (m1) { - return m1[1]; - } // #!/bin/node, #!/usr/bin/node, #!/usr/local/bin/node +var balancedMatch = balanced$1; +function balanced$1(a, b, str) { + if (a instanceof RegExp) a = maybeMatch(a, str); + if (b instanceof RegExp) b = maybeMatch(b, str); + var r = range(a, b, str); + return r && { + start: r[0], + end: r[1], + pre: str.slice(0, r[0]), + body: str.slice(r[0] + a.length, r[1]), + post: str.slice(r[1] + b.length) + }; +} - const m2 = firstLine.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/); +function maybeMatch(reg, str) { + var m = str.match(reg); + return m ? m[0] : null; +} - if (m2) { - return m2[1]; - } +balanced$1.range = range; - return ""; - } catch (err) { - // There are some weird cases where paths are missing, causing Jest - // failures. It's unclear what these correspond to in the real world. +function range(a, b, str) { + var begs, beg, left, right, result; + var ai = str.indexOf(a); + var bi = str.indexOf(b, ai + 1); + var i = ai; - /* istanbul ignore next */ - return ""; - } finally { - try { - // There are some weird cases where paths are missing, causing Jest - // failures. It's unclear what these correspond to in the real world. - fs__default['default'].closeSync(fd); - } catch (err) {// nop + if (ai >= 0 && bi > 0) { + if (a === b) { + return [ai, bi]; } - } -} -function inferParser(filepath, plugins) { - const filename = path__default['default'].basename(filepath).toLowerCase(); - const languages = getSupportInfo$2({ - plugins - }).languages.filter(language => language.since !== null); // If the file has no extension, we can try to infer the language from the - // interpreter in the shebang line, if any; but since this requires FS access, - // do it last. + begs = []; + left = str.length; - let language = languages.find(language => language.extensions && language.extensions.some(extension => filename.endsWith(extension)) || language.filenames && language.filenames.some(name => name.toLowerCase() === filename)); + while (i >= 0 && !result) { + if (i == ai) { + begs.push(i); + ai = str.indexOf(a, i + 1); + } else if (begs.length == 1) { + result = [begs.pop(), bi]; + } else { + beg = begs.pop(); - if (!language && !filename.includes(".")) { - const interpreter = getInterpreter(filepath); - language = languages.find(language => language.interpreters && language.interpreters.includes(interpreter)); - } + if (beg < left) { + left = beg; + right = bi; + } - return language && language.parsers[0]; -} + bi = str.indexOf(b, i + 1); + } -var options$1 = { - normalize: normalize$1, - hiddenDefaults, - inferParser -}; + i = ai < bi && ai >= 0 ? ai : bi; + } -function massageAST(ast, options, parent) { - if (Array.isArray(ast)) { - return ast.map(e => massageAST(e, options, parent)).filter(Boolean); + if (begs.length) { + result = [left, right]; + } } - if (!ast || typeof ast !== "object") { - return ast; - } + return result; +} - const cleanFunction = options.printer.massageAstNode; - let ignoredProperties; +var concatMap = concatMap$1; +var balanced = balancedMatch; +var braceExpansion = expandTop; +var escSlash = '\0SLASH' + Math.random() + '\0'; +var escOpen = '\0OPEN' + Math.random() + '\0'; +var escClose = '\0CLOSE' + Math.random() + '\0'; +var escComma = '\0COMMA' + Math.random() + '\0'; +var escPeriod = '\0PERIOD' + Math.random() + '\0'; - if (cleanFunction && cleanFunction.ignoredProperties) { - ignoredProperties = cleanFunction.ignoredProperties; - } else { - ignoredProperties = new Set(); - } +function numeric(str) { + return parseInt(str, 10) == str ? parseInt(str, 10) : str.charCodeAt(0); +} - const newObj = {}; +function escapeBraces(str) { + return str.split('\\\\').join(escSlash).split('\\{').join(escOpen).split('\\}').join(escClose).split('\\,').join(escComma).split('\\.').join(escPeriod); +} - for (const key of Object.keys(ast)) { - if (!ignoredProperties.has(key) && typeof ast[key] !== "function") { - newObj[key] = massageAST(ast[key], options, ast); - } - } +function unescapeBraces(str) { + return str.split(escSlash).join('\\').split(escOpen).join('{').split(escClose).join('}').split(escComma).join(',').split(escPeriod).join('.'); +} // Basically just str.split(","), but handling cases +// where we have nested braced sections, which should be +// treated as individual members, like {a,{b,c},d} - if (cleanFunction) { - const result = cleanFunction(ast, newObj, parent); - if (result === null) { - return; - } +function parseCommaParts(str) { + if (!str) return ['']; + var parts = []; + var m = balanced('{', '}', str); + if (!m) return str.split(','); + var pre = m.pre; + var body = m.body; + var post = m.post; + var p = pre.split(','); + p[p.length - 1] += '{' + body + '}'; + var postParts = parseCommaParts(post); - if (result) { - return result; - } + if (post.length) { + p[p.length - 1] += postParts.shift(); + p.push.apply(p, postParts); } - return newObj; + parts.push.apply(parts, p); + return parts; } -var massageAst = massageAST; - -/** @type {import("assert")} */ - +function expandTop(str) { + if (!str) return []; // I don't know why Bash 4.3 does this, but it does. + // Anything starting with {} will have the first two bytes preserved + // but *only* at the top level, so {},a}b will not expand to anything, + // but a{},b}c will be expanded to [a}c,abc]. + // One could argue that this is a bug in Bash, but since the goal of + // this module is to match Bash's rules, we escape a leading {} -const { - builders: { - concat: concat$3, - line: line$1, - hardline: hardline$1, - breakParent: breakParent$1, - indent: indent$1, - lineSuffix: lineSuffix$1, - join: join$1, - cursor: cursor$2 + if (str.substr(0, 2) === '{}') { + str = '\\{\\}' + str.substr(2); } -} = document; -const { - hasNewline: hasNewline$1, - skipNewline: skipNewline$1, - skipSpaces: skipSpaces$1, - isPreviousLineEmpty: isPreviousLineEmpty$1, - addLeadingComment: addLeadingComment$1, - addDanglingComment: addDanglingComment$1, - addTrailingComment: addTrailingComment$1 -} = util; -const childNodesCacheKey = Symbol("child-nodes"); -function getSortedChildNodes(node, options, resultArray) { - if (!node) { - return; - } + return expand$3(escapeBraces(str), true).map(unescapeBraces); +} - const { - printer, - locStart, - locEnd - } = options; +function embrace(str) { + return '{' + str + '}'; +} - if (resultArray) { - if (printer.canAttachComment && printer.canAttachComment(node)) { - // This reverse insertion sort almost always takes constant - // time because we almost always (maybe always?) append the - // nodes in order anyway. - let i; +function isPadded(el) { + return /^-?0\d/.test(el); +} - for (i = resultArray.length - 1; i >= 0; --i) { - if (locStart(resultArray[i]) <= locStart(node) && locEnd(resultArray[i]) <= locEnd(node)) { - break; - } - } +function lte(i, y) { + return i <= y; +} - resultArray.splice(i + 1, 0, node); - return; - } - } else if (node[childNodesCacheKey]) { - return node[childNodesCacheKey]; - } +function gte(i, y) { + return i >= y; +} - const childNodes = printer.getCommentChildNodes && printer.getCommentChildNodes(node, options) || typeof node === "object" && Object.keys(node).filter(n => n !== "enclosingNode" && n !== "precedingNode" && n !== "followingNode" && n !== "tokens" && n !== "comments").map(n => node[n]); +function expand$3(str, isTop) { + var expansions = []; + var m = balanced('{', '}', str); + if (!m || /\$$/.test(m.pre)) return [str]; + var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); + var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); + var isSequence = isNumericSequence || isAlphaSequence; + var isOptions = m.body.indexOf(',') >= 0; - if (!childNodes) { - return; - } + if (!isSequence && !isOptions) { + // {a},b} + if (m.post.match(/,.*\}/)) { + str = m.pre + '{' + m.body + escClose + m.post; + return expand$3(str); + } - if (!resultArray) { - Object.defineProperty(node, childNodesCacheKey, { - value: resultArray = [], - enumerable: false - }); + return [str]; } - childNodes.forEach(childNode => { - getSortedChildNodes(childNode, options, resultArray); - }); - return resultArray; -} // As efficiently as possible, decorate the comment object with -// .precedingNode, .enclosingNode, and/or .followingNode properties, at -// least one of which is guaranteed to be defined. - - -function decorateComment(node, comment, options) { - const { - locStart, - locEnd - } = options; - const commentStart = locStart(comment); - const commentEnd = locEnd(comment); - const childNodes = getSortedChildNodes(node, options); - let precedingNode; - let followingNode; // Time to dust off the old binary search robes and wizard hat. + var n; - let left = 0; - let right = childNodes.length; + if (isSequence) { + n = m.body.split(/\.\./); + } else { + n = parseCommaParts(m.body); - while (left < right) { - const middle = left + right >> 1; - const child = childNodes[middle]; - const start = locStart(child); - const end = locEnd(child); + if (n.length === 1) { + // x{{a,b}}y ==> x{a}y x{b}y + n = expand$3(n[0], false).map(embrace); - if (start <= commentStart && commentEnd <= end) { - // The comment is completely contained by this child node. - comment.enclosingNode = child; - decorateComment(child, comment, options); - return; // Abandon the binary search at this level. + if (n.length === 1) { + var post = m.post.length ? expand$3(m.post, false) : ['']; + return post.map(function (p) { + return m.pre + n[0] + p; + }); + } } + } // at this point, n is the parts, and we know it's not a comma set + // with a single entry. + // no need to expand pre, since it is guaranteed to be free of brace-sets - if (start <= commentStart) { - // This child node falls completely before the comment. - // Because we will never consider this node or any nodes - // before it again, this node must be the closest preceding - // node we have encountered so far. - precedingNode = child; - left = middle + 1; - continue; - } - if (commentEnd <= start) { - // This child node falls completely after the comment. - // Because we will never consider this node or any nodes after - // it again, this node must be the closest following node we - // have encountered so far. - followingNode = child; - right = middle; - continue; + var pre = m.pre; + var post = m.post.length ? expand$3(m.post, false) : ['']; + var N; + + if (isSequence) { + var x = numeric(n[0]); + var y = numeric(n[1]); + var width = Math.max(n[0].length, n[1].length); + var incr = n.length == 3 ? Math.abs(numeric(n[2])) : 1; + var test = lte; + var reverse = y < x; + + if (reverse) { + incr *= -1; + test = gte; } - /* istanbul ignore next */ + var pad = n.some(isPadded); + N = []; - throw new Error("Comment location overlaps with node location"); - } // We don't want comments inside of different expressions inside of the same - // template literal to move to another expression. + for (var i = x; test(i, y); i += incr) { + var c; + if (isAlphaSequence) { + c = String.fromCharCode(i); + if (c === '\\') c = ''; + } else { + c = String(i); - if (comment.enclosingNode && comment.enclosingNode.type === "TemplateLiteral") { - const { - quasis - } = comment.enclosingNode; - const commentIndex = findExpressionIndexForComment(quasis, comment, options); + if (pad) { + var need = width - c.length; - if (precedingNode && findExpressionIndexForComment(quasis, precedingNode, options) !== commentIndex) { - precedingNode = null; - } + if (need > 0) { + var z = new Array(need + 1).join('0'); + if (i < 0) c = '-' + z + c.slice(1);else c = z + c; + } + } + } - if (followingNode && findExpressionIndexForComment(quasis, followingNode, options) !== commentIndex) { - followingNode = null; + N.push(c); } + } else { + N = concatMap(n, function (el) { + return expand$3(el, false); + }); } - if (precedingNode) { - comment.precedingNode = precedingNode; + for (var j = 0; j < N.length; j++) { + for (var k = 0; k < post.length; k++) { + var expansion = pre + N[j] + post[k]; + if (!isTop || isSequence || expansion) expansions.push(expansion); + } } - if (followingNode) { - comment.followingNode = followingNode; - } + return expansions; } -function attach(comments, ast, text, options) { - if (!Array.isArray(comments)) { - return; +var minimatch_1 = minimatch$1; +minimatch$1.Minimatch = Minimatch; +var path$o = { + sep: '/' +}; + +try { + path$o = require('path'); +} catch (er) {} + +var GLOBSTAR$1 = minimatch$1.GLOBSTAR = Minimatch.GLOBSTAR = {}; +var expand$2 = braceExpansion; +var plTypes = { + '!': { + open: '(?:(?!(?:', + close: '))[^/]*?)' + }, + '?': { + open: '(?:', + close: ')?' + }, + '+': { + open: '(?:', + close: ')+' + }, + '*': { + open: '(?:', + close: ')*' + }, + '@': { + open: '(?:', + close: ')' } +}; // any single thing other than / +// don't need to escape / when using new RegExp() - const tiesToBreak = []; - const { - locStart, - locEnd - } = options; - comments.forEach((comment, i) => { - if (options.parser === "json" || options.parser === "json5" || options.parser === "__js_expression" || options.parser === "__vue_expression") { - if (locStart(comment) - locStart(ast) <= 0) { - addLeadingComment$1(ast, comment); - return; - } +var qmark = '[^/]'; // * => any number of characters - if (locEnd(comment) - locEnd(ast) >= 0) { - addTrailingComment$1(ast, comment); - return; - } - } +var star = qmark + '*?'; // ** when dots are allowed. Anything goes, except .. and . +// not (^ or / followed by one or two dots followed by $ or /), +// followed by anything, any number of times. - decorateComment(ast, comment, options); - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - const pluginHandleOwnLineComment = options.printer.handleComments && options.printer.handleComments.ownLine ? options.printer.handleComments.ownLine : () => false; - const pluginHandleEndOfLineComment = options.printer.handleComments && options.printer.handleComments.endOfLine ? options.printer.handleComments.endOfLine : () => false; - const pluginHandleRemainingComment = options.printer.handleComments && options.printer.handleComments.remaining ? options.printer.handleComments.remaining : () => false; - const isLastComment = comments.length - 1 === i; +var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?'; // not a ^ or / followed by a dot, +// followed by anything, any number of times. - if (hasNewline$1(text, locStart(comment), { - backwards: true - })) { - // If a comment exists on its own line, prefer a leading comment. - // We also need to check if it's the first line of the file. - if (pluginHandleOwnLineComment(comment, text, options, ast, isLastComment)) ; else if (followingNode) { - // Always a leading comment. - addLeadingComment$1(followingNode, comment); - } else if (precedingNode) { - addTrailingComment$1(precedingNode, comment); - } else if (enclosingNode) { - addDanglingComment$1(enclosingNode, comment); - } else { - // There are no nodes, let's attach it to the root of the ast +var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?'; // characters that need to be escaped in RegExp. - /* istanbul ignore next */ - addDanglingComment$1(ast, comment); - } - } else if (hasNewline$1(text, locEnd(comment))) { - if (pluginHandleEndOfLineComment(comment, text, options, ast, isLastComment)) ; else if (precedingNode) { - // There is content before this comment on the same line, but - // none after it, so prefer a trailing comment of the previous node. - addTrailingComment$1(precedingNode, comment); - } else if (followingNode) { - addLeadingComment$1(followingNode, comment); - } else if (enclosingNode) { - addDanglingComment$1(enclosingNode, comment); - } else { - // There are no nodes, let's attach it to the root of the ast +var reSpecials = charSet('().*{}+?[]^$\\!'); // "abc" -> { a:true, b:true, c:true } - /* istanbul ignore next */ - addDanglingComment$1(ast, comment); - } - } else { - if (pluginHandleRemainingComment(comment, text, options, ast, isLastComment)) ; else if (precedingNode && followingNode) { - // Otherwise, text exists both before and after the comment on - // the same line. If there is both a preceding and following - // node, use a tie-breaking algorithm to determine if it should - // be attached to the next or previous node. In the last case, - // simply attach the right node; - const tieCount = tiesToBreak.length; +function charSet(s) { + return s.split('').reduce(function (set, c) { + set[c] = true; + return set; + }, {}); +} // normalizes slashes. - if (tieCount > 0) { - const lastTie = tiesToBreak[tieCount - 1]; - if (lastTie.followingNode !== comment.followingNode) { - breakTies(tiesToBreak, text, options); - } - } +var slashSplit = /\/+/; +minimatch$1.filter = filter; - tiesToBreak.push(comment); - } else if (precedingNode) { - addTrailingComment$1(precedingNode, comment); - } else if (followingNode) { - addLeadingComment$1(followingNode, comment); - } else if (enclosingNode) { - addDanglingComment$1(enclosingNode, comment); - } else { - // There are no nodes, let's attach it to the root of the ast +function filter(pattern, options) { + options = options || {}; + return function (p, i, list) { + return minimatch$1(p, pattern, options); + }; +} - /* istanbul ignore next */ - addDanglingComment$1(ast, comment); - } - } +function ext(a, b) { + a = a || {}; + b = b || {}; + var t = {}; + Object.keys(b).forEach(function (k) { + t[k] = b[k]; }); - breakTies(tiesToBreak, text, options); - comments.forEach(comment => { - // These node references were useful for breaking ties, but we - // don't need them anymore, and they create cycles in the AST that - // may lead to infinite recursion if we don't delete them here. - delete comment.precedingNode; - delete comment.enclosingNode; - delete comment.followingNode; + Object.keys(a).forEach(function (k) { + t[k] = a[k]; }); + return t; } -function breakTies(tiesToBreak, text, options) { - const tieCount = tiesToBreak.length; +minimatch$1.defaults = function (def) { + if (!def || !Object.keys(def).length) return minimatch$1; + var orig = minimatch$1; - if (tieCount === 0) { - return; - } + var m = function minimatch(p, pattern, options) { + return orig.minimatch(p, pattern, ext(def, options)); + }; - const { - precedingNode, - followingNode, - enclosingNode - } = tiesToBreak[0]; - const gapRegExp = options.printer.getGapRegex && options.printer.getGapRegex(enclosingNode) || /^[\s(]*$/; - let gapEndPos = options.locStart(followingNode); // Iterate backwards through tiesToBreak, examining the gaps - // between the tied comments. In order to qualify as leading, a - // comment must be separated from followingNode by an unbroken series of - // gaps (or other comments). Gaps should only contain whitespace or open - // parentheses. + m.Minimatch = function Minimatch(pattern, options) { + return new orig.Minimatch(pattern, ext(def, options)); + }; - let indexOfFirstLeadingComment; + return m; +}; - for (indexOfFirstLeadingComment = tieCount; indexOfFirstLeadingComment > 0; --indexOfFirstLeadingComment) { - const comment = tiesToBreak[indexOfFirstLeadingComment - 1]; - assert__default['default'].strictEqual(comment.precedingNode, precedingNode); - assert__default['default'].strictEqual(comment.followingNode, followingNode); - const gap = text.slice(options.locEnd(comment), gapEndPos); +Minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return Minimatch; + return minimatch$1.defaults(def).Minimatch; +}; - if (gapRegExp.test(gap)) { - gapEndPos = options.locStart(comment); - } else { - // The gap string contained something other than whitespace or open - // parentheses. - break; - } +function minimatch$1(p, pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('glob pattern string required'); } - tiesToBreak.forEach((comment, i) => { - if (i < indexOfFirstLeadingComment) { - addTrailingComment$1(precedingNode, comment); - } else { - addLeadingComment$1(followingNode, comment); - } - }); + if (!options) options = {}; // shortcut: comments match nothing. - for (const node of [precedingNode, followingNode]) { - if (node.comments && node.comments.length > 1) { - node.comments.sort((a, b) => options.locStart(a) - options.locStart(b)); - } - } + if (!options.nocomment && pattern.charAt(0) === '#') { + return false; + } // "" only matches "" - tiesToBreak.length = 0; -} -function printComment(commentPath, options) { - const comment = commentPath.getValue(); - comment.printed = true; - return options.printer.printComment(commentPath, options); + if (pattern.trim() === '') return p === ''; + return new Minimatch(pattern, options).match(p); } -function findExpressionIndexForComment(quasis, comment, options) { - const startPos = options.locStart(comment) - 1; +function Minimatch(pattern, options) { + if (!(this instanceof Minimatch)) { + return new Minimatch(pattern, options); + } - for (let i = 1; i < quasis.length; ++i) { - if (startPos < options.locStart(quasis[i])) { - return i - 1; - } - } // We haven't found it, it probably means that some of the locations are off. - // Let's just return the first one. + if (typeof pattern !== 'string') { + throw new TypeError('glob pattern string required'); + } - /* istanbul ignore next */ + if (!options) options = {}; + pattern = pattern.trim(); // windows support: need to use /, not \ + if (path$o.sep !== '/') { + pattern = pattern.split(path$o.sep).join('/'); + } - return 0; + this.options = options; + this.set = []; + this.pattern = pattern; + this.regexp = null; + this.negate = false; + this.comment = false; + this.empty = false; // make the set of regexps etc. + + this.make(); } -function printLeadingComment(commentPath, options) { - const comment = commentPath.getValue(); - const contents = printComment(commentPath, options); - /* istanbul ignore next */ +Minimatch.prototype.debug = function () {}; - if (!contents) { - return ""; - } +Minimatch.prototype.make = make; - const isBlock = options.printer.isBlockComment && options.printer.isBlockComment(comment); // Leading block comments should see if they need to stay on the - // same line or not. +function make() { + // don't do it more than once. + if (this._made) return; + var pattern = this.pattern; + var options = this.options; // empty patterns and comments match nothing. - if (isBlock) { - const lineBreak = hasNewline$1(options.originalText, options.locEnd(comment)) ? hasNewline$1(options.originalText, options.locStart(comment), { - backwards: true - }) ? hardline$1 : line$1 : " "; - return concat$3([contents, lineBreak]); + if (!options.nocomment && pattern.charAt(0) === '#') { + this.comment = true; + return; } - return concat$3([contents, hardline$1]); -} - -function printTrailingComment(commentPath, options) { - const comment = commentPath.getValue(); - const contents = printComment(commentPath, options); - /* istanbul ignore next */ + if (!pattern) { + this.empty = true; + return; + } // step 1: figure out negation, etc. - if (!contents) { - return ""; - } - const { - printer, - originalText, - locStart - } = options; - const isBlock = printer.isBlockComment && printer.isBlockComment(comment); + this.parseNegate(); // step 2: expand braces - if (hasNewline$1(originalText, locStart(comment), { - backwards: true - })) { - // This allows comments at the end of nested structures: - // { - // x: 1, - // y: 2 - // // A comment - // } - // Those kinds of comments are almost always leading comments, but - // here it doesn't go "outside" the block and turns it into a - // trailing comment for `2`. We can simulate the above by checking - // if this a comment on its own line; normal trailing comments are - // always at the end of another expression. - const isLineBeforeEmpty = isPreviousLineEmpty$1(originalText, comment, locStart); - return lineSuffix$1(concat$3([hardline$1, isLineBeforeEmpty ? hardline$1 : "", contents])); - } + var set = this.globSet = this.braceExpand(); + if (options.debug) this.debug = console.error; + this.debug(this.pattern, set); // step 3: now we have a set, so turn each one into a series of path-portion + // matching patterns. + // These will be regexps, except in the case of "**", which is + // set to the GLOBSTAR object for globstar behavior, + // and will not contain any / characters - let printed = concat$3([" ", contents]); // Trailing block comments never need a newline + set = this.globParts = set.map(function (s) { + return s.split(slashSplit); + }); + this.debug(this.pattern, set); // glob --> regexps - if (!isBlock) { - printed = concat$3([lineSuffix$1(printed), breakParent$1]); - } + set = set.map(function (s, si, set) { + return s.map(this.parse, this); + }, this); + this.debug(this.pattern, set); // filter out everything that didn't compile properly. - return printed; + set = set.filter(function (s) { + return s.indexOf(false) === -1; + }); + this.debug(this.pattern, set); + this.set = set; } -function printDanglingComments(path, options, sameIndent, filter) { - const parts = []; - const node = path.getValue(); +Minimatch.prototype.parseNegate = parseNegate; - if (!node || !node.comments) { - return ""; - } +function parseNegate() { + var pattern = this.pattern; + var negate = false; + var options = this.options; + var negateOffset = 0; + if (options.nonegate) return; - path.each(commentPath => { - const comment = commentPath.getValue(); + for (var i = 0, l = pattern.length; i < l && pattern.charAt(i) === '!'; i++) { + negate = !negate; + negateOffset++; + } - if (comment && !comment.leading && !comment.trailing && (!filter || filter(comment))) { - parts.push(printComment(commentPath, options)); - } - }, "comments"); + if (negateOffset) this.pattern = pattern.substr(negateOffset); + this.negate = negate; +} // Brace expansion: +// a{b,c}d -> abd acd +// a{b,}c -> abc ac +// a{0..3}d -> a0d a1d a2d a3d +// a{b,c{d,e}f}g -> abg acdfg acefg +// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg +// +// Invalid sets are not expanded. +// a{2..}b -> a{2..}b +// a{b}c -> a{b}c - if (parts.length === 0) { - return ""; - } - if (sameIndent) { - return join$1(hardline$1, parts); - } +minimatch$1.braceExpand = function (pattern, options) { + return braceExpand(pattern, options); +}; - return indent$1(concat$3([hardline$1, join$1(hardline$1, parts)])); -} +Minimatch.prototype.braceExpand = braceExpand; -function prependCursorPlaceholder(path, options, printed) { - if (path.getNode() === options.cursorNode && path.getValue()) { - return concat$3([cursor$2, printed, cursor$2]); +function braceExpand(pattern, options) { + if (!options) { + if (this instanceof Minimatch) { + options = this.options; + } else { + options = {}; + } } - return printed; -} + pattern = typeof pattern === 'undefined' ? this.pattern : pattern; -function printComments(path, print, options, needsSemi) { - const value = path.getValue(); - const printed = print(path); - const comments = value && value.comments; + if (typeof pattern === 'undefined') { + throw new TypeError('undefined pattern'); + } - if (!comments || comments.length === 0) { - return prependCursorPlaceholder(path, options, printed); + if (options.nobrace || !pattern.match(/\{.*\}/)) { + // shortcut. no need to expand. + return [pattern]; } - const leadingParts = []; - const trailingParts = [needsSemi ? ";" : "", printed]; - path.each(commentPath => { - const comment = commentPath.getValue(); - const { - leading, - trailing - } = comment; + return expand$2(pattern); +} // parse a component of the expanded set. +// At this point, no pattern may contain "/" in it +// so we're going to return a 2d array, where each entry is the full +// pattern, split on '/', and then turned into a regular expression. +// A regexp is made at the end which joins each array with an +// escaped /, and another full one which joins each regexp with |. +// +// Following the lead of Bash 4.1, note that "**" only has special meaning +// when it is the *only* thing in a path portion. Otherwise, any series +// of * is equivalent to a single *. Globstar behavior is enabled by +// default, and can be disabled by setting options.noglobstar. - if (leading) { - const contents = printLeadingComment(commentPath, options); - /* istanbul ignore next */ - if (!contents) { - return; - } +Minimatch.prototype.parse = parse$c; +var SUBPARSE = {}; - leadingParts.push(contents); - const text = options.originalText; - const index = skipNewline$1(text, skipSpaces$1(text, options.locEnd(comment))); +function parse$c(pattern, isSub) { + if (pattern.length > 1024 * 64) { + throw new TypeError('pattern is too long'); + } - if (index !== false && hasNewline$1(text, index)) { - leadingParts.push(hardline$1); - } - } else if (trailing) { - trailingParts.push(printTrailingComment(commentPath, options)); - } - }, "comments"); - return prependCursorPlaceholder(path, options, concat$3(leadingParts.concat(trailingParts))); -} + var options = this.options; // shortcuts -function ensureAllCommentsPrinted(astComments) { - if (!astComments) { - return; - } + if (!options.noglobstar && pattern === '**') return GLOBSTAR$1; + if (pattern === '') return ''; + var re = ''; + var hasMagic = !!options.nocase; + var escaping = false; // ? => one single character - astComments.forEach(comment => { - if (!comment.printed) { - throw new Error('Comment "' + comment.value.trim() + '" was not printed. Please report this error!'); - } + var patternListStack = []; + var negativeLists = []; + var stateChar; + var inClass = false; + var reClassStart = -1; + var classStart = -1; // . and .. never match anything that doesn't start with ., + // even when options.dot is set. - delete comment.printed; - }); -} + var patternStart = pattern.charAt(0) === '.' ? '' // anything + // not (start or / followed by . or .. followed by / or end) + : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' : '(?!\\.)'; + var self = this; -var comments = { - attach, - printComments, - printDanglingComments, - getSortedChildNodes, - ensureAllCommentsPrinted -}; + function clearStateChar() { + if (stateChar) { + // we had some state-tracking character + // that wasn't consumed by this pass. + switch (stateChar) { + case '*': + re += star; + hasMagic = true; + break; -function getNodeHelper(path, count) { - const stackIndex = getNodeStackIndexHelper(path.stack, count); - return stackIndex === -1 ? null : path.stack[stackIndex]; -} + case '?': + re += qmark; + hasMagic = true; + break; -function getNodeStackIndexHelper(stack, count) { - for (let i = stack.length - 1; i >= 0; i -= 2) { - const value = stack[i]; + default: + re += '\\' + stateChar; + break; + } - if (value && !Array.isArray(value) && --count < 0) { - return i; + self.debug('clearStateChar %j %j', stateChar, re); + stateChar = false; } } - return -1; -} - -class FastPath { - constructor(value) { - this.stack = [value]; - } // The name of the current property is always the penultimate element of - // this.stack, and always a String. - + for (var i = 0, len = pattern.length, c; i < len && (c = pattern.charAt(i)); i++) { + this.debug('%s\t%s %s %j', pattern, i, re, c); // skip over any that are escaped. - getName() { - const { - stack - } = this; - const { - length - } = stack; + if (escaping && reSpecials[c]) { + re += '\\' + c; + escaping = false; + continue; + } - if (length > 1) { - return stack[length - 2]; - } // Since the name is always a string, null is a safe sentinel value to - // return if we do not know the name of the (root) value. + switch (c) { + case '/': + // completely not allowed, even escaped. + // Should already be path-split by now. + return false; - /* istanbul ignore next */ + case '\\': + clearStateChar(); + escaping = true; + continue; + // the various stateChar values + // for the "extglob" stuff. + case '?': + case '*': + case '+': + case '@': + case '!': + this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c); // all of those are literals inside a class, except that + // the glob [!a] means [^a] in regexp - return null; - } // The value of the current property is always the final element of - // this.stack. + if (inClass) { + this.debug(' in class'); + if (c === '!' && i === classStart + 1) c = '^'; + re += c; + continue; + } // if we already have a stateChar, then it means + // that there was something like ** or +? in there. + // Handle the stateChar, then proceed with this one. - getValue() { - return getLast(this.stack); - } + self.debug('call clearStateChar %j', stateChar); + clearStateChar(); + stateChar = c; // if extglob is disabled, then +(asdf|foo) isn't a thing. + // just clear the statechar *now*, rather than even diving into + // the patternList stuff. - getNode(count = 0) { - return getNodeHelper(this, count); - } + if (options.noext) clearStateChar(); + continue; - getParentNode(count = 0) { - return getNodeHelper(this, count + 1); - } // Temporarily push properties named by string arguments given after the - // callback function onto this.stack, then call the callback with a - // reference to this (modified) FastPath object. Note that the stack will - // be restored to its original state after the callback is finished, so it - // is probably a mistake to retain a reference to the path. + case '(': + if (inClass) { + re += '('; + continue; + } + if (!stateChar) { + re += '\\('; + continue; + } - call(callback, ...names) { - const { - stack - } = this; - const { - length - } = stack; - let value = getLast(stack); + patternListStack.push({ + type: stateChar, + start: i - 1, + reStart: re.length, + open: plTypes[stateChar].open, + close: plTypes[stateChar].close + }); // negation is (?:(?!js)[^/]*) - for (const name of names) { - value = value[name]; - stack.push(name, value); - } + re += stateChar === '!' ? '(?:(?!(?:' : '(?:'; + this.debug('plType %j %j', stateChar, re); + stateChar = false; + continue; - const result = callback(this); - stack.length = length; - return result; - } + case ')': + if (inClass || !patternListStack.length) { + re += '\\)'; + continue; + } - callParent(callback, count = 0) { - const stackIndex = getNodeStackIndexHelper(this.stack, count + 1); - const parentValues = this.stack.splice(stackIndex + 1); - const result = callback(this); - this.stack.push(...parentValues); - return result; - } // Similar to FastPath.prototype.call, except that the value obtained by - // accessing this.getValue()[name1][name2]... should be array. The - // callback will be called with a reference to this path object for each - // element of the array. + clearStateChar(); + hasMagic = true; + var pl = patternListStack.pop(); // negation is (?:(?!js)[^/]*) + // The others are (?:) + re += pl.close; - each(callback, ...names) { - const { - stack - } = this; - const { - length - } = stack; - let value = getLast(stack); + if (pl.type === '!') { + negativeLists.push(pl); + } - for (const name of names) { - value = value[name]; - stack.push(name, value); - } + pl.reEnd = re.length; + continue; - for (let i = 0; i < value.length; ++i) { - stack.push(i, value[i]); - callback(this, i); - stack.length -= 2; - } + case '|': + if (inClass || !patternListStack.length || escaping) { + re += '\\|'; + escaping = false; + continue; + } - stack.length = length; - } // Similar to FastPath.prototype.each, except that the results of the - // callback function invocations are stored in an array and returned at - // the end of the iteration. + clearStateChar(); + re += '|'; + continue; + // these are mostly the same in regexp and glob + case '[': + // swallow any state-tracking char before the [ + clearStateChar(); - map(callback, ...names) { - const result = []; - this.each((path, index) => { - result[index] = callback(path, index); - }, ...names); - return result; - } - /** - * @param {...( - * | ((node: any, name: string | null, number: number | null) => boolean) - * | undefined - * )} predicates - */ + if (inClass) { + re += '\\' + c; + continue; + } + inClass = true; + classStart = i; + reClassStart = re.length; + re += c; + continue; - match(...predicates) { - let stackPointer = this.stack.length - 1; - let name = null; - let node = this.stack[stackPointer--]; + case ']': + // a right bracket shall lose its special + // meaning and represent itself in + // a bracket expression if it occurs + // first in the list. -- POSIX.2 2.8.3.2 + if (i === classStart + 1 || !inClass) { + re += '\\' + c; + escaping = false; + continue; + } // handle the case where we left a class open. + // "[z-a]" is valid, equivalent to "\[z-a\]" - for (const predicate of predicates) { - /* istanbul ignore next */ - if (node === undefined) { - return false; - } // skip index/array + if (inClass) { + // split where the last [ was, make sure we don't have + // an invalid re. if so, re-walk the contents of the + // would-be class to re-translate any characters that + // were passed through as-is + // TODO: It would probably be faster to determine this + // without a try/catch and a new RegExp, but it's tricky + // to do safely. For now, this is safe and works. + var cs = pattern.substring(classStart + 1, i); - let number = null; + try { + RegExp('[' + cs + ']'); + } catch (er) { + // not a valid class! + var sp = this.parse(cs, SUBPARSE); + re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]'; + hasMagic = hasMagic || sp[1]; + inClass = false; + continue; + } + } // finish up the class. - if (typeof name === "number") { - number = name; - name = this.stack[stackPointer--]; - node = this.stack[stackPointer--]; - } - if (predicate && !predicate(node, name, number)) { - return false; - } + hasMagic = true; + inClass = false; + re += c; + continue; - name = this.stack[stackPointer--]; - node = this.stack[stackPointer--]; - } + default: + // swallow any state char that wasn't consumed + clearStateChar(); - return true; - } + if (escaping) { + // no need + escaping = false; + } else if (reSpecials[c] && !(c === '^' && inClass)) { + re += '\\'; + } -} + re += c; + } // switch -var fastPath = FastPath; + } // for + // handle the case where we left a class open. + // "[abc" is valid, equivalent to "\[abc" -const { - utils: { - stripTrailingHardline: stripTrailingHardline$1 - } -} = document; -const { - normalize: normalize$2 -} = options$1; -function printSubtree(path, print, options, printAstToDoc) { - if (options.printer.embed && options.embeddedLanguageFormatting === "auto") { - return options.printer.embed(path, print, (text, partialNextOptions, textToDocOptions) => textToDoc(text, partialNextOptions, options, printAstToDoc, textToDocOptions), options); - } -} + if (inClass) { + // split where the last [ was, and escape it + // this is a huge pita. We now have to re-walk + // the contents of the would-be class to re-translate + // any characters that were passed through as-is + cs = pattern.substr(classStart + 1); + sp = this.parse(cs, SUBPARSE); + re = re.substr(0, reClassStart) + '\\[' + sp[0]; + hasMagic = hasMagic || sp[1]; + } // handle the case where we had a +( thing at the *end* + // of the pattern. + // each pattern list stack adds 3 chars, and we need to go through + // and escape any | chars that were passed through as-is for the regexp. + // Go through and escape them, taking care not to double-escape any + // | chars that were already escaped. -function textToDoc(text, partialNextOptions, parentOptions, printAstToDoc, // TODO: remove `stripTrailingHardline` in v3.0.0 -{ - stripTrailingHardline: shouldStripTrailingHardline = false -} = {}) { - const nextOptions = normalize$2(Object.assign({}, parentOptions, partialNextOptions, { - parentParser: parentOptions.parser, - embeddedInHtml: !!(parentOptions.embeddedInHtml || parentOptions.parser === "html" || parentOptions.parser === "vue" || parentOptions.parser === "angular" || parentOptions.parser === "lwc"), - originalText: text - }), { - passThrough: true - }); - const result = parser.parse(text, nextOptions); - const { - ast - } = result; - text = result.text; - const astComments = ast.comments; - delete ast.comments; - comments.attach(astComments, ast, text, nextOptions); - nextOptions[Symbol.for("comments")] = astComments || []; - nextOptions[Symbol.for("tokens")] = ast.tokens || []; - const doc = printAstToDoc(ast, nextOptions); - comments.ensureAllCommentsPrinted(astComments); - if (shouldStripTrailingHardline) { - // TODO: move this to `stripTrailingHardline` function in `/src/document/doc-utils.js` - if (typeof doc === "string") { - return doc.replace(/(?:\r?\n)*$/, ""); - } + for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { + var tail = re.slice(pl.reStart + pl.open.length); + this.debug('setting tail', re, pl); // maybe some even number of \, then maybe 1 \, followed by a | - return stripTrailingHardline$1(doc, true); - } - /* istanbul ignore next */ + tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { + if (!$2) { + // the | isn't already escaped, so escape it. + $2 = '\\'; + } // need to escape all those slashes *again*, without escaping the + // one that we need for escaping the | character. As it works out, + // escaping an even number of slashes can be done by simply repeating + // it exactly after itself. That's why this trick works. + // + // I am sorry that you have to see this. - return doc; -} + return $1 + $1 + $2 + '|'; + }); + this.debug('tail=%j\n %s', tail, tail, pl, re); + var t = pl.type === '*' ? star : pl.type === '?' ? qmark : '\\' + pl.type; + hasMagic = true; + re = re.slice(0, pl.reStart) + t + '\\(' + tail; + } // handle trailing things that only matter at the very end. -var multiparser = { - printSubtree -}; -const doc = document; -const docBuilders$1 = doc.builders; -const { - concat: concat$4, - hardline: hardline$2, - addAlignmentToDoc: addAlignmentToDoc$1 -} = docBuilders$1; -const docUtils$1 = doc.utils; -/** - * Takes an abstract syntax tree (AST) and recursively converts it to a - * document (series of printing primitives). - * - * This is done by descending down the AST recursively. The recursion - * involves two functions that call each other: - * - * 1. printGenerically(), which is defined as an inner function here. - * It basically takes care of node caching. - * 2. callPluginPrintFunction(), which checks for some options, and - * ultimately calls the print() function provided by the plugin. - * - * The plugin function will call printGenerically() again for child nodes - * of the current node, which will do its housekeeping, then call the - * plugin function again, and so on. - * - * All the while, these functions pass a "path" variable around, which - * is a stack-like data structure (FastPath) that maintains the current - * state of the recursion. It is called "path", because it represents - * the path to the current node through the Abstract Syntax Tree. - */ + clearStateChar(); -function printAstToDoc(ast, options, alignmentSize = 0) { - const { - printer - } = options; + if (escaping) { + // trailing \\ + re += '\\\\'; + } // only need to apply the nodot start if the re starts with + // something that could conceivably capture a dot - if (printer.preprocess) { - ast = printer.preprocess(ast, options); - } - const cache = new Map(); + var addPatternStart = false; - function printGenerically(path, args) { - const node = path.getValue(); - const shouldCache = node && typeof node === "object" && args === undefined; + switch (re.charAt(0)) { + case '.': + case '[': + case '(': + addPatternStart = true; + } // Hack to work around lack of negative lookbehind in JS + // A pattern like: *.!(x).!(y|z) needs to ensure that a name + // like 'a.xyz.yz' doesn't match. So, the first negative + // lookahead, has to look ALL the way ahead, to the end of + // the pattern. - if (shouldCache && cache.has(node)) { - return cache.get(node); - } // We let JSXElement print its comments itself because it adds () around - // UnionTypeAnnotation has to align the child without the comments + for (var n = negativeLists.length - 1; n > -1; n--) { + var nl = negativeLists[n]; + var nlBefore = re.slice(0, nl.reStart); + var nlFirst = re.slice(nl.reStart, nl.reEnd - 8); + var nlLast = re.slice(nl.reEnd - 8, nl.reEnd); + var nlAfter = re.slice(nl.reEnd); + nlLast += nlAfter; // Handle nested stuff like *(*.js|!(*.json)), where open parens + // mean that we should *not* include the ) in the bit that is considered + // "after" the negated section. - let res; + var openParensBefore = nlBefore.split('(').length - 1; + var cleanAfter = nlAfter; - if (printer.willPrintOwnComments && printer.willPrintOwnComments(path, options)) { - res = callPluginPrintFunction(path, options, printGenerically, args); - } else { - // printComments will call the plugin print function and check for - // comments to print - res = comments.printComments(path, p => callPluginPrintFunction(p, options, printGenerically, args), options, args && args.needsSemi); + for (i = 0; i < openParensBefore; i++) { + cleanAfter = cleanAfter.replace(/\)[+*?]?/, ''); } - if (shouldCache) { - cache.set(node, res); + nlAfter = cleanAfter; + var dollar = ''; + + if (nlAfter === '' && isSub !== SUBPARSE) { + dollar = '$'; } - return res; - } + var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast; + re = newRe; + } // if the re is not "" at this point, then we need to make sure + // it doesn't match against an empty path part. + // Otherwise a/* will match a/, which it should not. - let doc = printGenerically(new fastPath(ast)); - if (alignmentSize > 0) { - // Add a hardline to make the indents take effect - // It should be removed in index.js format() - doc = addAlignmentToDoc$1(concat$4([hardline$2, doc]), alignmentSize, options.tabWidth); + if (re !== '' && hasMagic) { + re = '(?=.)' + re; } - docUtils$1.propagateBreaks(doc); - return doc; -} - -function printPrettierIgnoredNode(node, options) { - const { - originalText, - [Symbol.for("comments")]: comments, - locStart, - locEnd - } = options; - const start = locStart(node); - const end = locEnd(node); + if (addPatternStart) { + re = patternStart + re; + } // parsing just a piece of a larger pattern. - for (const comment of comments) { - if (locStart(comment) >= start && locEnd(comment) <= end) { - comment.printed = true; - } - } - return originalText.slice(start, end); -} + if (isSub === SUBPARSE) { + return [re, hasMagic]; + } // skip the regexp for non-magical patterns + // unescape anything in it, though, so that it'll be + // an exact match against a file etc. -function callPluginPrintFunction(path, options, printPath, args) { - assert__default['default'].ok(path instanceof fastPath); - const node = path.getValue(); - const { - printer - } = options; // Escape hatch - if (printer.hasPrettierIgnore && printer.hasPrettierIgnore(path)) { - return printPrettierIgnoredNode(node, options); + if (!hasMagic) { + return globUnescape(pattern); } - if (node) { - try { - // Potentially switch to a different parser - const sub = multiparser.printSubtree(path, printPath, options, printAstToDoc); - - if (sub) { - return sub; - } - } catch (error) { - /* istanbul ignore if */ - if (process.env.PRETTIER_DEBUG) { - throw error; - } // Continue with current parser + var flags = options.nocase ? 'i' : ''; - } + try { + var regExp = new RegExp('^' + re + '$', flags); + } catch (er) { + // If it was an invalid regular expression, then it can't match + // anything. This trick looks for a character after the end of + // the string, which is of course impossible, except in multi-line + // mode, but it's not a /m regex. + return new RegExp('$.'); } - return printer.print(path, options, printPath, args); + regExp._glob = pattern; + regExp._src = re; + return regExp; } -var astToDoc = printAstToDoc; +minimatch$1.makeRe = function (pattern, options) { + return new Minimatch(pattern, options || {}).makeRe(); +}; -function findSiblingAncestors(startNodeAndParents, endNodeAndParents, opts) { - let resultStartNode = startNodeAndParents.node; - let resultEndNode = endNodeAndParents.node; +Minimatch.prototype.makeRe = makeRe$1; - if (resultStartNode === resultEndNode) { - return { - startNode: resultStartNode, - endNode: resultEndNode - }; - } +function makeRe$1() { + if (this.regexp || this.regexp === false) return this.regexp; // at this point, this.set is a 2d array of partial + // pattern strings, or "**". + // + // It's better to use .match(). This function shouldn't + // be used, really, but it's pretty convenient sometimes, + // when you just want to work with a regex. - for (const endParent of endNodeAndParents.parentNodes) { - if (endParent.type !== "Program" && endParent.type !== "File" && opts.locStart(endParent) >= opts.locStart(startNodeAndParents.node)) { - resultEndNode = endParent; - } else { - break; - } - } + var set = this.set; - for (const startParent of startNodeAndParents.parentNodes) { - if (startParent.type !== "Program" && startParent.type !== "File" && opts.locEnd(startParent) <= opts.locEnd(endNodeAndParents.node)) { - resultStartNode = startParent; - } else { - break; - } + if (!set.length) { + this.regexp = false; + return this.regexp; } - return { - startNode: resultStartNode, - endNode: resultEndNode - }; -} + var options = this.options; + var twoStar = options.noglobstar ? star : options.dot ? twoStarDot : twoStarNoDot; + var flags = options.nocase ? 'i' : ''; + var re = set.map(function (pattern) { + return pattern.map(function (p) { + return p === GLOBSTAR$1 ? twoStar : typeof p === 'string' ? regExpEscape(p) : p._src; + }).join('\\\/'); + }).join('|'); // must match entire pattern + // ending in a * or ** will make it less strict. -function findNodeAtOffset(node, offset, options, predicate, parentNodes = []) { - if (offset < options.locStart(node) || offset > options.locEnd(node)) { - return; - } + re = '^(?:' + re + ')$'; // can match anything, as long as it's not this. - for (const childNode of comments.getSortedChildNodes(node, options)) { - const childResult = findNodeAtOffset(childNode, offset, options, predicate, [node, ...parentNodes]); + if (this.negate) re = '^(?!' + re + ').*$'; - if (childResult) { - return childResult; - } + try { + this.regexp = new RegExp(re, flags); + } catch (ex) { + this.regexp = false; } - if (!predicate || predicate(node)) { - return { - node, - parentNodes - }; + return this.regexp; +} + +minimatch$1.match = function (list, pattern, options) { + options = options || {}; + var mm = new Minimatch(pattern, options); + list = list.filter(function (f) { + return mm.match(f); + }); + + if (mm.options.nonull && !list.length) { + list.push(pattern); } -} // See https://www.ecma-international.org/ecma-262/5.1/#sec-A.5 + return list; +}; -function isJsSourceElement(type) { - return type === "Directive" || type === "TypeAlias" || type === "TSExportAssignment" || type.startsWith("Declare") || type.startsWith("TSDeclare") || type.endsWith("Statement") || type.endsWith("Declaration"); -} +Minimatch.prototype.match = match; -const jsonSourceElements = new Set(["ObjectExpression", "ArrayExpression", "StringLiteral", "NumericLiteral", "BooleanLiteral", "NullLiteral"]); -const graphqlSourceElements = new Set(["OperationDefinition", "FragmentDefinition", "VariableDefinition", "TypeExtensionDefinition", "ObjectTypeDefinition", "FieldDefinition", "DirectiveDefinition", "EnumTypeDefinition", "EnumValueDefinition", "InputValueDefinition", "InputObjectTypeDefinition", "SchemaDefinition", "OperationTypeDefinition", "InterfaceTypeDefinition", "UnionTypeDefinition", "ScalarTypeDefinition"]); +function match(f, partial) { + this.debug('match', f, this.pattern); // short-circuit in the case of busted things. + // comments, etc. -function isSourceElement(opts, node) { - /* istanbul ignore next */ - if (node == null) { - return false; - } + if (this.comment) return false; + if (this.empty) return f === ''; + if (f === '/' && partial) return true; + var options = this.options; // windows: need to use /, not \ + + if (path$o.sep !== '/') { + f = f.split(path$o.sep).join('/'); + } // treat the test path as a set of pathparts. - switch (opts.parser) { - case "flow": - case "babel": - case "babel-flow": - case "babel-ts": - case "typescript": - case "espree": - case "meriyah": - return isJsSourceElement(node.type); - case "json": - return jsonSourceElements.has(node.type); + f = f.split(slashSplit); + this.debug(this.pattern, 'split', f); // just ONE of the pattern sets in this.set needs to match + // in order for it to be valid. If negating, then just one + // match means that we have failed. + // Either way, return on the first hit. - case "graphql": - return graphqlSourceElements.has(node.kind); + var set = this.set; + this.debug(this.pattern, 'set', set); // Find the basename of the path by looking for the last non-empty segment - case "vue": - return node.tag !== "root"; + var filename; + var i; + + for (i = f.length - 1; i >= 0; i--) { + filename = f[i]; + if (filename) break; } - return false; -} + for (i = 0; i < set.length; i++) { + var pattern = set[i]; + var file = f; -function calculateRange(text, opts, ast) { - // Contract the range so that it has non-whitespace characters at its endpoints. - // This ensures we can format a range that doesn't end on a node. - const rangeStringOrig = text.slice(opts.rangeStart, opts.rangeEnd); - const startNonWhitespace = Math.max(opts.rangeStart + rangeStringOrig.search(/\S/), opts.rangeStart); - let endNonWhitespace; + if (options.matchBase && pattern.length === 1) { + file = [filename]; + } - for (endNonWhitespace = opts.rangeEnd; endNonWhitespace > opts.rangeStart; --endNonWhitespace) { - if (/\S/.test(text[endNonWhitespace - 1])) { - break; + var hit = this.matchOne(file, pattern, partial); + + if (hit) { + if (options.flipNegate) return true; + return !this.negate; } - } + } // didn't get any hits. this is success if it's a negative + // pattern, failure otherwise. - const startNodeAndParents = findNodeAtOffset(ast, startNonWhitespace, opts, node => isSourceElement(opts, node)); - const endNodeAndParents = findNodeAtOffset(ast, endNonWhitespace, opts, node => isSourceElement(opts, node)); - if (!startNodeAndParents || !endNodeAndParents) { - return { - rangeStart: 0, - rangeEnd: 0 - }; - } + if (options.flipNegate) return false; + return this.negate; +} // set partial to true to test if, for example, +// "/a/b" matches the start of "/*/b/*/d" +// Partial means, if you run out of file before you run +// out of pattern, then that's fine, as long as all +// the parts match. - const { - startNode, - endNode - } = findSiblingAncestors(startNodeAndParents, endNodeAndParents, opts); - return { - rangeStart: Math.min(opts.locStart(startNode), opts.locStart(endNode)), - rangeEnd: Math.max(opts.locEnd(startNode), opts.locEnd(endNode)) - }; -} -var rangeUtil = { - calculateRange, - findNodeAtOffset -}; +Minimatch.prototype.matchOne = function (file, pattern, partial) { + var options = this.options; + this.debug('matchOne', { + 'this': this, + file: file, + pattern: pattern + }); + this.debug('matchOne', file.length, pattern.length); -const { - printer: { - printDocToString: printDocToString$1 - }, - debug: { - printDocToDebug - } -} = document; -const { - getAlignmentSize: getAlignmentSize$1 -} = util; -const { - guessEndOfLine: guessEndOfLine$1, - convertEndOfLineToChars: convertEndOfLineToChars$2, - countEndOfLineChars: countEndOfLineChars$1, - normalizeEndOfLine: normalizeEndOfLine$1 -} = endOfLine; -const normalizeOptions$1 = options$1.normalize; -const BOM = "\uFEFF"; -const CURSOR = Symbol("cursor"); + for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) { + this.debug('matchOne loop'); + var p = pattern[pi]; + var f = file[fi]; + this.debug(pattern, p, f); // should be impossible. + // some invalid regexp stuff in the set. -function attachComments(text, ast, opts) { - const astComments = ast.comments; + if (p === false) return false; - if (astComments) { - delete ast.comments; - comments.attach(astComments, ast, text, opts); - } + if (p === GLOBSTAR$1) { + this.debug('GLOBSTAR', [pattern, p, f]); // "**" + // a/**/b/**/c would match the following: + // a/b/x/y/z/c + // a/x/y/z/b/c + // a/b/x/b/x/c + // a/b/c + // To do this, take the rest of the pattern after + // the **, and see if it would match the file remainder. + // If so, return success. + // If not, the ** "swallows" a segment, and try again. + // This is recursively awful. + // + // a/**/b/**/c matching a/b/x/y/z/c + // - a matches a + // - doublestar + // - matchOne(b/x/y/z/c, b/**/c) + // - b matches b + // - doublestar + // - matchOne(x/y/z/c, c) -> no + // - matchOne(y/z/c, c) -> no + // - matchOne(z/c, c) -> no + // - matchOne(c, c) yes, hit - opts[Symbol.for("comments")] = astComments || []; - opts[Symbol.for("tokens")] = ast.tokens || []; - opts.originalText = text; - return astComments; -} + var fr = fi; + var pr = pi + 1; -function coreFormat(originalText, opts, addAlignmentSize) { - if (!originalText || !originalText.trim().length) { - return { - formatted: "", - cursorOffset: -1 - }; - } + if (pr === pl) { + this.debug('** at the end'); // a ** at the end will just swallow the rest. + // We have found a match. + // however, it will not swallow /.x, unless + // options.dot is set. + // . and .. are *never* matched by **, for explosively + // exponential reasons. - addAlignmentSize = addAlignmentSize || 0; - const { - ast, - text - } = parser.parse(originalText, opts); + for (; fi < fl; fi++) { + if (file[fi] === '.' || file[fi] === '..' || !options.dot && file[fi].charAt(0) === '.') return false; + } - if (opts.cursorOffset >= 0) { - const nodeResult = rangeUtil.findNodeAtOffset(ast, opts.cursorOffset, opts); + return true; + } // ok, let's see if we can swallow whatever we can. - if (nodeResult && nodeResult.node) { - opts.cursorNode = nodeResult.node; - } - } - const astComments = attachComments(text, ast, opts); - const doc = astToDoc(ast, opts, addAlignmentSize); - const result = printDocToString$1(doc, opts); - comments.ensureAllCommentsPrinted(astComments); // Remove extra leading indentation as well as the added indentation after last newline + while (fr < fl) { + var swallowee = file[fr]; + this.debug('\nglobstar while', file, fr, pattern, pr, swallowee); // XXX remove this slice. Just pass the start index. - if (addAlignmentSize > 0) { - const trimmed = result.formatted.trim(); + if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { + this.debug('globstar found match!', fr, fl, swallowee); // found a match. - if (result.cursorNodeStart !== undefined) { - result.cursorNodeStart -= result.formatted.indexOf(trimmed); - } + return true; + } else { + // can't swallow "." or ".." ever. + // can only swallow ".foo" when explicitly asked. + if (swallowee === '.' || swallowee === '..' || !options.dot && swallowee.charAt(0) === '.') { + this.debug('dot detected!', file, fr, pattern, pr); + break; + } // ** swallows a segment, and continue. - result.formatted = trimmed + convertEndOfLineToChars$2(opts.endOfLine); - } - if (opts.cursorOffset >= 0) { - let oldCursorNodeStart; - let oldCursorNodeText; - let cursorOffsetRelativeToOldCursorNode; - let newCursorNodeStart; - let newCursorNodeText; + this.debug('globstar swallow a segment, and continue'); + fr++; + } + } // no match was found. + // However, in partial mode, we can't say this is necessarily over. + // If there's more *pattern* left, then - if (opts.cursorNode && result.cursorNodeText) { - oldCursorNodeStart = opts.locStart(opts.cursorNode); - oldCursorNodeText = text.slice(oldCursorNodeStart, opts.locEnd(opts.cursorNode)); - cursorOffsetRelativeToOldCursorNode = opts.cursorOffset - oldCursorNodeStart; - newCursorNodeStart = result.cursorNodeStart; - newCursorNodeText = result.cursorNodeText; - } else { - oldCursorNodeStart = 0; - oldCursorNodeText = text; - cursorOffsetRelativeToOldCursorNode = opts.cursorOffset; - newCursorNodeStart = 0; - newCursorNodeText = result.formatted; - } - if (oldCursorNodeText === newCursorNodeText) { - return { - formatted: result.formatted, - cursorOffset: newCursorNodeStart + cursorOffsetRelativeToOldCursorNode - }; - } // diff old and new cursor node texts, with a special cursor - // symbol inserted to find out where it moves to + if (partial) { + // ran out of file + this.debug('\n>>> no match, partial?', file, fr, pattern, pr); + if (fr === fl) return true; + } + + return false; + } // something other than ** + // non-magic patterns just have to match exactly + // patterns with magic have been turned into regexps. - const oldCursorNodeCharArray = oldCursorNodeText.split(""); - oldCursorNodeCharArray.splice(cursorOffsetRelativeToOldCursorNode, 0, CURSOR); - const newCursorNodeCharArray = newCursorNodeText.split(""); - const cursorNodeDiff = index_es6.diffArrays(oldCursorNodeCharArray, newCursorNodeCharArray); - let cursorOffset = newCursorNodeStart; + var hit; - for (const entry of cursorNodeDiff) { - if (entry.removed) { - if (entry.value.includes(CURSOR)) { - break; - } + if (typeof p === 'string') { + if (options.nocase) { + hit = f.toLowerCase() === p.toLowerCase(); } else { - cursorOffset += entry.count; + hit = f === p; } + + this.debug('string match', p, f, hit); + } else { + hit = f.match(p); + this.debug('pattern match', p, f, hit); } - return { - formatted: result.formatted, - cursorOffset - }; - } + if (!hit) return false; + } // Note: ending in / means that we'll get a final "" + // at the end of the pattern. This can only match a + // corresponding "" at the end of the file. + // If the file ends in /, then it can only match a + // a pattern that ends in /, unless the pattern just + // doesn't have any more for it. But, a/b/ should *not* + // match "a/b/*", even though "" matches against the + // [^/]*? pattern, except in partial mode, where it might + // simply not be reached yet. + // However, a/b/ should still satisfy a/* + // now either we fell off the end of the pattern, or we're done. - return { - formatted: result.formatted, - cursorOffset: -1 - }; -} -function formatRange(originalText, opts) { - const { - ast, - text - } = parser.parse(originalText, opts); - const { - rangeStart, - rangeEnd - } = rangeUtil.calculateRange(text, opts, ast); - const rangeString = text.slice(rangeStart, rangeEnd); // Try to extend the range backwards to the beginning of the line. - // This is so we can detect indentation correctly and restore it. - // Use `Math.min` since `lastIndexOf` returns 0 when `rangeStart` is 0 + if (fi === fl && pi === pl) { + // ran out of pattern and filename at the same time. + // an exact hit! + return true; + } else if (fi === fl) { + // ran out of file, but still had pattern left. + // this is ok if we're doing the match as part of + // a glob fs traversal. + return partial; + } else if (pi === pl) { + // ran out of pattern, still have file left. + // this is only acceptable if we're on the very last + // empty segment of a file with a trailing slash. + // a/* should match a/b/ + var emptyFileEnd = fi === fl - 1 && file[fi] === ''; + return emptyFileEnd; + } // should be unreachable. - const rangeStart2 = Math.min(rangeStart, text.lastIndexOf("\n", rangeStart) + 1); - const indentString = text.slice(rangeStart2, rangeStart).match(/^\s*/)[0]; - const alignmentSize = getAlignmentSize$1(indentString, opts.tabWidth); - const rangeResult = coreFormat(rangeString, Object.assign({}, opts, { - rangeStart: 0, - rangeEnd: Infinity, - // Track the cursor offset only if it's within our range - cursorOffset: opts.cursorOffset > rangeStart && opts.cursorOffset < rangeEnd ? opts.cursorOffset - rangeStart : -1, - // Always use `lf` to format, we'll replace it later - endOfLine: "lf" - }), alignmentSize); // Since the range contracts to avoid trailing whitespace, - // we need to remove the newline that was inserted by the `format` call. - const rangeTrimmed = rangeResult.formatted.trimEnd(); - let { - cursorOffset - } = opts; + throw new Error('wtf?'); +}; // replace stuff like \* with * - if (cursorOffset >= rangeEnd) { - // handle the case where the cursor was past the end of the range - cursorOffset = opts.cursorOffset + (rangeTrimmed.length - rangeString.length); - } else if (rangeResult.cursorOffset >= 0) { - // handle the case where the cursor was in the range - cursorOffset = rangeResult.cursorOffset + rangeStart; - } // keep the cursor as it was if it was before the start of the range +function globUnescape(s) { + return s.replace(/\\(.)/g, '$1'); +} - let formatted = text.slice(0, rangeStart) + rangeTrimmed + text.slice(rangeEnd); +function regExpEscape(s) { + return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'); +} - if (opts.endOfLine !== "lf") { - const eol = convertEndOfLineToChars$2(opts.endOfLine); +const copyProperty = (to, from, property, ignoreNonConfigurable) => { + // `Function#length` should reflect the parameters of `to` not `from` since we keep its body. + // `Function#prototype` is non-writable and non-configurable so can never be modified. + if (property === 'length' || property === 'prototype') { + return; + } // `Function#arguments` and `Function#caller` should not be copied. They were reported to be present in `Reflect.ownKeys` for some devices in React Native (#41), so we explicitly ignore them here. - if (cursorOffset >= 0 && eol === "\r\n") { - cursorOffset += countEndOfLineChars$1(formatted.slice(0, cursorOffset), "\n"); - } - formatted = formatted.replace(/\n/g, eol); + if (property === 'arguments' || property === 'caller') { + return; } - return { - formatted, - cursorOffset - }; -} + const toDescriptor = Object.getOwnPropertyDescriptor(to, property); + const fromDescriptor = Object.getOwnPropertyDescriptor(from, property); -function ensureIndexInText(text, index, defaultValue) { - if (typeof index !== "number" || isNaN(index) || index < 0 || index > text.length) { - return defaultValue; + if (!canCopyProperty(toDescriptor, fromDescriptor) && ignoreNonConfigurable) { + return; } - return index; -} - -function normalizeIndexes(text, options) { - let { - cursorOffset, - rangeStart, - rangeEnd - } = options; - cursorOffset = ensureIndexInText(text, cursorOffset, -1); - rangeStart = ensureIndexInText(text, rangeStart, 0); - rangeEnd = ensureIndexInText(text, rangeEnd, text.length); - return Object.assign({}, options, { - cursorOffset, - rangeStart, - rangeEnd - }); -} - -function normalizeInputAndOptions(text, options) { - let { - cursorOffset, - rangeStart, - rangeEnd, - endOfLine - } = normalizeIndexes(text, options); - const hasBOM = text.charAt(0) === BOM; - - if (hasBOM) { - text = text.slice(1); - cursorOffset--; - rangeStart--; - rangeEnd--; - } + Object.defineProperty(to, property, fromDescriptor); +}; // `Object.defineProperty()` throws if the property exists, is not configurable and either: +// - one its descriptors is changed +// - it is non-writable and its value is changed - if (endOfLine === "auto") { - endOfLine = guessEndOfLine$1(text); - } // get rid of CR/CRLF parsing +const canCopyProperty = function (toDescriptor, fromDescriptor) { + return toDescriptor === undefined || toDescriptor.configurable || toDescriptor.writable === fromDescriptor.writable && toDescriptor.enumerable === fromDescriptor.enumerable && toDescriptor.configurable === fromDescriptor.configurable && (toDescriptor.writable || toDescriptor.value === fromDescriptor.value); +}; - if (text.includes("\r")) { - const countCrlfBefore = index => countEndOfLineChars$1(text.slice(0, Math.max(index, 0)), "\r\n"); +const changePrototype = (to, from) => { + const fromPrototype = Object.getPrototypeOf(from); - cursorOffset -= countCrlfBefore(cursorOffset); - rangeStart -= countCrlfBefore(rangeStart); - rangeEnd -= countCrlfBefore(rangeEnd); - text = normalizeEndOfLine$1(text); + if (fromPrototype === Object.getPrototypeOf(to)) { + return; } - return { - hasBOM, - text, - options: normalizeIndexes(text, Object.assign({}, options, { - cursorOffset, - rangeStart, - rangeEnd, - endOfLine - })) - }; -} + Object.setPrototypeOf(to, fromPrototype); +}; -function format(originalText, originalOptions) { - let { - hasBOM, - text, - options - } = normalizeInputAndOptions(originalText, normalizeOptions$1(originalOptions)); - const selectedParser = parser.resolveParser(options); - const hasPragma = !selectedParser.hasPragma || selectedParser.hasPragma(text); +const wrappedToString = (withName, fromBody) => `/* Wrapped ${withName}*/\n${fromBody}`; - if (options.requirePragma && !hasPragma) { - return { - formatted: originalText, - cursorOffset: originalOptions.cursorOffset - }; - } +const toStringDescriptor = Object.getOwnPropertyDescriptor(Function.prototype, 'toString'); +const toStringName = Object.getOwnPropertyDescriptor(Function.prototype.toString, 'name'); // We call `from.toString()` early (not lazily) to ensure `from` can be garbage collected. +// We use `bind()` instead of a closure for the same reason. +// Calling `from.toString()` early also allows caching it in case `to.toString()` is called several times. - let result; +const changeToString = (to, from, name) => { + const withName = name === '' ? '' : `with ${name.trim()}() `; + const newToString = wrappedToString.bind(null, withName, from.toString()); // Ensure `to.toString.toString` is non-enumerable and has the same `same` - if (options.rangeStart > 0 || options.rangeEnd < text.length) { - result = formatRange(text, options); - } else { - if (!hasPragma && options.insertPragma && options.printer.insertPragma) { - text = options.printer.insertPragma(text); - } + Object.defineProperty(newToString, 'name', toStringName); + Object.defineProperty(to, 'toString', Object.assign(Object.assign({}, toStringDescriptor), {}, { + value: newToString + })); +}; - result = coreFormat(text, options); +const mimicFn$1 = (to, from, { + ignoreNonConfigurable = false +} = {}) => { + const { + name + } = to; + + for (const property of Reflect.ownKeys(from)) { + copyProperty(to, from, property, ignoreNonConfigurable); } - if (hasBOM) { - result.formatted = BOM + result.formatted; + changePrototype(to, from); + changeToString(to, from, name); + return to; +}; - if (result.cursorOffset >= 0) { - result.cursorOffset++; - } - } +var mimicFn_1 = mimicFn$1; - return result; -} +var dist$2 = {exports: {}}; -var core = { - formatWithCursor: format, +var pDefer = () => { + const ret = {}; + ret.promise = new Promise((resolve, reject) => { + ret.resolve = resolve; + ret.reject = reject; + }); + return ret; +}; - parse(originalText, originalOptions, massage) { - const { - text, - options - } = normalizeInputAndOptions(originalText, normalizeOptions$1(originalOptions)); - const parsed = parser.parse(text, options); +(function (module, exports) { - if (massage) { - parsed.ast = massageAst(parsed.ast, options); - } + var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) { + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { + try { + step(generator.next(value)); + } catch (e) { + reject(e); + } + } - return parsed; - }, + function rejected(value) { + try { + step(generator["throw"](value)); + } catch (e) { + reject(e); + } + } - formatAST(ast, options) { - options = normalizeOptions$1(options); - const doc = astToDoc(ast, options); - return printDocToString$1(doc, options); - }, + function step(result) { + result.done ? resolve(result.value) : new P(function (resolve) { + resolve(result.value); + }).then(fulfilled, rejected); + } - // Doesn't handle shebang for now - formatDoc(doc, options) { - return format(printDocToDebug(doc), Object.assign({}, options, { - parser: "babel" - })).formatted; - }, + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; - printToDoc(originalText, options) { - options = normalizeOptions$1(options); - const { - ast, - text - } = parser.parse(originalText, options); - attachComments(text, ast, options); - return astToDoc(ast, options); - }, + var __importDefault = this && this.__importDefault || function (mod) { + return mod && mod.__esModule ? mod : { + "default": mod + }; + }; - printDocToString(doc, options) { - return printDocToString$1(doc, normalizeOptions$1(options)); - } + Object.defineProperty(exports, "__esModule", { + value: true + }); -}; + const p_defer_1 = __importDefault(pDefer); -var concatMap = function (xs, fn) { - var res = []; + function mapAgeCleaner(map, property = 'maxAge') { + let processingKey; + let processingTimer; + let processingDeferred; - for (var i = 0; i < xs.length; i++) { - var x = fn(xs[i], i); - if (isArray$2(x)) res.push.apply(res, x);else res.push(x); - } + const cleanup = () => __awaiter(this, void 0, void 0, function* () { + if (processingKey !== undefined) { + // If we are already processing an item, we can safely exit + return; + } - return res; -}; + const setupTimer = item => __awaiter(this, void 0, void 0, function* () { + processingDeferred = p_defer_1.default(); + const delay = item[1][property] - Date.now(); -var isArray$2 = Array.isArray || function (xs) { - return Object.prototype.toString.call(xs) === '[object Array]'; -}; + if (delay <= 0) { + // Remove the item immediately if the delay is equal to or below 0 + map.delete(item[0]); + processingDeferred.resolve(); + return; + } // Keep track of the current processed key -var balancedMatch = balanced; -function balanced(a, b, str) { - if (a instanceof RegExp) a = maybeMatch(a, str); - if (b instanceof RegExp) b = maybeMatch(b, str); - var r = range(a, b, str); - return r && { - start: r[0], - end: r[1], - pre: str.slice(0, r[0]), - body: str.slice(r[0] + a.length, r[1]), - post: str.slice(r[1] + b.length) - }; -} + processingKey = item[0]; + processingTimer = setTimeout(() => { + // Remove the item when the timeout fires + map.delete(item[0]); -function maybeMatch(reg, str) { - var m = str.match(reg); - return m ? m[0] : null; -} + if (processingDeferred) { + processingDeferred.resolve(); + } + }, delay); // tslint:disable-next-line:strict-type-predicates -balanced.range = range; + if (typeof processingTimer.unref === 'function') { + // Don't hold up the process from exiting + processingTimer.unref(); + } -function range(a, b, str) { - var begs, beg, left, right, result; - var ai = str.indexOf(a); - var bi = str.indexOf(b, ai + 1); - var i = ai; + return processingDeferred.promise; + }); - if (ai >= 0 && bi > 0) { - begs = []; - left = str.length; + try { + for (const entry of map) { + yield setupTimer(entry); + } + } catch (_a) {// Do nothing if an error occurs, this means the timer was cleaned up and we should stop processing + } - while (i >= 0 && !result) { - if (i == ai) { - begs.push(i); - ai = str.indexOf(a, i + 1); - } else if (begs.length == 1) { - result = [begs.pop(), bi]; - } else { - beg = begs.pop(); + processingKey = undefined; + }); - if (beg < left) { - left = beg; - right = bi; - } + const reset = () => { + processingKey = undefined; - bi = str.indexOf(b, i + 1); + if (processingTimer !== undefined) { + clearTimeout(processingTimer); + processingTimer = undefined; } - i = ai < bi && ai >= 0 ? ai : bi; - } + if (processingDeferred !== undefined) { + // tslint:disable-line:early-exit + processingDeferred.reject(undefined); + processingDeferred = undefined; + } + }; - if (begs.length) { - result = [left, right]; - } - } + const originalSet = map.set.bind(map); - return result; -} + map.set = (key, value) => { + if (map.has(key)) { + // If the key already exist, remove it so we can add it back at the end of the map. + map.delete(key); + } // Call the original `map.set` -var braceExpansion = expandTop; -var escSlash = '\0SLASH' + Math.random() + '\0'; -var escOpen = '\0OPEN' + Math.random() + '\0'; -var escClose = '\0CLOSE' + Math.random() + '\0'; -var escComma = '\0COMMA' + Math.random() + '\0'; -var escPeriod = '\0PERIOD' + Math.random() + '\0'; -function numeric$1(str) { - return parseInt(str, 10) == str ? parseInt(str, 10) : str.charCodeAt(0); -} + const result = originalSet(key, value); // If we are already processing a key and the key added is the current processed key, stop processing it -function escapeBraces(str) { - return str.split('\\\\').join(escSlash).split('\\{').join(escOpen).split('\\}').join(escClose).split('\\,').join(escComma).split('\\.').join(escPeriod); -} + if (processingKey && processingKey === key) { + reset(); + } // Always run the cleanup method in case it wasn't started yet -function unescapeBraces(str) { - return str.split(escSlash).join('\\').split(escOpen).join('{').split(escClose).join('}').split(escComma).join(',').split(escPeriod).join('.'); -} // Basically just str.split(","), but handling cases -// where we have nested braced sections, which should be -// treated as individual members, like {a,{b,c},d} + cleanup(); // tslint:disable-line:no-floating-promises -function parseCommaParts(str) { - if (!str) return ['']; - var parts = []; - var m = balancedMatch('{', '}', str); - if (!m) return str.split(','); - var pre = m.pre; - var body = m.body; - var post = m.post; - var p = pre.split(','); - p[p.length - 1] += '{' + body + '}'; - var postParts = parseCommaParts(post); + return result; + }; - if (post.length) { - p[p.length - 1] += postParts.shift(); - p.push.apply(p, postParts); + cleanup(); // tslint:disable-line:no-floating-promises + + return map; } - parts.push.apply(parts, p); - return parts; -} + exports.default = mapAgeCleaner; // Add support for CJS -function expandTop(str) { - if (!str) return []; // I don't know why Bash 4.3 does this, but it does. - // Anything starting with {} will have the first two bytes preserved - // but *only* at the top level, so {},a}b will not expand to anything, - // but a{},b}c will be expanded to [a}c,abc]. - // One could argue that this is a bug in Bash, but since the goal of - // this module is to match Bash's rules, we escape a leading {} + module.exports = mapAgeCleaner; + module.exports.default = mapAgeCleaner; +})(dist$2, dist$2.exports); - if (str.substr(0, 2) === '{}') { - str = '\\{\\}' + str.substr(2); - } +const mimicFn = mimicFn_1; +const mapAgeCleaner = dist$2.exports; +const decoratorInstanceMap = new WeakMap(); +const cacheStore = new WeakMap(); +/** +[Memoize](https://en.wikipedia.org/wiki/Memoization) functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input. - return expand(escapeBraces(str), true).map(unescapeBraces); -} +@param fn - Function to be memoized. -function embrace(str) { - return '{' + str + '}'; -} +@example +``` +import mem = require('mem'); -function isPadded(el) { - return /^-?0\d/.test(el); -} +let i = 0; +const counter = () => ++i; +const memoized = mem(counter); -function lte(i, y) { - return i <= y; -} +memoized('foo'); +//=> 1 -function gte$1(i, y) { - return i >= y; -} +// Cached as it's the same arguments +memoized('foo'); +//=> 1 -function expand(str, isTop) { - var expansions = []; - var m = balancedMatch('{', '}', str); - if (!m || /\$$/.test(m.pre)) return [str]; - var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); - var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); - var isSequence = isNumericSequence || isAlphaSequence; - var isOptions = m.body.indexOf(',') >= 0; +// Not cached anymore as the arguments changed +memoized('bar'); +//=> 2 - if (!isSequence && !isOptions) { - // {a},b} - if (m.post.match(/,.*\}/)) { - str = m.pre + '{' + m.body + escClose + m.post; - return expand(str); - } +memoized('bar'); +//=> 2 +``` +*/ - return [str]; +const mem$3 = (fn, { + cacheKey, + cache = new Map(), + maxAge +} = {}) => { + if (typeof maxAge === 'number') { + // TODO: Drop after https://github.com/SamVerschueren/map-age-cleaner/issues/5 + // @ts-expect-error + mapAgeCleaner(cache); } - var n; - - if (isSequence) { - n = m.body.split(/\.\./); - } else { - n = parseCommaParts(m.body); - - if (n.length === 1) { - // x{{a,b}}y ==> x{a}y x{b}y - n = expand(n[0], false).map(embrace); + const memoized = function (...arguments_) { + const key = cacheKey ? cacheKey(arguments_) : arguments_[0]; + const cacheItem = cache.get(key); - if (n.length === 1) { - var post = m.post.length ? expand(m.post, false) : ['']; - return post.map(function (p) { - return m.pre + n[0] + p; - }); - } + if (cacheItem) { + return cacheItem.data; } - } // at this point, n is the parts, and we know it's not a comma set - // with a single entry. - // no need to expand pre, since it is guaranteed to be free of brace-sets + const result = fn.apply(this, arguments_); + cache.set(key, { + data: result, + maxAge: maxAge ? Date.now() + maxAge : Number.POSITIVE_INFINITY + }); + return result; + }; - var pre = m.pre; - var post = m.post.length ? expand(m.post, false) : ['']; - var N; + mimicFn(memoized, fn, { + ignoreNonConfigurable: true + }); + cacheStore.set(memoized, cache); + return memoized; +}; +/** +@returns A [decorator](https://github.com/tc39/proposal-decorators) to memoize class methods or static class methods. - if (isSequence) { - var x = numeric$1(n[0]); - var y = numeric$1(n[1]); - var width = Math.max(n[0].length, n[1].length); - var incr = n.length == 3 ? Math.abs(numeric$1(n[2])) : 1; - var test = lte; - var reverse = y < x; +@example +``` +import mem = require('mem'); - if (reverse) { - incr *= -1; - test = gte$1; - } +class Example { + index = 0 - var pad = n.some(isPadded); - N = []; + @mem.decorator() + counter() { + return ++this.index; + } +} - for (var i = x; test(i, y); i += incr) { - var c; +class ExampleWithOptions { + index = 0 - if (isAlphaSequence) { - c = String.fromCharCode(i); - if (c === '\\') c = ''; - } else { - c = String(i); + @mem.decorator({maxAge: 1000}) + counter() { + return ++this.index; + } +} +``` +*/ - if (pad) { - var need = width - c.length; - if (need > 0) { - var z = new Array(need + 1).join('0'); - if (i < 0) c = '-' + z + c.slice(1);else c = z + c; - } - } - } +mem$3.decorator = (options = {}) => (target, propertyKey, descriptor) => { + const input = target[propertyKey]; - N.push(c); - } - } else { - N = concatMap(n, function (el) { - return expand(el, false); - }); + if (typeof input !== 'function') { + throw new TypeError('The decorated value must be a function'); } - for (var j = 0; j < N.length; j++) { - for (var k = 0; k < post.length; k++) { - var expansion = pre + N[j] + post[k]; - if (!isTop || isSequence || expansion) expansions.push(expansion); - } - } + delete descriptor.value; + delete descriptor.writable; - return expansions; -} + descriptor.get = function () { + if (!decoratorInstanceMap.has(this)) { + const value = mem$3(input, options); + decoratorInstanceMap.set(this, value); + return value; + } -var minimatch_1 = minimatch; -minimatch.Minimatch = Minimatch; -var path = { - sep: '/' + return decoratorInstanceMap.get(this); + }; }; +/** +Clear all cached data of a memoized function. -try { - path = path__default['default']; -} catch (er) {} +@param fn - Memoized function. +*/ -var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}; -var plTypes = { - '!': { - open: '(?:(?!(?:', - close: '))[^/]*?)' - }, - '?': { - open: '(?:', - close: ')?' - }, - '+': { - open: '(?:', - close: ')+' - }, - '*': { - open: '(?:', - close: ')*' - }, - '@': { - open: '(?:', - close: ')' - } -}; // any single thing other than / -// don't need to escape / when using new RegExp() -var qmark = '[^/]'; // * => any number of characters +mem$3.clear = fn => { + const cache = cacheStore.get(fn); -var star = qmark + '*?'; // ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. + if (!cache) { + throw new TypeError('Can\'t clear a function that was not memoized!'); + } -var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?'; // not a ^ or / followed by a dot, -// followed by anything, any number of times. + if (typeof cache.clear !== 'function') { + throw new TypeError('The cache Map can\'t be cleared!'); + } -var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?'; // characters that need to be escaped in RegExp. + cache.clear(); +}; -var reSpecials = charSet('().*{}+?[]^$\\!'); // "abc" -> { a:true, b:true, c:true } +var dist$1 = mem$3; -function charSet(s) { - return s.split('').reduce(function (set, c) { - set[c] = true; - return set; - }, {}); -} // normalizes slashes. +var require$$7$2 = require("./third-party.js"); +var tomlParser = {exports: {}}; -var slashSplit = /\/+/; -minimatch.filter = filter; +const ParserEND = 0x110000; + +class ParserError extends Error { + /* istanbul ignore next */ + constructor(msg, filename, linenumber) { + super('[ParserError] ' + msg, filename, linenumber); + this.name = 'ParserError'; + this.code = 'ParserError'; + if (Error.captureStackTrace) Error.captureStackTrace(this, ParserError); + } -function filter(pattern, options) { - options = options || {}; - return function (p, i, list) { - return minimatch(p, pattern, options); - }; } -function ext(a, b) { - a = a || {}; - b = b || {}; - var t = {}; - Object.keys(b).forEach(function (k) { - t[k] = b[k]; - }); - Object.keys(a).forEach(function (k) { - t[k] = a[k]; - }); - return t; +class State { + constructor(parser) { + this.parser = parser; + this.buf = ''; + this.returned = null; + this.result = null; + this.resultTable = null; + this.resultArr = null; + } + } -minimatch.defaults = function (def) { - if (!def || !Object.keys(def).length) return minimatch; - var orig = minimatch; +class Parser { + constructor() { + this.pos = 0; + this.col = 0; + this.line = 0; + this.obj = {}; + this.ctx = this.obj; + this.stack = []; + this._buf = ''; + this.char = null; + this.ii = 0; + this.state = new State(this.parseStart); + } + + parse(str) { + /* istanbul ignore next */ + if (str.length === 0 || str.length == null) return; + this._buf = String(str); + this.ii = -1; + this.char = -1; + let getNext; - var m = function minimatch(p, pattern, options) { - return orig.minimatch(p, pattern, ext(def, options)); - }; + while (getNext === false || this.nextChar()) { + getNext = this.runOne(); + } - m.Minimatch = function Minimatch(pattern, options) { - return new orig.Minimatch(pattern, ext(def, options)); - }; + this._buf = null; + } - return m; -}; + nextChar() { + if (this.char === 0x0A) { + ++this.line; + this.col = -1; + } -Minimatch.defaults = function (def) { - if (!def || !Object.keys(def).length) return Minimatch; - return minimatch.defaults(def).Minimatch; -}; + ++this.ii; + this.char = this._buf.codePointAt(this.ii); + ++this.pos; + ++this.col; + return this.haveBuffer(); + } -function minimatch(p, pattern, options) { - if (typeof pattern !== 'string') { - throw new TypeError('glob pattern string required'); + haveBuffer() { + return this.ii < this._buf.length; } - if (!options) options = {}; // shortcut: comments match nothing. + runOne() { + return this.state.parser.call(this, this.state.returned); + } - if (!options.nocomment && pattern.charAt(0) === '#') { - return false; - } // "" only matches "" + finish() { + this.char = ParserEND; + let last; + do { + last = this.state.parser; + this.runOne(); + } while (this.state.parser !== last); - if (pattern.trim() === '') return p === ''; - return new Minimatch(pattern, options).match(p); -} + this.ctx = null; + this.state = null; + this._buf = null; + return this.obj; + } -function Minimatch(pattern, options) { - if (!(this instanceof Minimatch)) { - return new Minimatch(pattern, options); + next(fn) { + /* istanbul ignore next */ + if (typeof fn !== 'function') throw new ParserError('Tried to set state to non-existent state: ' + JSON.stringify(fn)); + this.state.parser = fn; } - if (typeof pattern !== 'string') { - throw new TypeError('glob pattern string required'); + goto(fn) { + this.next(fn); + return this.runOne(); } - if (!options) options = {}; - pattern = pattern.trim(); // windows support: need to use /, not \ + call(fn, returnWith) { + if (returnWith) this.next(returnWith); + this.stack.push(this.state); + this.state = new State(fn); + } - if (path.sep !== '/') { - pattern = pattern.split(path.sep).join('/'); + callNow(fn, returnWith) { + this.call(fn, returnWith); + return this.runOne(); } - this.options = options; - this.set = []; - this.pattern = pattern; - this.regexp = null; - this.negate = false; - this.comment = false; - this.empty = false; // make the set of regexps etc. + return(value) { + /* istanbul ignore next */ + if (this.stack.length === 0) throw this.error(new ParserError('Stack underflow')); + if (value === undefined) value = this.state.buf; + this.state = this.stack.pop(); + this.state.returned = value; + } - this.make(); -} + returnNow(value) { + this.return(value); + return this.runOne(); + } -Minimatch.prototype.debug = function () {}; + consume() { + /* istanbul ignore next */ + if (this.char === ParserEND) throw this.error(new ParserError('Unexpected end-of-buffer')); + this.state.buf += this._buf[this.ii]; + } -Minimatch.prototype.make = make; + error(err) { + err.line = this.line; + err.col = this.col; + err.pos = this.pos; + return err; + } + /* istanbul ignore next */ -function make() { - // don't do it more than once. - if (this._made) return; - var pattern = this.pattern; - var options = this.options; // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true; - return; + parseStart() { + throw new ParserError('Must declare a parseStart method'); } - if (!pattern) { - this.empty = true; - return; - } // step 1: figure out negation, etc. +} +Parser.END = ParserEND; +Parser.Error = ParserError; +var parser = Parser; - this.parseNegate(); // step 2: expand braces +var createDatetime = value => { + const date = new Date(value); + /* istanbul ignore if */ - var set = this.globSet = this.braceExpand(); - if (options.debug) this.debug = console.error; - this.debug(this.pattern, set); // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters + if (isNaN(date)) { + throw new TypeError('Invalid Datetime'); + } else { + return date; + } +}; - set = this.globParts = set.map(function (s) { - return s.split(slashSplit); - }); - this.debug(this.pattern, set); // glob --> regexps +var formatNum = (d, num) => { + num = String(num); - set = set.map(function (s, si, set) { - return s.map(this.parse, this); - }, this); - this.debug(this.pattern, set); // filter out everything that didn't compile properly. + while (num.length < d) num = '0' + num; - set = set.filter(function (s) { - return s.indexOf(false) === -1; - }); - this.debug(this.pattern, set); - this.set = set; -} + return num; +}; -Minimatch.prototype.parseNegate = parseNegate; +const f$2 = formatNum; -function parseNegate() { - var pattern = this.pattern; - var negate = false; - var options = this.options; - var negateOffset = 0; - if (options.nonegate) return; +class FloatingDateTime extends Date { + constructor(value) { + super(value + 'Z'); + this.isFloating = true; + } - for (var i = 0, l = pattern.length; i < l && pattern.charAt(i) === '!'; i++) { - negate = !negate; - negateOffset++; + toISOString() { + const date = `${this.getUTCFullYear()}-${f$2(2, this.getUTCMonth() + 1)}-${f$2(2, this.getUTCDate())}`; + const time = `${f$2(2, this.getUTCHours())}:${f$2(2, this.getUTCMinutes())}:${f$2(2, this.getUTCSeconds())}.${f$2(3, this.getUTCMilliseconds())}`; + return `${date}T${time}`; } - if (negateOffset) this.pattern = pattern.substr(negateOffset); - this.negate = negate; -} // Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c +} +var createDatetimeFloat = value => { + const date = new FloatingDateTime(value); + /* istanbul ignore if */ -minimatch.braceExpand = function (pattern, options) { - return braceExpand(pattern, options); + if (isNaN(date)) { + throw new TypeError('Invalid Datetime'); + } else { + return date; + } }; -Minimatch.prototype.braceExpand = braceExpand; +const f$1 = formatNum; +const DateTime = global.Date; -function braceExpand(pattern, options) { - if (!options) { - if (this instanceof Minimatch) { - options = this.options; - } else { - options = {}; - } +class Date$1 extends DateTime { + constructor(value) { + super(value); + this.isDate = true; } - pattern = typeof pattern === 'undefined' ? this.pattern : pattern; + toISOString() { + return `${this.getUTCFullYear()}-${f$1(2, this.getUTCMonth() + 1)}-${f$1(2, this.getUTCDate())}`; + } - if (typeof pattern === 'undefined') { - throw new TypeError('undefined pattern'); +} + +var createDate$1 = value => { + const date = new Date$1(value); + /* istanbul ignore if */ + + if (isNaN(date)) { + throw new TypeError('Invalid Datetime'); + } else { + return date; } +}; - if (options.nobrace || !pattern.match(/\{.*\}/)) { - // shortcut. no need to expand. - return [pattern]; +const f = formatNum; + +class Time extends Date { + constructor(value) { + super(`0000-01-01T${value}Z`); + this.isTime = true; } - return braceExpansion(pattern); -} // parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. + toISOString() { + return `${f(2, this.getUTCHours())}:${f(2, this.getUTCMinutes())}:${f(2, this.getUTCSeconds())}.${f(3, this.getUTCMilliseconds())}`; + } +} -Minimatch.prototype.parse = parse$1; -var SUBPARSE = {}; +var createTime$1 = value => { + const date = new Time(value); + /* istanbul ignore if */ -function parse$1(pattern, isSub) { - if (pattern.length > 1024 * 64) { - throw new TypeError('pattern is too long'); + if (isNaN(date)) { + throw new TypeError('Invalid Datetime'); + } else { + return date; } +}; - var options = this.options; // shortcuts +/* eslint-disable no-new-wrappers, no-eval, camelcase, operator-linebreak */ - if (!options.noglobstar && pattern === '**') return GLOBSTAR; - if (pattern === '') return ''; - var re = ''; - var hasMagic = !!options.nocase; - var escaping = false; // ? => one single character - var patternListStack = []; - var negativeLists = []; - var stateChar; - var inClass = false; - var reClassStart = -1; - var classStart = -1; // . and .. never match anything that doesn't start with ., - // even when options.dot is set. +tomlParser.exports = makeParserClass(parser); +tomlParser.exports.makeParserClass = makeParserClass; - var patternStart = pattern.charAt(0) === '.' ? '' // anything - // not (start or / followed by . or .. followed by / or end) - : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' : '(?!\\.)'; - var self = this; +class TomlError extends Error { + constructor(msg) { + super(msg); + this.name = 'TomlError'; + /* istanbul ignore next */ - function clearStateChar() { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star; - hasMagic = true; - break; + if (Error.captureStackTrace) Error.captureStackTrace(this, TomlError); + this.fromTOML = true; + this.wrapped = null; + } - case '?': - re += qmark; - hasMagic = true; - break; +} - default: - re += '\\' + stateChar; - break; - } +TomlError.wrap = err => { + const terr = new TomlError(err.message); + terr.code = err.code; + terr.wrapped = err; + return terr; +}; - self.debug('clearStateChar %j %j', stateChar, re); - stateChar = false; - } - } +tomlParser.exports.TomlError = TomlError; +const createDateTime = createDatetime; +const createDateTimeFloat = createDatetimeFloat; +const createDate = createDate$1; +const createTime = createTime$1; +const CTRL_I = 0x09; +const CTRL_J = 0x0A; +const CTRL_M = 0x0D; +const CTRL_CHAR_BOUNDARY = 0x1F; // the last non-character in the latin1 region of unicode, except DEL - for (var i = 0, len = pattern.length, c; i < len && (c = pattern.charAt(i)); i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c); // skip over any that are escaped. +const CHAR_SP = 0x20; +const CHAR_QUOT = 0x22; +const CHAR_NUM = 0x23; +const CHAR_APOS = 0x27; +const CHAR_PLUS$1 = 0x2B; +const CHAR_COMMA$2 = 0x2C; +const CHAR_HYPHEN = 0x2D; +const CHAR_PERIOD = 0x2E; +const CHAR_0 = 0x30; +const CHAR_1 = 0x31; +const CHAR_7 = 0x37; +const CHAR_9 = 0x39; +const CHAR_COLON = 0x3A; +const CHAR_EQUALS = 0x3D; +const CHAR_A = 0x41; +const CHAR_E = 0x45; +const CHAR_F = 0x46; +const CHAR_T = 0x54; +const CHAR_U = 0x55; +const CHAR_Z = 0x5A; +const CHAR_LOWBAR = 0x5F; +const CHAR_a = 0x61; +const CHAR_b = 0x62; +const CHAR_e = 0x65; +const CHAR_f = 0x66; +const CHAR_i = 0x69; +const CHAR_l = 0x6C; +const CHAR_n = 0x6E; +const CHAR_o = 0x6F; +const CHAR_r = 0x72; +const CHAR_s = 0x73; +const CHAR_t = 0x74; +const CHAR_u = 0x75; +const CHAR_x = 0x78; +const CHAR_z = 0x7A; +const CHAR_LCUB = 0x7B; +const CHAR_RCUB = 0x7D; +const CHAR_LSQB = 0x5B; +const CHAR_BSOL = 0x5C; +const CHAR_RSQB = 0x5D; +const CHAR_DEL = 0x7F; +const SURROGATE_FIRST = 0xD800; +const SURROGATE_LAST = 0xDFFF; +const escapes = { + [CHAR_b]: '\u0008', + [CHAR_t]: '\u0009', + [CHAR_n]: '\u000A', + [CHAR_f]: '\u000C', + [CHAR_r]: '\u000D', + [CHAR_QUOT]: '\u0022', + [CHAR_BSOL]: '\u005C' +}; - if (escaping && reSpecials[c]) { - re += '\\' + c; - escaping = false; - continue; - } +function isDigit(cp) { + return cp >= CHAR_0 && cp <= CHAR_9; +} - switch (c) { - case '/': - // completely not allowed, even escaped. - // Should already be path-split by now. - return false; +function isHexit(cp) { + return cp >= CHAR_A && cp <= CHAR_F || cp >= CHAR_a && cp <= CHAR_f || cp >= CHAR_0 && cp <= CHAR_9; +} - case '\\': - clearStateChar(); - escaping = true; - continue; - // the various stateChar values - // for the "extglob" stuff. +function isBit(cp) { + return cp === CHAR_1 || cp === CHAR_0; +} - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c); // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp +function isOctit(cp) { + return cp >= CHAR_0 && cp <= CHAR_7; +} - if (inClass) { - this.debug(' in class'); - if (c === '!' && i === classStart + 1) c = '^'; - re += c; - continue; - } // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. +function isAlphaNumQuoteHyphen(cp) { + return cp >= CHAR_A && cp <= CHAR_Z || cp >= CHAR_a && cp <= CHAR_z || cp >= CHAR_0 && cp <= CHAR_9 || cp === CHAR_APOS || cp === CHAR_QUOT || cp === CHAR_LOWBAR || cp === CHAR_HYPHEN; +} +function isAlphaNumHyphen(cp) { + return cp >= CHAR_A && cp <= CHAR_Z || cp >= CHAR_a && cp <= CHAR_z || cp >= CHAR_0 && cp <= CHAR_9 || cp === CHAR_LOWBAR || cp === CHAR_HYPHEN; +} - self.debug('call clearStateChar %j', stateChar); - clearStateChar(); - stateChar = c; // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. +const _type = Symbol('type'); - if (options.noext) clearStateChar(); - continue; +const _declared = Symbol('declared'); - case '(': - if (inClass) { - re += '('; - continue; - } +const hasOwnProperty$a = Object.prototype.hasOwnProperty; +const defineProperty = Object.defineProperty; +const descriptor = { + configurable: true, + enumerable: true, + writable: true, + value: undefined +}; - if (!stateChar) { - re += '\\('; - continue; - } +function hasKey(obj, key) { + if (hasOwnProperty$a.call(obj, key)) return true; + if (key === '__proto__') defineProperty(obj, '__proto__', descriptor); + return false; +} - patternListStack.push({ - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close - }); // negation is (?:(?!js)[^/]*) +const INLINE_TABLE = Symbol('inline-table'); - re += stateChar === '!' ? '(?:(?!(?:' : '(?:'; - this.debug('plType %j %j', stateChar, re); - stateChar = false; - continue; +function InlineTable() { + return Object.defineProperties({}, { + [_type]: { + value: INLINE_TABLE + } + }); +} - case ')': - if (inClass || !patternListStack.length) { - re += '\\)'; - continue; - } +function isInlineTable(obj) { + if (obj === null || typeof obj !== 'object') return false; + return obj[_type] === INLINE_TABLE; +} - clearStateChar(); - hasMagic = true; - var pl = patternListStack.pop(); // negation is (?:(?!js)[^/]*) - // The others are (?:) +const TABLE = Symbol('table'); - re += pl.close; +function Table() { + return Object.defineProperties({}, { + [_type]: { + value: TABLE + }, + [_declared]: { + value: false, + writable: true + } + }); +} - if (pl.type === '!') { - negativeLists.push(pl); - } +function isTable(obj) { + if (obj === null || typeof obj !== 'object') return false; + return obj[_type] === TABLE; +} - pl.reEnd = re.length; - continue; +const _contentType = Symbol('content-type'); - case '|': - if (inClass || !patternListStack.length || escaping) { - re += '\\|'; - escaping = false; - continue; - } +const INLINE_LIST = Symbol('inline-list'); - clearStateChar(); - re += '|'; - continue; - // these are mostly the same in regexp and glob +function InlineList(type) { + return Object.defineProperties([], { + [_type]: { + value: INLINE_LIST + }, + [_contentType]: { + value: type + } + }); +} - case '[': - // swallow any state-tracking char before the [ - clearStateChar(); +function isInlineList(obj) { + if (obj === null || typeof obj !== 'object') return false; + return obj[_type] === INLINE_LIST; +} - if (inClass) { - re += '\\' + c; - continue; - } +const LIST = Symbol('list'); - inClass = true; - classStart = i; - reClassStart = re.length; - re += c; - continue; +function List() { + return Object.defineProperties([], { + [_type]: { + value: LIST + } + }); +} - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c; - escaping = false; - continue; - } // handle the case where we left a class open. - // "[z-a]" is valid, equivalent to "\[z-a\]" +function isList(obj) { + if (obj === null || typeof obj !== 'object') return false; + return obj[_type] === LIST; +} // in an eval, to let bundlers not slurp in a util proxy - if (inClass) { - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - var cs = pattern.substring(classStart + 1, i); +let _custom; - try { - RegExp('[' + cs + ']'); - } catch (er) { - // not a valid class! - var sp = this.parse(cs, SUBPARSE); - re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]'; - hasMagic = hasMagic || sp[1]; - inClass = false; - continue; - } - } // finish up the class. +try { + const utilInspect = require('util').inspect; + _custom = utilInspect.custom; +} catch (_) { + /* eval require not available in transpiled bundle */ +} +/* istanbul ignore next */ - hasMagic = true; - inClass = false; - re += c; - continue; - default: - // swallow any state char that wasn't consumed - clearStateChar(); +const _inspect = _custom || 'inspect'; - if (escaping) { - // no need - escaping = false; - } else if (reSpecials[c] && !(c === '^' && inClass)) { - re += '\\'; - } +class BoxedBigInt { + constructor(value) { + try { + this.value = global.BigInt.asIntN(64, value); + } catch (_) { + /* istanbul ignore next */ + this.value = null; + } - re += c; - } // switch + Object.defineProperty(this, _type, { + value: INTEGER + }); + } + + isNaN() { + return this.value === null; + } + /* istanbul ignore next */ + + + toString() { + return String(this.value); + } + /* istanbul ignore next */ - } // for - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" + [_inspect]() { + return `[BigInt: ${this.toString()}]}`; + } - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.substr(classStart + 1); - sp = this.parse(cs, SUBPARSE); - re = re.substr(0, reClassStart) + '\\[' + sp[0]; - hasMagic = hasMagic || sp[1]; - } // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. + valueOf() { + return this.value; + } +} - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - var tail = re.slice(pl.reStart + pl.open.length); - this.debug('setting tail', re, pl); // maybe some even number of \, then maybe 1 \, followed by a | +const INTEGER = Symbol('integer'); - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\'; - } // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. +function Integer(value) { + let num = Number(value); // -0 is a float thing, not an int thing + if (Object.is(num, -0)) num = 0; + /* istanbul ignore else */ - return $1 + $1 + $2 + '|'; + if (global.BigInt && !Number.isSafeInteger(num)) { + return new BoxedBigInt(value); + } else { + /* istanbul ignore next */ + return Object.defineProperties(new Number(num), { + isNaN: { + value: function () { + return isNaN(this); + } + }, + [_type]: { + value: INTEGER + }, + [_inspect]: { + value: () => `[Integer: ${value}]` + } }); - this.debug('tail=%j\n %s', tail, tail, pl, re); - var t = pl.type === '*' ? star : pl.type === '?' ? qmark : '\\' + pl.type; - hasMagic = true; - re = re.slice(0, pl.reStart) + t + '\\(' + tail; - } // handle trailing things that only matter at the very end. - + } +} - clearStateChar(); +function isInteger(obj) { + if (obj === null || typeof obj !== 'object') return false; + return obj[_type] === INTEGER; +} - if (escaping) { - // trailing \\ - re += '\\\\'; - } // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot +const FLOAT = Symbol('float'); +function Float(value) { + /* istanbul ignore next */ + return Object.defineProperties(new Number(value), { + [_type]: { + value: FLOAT + }, + [_inspect]: { + value: () => `[Float: ${value}]` + } + }); +} - var addPatternStart = false; +function isFloat(obj) { + if (obj === null || typeof obj !== 'object') return false; + return obj[_type] === FLOAT; +} - switch (re.charAt(0)) { - case '.': - case '[': - case '(': - addPatternStart = true; - } // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. +function tomlType(value) { + const type = typeof value; + if (type === 'object') { + /* istanbul ignore if */ + if (value === null) return 'null'; + if (value instanceof Date) return 'datetime'; + /* istanbul ignore else */ - for (var n = negativeLists.length - 1; n > -1; n--) { - var nl = negativeLists[n]; - var nlBefore = re.slice(0, nl.reStart); - var nlFirst = re.slice(nl.reStart, nl.reEnd - 8); - var nlLast = re.slice(nl.reEnd - 8, nl.reEnd); - var nlAfter = re.slice(nl.reEnd); - nlLast += nlAfter; // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. + if (_type in value) { + switch (value[_type]) { + case INLINE_TABLE: + return 'inline-table'; - var openParensBefore = nlBefore.split('(').length - 1; - var cleanAfter = nlAfter; + case INLINE_LIST: + return 'inline-list'; - for (i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, ''); - } + /* istanbul ignore next */ - nlAfter = cleanAfter; - var dollar = ''; + case TABLE: + return 'table'; - if (nlAfter === '' && isSub !== SUBPARSE) { - dollar = '$'; - } + /* istanbul ignore next */ - var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast; - re = newRe; - } // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. + case LIST: + return 'list'; + case FLOAT: + return 'float'; - if (re !== '' && hasMagic) { - re = '(?=.)' + re; + case INTEGER: + return 'integer'; + } + } } - if (addPatternStart) { - re = patternStart + re; - } // parsing just a piece of a larger pattern. + return type; +} +function makeParserClass(Parser) { + class TOMLParser extends Parser { + constructor() { + super(); + this.ctx = this.obj = Table(); + } + /* MATCH HELPER */ - if (isSub === SUBPARSE) { - return [re, hasMagic]; - } // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. + atEndOfWord() { + return this.char === CHAR_NUM || this.char === CTRL_I || this.char === CHAR_SP || this.atEndOfLine(); + } - if (!hasMagic) { - return globUnescape(pattern); - } + atEndOfLine() { + return this.char === Parser.END || this.char === CTRL_J || this.char === CTRL_M; + } - var flags = options.nocase ? 'i' : ''; + parseStart() { + if (this.char === Parser.END) { + return null; + } else if (this.char === CHAR_LSQB) { + return this.call(this.parseTableOrList); + } else if (this.char === CHAR_NUM) { + return this.call(this.parseComment); + } else if (this.char === CTRL_J || this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M) { + return null; + } else if (isAlphaNumQuoteHyphen(this.char)) { + return this.callNow(this.parseAssignStatement); + } else { + throw this.error(new TomlError(`Unknown character "${this.char}"`)); + } + } // HELPER, this strips any whitespace and comments to the end of the line + // then RETURNS. Last state in a production. - try { - var regExp = new RegExp('^' + re + '$', flags); - } catch (er) { - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - return new RegExp('$.'); - } - regExp._glob = pattern; - regExp._src = re; - return regExp; -} + parseWhitespaceToEOL() { + if (this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M) { + return null; + } else if (this.char === CHAR_NUM) { + return this.goto(this.parseComment); + } else if (this.char === Parser.END || this.char === CTRL_J) { + return this.return(); + } else { + throw this.error(new TomlError('Unexpected character, expected only whitespace or comments till end of line')); + } + } + /* ASSIGNMENT: key = value */ -minimatch.makeRe = function (pattern, options) { - return new Minimatch(pattern, options || {}).makeRe(); -}; -Minimatch.prototype.makeRe = makeRe; + parseAssignStatement() { + return this.callNow(this.parseAssign, this.recordAssignStatement); + } -function makeRe() { - if (this.regexp || this.regexp === false) return this.regexp; // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. + recordAssignStatement(kv) { + let target = this.ctx; + let finalKey = kv.key.pop(); - var set = this.set; + for (let kw of kv.key) { + if (hasKey(target, kw) && (!isTable(target[kw]) || target[kw][_declared])) { + throw this.error(new TomlError("Can't redefine existing key")); + } - if (!set.length) { - this.regexp = false; - return this.regexp; - } + target = target[kw] = target[kw] || Table(); + } - var options = this.options; - var twoStar = options.noglobstar ? star : options.dot ? twoStarDot : twoStarNoDot; - var flags = options.nocase ? 'i' : ''; - var re = set.map(function (pattern) { - return pattern.map(function (p) { - return p === GLOBSTAR ? twoStar : typeof p === 'string' ? regExpEscape(p) : p._src; - }).join('\\\/'); - }).join('|'); // must match entire pattern - // ending in a * or ** will make it less strict. + if (hasKey(target, finalKey)) { + throw this.error(new TomlError("Can't redefine existing key")); + } // unbox our numbers - re = '^(?:' + re + ')$'; // can match anything, as long as it's not this. - if (this.negate) re = '^(?!' + re + ').*$'; + if (isInteger(kv.value) || isFloat(kv.value)) { + target[finalKey] = kv.value.valueOf(); + } else { + target[finalKey] = kv.value; + } - try { - this.regexp = new RegExp(re, flags); - } catch (ex) { - this.regexp = false; - } + return this.goto(this.parseWhitespaceToEOL); + } + /* ASSSIGNMENT expression, key = value possibly inside an inline table */ - return this.regexp; -} -minimatch.match = function (list, pattern, options) { - options = options || {}; - var mm = new Minimatch(pattern, options); - list = list.filter(function (f) { - return mm.match(f); - }); + parseAssign() { + return this.callNow(this.parseKeyword, this.recordAssignKeyword); + } - if (mm.options.nonull && !list.length) { - list.push(pattern); - } + recordAssignKeyword(key) { + if (this.state.resultTable) { + this.state.resultTable.push(key); + } else { + this.state.resultTable = [key]; + } - return list; -}; + return this.goto(this.parseAssignKeywordPreDot); + } -Minimatch.prototype.match = match; + parseAssignKeywordPreDot() { + if (this.char === CHAR_PERIOD) { + return this.next(this.parseAssignKeywordPostDot); + } else if (this.char !== CHAR_SP && this.char !== CTRL_I) { + return this.goto(this.parseAssignEqual); + } + } -function match(f, partial) { - this.debug('match', f, this.pattern); // short-circuit in the case of busted things. - // comments, etc. + parseAssignKeywordPostDot() { + if (this.char !== CHAR_SP && this.char !== CTRL_I) { + return this.callNow(this.parseKeyword, this.recordAssignKeyword); + } + } - if (this.comment) return false; - if (this.empty) return f === ''; - if (f === '/' && partial) return true; - var options = this.options; // windows: need to use /, not \ + parseAssignEqual() { + if (this.char === CHAR_EQUALS) { + return this.next(this.parseAssignPreValue); + } else { + throw this.error(new TomlError('Invalid character, expected "="')); + } + } - if (path.sep !== '/') { - f = f.split(path.sep).join('/'); - } // treat the test path as a set of pathparts. + parseAssignPreValue() { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else { + return this.callNow(this.parseValue, this.recordAssignValue); + } + } + recordAssignValue(value) { + return this.returnNow({ + key: this.state.resultTable, + value: value + }); + } + /* COMMENTS: #...eol */ - f = f.split(slashSplit); - this.debug(this.pattern, 'split', f); // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - var set = this.set; - this.debug(this.pattern, 'set', set); // Find the basename of the path by looking for the last non-empty segment + parseComment() { + do { + if (this.char === Parser.END || this.char === CTRL_J) { + return this.return(); + } + } while (this.nextChar()); + } + /* TABLES AND LISTS, [foo] and [[foo]] */ - var filename; - var i; - for (i = f.length - 1; i >= 0; i--) { - filename = f[i]; - if (filename) break; - } + parseTableOrList() { + if (this.char === CHAR_LSQB) { + this.next(this.parseList); + } else { + return this.goto(this.parseTable); + } + } + /* TABLE [foo.bar.baz] */ - for (i = 0; i < set.length; i++) { - var pattern = set[i]; - var file = f; - if (options.matchBase && pattern.length === 1) { - file = [filename]; + parseTable() { + this.ctx = this.obj; + return this.goto(this.parseTableNext); } - var hit = this.matchOne(file, pattern, partial); - - if (hit) { - if (options.flipNegate) return true; - return !this.negate; + parseTableNext() { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else { + return this.callNow(this.parseKeyword, this.parseTableMore); + } } - } // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. + parseTableMore(keyword) { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else if (this.char === CHAR_RSQB) { + if (hasKey(this.ctx, keyword) && (!isTable(this.ctx[keyword]) || this.ctx[keyword][_declared])) { + throw this.error(new TomlError("Can't redefine existing key")); + } else { + this.ctx = this.ctx[keyword] = this.ctx[keyword] || Table(); + this.ctx[_declared] = true; + } - if (options.flipNegate) return false; - return this.negate; -} // set partial to true to test if, for example, -// "/a/b" matches the start of "/*/b/*/d" -// Partial means, if you run out of file before you run -// out of pattern, then that's fine, as long as all -// the parts match. + return this.next(this.parseWhitespaceToEOL); + } else if (this.char === CHAR_PERIOD) { + if (!hasKey(this.ctx, keyword)) { + this.ctx = this.ctx[keyword] = Table(); + } else if (isTable(this.ctx[keyword])) { + this.ctx = this.ctx[keyword]; + } else if (isList(this.ctx[keyword])) { + this.ctx = this.ctx[keyword][this.ctx[keyword].length - 1]; + } else { + throw this.error(new TomlError("Can't redefine existing key")); + } + return this.next(this.parseTableNext); + } else { + throw this.error(new TomlError('Unexpected character, expected whitespace, . or ]')); + } + } + /* LIST [[a.b.c]] */ -Minimatch.prototype.matchOne = function (file, pattern, partial) { - var options = this.options; - this.debug('matchOne', { - 'this': this, - file: file, - pattern: pattern - }); - this.debug('matchOne', file.length, pattern.length); - for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) { - this.debug('matchOne loop'); - var p = pattern[pi]; - var f = file[fi]; - this.debug(pattern, p, f); // should be impossible. - // some invalid regexp stuff in the set. + parseList() { + this.ctx = this.obj; + return this.goto(this.parseListNext); + } - if (p === false) return false; + parseListNext() { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else { + return this.callNow(this.parseKeyword, this.parseListMore); + } + } - if (p === GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]); // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit + parseListMore(keyword) { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else if (this.char === CHAR_RSQB) { + if (!hasKey(this.ctx, keyword)) { + this.ctx[keyword] = List(); + } - var fr = fi; - var pr = pi + 1; + if (isInlineList(this.ctx[keyword])) { + throw this.error(new TomlError("Can't extend an inline array")); + } else if (isList(this.ctx[keyword])) { + const next = Table(); + this.ctx[keyword].push(next); + this.ctx = next; + } else { + throw this.error(new TomlError("Can't redefine an existing key")); + } + + return this.next(this.parseListEnd); + } else if (this.char === CHAR_PERIOD) { + if (!hasKey(this.ctx, keyword)) { + this.ctx = this.ctx[keyword] = Table(); + } else if (isInlineList(this.ctx[keyword])) { + throw this.error(new TomlError("Can't extend an inline array")); + } else if (isInlineTable(this.ctx[keyword])) { + throw this.error(new TomlError("Can't extend an inline table")); + } else if (isList(this.ctx[keyword])) { + this.ctx = this.ctx[keyword][this.ctx[keyword].length - 1]; + } else if (isTable(this.ctx[keyword])) { + this.ctx = this.ctx[keyword]; + } else { + throw this.error(new TomlError("Can't redefine an existing key")); + } + + return this.next(this.parseListNext); + } else { + throw this.error(new TomlError('Unexpected character, expected whitespace, . or ]')); + } + } - if (pr === pl) { - this.debug('** at the end'); // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. + parseListEnd(keyword) { + if (this.char === CHAR_RSQB) { + return this.next(this.parseWhitespaceToEOL); + } else { + throw this.error(new TomlError('Unexpected character, expected whitespace, . or ]')); + } + } + /* VALUE string, number, boolean, inline list, inline object */ - for (; fi < fl; fi++) { - if (file[fi] === '.' || file[fi] === '..' || !options.dot && file[fi].charAt(0) === '.') return false; - } - return true; - } // ok, let's see if we can swallow whatever we can. + parseValue() { + if (this.char === Parser.END) { + throw this.error(new TomlError('Key without value')); + } else if (this.char === CHAR_QUOT) { + return this.next(this.parseDoubleString); + } + if (this.char === CHAR_APOS) { + return this.next(this.parseSingleString); + } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS$1) { + return this.goto(this.parseNumberSign); + } else if (this.char === CHAR_i) { + return this.next(this.parseInf); + } else if (this.char === CHAR_n) { + return this.next(this.parseNan); + } else if (isDigit(this.char)) { + return this.goto(this.parseNumberOrDateTime); + } else if (this.char === CHAR_t || this.char === CHAR_f) { + return this.goto(this.parseBoolean); + } else if (this.char === CHAR_LSQB) { + return this.call(this.parseInlineList, this.recordValue); + } else if (this.char === CHAR_LCUB) { + return this.call(this.parseInlineTable, this.recordValue); + } else { + throw this.error(new TomlError('Unexpected character, expecting string, number, datetime, boolean, inline array or inline table')); + } + } - while (fr < fl) { - var swallowee = file[fr]; - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee); // XXX remove this slice. Just pass the start index. + recordValue(value) { + return this.returnNow(value); + } - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee); // found a match. + parseInf() { + if (this.char === CHAR_n) { + return this.next(this.parseInf2); + } else { + throw this.error(new TomlError('Unexpected character, expected "inf", "+inf" or "-inf"')); + } + } - return true; + parseInf2() { + if (this.char === CHAR_f) { + if (this.state.buf === '-') { + return this.return(-Infinity); } else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || swallowee === '..' || !options.dot && swallowee.charAt(0) === '.') { - this.debug('dot detected!', file, fr, pattern, pr); - break; - } // ** swallows a segment, and continue. + return this.return(Infinity); + } + } else { + throw this.error(new TomlError('Unexpected character, expected "inf", "+inf" or "-inf"')); + } + } + parseNan() { + if (this.char === CHAR_a) { + return this.next(this.parseNan2); + } else { + throw this.error(new TomlError('Unexpected character, expected "nan"')); + } + } - this.debug('globstar swallow a segment, and continue'); - fr++; - } - } // no match was found. - // However, in partial mode, we can't say this is necessarily over. - // If there's more *pattern* left, then + parseNan2() { + if (this.char === CHAR_n) { + return this.return(NaN); + } else { + throw this.error(new TomlError('Unexpected character, expected "nan"')); + } + } + /* KEYS, barewords or basic, literal, or dotted */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr); - if (fr === fl) return true; + parseKeyword() { + if (this.char === CHAR_QUOT) { + return this.next(this.parseBasicString); + } else if (this.char === CHAR_APOS) { + return this.next(this.parseLiteralString); + } else { + return this.goto(this.parseBareKey); } + } + /* KEYS: barewords */ - return false; - } // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. + parseBareKey() { + do { + if (this.char === Parser.END) { + throw this.error(new TomlError('Key ended without value')); + } else if (isAlphaNumHyphen(this.char)) { + this.consume(); + } else if (this.state.buf.length === 0) { + throw this.error(new TomlError('Empty bare keys are not allowed')); + } else { + return this.returnNow(); + } + } while (this.nextChar()); + } + /* STRINGS, single quoted (literal) */ - var hit; - if (typeof p === 'string') { - if (options.nocase) { - hit = f.toLowerCase() === p.toLowerCase(); + parseSingleString() { + if (this.char === CHAR_APOS) { + return this.next(this.parseLiteralMultiStringMaybe); } else { - hit = f === p; + return this.goto(this.parseLiteralString); } + } - this.debug('string match', p, f, hit); - } else { - hit = f.match(p); - this.debug('pattern match', p, f, hit); + parseLiteralString() { + do { + if (this.char === CHAR_APOS) { + return this.return(); + } else if (this.atEndOfLine()) { + throw this.error(new TomlError('Unterminated string')); + } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I) { + throw this.errorControlCharInString(); + } else { + this.consume(); + } + } while (this.nextChar()); } - if (!hit) return false; - } // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - // now either we fell off the end of the pattern, or we're done. + parseLiteralMultiStringMaybe() { + if (this.char === CHAR_APOS) { + return this.next(this.parseLiteralMultiString); + } else { + return this.returnNow(); + } + } + parseLiteralMultiString() { + if (this.char === CTRL_M) { + return null; + } else if (this.char === CTRL_J) { + return this.next(this.parseLiteralMultiStringContent); + } else { + return this.goto(this.parseLiteralMultiStringContent); + } + } - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true; - } else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial; - } else if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - var emptyFileEnd = fi === fl - 1 && file[fi] === ''; - return emptyFileEnd; - } // should be unreachable. + parseLiteralMultiStringContent() { + do { + if (this.char === CHAR_APOS) { + return this.next(this.parseLiteralMultiEnd); + } else if (this.char === Parser.END) { + throw this.error(new TomlError('Unterminated multi-line string')); + } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I && this.char !== CTRL_J && this.char !== CTRL_M) { + throw this.errorControlCharInString(); + } else { + this.consume(); + } + } while (this.nextChar()); + } + parseLiteralMultiEnd() { + if (this.char === CHAR_APOS) { + return this.next(this.parseLiteralMultiEnd2); + } else { + this.state.buf += "'"; + return this.goto(this.parseLiteralMultiStringContent); + } + } - throw new Error('wtf?'); -}; // replace stuff like \* with * + parseLiteralMultiEnd2() { + if (this.char === CHAR_APOS) { + return this.return(); + } else { + this.state.buf += "''"; + return this.goto(this.parseLiteralMultiStringContent); + } + } + /* STRINGS double quoted */ -function globUnescape(s) { - return s.replace(/\\(.)/g, '$1'); -} + parseDoubleString() { + if (this.char === CHAR_QUOT) { + return this.next(this.parseMultiStringMaybe); + } else { + return this.goto(this.parseBasicString); + } + } -function regExpEscape(s) { - return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'); -} + parseBasicString() { + do { + if (this.char === CHAR_BSOL) { + return this.call(this.parseEscape, this.recordEscapeReplacement); + } else if (this.char === CHAR_QUOT) { + return this.return(); + } else if (this.atEndOfLine()) { + throw this.error(new TomlError('Unterminated string')); + } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I) { + throw this.errorControlCharInString(); + } else { + this.consume(); + } + } while (this.nextChar()); + } -const copyProperty = (to, from, property, ignoreNonConfigurable) => { - // `Function#length` should reflect the parameters of `to` not `from` since we keep its body. - // `Function#prototype` is non-writable and non-configurable so can never be modified. - if (property === 'length' || property === 'prototype') { - return; - } // `Function#arguments` and `Function#caller` should not be copied. They were reported to be present in `Reflect.ownKeys` for some devices in React Native (#41), so we explicitly ignore them here. + recordEscapeReplacement(replacement) { + this.state.buf += replacement; + return this.goto(this.parseBasicString); + } + parseMultiStringMaybe() { + if (this.char === CHAR_QUOT) { + return this.next(this.parseMultiString); + } else { + return this.returnNow(); + } + } - if (property === 'arguments' || property === 'caller') { - return; - } + parseMultiString() { + if (this.char === CTRL_M) { + return null; + } else if (this.char === CTRL_J) { + return this.next(this.parseMultiStringContent); + } else { + return this.goto(this.parseMultiStringContent); + } + } - const toDescriptor = Object.getOwnPropertyDescriptor(to, property); - const fromDescriptor = Object.getOwnPropertyDescriptor(from, property); + parseMultiStringContent() { + do { + if (this.char === CHAR_BSOL) { + return this.call(this.parseMultiEscape, this.recordMultiEscapeReplacement); + } else if (this.char === CHAR_QUOT) { + return this.next(this.parseMultiEnd); + } else if (this.char === Parser.END) { + throw this.error(new TomlError('Unterminated multi-line string')); + } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I && this.char !== CTRL_J && this.char !== CTRL_M) { + throw this.errorControlCharInString(); + } else { + this.consume(); + } + } while (this.nextChar()); + } - if (!canCopyProperty(toDescriptor, fromDescriptor) && ignoreNonConfigurable) { - return; - } + errorControlCharInString() { + let displayCode = '\\u00'; - Object.defineProperty(to, property, fromDescriptor); -}; // `Object.defineProperty()` throws if the property exists, is not configurable and either: -// - one its descriptors is changed -// - it is non-writable and its value is changed + if (this.char < 16) { + displayCode += '0'; + } + displayCode += this.char.toString(16); + return this.error(new TomlError(`Control characters (codes < 0x1f and 0x7f) are not allowed in strings, use ${displayCode} instead`)); + } -const canCopyProperty = function (toDescriptor, fromDescriptor) { - return toDescriptor === undefined || toDescriptor.configurable || toDescriptor.writable === fromDescriptor.writable && toDescriptor.enumerable === fromDescriptor.enumerable && toDescriptor.configurable === fromDescriptor.configurable && (toDescriptor.writable || toDescriptor.value === fromDescriptor.value); -}; + recordMultiEscapeReplacement(replacement) { + this.state.buf += replacement; + return this.goto(this.parseMultiStringContent); + } -const changePrototype = (to, from) => { - const fromPrototype = Object.getPrototypeOf(from); + parseMultiEnd() { + if (this.char === CHAR_QUOT) { + return this.next(this.parseMultiEnd2); + } else { + this.state.buf += '"'; + return this.goto(this.parseMultiStringContent); + } + } - if (fromPrototype === Object.getPrototypeOf(to)) { - return; - } + parseMultiEnd2() { + if (this.char === CHAR_QUOT) { + return this.return(); + } else { + this.state.buf += '""'; + return this.goto(this.parseMultiStringContent); + } + } - Object.setPrototypeOf(to, fromPrototype); -}; + parseMultiEscape() { + if (this.char === CTRL_M || this.char === CTRL_J) { + return this.next(this.parseMultiTrim); + } else if (this.char === CHAR_SP || this.char === CTRL_I) { + return this.next(this.parsePreMultiTrim); + } else { + return this.goto(this.parseEscape); + } + } -const wrappedToString = (withName, fromBody) => `/* Wrapped ${withName}*/\n${fromBody}`; + parsePreMultiTrim() { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else if (this.char === CTRL_M || this.char === CTRL_J) { + return this.next(this.parseMultiTrim); + } else { + throw this.error(new TomlError("Can't escape whitespace")); + } + } -const toStringDescriptor = Object.getOwnPropertyDescriptor(Function.prototype, 'toString'); -const toStringName = Object.getOwnPropertyDescriptor(Function.prototype.toString, 'name'); // We call `from.toString()` early (not lazily) to ensure `from` can be garbage collected. -// We use `bind()` instead of a closure for the same reason. -// Calling `from.toString()` early also allows caching it in case `to.toString()` is called several times. + parseMultiTrim() { + // explicitly whitespace here, END should follow the same path as chars + if (this.char === CTRL_J || this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M) { + return null; + } else { + return this.returnNow(); + } + } -const changeToString = (to, from, name) => { - const withName = name === '' ? '' : `with ${name.trim()}() `; - const newToString = wrappedToString.bind(null, withName, from.toString()); // Ensure `to.toString.toString` is non-enumerable and has the same `same` + parseEscape() { + if (this.char in escapes) { + return this.return(escapes[this.char]); + } else if (this.char === CHAR_u) { + return this.call(this.parseSmallUnicode, this.parseUnicodeReturn); + } else if (this.char === CHAR_U) { + return this.call(this.parseLargeUnicode, this.parseUnicodeReturn); + } else { + throw this.error(new TomlError('Unknown escape character: ' + this.char)); + } + } - Object.defineProperty(newToString, 'name', toStringName); - Object.defineProperty(to, 'toString', Object.assign({}, toStringDescriptor, { - value: newToString - })); -}; + parseUnicodeReturn(char) { + try { + const codePoint = parseInt(char, 16); -const mimicFn = (to, from, { - ignoreNonConfigurable = false -} = {}) => { - const { - name - } = to; + if (codePoint >= SURROGATE_FIRST && codePoint <= SURROGATE_LAST) { + throw this.error(new TomlError('Invalid unicode, character in range 0xD800 - 0xDFFF is reserved')); + } - for (const property of Reflect.ownKeys(from)) { - copyProperty(to, from, property, ignoreNonConfigurable); - } + return this.returnNow(String.fromCodePoint(codePoint)); + } catch (err) { + throw this.error(TomlError.wrap(err)); + } + } - changePrototype(to, from); - changeToString(to, from, name); - return to; -}; + parseSmallUnicode() { + if (!isHexit(this.char)) { + throw this.error(new TomlError('Invalid character in unicode sequence, expected hex')); + } else { + this.consume(); + if (this.state.buf.length >= 4) return this.return(); + } + } -var mimicFn_1 = mimicFn; + parseLargeUnicode() { + if (!isHexit(this.char)) { + throw this.error(new TomlError('Invalid character in unicode sequence, expected hex')); + } else { + this.consume(); + if (this.state.buf.length >= 8) return this.return(); + } + } + /* NUMBERS */ -var pDefer = () => { - const ret = {}; - ret.promise = new Promise((resolve, reject) => { - ret.resolve = resolve; - ret.reject = reject; - }); - return ret; -}; -var dist = createCommonjsModule(function (module, exports) { + parseNumberSign() { + this.consume(); + return this.next(this.parseMaybeSignedInfOrNan); + } - var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) { - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { - try { - step(generator.next(value)); - } catch (e) { - reject(e); - } + parseMaybeSignedInfOrNan() { + if (this.char === CHAR_i) { + return this.next(this.parseInf); + } else if (this.char === CHAR_n) { + return this.next(this.parseNan); + } else { + return this.callNow(this.parseNoUnder, this.parseNumberIntegerStart); } + } - function rejected(value) { - try { - step(generator["throw"](value)); - } catch (e) { - reject(e); + parseNumberIntegerStart() { + if (this.char === CHAR_0) { + this.consume(); + return this.next(this.parseNumberIntegerExponentOrDecimal); + } else { + return this.goto(this.parseNumberInteger); + } + } + + parseNumberIntegerExponentOrDecimal() { + if (this.char === CHAR_PERIOD) { + this.consume(); + return this.call(this.parseNoUnder, this.parseNumberFloat); + } else if (this.char === CHAR_E || this.char === CHAR_e) { + this.consume(); + return this.next(this.parseNumberExponentSign); + } else { + return this.returnNow(Integer(this.state.buf)); + } + } + + parseNumberInteger() { + if (isDigit(this.char)) { + this.consume(); + } else if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnder); + } else if (this.char === CHAR_E || this.char === CHAR_e) { + this.consume(); + return this.next(this.parseNumberExponentSign); + } else if (this.char === CHAR_PERIOD) { + this.consume(); + return this.call(this.parseNoUnder, this.parseNumberFloat); + } else { + const result = Integer(this.state.buf); + /* istanbul ignore if */ + + if (result.isNaN()) { + throw this.error(new TomlError('Invalid number')); + } else { + return this.returnNow(result); } } + } - function step(result) { - result.done ? resolve(result.value) : new P(function (resolve) { - resolve(result.value); - }).then(fulfilled, rejected); + parseNoUnder() { + if (this.char === CHAR_LOWBAR || this.char === CHAR_PERIOD || this.char === CHAR_E || this.char === CHAR_e) { + throw this.error(new TomlError('Unexpected character, expected digit')); + } else if (this.atEndOfWord()) { + throw this.error(new TomlError('Incomplete number')); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); - }; - - var __importDefault = this && this.__importDefault || function (mod) { - return mod && mod.__esModule ? mod : { - "default": mod - }; - }; - - Object.defineProperty(exports, "__esModule", { - value: true - }); + return this.returnNow(); + } - const p_defer_1 = __importDefault(pDefer); + parseNoUnderHexOctBinLiteral() { + if (this.char === CHAR_LOWBAR || this.char === CHAR_PERIOD) { + throw this.error(new TomlError('Unexpected character, expected digit')); + } else if (this.atEndOfWord()) { + throw this.error(new TomlError('Incomplete number')); + } - function mapAgeCleaner(map, property = 'maxAge') { - let processingKey; - let processingTimer; - let processingDeferred; + return this.returnNow(); + } - const cleanup = () => __awaiter(this, void 0, void 0, function* () { - if (processingKey !== undefined) { - // If we are already processing an item, we can safely exit - return; + parseNumberFloat() { + if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnder, this.parseNumberFloat); + } else if (isDigit(this.char)) { + this.consume(); + } else if (this.char === CHAR_E || this.char === CHAR_e) { + this.consume(); + return this.next(this.parseNumberExponentSign); + } else { + return this.returnNow(Float(this.state.buf)); } + } - const setupTimer = item => __awaiter(this, void 0, void 0, function* () { - processingDeferred = p_defer_1.default(); - const delay = item[1][property] - Date.now(); + parseNumberExponentSign() { + if (isDigit(this.char)) { + return this.goto(this.parseNumberExponent); + } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS$1) { + this.consume(); + this.call(this.parseNoUnder, this.parseNumberExponent); + } else { + throw this.error(new TomlError('Unexpected character, expected -, + or digit')); + } + } - if (delay <= 0) { - // Remove the item immediately if the delay is equal to or below 0 - map.delete(item[0]); - processingDeferred.resolve(); - return; - } // Keep track of the current processed key + parseNumberExponent() { + if (isDigit(this.char)) { + this.consume(); + } else if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnder); + } else { + return this.returnNow(Float(this.state.buf)); + } + } + /* NUMBERS or DATETIMES */ - processingKey = item[0]; - processingTimer = setTimeout(() => { - // Remove the item when the timeout fires - map.delete(item[0]); + parseNumberOrDateTime() { + if (this.char === CHAR_0) { + this.consume(); + return this.next(this.parseNumberBaseOrDateTime); + } else { + return this.goto(this.parseNumberOrDateTimeOnly); + } + } - if (processingDeferred) { - processingDeferred.resolve(); - } - }, delay); // tslint:disable-next-line:strict-type-predicates + parseNumberOrDateTimeOnly() { + // note, if two zeros are in a row then it MUST be a date + if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnder, this.parseNumberInteger); + } else if (isDigit(this.char)) { + this.consume(); + if (this.state.buf.length > 4) this.next(this.parseNumberInteger); + } else if (this.char === CHAR_E || this.char === CHAR_e) { + this.consume(); + return this.next(this.parseNumberExponentSign); + } else if (this.char === CHAR_PERIOD) { + this.consume(); + return this.call(this.parseNoUnder, this.parseNumberFloat); + } else if (this.char === CHAR_HYPHEN) { + return this.goto(this.parseDateTime); + } else if (this.char === CHAR_COLON) { + return this.goto(this.parseOnlyTimeHour); + } else { + return this.returnNow(Integer(this.state.buf)); + } + } - if (typeof processingTimer.unref === 'function') { - // Don't hold up the process from exiting - processingTimer.unref(); + parseDateTimeOnly() { + if (this.state.buf.length < 4) { + if (isDigit(this.char)) { + return this.consume(); + } else if (this.char === CHAR_COLON) { + return this.goto(this.parseOnlyTimeHour); + } else { + throw this.error(new TomlError('Expected digit while parsing year part of a date')); } - - return processingDeferred.promise; - }); - - try { - for (const entry of map) { - yield setupTimer(entry); + } else { + if (this.char === CHAR_HYPHEN) { + return this.goto(this.parseDateTime); + } else { + throw this.error(new TomlError('Expected hyphen (-) while parsing year part of date')); } - } catch (_a) {// Do nothing if an error occurs, this means the timer was cleaned up and we should stop processing - } - - processingKey = undefined; - }); - - const reset = () => { - processingKey = undefined; - - if (processingTimer !== undefined) { - clearTimeout(processingTimer); - processingTimer = undefined; } + } - if (processingDeferred !== undefined) { - // tslint:disable-line:early-exit - processingDeferred.reject(undefined); - processingDeferred = undefined; + parseNumberBaseOrDateTime() { + if (this.char === CHAR_b) { + this.consume(); + return this.call(this.parseNoUnderHexOctBinLiteral, this.parseIntegerBin); + } else if (this.char === CHAR_o) { + this.consume(); + return this.call(this.parseNoUnderHexOctBinLiteral, this.parseIntegerOct); + } else if (this.char === CHAR_x) { + this.consume(); + return this.call(this.parseNoUnderHexOctBinLiteral, this.parseIntegerHex); + } else if (this.char === CHAR_PERIOD) { + return this.goto(this.parseNumberInteger); + } else if (isDigit(this.char)) { + return this.goto(this.parseDateTimeOnly); + } else { + return this.returnNow(Integer(this.state.buf)); } - }; - - const originalSet = map.set.bind(map); - - map.set = (key, value) => { - if (map.has(key)) { - // If the key already exist, remove it so we can add it back at the end of the map. - map.delete(key); - } // Call the original `map.set` + } + parseIntegerHex() { + if (isHexit(this.char)) { + this.consume(); + } else if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnderHexOctBinLiteral); + } else { + const result = Integer(this.state.buf); + /* istanbul ignore if */ - const result = originalSet(key, value); // If we are already processing a key and the key added is the current processed key, stop processing it + if (result.isNaN()) { + throw this.error(new TomlError('Invalid number')); + } else { + return this.returnNow(result); + } + } + } - if (processingKey && processingKey === key) { - reset(); - } // Always run the cleanup method in case it wasn't started yet + parseIntegerOct() { + if (isOctit(this.char)) { + this.consume(); + } else if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnderHexOctBinLiteral); + } else { + const result = Integer(this.state.buf); + /* istanbul ignore if */ + if (result.isNaN()) { + throw this.error(new TomlError('Invalid number')); + } else { + return this.returnNow(result); + } + } + } - cleanup(); // tslint:disable-line:no-floating-promises + parseIntegerBin() { + if (isBit(this.char)) { + this.consume(); + } else if (this.char === CHAR_LOWBAR) { + return this.call(this.parseNoUnderHexOctBinLiteral); + } else { + const result = Integer(this.state.buf); + /* istanbul ignore if */ - return result; - }; + if (result.isNaN()) { + throw this.error(new TomlError('Invalid number')); + } else { + return this.returnNow(result); + } + } + } + /* DATETIME */ - cleanup(); // tslint:disable-line:no-floating-promises - return map; - } + parseDateTime() { + // we enter here having just consumed the year and about to consume the hyphen + if (this.state.buf.length < 4) { + throw this.error(new TomlError('Years less than 1000 must be zero padded to four characters')); + } - exports.default = mapAgeCleaner; // Add support for CJS + this.state.result = this.state.buf; + this.state.buf = ''; + return this.next(this.parseDateMonth); + } - module.exports = mapAgeCleaner; - module.exports.default = mapAgeCleaner; -}); + parseDateMonth() { + if (this.char === CHAR_HYPHEN) { + if (this.state.buf.length < 2) { + throw this.error(new TomlError('Months less than 10 must be zero padded to two characters')); + } -const cacheStore = new WeakMap(); -/** -[Memoize](https://en.wikipedia.org/wiki/Memoization) functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input. + this.state.result += '-' + this.state.buf; + this.state.buf = ''; + return this.next(this.parseDateDay); + } else if (isDigit(this.char)) { + this.consume(); + } else { + throw this.error(new TomlError('Incomplete datetime')); + } + } -@param fn - Function to be memoized. + parseDateDay() { + if (this.char === CHAR_T || this.char === CHAR_SP) { + if (this.state.buf.length < 2) { + throw this.error(new TomlError('Days less than 10 must be zero padded to two characters')); + } -@example -``` -import mem = require('mem'); + this.state.result += '-' + this.state.buf; + this.state.buf = ''; + return this.next(this.parseStartTimeHour); + } else if (this.atEndOfWord()) { + return this.returnNow(createDate(this.state.result + '-' + this.state.buf)); + } else if (isDigit(this.char)) { + this.consume(); + } else { + throw this.error(new TomlError('Incomplete datetime')); + } + } -let i = 0; -const counter = () => ++i; -const memoized = mem(counter); + parseStartTimeHour() { + if (this.atEndOfWord()) { + return this.returnNow(createDate(this.state.result)); + } else { + return this.goto(this.parseTimeHour); + } + } -memoized('foo'); -//=> 1 + parseTimeHour() { + if (this.char === CHAR_COLON) { + if (this.state.buf.length < 2) { + throw this.error(new TomlError('Hours less than 10 must be zero padded to two characters')); + } -// Cached as it's the same arguments -memoized('foo'); -//=> 1 + this.state.result += 'T' + this.state.buf; + this.state.buf = ''; + return this.next(this.parseTimeMin); + } else if (isDigit(this.char)) { + this.consume(); + } else { + throw this.error(new TomlError('Incomplete datetime')); + } + } -// Not cached anymore as the arguments changed -memoized('bar'); -//=> 2 + parseTimeMin() { + if (this.state.buf.length < 2 && isDigit(this.char)) { + this.consume(); + } else if (this.state.buf.length === 2 && this.char === CHAR_COLON) { + this.state.result += ':' + this.state.buf; + this.state.buf = ''; + return this.next(this.parseTimeSec); + } else { + throw this.error(new TomlError('Incomplete datetime')); + } + } -memoized('bar'); -//=> 2 -``` -*/ + parseTimeSec() { + if (isDigit(this.char)) { + this.consume(); -const mem = (fn, { - cacheKey, - cache = new Map(), - maxAge -} = {}) => { - if (typeof maxAge === 'number') { - // TODO: Drop after https://github.com/SamVerschueren/map-age-cleaner/issues/5 - // @ts-expect-error - dist(cache); - } + if (this.state.buf.length === 2) { + this.state.result += ':' + this.state.buf; + this.state.buf = ''; + return this.next(this.parseTimeZoneOrFraction); + } + } else { + throw this.error(new TomlError('Incomplete datetime')); + } + } - const memoized = function (...arguments_) { - const key = cacheKey ? cacheKey(arguments_) : arguments_[0]; - const cacheItem = cache.get(key); + parseOnlyTimeHour() { + /* istanbul ignore else */ + if (this.char === CHAR_COLON) { + if (this.state.buf.length < 2) { + throw this.error(new TomlError('Hours less than 10 must be zero padded to two characters')); + } - if (cacheItem) { - return cacheItem.data; + this.state.result = this.state.buf; + this.state.buf = ''; + return this.next(this.parseOnlyTimeMin); + } else { + throw this.error(new TomlError('Incomplete time')); + } } - const result = fn.apply(this, arguments_); - cache.set(key, { - data: result, - maxAge: maxAge ? Date.now() + maxAge : Infinity - }); - return result; - }; + parseOnlyTimeMin() { + if (this.state.buf.length < 2 && isDigit(this.char)) { + this.consume(); + } else if (this.state.buf.length === 2 && this.char === CHAR_COLON) { + this.state.result += ':' + this.state.buf; + this.state.buf = ''; + return this.next(this.parseOnlyTimeSec); + } else { + throw this.error(new TomlError('Incomplete time')); + } + } - try { - // The below call will throw in some host environments - // See https://github.com/sindresorhus/mimic-fn/issues/10 - mimicFn_1(memoized, fn); - } catch (_a) {} + parseOnlyTimeSec() { + if (isDigit(this.char)) { + this.consume(); - cacheStore.set(memoized, cache); - return memoized; -}; -/** -Clear all cached data of a memoized function. + if (this.state.buf.length === 2) { + return this.next(this.parseOnlyTimeFractionMaybe); + } + } else { + throw this.error(new TomlError('Incomplete time')); + } + } -@param fn - Memoized function. -*/ + parseOnlyTimeFractionMaybe() { + this.state.result += ':' + this.state.buf; + if (this.char === CHAR_PERIOD) { + this.state.buf = ''; + this.next(this.parseOnlyTimeFraction); + } else { + return this.return(createTime(this.state.result)); + } + } -mem.clear = fn => { - const cache = cacheStore.get(fn); + parseOnlyTimeFraction() { + if (isDigit(this.char)) { + this.consume(); + } else if (this.atEndOfWord()) { + if (this.state.buf.length === 0) throw this.error(new TomlError('Expected digit in milliseconds')); + return this.returnNow(createTime(this.state.result + '.' + this.state.buf)); + } else { + throw this.error(new TomlError('Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z')); + } + } - if (!cache) { - throw new TypeError('Can\'t clear a function that was not memoized!'); - } + parseTimeZoneOrFraction() { + if (this.char === CHAR_PERIOD) { + this.consume(); + this.next(this.parseDateTimeFraction); + } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS$1) { + this.consume(); + this.next(this.parseTimeZoneHour); + } else if (this.char === CHAR_Z) { + this.consume(); + return this.return(createDateTime(this.state.result + this.state.buf)); + } else if (this.atEndOfWord()) { + return this.returnNow(createDateTimeFloat(this.state.result + this.state.buf)); + } else { + throw this.error(new TomlError('Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z')); + } + } - if (typeof cache.clear !== 'function') { - throw new TypeError('The cache Map can\'t be cleared!'); - } + parseDateTimeFraction() { + if (isDigit(this.char)) { + this.consume(); + } else if (this.state.buf.length === 1) { + throw this.error(new TomlError('Expected digit in milliseconds')); + } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS$1) { + this.consume(); + this.next(this.parseTimeZoneHour); + } else if (this.char === CHAR_Z) { + this.consume(); + return this.return(createDateTime(this.state.result + this.state.buf)); + } else if (this.atEndOfWord()) { + return this.returnNow(createDateTimeFloat(this.state.result + this.state.buf)); + } else { + throw this.error(new TomlError('Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z')); + } + } - cache.clear(); -}; + parseTimeZoneHour() { + if (isDigit(this.char)) { + this.consume(); // FIXME: No more regexps -var dist$1 = mem; + if (/\d\d$/.test(this.state.buf)) return this.next(this.parseTimeZoneSep); + } else { + throw this.error(new TomlError('Unexpected character in datetime, expected digit')); + } + } -var thirdParty = require("./third-party"); + parseTimeZoneSep() { + if (this.char === CHAR_COLON) { + this.consume(); + this.next(this.parseTimeZoneMin); + } else { + throw this.error(new TomlError('Unexpected character in datetime, expected colon')); + } + } -const ParserEND = 0x110000; + parseTimeZoneMin() { + if (isDigit(this.char)) { + this.consume(); + if (/\d\d$/.test(this.state.buf)) return this.return(createDateTime(this.state.result + this.state.buf)); + } else { + throw this.error(new TomlError('Unexpected character in datetime, expected digit')); + } + } + /* BOOLEAN */ -class ParserError extends Error { - /* istanbul ignore next */ - constructor(msg, filename, linenumber) { - super('[ParserError] ' + msg, filename, linenumber); - this.name = 'ParserError'; - this.code = 'ParserError'; - if (Error.captureStackTrace) Error.captureStackTrace(this, ParserError); - } -} + parseBoolean() { + /* istanbul ignore else */ + if (this.char === CHAR_t) { + this.consume(); + return this.next(this.parseTrue_r); + } else if (this.char === CHAR_f) { + this.consume(); + return this.next(this.parseFalse_a); + } + } -class State { - constructor(parser) { - this.parser = parser; - this.buf = ''; - this.returned = null; - this.result = null; - this.resultTable = null; - this.resultArr = null; - } + parseTrue_r() { + if (this.char === CHAR_r) { + this.consume(); + return this.next(this.parseTrue_u); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } + } -} + parseTrue_u() { + if (this.char === CHAR_u) { + this.consume(); + return this.next(this.parseTrue_e); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } + } -class Parser { - constructor() { - this.pos = 0; - this.col = 0; - this.line = 0; - this.obj = {}; - this.ctx = this.obj; - this.stack = []; - this._buf = ''; - this.char = null; - this.ii = 0; - this.state = new State(this.parseStart); - } + parseTrue_e() { + if (this.char === CHAR_e) { + return this.return(true); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } + } - parse(str) { - /* istanbul ignore next */ - if (str.length === 0 || str.length == null) return; - this._buf = String(str); - this.ii = -1; - this.char = -1; - let getNext; + parseFalse_a() { + if (this.char === CHAR_a) { + this.consume(); + return this.next(this.parseFalse_l); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } + } - while (getNext === false || this.nextChar()) { - getNext = this.runOne(); + parseFalse_l() { + if (this.char === CHAR_l) { + this.consume(); + return this.next(this.parseFalse_s); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } } - this._buf = null; - } + parseFalse_s() { + if (this.char === CHAR_s) { + this.consume(); + return this.next(this.parseFalse_e); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } + } - nextChar() { - if (this.char === 0x0A) { - ++this.line; - this.col = -1; + parseFalse_e() { + if (this.char === CHAR_e) { + return this.return(false); + } else { + throw this.error(new TomlError('Invalid boolean, expected true or false')); + } } + /* INLINE LISTS */ - ++this.ii; - this.char = this._buf.codePointAt(this.ii); - ++this.pos; - ++this.col; - return this.haveBuffer(); - } - haveBuffer() { - return this.ii < this._buf.length; - } + parseInlineList() { + if (this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M || this.char === CTRL_J) { + return null; + } else if (this.char === Parser.END) { + throw this.error(new TomlError('Unterminated inline array')); + } else if (this.char === CHAR_NUM) { + return this.call(this.parseComment); + } else if (this.char === CHAR_RSQB) { + return this.return(this.state.resultArr || InlineList()); + } else { + return this.callNow(this.parseValue, this.recordInlineListValue); + } + } - runOne() { - return this.state.parser.call(this, this.state.returned); - } + recordInlineListValue(value) { + if (this.state.resultArr) { + const listType = this.state.resultArr[_contentType]; + const valueType = tomlType(value); - finish() { - this.char = ParserEND; - let last; + if (listType !== valueType) { + throw this.error(new TomlError(`Inline lists must be a single type, not a mix of ${listType} and ${valueType}`)); + } + } else { + this.state.resultArr = InlineList(tomlType(value)); + } - do { - last = this.state.parser; - this.runOne(); - } while (this.state.parser !== last); + if (isFloat(value) || isInteger(value)) { + // unbox now that we've verified they're ok + this.state.resultArr.push(value.valueOf()); + } else { + this.state.resultArr.push(value); + } - this.ctx = null; - this.state = null; - this._buf = null; - return this.obj; - } + return this.goto(this.parseInlineListNext); + } - next(fn) { - /* istanbul ignore next */ - if (typeof fn !== 'function') throw new ParserError('Tried to set state to non-existent state: ' + JSON.stringify(fn)); - this.state.parser = fn; - } + parseInlineListNext() { + if (this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M || this.char === CTRL_J) { + return null; + } else if (this.char === CHAR_NUM) { + return this.call(this.parseComment); + } else if (this.char === CHAR_COMMA$2) { + return this.next(this.parseInlineList); + } else if (this.char === CHAR_RSQB) { + return this.goto(this.parseInlineList); + } else { + throw this.error(new TomlError('Invalid character, expected whitespace, comma (,) or close bracket (])')); + } + } + /* INLINE TABLE */ - goto(fn) { - this.next(fn); - return this.runOne(); - } - call(fn, returnWith) { - if (returnWith) this.next(returnWith); - this.stack.push(this.state); - this.state = new State(fn); - } + parseInlineTable() { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else if (this.char === Parser.END || this.char === CHAR_NUM || this.char === CTRL_J || this.char === CTRL_M) { + throw this.error(new TomlError('Unterminated inline array')); + } else if (this.char === CHAR_RCUB) { + return this.return(this.state.resultTable || InlineTable()); + } else { + if (!this.state.resultTable) this.state.resultTable = InlineTable(); + return this.callNow(this.parseAssign, this.recordInlineTableValue); + } + } - callNow(fn, returnWith) { - this.call(fn, returnWith); - return this.runOne(); - } + recordInlineTableValue(kv) { + let target = this.state.resultTable; + let finalKey = kv.key.pop(); - return(value) { - /* istanbul ignore next */ - if (this.stack.length === 0) throw this.error(new ParserError('Stack underflow')); - if (value === undefined) value = this.state.buf; - this.state = this.stack.pop(); - this.state.returned = value; - } + for (let kw of kv.key) { + if (hasKey(target, kw) && (!isTable(target[kw]) || target[kw][_declared])) { + throw this.error(new TomlError("Can't redefine existing key")); + } - returnNow(value) { - this.return(value); - return this.runOne(); - } + target = target[kw] = target[kw] || Table(); + } - consume() { - /* istanbul ignore next */ - if (this.char === ParserEND) throw this.error(new ParserError('Unexpected end-of-buffer')); - this.state.buf += this._buf[this.ii]; - } + if (hasKey(target, finalKey)) { + throw this.error(new TomlError("Can't redefine existing key")); + } - error(err) { - err.line = this.line; - err.col = this.col; - err.pos = this.pos; - return err; - } - /* istanbul ignore next */ + if (isInteger(kv.value) || isFloat(kv.value)) { + target[finalKey] = kv.value.valueOf(); + } else { + target[finalKey] = kv.value; + } + return this.goto(this.parseInlineTableNext); + } + + parseInlineTableNext() { + if (this.char === CHAR_SP || this.char === CTRL_I) { + return null; + } else if (this.char === Parser.END || this.char === CHAR_NUM || this.char === CTRL_J || this.char === CTRL_M) { + throw this.error(new TomlError('Unterminated inline array')); + } else if (this.char === CHAR_COMMA$2) { + return this.next(this.parseInlineTable); + } else if (this.char === CHAR_RCUB) { + return this.goto(this.parseInlineTable); + } else { + throw this.error(new TomlError('Invalid character, expected whitespace, comma (,) or close bracket (])')); + } + } - parseStart() { - throw new ParserError('Must declare a parseStart method'); } + return TOMLParser; } -Parser.END = ParserEND; -Parser.Error = ParserError; -var parser$1 = Parser; +var parsePrettyError = prettyError$1; -var createDatetime = value => { - const date = new Date(value); +function prettyError$1(err, buf) { /* istanbul ignore if */ + if (err.pos == null || err.line == null) return err; + let msg = err.message; + msg += ` at row ${err.line + 1}, col ${err.col + 1}, pos ${err.pos}:\n`; + /* istanbul ignore else */ - if (isNaN(date)) { - throw new TypeError('Invalid Datetime'); - } else { - return date; - } -}; + if (buf && buf.split) { + const lines = buf.split(/\n/); + const lineNumWidth = String(Math.min(lines.length, err.line + 3)).length; + let linePadding = ' '; -var formatNum = (d, num) => { - num = String(num); + while (linePadding.length < lineNumWidth) linePadding += ' '; - while (num.length < d) num = '0' + num; + for (let ii = Math.max(0, err.line - 1); ii < Math.min(lines.length, err.line + 2); ++ii) { + let lineNum = String(ii + 1); + if (lineNum.length < lineNumWidth) lineNum = ' ' + lineNum; - return num; -}; + if (err.line === ii) { + msg += lineNum + '> ' + lines[ii] + '\n'; + msg += linePadding + ' '; -class FloatingDateTime extends Date { - constructor(value) { - super(value + 'Z'); - this.isFloating = true; - } + for (let hh = 0; hh < err.col; ++hh) { + msg += ' '; + } - toISOString() { - const date = `${this.getUTCFullYear()}-${formatNum(2, this.getUTCMonth() + 1)}-${formatNum(2, this.getUTCDate())}`; - const time = `${formatNum(2, this.getUTCHours())}:${formatNum(2, this.getUTCMinutes())}:${formatNum(2, this.getUTCSeconds())}.${formatNum(3, this.getUTCMilliseconds())}`; - return `${date}T${time}`; + msg += '^\n'; + } else { + msg += lineNum + ': ' + lines[ii] + '\n'; + } + } } + err.message = msg + '\n'; + return err; } -var createDatetimeFloat = value => { - const date = new FloatingDateTime(value); - /* istanbul ignore if */ +var parseString_1 = parseString$1; +const TOMLParser = tomlParser.exports; +const prettyError = parsePrettyError; - if (isNaN(date)) { - throw new TypeError('Invalid Datetime'); - } else { - return date; +function parseString$1(str) { + if (global.Buffer && global.Buffer.isBuffer(str)) { + str = str.toString('utf8'); } -}; - -const DateTime = global.Date; -class Date$1 extends DateTime { - constructor(value) { - super(value); - this.isDate = true; - } + const parser = new TOMLParser(); - toISOString() { - return `${this.getUTCFullYear()}-${formatNum(2, this.getUTCMonth() + 1)}-${formatNum(2, this.getUTCDate())}`; + try { + parser.parse(str); + return parser.finish(); + } catch (err) { + throw prettyError(err, str); } - } -var createDate = value => { - const date = new Date$1(value); - /* istanbul ignore if */ +const parse$b = parseString_1; - if (isNaN(date)) { - throw new TypeError('Invalid Datetime'); - } else { - return date; +var loadToml$1 = function (filePath, content) { + try { + return parse$b(content); + } catch (error) { + error.message = `TOML Error in ${filePath}:\n${error.message}`; + throw error; } }; -class Time extends Date { - constructor(value) { - super(`0000-01-01T${value}Z`); - this.isTime = true; - } +// This is a generated file. Do not edit. +var Space_Separator = /[\u1680\u2000-\u200A\u202F\u205F\u3000]/; +var ID_Start = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/; +var ID_Continue = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/; +var unicode = { + Space_Separator: Space_Separator, + ID_Start: ID_Start, + ID_Continue: ID_Continue +}; +var util$6 = { + isSpaceSeparator(c) { + return typeof c === 'string' && unicode.Space_Separator.test(c); + }, - toISOString() { - return `${formatNum(2, this.getUTCHours())}:${formatNum(2, this.getUTCMinutes())}:${formatNum(2, this.getUTCSeconds())}.${formatNum(3, this.getUTCMilliseconds())}`; - } + isIdStartChar(c) { + return typeof c === 'string' && (c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z' || c === '$' || c === '_' || unicode.ID_Start.test(c)); + }, -} + isIdContinueChar(c) { + return typeof c === 'string' && (c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z' || c >= '0' && c <= '9' || c === '$' || c === '_' || c === '\u200C' || c === '\u200D' || unicode.ID_Continue.test(c)); + }, -var createTime = value => { - const date = new Time(value); - /* istanbul ignore if */ + isDigit(c) { + return typeof c === 'string' && /[0-9]/.test(c); + }, - if (isNaN(date)) { - throw new TypeError('Invalid Datetime'); - } else { - return date; + isHexDigit(c) { + return typeof c === 'string' && /[0-9A-Fa-f]/.test(c); } -}; -/* eslint-disable no-new-wrappers, no-eval, camelcase, operator-linebreak */ +}; +let source$1; +let parseState; +let stack; +let pos; +let line$z; +let column; +let token; +let key; +let root$9; +var parse$a = function parse(text, reviver) { + source$1 = String(text); + parseState = 'start'; + stack = []; + pos = 0; + line$z = 1; + column = 0; + token = undefined; + key = undefined; + root$9 = undefined; -var tomlParser = makeParserClass(parser$1); -var makeParserClass_1 = makeParserClass; + do { + token = lex(); // This code is unreachable. + // if (!parseStates[parseState]) { + // throw invalidParseState() + // } -class TomlError extends Error { - constructor(msg) { - super(msg); - this.name = 'TomlError'; - /* istanbul ignore next */ + parseStates[parseState](); + } while (token.type !== 'eof'); - if (Error.captureStackTrace) Error.captureStackTrace(this, TomlError); - this.fromTOML = true; - this.wrapped = null; + if (typeof reviver === 'function') { + return internalize({ + '': root$9 + }, '', reviver); } -} - -TomlError.wrap = err => { - const terr = new TomlError(err.message); - terr.code = err.code; - terr.wrapped = err; - return terr; -}; - -var TomlError_1 = TomlError; -const CTRL_I = 0x09; -const CTRL_J = 0x0A; -const CTRL_M = 0x0D; -const CTRL_CHAR_BOUNDARY = 0x1F; // the last non-character in the latin1 region of unicode, except DEL - -const CHAR_SP = 0x20; -const CHAR_QUOT = 0x22; -const CHAR_NUM = 0x23; -const CHAR_APOS = 0x27; -const CHAR_PLUS = 0x2B; -const CHAR_COMMA = 0x2C; -const CHAR_HYPHEN = 0x2D; -const CHAR_PERIOD = 0x2E; -const CHAR_0 = 0x30; -const CHAR_1 = 0x31; -const CHAR_7 = 0x37; -const CHAR_9 = 0x39; -const CHAR_COLON = 0x3A; -const CHAR_EQUALS = 0x3D; -const CHAR_A = 0x41; -const CHAR_E = 0x45; -const CHAR_F = 0x46; -const CHAR_T = 0x54; -const CHAR_U = 0x55; -const CHAR_Z = 0x5A; -const CHAR_LOWBAR = 0x5F; -const CHAR_a = 0x61; -const CHAR_b = 0x62; -const CHAR_e = 0x65; -const CHAR_f = 0x66; -const CHAR_i = 0x69; -const CHAR_l = 0x6C; -const CHAR_n = 0x6E; -const CHAR_o = 0x6F; -const CHAR_r = 0x72; -const CHAR_s = 0x73; -const CHAR_t = 0x74; -const CHAR_u = 0x75; -const CHAR_x = 0x78; -const CHAR_z = 0x7A; -const CHAR_LCUB = 0x7B; -const CHAR_RCUB = 0x7D; -const CHAR_LSQB = 0x5B; -const CHAR_BSOL = 0x5C; -const CHAR_RSQB = 0x5D; -const CHAR_DEL = 0x7F; -const SURROGATE_FIRST = 0xD800; -const SURROGATE_LAST = 0xDFFF; -const escapes = { - [CHAR_b]: '\u0008', - [CHAR_t]: '\u0009', - [CHAR_n]: '\u000A', - [CHAR_f]: '\u000C', - [CHAR_r]: '\u000D', - [CHAR_QUOT]: '\u0022', - [CHAR_BSOL]: '\u005C' + return root$9; }; -function isDigit(cp) { - return cp >= CHAR_0 && cp <= CHAR_9; -} - -function isHexit(cp) { - return cp >= CHAR_A && cp <= CHAR_F || cp >= CHAR_a && cp <= CHAR_f || cp >= CHAR_0 && cp <= CHAR_9; -} - -function isBit(cp) { - return cp === CHAR_1 || cp === CHAR_0; -} +function internalize(holder, name, reviver) { + const value = holder[name]; -function isOctit(cp) { - return cp >= CHAR_0 && cp <= CHAR_7; -} + if (value != null && typeof value === 'object') { + for (const key in value) { + const replacement = internalize(value, key, reviver); -function isAlphaNumQuoteHyphen(cp) { - return cp >= CHAR_A && cp <= CHAR_Z || cp >= CHAR_a && cp <= CHAR_z || cp >= CHAR_0 && cp <= CHAR_9 || cp === CHAR_APOS || cp === CHAR_QUOT || cp === CHAR_LOWBAR || cp === CHAR_HYPHEN; -} + if (replacement === undefined) { + delete value[key]; + } else { + value[key] = replacement; + } + } + } -function isAlphaNumHyphen(cp) { - return cp >= CHAR_A && cp <= CHAR_Z || cp >= CHAR_a && cp <= CHAR_z || cp >= CHAR_0 && cp <= CHAR_9 || cp === CHAR_LOWBAR || cp === CHAR_HYPHEN; + return reviver.call(holder, name, value); } -const _type = Symbol('type'); - -const _declared = Symbol('declared'); +let lexState; +let buffer$2; +let doubleQuote; +let sign; +let c; -const hasOwnProperty$2 = Object.prototype.hasOwnProperty; -const defineProperty = Object.defineProperty; -const descriptor = { - configurable: true, - enumerable: true, - writable: true, - value: undefined -}; +function lex() { + lexState = 'default'; + buffer$2 = ''; + doubleQuote = false; + sign = 1; -function hasKey(obj, key) { - if (hasOwnProperty$2.call(obj, key)) return true; - if (key === '__proto__') defineProperty(obj, '__proto__', descriptor); - return false; -} + for (;;) { + c = peek(); // This code is unreachable. + // if (!lexStates[lexState]) { + // throw invalidLexState(lexState) + // } -const INLINE_TABLE = Symbol('inline-table'); + const token = lexStates[lexState](); -function InlineTable() { - return Object.defineProperties({}, { - [_type]: { - value: INLINE_TABLE + if (token) { + return token; } - }); + } } -function isInlineTable(obj) { - if (obj === null || typeof obj !== 'object') return false; - return obj[_type] === INLINE_TABLE; +function peek() { + if (source$1[pos]) { + return String.fromCodePoint(source$1.codePointAt(pos)); + } } -const TABLE = Symbol('table'); +function read$4() { + const c = peek(); -function Table() { - return Object.defineProperties({}, { - [_type]: { - value: TABLE - }, - [_declared]: { - value: false, - writable: true - } - }); -} + if (c === '\n') { + line$z++; + column = 0; + } else if (c) { + column += c.length; + } else { + column++; + } -function isTable(obj) { - if (obj === null || typeof obj !== 'object') return false; - return obj[_type] === TABLE; + if (c) { + pos += c.length; + } + + return c; } -const _contentType = Symbol('content-type'); +const lexStates = { + default() { + switch (c) { + case '\t': + case '\v': + case '\f': + case ' ': + case '\u00A0': + case '\uFEFF': + case '\n': + case '\r': + case '\u2028': + case '\u2029': + read$4(); + return; -const INLINE_LIST = Symbol('inline-list'); + case '/': + read$4(); + lexState = 'comment'; + return; -function InlineList(type) { - return Object.defineProperties([], { - [_type]: { - value: INLINE_LIST - }, - [_contentType]: { - value: type + case undefined: + read$4(); + return newToken('eof'); } - }); -} -function isInlineList(obj) { - if (obj === null || typeof obj !== 'object') return false; - return obj[_type] === INLINE_LIST; -} + if (util$6.isSpaceSeparator(c)) { + read$4(); + return; + } // This code is unreachable. + // if (!lexStates[parseState]) { + // throw invalidLexState(parseState) + // } -const LIST = Symbol('list'); -function List() { - return Object.defineProperties([], { - [_type]: { - value: LIST + return lexStates[parseState](); + }, + + comment() { + switch (c) { + case '*': + read$4(); + lexState = 'multiLineComment'; + return; + + case '/': + read$4(); + lexState = 'singleLineComment'; + return; } - }); -} -function isList(obj) { - if (obj === null || typeof obj !== 'object') return false; - return obj[_type] === LIST; -} // in an eval, to let bundlers not slurp in a util proxy + throw invalidChar(read$4()); + }, + multiLineComment() { + switch (c) { + case '*': + read$4(); + lexState = 'multiLineCommentAsterisk'; + return; -let _custom; + case undefined: + throw invalidChar(read$4()); + } -try { - const utilInspect = util__default['default'].inspect; - _custom = utilInspect.custom; -} catch (_) { - /* eval require not available in transpiled bundle */ -} -/* istanbul ignore next */ + read$4(); + }, + multiLineCommentAsterisk() { + switch (c) { + case '*': + read$4(); + return; -const _inspect = _custom || 'inspect'; + case '/': + read$4(); + lexState = 'default'; + return; -class BoxedBigInt { - constructor(value) { - try { - this.value = global.BigInt.asIntN(64, value); - } catch (_) { - /* istanbul ignore next */ - this.value = null; + case undefined: + throw invalidChar(read$4()); } - Object.defineProperty(this, _type, { - value: INTEGER - }); - } + read$4(); + lexState = 'multiLineComment'; + }, - isNaN() { - return this.value === null; - } - /* istanbul ignore next */ + singleLineComment() { + switch (c) { + case '\n': + case '\r': + case '\u2028': + case '\u2029': + read$4(); + lexState = 'default'; + return; + case undefined: + read$4(); + return newToken('eof'); + } - toString() { - return String(this.value); - } - /* istanbul ignore next */ + read$4(); + }, + value() { + switch (c) { + case '{': + case '[': + return newToken('punctuator', read$4()); - [_inspect]() { - return `[BigInt: ${this.toString()}]}`; - } + case 'n': + read$4(); + literal$1('ull'); + return newToken('null', null); - valueOf() { - return this.value; - } + case 't': + read$4(); + literal$1('rue'); + return newToken('boolean', true); -} + case 'f': + read$4(); + literal$1('alse'); + return newToken('boolean', false); -const INTEGER = Symbol('integer'); + case '-': + case '+': + if (read$4() === '-') { + sign = -1; + } -function Integer(value) { - let num = Number(value); // -0 is a float thing, not an int thing + lexState = 'sign'; + return; - if (Object.is(num, -0)) num = 0; - /* istanbul ignore else */ + case '.': + buffer$2 = read$4(); + lexState = 'decimalPointLeading'; + return; - if (global.BigInt && !Number.isSafeInteger(num)) { - return new BoxedBigInt(value); - } else { - /* istanbul ignore next */ - return Object.defineProperties(new Number(num), { - isNaN: { - value: function () { - return isNaN(this); - } - }, - [_type]: { - value: INTEGER - }, - [_inspect]: { - value: () => `[Integer: ${value}]` - } - }); - } -} + case '0': + buffer$2 = read$4(); + lexState = 'zero'; + return; -function isInteger(obj) { - if (obj === null || typeof obj !== 'object') return false; - return obj[_type] === INTEGER; -} + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + buffer$2 = read$4(); + lexState = 'decimalInteger'; + return; -const FLOAT = Symbol('float'); + case 'I': + read$4(); + literal$1('nfinity'); + return newToken('numeric', Infinity); -function Float(value) { - /* istanbul ignore next */ - return Object.defineProperties(new Number(value), { - [_type]: { - value: FLOAT - }, - [_inspect]: { - value: () => `[Float: ${value}]` - } - }); -} + case 'N': + read$4(); + literal$1('aN'); + return newToken('numeric', NaN); -function isFloat(obj) { - if (obj === null || typeof obj !== 'object') return false; - return obj[_type] === FLOAT; -} + case '"': + case "'": + doubleQuote = read$4() === '"'; + buffer$2 = ''; + lexState = 'string'; + return; + } -function tomlType(value) { - const type = typeof value; + throw invalidChar(read$4()); + }, - if (type === 'object') { - /* istanbul ignore if */ - if (value === null) return 'null'; - if (value instanceof Date) return 'datetime'; - /* istanbul ignore else */ + identifierNameStartEscape() { + if (c !== 'u') { + throw invalidChar(read$4()); + } - if (_type in value) { - switch (value[_type]) { - case INLINE_TABLE: - return 'inline-table'; + read$4(); + const u = unicodeEscape(); - case INLINE_LIST: - return 'inline-list'; + switch (u) { + case '$': + case '_': + break; - /* istanbul ignore next */ + default: + if (!util$6.isIdStartChar(u)) { + throw invalidIdentifier(); + } - case TABLE: - return 'table'; + break; + } - /* istanbul ignore next */ + buffer$2 += u; + lexState = 'identifierName'; + }, - case LIST: - return 'list'; + identifierName() { + switch (c) { + case '$': + case '_': + case '\u200C': + case '\u200D': + buffer$2 += read$4(); + return; - case FLOAT: - return 'float'; + case '\\': + read$4(); + lexState = 'identifierNameEscape'; + return; + } - case INTEGER: - return 'integer'; - } + if (util$6.isIdContinueChar(c)) { + buffer$2 += read$4(); + return; } - } - return type; -} + return newToken('identifier', buffer$2); + }, -function makeParserClass(Parser) { - class TOMLParser extends Parser { - constructor() { - super(); - this.ctx = this.obj = Table(); + identifierNameEscape() { + if (c !== 'u') { + throw invalidChar(read$4()); } - /* MATCH HELPER */ + read$4(); + const u = unicodeEscape(); - atEndOfWord() { - return this.char === CHAR_NUM || this.char === CTRL_I || this.char === CHAR_SP || this.atEndOfLine(); - } + switch (u) { + case '$': + case '_': + case '\u200C': + case '\u200D': + break; - atEndOfLine() { - return this.char === Parser.END || this.char === CTRL_J || this.char === CTRL_M; + default: + if (!util$6.isIdContinueChar(u)) { + throw invalidIdentifier(); + } + + break; } - parseStart() { - if (this.char === Parser.END) { - return null; - } else if (this.char === CHAR_LSQB) { - return this.call(this.parseTableOrList); - } else if (this.char === CHAR_NUM) { - return this.call(this.parseComment); - } else if (this.char === CTRL_J || this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M) { - return null; - } else if (isAlphaNumQuoteHyphen(this.char)) { - return this.callNow(this.parseAssignStatement); - } else { - throw this.error(new TomlError(`Unknown character "${this.char}"`)); - } - } // HELPER, this strips any whitespace and comments to the end of the line - // then RETURNS. Last state in a production. + buffer$2 += u; + lexState = 'identifierName'; + }, + sign() { + switch (c) { + case '.': + buffer$2 = read$4(); + lexState = 'decimalPointLeading'; + return; - parseWhitespaceToEOL() { - if (this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M) { - return null; - } else if (this.char === CHAR_NUM) { - return this.goto(this.parseComment); - } else if (this.char === Parser.END || this.char === CTRL_J) { - return this.return(); - } else { - throw this.error(new TomlError('Unexpected character, expected only whitespace or comments till end of line')); - } - } - /* ASSIGNMENT: key = value */ + case '0': + buffer$2 = read$4(); + lexState = 'zero'; + return; + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + buffer$2 = read$4(); + lexState = 'decimalInteger'; + return; - parseAssignStatement() { - return this.callNow(this.parseAssign, this.recordAssignStatement); + case 'I': + read$4(); + literal$1('nfinity'); + return newToken('numeric', sign * Infinity); + + case 'N': + read$4(); + literal$1('aN'); + return newToken('numeric', NaN); } - recordAssignStatement(kv) { - let target = this.ctx; - let finalKey = kv.key.pop(); + throw invalidChar(read$4()); + }, - for (let kw of kv.key) { - if (hasKey(target, kw) && (!isTable(target[kw]) || target[kw][_declared])) { - throw this.error(new TomlError("Can't redefine existing key")); - } + zero() { + switch (c) { + case '.': + buffer$2 += read$4(); + lexState = 'decimalPoint'; + return; - target = target[kw] = target[kw] || Table(); - } + case 'e': + case 'E': + buffer$2 += read$4(); + lexState = 'decimalExponent'; + return; - if (hasKey(target, finalKey)) { - throw this.error(new TomlError("Can't redefine existing key")); - } // unbox our numbers + case 'x': + case 'X': + buffer$2 += read$4(); + lexState = 'hexadecimal'; + return; + } + return newToken('numeric', sign * 0); + }, - if (isInteger(kv.value) || isFloat(kv.value)) { - target[finalKey] = kv.value.valueOf(); - } else { - target[finalKey] = kv.value; - } + decimalInteger() { + switch (c) { + case '.': + buffer$2 += read$4(); + lexState = 'decimalPoint'; + return; - return this.goto(this.parseWhitespaceToEOL); + case 'e': + case 'E': + buffer$2 += read$4(); + lexState = 'decimalExponent'; + return; + } + + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + return; } - /* ASSSIGNMENT expression, key = value possibly inside an inline table */ + return newToken('numeric', sign * Number(buffer$2)); + }, - parseAssign() { - return this.callNow(this.parseKeyword, this.recordAssignKeyword); + decimalPointLeading() { + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + lexState = 'decimalFraction'; + return; } - recordAssignKeyword(key) { - if (this.state.resultTable) { - this.state.resultTable.push(key); - } else { - this.state.resultTable = [key]; - } + throw invalidChar(read$4()); + }, - return this.goto(this.parseAssignKeywordPreDot); + decimalPoint() { + switch (c) { + case 'e': + case 'E': + buffer$2 += read$4(); + lexState = 'decimalExponent'; + return; } - parseAssignKeywordPreDot() { - if (this.char === CHAR_PERIOD) { - return this.next(this.parseAssignKeywordPostDot); - } else if (this.char !== CHAR_SP && this.char !== CTRL_I) { - return this.goto(this.parseAssignEqual); - } + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + lexState = 'decimalFraction'; + return; } - parseAssignKeywordPostDot() { - if (this.char !== CHAR_SP && this.char !== CTRL_I) { - return this.callNow(this.parseKeyword, this.recordAssignKeyword); - } + return newToken('numeric', sign * Number(buffer$2)); + }, + + decimalFraction() { + switch (c) { + case 'e': + case 'E': + buffer$2 += read$4(); + lexState = 'decimalExponent'; + return; } - parseAssignEqual() { - if (this.char === CHAR_EQUALS) { - return this.next(this.parseAssignPreValue); - } else { - throw this.error(new TomlError('Invalid character, expected "="')); - } + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + return; } - parseAssignPreValue() { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else { - return this.callNow(this.parseValue, this.recordAssignValue); - } + return newToken('numeric', sign * Number(buffer$2)); + }, + + decimalExponent() { + switch (c) { + case '+': + case '-': + buffer$2 += read$4(); + lexState = 'decimalExponentSign'; + return; } - recordAssignValue(value) { - return this.returnNow({ - key: this.state.resultTable, - value: value - }); + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + lexState = 'decimalExponentInteger'; + return; } - /* COMMENTS: #...eol */ + throw invalidChar(read$4()); + }, - parseComment() { - do { - if (this.char === Parser.END || this.char === CTRL_J) { - return this.return(); - } - } while (this.nextChar()); + decimalExponentSign() { + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + lexState = 'decimalExponentInteger'; + return; } - /* TABLES AND LISTS, [foo] and [[foo]] */ + throw invalidChar(read$4()); + }, - parseTableOrList() { - if (this.char === CHAR_LSQB) { - this.next(this.parseList); - } else { - return this.goto(this.parseTable); - } + decimalExponentInteger() { + if (util$6.isDigit(c)) { + buffer$2 += read$4(); + return; } - /* TABLE [foo.bar.baz] */ + return newToken('numeric', sign * Number(buffer$2)); + }, - parseTable() { - this.ctx = this.obj; - return this.goto(this.parseTableNext); + hexadecimal() { + if (util$6.isHexDigit(c)) { + buffer$2 += read$4(); + lexState = 'hexadecimalInteger'; + return; } - parseTableNext() { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else { - return this.callNow(this.parseKeyword, this.parseTableMore); - } + throw invalidChar(read$4()); + }, + + hexadecimalInteger() { + if (util$6.isHexDigit(c)) { + buffer$2 += read$4(); + return; } - parseTableMore(keyword) { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else if (this.char === CHAR_RSQB) { - if (hasKey(this.ctx, keyword) && (!isTable(this.ctx[keyword]) || this.ctx[keyword][_declared])) { - throw this.error(new TomlError("Can't redefine existing key")); - } else { - this.ctx = this.ctx[keyword] = this.ctx[keyword] || Table(); - this.ctx[_declared] = true; + return newToken('numeric', sign * Number(buffer$2)); + }, + + string() { + switch (c) { + case '\\': + read$4(); + buffer$2 += escape$1(); + return; + + case '"': + if (doubleQuote) { + read$4(); + return newToken('string', buffer$2); } - return this.next(this.parseWhitespaceToEOL); - } else if (this.char === CHAR_PERIOD) { - if (!hasKey(this.ctx, keyword)) { - this.ctx = this.ctx[keyword] = Table(); - } else if (isTable(this.ctx[keyword])) { - this.ctx = this.ctx[keyword]; - } else if (isList(this.ctx[keyword])) { - this.ctx = this.ctx[keyword][this.ctx[keyword].length - 1]; - } else { - throw this.error(new TomlError("Can't redefine existing key")); + buffer$2 += read$4(); + return; + + case "'": + if (!doubleQuote) { + read$4(); + return newToken('string', buffer$2); } - return this.next(this.parseTableNext); - } else { - throw this.error(new TomlError('Unexpected character, expected whitespace, . or ]')); - } - } - /* LIST [[a.b.c]] */ + buffer$2 += read$4(); + return; + case '\n': + case '\r': + throw invalidChar(read$4()); - parseList() { - this.ctx = this.obj; - return this.goto(this.parseListNext); + case '\u2028': + case '\u2029': + separatorChar(c); + break; + + case undefined: + throw invalidChar(read$4()); } - parseListNext() { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else { - return this.callNow(this.parseKeyword, this.parseListMore); - } + buffer$2 += read$4(); + }, + + start() { + switch (c) { + case '{': + case '[': + return newToken('punctuator', read$4()); + // This code is unreachable since the default lexState handles eof. + // case undefined: + // return newToken('eof') } - parseListMore(keyword) { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else if (this.char === CHAR_RSQB) { - if (!hasKey(this.ctx, keyword)) { - this.ctx[keyword] = List(); - } + lexState = 'value'; + }, - if (isInlineList(this.ctx[keyword])) { - throw this.error(new TomlError("Can't extend an inline array")); - } else if (isList(this.ctx[keyword])) { - const next = Table(); - this.ctx[keyword].push(next); - this.ctx = next; - } else { - throw this.error(new TomlError("Can't redefine an existing key")); - } + beforePropertyName() { + switch (c) { + case '$': + case '_': + buffer$2 = read$4(); + lexState = 'identifierName'; + return; - return this.next(this.parseListEnd); - } else if (this.char === CHAR_PERIOD) { - if (!hasKey(this.ctx, keyword)) { - this.ctx = this.ctx[keyword] = Table(); - } else if (isInlineList(this.ctx[keyword])) { - throw this.error(new TomlError("Can't extend an inline array")); - } else if (isInlineTable(this.ctx[keyword])) { - throw this.error(new TomlError("Can't extend an inline table")); - } else if (isList(this.ctx[keyword])) { - this.ctx = this.ctx[keyword][this.ctx[keyword].length - 1]; - } else if (isTable(this.ctx[keyword])) { - this.ctx = this.ctx[keyword]; - } else { - throw this.error(new TomlError("Can't redefine an existing key")); - } + case '\\': + read$4(); + lexState = 'identifierNameStartEscape'; + return; - return this.next(this.parseListNext); - } else { - throw this.error(new TomlError('Unexpected character, expected whitespace, . or ]')); - } - } + case '}': + return newToken('punctuator', read$4()); - parseListEnd(keyword) { - if (this.char === CHAR_RSQB) { - return this.next(this.parseWhitespaceToEOL); - } else { - throw this.error(new TomlError('Unexpected character, expected whitespace, . or ]')); - } + case '"': + case "'": + doubleQuote = read$4() === '"'; + lexState = 'string'; + return; } - /* VALUE string, number, boolean, inline list, inline object */ + if (util$6.isIdStartChar(c)) { + buffer$2 += read$4(); + lexState = 'identifierName'; + return; + } - parseValue() { - if (this.char === Parser.END) { - throw this.error(new TomlError('Key without value')); - } else if (this.char === CHAR_QUOT) { - return this.next(this.parseDoubleString); - } + throw invalidChar(read$4()); + }, - if (this.char === CHAR_APOS) { - return this.next(this.parseSingleString); - } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS) { - return this.goto(this.parseNumberSign); - } else if (this.char === CHAR_i) { - return this.next(this.parseInf); - } else if (this.char === CHAR_n) { - return this.next(this.parseNan); - } else if (isDigit(this.char)) { - return this.goto(this.parseNumberOrDateTime); - } else if (this.char === CHAR_t || this.char === CHAR_f) { - return this.goto(this.parseBoolean); - } else if (this.char === CHAR_LSQB) { - return this.call(this.parseInlineList, this.recordValue); - } else if (this.char === CHAR_LCUB) { - return this.call(this.parseInlineTable, this.recordValue); - } else { - throw this.error(new TomlError('Unexpected character, expecting string, number, datetime, boolean, inline array or inline table')); - } + afterPropertyName() { + if (c === ':') { + return newToken('punctuator', read$4()); } - recordValue(value) { - return this.returnNow(value); - } + throw invalidChar(read$4()); + }, - parseInf() { - if (this.char === CHAR_n) { - return this.next(this.parseInf2); - } else { - throw this.error(new TomlError('Unexpected character, expected "inf", "+inf" or "-inf"')); - } - } + beforePropertyValue() { + lexState = 'value'; + }, - parseInf2() { - if (this.char === CHAR_f) { - if (this.state.buf === '-') { - return this.return(-Infinity); - } else { - return this.return(Infinity); - } - } else { - throw this.error(new TomlError('Unexpected character, expected "inf", "+inf" or "-inf"')); - } + afterPropertyValue() { + switch (c) { + case ',': + case '}': + return newToken('punctuator', read$4()); } - parseNan() { - if (this.char === CHAR_a) { - return this.next(this.parseNan2); - } else { - throw this.error(new TomlError('Unexpected character, expected "nan"')); - } - } + throw invalidChar(read$4()); + }, - parseNan2() { - if (this.char === CHAR_n) { - return this.return(NaN); - } else { - throw this.error(new TomlError('Unexpected character, expected "nan"')); - } + beforeArrayValue() { + if (c === ']') { + return newToken('punctuator', read$4()); } - /* KEYS, barewords or basic, literal, or dotted */ + lexState = 'value'; + }, - parseKeyword() { - if (this.char === CHAR_QUOT) { - return this.next(this.parseBasicString); - } else if (this.char === CHAR_APOS) { - return this.next(this.parseLiteralString); - } else { - return this.goto(this.parseBareKey); - } + afterArrayValue() { + switch (c) { + case ',': + case ']': + return newToken('punctuator', read$4()); } - /* KEYS: barewords */ + throw invalidChar(read$4()); + }, - parseBareKey() { - do { - if (this.char === Parser.END) { - throw this.error(new TomlError('Key ended without value')); - } else if (isAlphaNumHyphen(this.char)) { - this.consume(); - } else if (this.state.buf.length === 0) { - throw this.error(new TomlError('Empty bare keys are not allowed')); - } else { - return this.returnNow(); - } - } while (this.nextChar()); - } - /* STRINGS, single quoted (literal) */ + end() { + // This code is unreachable since it's handled by the default lexState. + // if (c === undefined) { + // read() + // return newToken('eof') + // } + throw invalidChar(read$4()); + } +}; - parseSingleString() { - if (this.char === CHAR_APOS) { - return this.next(this.parseLiteralMultiStringMaybe); - } else { - return this.goto(this.parseLiteralString); - } - } +function newToken(type, value) { + return { + type, + value, + line: line$z, + column + }; +} - parseLiteralString() { - do { - if (this.char === CHAR_APOS) { - return this.return(); - } else if (this.atEndOfLine()) { - throw this.error(new TomlError('Unterminated string')); - } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I) { - throw this.errorControlCharInString(); - } else { - this.consume(); - } - } while (this.nextChar()); - } +function literal$1(s) { + for (const c of s) { + const p = peek(); - parseLiteralMultiStringMaybe() { - if (this.char === CHAR_APOS) { - return this.next(this.parseLiteralMultiString); - } else { - return this.returnNow(); - } + if (p !== c) { + throw invalidChar(read$4()); } - parseLiteralMultiString() { - if (this.char === CTRL_M) { - return null; - } else if (this.char === CTRL_J) { - return this.next(this.parseLiteralMultiStringContent); - } else { - return this.goto(this.parseLiteralMultiStringContent); - } - } + read$4(); + } +} - parseLiteralMultiStringContent() { - do { - if (this.char === CHAR_APOS) { - return this.next(this.parseLiteralMultiEnd); - } else if (this.char === Parser.END) { - throw this.error(new TomlError('Unterminated multi-line string')); - } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I && this.char !== CTRL_J && this.char !== CTRL_M) { - throw this.errorControlCharInString(); - } else { - this.consume(); - } - } while (this.nextChar()); - } +function escape$1() { + const c = peek(); - parseLiteralMultiEnd() { - if (this.char === CHAR_APOS) { - return this.next(this.parseLiteralMultiEnd2); - } else { - this.state.buf += "'"; - return this.goto(this.parseLiteralMultiStringContent); - } - } + switch (c) { + case 'b': + read$4(); + return '\b'; - parseLiteralMultiEnd2() { - if (this.char === CHAR_APOS) { - return this.return(); - } else { - this.state.buf += "''"; - return this.goto(this.parseLiteralMultiStringContent); - } - } - /* STRINGS double quoted */ + case 'f': + read$4(); + return '\f'; + case 'n': + read$4(); + return '\n'; - parseDoubleString() { - if (this.char === CHAR_QUOT) { - return this.next(this.parseMultiStringMaybe); - } else { - return this.goto(this.parseBasicString); - } - } + case 'r': + read$4(); + return '\r'; - parseBasicString() { - do { - if (this.char === CHAR_BSOL) { - return this.call(this.parseEscape, this.recordEscapeReplacement); - } else if (this.char === CHAR_QUOT) { - return this.return(); - } else if (this.atEndOfLine()) { - throw this.error(new TomlError('Unterminated string')); - } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I) { - throw this.errorControlCharInString(); - } else { - this.consume(); - } - } while (this.nextChar()); - } + case 't': + read$4(); + return '\t'; - recordEscapeReplacement(replacement) { - this.state.buf += replacement; - return this.goto(this.parseBasicString); - } + case 'v': + read$4(); + return '\v'; - parseMultiStringMaybe() { - if (this.char === CHAR_QUOT) { - return this.next(this.parseMultiString); - } else { - return this.returnNow(); - } - } + case '0': + read$4(); - parseMultiString() { - if (this.char === CTRL_M) { - return null; - } else if (this.char === CTRL_J) { - return this.next(this.parseMultiStringContent); - } else { - return this.goto(this.parseMultiStringContent); + if (util$6.isDigit(peek())) { + throw invalidChar(read$4()); } - } - parseMultiStringContent() { - do { - if (this.char === CHAR_BSOL) { - return this.call(this.parseMultiEscape, this.recordMultiEscapeReplacement); - } else if (this.char === CHAR_QUOT) { - return this.next(this.parseMultiEnd); - } else if (this.char === Parser.END) { - throw this.error(new TomlError('Unterminated multi-line string')); - } else if (this.char === CHAR_DEL || this.char <= CTRL_CHAR_BOUNDARY && this.char !== CTRL_I && this.char !== CTRL_J && this.char !== CTRL_M) { - throw this.errorControlCharInString(); - } else { - this.consume(); - } - } while (this.nextChar()); - } + return '\0'; - errorControlCharInString() { - let displayCode = '\\u00'; + case 'x': + read$4(); + return hexEscape(); - if (this.char < 16) { - displayCode += '0'; - } + case 'u': + read$4(); + return unicodeEscape(); - displayCode += this.char.toString(16); - return this.error(new TomlError(`Control characters (codes < 0x1f and 0x7f) are not allowed in strings, use ${displayCode} instead`)); - } + case '\n': + case '\u2028': + case '\u2029': + read$4(); + return ''; - recordMultiEscapeReplacement(replacement) { - this.state.buf += replacement; - return this.goto(this.parseMultiStringContent); - } + case '\r': + read$4(); - parseMultiEnd() { - if (this.char === CHAR_QUOT) { - return this.next(this.parseMultiEnd2); - } else { - this.state.buf += '"'; - return this.goto(this.parseMultiStringContent); + if (peek() === '\n') { + read$4(); } - } - parseMultiEnd2() { - if (this.char === CHAR_QUOT) { - return this.return(); - } else { - this.state.buf += '""'; - return this.goto(this.parseMultiStringContent); - } - } + return ''; - parseMultiEscape() { - if (this.char === CTRL_M || this.char === CTRL_J) { - return this.next(this.parseMultiTrim); - } else if (this.char === CHAR_SP || this.char === CTRL_I) { - return this.next(this.parsePreMultiTrim); - } else { - return this.goto(this.parseEscape); - } - } + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + throw invalidChar(read$4()); - parsePreMultiTrim() { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else if (this.char === CTRL_M || this.char === CTRL_J) { - return this.next(this.parseMultiTrim); - } else { - throw this.error(new TomlError("Can't escape whitespace")); - } - } + case undefined: + throw invalidChar(read$4()); + } - parseMultiTrim() { - // explicitly whitespace here, END should follow the same path as chars - if (this.char === CTRL_J || this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M) { - return null; - } else { - return this.returnNow(); - } - } + return read$4(); +} + +function hexEscape() { + let buffer = ''; + let c = peek(); - parseEscape() { - if (this.char in escapes) { - return this.return(escapes[this.char]); - } else if (this.char === CHAR_u) { - return this.call(this.parseSmallUnicode, this.parseUnicodeReturn); - } else if (this.char === CHAR_U) { - return this.call(this.parseLargeUnicode, this.parseUnicodeReturn); - } else { - throw this.error(new TomlError('Unknown escape character: ' + this.char)); - } - } + if (!util$6.isHexDigit(c)) { + throw invalidChar(read$4()); + } - parseUnicodeReturn(char) { - try { - const codePoint = parseInt(char, 16); + buffer += read$4(); + c = peek(); - if (codePoint >= SURROGATE_FIRST && codePoint <= SURROGATE_LAST) { - throw this.error(new TomlError('Invalid unicode, character in range 0xD800 - 0xDFFF is reserved')); - } + if (!util$6.isHexDigit(c)) { + throw invalidChar(read$4()); + } - return this.returnNow(String.fromCodePoint(codePoint)); - } catch (err) { - throw this.error(TomlError.wrap(err)); - } - } + buffer += read$4(); + return String.fromCodePoint(parseInt(buffer, 16)); +} - parseSmallUnicode() { - if (!isHexit(this.char)) { - throw this.error(new TomlError('Invalid character in unicode sequence, expected hex')); - } else { - this.consume(); - if (this.state.buf.length >= 4) return this.return(); - } - } +function unicodeEscape() { + let buffer = ''; + let count = 4; - parseLargeUnicode() { - if (!isHexit(this.char)) { - throw this.error(new TomlError('Invalid character in unicode sequence, expected hex')); - } else { - this.consume(); - if (this.state.buf.length >= 8) return this.return(); - } + while (count-- > 0) { + const c = peek(); + + if (!util$6.isHexDigit(c)) { + throw invalidChar(read$4()); } - /* NUMBERS */ + buffer += read$4(); + } - parseNumberSign() { - this.consume(); - return this.next(this.parseMaybeSignedInfOrNan); - } + return String.fromCodePoint(parseInt(buffer, 16)); +} - parseMaybeSignedInfOrNan() { - if (this.char === CHAR_i) { - return this.next(this.parseInf); - } else if (this.char === CHAR_n) { - return this.next(this.parseNan); - } else { - return this.callNow(this.parseNoUnder, this.parseNumberIntegerStart); - } +const parseStates = { + start() { + if (token.type === 'eof') { + throw invalidEOF(); } - parseNumberIntegerStart() { - if (this.char === CHAR_0) { - this.consume(); - return this.next(this.parseNumberIntegerExponentOrDecimal); - } else { - return this.goto(this.parseNumberInteger); - } - } + push$1(); + }, - parseNumberIntegerExponentOrDecimal() { - if (this.char === CHAR_PERIOD) { - this.consume(); - return this.call(this.parseNoUnder, this.parseNumberFloat); - } else if (this.char === CHAR_E || this.char === CHAR_e) { - this.consume(); - return this.next(this.parseNumberExponentSign); - } else { - return this.returnNow(Integer(this.state.buf)); - } - } + beforePropertyName() { + switch (token.type) { + case 'identifier': + case 'string': + key = token.value; + parseState = 'afterPropertyName'; + return; - parseNumberInteger() { - if (isDigit(this.char)) { - this.consume(); - } else if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnder); - } else if (this.char === CHAR_E || this.char === CHAR_e) { - this.consume(); - return this.next(this.parseNumberExponentSign); - } else if (this.char === CHAR_PERIOD) { - this.consume(); - return this.call(this.parseNoUnder, this.parseNumberFloat); - } else { - const result = Integer(this.state.buf); - /* istanbul ignore if */ + case 'punctuator': + // This code is unreachable since it's handled by the lexState. + // if (token.value !== '}') { + // throw invalidToken() + // } + pop(); + return; - if (result.isNaN()) { - throw this.error(new TomlError('Invalid number')); - } else { - return this.returnNow(result); - } - } - } + case 'eof': + throw invalidEOF(); + } // This code is unreachable since it's handled by the lexState. + // throw invalidToken() - parseNoUnder() { - if (this.char === CHAR_LOWBAR || this.char === CHAR_PERIOD || this.char === CHAR_E || this.char === CHAR_e) { - throw this.error(new TomlError('Unexpected character, expected digit')); - } else if (this.atEndOfWord()) { - throw this.error(new TomlError('Incomplete number')); - } + }, - return this.returnNow(); + afterPropertyName() { + // This code is unreachable since it's handled by the lexState. + // if (token.type !== 'punctuator' || token.value !== ':') { + // throw invalidToken() + // } + if (token.type === 'eof') { + throw invalidEOF(); } - parseNoUnderHexOctBinLiteral() { - if (this.char === CHAR_LOWBAR || this.char === CHAR_PERIOD) { - throw this.error(new TomlError('Unexpected character, expected digit')); - } else if (this.atEndOfWord()) { - throw this.error(new TomlError('Incomplete number')); - } + parseState = 'beforePropertyValue'; + }, - return this.returnNow(); + beforePropertyValue() { + if (token.type === 'eof') { + throw invalidEOF(); } - parseNumberFloat() { - if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnder, this.parseNumberFloat); - } else if (isDigit(this.char)) { - this.consume(); - } else if (this.char === CHAR_E || this.char === CHAR_e) { - this.consume(); - return this.next(this.parseNumberExponentSign); - } else { - return this.returnNow(Float(this.state.buf)); - } - } + push$1(); + }, - parseNumberExponentSign() { - if (isDigit(this.char)) { - return this.goto(this.parseNumberExponent); - } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS) { - this.consume(); - this.call(this.parseNoUnder, this.parseNumberExponent); - } else { - throw this.error(new TomlError('Unexpected character, expected -, + or digit')); - } + beforeArrayValue() { + if (token.type === 'eof') { + throw invalidEOF(); } - parseNumberExponent() { - if (isDigit(this.char)) { - this.consume(); - } else if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnder); - } else { - return this.returnNow(Float(this.state.buf)); - } + if (token.type === 'punctuator' && token.value === ']') { + pop(); + return; } - /* NUMBERS or DATETIMES */ + push$1(); + }, - parseNumberOrDateTime() { - if (this.char === CHAR_0) { - this.consume(); - return this.next(this.parseNumberBaseOrDateTime); - } else { - return this.goto(this.parseNumberOrDateTimeOnly); - } + afterPropertyValue() { + // This code is unreachable since it's handled by the lexState. + // if (token.type !== 'punctuator') { + // throw invalidToken() + // } + if (token.type === 'eof') { + throw invalidEOF(); } - parseNumberOrDateTimeOnly() { - // note, if two zeros are in a row then it MUST be a date - if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnder, this.parseNumberInteger); - } else if (isDigit(this.char)) { - this.consume(); - if (this.state.buf.length > 4) this.next(this.parseNumberInteger); - } else if (this.char === CHAR_E || this.char === CHAR_e) { - this.consume(); - return this.next(this.parseNumberExponentSign); - } else if (this.char === CHAR_PERIOD) { - this.consume(); - return this.call(this.parseNoUnder, this.parseNumberFloat); - } else if (this.char === CHAR_HYPHEN) { - return this.goto(this.parseDateTime); - } else if (this.char === CHAR_COLON) { - return this.goto(this.parseOnlyTimeHour); - } else { - return this.returnNow(Integer(this.state.buf)); - } - } + switch (token.value) { + case ',': + parseState = 'beforePropertyName'; + return; - parseDateTimeOnly() { - if (this.state.buf.length < 4) { - if (isDigit(this.char)) { - return this.consume(); - } else if (this.char === CHAR_COLON) { - return this.goto(this.parseOnlyTimeHour); - } else { - throw this.error(new TomlError('Expected digit while parsing year part of a date')); - } - } else { - if (this.char === CHAR_HYPHEN) { - return this.goto(this.parseDateTime); - } else { - throw this.error(new TomlError('Expected hyphen (-) while parsing year part of date')); - } - } - } + case '}': + pop(); + } // This code is unreachable since it's handled by the lexState. + // throw invalidToken() - parseNumberBaseOrDateTime() { - if (this.char === CHAR_b) { - this.consume(); - return this.call(this.parseNoUnderHexOctBinLiteral, this.parseIntegerBin); - } else if (this.char === CHAR_o) { - this.consume(); - return this.call(this.parseNoUnderHexOctBinLiteral, this.parseIntegerOct); - } else if (this.char === CHAR_x) { - this.consume(); - return this.call(this.parseNoUnderHexOctBinLiteral, this.parseIntegerHex); - } else if (this.char === CHAR_PERIOD) { - return this.goto(this.parseNumberInteger); - } else if (isDigit(this.char)) { - return this.goto(this.parseDateTimeOnly); - } else { - return this.returnNow(Integer(this.state.buf)); - } + }, + + afterArrayValue() { + // This code is unreachable since it's handled by the lexState. + // if (token.type !== 'punctuator') { + // throw invalidToken() + // } + if (token.type === 'eof') { + throw invalidEOF(); } - parseIntegerHex() { - if (isHexit(this.char)) { - this.consume(); - } else if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnderHexOctBinLiteral); - } else { - const result = Integer(this.state.buf); - /* istanbul ignore if */ + switch (token.value) { + case ',': + parseState = 'beforeArrayValue'; + return; - if (result.isNaN()) { - throw this.error(new TomlError('Invalid number')); - } else { - return this.returnNow(result); - } - } - } + case ']': + pop(); + } // This code is unreachable since it's handled by the lexState. + // throw invalidToken() - parseIntegerOct() { - if (isOctit(this.char)) { - this.consume(); - } else if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnderHexOctBinLiteral); - } else { - const result = Integer(this.state.buf); - /* istanbul ignore if */ + }, - if (result.isNaN()) { - throw this.error(new TomlError('Invalid number')); - } else { - return this.returnNow(result); - } - } - } + end() {// This code is unreachable since it's handled by the lexState. + // if (token.type !== 'eof') { + // throw invalidToken() + // } + } - parseIntegerBin() { - if (isBit(this.char)) { - this.consume(); - } else if (this.char === CHAR_LOWBAR) { - return this.call(this.parseNoUnderHexOctBinLiteral); - } else { - const result = Integer(this.state.buf); - /* istanbul ignore if */ +}; - if (result.isNaN()) { - throw this.error(new TomlError('Invalid number')); - } else { - return this.returnNow(result); - } - } - } - /* DATETIME */ +function push$1() { + let value; + switch (token.type) { + case 'punctuator': + switch (token.value) { + case '{': + value = {}; + break; - parseDateTime() { - // we enter here having just consumed the year and about to consume the hyphen - if (this.state.buf.length < 4) { - throw this.error(new TomlError('Years less than 1000 must be zero padded to four characters')); + case '[': + value = []; + break; } - this.state.result = this.state.buf; - this.state.buf = ''; - return this.next(this.parseDateMonth); - } + break; - parseDateMonth() { - if (this.char === CHAR_HYPHEN) { - if (this.state.buf.length < 2) { - throw this.error(new TomlError('Months less than 10 must be zero padded to two characters')); - } + case 'null': + case 'boolean': + case 'numeric': + case 'string': + value = token.value; + break; + // This code is unreachable. + // default: + // throw invalidToken() + } - this.state.result += '-' + this.state.buf; - this.state.buf = ''; - return this.next(this.parseDateDay); - } else if (isDigit(this.char)) { - this.consume(); - } else { - throw this.error(new TomlError('Incomplete datetime')); - } + if (root$9 === undefined) { + root$9 = value; + } else { + const parent = stack[stack.length - 1]; + + if (Array.isArray(parent)) { + parent.push(value); + } else { + parent[key] = value; } + } - parseDateDay() { - if (this.char === CHAR_T || this.char === CHAR_SP) { - if (this.state.buf.length < 2) { - throw this.error(new TomlError('Days less than 10 must be zero padded to two characters')); - } + if (value !== null && typeof value === 'object') { + stack.push(value); - this.state.result += '-' + this.state.buf; - this.state.buf = ''; - return this.next(this.parseStartTimeHour); - } else if (this.atEndOfWord()) { - return this.returnNow(createDate(this.state.result + '-' + this.state.buf)); - } else if (isDigit(this.char)) { - this.consume(); - } else { - throw this.error(new TomlError('Incomplete datetime')); - } + if (Array.isArray(value)) { + parseState = 'beforeArrayValue'; + } else { + parseState = 'beforePropertyName'; } + } else { + const current = stack[stack.length - 1]; - parseStartTimeHour() { - if (this.atEndOfWord()) { - return this.returnNow(createDate(this.state.result)); - } else { - return this.goto(this.parseTimeHour); - } + if (current == null) { + parseState = 'end'; + } else if (Array.isArray(current)) { + parseState = 'afterArrayValue'; + } else { + parseState = 'afterPropertyValue'; } + } +} - parseTimeHour() { - if (this.char === CHAR_COLON) { - if (this.state.buf.length < 2) { - throw this.error(new TomlError('Hours less than 10 must be zero padded to two characters')); - } +function pop() { + stack.pop(); + const current = stack[stack.length - 1]; - this.state.result += 'T' + this.state.buf; - this.state.buf = ''; - return this.next(this.parseTimeMin); - } else if (isDigit(this.char)) { - this.consume(); - } else { - throw this.error(new TomlError('Incomplete datetime')); - } - } + if (current == null) { + parseState = 'end'; + } else if (Array.isArray(current)) { + parseState = 'afterArrayValue'; + } else { + parseState = 'afterPropertyValue'; + } +} // This code is unreachable. +// function invalidParseState () { +// return new Error(`JSON5: invalid parse state '${parseState}'`) +// } +// This code is unreachable. +// function invalidLexState (state) { +// return new Error(`JSON5: invalid lex state '${state}'`) +// } - parseTimeMin() { - if (this.state.buf.length < 2 && isDigit(this.char)) { - this.consume(); - } else if (this.state.buf.length === 2 && this.char === CHAR_COLON) { - this.state.result += ':' + this.state.buf; - this.state.buf = ''; - return this.next(this.parseTimeSec); - } else { - throw this.error(new TomlError('Incomplete datetime')); - } - } - parseTimeSec() { - if (isDigit(this.char)) { - this.consume(); +function invalidChar(c) { + if (c === undefined) { + return syntaxError$2(`JSON5: invalid end of input at ${line$z}:${column}`); + } + + return syntaxError$2(`JSON5: invalid character '${formatChar(c)}' at ${line$z}:${column}`); +} + +function invalidEOF() { + return syntaxError$2(`JSON5: invalid end of input at ${line$z}:${column}`); +} // This code is unreachable. +// function invalidToken () { +// if (token.type === 'eof') { +// return syntaxError(`JSON5: invalid end of input at ${line}:${column}`) +// } +// const c = String.fromCodePoint(token.value.codePointAt(0)) +// return syntaxError(`JSON5: invalid character '${formatChar(c)}' at ${line}:${column}`) +// } + + +function invalidIdentifier() { + column -= 5; + return syntaxError$2(`JSON5: invalid identifier character at ${line$z}:${column}`); +} + +function separatorChar(c) { + console.warn(`JSON5: '${formatChar(c)}' in strings is not valid ECMAScript; consider escaping`); +} + +function formatChar(c) { + const replacements = { + "'": "\\'", + '"': '\\"', + '\\': '\\\\', + '\b': '\\b', + '\f': '\\f', + '\n': '\\n', + '\r': '\\r', + '\t': '\\t', + '\v': '\\v', + '\0': '\\0', + '\u2028': '\\u2028', + '\u2029': '\\u2029' + }; - if (this.state.buf.length === 2) { - this.state.result += ':' + this.state.buf; - this.state.buf = ''; - return this.next(this.parseTimeZoneOrFraction); - } - } else { - throw this.error(new TomlError('Incomplete datetime')); - } - } + if (replacements[c]) { + return replacements[c]; + } - parseOnlyTimeHour() { - /* istanbul ignore else */ - if (this.char === CHAR_COLON) { - if (this.state.buf.length < 2) { - throw this.error(new TomlError('Hours less than 10 must be zero padded to two characters')); - } + if (c < ' ') { + const hexString = c.charCodeAt(0).toString(16); + return '\\x' + ('00' + hexString).substring(hexString.length); + } - this.state.result = this.state.buf; - this.state.buf = ''; - return this.next(this.parseOnlyTimeMin); - } else { - throw this.error(new TomlError('Incomplete time')); - } - } + return c; +} - parseOnlyTimeMin() { - if (this.state.buf.length < 2 && isDigit(this.char)) { - this.consume(); - } else if (this.state.buf.length === 2 && this.char === CHAR_COLON) { - this.state.result += ':' + this.state.buf; - this.state.buf = ''; - return this.next(this.parseOnlyTimeSec); - } else { - throw this.error(new TomlError('Incomplete time')); - } - } +function syntaxError$2(message) { + const err = new SyntaxError(message); + err.lineNumber = line$z; + err.columnNumber = column; + return err; +} - parseOnlyTimeSec() { - if (isDigit(this.char)) { - this.consume(); +var stringify$6 = function stringify(value, replacer, space) { + const stack = []; + let indent = ''; + let propertyList; + let replacerFunc; + let gap = ''; + let quote; - if (this.state.buf.length === 2) { - return this.next(this.parseOnlyTimeFractionMaybe); - } - } else { - throw this.error(new TomlError('Incomplete time')); - } - } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + space = replacer.space; + quote = replacer.quote; + replacer = replacer.replacer; + } - parseOnlyTimeFractionMaybe() { - this.state.result += ':' + this.state.buf; + if (typeof replacer === 'function') { + replacerFunc = replacer; + } else if (Array.isArray(replacer)) { + propertyList = []; - if (this.char === CHAR_PERIOD) { - this.state.buf = ''; - this.next(this.parseOnlyTimeFraction); - } else { - return this.return(createTime(this.state.result)); - } - } + for (const v of replacer) { + let item; - parseOnlyTimeFraction() { - if (isDigit(this.char)) { - this.consume(); - } else if (this.atEndOfWord()) { - if (this.state.buf.length === 0) throw this.error(new TomlError('Expected digit in milliseconds')); - return this.returnNow(createTime(this.state.result + '.' + this.state.buf)); - } else { - throw this.error(new TomlError('Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z')); + if (typeof v === 'string') { + item = v; + } else if (typeof v === 'number' || v instanceof String || v instanceof Number) { + item = String(v); } - } - parseTimeZoneOrFraction() { - if (this.char === CHAR_PERIOD) { - this.consume(); - this.next(this.parseDateTimeFraction); - } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS) { - this.consume(); - this.next(this.parseTimeZoneHour); - } else if (this.char === CHAR_Z) { - this.consume(); - return this.return(createDatetime(this.state.result + this.state.buf)); - } else if (this.atEndOfWord()) { - return this.returnNow(createDatetimeFloat(this.state.result + this.state.buf)); - } else { - throw this.error(new TomlError('Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z')); + if (item !== undefined && propertyList.indexOf(item) < 0) { + propertyList.push(item); } } + } - parseDateTimeFraction() { - if (isDigit(this.char)) { - this.consume(); - } else if (this.state.buf.length === 1) { - throw this.error(new TomlError('Expected digit in milliseconds')); - } else if (this.char === CHAR_HYPHEN || this.char === CHAR_PLUS) { - this.consume(); - this.next(this.parseTimeZoneHour); - } else if (this.char === CHAR_Z) { - this.consume(); - return this.return(createDatetime(this.state.result + this.state.buf)); - } else if (this.atEndOfWord()) { - return this.returnNow(createDatetimeFloat(this.state.result + this.state.buf)); - } else { - throw this.error(new TomlError('Unexpected character in datetime, expected period (.), minus (-), plus (+) or Z')); - } + if (space instanceof Number) { + space = Number(space); + } else if (space instanceof String) { + space = String(space); + } + + if (typeof space === 'number') { + if (space > 0) { + space = Math.min(10, Math.floor(space)); + gap = ' '.substr(0, space); } + } else if (typeof space === 'string') { + gap = space.substr(0, 10); + } - parseTimeZoneHour() { - if (isDigit(this.char)) { - this.consume(); // FIXME: No more regexps + return serializeProperty('', { + '': value + }); - if (/\d\d$/.test(this.state.buf)) return this.next(this.parseTimeZoneSep); - } else { - throw this.error(new TomlError('Unexpected character in datetime, expected digit')); + function serializeProperty(key, holder) { + let value = holder[key]; + + if (value != null) { + if (typeof value.toJSON5 === 'function') { + value = value.toJSON5(key); + } else if (typeof value.toJSON === 'function') { + value = value.toJSON(key); } } - parseTimeZoneSep() { - if (this.char === CHAR_COLON) { - this.consume(); - this.next(this.parseTimeZoneMin); - } else { - throw this.error(new TomlError('Unexpected character in datetime, expected colon')); - } + if (replacerFunc) { + value = replacerFunc.call(holder, key, value); } - parseTimeZoneMin() { - if (isDigit(this.char)) { - this.consume(); - if (/\d\d$/.test(this.state.buf)) return this.return(createDatetime(this.state.result + this.state.buf)); - } else { - throw this.error(new TomlError('Unexpected character in datetime, expected digit')); - } + if (value instanceof Number) { + value = Number(value); + } else if (value instanceof String) { + value = String(value); + } else if (value instanceof Boolean) { + value = value.valueOf(); } - /* BOOLEAN */ + switch (value) { + case null: + return 'null'; - parseBoolean() { - /* istanbul ignore else */ - if (this.char === CHAR_t) { - this.consume(); - return this.next(this.parseTrue_r); - } else if (this.char === CHAR_f) { - this.consume(); - return this.next(this.parseFalse_a); - } - } + case true: + return 'true'; - parseTrue_r() { - if (this.char === CHAR_r) { - this.consume(); - return this.next(this.parseTrue_u); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } + case false: + return 'false'; } - parseTrue_u() { - if (this.char === CHAR_u) { - this.consume(); - return this.next(this.parseTrue_e); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } + if (typeof value === 'string') { + return quoteString(value); } - parseTrue_e() { - if (this.char === CHAR_e) { - return this.return(true); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } + if (typeof value === 'number') { + return String(value); } - parseFalse_a() { - if (this.char === CHAR_a) { - this.consume(); - return this.next(this.parseFalse_l); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } + if (typeof value === 'object') { + return Array.isArray(value) ? serializeArray(value) : serializeObject(value); } - parseFalse_l() { - if (this.char === CHAR_l) { - this.consume(); - return this.next(this.parseFalse_s); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } - } + return undefined; + } - parseFalse_s() { - if (this.char === CHAR_s) { - this.consume(); - return this.next(this.parseFalse_e); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } - } + function quoteString(value) { + const quotes = { + "'": 0.1, + '"': 0.2 + }; + const replacements = { + "'": "\\'", + '"': '\\"', + '\\': '\\\\', + '\b': '\\b', + '\f': '\\f', + '\n': '\\n', + '\r': '\\r', + '\t': '\\t', + '\v': '\\v', + '\0': '\\0', + '\u2028': '\\u2028', + '\u2029': '\\u2029' + }; + let product = ''; - parseFalse_e() { - if (this.char === CHAR_e) { - return this.return(false); - } else { - throw this.error(new TomlError('Invalid boolean, expected true or false')); - } - } - /* INLINE LISTS */ + for (let i = 0; i < value.length; i++) { + const c = value[i]; + switch (c) { + case "'": + case '"': + quotes[c]++; + product += c; + continue; - parseInlineList() { - if (this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M || this.char === CTRL_J) { - return null; - } else if (this.char === Parser.END) { - throw this.error(new TomlError('Unterminated inline array')); - } else if (this.char === CHAR_NUM) { - return this.call(this.parseComment); - } else if (this.char === CHAR_RSQB) { - return this.return(this.state.resultArr || InlineList()); - } else { - return this.callNow(this.parseValue, this.recordInlineListValue); - } - } + case '\0': + if (util$6.isDigit(value[i + 1])) { + product += '\\x00'; + continue; + } - recordInlineListValue(value) { - if (this.state.resultArr) { - const listType = this.state.resultArr[_contentType]; - const valueType = tomlType(value); + } - if (listType !== valueType) { - throw this.error(new TomlError(`Inline lists must be a single type, not a mix of ${listType} and ${valueType}`)); - } - } else { - this.state.resultArr = InlineList(tomlType(value)); + if (replacements[c]) { + product += replacements[c]; + continue; } - if (isFloat(value) || isInteger(value)) { - // unbox now that we've verified they're ok - this.state.resultArr.push(value.valueOf()); - } else { - this.state.resultArr.push(value); + if (c < ' ') { + let hexString = c.charCodeAt(0).toString(16); + product += '\\x' + ('00' + hexString).substring(hexString.length); + continue; } - return this.goto(this.parseInlineListNext); + product += c; } - parseInlineListNext() { - if (this.char === CHAR_SP || this.char === CTRL_I || this.char === CTRL_M || this.char === CTRL_J) { - return null; - } else if (this.char === CHAR_NUM) { - return this.call(this.parseComment); - } else if (this.char === CHAR_COMMA) { - return this.next(this.parseInlineList); - } else if (this.char === CHAR_RSQB) { - return this.goto(this.parseInlineList); - } else { - throw this.error(new TomlError('Invalid character, expected whitespace, comma (,) or close bracket (])')); - } + const quoteChar = quote || Object.keys(quotes).reduce((a, b) => quotes[a] < quotes[b] ? a : b); + product = product.replace(new RegExp(quoteChar, 'g'), replacements[quoteChar]); + return quoteChar + product + quoteChar; + } + + function serializeObject(value) { + if (stack.indexOf(value) >= 0) { + throw TypeError('Converting circular structure to JSON5'); } - /* INLINE TABLE */ + stack.push(value); + let stepback = indent; + indent = indent + gap; + let keys = propertyList || Object.keys(value); + let partial = []; - parseInlineTable() { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else if (this.char === Parser.END || this.char === CHAR_NUM || this.char === CTRL_J || this.char === CTRL_M) { - throw this.error(new TomlError('Unterminated inline array')); - } else if (this.char === CHAR_RCUB) { - return this.return(this.state.resultTable || InlineTable()); - } else { - if (!this.state.resultTable) this.state.resultTable = InlineTable(); - return this.callNow(this.parseAssign, this.recordInlineTableValue); - } - } + for (const key of keys) { + const propertyString = serializeProperty(key, value); - recordInlineTableValue(kv) { - let target = this.state.resultTable; - let finalKey = kv.key.pop(); + if (propertyString !== undefined) { + let member = serializeKey(key) + ':'; - for (let kw of kv.key) { - if (hasKey(target, kw) && (!isTable(target[kw]) || target[kw][_declared])) { - throw this.error(new TomlError("Can't redefine existing key")); + if (gap !== '') { + member += ' '; } - target = target[kw] = target[kw] || Table(); - } - - if (hasKey(target, finalKey)) { - throw this.error(new TomlError("Can't redefine existing key")); + member += propertyString; + partial.push(member); } + } - if (isInteger(kv.value) || isFloat(kv.value)) { - target[finalKey] = kv.value.valueOf(); - } else { - target[finalKey] = kv.value; - } + let final; - return this.goto(this.parseInlineTableNext); - } + if (partial.length === 0) { + final = '{}'; + } else { + let properties; - parseInlineTableNext() { - if (this.char === CHAR_SP || this.char === CTRL_I) { - return null; - } else if (this.char === Parser.END || this.char === CHAR_NUM || this.char === CTRL_J || this.char === CTRL_M) { - throw this.error(new TomlError('Unterminated inline array')); - } else if (this.char === CHAR_COMMA) { - return this.next(this.parseInlineTable); - } else if (this.char === CHAR_RCUB) { - return this.goto(this.parseInlineTable); + if (gap === '') { + properties = partial.join(','); + final = '{' + properties + '}'; } else { - throw this.error(new TomlError('Invalid character, expected whitespace, comma (,) or close bracket (])')); + let separator = ',\n' + indent; + properties = partial.join(separator); + final = '{\n' + indent + properties + ',\n' + stepback + '}'; } } + stack.pop(); + indent = stepback; + return final; } - return TOMLParser; -} -tomlParser.makeParserClass = makeParserClass_1; -tomlParser.TomlError = TomlError_1; - -var parsePrettyError = prettyError; - -function prettyError(err, buf) { - /* istanbul ignore if */ - if (err.pos == null || err.line == null) return err; - let msg = err.message; - msg += ` at row ${err.line + 1}, col ${err.col + 1}, pos ${err.pos}:\n`; - /* istanbul ignore else */ - - if (buf && buf.split) { - const lines = buf.split(/\n/); - const lineNumWidth = String(Math.min(lines.length, err.line + 3)).length; - let linePadding = ' '; - - while (linePadding.length < lineNumWidth) linePadding += ' '; - - for (let ii = Math.max(0, err.line - 1); ii < Math.min(lines.length, err.line + 2); ++ii) { - let lineNum = String(ii + 1); - if (lineNum.length < lineNumWidth) lineNum = ' ' + lineNum; + function serializeKey(key) { + if (key.length === 0) { + return quoteString(key); + } - if (err.line === ii) { - msg += lineNum + '> ' + lines[ii] + '\n'; - msg += linePadding + ' '; + const firstChar = String.fromCodePoint(key.codePointAt(0)); - for (let hh = 0; hh < err.col; ++hh) { - msg += ' '; - } + if (!util$6.isIdStartChar(firstChar)) { + return quoteString(key); + } - msg += '^\n'; - } else { - msg += lineNum + ': ' + lines[ii] + '\n'; + for (let i = firstChar.length; i < key.length; i++) { + if (!util$6.isIdContinueChar(String.fromCodePoint(key.codePointAt(i)))) { + return quoteString(key); } } - } - - err.message = msg + '\n'; - return err; -} - -var parseString_1 = parseString; - -function parseString(str) { - if (global.Buffer && global.Buffer.isBuffer(str)) { - str = str.toString('utf8'); - } - - const parser = new tomlParser(); - try { - parser.parse(str); - return parser.finish(); - } catch (err) { - throw parsePrettyError(err, str); + return key; } -} -var loadToml = function (filePath, content) { - try { - return parseString_1(content); - } catch (error) { - error.message = `TOML Error in ${filePath}:\n${error.message}`; - throw error; - } -}; + function serializeArray(value) { + if (stack.indexOf(value) >= 0) { + throw TypeError('Converting circular structure to JSON5'); + } -// This is a generated file. Do not edit. -var Space_Separator = /[\u1680\u2000-\u200A\u202F\u205F\u3000]/; -var ID_Start = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/; -var ID_Continue = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/; -var unicode = { - Space_Separator: Space_Separator, - ID_Start: ID_Start, - ID_Continue: ID_Continue -}; -var util$2 = { - isSpaceSeparator(c) { - return typeof c === 'string' && unicode.Space_Separator.test(c); - }, + stack.push(value); + let stepback = indent; + indent = indent + gap; + let partial = []; - isIdStartChar(c) { - return typeof c === 'string' && (c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z' || c === '$' || c === '_' || unicode.ID_Start.test(c)); - }, + for (let i = 0; i < value.length; i++) { + const propertyString = serializeProperty(String(i), value); + partial.push(propertyString !== undefined ? propertyString : 'null'); + } - isIdContinueChar(c) { - return typeof c === 'string' && (c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z' || c >= '0' && c <= '9' || c === '$' || c === '_' || c === '\u200C' || c === '\u200D' || unicode.ID_Continue.test(c)); - }, + let final; - isDigit(c) { - return typeof c === 'string' && /[0-9]/.test(c); - }, + if (partial.length === 0) { + final = '[]'; + } else { + if (gap === '') { + let properties = partial.join(','); + final = '[' + properties + ']'; + } else { + let separator = ',\n' + indent; + let properties = partial.join(separator); + final = '[\n' + indent + properties + ',\n' + stepback + ']'; + } + } - isHexDigit(c) { - return typeof c === 'string' && /[0-9A-Fa-f]/.test(c); + stack.pop(); + indent = stepback; + return final; } +}; +const JSON5 = { + parse: parse$a, + stringify: stringify$6 }; -let source$1; -let parseState; -let stack; -let pos; -let line$2; -let column; -let token; -let key; -let root$1; +var lib = JSON5; -var parse$2 = function parse(text, reviver) { - source$1 = String(text); - parseState = 'start'; - stack = []; - pos = 0; - line$2 = 1; - column = 0; - token = undefined; - key = undefined; - root$1 = undefined; +var dist = /*#__PURE__*/Object.freeze({ + __proto__: null, + 'default': lib +}); - do { - token = lex(); // This code is unreachable. - // if (!parseStates[parseState]) { - // throw invalidParseState() - // } +var require$$0$4 = /*@__PURE__*/getDefaultExportFromNamespaceIfPresent(dist); - parseStates[parseState](); - } while (token.type !== 'eof'); +const { + parse: parse$9 +} = require$$0$4; - if (typeof reviver === 'function') { - return internalize({ - '': root$1 - }, '', reviver); +var loadJson5$1 = function (filePath, content) { + try { + return parse$9(content); + } catch (error) { + error.message = `JSON5 Error in ${filePath}:\n${error.message}`; + throw error; } +}; - return root$1; +var caller$2 = function () { + // see https://code.google.com/p/v8/wiki/JavaScriptStackTraceApi + var origPrepareStackTrace = Error.prepareStackTrace; + + Error.prepareStackTrace = function (_, stack) { + return stack; + }; + + var stack = new Error().stack; + Error.prepareStackTrace = origPrepareStackTrace; + return stack[2].getFileName(); }; -function internalize(holder, name, reviver) { - const value = holder[name]; +var pathParse = {exports: {}}; - if (value != null && typeof value === 'object') { - for (const key in value) { - const replacement = internalize(value, key, reviver); +var isWindows = process.platform === 'win32'; // Regex to split a windows path into into [dir, root, basename, name, ext] - if (replacement === undefined) { - delete value[key]; - } else { - value[key] = replacement; - } - } - } +var splitWindowsRe = /^(((?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?[\\\/]?)(?:[^\\\/]*[\\\/])*)((\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))[\\\/]*$/; +var win32 = {}; - return reviver.call(holder, name, value); +function win32SplitPath(filename) { + return splitWindowsRe.exec(filename).slice(1); } -let lexState; -let buffer; -let doubleQuote; -let sign; -let c; +win32.parse = function (pathString) { + if (typeof pathString !== 'string') { + throw new TypeError("Parameter 'pathString' must be a string, not " + typeof pathString); + } -function lex() { - lexState = 'default'; - buffer = ''; - doubleQuote = false; - sign = 1; + var allParts = win32SplitPath(pathString); - for (;;) { - c = peek(); // This code is unreachable. - // if (!lexStates[lexState]) { - // throw invalidLexState(lexState) - // } + if (!allParts || allParts.length !== 5) { + throw new TypeError("Invalid path '" + pathString + "'"); + } - const token = lexStates[lexState](); + return { + root: allParts[1], + dir: allParts[0] === allParts[1] ? allParts[0] : allParts[0].slice(0, -1), + base: allParts[2], + ext: allParts[4], + name: allParts[3] + }; +}; // Split a filename into [dir, root, basename, name, ext], unix version +// 'root' is just a slash, or nothing. - if (token) { - return token; - } - } + +var splitPathRe = /^((\/?)(?:[^\/]*\/)*)((\.{1,2}|[^\/]+?|)(\.[^.\/]*|))[\/]*$/; +var posix = {}; + +function posixSplitPath(filename) { + return splitPathRe.exec(filename).slice(1); } -function peek() { - if (source$1[pos]) { - return String.fromCodePoint(source$1.codePointAt(pos)); +posix.parse = function (pathString) { + if (typeof pathString !== 'string') { + throw new TypeError("Parameter 'pathString' must be a string, not " + typeof pathString); } -} -function read() { - const c = peek(); + var allParts = posixSplitPath(pathString); - if (c === '\n') { - line$2++; - column = 0; - } else if (c) { - column += c.length; - } else { - column++; + if (!allParts || allParts.length !== 5) { + throw new TypeError("Invalid path '" + pathString + "'"); } - if (c) { - pos += c.length; - } + return { + root: allParts[1], + dir: allParts[0].slice(0, -1), + base: allParts[2], + ext: allParts[4], + name: allParts[3] + }; +}; - return c; -} +if (isWindows) pathParse.exports = win32.parse;else + /* posix */ + pathParse.exports = posix.parse; +pathParse.exports.posix = posix.parse; +pathParse.exports.win32 = win32.parse; -const lexStates = { - default() { - switch (c) { - case '\t': - case '\v': - case '\f': - case ' ': - case '\u00A0': - case '\uFEFF': - case '\n': - case '\r': - case '\u2028': - case '\u2029': - read(); - return; +var path$n = require$$0__default$2["default"]; +var parse$8 = path$n.parse || pathParse.exports; - case '/': - read(); - lexState = 'comment'; - return; +var getNodeModulesDirs = function getNodeModulesDirs(absoluteStart, modules) { + var prefix = '/'; - case undefined: - read(); - return newToken('eof'); - } + if (/^([A-Za-z]:)/.test(absoluteStart)) { + prefix = ''; + } else if (/^\\\\/.test(absoluteStart)) { + prefix = '\\\\'; + } - if (util$2.isSpaceSeparator(c)) { - read(); - return; - } // This code is unreachable. - // if (!lexStates[parseState]) { - // throw invalidLexState(parseState) - // } + var paths = [absoluteStart]; + var parsed = parse$8(absoluteStart); + while (parsed.dir !== paths[paths.length - 1]) { + paths.push(parsed.dir); + parsed = parse$8(parsed.dir); + } - return lexStates[parseState](); - }, + return paths.reduce(function (dirs, aPath) { + return dirs.concat(modules.map(function (moduleDir) { + return path$n.resolve(prefix, aPath, moduleDir); + })); + }, []); +}; - comment() { - switch (c) { - case '*': - read(); - lexState = 'multiLineComment'; - return; +var nodeModulesPaths$2 = function nodeModulesPaths(start, opts, request) { + var modules = opts && opts.moduleDirectory ? [].concat(opts.moduleDirectory) : ['node_modules']; - case '/': - read(); - lexState = 'singleLineComment'; - return; - } + if (opts && typeof opts.paths === 'function') { + return opts.paths(request, start, function () { + return getNodeModulesDirs(start, modules); + }, opts); + } - throw invalidChar(read()); - }, + var dirs = getNodeModulesDirs(start, modules); + return opts && opts.paths ? dirs.concat(opts.paths) : dirs; +}; - multiLineComment() { - switch (c) { - case '*': - read(); - lexState = 'multiLineCommentAsterisk'; - return; +var normalizeOptions$3 = function (x, opts) { + /** + * This file is purposefully a passthrough. It's expected that third-party + * environments will override it at runtime in order to inject special logic + * into `resolve` (by manipulating the options). One such example is the PnP + * code path in Yarn. + */ + return opts || {}; +}; - case undefined: - throw invalidChar(read()); - } +/* eslint no-invalid-this: 1 */ - read(); - }, - multiLineCommentAsterisk() { - switch (c) { - case '*': - read(); - return; +var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible '; +var slice$1 = Array.prototype.slice; +var toStr = Object.prototype.toString; +var funcType = '[object Function]'; - case '/': - read(); - lexState = 'default'; - return; +var implementation$1 = function bind(that) { + var target = this; - case undefined: - throw invalidChar(read()); - } + if (typeof target !== 'function' || toStr.call(target) !== funcType) { + throw new TypeError(ERROR_MESSAGE + target); + } - read(); - lexState = 'multiLineComment'; - }, + var args = slice$1.call(arguments, 1); + var bound; - singleLineComment() { - switch (c) { - case '\n': - case '\r': - case '\u2028': - case '\u2029': - read(); - lexState = 'default'; - return; + var binder = function () { + if (this instanceof bound) { + var result = target.apply(this, args.concat(slice$1.call(arguments))); - case undefined: - read(); - return newToken('eof'); + if (Object(result) === result) { + return result; + } + + return this; + } else { + return target.apply(that, args.concat(slice$1.call(arguments))); } + }; - read(); - }, + var boundLength = Math.max(0, target.length - args.length); + var boundArgs = []; - value() { - switch (c) { - case '{': - case '[': - return newToken('punctuator', read()); + for (var i = 0; i < boundLength; i++) { + boundArgs.push('$' + i); + } - case 'n': - read(); - literal('ull'); - return newToken('null', null); + bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder); - case 't': - read(); - literal('rue'); - return newToken('boolean', true); + if (target.prototype) { + var Empty = function Empty() {}; - case 'f': - read(); - literal('alse'); - return newToken('boolean', false); + Empty.prototype = target.prototype; + bound.prototype = new Empty(); + Empty.prototype = null; + } - case '-': - case '+': - if (read() === '-') { - sign = -1; - } + return bound; +}; - lexState = 'sign'; - return; +var implementation = implementation$1; +var functionBind = Function.prototype.bind || implementation; - case '.': - buffer = read(); - lexState = 'decimalPointLeading'; - return; +var bind = functionBind; +var src$2 = bind.call(Function.call, Object.prototype.hasOwnProperty); - case '0': - buffer = read(); - lexState = 'zero'; - return; +var assert$4 = true; +var async_hooks$1 = ">= 8"; +var buffer_ieee754$1 = "< 0.9.7"; +var buffer$1 = true; +var child_process$1 = true; +var cluster$1 = true; +var console$2 = true; +var constants$6 = true; +var crypto$1 = true; +var _debug_agent$1 = ">= 1 && < 8"; +var _debugger$1 = "< 8"; +var dgram$1 = true; +var diagnostics_channel$1 = [ + ">= 14.17 && < 15", + ">= 15.1" +]; +var dns$1 = true; +var domain$1 = ">= 0.7.12"; +var events$1 = true; +var freelist$1 = "< 6"; +var fs$j = true; +var _http_agent$1 = ">= 0.11.1"; +var _http_client$1 = ">= 0.11.1"; +var _http_common$1 = ">= 0.11.1"; +var _http_incoming$1 = ">= 0.11.1"; +var _http_outgoing$1 = ">= 0.11.1"; +var _http_server$1 = ">= 0.11.1"; +var http$1 = true; +var http2$1 = ">= 8.8"; +var https$1 = true; +var inspector$1 = ">= 8"; +var _linklist$1 = "< 8"; +var module$3 = true; +var net$1 = true; +var os$1 = true; +var path$m = true; +var perf_hooks$1 = ">= 8.5"; +var process$2 = ">= 1"; +var punycode$1 = true; +var querystring$1 = true; +var readline$1 = true; +var repl$1 = true; +var smalloc$1 = ">= 0.11.5 && < 3"; +var _stream_duplex$1 = ">= 0.9.4"; +var _stream_transform$1 = ">= 0.9.4"; +var _stream_wrap$1 = ">= 1.4.1"; +var _stream_passthrough$1 = ">= 0.9.4"; +var _stream_readable$1 = ">= 0.9.4"; +var _stream_writable$1 = ">= 0.9.4"; +var stream$6 = true; +var string_decoder$1 = true; +var sys$1 = [ + ">= 0.6 && < 0.7", + ">= 0.8" +]; +var timers$1 = true; +var _tls_common$1 = ">= 0.11.13"; +var _tls_legacy$1 = ">= 0.11.3 && < 10"; +var _tls_wrap$1 = ">= 0.11.3"; +var tls$1 = true; +var trace_events$1 = ">= 10"; +var tty$1 = true; +var url$1 = true; +var util$5 = true; +var v8$1 = ">= 1"; +var vm$1 = true; +var wasi$1 = ">= 13.4 && < 13.5"; +var worker_threads$1 = ">= 11.7"; +var zlib$1 = true; +var require$$1$2 = { + assert: assert$4, + "node:assert": [ + ">= 14.18 && < 15", + ">= 16" +], + "assert/strict": ">= 15", + "node:assert/strict": ">= 16", + async_hooks: async_hooks$1, + "node:async_hooks": [ + ">= 14.18 && < 15", + ">= 16" +], + buffer_ieee754: buffer_ieee754$1, + buffer: buffer$1, + "node:buffer": [ + ">= 14.18 && < 15", + ">= 16" +], + child_process: child_process$1, + "node:child_process": [ + ">= 14.18 && < 15", + ">= 16" +], + cluster: cluster$1, + "node:cluster": [ + ">= 14.18 && < 15", + ">= 16" +], + console: console$2, + "node:console": [ + ">= 14.18 && < 15", + ">= 16" +], + constants: constants$6, + "node:constants": [ + ">= 14.18 && < 15", + ">= 16" +], + crypto: crypto$1, + "node:crypto": [ + ">= 14.18 && < 15", + ">= 16" +], + _debug_agent: _debug_agent$1, + _debugger: _debugger$1, + dgram: dgram$1, + "node:dgram": [ + ">= 14.18 && < 15", + ">= 16" +], + diagnostics_channel: diagnostics_channel$1, + "node:diagnostics_channel": [ + ">= 14.18 && < 15", + ">= 16" +], + dns: dns$1, + "node:dns": [ + ">= 14.18 && < 15", + ">= 16" +], + "dns/promises": ">= 15", + "node:dns/promises": ">= 16", + domain: domain$1, + "node:domain": [ + ">= 14.18 && < 15", + ">= 16" +], + events: events$1, + "node:events": [ + ">= 14.18 && < 15", + ">= 16" +], + freelist: freelist$1, + fs: fs$j, + "node:fs": [ + ">= 14.18 && < 15", + ">= 16" +], + "fs/promises": [ + ">= 10 && < 10.1", + ">= 14" +], + "node:fs/promises": [ + ">= 14.18 && < 15", + ">= 16" +], + _http_agent: _http_agent$1, + "node:_http_agent": [ + ">= 14.18 && < 15", + ">= 16" +], + _http_client: _http_client$1, + "node:_http_client": [ + ">= 14.18 && < 15", + ">= 16" +], + _http_common: _http_common$1, + "node:_http_common": [ + ">= 14.18 && < 15", + ">= 16" +], + _http_incoming: _http_incoming$1, + "node:_http_incoming": [ + ">= 14.18 && < 15", + ">= 16" +], + _http_outgoing: _http_outgoing$1, + "node:_http_outgoing": [ + ">= 14.18 && < 15", + ">= 16" +], + _http_server: _http_server$1, + "node:_http_server": [ + ">= 14.18 && < 15", + ">= 16" +], + http: http$1, + "node:http": [ + ">= 14.18 && < 15", + ">= 16" +], + http2: http2$1, + "node:http2": [ + ">= 14.18 && < 15", + ">= 16" +], + https: https$1, + "node:https": [ + ">= 14.18 && < 15", + ">= 16" +], + inspector: inspector$1, + "node:inspector": [ + ">= 14.18 && < 15", + ">= 16" +], + _linklist: _linklist$1, + module: module$3, + "node:module": [ + ">= 14.18 && < 15", + ">= 16" +], + net: net$1, + "node:net": [ + ">= 14.18 && < 15", + ">= 16" +], + "node-inspect/lib/_inspect": ">= 7.6 && < 12", + "node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12", + "node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12", + os: os$1, + "node:os": [ + ">= 14.18 && < 15", + ">= 16" +], + path: path$m, + "node:path": [ + ">= 14.18 && < 15", + ">= 16" +], + "path/posix": ">= 15.3", + "node:path/posix": ">= 16", + "path/win32": ">= 15.3", + "node:path/win32": ">= 16", + perf_hooks: perf_hooks$1, + "node:perf_hooks": [ + ">= 14.18 && < 15", + ">= 16" +], + process: process$2, + "node:process": [ + ">= 14.18 && < 15", + ">= 16" +], + punycode: punycode$1, + "node:punycode": [ + ">= 14.18 && < 15", + ">= 16" +], + querystring: querystring$1, + "node:querystring": [ + ">= 14.18 && < 15", + ">= 16" +], + readline: readline$1, + "node:readline": [ + ">= 14.18 && < 15", + ">= 16" +], + "readline/promises": ">= 17", + "node:readline/promises": ">= 17", + repl: repl$1, + "node:repl": [ + ">= 14.18 && < 15", + ">= 16" +], + smalloc: smalloc$1, + _stream_duplex: _stream_duplex$1, + "node:_stream_duplex": [ + ">= 14.18 && < 15", + ">= 16" +], + _stream_transform: _stream_transform$1, + "node:_stream_transform": [ + ">= 14.18 && < 15", + ">= 16" +], + _stream_wrap: _stream_wrap$1, + "node:_stream_wrap": [ + ">= 14.18 && < 15", + ">= 16" +], + _stream_passthrough: _stream_passthrough$1, + "node:_stream_passthrough": [ + ">= 14.18 && < 15", + ">= 16" +], + _stream_readable: _stream_readable$1, + "node:_stream_readable": [ + ">= 14.18 && < 15", + ">= 16" +], + _stream_writable: _stream_writable$1, + "node:_stream_writable": [ + ">= 14.18 && < 15", + ">= 16" +], + stream: stream$6, + "node:stream": [ + ">= 14.18 && < 15", + ">= 16" +], + "stream/consumers": ">= 16.7", + "node:stream/consumers": ">= 16.7", + "stream/promises": ">= 15", + "node:stream/promises": ">= 16", + "stream/web": ">= 16.5", + "node:stream/web": ">= 16.5", + string_decoder: string_decoder$1, + "node:string_decoder": [ + ">= 14.18 && < 15", + ">= 16" +], + sys: sys$1, + "node:sys": [ + ">= 14.18 && < 15", + ">= 16" +], + timers: timers$1, + "node:timers": [ + ">= 14.18 && < 15", + ">= 16" +], + "timers/promises": ">= 15", + "node:timers/promises": ">= 16", + _tls_common: _tls_common$1, + "node:_tls_common": [ + ">= 14.18 && < 15", + ">= 16" +], + _tls_legacy: _tls_legacy$1, + _tls_wrap: _tls_wrap$1, + "node:_tls_wrap": [ + ">= 14.18 && < 15", + ">= 16" +], + tls: tls$1, + "node:tls": [ + ">= 14.18 && < 15", + ">= 16" +], + trace_events: trace_events$1, + "node:trace_events": [ + ">= 14.18 && < 15", + ">= 16" +], + tty: tty$1, + "node:tty": [ + ">= 14.18 && < 15", + ">= 16" +], + url: url$1, + "node:url": [ + ">= 14.18 && < 15", + ">= 16" +], + util: util$5, + "node:util": [ + ">= 14.18 && < 15", + ">= 16" +], + "util/types": ">= 15.3", + "node:util/types": ">= 16", + "v8/tools/arguments": ">= 10 && < 12", + "v8/tools/codemap": [ + ">= 4.4 && < 5", + ">= 5.2 && < 12" +], + "v8/tools/consarray": [ + ">= 4.4 && < 5", + ">= 5.2 && < 12" +], + "v8/tools/csvparser": [ + ">= 4.4 && < 5", + ">= 5.2 && < 12" +], + "v8/tools/logreader": [ + ">= 4.4 && < 5", + ">= 5.2 && < 12" +], + "v8/tools/profile_view": [ + ">= 4.4 && < 5", + ">= 5.2 && < 12" +], + "v8/tools/splaytree": [ + ">= 4.4 && < 5", + ">= 5.2 && < 12" +], + v8: v8$1, + "node:v8": [ + ">= 14.18 && < 15", + ">= 16" +], + vm: vm$1, + "node:vm": [ + ">= 14.18 && < 15", + ">= 16" +], + wasi: wasi$1, + worker_threads: worker_threads$1, + "node:worker_threads": [ + ">= 14.18 && < 15", + ">= 16" +], + zlib: zlib$1, + "node:zlib": [ + ">= 14.18 && < 15", + ">= 16" +] +}; - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - buffer = read(); - lexState = 'decimalInteger'; - return; +var has = src$2; - case 'I': - read(); - literal('nfinity'); - return newToken('numeric', Infinity); +function specifierIncluded$1(current, specifier) { + var nodeParts = current.split('.'); + var parts = specifier.split(' '); + var op = parts.length > 1 ? parts[0] : '='; + var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split('.'); - case 'N': - read(); - literal('aN'); - return newToken('numeric', NaN); + for (var i = 0; i < 3; ++i) { + var cur = parseInt(nodeParts[i] || 0, 10); + var ver = parseInt(versionParts[i] || 0, 10); - case '"': - case "'": - doubleQuote = read() === '"'; - buffer = ''; - lexState = 'string'; - return; + if (cur === ver) { + continue; // eslint-disable-line no-restricted-syntax, no-continue } - throw invalidChar(read()); - }, + if (op === '<') { + return cur < ver; + } - identifierNameStartEscape() { - if (c !== 'u') { - throw invalidChar(read()); + if (op === '>=') { + return cur >= ver; } - read(); - const u = unicodeEscape(); + return false; + } - switch (u) { - case '$': - case '_': - break; + return op === '>='; +} - default: - if (!util$2.isIdStartChar(u)) { - throw invalidIdentifier(); - } +function matchesRange$1(current, range) { + var specifiers = range.split(/ ?&& ?/); - break; + if (specifiers.length === 0) { + return false; + } + + for (var i = 0; i < specifiers.length; ++i) { + if (!specifierIncluded$1(current, specifiers[i])) { + return false; } + } + + return true; +} - buffer += u; - lexState = 'identifierName'; - }, +function versionIncluded$1(nodeVersion, specifierValue) { + if (typeof specifierValue === 'boolean') { + return specifierValue; + } - identifierName() { - switch (c) { - case '$': - case '_': - case '\u200C': - case '\u200D': - buffer += read(); - return; + var current = typeof nodeVersion === 'undefined' ? process.versions && process.versions.node : nodeVersion; - case '\\': - read(); - lexState = 'identifierNameEscape'; - return; - } + if (typeof current !== 'string') { + throw new TypeError(typeof nodeVersion === 'undefined' ? 'Unable to determine current node version' : 'If provided, a valid node version is required'); + } - if (util$2.isIdContinueChar(c)) { - buffer += read(); - return; + if (specifierValue && typeof specifierValue === 'object') { + for (var i = 0; i < specifierValue.length; ++i) { + if (matchesRange$1(current, specifierValue[i])) { + return true; + } } - return newToken('identifier', buffer); - }, + return false; + } - identifierNameEscape() { - if (c !== 'u') { - throw invalidChar(read()); - } + return matchesRange$1(current, specifierValue); +} - read(); - const u = unicodeEscape(); +var data$2 = require$$1$2; - switch (u) { - case '$': - case '_': - case '\u200C': - case '\u200D': - break; +var isCoreModule$1 = function isCore(x, nodeVersion) { + return has(data$2, x) && versionIncluded$1(nodeVersion, data$2[x]); +}; - default: - if (!util$2.isIdContinueChar(u)) { - throw invalidIdentifier(); - } +var fs$i = require$$0__default["default"]; +var path$l = require$$0__default$2["default"]; +var caller$1 = caller$2; +var nodeModulesPaths$1 = nodeModulesPaths$2; +var normalizeOptions$2 = normalizeOptions$3; +var isCore$2 = isCoreModule$1; +var realpathFS$1 = fs$i.realpath && typeof fs$i.realpath.native === 'function' ? fs$i.realpath.native : fs$i.realpath; - break; +var defaultIsFile$1 = function isFile(file, cb) { + fs$i.stat(file, function (err, stat) { + if (!err) { + return cb(null, stat.isFile() || stat.isFIFO()); } - buffer += u; - lexState = 'identifierName'; - }, + if (err.code === 'ENOENT' || err.code === 'ENOTDIR') return cb(null, false); + return cb(err); + }); +}; - sign() { - switch (c) { - case '.': - buffer = read(); - lexState = 'decimalPointLeading'; - return; +var defaultIsDir$1 = function isDirectory(dir, cb) { + fs$i.stat(dir, function (err, stat) { + if (!err) { + return cb(null, stat.isDirectory()); + } - case '0': - buffer = read(); - lexState = 'zero'; - return; + if (err.code === 'ENOENT' || err.code === 'ENOTDIR') return cb(null, false); + return cb(err); + }); +}; - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - buffer = read(); - lexState = 'decimalInteger'; - return; +var defaultRealpath = function realpath(x, cb) { + realpathFS$1(x, function (realpathErr, realPath) { + if (realpathErr && realpathErr.code !== 'ENOENT') cb(realpathErr);else cb(null, realpathErr ? x : realPath); + }); +}; - case 'I': - read(); - literal('nfinity'); - return newToken('numeric', sign * Infinity); +var maybeRealpath = function maybeRealpath(realpath, x, opts, cb) { + if (opts && opts.preserveSymlinks === false) { + realpath(x, cb); + } else { + cb(null, x); + } +}; - case 'N': - read(); - literal('aN'); - return newToken('numeric', NaN); +var defaultReadPackage = function defaultReadPackage(readFile, pkgfile, cb) { + readFile(pkgfile, function (readFileErr, body) { + if (readFileErr) cb(readFileErr);else { + try { + var pkg = JSON.parse(body); + cb(null, pkg); + } catch (jsonErr) { + cb(null); + } } + }); +}; - throw invalidChar(read()); - }, +var getPackageCandidates$1 = function getPackageCandidates(x, start, opts) { + var dirs = nodeModulesPaths$1(start, opts, x); - zero() { - switch (c) { - case '.': - buffer += read(); - lexState = 'decimalPoint'; - return; + for (var i = 0; i < dirs.length; i++) { + dirs[i] = path$l.join(dirs[i], x); + } - case 'e': - case 'E': - buffer += read(); - lexState = 'decimalExponent'; - return; + return dirs; +}; - case 'x': - case 'X': - buffer += read(); - lexState = 'hexadecimal'; - return; - } +var async$8 = function resolve(x, options, callback) { + var cb = callback; + var opts = options; - return newToken('numeric', sign * 0); - }, + if (typeof options === 'function') { + cb = opts; + opts = {}; + } - decimalInteger() { - switch (c) { - case '.': - buffer += read(); - lexState = 'decimalPoint'; - return; + if (typeof x !== 'string') { + var err = new TypeError('Path must be a string.'); + return process.nextTick(function () { + cb(err); + }); + } - case 'e': - case 'E': - buffer += read(); - lexState = 'decimalExponent'; - return; - } + opts = normalizeOptions$2(x, opts); + var isFile = opts.isFile || defaultIsFile$1; + var isDirectory = opts.isDirectory || defaultIsDir$1; + var readFile = opts.readFile || fs$i.readFile; + var realpath = opts.realpath || defaultRealpath; + var readPackage = opts.readPackage || defaultReadPackage; - if (util$2.isDigit(c)) { - buffer += read(); - return; - } + if (opts.readFile && opts.readPackage) { + var conflictErr = new TypeError('`readFile` and `readPackage` are mutually exclusive.'); + return process.nextTick(function () { + cb(conflictErr); + }); + } - return newToken('numeric', sign * Number(buffer)); - }, + var packageIterator = opts.packageIterator; + var extensions = opts.extensions || ['.js']; + var includeCoreModules = opts.includeCoreModules !== false; + var basedir = opts.basedir || path$l.dirname(caller$1()); + var parent = opts.filename || basedir; + opts.paths = opts.paths || []; // ensure that `basedir` is an absolute path at this point, resolving against the process' current working directory - decimalPointLeading() { - if (util$2.isDigit(c)) { - buffer += read(); - lexState = 'decimalFraction'; - return; - } + var absoluteStart = path$l.resolve(basedir); + maybeRealpath(realpath, absoluteStart, opts, function (err, realStart) { + if (err) cb(err);else init(realStart); + }); + var res; - throw invalidChar(read()); - }, + function init(basedir) { + if (/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(x)) { + res = path$l.resolve(basedir, x); + if (x === '.' || x === '..' || x.slice(-1) === '/') res += '/'; - decimalPoint() { - switch (c) { - case 'e': - case 'E': - buffer += read(); - lexState = 'decimalExponent'; - return; - } + if (/\/$/.test(x) && res === basedir) { + loadAsDirectory(res, opts.package, onfile); + } else loadAsFile(res, opts.package, onfile); + } else if (includeCoreModules && isCore$2(x)) { + return cb(null, x); + } else loadNodeModules(x, basedir, function (err, n, pkg) { + if (err) cb(err);else if (n) { + return maybeRealpath(realpath, n, opts, function (err, realN) { + if (err) { + cb(err); + } else { + cb(null, realN, pkg); + } + }); + } else { + var moduleError = new Error("Cannot find module '" + x + "' from '" + parent + "'"); + moduleError.code = 'MODULE_NOT_FOUND'; + cb(moduleError); + } + }); + } - if (util$2.isDigit(c)) { - buffer += read(); - lexState = 'decimalFraction'; - return; - } + function onfile(err, m, pkg) { + if (err) cb(err);else if (m) cb(null, m, pkg);else loadAsDirectory(res, function (err, d, pkg) { + if (err) cb(err);else if (d) { + maybeRealpath(realpath, d, opts, function (err, realD) { + if (err) { + cb(err); + } else { + cb(null, realD, pkg); + } + }); + } else { + var moduleError = new Error("Cannot find module '" + x + "' from '" + parent + "'"); + moduleError.code = 'MODULE_NOT_FOUND'; + cb(moduleError); + } + }); + } - return newToken('numeric', sign * Number(buffer)); - }, + function loadAsFile(x, thePackage, callback) { + var loadAsFilePackage = thePackage; + var cb = callback; - decimalFraction() { - switch (c) { - case 'e': - case 'E': - buffer += read(); - lexState = 'decimalExponent'; - return; + if (typeof loadAsFilePackage === 'function') { + cb = loadAsFilePackage; + loadAsFilePackage = undefined; } - if (util$2.isDigit(c)) { - buffer += read(); - return; - } + var exts = [''].concat(extensions); + load(exts, x, loadAsFilePackage); - return newToken('numeric', sign * Number(buffer)); - }, + function load(exts, x, loadPackage) { + if (exts.length === 0) return cb(null, undefined, loadPackage); + var file = x + exts[0]; + var pkg = loadPackage; + if (pkg) onpkg(null, pkg);else loadpkg(path$l.dirname(file), onpkg); - decimalExponent() { - switch (c) { - case '+': - case '-': - buffer += read(); - lexState = 'decimalExponentSign'; - return; - } + function onpkg(err, pkg_, dir) { + pkg = pkg_; + if (err) return cb(err); - if (util$2.isDigit(c)) { - buffer += read(); - lexState = 'decimalExponentInteger'; - return; - } + if (dir && pkg && opts.pathFilter) { + var rfile = path$l.relative(dir, file); + var rel = rfile.slice(0, rfile.length - exts[0].length); + var r = opts.pathFilter(pkg, x, rel); + if (r) return load([''].concat(extensions.slice()), path$l.resolve(dir, r), pkg); + } - throw invalidChar(read()); - }, + isFile(file, onex); + } - decimalExponentSign() { - if (util$2.isDigit(c)) { - buffer += read(); - lexState = 'decimalExponentInteger'; - return; + function onex(err, ex) { + if (err) return cb(err); + if (ex) return cb(null, file, pkg); + load(exts.slice(1), x, pkg); + } } + } - throw invalidChar(read()); - }, + function loadpkg(dir, cb) { + if (dir === '' || dir === '/') return cb(null); - decimalExponentInteger() { - if (util$2.isDigit(c)) { - buffer += read(); - return; + if (process.platform === 'win32' && /^\w:[/\\]*$/.test(dir)) { + return cb(null); } - return newToken('numeric', sign * Number(buffer)); - }, + if (/[/\\]node_modules[/\\]*$/.test(dir)) return cb(null); + maybeRealpath(realpath, dir, opts, function (unwrapErr, pkgdir) { + if (unwrapErr) return loadpkg(path$l.dirname(dir), cb); + var pkgfile = path$l.join(pkgdir, 'package.json'); + isFile(pkgfile, function (err, ex) { + // on err, ex is false + if (!ex) return loadpkg(path$l.dirname(dir), cb); + readPackage(readFile, pkgfile, function (err, pkgParam) { + if (err) cb(err); + var pkg = pkgParam; - hexadecimal() { - if (util$2.isHexDigit(c)) { - buffer += read(); - lexState = 'hexadecimalInteger'; - return; - } + if (pkg && opts.packageFilter) { + pkg = opts.packageFilter(pkg, pkgfile); + } - throw invalidChar(read()); - }, + cb(null, pkg, dir); + }); + }); + }); + } - hexadecimalInteger() { - if (util$2.isHexDigit(c)) { - buffer += read(); - return; - } + function loadAsDirectory(x, loadAsDirectoryPackage, callback) { + var cb = callback; + var fpkg = loadAsDirectoryPackage; - return newToken('numeric', sign * Number(buffer)); - }, + if (typeof fpkg === 'function') { + cb = fpkg; + fpkg = opts.package; + } - string() { - switch (c) { - case '\\': - read(); - buffer += escape(); - return; + maybeRealpath(realpath, x, opts, function (unwrapErr, pkgdir) { + if (unwrapErr) return cb(unwrapErr); + var pkgfile = path$l.join(pkgdir, 'package.json'); + isFile(pkgfile, function (err, ex) { + if (err) return cb(err); + if (!ex) return loadAsFile(path$l.join(x, 'index'), fpkg, cb); + readPackage(readFile, pkgfile, function (err, pkgParam) { + if (err) return cb(err); + var pkg = pkgParam; - case '"': - if (doubleQuote) { - read(); - return newToken('string', buffer); - } + if (pkg && opts.packageFilter) { + pkg = opts.packageFilter(pkg, pkgfile); + } - buffer += read(); - return; + if (pkg && pkg.main) { + if (typeof pkg.main !== 'string') { + var mainError = new TypeError('package “' + pkg.name + '” `main` must be a string'); + mainError.code = 'INVALID_PACKAGE_MAIN'; + return cb(mainError); + } - case "'": - if (!doubleQuote) { - read(); - return newToken('string', buffer); - } + if (pkg.main === '.' || pkg.main === './') { + pkg.main = 'index'; + } - buffer += read(); - return; + loadAsFile(path$l.resolve(x, pkg.main), pkg, function (err, m, pkg) { + if (err) return cb(err); + if (m) return cb(null, m, pkg); + if (!pkg) return loadAsFile(path$l.join(x, 'index'), pkg, cb); + var dir = path$l.resolve(x, pkg.main); + loadAsDirectory(dir, pkg, function (err, n, pkg) { + if (err) return cb(err); + if (n) return cb(null, n, pkg); + loadAsFile(path$l.join(x, 'index'), pkg, cb); + }); + }); + return; + } - case '\n': - case '\r': - throw invalidChar(read()); + loadAsFile(path$l.join(x, '/index'), pkg, cb); + }); + }); + }); + } - case '\u2028': - case '\u2029': - separatorChar(c); - break; + function processDirs(cb, dirs) { + if (dirs.length === 0) return cb(null, undefined); + var dir = dirs[0]; + isDirectory(path$l.dirname(dir), isdir); - case undefined: - throw invalidChar(read()); + function isdir(err, isdir) { + if (err) return cb(err); + if (!isdir) return processDirs(cb, dirs.slice(1)); + loadAsFile(dir, opts.package, onfile); } - buffer += read(); - }, + function onfile(err, m, pkg) { + if (err) return cb(err); + if (m) return cb(null, m, pkg); + loadAsDirectory(dir, opts.package, ondir); + } - start() { - switch (c) { - case '{': - case '[': - return newToken('punctuator', read()); - // This code is unreachable since the default lexState handles eof. - // case undefined: - // return newToken('eof') + function ondir(err, n, pkg) { + if (err) return cb(err); + if (n) return cb(null, n, pkg); + processDirs(cb, dirs.slice(1)); } + } - lexState = 'value'; - }, + function loadNodeModules(x, start, cb) { + var thunk = function () { + return getPackageCandidates$1(x, start, opts); + }; + + processDirs(cb, packageIterator ? packageIterator(x, start, thunk, opts) : thunk()); + } +}; + +var assert$3 = true; +var async_hooks = ">= 8"; +var buffer_ieee754 = "< 0.9.7"; +var buffer = true; +var child_process = true; +var cluster = true; +var console$1 = true; +var constants$5 = true; +var crypto = true; +var _debug_agent = ">= 1 && < 8"; +var _debugger = "< 8"; +var dgram = true; +var diagnostics_channel = ">= 15.1"; +var dns = true; +var domain = ">= 0.7.12"; +var events = true; +var freelist = "< 6"; +var fs$h = true; +var _http_agent = ">= 0.11.1"; +var _http_client = ">= 0.11.1"; +var _http_common = ">= 0.11.1"; +var _http_incoming = ">= 0.11.1"; +var _http_outgoing = ">= 0.11.1"; +var _http_server = ">= 0.11.1"; +var http = true; +var http2 = ">= 8.8"; +var https = true; +var inspector = ">= 8.0.0"; +var _linklist = "< 8"; +var module$2 = true; +var net = true; +var os = true; +var path$k = true; +var perf_hooks = ">= 8.5"; +var process$1 = ">= 1"; +var punycode = true; +var querystring = true; +var readline = true; +var repl = true; +var smalloc = ">= 0.11.5 && < 3"; +var _stream_duplex = ">= 0.9.4"; +var _stream_transform = ">= 0.9.4"; +var _stream_wrap = ">= 1.4.1"; +var _stream_passthrough = ">= 0.9.4"; +var _stream_readable = ">= 0.9.4"; +var _stream_writable = ">= 0.9.4"; +var stream$5 = true; +var string_decoder = true; +var sys = [ + ">= 0.6 && < 0.7", + ">= 0.8" +]; +var timers = true; +var _tls_common = ">= 0.11.13"; +var _tls_legacy = ">= 0.11.3 && < 10"; +var _tls_wrap = ">= 0.11.3"; +var tls = true; +var trace_events = ">= 10"; +var tty = true; +var url = true; +var util$4 = true; +var v8 = ">= 1"; +var vm = true; +var wasi = ">= 13.4 && < 13.5"; +var worker_threads = ">= 11.7"; +var zlib = true; +var require$$0$3 = { + assert: assert$3, + "assert/strict": ">= 15", + async_hooks: async_hooks, + buffer_ieee754: buffer_ieee754, + buffer: buffer, + child_process: child_process, + cluster: cluster, + console: console$1, + constants: constants$5, + crypto: crypto, + _debug_agent: _debug_agent, + _debugger: _debugger, + dgram: dgram, + diagnostics_channel: diagnostics_channel, + dns: dns, + "dns/promises": ">= 15", + domain: domain, + events: events, + freelist: freelist, + fs: fs$h, + "fs/promises": [ + ">= 10 && < 10.1", + ">= 14" +], + _http_agent: _http_agent, + _http_client: _http_client, + _http_common: _http_common, + _http_incoming: _http_incoming, + _http_outgoing: _http_outgoing, + _http_server: _http_server, + http: http, + http2: http2, + https: https, + inspector: inspector, + _linklist: _linklist, + module: module$2, + net: net, + "node-inspect/lib/_inspect": ">= 7.6.0 && < 12", + "node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12", + "node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12", + os: os, + path: path$k, + "path/posix": ">= 15.3", + "path/win32": ">= 15.3", + perf_hooks: perf_hooks, + process: process$1, + punycode: punycode, + querystring: querystring, + readline: readline, + repl: repl, + smalloc: smalloc, + _stream_duplex: _stream_duplex, + _stream_transform: _stream_transform, + _stream_wrap: _stream_wrap, + _stream_passthrough: _stream_passthrough, + _stream_readable: _stream_readable, + _stream_writable: _stream_writable, + stream: stream$5, + "stream/promises": ">= 15", + string_decoder: string_decoder, + sys: sys, + timers: timers, + "timers/promises": ">= 15", + _tls_common: _tls_common, + _tls_legacy: _tls_legacy, + _tls_wrap: _tls_wrap, + tls: tls, + trace_events: trace_events, + tty: tty, + url: url, + util: util$4, + "util/types": ">= 15.3", + "v8/tools/arguments": ">= 10 && < 12", + "v8/tools/codemap": [ + ">= 4.4.0 && < 5", + ">= 5.2.0 && < 12" +], + "v8/tools/consarray": [ + ">= 4.4.0 && < 5", + ">= 5.2.0 && < 12" +], + "v8/tools/csvparser": [ + ">= 4.4.0 && < 5", + ">= 5.2.0 && < 12" +], + "v8/tools/logreader": [ + ">= 4.4.0 && < 5", + ">= 5.2.0 && < 12" +], + "v8/tools/profile_view": [ + ">= 4.4.0 && < 5", + ">= 5.2.0 && < 12" +], + "v8/tools/splaytree": [ + ">= 4.4.0 && < 5", + ">= 5.2.0 && < 12" +], + v8: v8, + vm: vm, + wasi: wasi, + worker_threads: worker_threads, + zlib: zlib +}; - beforePropertyName() { - switch (c) { - case '$': - case '_': - buffer = read(); - lexState = 'identifierName'; - return; +var current = process.versions && process.versions.node && process.versions.node.split('.') || []; - case '\\': - read(); - lexState = 'identifierNameStartEscape'; - return; +function specifierIncluded(specifier) { + var parts = specifier.split(' '); + var op = parts.length > 1 ? parts[0] : '='; + var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split('.'); - case '}': - return newToken('punctuator', read()); + for (var i = 0; i < 3; ++i) { + var cur = parseInt(current[i] || 0, 10); + var ver = parseInt(versionParts[i] || 0, 10); - case '"': - case "'": - doubleQuote = read() === '"'; - lexState = 'string'; - return; + if (cur === ver) { + continue; // eslint-disable-line no-restricted-syntax, no-continue } - if (util$2.isIdStartChar(c)) { - buffer += read(); - lexState = 'identifierName'; - return; + if (op === '<') { + return cur < ver; + } else if (op === '>=') { + return cur >= ver; + } else { + return false; } + } - throw invalidChar(read()); - }, - - afterPropertyName() { - if (c === ':') { - return newToken('punctuator', read()); - } + return op === '>='; +} - throw invalidChar(read()); - }, +function matchesRange(range) { + var specifiers = range.split(/ ?&& ?/); - beforePropertyValue() { - lexState = 'value'; - }, + if (specifiers.length === 0) { + return false; + } - afterPropertyValue() { - switch (c) { - case ',': - case '}': - return newToken('punctuator', read()); + for (var i = 0; i < specifiers.length; ++i) { + if (!specifierIncluded(specifiers[i])) { + return false; } + } - throw invalidChar(read()); - }, - - beforeArrayValue() { - if (c === ']') { - return newToken('punctuator', read()); - } + return true; +} - lexState = 'value'; - }, +function versionIncluded(specifierValue) { + if (typeof specifierValue === 'boolean') { + return specifierValue; + } - afterArrayValue() { - switch (c) { - case ',': - case ']': - return newToken('punctuator', read()); + if (specifierValue && typeof specifierValue === 'object') { + for (var i = 0; i < specifierValue.length; ++i) { + if (matchesRange(specifierValue[i])) { + return true; + } } - throw invalidChar(read()); - }, - - end() { - // This code is unreachable since it's handled by the default lexState. - // if (c === undefined) { - // read() - // return newToken('eof') - // } - throw invalidChar(read()); + return false; } -}; - -function newToken(type, value) { - return { - type, - value, - line: line$2, - column - }; + return matchesRange(specifierValue); } -function literal(s) { - for (const c of s) { - const p = peek(); - - if (p !== c) { - throw invalidChar(read()); - } +var data$1 = require$$0$3; +var core$1 = {}; - read(); +for (var mod in data$1) { + // eslint-disable-line no-restricted-syntax + if (Object.prototype.hasOwnProperty.call(data$1, mod)) { + core$1[mod] = versionIncluded(data$1[mod]); } } -function escape() { - const c = peek(); +var core_1 = core$1; - switch (c) { - case 'b': - read(); - return '\b'; +var isCoreModule = isCoreModule$1; - case 'f': - read(); - return '\f'; +var isCore$1 = function isCore(x) { + return isCoreModule(x); +}; - case 'n': - read(); - return '\n'; +var isCore = isCoreModule$1; +var fs$g = require$$0__default["default"]; +var path$j = require$$0__default$2["default"]; +var caller = caller$2; +var nodeModulesPaths = nodeModulesPaths$2; +var normalizeOptions$1 = normalizeOptions$3; +var realpathFS = fs$g.realpathSync && typeof fs$g.realpathSync.native === 'function' ? fs$g.realpathSync.native : fs$g.realpathSync; - case 'r': - read(); - return '\r'; +var defaultIsFile = function isFile(file) { + try { + var stat = fs$g.statSync(file); + } catch (e) { + if (e && (e.code === 'ENOENT' || e.code === 'ENOTDIR')) return false; + throw e; + } - case 't': - read(); - return '\t'; + return stat.isFile() || stat.isFIFO(); +}; - case 'v': - read(); - return '\v'; +var defaultIsDir = function isDirectory(dir) { + try { + var stat = fs$g.statSync(dir); + } catch (e) { + if (e && (e.code === 'ENOENT' || e.code === 'ENOTDIR')) return false; + throw e; + } - case '0': - read(); + return stat.isDirectory(); +}; - if (util$2.isDigit(peek())) { - throw invalidChar(read()); - } +var defaultRealpathSync = function realpathSync(x) { + try { + return realpathFS(x); + } catch (realpathErr) { + if (realpathErr.code !== 'ENOENT') { + throw realpathErr; + } + } - return '\0'; + return x; +}; - case 'x': - read(); - return hexEscape(); +var maybeRealpathSync = function maybeRealpathSync(realpathSync, x, opts) { + if (opts && opts.preserveSymlinks === false) { + return realpathSync(x); + } - case 'u': - read(); - return unicodeEscape(); + return x; +}; - case '\n': - case '\u2028': - case '\u2029': - read(); - return ''; +var defaultReadPackageSync = function defaultReadPackageSync(readFileSync, pkgfile) { + var body = readFileSync(pkgfile); - case '\r': - read(); + try { + var pkg = JSON.parse(body); + return pkg; + } catch (jsonErr) {} +}; - if (peek() === '\n') { - read(); - } +var getPackageCandidates = function getPackageCandidates(x, start, opts) { + var dirs = nodeModulesPaths(start, opts, x); - return ''; + for (var i = 0; i < dirs.length; i++) { + dirs[i] = path$j.join(dirs[i], x); + } - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - throw invalidChar(read()); + return dirs; +}; - case undefined: - throw invalidChar(read()); +var sync$8 = function resolveSync(x, options) { + if (typeof x !== 'string') { + throw new TypeError('Path must be a string.'); } - return read(); -} - -function hexEscape() { - let buffer = ''; - let c = peek(); + var opts = normalizeOptions$1(x, options); + var isFile = opts.isFile || defaultIsFile; + var readFileSync = opts.readFileSync || fs$g.readFileSync; + var isDirectory = opts.isDirectory || defaultIsDir; + var realpathSync = opts.realpathSync || defaultRealpathSync; + var readPackageSync = opts.readPackageSync || defaultReadPackageSync; - if (!util$2.isHexDigit(c)) { - throw invalidChar(read()); + if (opts.readFileSync && opts.readPackageSync) { + throw new TypeError('`readFileSync` and `readPackageSync` are mutually exclusive.'); } - buffer += read(); - c = peek(); + var packageIterator = opts.packageIterator; + var extensions = opts.extensions || ['.js']; + var includeCoreModules = opts.includeCoreModules !== false; + var basedir = opts.basedir || path$j.dirname(caller()); + var parent = opts.filename || basedir; + opts.paths = opts.paths || []; // ensure that `basedir` is an absolute path at this point, resolving against the process' current working directory - if (!util$2.isHexDigit(c)) { - throw invalidChar(read()); + var absoluteStart = maybeRealpathSync(realpathSync, path$j.resolve(basedir), opts); + + if (/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(x)) { + var res = path$j.resolve(absoluteStart, x); + if (x === '.' || x === '..' || x.slice(-1) === '/') res += '/'; + var m = loadAsFileSync(res) || loadAsDirectorySync(res); + if (m) return maybeRealpathSync(realpathSync, m, opts); + } else if (includeCoreModules && isCore(x)) { + return x; + } else { + var n = loadNodeModulesSync(x, absoluteStart); + if (n) return maybeRealpathSync(realpathSync, n, opts); } - buffer += read(); - return String.fromCodePoint(parseInt(buffer, 16)); -} + var err = new Error("Cannot find module '" + x + "' from '" + parent + "'"); + err.code = 'MODULE_NOT_FOUND'; + throw err; -function unicodeEscape() { - let buffer = ''; - let count = 4; + function loadAsFileSync(x) { + var pkg = loadpkg(path$j.dirname(x)); - while (count-- > 0) { - const c = peek(); + if (pkg && pkg.dir && pkg.pkg && opts.pathFilter) { + var rfile = path$j.relative(pkg.dir, x); + var r = opts.pathFilter(pkg.pkg, x, rfile); - if (!util$2.isHexDigit(c)) { - throw invalidChar(read()); + if (r) { + x = path$j.resolve(pkg.dir, r); // eslint-disable-line no-param-reassign + } } - buffer += read(); - } + if (isFile(x)) { + return x; + } - return String.fromCodePoint(parseInt(buffer, 16)); -} + for (var i = 0; i < extensions.length; i++) { + var file = x + extensions[i]; -const parseStates = { - start() { - if (token.type === 'eof') { - throw invalidEOF(); + if (isFile(file)) { + return file; + } } + } - push(); - }, + function loadpkg(dir) { + if (dir === '' || dir === '/') return; - beforePropertyName() { - switch (token.type) { - case 'identifier': - case 'string': - key = token.value; - parseState = 'afterPropertyName'; - return; + if (process.platform === 'win32' && /^\w:[/\\]*$/.test(dir)) { + return; + } - case 'punctuator': - // This code is unreachable since it's handled by the lexState. - // if (token.value !== '}') { - // throw invalidToken() - // } - pop(); - return; + if (/[/\\]node_modules[/\\]*$/.test(dir)) return; + var pkgfile = path$j.join(maybeRealpathSync(realpathSync, dir, opts), 'package.json'); - case 'eof': - throw invalidEOF(); - } // This code is unreachable since it's handled by the lexState. - // throw invalidToken() + if (!isFile(pkgfile)) { + return loadpkg(path$j.dirname(dir)); + } - }, + var pkg = readPackageSync(readFileSync, pkgfile); - afterPropertyName() { - // This code is unreachable since it's handled by the lexState. - // if (token.type !== 'punctuator' || token.value !== ':') { - // throw invalidToken() - // } - if (token.type === 'eof') { - throw invalidEOF(); + if (pkg && opts.packageFilter) { + // v2 will pass pkgfile + pkg = opts.packageFilter(pkg, + /*pkgfile,*/ + dir); // eslint-disable-line spaced-comment } - parseState = 'beforePropertyValue'; - }, + return { + pkg: pkg, + dir: dir + }; + } - beforePropertyValue() { - if (token.type === 'eof') { - throw invalidEOF(); - } + function loadAsDirectorySync(x) { + var pkgfile = path$j.join(maybeRealpathSync(realpathSync, x, opts), '/package.json'); - push(); - }, + if (isFile(pkgfile)) { + try { + var pkg = readPackageSync(readFileSync, pkgfile); + } catch (e) {} - beforeArrayValue() { - if (token.type === 'eof') { - throw invalidEOF(); - } + if (pkg && opts.packageFilter) { + // v2 will pass pkgfile + pkg = opts.packageFilter(pkg, + /*pkgfile,*/ + x); // eslint-disable-line spaced-comment + } - if (token.type === 'punctuator' && token.value === ']') { - pop(); - return; - } + if (pkg && pkg.main) { + if (typeof pkg.main !== 'string') { + var mainError = new TypeError('package “' + pkg.name + '” `main` must be a string'); + mainError.code = 'INVALID_PACKAGE_MAIN'; + throw mainError; + } - push(); - }, + if (pkg.main === '.' || pkg.main === './') { + pkg.main = 'index'; + } - afterPropertyValue() { - // This code is unreachable since it's handled by the lexState. - // if (token.type !== 'punctuator') { - // throw invalidToken() - // } - if (token.type === 'eof') { - throw invalidEOF(); + try { + var m = loadAsFileSync(path$j.resolve(x, pkg.main)); + if (m) return m; + var n = loadAsDirectorySync(path$j.resolve(x, pkg.main)); + if (n) return n; + } catch (e) {} + } } - switch (token.value) { - case ',': - parseState = 'beforePropertyName'; - return; + return loadAsFileSync(path$j.join(x, '/index')); + } - case '}': - pop(); - } // This code is unreachable since it's handled by the lexState. - // throw invalidToken() + function loadNodeModulesSync(x, start) { + var thunk = function () { + return getPackageCandidates(x, start, opts); + }; - }, + var dirs = packageIterator ? packageIterator(x, start, thunk, opts) : thunk(); - afterArrayValue() { - // This code is unreachable since it's handled by the lexState. - // if (token.type !== 'punctuator') { - // throw invalidToken() - // } - if (token.type === 'eof') { - throw invalidEOF(); - } + for (var i = 0; i < dirs.length; i++) { + var dir = dirs[i]; - switch (token.value) { - case ',': - parseState = 'beforeArrayValue'; - return; + if (isDirectory(path$j.dirname(dir))) { + var m = loadAsFileSync(dir); + if (m) return m; + var n = loadAsDirectorySync(dir); + if (n) return n; + } + } + } +}; - case ']': - pop(); - } // This code is unreachable since it's handled by the lexState. - // throw invalidToken() +var async$7 = async$8; +async$7.core = core_1; +async$7.isCore = isCore$1; +async$7.sync = sync$8; +var resolve$3 = async$7; - }, +let { + resolve: resolve$2 +} = require; // In the VS Code and Atom extensions `require` is overridden and `require.resolve` doesn't support the 2nd argument. - end() {// This code is unreachable since it's handled by the lexState. - // if (token.type !== 'eof') { - // throw invalidToken() - // } - } +if (resolve$2.length === 1 || process.env.PRETTIER_FALLBACK_RESOLVE) { + // @ts-expect-error + resolve$2 = (id, options) => { + let basedir; -}; + if (options && options.paths && options.paths.length === 1) { + basedir = options.paths[0]; + } -function push() { - let value; + return resolve$3.sync(id, { + basedir + }); + }; +} - switch (token.type) { - case 'punctuator': - switch (token.value) { - case '{': - value = {}; - break; +var resolve_1 = resolve$2; - case '[': - value = []; - break; - } +var src$1 = {}; - break; +var semver$1 = {exports: {}}; - case 'null': - case 'boolean': - case 'numeric': - case 'string': - value = token.value; - break; - // This code is unreachable. - // default: - // throw invalidToken() - } +(function (module, exports) { + exports = module.exports = SemVer; + var debug; + /* istanbul ignore next */ - if (root$1 === undefined) { - root$1 = value; + if (typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG)) { + debug = function () { + var args = Array.prototype.slice.call(arguments, 0); + args.unshift('SEMVER'); + console.log.apply(console, args); + }; } else { - const parent = stack[stack.length - 1]; + debug = function () {}; + } // Note: this is the semver.org version of the spec that it implements + // Not necessarily the package version of this code. - if (Array.isArray(parent)) { - parent.push(value); - } else { - parent[key] = value; - } - } - if (value !== null && typeof value === 'object') { - stack.push(value); + exports.SEMVER_SPEC_VERSION = '2.0.0'; + var MAX_LENGTH = 256; + var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || + /* istanbul ignore next */ + 9007199254740991; // Max safe segment length for coercion. - if (Array.isArray(value)) { - parseState = 'beforeArrayValue'; - } else { - parseState = 'beforePropertyName'; - } - } else { - const current = stack[stack.length - 1]; + var MAX_SAFE_COMPONENT_LENGTH = 16; // The actual regexps go on exports.re - if (current == null) { - parseState = 'end'; - } else if (Array.isArray(current)) { - parseState = 'afterArrayValue'; - } else { - parseState = 'afterPropertyValue'; - } - } -} + var re = exports.re = []; + var src = exports.src = []; + var R = 0; // The following Regular Expressions can be used for tokenizing, + // validating, and parsing SemVer version strings. + // ## Numeric Identifier + // A single `0`, or a non-zero digit followed by zero or more digits. -function pop() { - stack.pop(); - const current = stack[stack.length - 1]; + var NUMERICIDENTIFIER = R++; + src[NUMERICIDENTIFIER] = '0|[1-9]\\d*'; + var NUMERICIDENTIFIERLOOSE = R++; + src[NUMERICIDENTIFIERLOOSE] = '[0-9]+'; // ## Non-numeric Identifier + // Zero or more digits, followed by a letter or hyphen, and then zero or + // more letters, digits, or hyphens. - if (current == null) { - parseState = 'end'; - } else if (Array.isArray(current)) { - parseState = 'afterArrayValue'; - } else { - parseState = 'afterPropertyValue'; - } -} // This code is unreachable. -// function invalidParseState () { -// return new Error(`JSON5: invalid parse state '${parseState}'`) -// } -// This code is unreachable. -// function invalidLexState (state) { -// return new Error(`JSON5: invalid lex state '${state}'`) -// } + var NONNUMERICIDENTIFIER = R++; + src[NONNUMERICIDENTIFIER] = '\\d*[a-zA-Z-][a-zA-Z0-9-]*'; // ## Main Version + // Three dot-separated numeric identifiers. + var MAINVERSION = R++; + src[MAINVERSION] = '(' + src[NUMERICIDENTIFIER] + ')\\.' + '(' + src[NUMERICIDENTIFIER] + ')\\.' + '(' + src[NUMERICIDENTIFIER] + ')'; + var MAINVERSIONLOOSE = R++; + src[MAINVERSIONLOOSE] = '(' + src[NUMERICIDENTIFIERLOOSE] + ')\\.' + '(' + src[NUMERICIDENTIFIERLOOSE] + ')\\.' + '(' + src[NUMERICIDENTIFIERLOOSE] + ')'; // ## Pre-release Version Identifier + // A numeric identifier, or a non-numeric identifier. -function invalidChar(c) { - if (c === undefined) { - return syntaxError(`JSON5: invalid end of input at ${line$2}:${column}`); - } + var PRERELEASEIDENTIFIER = R++; + src[PRERELEASEIDENTIFIER] = '(?:' + src[NUMERICIDENTIFIER] + '|' + src[NONNUMERICIDENTIFIER] + ')'; + var PRERELEASEIDENTIFIERLOOSE = R++; + src[PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[NUMERICIDENTIFIERLOOSE] + '|' + src[NONNUMERICIDENTIFIER] + ')'; // ## Pre-release Version + // Hyphen, followed by one or more dot-separated pre-release version + // identifiers. - return syntaxError(`JSON5: invalid character '${formatChar(c)}' at ${line$2}:${column}`); -} + var PRERELEASE = R++; + src[PRERELEASE] = '(?:-(' + src[PRERELEASEIDENTIFIER] + '(?:\\.' + src[PRERELEASEIDENTIFIER] + ')*))'; + var PRERELEASELOOSE = R++; + src[PRERELEASELOOSE] = '(?:-?(' + src[PRERELEASEIDENTIFIERLOOSE] + '(?:\\.' + src[PRERELEASEIDENTIFIERLOOSE] + ')*))'; // ## Build Metadata Identifier + // Any combination of digits, letters, or hyphens. -function invalidEOF() { - return syntaxError(`JSON5: invalid end of input at ${line$2}:${column}`); -} // This code is unreachable. -// function invalidToken () { -// if (token.type === 'eof') { -// return syntaxError(`JSON5: invalid end of input at ${line}:${column}`) -// } -// const c = String.fromCodePoint(token.value.codePointAt(0)) -// return syntaxError(`JSON5: invalid character '${formatChar(c)}' at ${line}:${column}`) -// } + var BUILDIDENTIFIER = R++; + src[BUILDIDENTIFIER] = '[0-9A-Za-z-]+'; // ## Build Metadata + // Plus sign, followed by one or more period-separated build metadata + // identifiers. + var BUILD = R++; + src[BUILD] = '(?:\\+(' + src[BUILDIDENTIFIER] + '(?:\\.' + src[BUILDIDENTIFIER] + ')*))'; // ## Full Version String + // A main version, followed optionally by a pre-release version and + // build metadata. + // Note that the only major, minor, patch, and pre-release sections of + // the version string are capturing groups. The build metadata is not a + // capturing group, because it should not ever be used in version + // comparison. -function invalidIdentifier() { - column -= 5; - return syntaxError(`JSON5: invalid identifier character at ${line$2}:${column}`); -} + var FULL = R++; + var FULLPLAIN = 'v?' + src[MAINVERSION] + src[PRERELEASE] + '?' + src[BUILD] + '?'; + src[FULL] = '^' + FULLPLAIN + '$'; // like full, but allows v1.2.3 and =1.2.3, which people do sometimes. + // also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty + // common in the npm registry. -function separatorChar(c) { - console.warn(`JSON5: '${formatChar(c)}' in strings is not valid ECMAScript; consider escaping`); -} + var LOOSEPLAIN = '[v=\\s]*' + src[MAINVERSIONLOOSE] + src[PRERELEASELOOSE] + '?' + src[BUILD] + '?'; + var LOOSE = R++; + src[LOOSE] = '^' + LOOSEPLAIN + '$'; + var GTLT = R++; + src[GTLT] = '((?:<|>)?=?)'; // Something like "2.*" or "1.2.x". + // Note that "x.x" is a valid xRange identifer, meaning "any version" + // Only the first item is strictly required. -function formatChar(c) { - const replacements = { - "'": "\\'", - '"': '\\"', - '\\': '\\\\', - '\b': '\\b', - '\f': '\\f', - '\n': '\\n', - '\r': '\\r', - '\t': '\\t', - '\v': '\\v', - '\0': '\\0', - '\u2028': '\\u2028', - '\u2029': '\\u2029' - }; + var XRANGEIDENTIFIERLOOSE = R++; + src[XRANGEIDENTIFIERLOOSE] = src[NUMERICIDENTIFIERLOOSE] + '|x|X|\\*'; + var XRANGEIDENTIFIER = R++; + src[XRANGEIDENTIFIER] = src[NUMERICIDENTIFIER] + '|x|X|\\*'; + var XRANGEPLAIN = R++; + src[XRANGEPLAIN] = '[v=\\s]*(' + src[XRANGEIDENTIFIER] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIER] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIER] + ')' + '(?:' + src[PRERELEASE] + ')?' + src[BUILD] + '?' + ')?)?'; + var XRANGEPLAINLOOSE = R++; + src[XRANGEPLAINLOOSE] = '[v=\\s]*(' + src[XRANGEIDENTIFIERLOOSE] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIERLOOSE] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIERLOOSE] + ')' + '(?:' + src[PRERELEASELOOSE] + ')?' + src[BUILD] + '?' + ')?)?'; + var XRANGE = R++; + src[XRANGE] = '^' + src[GTLT] + '\\s*' + src[XRANGEPLAIN] + '$'; + var XRANGELOOSE = R++; + src[XRANGELOOSE] = '^' + src[GTLT] + '\\s*' + src[XRANGEPLAINLOOSE] + '$'; // Coercion. + // Extract anything that could conceivably be a part of a valid semver - if (replacements[c]) { - return replacements[c]; - } + var COERCE = R++; + src[COERCE] = '(?:^|[^\\d])' + '(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + '(?:$|[^\\d])'; // Tilde ranges. + // Meaning is "reasonably at or greater than" - if (c < ' ') { - const hexString = c.charCodeAt(0).toString(16); - return '\\x' + ('00' + hexString).substring(hexString.length); - } + var LONETILDE = R++; + src[LONETILDE] = '(?:~>?)'; + var TILDETRIM = R++; + src[TILDETRIM] = '(\\s*)' + src[LONETILDE] + '\\s+'; + re[TILDETRIM] = new RegExp(src[TILDETRIM], 'g'); + var tildeTrimReplace = '$1~'; + var TILDE = R++; + src[TILDE] = '^' + src[LONETILDE] + src[XRANGEPLAIN] + '$'; + var TILDELOOSE = R++; + src[TILDELOOSE] = '^' + src[LONETILDE] + src[XRANGEPLAINLOOSE] + '$'; // Caret ranges. + // Meaning is "at least and backwards compatible with" - return c; -} + var LONECARET = R++; + src[LONECARET] = '(?:\\^)'; + var CARETTRIM = R++; + src[CARETTRIM] = '(\\s*)' + src[LONECARET] + '\\s+'; + re[CARETTRIM] = new RegExp(src[CARETTRIM], 'g'); + var caretTrimReplace = '$1^'; + var CARET = R++; + src[CARET] = '^' + src[LONECARET] + src[XRANGEPLAIN] + '$'; + var CARETLOOSE = R++; + src[CARETLOOSE] = '^' + src[LONECARET] + src[XRANGEPLAINLOOSE] + '$'; // A simple gt/lt/eq thing, or just "" to indicate "any version" -function syntaxError(message) { - const err = new SyntaxError(message); - err.lineNumber = line$2; - err.columnNumber = column; - return err; -} + var COMPARATORLOOSE = R++; + src[COMPARATORLOOSE] = '^' + src[GTLT] + '\\s*(' + LOOSEPLAIN + ')$|^$'; + var COMPARATOR = R++; + src[COMPARATOR] = '^' + src[GTLT] + '\\s*(' + FULLPLAIN + ')$|^$'; // An expression to strip any whitespace between the gtlt and the thing + // it modifies, so that `> 1.2.3` ==> `>1.2.3` -var stringify = function stringify(value, replacer, space) { - const stack = []; - let indent = ''; - let propertyList; - let replacerFunc; - let gap = ''; - let quote; + var COMPARATORTRIM = R++; + src[COMPARATORTRIM] = '(\\s*)' + src[GTLT] + '\\s*(' + LOOSEPLAIN + '|' + src[XRANGEPLAIN] + ')'; // this one has to use the /g flag - if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { - space = replacer.space; - quote = replacer.quote; - replacer = replacer.replacer; - } + re[COMPARATORTRIM] = new RegExp(src[COMPARATORTRIM], 'g'); + var comparatorTrimReplace = '$1$2$3'; // Something like `1.2.3 - 1.2.4` + // Note that these all use the loose form, because they'll be + // checked against either the strict or loose comparator form + // later. - if (typeof replacer === 'function') { - replacerFunc = replacer; - } else if (Array.isArray(replacer)) { - propertyList = []; + var HYPHENRANGE = R++; + src[HYPHENRANGE] = '^\\s*(' + src[XRANGEPLAIN] + ')' + '\\s+-\\s+' + '(' + src[XRANGEPLAIN] + ')' + '\\s*$'; + var HYPHENRANGELOOSE = R++; + src[HYPHENRANGELOOSE] = '^\\s*(' + src[XRANGEPLAINLOOSE] + ')' + '\\s+-\\s+' + '(' + src[XRANGEPLAINLOOSE] + ')' + '\\s*$'; // Star ranges basically just allow anything at all. - for (const v of replacer) { - let item; + var STAR = R++; + src[STAR] = '(<|>)?=?\\s*\\*'; // Compile to actual regexp objects. + // All are flag-free, unless they were created above with a flag. - if (typeof v === 'string') { - item = v; - } else if (typeof v === 'number' || v instanceof String || v instanceof Number) { - item = String(v); - } + for (var i = 0; i < R; i++) { + debug(i, src[i]); - if (item !== undefined && propertyList.indexOf(item) < 0) { - propertyList.push(item); - } + if (!re[i]) { + re[i] = new RegExp(src[i]); } } - if (space instanceof Number) { - space = Number(space); - } else if (space instanceof String) { - space = String(space); - } + exports.parse = parse; - if (typeof space === 'number') { - if (space > 0) { - space = Math.min(10, Math.floor(space)); - gap = ' '.substr(0, space); + function parse(version, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + }; } - } else if (typeof space === 'string') { - gap = space.substr(0, 10); - } - - return serializeProperty('', { - '': value - }); - - function serializeProperty(key, holder) { - let value = holder[key]; - if (value != null) { - if (typeof value.toJSON5 === 'function') { - value = value.toJSON5(key); - } else if (typeof value.toJSON === 'function') { - value = value.toJSON(key); - } + if (version instanceof SemVer) { + return version; } - if (replacerFunc) { - value = replacerFunc.call(holder, key, value); + if (typeof version !== 'string') { + return null; } - if (value instanceof Number) { - value = Number(value); - } else if (value instanceof String) { - value = String(value); - } else if (value instanceof Boolean) { - value = value.valueOf(); + if (version.length > MAX_LENGTH) { + return null; } - switch (value) { - case null: - return 'null'; - - case true: - return 'true'; - - case false: - return 'false'; - } + var r = options.loose ? re[LOOSE] : re[FULL]; - if (typeof value === 'string') { - return quoteString(value); + if (!r.test(version)) { + return null; } - if (typeof value === 'number') { - return String(value); + try { + return new SemVer(version, options); + } catch (er) { + return null; } + } - if (typeof value === 'object') { - return Array.isArray(value) ? serializeArray(value) : serializeObject(value); - } + exports.valid = valid; - return undefined; + function valid(version, options) { + var v = parse(version, options); + return v ? v.version : null; } - function quoteString(value) { - const quotes = { - "'": 0.1, - '"': 0.2 - }; - const replacements = { - "'": "\\'", - '"': '\\"', - '\\': '\\\\', - '\b': '\\b', - '\f': '\\f', - '\n': '\\n', - '\r': '\\r', - '\t': '\\t', - '\v': '\\v', - '\0': '\\0', - '\u2028': '\\u2028', - '\u2029': '\\u2029' - }; - let product = ''; - - for (let i = 0; i < value.length; i++) { - const c = value[i]; + exports.clean = clean; - switch (c) { - case "'": - case '"': - quotes[c]++; - product += c; - continue; + function clean(version, options) { + var s = parse(version.trim().replace(/^[=v]+/, ''), options); + return s ? s.version : null; + } - case '\0': - if (util$2.isDigit(value[i + 1])) { - product += '\\x00'; - continue; - } + exports.SemVer = SemVer; - } + function SemVer(version, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + }; + } - if (replacements[c]) { - product += replacements[c]; - continue; + if (version instanceof SemVer) { + if (version.loose === options.loose) { + return version; + } else { + version = version.version; } + } else if (typeof version !== 'string') { + throw new TypeError('Invalid Version: ' + version); + } - if (c < ' ') { - let hexString = c.charCodeAt(0).toString(16); - product += '\\x' + ('00' + hexString).substring(hexString.length); - continue; - } + if (version.length > MAX_LENGTH) { + throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters'); + } - product += c; + if (!(this instanceof SemVer)) { + return new SemVer(version, options); } - const quoteChar = quote || Object.keys(quotes).reduce((a, b) => quotes[a] < quotes[b] ? a : b); - product = product.replace(new RegExp(quoteChar, 'g'), replacements[quoteChar]); - return quoteChar + product + quoteChar; - } + debug('SemVer', version, options); + this.options = options; + this.loose = !!options.loose; + var m = version.trim().match(options.loose ? re[LOOSE] : re[FULL]); - function serializeObject(value) { - if (stack.indexOf(value) >= 0) { - throw TypeError('Converting circular structure to JSON5'); + if (!m) { + throw new TypeError('Invalid Version: ' + version); } - stack.push(value); - let stepback = indent; - indent = indent + gap; - let keys = propertyList || Object.keys(value); - let partial = []; - - for (const key of keys) { - const propertyString = serializeProperty(key, value); + this.raw = version; // these are actually numbers - if (propertyString !== undefined) { - let member = serializeKey(key) + ':'; + this.major = +m[1]; + this.minor = +m[2]; + this.patch = +m[3]; - if (gap !== '') { - member += ' '; - } + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version'); + } - member += propertyString; - partial.push(member); - } + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version'); } - let final; + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version'); + } // numberify any prerelease numeric ids - if (partial.length === 0) { - final = '{}'; + + if (!m[4]) { + this.prerelease = []; } else { - let properties; + this.prerelease = m[4].split('.').map(function (id) { + if (/^[0-9]+$/.test(id)) { + var num = +id; - if (gap === '') { - properties = partial.join(','); - final = '{' + properties + '}'; - } else { - let separator = ',\n' + indent; - properties = partial.join(separator); - final = '{\n' + indent + properties + ',\n' + stepback + '}'; - } + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num; + } + } + + return id; + }); } - stack.pop(); - indent = stepback; - return final; + this.build = m[5] ? m[5].split('.') : []; + this.format(); } - function serializeKey(key) { - if (key.length === 0) { - return quoteString(key); + SemVer.prototype.format = function () { + this.version = this.major + '.' + this.minor + '.' + this.patch; + + if (this.prerelease.length) { + this.version += '-' + this.prerelease.join('.'); } - const firstChar = String.fromCodePoint(key.codePointAt(0)); + return this.version; + }; - if (!util$2.isIdStartChar(firstChar)) { - return quoteString(key); - } + SemVer.prototype.toString = function () { + return this.version; + }; - for (let i = firstChar.length; i < key.length; i++) { - if (!util$2.isIdContinueChar(String.fromCodePoint(key.codePointAt(i)))) { - return quoteString(key); - } + SemVer.prototype.compare = function (other) { + debug('SemVer.compare', this.version, this.options, other); + + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options); } - return key; - } + return this.compareMain(other) || this.comparePre(other); + }; - function serializeArray(value) { - if (stack.indexOf(value) >= 0) { - throw TypeError('Converting circular structure to JSON5'); + SemVer.prototype.compareMain = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options); } - stack.push(value); - let stepback = indent; - indent = indent + gap; - let partial = []; + return compareIdentifiers(this.major, other.major) || compareIdentifiers(this.minor, other.minor) || compareIdentifiers(this.patch, other.patch); + }; - for (let i = 0; i < value.length; i++) { - const propertyString = serializeProperty(String(i), value); - partial.push(propertyString !== undefined ? propertyString : 'null'); + SemVer.prototype.comparePre = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options); + } // NOT having a prerelease is > having one + + + if (this.prerelease.length && !other.prerelease.length) { + return -1; + } else if (!this.prerelease.length && other.prerelease.length) { + return 1; + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0; } - let final; + var i = 0; - if (partial.length === 0) { - final = '[]'; - } else { - if (gap === '') { - let properties = partial.join(','); - final = '[' + properties + ']'; + do { + var a = this.prerelease[i]; + var b = other.prerelease[i]; + debug('prerelease compare', i, a, b); + + if (a === undefined && b === undefined) { + return 0; + } else if (b === undefined) { + return 1; + } else if (a === undefined) { + return -1; + } else if (a === b) { + continue; } else { - let separator = ',\n' + indent; - let properties = partial.join(separator); - final = '[\n' + indent + properties + ',\n' + stepback + ']'; + return compareIdentifiers(a, b); } - } + } while (++i); + }; // preminor will bump the version up to the next minor release, and immediately + // down to pre-release. premajor and prepatch work the same way. - stack.pop(); - indent = stepback; - return final; - } -}; -const JSON5 = { - parse: parse$2, - stringify -}; -var lib$5 = JSON5; + SemVer.prototype.inc = function (release, identifier) { + switch (release) { + case 'premajor': + this.prerelease.length = 0; + this.patch = 0; + this.minor = 0; + this.major++; + this.inc('pre', identifier); + break; + + case 'preminor': + this.prerelease.length = 0; + this.patch = 0; + this.minor++; + this.inc('pre', identifier); + break; + + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0; + this.inc('patch', identifier); + this.inc('pre', identifier); + break; + // If the input is a non-prerelease version, this acts the same as + // prepatch. + + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier); + } + + this.inc('pre', identifier); + break; -var dist$2 = /*#__PURE__*/Object.freeze({ - __proto__: null, - 'default': lib$5 -}); + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) { + this.major++; + } -var require$$0$1 = /*@__PURE__*/getDefaultExportFromNamespaceIfPresent(dist$2); + this.minor = 0; + this.patch = 0; + this.prerelease = []; + break; -const { - parse: parse$3 -} = require$$0$1; + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++; + } -var loadJson5 = function (filePath, content) { - try { - return parse$3(content); - } catch (error) { - error.message = `JSON5 Error in ${filePath}:\n${error.message}`; - throw error; - } -}; + this.patch = 0; + this.prerelease = []; + break; -var caller = function () { - // see https://code.google.com/p/v8/wiki/JavaScriptStackTraceApi - var origPrepareStackTrace = Error.prepareStackTrace; + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++; + } - Error.prepareStackTrace = function (_, stack) { - return stack; - }; + this.prerelease = []; + break; + // This probably shouldn't be used publicly. + // 1.0.0 "pre" would become 1.0.0-0 which is the wrong direction. - var stack = new Error().stack; - Error.prepareStackTrace = origPrepareStackTrace; - return stack[2].getFileName(); -}; + case 'pre': + if (this.prerelease.length === 0) { + this.prerelease = [0]; + } else { + var i = this.prerelease.length; + + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++; + i = -2; + } + } -var pathParse = createCommonjsModule(function (module) { + if (i === -1) { + // didn't increment anything + this.prerelease.push(0); + } + } - var isWindows = process.platform === 'win32'; // Regex to split a windows path into three parts: [*, device, slash, - // tail] windows-only + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + if (this.prerelease[0] === identifier) { + if (isNaN(this.prerelease[1])) { + this.prerelease = [identifier, 0]; + } + } else { + this.prerelease = [identifier, 0]; + } + } - var splitDeviceRe = /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/; // Regex to split the tail part of the above into [*, dir, basename, ext] + break; - var splitTailRe = /^([\s\S]*?)((?:\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))(?:[\\\/]*)$/; - var win32 = {}; // Function to split a filename into [root, dir, basename, ext] + default: + throw new Error('invalid increment argument: ' + release); + } - function win32SplitPath(filename) { - // Separate device+slash from tail - var result = splitDeviceRe.exec(filename), - device = (result[1] || '') + (result[2] || ''), - tail = result[3] || ''; // Split the tail into dir, basename and extension + this.format(); + this.raw = this.version; + return this; + }; - var result2 = splitTailRe.exec(tail), - dir = result2[1], - basename = result2[2], - ext = result2[3]; - return [device, dir, basename, ext]; - } + exports.inc = inc; - win32.parse = function (pathString) { - if (typeof pathString !== 'string') { - throw new TypeError("Parameter 'pathString' must be a string, not " + typeof pathString); + function inc(version, release, loose, identifier) { + if (typeof loose === 'string') { + identifier = loose; + loose = undefined; } - var allParts = win32SplitPath(pathString); - - if (!allParts || allParts.length !== 4) { - throw new TypeError("Invalid path '" + pathString + "'"); + try { + return new SemVer(version, loose).inc(release, identifier).version; + } catch (er) { + return null; } + } - return { - root: allParts[0], - dir: allParts[0] + allParts[1].slice(0, -1), - base: allParts[2], - ext: allParts[3], - name: allParts[2].slice(0, allParts[2].length - allParts[3].length) - }; - }; // Split a filename into [root, dir, basename, ext], unix version - // 'root' is just a slash, or nothing. + exports.diff = diff; + function diff(version1, version2) { + if (eq(version1, version2)) { + return null; + } else { + var v1 = parse(version1); + var v2 = parse(version2); + var prefix = ''; - var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/; - var posix = {}; + if (v1.prerelease.length || v2.prerelease.length) { + prefix = 'pre'; + var defaultResult = 'prerelease'; + } - function posixSplitPath(filename) { - return splitPathRe.exec(filename).slice(1); - } + for (var key in v1) { + if (key === 'major' || key === 'minor' || key === 'patch') { + if (v1[key] !== v2[key]) { + return prefix + key; + } + } + } - posix.parse = function (pathString) { - if (typeof pathString !== 'string') { - throw new TypeError("Parameter 'pathString' must be a string, not " + typeof pathString); + return defaultResult; // may be undefined } + } - var allParts = posixSplitPath(pathString); - - if (!allParts || allParts.length !== 4) { - throw new TypeError("Invalid path '" + pathString + "'"); - } + exports.compareIdentifiers = compareIdentifiers; + var numeric = /^[0-9]+$/; - allParts[1] = allParts[1] || ''; - allParts[2] = allParts[2] || ''; - allParts[3] = allParts[3] || ''; - return { - root: allParts[0], - dir: allParts[0] + allParts[1].slice(0, -1), - base: allParts[2], - ext: allParts[3], - name: allParts[2].slice(0, allParts[2].length - allParts[3].length) - }; - }; + function compareIdentifiers(a, b) { + var anum = numeric.test(a); + var bnum = numeric.test(b); - if (isWindows) module.exports = win32.parse;else - /* posix */ - module.exports = posix.parse; - module.exports.posix = posix.parse; - module.exports.win32 = win32.parse; -}); + if (anum && bnum) { + a = +a; + b = +b; + } -var parse$4 = path__default['default'].parse || pathParse; + return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1; + } -var getNodeModulesDirs = function getNodeModulesDirs(absoluteStart, modules) { - var prefix = '/'; + exports.rcompareIdentifiers = rcompareIdentifiers; - if (/^([A-Za-z]:)/.test(absoluteStart)) { - prefix = ''; - } else if (/^\\\\/.test(absoluteStart)) { - prefix = '\\\\'; + function rcompareIdentifiers(a, b) { + return compareIdentifiers(b, a); } - var paths = [absoluteStart]; - var parsed = parse$4(absoluteStart); + exports.major = major; - while (parsed.dir !== paths[paths.length - 1]) { - paths.push(parsed.dir); - parsed = parse$4(parsed.dir); + function major(a, loose) { + return new SemVer(a, loose).major; } - return paths.reduce(function (dirs, aPath) { - return dirs.concat(modules.map(function (moduleDir) { - return path__default['default'].resolve(prefix, aPath, moduleDir); - })); - }, []); -}; - -var nodeModulesPaths = function nodeModulesPaths(start, opts, request) { - var modules = opts && opts.moduleDirectory ? [].concat(opts.moduleDirectory) : ['node_modules']; + exports.minor = minor; - if (opts && typeof opts.paths === 'function') { - return opts.paths(request, start, function () { - return getNodeModulesDirs(start, modules); - }, opts); + function minor(a, loose) { + return new SemVer(a, loose).minor; } - var dirs = getNodeModulesDirs(start, modules); - return opts && opts.paths ? dirs.concat(opts.paths) : dirs; -}; + exports.patch = patch; -var normalizeOptions$2 = function (x, opts) { - /** - * This file is purposefully a passthrough. It's expected that third-party - * environments will override it at runtime in order to inject special logic - * into `resolve` (by manipulating the options). One such example is the PnP - * code path in Yarn. - */ - return opts || {}; -}; + function patch(a, loose) { + return new SemVer(a, loose).patch; + } -/* eslint no-invalid-this: 1 */ + exports.compare = compare; -var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible '; -var slice = Array.prototype.slice; -var toStr = Object.prototype.toString; -var funcType = '[object Function]'; + function compare(a, b, loose) { + return new SemVer(a, loose).compare(new SemVer(b, loose)); + } -var implementation = function bind(that) { - var target = this; + exports.compareLoose = compareLoose; - if (typeof target !== 'function' || toStr.call(target) !== funcType) { - throw new TypeError(ERROR_MESSAGE + target); + function compareLoose(a, b) { + return compare(a, b, true); } - var args = slice.call(arguments, 1); - var bound; + exports.rcompare = rcompare; - var binder = function () { - if (this instanceof bound) { - var result = target.apply(this, args.concat(slice.call(arguments))); + function rcompare(a, b, loose) { + return compare(b, a, loose); + } - if (Object(result) === result) { - return result; - } + exports.sort = sort; - return this; - } else { - return target.apply(that, args.concat(slice.call(arguments))); - } - }; + function sort(list, loose) { + return list.sort(function (a, b) { + return exports.compare(a, b, loose); + }); + } - var boundLength = Math.max(0, target.length - args.length); - var boundArgs = []; + exports.rsort = rsort; - for (var i = 0; i < boundLength; i++) { - boundArgs.push('$' + i); + function rsort(list, loose) { + return list.sort(function (a, b) { + return exports.rcompare(a, b, loose); + }); } - bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder); - - if (target.prototype) { - var Empty = function Empty() {}; + exports.gt = gt; - Empty.prototype = target.prototype; - bound.prototype = new Empty(); - Empty.prototype = null; + function gt(a, b, loose) { + return compare(a, b, loose) > 0; } - return bound; -}; + exports.lt = lt; -var functionBind = Function.prototype.bind || implementation; + function lt(a, b, loose) { + return compare(a, b, loose) < 0; + } -var src = functionBind.call(Function.call, Object.prototype.hasOwnProperty); + exports.eq = eq; -var assert = true; -var async_hooks = ">= 8"; -var buffer_ieee754 = "< 0.9.7"; -var buffer$1 = true; -var child_process = true; -var cluster = true; -var console$1 = true; -var constants$1 = true; -var crypto = true; -var _debug_agent = ">= 1 && < 8"; -var _debugger = "< 8"; -var dgram = true; -var diagnostics_channel = ">= 15.1"; -var dns = true; -var domain = ">= 0.7.12"; -var events = true; -var freelist = "< 6"; -var fs = true; -var _http_agent = ">= 0.11.1"; -var _http_client = ">= 0.11.1"; -var _http_common = ">= 0.11.1"; -var _http_incoming = ">= 0.11.1"; -var _http_outgoing = ">= 0.11.1"; -var _http_server = ">= 0.11.1"; -var http = true; -var http2 = ">= 8.8"; -var https = true; -var inspector = ">= 8.0.0"; -var _linklist = "< 8"; -var module$1 = true; -var net = true; -var os = true; -var path$1 = true; -var perf_hooks = ">= 8.5"; -var process$1 = ">= 1"; -var punycode = true; -var querystring = true; -var readline = true; -var repl = true; -var smalloc = ">= 0.11.5 && < 3"; -var _stream_duplex = ">= 0.9.4"; -var _stream_transform = ">= 0.9.4"; -var _stream_wrap = ">= 1.4.1"; -var _stream_passthrough = ">= 0.9.4"; -var _stream_readable = ">= 0.9.4"; -var _stream_writable = ">= 0.9.4"; -var stream = true; -var string_decoder = true; -var sys = [ - ">= 0.6 && < 0.7", - ">= 0.8" -]; -var timers = true; -var _tls_common = ">= 0.11.13"; -var _tls_legacy = ">= 0.11.3 && < 10"; -var _tls_wrap = ">= 0.11.3"; -var tls = true; -var trace_events = ">= 10"; -var tty = true; -var url = true; -var util$3 = true; -var v8 = ">= 1"; -var vm = true; -var wasi = ">= 13.4 && < 13.5"; -var worker_threads = ">= 11.7"; -var zlib = true; -var data = { - assert: assert, - "assert/strict": ">= 15", - async_hooks: async_hooks, - buffer_ieee754: buffer_ieee754, - buffer: buffer$1, - child_process: child_process, - cluster: cluster, - console: console$1, - constants: constants$1, - crypto: crypto, - _debug_agent: _debug_agent, - _debugger: _debugger, - dgram: dgram, - diagnostics_channel: diagnostics_channel, - dns: dns, - "dns/promises": ">= 15", - domain: domain, - events: events, - freelist: freelist, - fs: fs, - "fs/promises": [ - ">= 10 && < 10.1", - ">= 14" -], - _http_agent: _http_agent, - _http_client: _http_client, - _http_common: _http_common, - _http_incoming: _http_incoming, - _http_outgoing: _http_outgoing, - _http_server: _http_server, - http: http, - http2: http2, - https: https, - inspector: inspector, - _linklist: _linklist, - module: module$1, - net: net, - "node-inspect/lib/_inspect": ">= 7.6.0 && < 12", - "node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12", - "node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12", - os: os, - path: path$1, - perf_hooks: perf_hooks, - process: process$1, - punycode: punycode, - querystring: querystring, - readline: readline, - repl: repl, - smalloc: smalloc, - _stream_duplex: _stream_duplex, - _stream_transform: _stream_transform, - _stream_wrap: _stream_wrap, - _stream_passthrough: _stream_passthrough, - _stream_readable: _stream_readable, - _stream_writable: _stream_writable, - stream: stream, - "stream/promises": ">= 15", - string_decoder: string_decoder, - sys: sys, - timers: timers, - "timers/promises": ">= 15", - _tls_common: _tls_common, - _tls_legacy: _tls_legacy, - _tls_wrap: _tls_wrap, - tls: tls, - trace_events: trace_events, - tty: tty, - url: url, - util: util$3, - "v8/tools/arguments": ">= 10 && < 12", - "v8/tools/codemap": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/consarray": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/csvparser": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/logreader": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/profile_view": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/splaytree": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - v8: v8, - vm: vm, - wasi: wasi, - worker_threads: worker_threads, - zlib: zlib -}; + function eq(a, b, loose) { + return compare(a, b, loose) === 0; + } -function specifierIncluded(current, specifier) { - var nodeParts = current.split('.'); - var parts = specifier.split(' '); - var op = parts.length > 1 ? parts[0] : '='; - var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split('.'); + exports.neq = neq; - for (var i = 0; i < 3; ++i) { - var cur = parseInt(nodeParts[i] || 0, 10); - var ver = parseInt(versionParts[i] || 0, 10); + function neq(a, b, loose) { + return compare(a, b, loose) !== 0; + } - if (cur === ver) { - continue; // eslint-disable-line no-restricted-syntax, no-continue - } + exports.gte = gte; - if (op === '<') { - return cur < ver; - } + function gte(a, b, loose) { + return compare(a, b, loose) >= 0; + } - if (op === '>=') { - return cur >= ver; - } + exports.lte = lte; - return false; + function lte(a, b, loose) { + return compare(a, b, loose) <= 0; } - return op === '>='; -} + exports.cmp = cmp; -function matchesRange(current, range) { - var specifiers = range.split(/ ?&& ?/); + function cmp(a, op, b, loose) { + switch (op) { + case '===': + if (typeof a === 'object') a = a.version; + if (typeof b === 'object') b = b.version; + return a === b; - if (specifiers.length === 0) { - return false; - } + case '!==': + if (typeof a === 'object') a = a.version; + if (typeof b === 'object') b = b.version; + return a !== b; - for (var i = 0; i < specifiers.length; ++i) { - if (!specifierIncluded(current, specifiers[i])) { - return false; - } - } + case '': + case '=': + case '==': + return eq(a, b, loose); - return true; -} + case '!=': + return neq(a, b, loose); -function versionIncluded(nodeVersion, specifierValue) { - if (typeof specifierValue === 'boolean') { - return specifierValue; - } + case '>': + return gt(a, b, loose); - var current = typeof nodeVersion === 'undefined' ? process.versions && process.versions.node && process.versions.node : nodeVersion; + case '>=': + return gte(a, b, loose); - if (typeof current !== 'string') { - throw new TypeError(typeof nodeVersion === 'undefined' ? 'Unable to determine current node version' : 'If provided, a valid node version is required'); - } + case '<': + return lt(a, b, loose); - if (specifierValue && typeof specifierValue === 'object') { - for (var i = 0; i < specifierValue.length; ++i) { - if (matchesRange(current, specifierValue[i])) { - return true; - } - } + case '<=': + return lte(a, b, loose); - return false; + default: + throw new TypeError('Invalid operator: ' + op); + } } - return matchesRange(current, specifierValue); -} - -var isCoreModule = function isCore(x, nodeVersion) { - return src(data, x) && versionIncluded(nodeVersion, data[x]); -}; - -var realpathFS = fs__default['default'].realpath && typeof fs__default['default'].realpath.native === 'function' ? fs__default['default'].realpath.native : fs__default['default'].realpath; + exports.Comparator = Comparator; -var defaultIsFile = function isFile(file, cb) { - fs__default['default'].stat(file, function (err, stat) { - if (!err) { - return cb(null, stat.isFile() || stat.isFIFO()); + function Comparator(comp, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + }; } - if (err.code === 'ENOENT' || err.code === 'ENOTDIR') return cb(null, false); - return cb(err); - }); -}; + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp; + } else { + comp = comp.value; + } + } -var defaultIsDir = function isDirectory(dir, cb) { - fs__default['default'].stat(dir, function (err, stat) { - if (!err) { - return cb(null, stat.isDirectory()); + if (!(this instanceof Comparator)) { + return new Comparator(comp, options); } - if (err.code === 'ENOENT' || err.code === 'ENOTDIR') return cb(null, false); - return cb(err); - }); -}; + debug('comparator', comp, options); + this.options = options; + this.loose = !!options.loose; + this.parse(comp); -var defaultRealpath = function realpath(x, cb) { - realpathFS(x, function (realpathErr, realPath) { - if (realpathErr && realpathErr.code !== 'ENOENT') cb(realpathErr);else cb(null, realpathErr ? x : realPath); - }); -}; + if (this.semver === ANY) { + this.value = ''; + } else { + this.value = this.operator + this.semver.version; + } -var maybeRealpath = function maybeRealpath(realpath, x, opts, cb) { - if (opts && opts.preserveSymlinks === false) { - realpath(x, cb); - } else { - cb(null, x); + debug('comp', this); } -}; -var getPackageCandidates = function getPackageCandidates(x, start, opts) { - var dirs = nodeModulesPaths(start, opts, x); + var ANY = {}; - for (var i = 0; i < dirs.length; i++) { - dirs[i] = path__default['default'].join(dirs[i], x); - } + Comparator.prototype.parse = function (comp) { + var r = this.options.loose ? re[COMPARATORLOOSE] : re[COMPARATOR]; + var m = comp.match(r); - return dirs; -}; + if (!m) { + throw new TypeError('Invalid comparator: ' + comp); + } -var async = function resolve(x, options, callback) { - var cb = callback; - var opts = options; + this.operator = m[1]; - if (typeof options === 'function') { - cb = opts; - opts = {}; - } + if (this.operator === '=') { + this.operator = ''; + } // if it literally is just '>' or '' then allow anything. - if (typeof x !== 'string') { - var err = new TypeError('Path must be a string.'); - return process.nextTick(function () { - cb(err); - }); - } - opts = normalizeOptions$2(x, opts); - var isFile = opts.isFile || defaultIsFile; - var isDirectory = opts.isDirectory || defaultIsDir; - var readFile = opts.readFile || fs__default['default'].readFile; - var realpath = opts.realpath || defaultRealpath; - var packageIterator = opts.packageIterator; - var extensions = opts.extensions || ['.js']; - var includeCoreModules = opts.includeCoreModules !== false; - var basedir = opts.basedir || path__default['default'].dirname(caller()); - var parent = opts.filename || basedir; - opts.paths = opts.paths || []; // ensure that `basedir` is an absolute path at this point, resolving against the process' current working directory + if (!m[2]) { + this.semver = ANY; + } else { + this.semver = new SemVer(m[2], this.options.loose); + } + }; - var absoluteStart = path__default['default'].resolve(basedir); - maybeRealpath(realpath, absoluteStart, opts, function (err, realStart) { - if (err) cb(err);else init(realStart); - }); - var res; + Comparator.prototype.toString = function () { + return this.value; + }; - function init(basedir) { - if (/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(x)) { - res = path__default['default'].resolve(basedir, x); - if (x === '.' || x === '..' || x.slice(-1) === '/') res += '/'; + Comparator.prototype.test = function (version) { + debug('Comparator.test', version, this.options.loose); - if (/\/$/.test(x) && res === basedir) { - loadAsDirectory(res, opts.package, onfile); - } else loadAsFile(res, opts.package, onfile); - } else if (includeCoreModules && isCoreModule(x)) { - return cb(null, x); - } else loadNodeModules(x, basedir, function (err, n, pkg) { - if (err) cb(err);else if (n) { - return maybeRealpath(realpath, n, opts, function (err, realN) { - if (err) { - cb(err); - } else { - cb(null, realN, pkg); - } - }); - } else { - var moduleError = new Error("Cannot find module '" + x + "' from '" + parent + "'"); - moduleError.code = 'MODULE_NOT_FOUND'; - cb(moduleError); - } - }); - } + if (this.semver === ANY) { + return true; + } - function onfile(err, m, pkg) { - if (err) cb(err);else if (m) cb(null, m, pkg);else loadAsDirectory(res, function (err, d, pkg) { - if (err) cb(err);else if (d) { - maybeRealpath(realpath, d, opts, function (err, realD) { - if (err) { - cb(err); - } else { - cb(null, realD, pkg); - } - }); - } else { - var moduleError = new Error("Cannot find module '" + x + "' from '" + parent + "'"); - moduleError.code = 'MODULE_NOT_FOUND'; - cb(moduleError); - } - }); - } + if (typeof version === 'string') { + version = new SemVer(version, this.options); + } - function loadAsFile(x, thePackage, callback) { - var loadAsFilePackage = thePackage; - var cb = callback; + return cmp(version, this.operator, this.semver, this.options); + }; - if (typeof loadAsFilePackage === 'function') { - cb = loadAsFilePackage; - loadAsFilePackage = undefined; + Comparator.prototype.intersects = function (comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required'); } - var exts = [''].concat(extensions); - load(exts, x, loadAsFilePackage); + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + }; + } - function load(exts, x, loadPackage) { - if (exts.length === 0) return cb(null, undefined, loadPackage); - var file = x + exts[0]; - var pkg = loadPackage; - if (pkg) onpkg(null, pkg);else loadpkg(path__default['default'].dirname(file), onpkg); + var rangeTmp; - function onpkg(err, pkg_, dir) { - pkg = pkg_; - if (err) return cb(err); + if (this.operator === '') { + rangeTmp = new Range(comp.value, options); + return satisfies(this.value, rangeTmp, options); + } else if (comp.operator === '') { + rangeTmp = new Range(this.value, options); + return satisfies(comp.semver, rangeTmp, options); + } - if (dir && pkg && opts.pathFilter) { - var rfile = path__default['default'].relative(dir, file); - var rel = rfile.slice(0, rfile.length - exts[0].length); - var r = opts.pathFilter(pkg, x, rel); - if (r) return load([''].concat(extensions.slice()), path__default['default'].resolve(dir, r), pkg); - } + var sameDirectionIncreasing = (this.operator === '>=' || this.operator === '>') && (comp.operator === '>=' || comp.operator === '>'); + var sameDirectionDecreasing = (this.operator === '<=' || this.operator === '<') && (comp.operator === '<=' || comp.operator === '<'); + var sameSemVer = this.semver.version === comp.semver.version; + var differentDirectionsInclusive = (this.operator === '>=' || this.operator === '<=') && (comp.operator === '>=' || comp.operator === '<='); + var oppositeDirectionsLessThan = cmp(this.semver, '<', comp.semver, options) && (this.operator === '>=' || this.operator === '>') && (comp.operator === '<=' || comp.operator === '<'); + var oppositeDirectionsGreaterThan = cmp(this.semver, '>', comp.semver, options) && (this.operator === '<=' || this.operator === '<') && (comp.operator === '>=' || comp.operator === '>'); + return sameDirectionIncreasing || sameDirectionDecreasing || sameSemVer && differentDirectionsInclusive || oppositeDirectionsLessThan || oppositeDirectionsGreaterThan; + }; - isFile(file, onex); - } + exports.Range = Range; - function onex(err, ex) { - if (err) return cb(err); - if (ex) return cb(null, file, pkg); - load(exts.slice(1), x, pkg); - } + function Range(range, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + }; } - } - - function loadpkg(dir, cb) { - if (dir === '' || dir === '/') return cb(null); - if (process.platform === 'win32' && /^\w:[/\\]*$/.test(dir)) { - return cb(null); + if (range instanceof Range) { + if (range.loose === !!options.loose && range.includePrerelease === !!options.includePrerelease) { + return range; + } else { + return new Range(range.raw, options); + } } - if (/[/\\]node_modules[/\\]*$/.test(dir)) return cb(null); - maybeRealpath(realpath, dir, opts, function (unwrapErr, pkgdir) { - if (unwrapErr) return loadpkg(path__default['default'].dirname(dir), cb); - var pkgfile = path__default['default'].join(pkgdir, 'package.json'); - isFile(pkgfile, function (err, ex) { - // on err, ex is false - if (!ex) return loadpkg(path__default['default'].dirname(dir), cb); - readFile(pkgfile, function (err, body) { - if (err) cb(err); + if (range instanceof Comparator) { + return new Range(range.value, options); + } - try { - var pkg = JSON.parse(body); - } catch (jsonErr) {} + if (!(this instanceof Range)) { + return new Range(range, options); + } - if (pkg && opts.packageFilter) { - pkg = opts.packageFilter(pkg, pkgfile); - } + this.options = options; + this.loose = !!options.loose; + this.includePrerelease = !!options.includePrerelease; // First, split based on boolean or || - cb(null, pkg, dir); - }); - }); + this.raw = range; + this.set = range.split(/\s*\|\|\s*/).map(function (range) { + return this.parseRange(range.trim()); + }, this).filter(function (c) { + // throw out any that are not relevant for whatever reason + return c.length; }); - } - function loadAsDirectory(x, loadAsDirectoryPackage, callback) { - var cb = callback; - var fpkg = loadAsDirectoryPackage; - - if (typeof fpkg === 'function') { - cb = fpkg; - fpkg = opts.package; + if (!this.set.length) { + throw new TypeError('Invalid SemVer Range: ' + range); } - maybeRealpath(realpath, x, opts, function (unwrapErr, pkgdir) { - if (unwrapErr) return cb(unwrapErr); - var pkgfile = path__default['default'].join(pkgdir, 'package.json'); - isFile(pkgfile, function (err, ex) { - if (err) return cb(err); - if (!ex) return loadAsFile(path__default['default'].join(x, 'index'), fpkg, cb); - readFile(pkgfile, function (err, body) { - if (err) return cb(err); + this.format(); + } - try { - var pkg = JSON.parse(body); - } catch (jsonErr) {} + Range.prototype.format = function () { + this.range = this.set.map(function (comps) { + return comps.join(' ').trim(); + }).join('||').trim(); + return this.range; + }; - if (pkg && opts.packageFilter) { - pkg = opts.packageFilter(pkg, pkgfile); - } + Range.prototype.toString = function () { + return this.range; + }; - if (pkg && pkg.main) { - if (typeof pkg.main !== 'string') { - var mainError = new TypeError('package “' + pkg.name + '” `main` must be a string'); - mainError.code = 'INVALID_PACKAGE_MAIN'; - return cb(mainError); - } + Range.prototype.parseRange = function (range) { + var loose = this.options.loose; + range = range.trim(); // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` - if (pkg.main === '.' || pkg.main === './') { - pkg.main = 'index'; - } + var hr = loose ? re[HYPHENRANGELOOSE] : re[HYPHENRANGE]; + range = range.replace(hr, hyphenReplace); + debug('hyphen replace', range); // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` - loadAsFile(path__default['default'].resolve(x, pkg.main), pkg, function (err, m, pkg) { - if (err) return cb(err); - if (m) return cb(null, m, pkg); - if (!pkg) return loadAsFile(path__default['default'].join(x, 'index'), pkg, cb); - var dir = path__default['default'].resolve(x, pkg.main); - loadAsDirectory(dir, pkg, function (err, n, pkg) { - if (err) return cb(err); - if (n) return cb(null, n, pkg); - loadAsFile(path__default['default'].join(x, 'index'), pkg, cb); - }); - }); - return; - } + range = range.replace(re[COMPARATORTRIM], comparatorTrimReplace); + debug('comparator trim', range, re[COMPARATORTRIM]); // `~ 1.2.3` => `~1.2.3` - loadAsFile(path__default['default'].join(x, '/index'), pkg, cb); - }); - }); - }); - } + range = range.replace(re[TILDETRIM], tildeTrimReplace); // `^ 1.2.3` => `^1.2.3` - function processDirs(cb, dirs) { - if (dirs.length === 0) return cb(null, undefined); - var dir = dirs[0]; - isDirectory(path__default['default'].dirname(dir), isdir); + range = range.replace(re[CARETTRIM], caretTrimReplace); // normalize spaces - function isdir(err, isdir) { - if (err) return cb(err); - if (!isdir) return processDirs(cb, dirs.slice(1)); - loadAsFile(dir, opts.package, onfile); - } + range = range.split(/\s+/).join(' '); // At this point, the range is completely trimmed and + // ready to be split into comparators. - function onfile(err, m, pkg) { - if (err) return cb(err); - if (m) return cb(null, m, pkg); - loadAsDirectory(dir, opts.package, ondir); - } + var compRe = loose ? re[COMPARATORLOOSE] : re[COMPARATOR]; + var set = range.split(' ').map(function (comp) { + return parseComparator(comp, this.options); + }, this).join(' ').split(/\s+/); - function ondir(err, n, pkg) { - if (err) return cb(err); - if (n) return cb(null, n, pkg); - processDirs(cb, dirs.slice(1)); + if (this.options.loose) { + // in loose mode, throw out any that are not valid comparators + set = set.filter(function (comp) { + return !!comp.match(compRe); + }); } - } - - function loadNodeModules(x, start, cb) { - var thunk = function () { - return getPackageCandidates(x, start, opts); - }; - processDirs(cb, packageIterator ? packageIterator(x, start, thunk, opts) : thunk()); - } -}; + set = set.map(function (comp) { + return new Comparator(comp, this.options); + }, this); + return set; + }; -var assert$1 = true; -var async_hooks$1 = ">= 8"; -var buffer_ieee754$1 = "< 0.9.7"; -var buffer$2 = true; -var child_process$1 = true; -var cluster$1 = true; -var console$2 = true; -var constants$2 = true; -var crypto$1 = true; -var _debug_agent$1 = ">= 1 && < 8"; -var _debugger$1 = "< 8"; -var dgram$1 = true; -var diagnostics_channel$1 = ">= 15.1"; -var dns$1 = true; -var domain$1 = ">= 0.7.12"; -var events$1 = true; -var freelist$1 = "< 6"; -var fs$1 = true; -var _http_agent$1 = ">= 0.11.1"; -var _http_client$1 = ">= 0.11.1"; -var _http_common$1 = ">= 0.11.1"; -var _http_incoming$1 = ">= 0.11.1"; -var _http_outgoing$1 = ">= 0.11.1"; -var _http_server$1 = ">= 0.11.1"; -var http$1 = true; -var http2$1 = ">= 8.8"; -var https$1 = true; -var inspector$1 = ">= 8.0.0"; -var _linklist$1 = "< 8"; -var module$2 = true; -var net$1 = true; -var os$1 = true; -var path$2 = true; -var perf_hooks$1 = ">= 8.5"; -var process$2 = ">= 1"; -var punycode$1 = true; -var querystring$1 = true; -var readline$1 = true; -var repl$1 = true; -var smalloc$1 = ">= 0.11.5 && < 3"; -var _stream_duplex$1 = ">= 0.9.4"; -var _stream_transform$1 = ">= 0.9.4"; -var _stream_wrap$1 = ">= 1.4.1"; -var _stream_passthrough$1 = ">= 0.9.4"; -var _stream_readable$1 = ">= 0.9.4"; -var _stream_writable$1 = ">= 0.9.4"; -var stream$1 = true; -var string_decoder$1 = true; -var sys$1 = [ - ">= 0.6 && < 0.7", - ">= 0.8" -]; -var timers$1 = true; -var _tls_common$1 = ">= 0.11.13"; -var _tls_legacy$1 = ">= 0.11.3 && < 10"; -var _tls_wrap$1 = ">= 0.11.3"; -var tls$1 = true; -var trace_events$1 = ">= 10"; -var tty$1 = true; -var url$1 = true; -var util$4 = true; -var v8$1 = ">= 1"; -var vm$1 = true; -var wasi$1 = ">= 13.4 && < 13.5"; -var worker_threads$1 = ">= 11.7"; -var zlib$1 = true; -var data$1 = { - assert: assert$1, - "assert/strict": ">= 15", - async_hooks: async_hooks$1, - buffer_ieee754: buffer_ieee754$1, - buffer: buffer$2, - child_process: child_process$1, - cluster: cluster$1, - console: console$2, - constants: constants$2, - crypto: crypto$1, - _debug_agent: _debug_agent$1, - _debugger: _debugger$1, - dgram: dgram$1, - diagnostics_channel: diagnostics_channel$1, - dns: dns$1, - "dns/promises": ">= 15", - domain: domain$1, - events: events$1, - freelist: freelist$1, - fs: fs$1, - "fs/promises": [ - ">= 10 && < 10.1", - ">= 14" -], - _http_agent: _http_agent$1, - _http_client: _http_client$1, - _http_common: _http_common$1, - _http_incoming: _http_incoming$1, - _http_outgoing: _http_outgoing$1, - _http_server: _http_server$1, - http: http$1, - http2: http2$1, - https: https$1, - inspector: inspector$1, - _linklist: _linklist$1, - module: module$2, - net: net$1, - "node-inspect/lib/_inspect": ">= 7.6.0 && < 12", - "node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12", - "node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12", - os: os$1, - path: path$2, - perf_hooks: perf_hooks$1, - process: process$2, - punycode: punycode$1, - querystring: querystring$1, - readline: readline$1, - repl: repl$1, - smalloc: smalloc$1, - _stream_duplex: _stream_duplex$1, - _stream_transform: _stream_transform$1, - _stream_wrap: _stream_wrap$1, - _stream_passthrough: _stream_passthrough$1, - _stream_readable: _stream_readable$1, - _stream_writable: _stream_writable$1, - stream: stream$1, - "stream/promises": ">= 15", - string_decoder: string_decoder$1, - sys: sys$1, - timers: timers$1, - "timers/promises": ">= 15", - _tls_common: _tls_common$1, - _tls_legacy: _tls_legacy$1, - _tls_wrap: _tls_wrap$1, - tls: tls$1, - trace_events: trace_events$1, - tty: tty$1, - url: url$1, - util: util$4, - "v8/tools/arguments": ">= 10 && < 12", - "v8/tools/codemap": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/consarray": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/csvparser": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/logreader": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/profile_view": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - "v8/tools/splaytree": [ - ">= 4.4.0 && < 5", - ">= 5.2.0 && < 12" -], - v8: v8$1, - vm: vm$1, - wasi: wasi$1, - worker_threads: worker_threads$1, - zlib: zlib$1 -}; + Range.prototype.intersects = function (range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required'); + } -var current = process.versions && process.versions.node && process.versions.node.split('.') || []; + return this.set.some(function (thisComparators) { + return thisComparators.every(function (thisComparator) { + return range.set.some(function (rangeComparators) { + return rangeComparators.every(function (rangeComparator) { + return thisComparator.intersects(rangeComparator, options); + }); + }); + }); + }); + }; // Mostly just for testing and legacy API reasons -function specifierIncluded$1(specifier) { - var parts = specifier.split(' '); - var op = parts.length > 1 ? parts[0] : '='; - var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split('.'); - for (var i = 0; i < 3; ++i) { - var cur = parseInt(current[i] || 0, 10); - var ver = parseInt(versionParts[i] || 0, 10); + exports.toComparators = toComparators; - if (cur === ver) { - continue; // eslint-disable-line no-restricted-syntax, no-continue - } + function toComparators(range, options) { + return new Range(range, options).set.map(function (comp) { + return comp.map(function (c) { + return c.value; + }).join(' ').trim().split(' '); + }); + } // comprised of xranges, tildes, stars, and gtlt's at this point. + // already replaced the hyphen ranges + // turn into a set of JUST comparators. - if (op === '<') { - return cur < ver; - } else if (op === '>=') { - return cur >= ver; - } else { - return false; - } + + function parseComparator(comp, options) { + debug('comp', comp, options); + comp = replaceCarets(comp, options); + debug('caret', comp); + comp = replaceTildes(comp, options); + debug('tildes', comp); + comp = replaceXRanges(comp, options); + debug('xrange', comp); + comp = replaceStars(comp, options); + debug('stars', comp); + return comp; } - return op === '>='; -} + function isX(id) { + return !id || id.toLowerCase() === 'x' || id === '*'; + } // ~, ~> --> * (any, kinda silly) + // ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0 + // ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0 + // ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0 + // ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0 + // ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0 -function matchesRange$1(range) { - var specifiers = range.split(/ ?&& ?/); - if (specifiers.length === 0) { - return false; + function replaceTildes(comp, options) { + return comp.trim().split(/\s+/).map(function (comp) { + return replaceTilde(comp, options); + }).join(' '); } - for (var i = 0; i < specifiers.length; ++i) { - if (!specifierIncluded$1(specifiers[i])) { - return false; - } - } + function replaceTilde(comp, options) { + var r = options.loose ? re[TILDELOOSE] : re[TILDE]; + return comp.replace(r, function (_, M, m, p, pr) { + debug('tilde', comp, _, M, m, p, pr); + var ret; - return true; -} + if (isX(M)) { + ret = ''; + } else if (isX(m)) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'; + } else if (isX(p)) { + // ~1.2 == >=1.2.0 <1.3.0 + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'; + } else if (pr) { + debug('replaceTilde pr', pr); + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + M + '.' + (+m + 1) + '.0'; + } else { + // ~1.2.3 == >=1.2.3 <1.3.0 + ret = '>=' + M + '.' + m + '.' + p + ' <' + M + '.' + (+m + 1) + '.0'; + } -function versionIncluded$1(specifierValue) { - if (typeof specifierValue === 'boolean') { - return specifierValue; - } + debug('tilde return', ret); + return ret; + }); + } // ^ --> * (any, kinda silly) + // ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0 + // ^2.0, ^2.0.x --> >=2.0.0 <3.0.0 + // ^1.2, ^1.2.x --> >=1.2.0 <2.0.0 + // ^1.2.3 --> >=1.2.3 <2.0.0 + // ^1.2.0 --> >=1.2.0 <2.0.0 - if (specifierValue && typeof specifierValue === 'object') { - for (var i = 0; i < specifierValue.length; ++i) { - if (matchesRange$1(specifierValue[i])) { - return true; - } - } - return false; + function replaceCarets(comp, options) { + return comp.trim().split(/\s+/).map(function (comp) { + return replaceCaret(comp, options); + }).join(' '); } - return matchesRange$1(specifierValue); -} - -var core$1 = {}; + function replaceCaret(comp, options) { + debug('caret', comp, options); + var r = options.loose ? re[CARETLOOSE] : re[CARET]; + return comp.replace(r, function (_, M, m, p, pr) { + debug('caret', comp, _, M, m, p, pr); + var ret; -for (var mod in data$1) { - // eslint-disable-line no-restricted-syntax - if (Object.prototype.hasOwnProperty.call(data$1, mod)) { - core$1[mod] = versionIncluded$1(data$1[mod]); - } -} + if (isX(M)) { + ret = ''; + } else if (isX(m)) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'; + } else if (isX(p)) { + if (M === '0') { + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'; + } else { + ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'; + } + } else if (pr) { + debug('replaceCaret pr', pr); -var core_1 = core$1; + if (M === '0') { + if (m === '0') { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + M + '.' + m + '.' + (+p + 1); + } else { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + M + '.' + (+m + 1) + '.0'; + } + } else { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + (+M + 1) + '.0.0'; + } + } else { + debug('no pr'); -var isCore = function isCore(x) { - return isCoreModule(x); -}; + if (M === '0') { + if (m === '0') { + ret = '>=' + M + '.' + m + '.' + p + ' <' + M + '.' + m + '.' + (+p + 1); + } else { + ret = '>=' + M + '.' + m + '.' + p + ' <' + M + '.' + (+m + 1) + '.0'; + } + } else { + ret = '>=' + M + '.' + m + '.' + p + ' <' + (+M + 1) + '.0.0'; + } + } -var realpathFS$1 = fs__default['default'].realpathSync && typeof fs__default['default'].realpathSync.native === 'function' ? fs__default['default'].realpathSync.native : fs__default['default'].realpathSync; + debug('caret return', ret); + return ret; + }); + } -var defaultIsFile$1 = function isFile(file) { - try { - var stat = fs__default['default'].statSync(file); - } catch (e) { - if (e && (e.code === 'ENOENT' || e.code === 'ENOTDIR')) return false; - throw e; + function replaceXRanges(comp, options) { + debug('replaceXRanges', comp, options); + return comp.split(/\s+/).map(function (comp) { + return replaceXRange(comp, options); + }).join(' '); } - return stat.isFile() || stat.isFIFO(); -}; + function replaceXRange(comp, options) { + comp = comp.trim(); + var r = options.loose ? re[XRANGELOOSE] : re[XRANGE]; + return comp.replace(r, function (ret, gtlt, M, m, p, pr) { + debug('xRange', comp, ret, gtlt, M, m, p, pr); + var xM = isX(M); + var xm = xM || isX(m); + var xp = xm || isX(p); + var anyX = xp; -var defaultIsDir$1 = function isDirectory(dir) { - try { - var stat = fs__default['default'].statSync(dir); - } catch (e) { - if (e && (e.code === 'ENOENT' || e.code === 'ENOTDIR')) return false; - throw e; - } + if (gtlt === '=' && anyX) { + gtlt = ''; + } - return stat.isDirectory(); -}; + if (xM) { + if (gtlt === '>' || gtlt === '<') { + // nothing is allowed + ret = '<0.0.0'; + } else { + // nothing is forbidden + ret = '*'; + } + } else if (gtlt && anyX) { + // we know patch is an x, because we have any x at all. + // replace X with 0 + if (xm) { + m = 0; + } -var defaultRealpathSync = function realpathSync(x) { - try { - return realpathFS$1(x); - } catch (realpathErr) { - if (realpathErr.code !== 'ENOENT') { - throw realpathErr; - } - } + p = 0; - return x; -}; + if (gtlt === '>') { + // >1 => >=2.0.0 + // >1.2 => >=1.3.0 + // >1.2.3 => >= 1.2.4 + gtlt = '>='; -var maybeRealpathSync = function maybeRealpathSync(realpathSync, x, opts) { - if (opts && opts.preserveSymlinks === false) { - return realpathSync(x); - } + if (xm) { + M = +M + 1; + m = 0; + p = 0; + } else { + m = +m + 1; + p = 0; + } + } else if (gtlt === '<=') { + // <=0.7.x is actually <0.8.0, since any 0.7.x should + // pass. Similarly, <=7.x is actually <8.0.0, etc. + gtlt = '<'; - return x; -}; + if (xm) { + M = +M + 1; + } else { + m = +m + 1; + } + } -var getPackageCandidates$1 = function getPackageCandidates(x, start, opts) { - var dirs = nodeModulesPaths(start, opts, x); + ret = gtlt + M + '.' + m + '.' + p; + } else if (xm) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'; + } else if (xp) { + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'; + } - for (var i = 0; i < dirs.length; i++) { - dirs[i] = path__default['default'].join(dirs[i], x); - } + debug('xRange return', ret); + return ret; + }); + } // Because * is AND-ed with everything else in the comparator, + // and '' means "any version", just remove the *s entirely. - return dirs; -}; -var sync = function resolveSync(x, options) { - if (typeof x !== 'string') { - throw new TypeError('Path must be a string.'); - } + function replaceStars(comp, options) { + debug('replaceStars', comp, options); // Looseness is ignored here. star is always as loose as it gets! - var opts = normalizeOptions$2(x, options); - var isFile = opts.isFile || defaultIsFile$1; - var readFileSync = opts.readFileSync || fs__default['default'].readFileSync; - var isDirectory = opts.isDirectory || defaultIsDir$1; - var realpathSync = opts.realpathSync || defaultRealpathSync; - var packageIterator = opts.packageIterator; - var extensions = opts.extensions || ['.js']; - var includeCoreModules = opts.includeCoreModules !== false; - var basedir = opts.basedir || path__default['default'].dirname(caller()); - var parent = opts.filename || basedir; - opts.paths = opts.paths || []; // ensure that `basedir` is an absolute path at this point, resolving against the process' current working directory + return comp.trim().replace(re[STAR], ''); + } // This function is passed to string.replace(re[HYPHENRANGE]) + // M, m, patch, prerelease, build + // 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 + // 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do + // 1.2 - 3.4 => >=1.2.0 <3.5.0 - var absoluteStart = maybeRealpathSync(realpathSync, path__default['default'].resolve(basedir), opts); - if (/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(x)) { - var res = path__default['default'].resolve(absoluteStart, x); - if (x === '.' || x === '..' || x.slice(-1) === '/') res += '/'; - var m = loadAsFileSync(res) || loadAsDirectorySync(res); - if (m) return maybeRealpathSync(realpathSync, m, opts); - } else if (includeCoreModules && isCoreModule(x)) { - return x; - } else { - var n = loadNodeModulesSync(x, absoluteStart); - if (n) return maybeRealpathSync(realpathSync, n, opts); - } + function hyphenReplace($0, from, fM, fm, fp, fpr, fb, to, tM, tm, tp, tpr, tb) { + if (isX(fM)) { + from = ''; + } else if (isX(fm)) { + from = '>=' + fM + '.0.0'; + } else if (isX(fp)) { + from = '>=' + fM + '.' + fm + '.0'; + } else { + from = '>=' + from; + } - var err = new Error("Cannot find module '" + x + "' from '" + parent + "'"); - err.code = 'MODULE_NOT_FOUND'; - throw err; + if (isX(tM)) { + to = ''; + } else if (isX(tm)) { + to = '<' + (+tM + 1) + '.0.0'; + } else if (isX(tp)) { + to = '<' + tM + '.' + (+tm + 1) + '.0'; + } else if (tpr) { + to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr; + } else { + to = '<=' + to; + } - function loadAsFileSync(x) { - var pkg = loadpkg(path__default['default'].dirname(x)); + return (from + ' ' + to).trim(); + } // if ANY of the sets match ALL of its comparators, then pass - if (pkg && pkg.dir && pkg.pkg && opts.pathFilter) { - var rfile = path__default['default'].relative(pkg.dir, x); - var r = opts.pathFilter(pkg.pkg, x, rfile); - if (r) { - x = path__default['default'].resolve(pkg.dir, r); // eslint-disable-line no-param-reassign - } + Range.prototype.test = function (version) { + if (!version) { + return false; } - if (isFile(x)) { - return x; + if (typeof version === 'string') { + version = new SemVer(version, this.options); } - for (var i = 0; i < extensions.length; i++) { - var file = x + extensions[i]; - - if (isFile(file)) { - return file; + for (var i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true; } } - } - function loadpkg(dir) { - if (dir === '' || dir === '/') return; + return false; + }; - if (process.platform === 'win32' && /^\w:[/\\]*$/.test(dir)) { - return; + function testSet(set, version, options) { + for (var i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false; + } } - if (/[/\\]node_modules[/\\]*$/.test(dir)) return; - var pkgfile = path__default['default'].join(maybeRealpathSync(realpathSync, dir, opts), 'package.json'); + if (version.prerelease.length && !options.includePrerelease) { + // Find the set of versions that are allowed to have prereleases + // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 + // That should allow `1.2.3-pr.2` to pass. + // However, `1.2.4-alpha.notready` should NOT be allowed, + // even though it's within the range set by the comparators. + for (i = 0; i < set.length; i++) { + debug(set[i].semver); - if (!isFile(pkgfile)) { - return loadpkg(path__default['default'].dirname(dir)); - } + if (set[i].semver === ANY) { + continue; + } - var body = readFileSync(pkgfile); + if (set[i].semver.prerelease.length > 0) { + var allowed = set[i].semver; - try { - var pkg = JSON.parse(body); - } catch (jsonErr) {} + if (allowed.major === version.major && allowed.minor === version.minor && allowed.patch === version.patch) { + return true; + } + } + } // Version has a -pre, but it's not one of the ones we like. - if (pkg && opts.packageFilter) { - // v2 will pass pkgfile - pkg = opts.packageFilter(pkg, - /*pkgfile,*/ - dir); // eslint-disable-line spaced-comment + + return false; } - return { - pkg: pkg, - dir: dir - }; + return true; } - function loadAsDirectorySync(x) { - var pkgfile = path__default['default'].join(maybeRealpathSync(realpathSync, x, opts), '/package.json'); + exports.satisfies = satisfies; - if (isFile(pkgfile)) { - try { - var body = readFileSync(pkgfile, 'UTF8'); - var pkg = JSON.parse(body); - } catch (e) {} + function satisfies(version, range, options) { + try { + range = new Range(range, options); + } catch (er) { + return false; + } - if (pkg && opts.packageFilter) { - // v2 will pass pkgfile - pkg = opts.packageFilter(pkg, - /*pkgfile,*/ - x); // eslint-disable-line spaced-comment - } + return range.test(version); + } - if (pkg && pkg.main) { - if (typeof pkg.main !== 'string') { - var mainError = new TypeError('package “' + pkg.name + '” `main` must be a string'); - mainError.code = 'INVALID_PACKAGE_MAIN'; - throw mainError; - } + exports.maxSatisfying = maxSatisfying; - if (pkg.main === '.' || pkg.main === './') { - pkg.main = 'index'; - } + function maxSatisfying(versions, range, options) { + var max = null; + var maxSV = null; - try { - var m = loadAsFileSync(path__default['default'].resolve(x, pkg.main)); - if (m) return m; - var n = loadAsDirectorySync(path__default['default'].resolve(x, pkg.main)); - if (n) return n; - } catch (e) {} - } + try { + var rangeObj = new Range(range, options); + } catch (er) { + return null; } - return loadAsFileSync(path__default['default'].join(x, '/index')); + versions.forEach(function (v) { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!max || maxSV.compare(v) === -1) { + // compare(max, v, true) + max = v; + maxSV = new SemVer(max, options); + } + } + }); + return max; } - function loadNodeModulesSync(x, start) { - var thunk = function () { - return getPackageCandidates$1(x, start, opts); - }; + exports.minSatisfying = minSatisfying; - var dirs = packageIterator ? packageIterator(x, start, thunk, opts) : thunk(); + function minSatisfying(versions, range, options) { + var min = null; + var minSV = null; - for (var i = 0; i < dirs.length; i++) { - var dir = dirs[i]; + try { + var rangeObj = new Range(range, options); + } catch (er) { + return null; + } - if (isDirectory(path__default['default'].dirname(dir))) { - var m = loadAsFileSync(dir); - if (m) return m; - var n = loadAsDirectorySync(dir); - if (n) return n; + versions.forEach(function (v) { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!min || minSV.compare(v) === 1) { + // compare(min, v, true) + min = v; + minSV = new SemVer(min, options); + } } - } + }); + return min; } -}; -async.core = core_1; -async.isCore = isCore; -async.sync = sync; -var resolve = async; + exports.minVersion = minVersion; -let { - resolve: resolve$1 -} = require; // In the VS Code and Atom extensions `require` is overridden and `require.resolve` doesn't support the 2nd argument. + function minVersion(range, loose) { + range = new Range(range, loose); + var minver = new SemVer('0.0.0'); -if (resolve$1.length === 1 || process.env.PRETTIER_FALLBACK_RESOLVE) { - resolve$1 = (id, options) => { - let basedir; + if (range.test(minver)) { + return minver; + } - if (options && options.paths && options.paths.length === 1) { - basedir = options.paths[0]; + minver = new SemVer('0.0.0-0'); + + if (range.test(minver)) { + return minver; } - return resolve.sync(id, { - basedir - }); - }; -} + minver = null; -var resolve_1 = resolve$1; + for (var i = 0; i < range.set.length; ++i) { + var comparators = range.set[i]; + comparators.forEach(function (comparator) { + // Clone to avoid manipulating the comparator's semver object. + var compver = new SemVer(comparator.semver.version); -var semver$2 = createCommonjsModule(function (module, exports) { - exports = module.exports = SemVer; - var debug; - /* istanbul ignore next */ + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++; + } else { + compver.prerelease.push(0); + } - if (typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG)) { - debug = function () { - var args = Array.prototype.slice.call(arguments, 0); - args.unshift('SEMVER'); - console.log.apply(console, args); - }; - } else { - debug = function () {}; - } // Note: this is the semver.org version of the spec that it implements - // Not necessarily the package version of this code. + compver.raw = compver.format(); + + /* fallthrough */ + + case '': + case '>=': + if (!minver || gt(minver, compver)) { + minver = compver; + } + + break; + + case '<': + case '<=': + /* Ignore maximum versions */ + break; + + /* istanbul ignore next */ + + default: + throw new Error('Unexpected operation: ' + comparator.operator); + } + }); + } + if (minver && range.test(minver)) { + return minver; + } - exports.SEMVER_SPEC_VERSION = '2.0.0'; - var MAX_LENGTH = 256; - var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || - /* istanbul ignore next */ - 9007199254740991; // Max safe segment length for coercion. + return null; + } - var MAX_SAFE_COMPONENT_LENGTH = 16; // The actual regexps go on exports.re + exports.validRange = validRange; - var re = exports.re = []; - var src = exports.src = []; - var R = 0; // The following Regular Expressions can be used for tokenizing, - // validating, and parsing SemVer version strings. - // ## Numeric Identifier - // A single `0`, or a non-zero digit followed by zero or more digits. + function validRange(range, options) { + try { + // Return '*' instead of '' so that truthiness works. + // This will throw if it's invalid anyway + return new Range(range, options).range || '*'; + } catch (er) { + return null; + } + } // Determine if version is less than all the versions possible in the range - var NUMERICIDENTIFIER = R++; - src[NUMERICIDENTIFIER] = '0|[1-9]\\d*'; - var NUMERICIDENTIFIERLOOSE = R++; - src[NUMERICIDENTIFIERLOOSE] = '[0-9]+'; // ## Non-numeric Identifier - // Zero or more digits, followed by a letter or hyphen, and then zero or - // more letters, digits, or hyphens. - var NONNUMERICIDENTIFIER = R++; - src[NONNUMERICIDENTIFIER] = '\\d*[a-zA-Z-][a-zA-Z0-9-]*'; // ## Main Version - // Three dot-separated numeric identifiers. + exports.ltr = ltr; - var MAINVERSION = R++; - src[MAINVERSION] = '(' + src[NUMERICIDENTIFIER] + ')\\.' + '(' + src[NUMERICIDENTIFIER] + ')\\.' + '(' + src[NUMERICIDENTIFIER] + ')'; - var MAINVERSIONLOOSE = R++; - src[MAINVERSIONLOOSE] = '(' + src[NUMERICIDENTIFIERLOOSE] + ')\\.' + '(' + src[NUMERICIDENTIFIERLOOSE] + ')\\.' + '(' + src[NUMERICIDENTIFIERLOOSE] + ')'; // ## Pre-release Version Identifier - // A numeric identifier, or a non-numeric identifier. + function ltr(version, range, options) { + return outside(version, range, '<', options); + } // Determine if version is greater than all the versions possible in the range. - var PRERELEASEIDENTIFIER = R++; - src[PRERELEASEIDENTIFIER] = '(?:' + src[NUMERICIDENTIFIER] + '|' + src[NONNUMERICIDENTIFIER] + ')'; - var PRERELEASEIDENTIFIERLOOSE = R++; - src[PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[NUMERICIDENTIFIERLOOSE] + '|' + src[NONNUMERICIDENTIFIER] + ')'; // ## Pre-release Version - // Hyphen, followed by one or more dot-separated pre-release version - // identifiers. - var PRERELEASE = R++; - src[PRERELEASE] = '(?:-(' + src[PRERELEASEIDENTIFIER] + '(?:\\.' + src[PRERELEASEIDENTIFIER] + ')*))'; - var PRERELEASELOOSE = R++; - src[PRERELEASELOOSE] = '(?:-?(' + src[PRERELEASEIDENTIFIERLOOSE] + '(?:\\.' + src[PRERELEASEIDENTIFIERLOOSE] + ')*))'; // ## Build Metadata Identifier - // Any combination of digits, letters, or hyphens. + exports.gtr = gtr; - var BUILDIDENTIFIER = R++; - src[BUILDIDENTIFIER] = '[0-9A-Za-z-]+'; // ## Build Metadata - // Plus sign, followed by one or more period-separated build metadata - // identifiers. + function gtr(version, range, options) { + return outside(version, range, '>', options); + } - var BUILD = R++; - src[BUILD] = '(?:\\+(' + src[BUILDIDENTIFIER] + '(?:\\.' + src[BUILDIDENTIFIER] + ')*))'; // ## Full Version String - // A main version, followed optionally by a pre-release version and - // build metadata. - // Note that the only major, minor, patch, and pre-release sections of - // the version string are capturing groups. The build metadata is not a - // capturing group, because it should not ever be used in version - // comparison. + exports.outside = outside; - var FULL = R++; - var FULLPLAIN = 'v?' + src[MAINVERSION] + src[PRERELEASE] + '?' + src[BUILD] + '?'; - src[FULL] = '^' + FULLPLAIN + '$'; // like full, but allows v1.2.3 and =1.2.3, which people do sometimes. - // also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty - // common in the npm registry. + function outside(version, range, hilo, options) { + version = new SemVer(version, options); + range = new Range(range, options); + var gtfn, ltefn, ltfn, comp, ecomp; - var LOOSEPLAIN = '[v=\\s]*' + src[MAINVERSIONLOOSE] + src[PRERELEASELOOSE] + '?' + src[BUILD] + '?'; - var LOOSE = R++; - src[LOOSE] = '^' + LOOSEPLAIN + '$'; - var GTLT = R++; - src[GTLT] = '((?:<|>)?=?)'; // Something like "2.*" or "1.2.x". - // Note that "x.x" is a valid xRange identifer, meaning "any version" - // Only the first item is strictly required. + switch (hilo) { + case '>': + gtfn = gt; + ltefn = lte; + ltfn = lt; + comp = '>'; + ecomp = '>='; + break; - var XRANGEIDENTIFIERLOOSE = R++; - src[XRANGEIDENTIFIERLOOSE] = src[NUMERICIDENTIFIERLOOSE] + '|x|X|\\*'; - var XRANGEIDENTIFIER = R++; - src[XRANGEIDENTIFIER] = src[NUMERICIDENTIFIER] + '|x|X|\\*'; - var XRANGEPLAIN = R++; - src[XRANGEPLAIN] = '[v=\\s]*(' + src[XRANGEIDENTIFIER] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIER] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIER] + ')' + '(?:' + src[PRERELEASE] + ')?' + src[BUILD] + '?' + ')?)?'; - var XRANGEPLAINLOOSE = R++; - src[XRANGEPLAINLOOSE] = '[v=\\s]*(' + src[XRANGEIDENTIFIERLOOSE] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIERLOOSE] + ')' + '(?:\\.(' + src[XRANGEIDENTIFIERLOOSE] + ')' + '(?:' + src[PRERELEASELOOSE] + ')?' + src[BUILD] + '?' + ')?)?'; - var XRANGE = R++; - src[XRANGE] = '^' + src[GTLT] + '\\s*' + src[XRANGEPLAIN] + '$'; - var XRANGELOOSE = R++; - src[XRANGELOOSE] = '^' + src[GTLT] + '\\s*' + src[XRANGEPLAINLOOSE] + '$'; // Coercion. - // Extract anything that could conceivably be a part of a valid semver + case '<': + gtfn = lt; + ltefn = gte; + ltfn = gt; + comp = '<'; + ecomp = '<='; + break; - var COERCE = R++; - src[COERCE] = '(?:^|[^\\d])' + '(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + '(?:$|[^\\d])'; // Tilde ranges. - // Meaning is "reasonably at or greater than" + default: + throw new TypeError('Must provide a hilo val of "<" or ">"'); + } // If it satisifes the range it is not outside - var LONETILDE = R++; - src[LONETILDE] = '(?:~>?)'; - var TILDETRIM = R++; - src[TILDETRIM] = '(\\s*)' + src[LONETILDE] + '\\s+'; - re[TILDETRIM] = new RegExp(src[TILDETRIM], 'g'); - var tildeTrimReplace = '$1~'; - var TILDE = R++; - src[TILDE] = '^' + src[LONETILDE] + src[XRANGEPLAIN] + '$'; - var TILDELOOSE = R++; - src[TILDELOOSE] = '^' + src[LONETILDE] + src[XRANGEPLAINLOOSE] + '$'; // Caret ranges. - // Meaning is "at least and backwards compatible with" - var LONECARET = R++; - src[LONECARET] = '(?:\\^)'; - var CARETTRIM = R++; - src[CARETTRIM] = '(\\s*)' + src[LONECARET] + '\\s+'; - re[CARETTRIM] = new RegExp(src[CARETTRIM], 'g'); - var caretTrimReplace = '$1^'; - var CARET = R++; - src[CARET] = '^' + src[LONECARET] + src[XRANGEPLAIN] + '$'; - var CARETLOOSE = R++; - src[CARETLOOSE] = '^' + src[LONECARET] + src[XRANGEPLAINLOOSE] + '$'; // A simple gt/lt/eq thing, or just "" to indicate "any version" + if (satisfies(version, range, options)) { + return false; + } // From now on, variable terms are as if we're in "gtr" mode. + // but note that everything is flipped for the "ltr" function. - var COMPARATORLOOSE = R++; - src[COMPARATORLOOSE] = '^' + src[GTLT] + '\\s*(' + LOOSEPLAIN + ')$|^$'; - var COMPARATOR = R++; - src[COMPARATOR] = '^' + src[GTLT] + '\\s*(' + FULLPLAIN + ')$|^$'; // An expression to strip any whitespace between the gtlt and the thing - // it modifies, so that `> 1.2.3` ==> `>1.2.3` - var COMPARATORTRIM = R++; - src[COMPARATORTRIM] = '(\\s*)' + src[GTLT] + '\\s*(' + LOOSEPLAIN + '|' + src[XRANGEPLAIN] + ')'; // this one has to use the /g flag + for (var i = 0; i < range.set.length; ++i) { + var comparators = range.set[i]; + var high = null; + var low = null; + comparators.forEach(function (comparator) { + if (comparator.semver === ANY) { + comparator = new Comparator('>=0.0.0'); + } - re[COMPARATORTRIM] = new RegExp(src[COMPARATORTRIM], 'g'); - var comparatorTrimReplace = '$1$2$3'; // Something like `1.2.3 - 1.2.4` - // Note that these all use the loose form, because they'll be - // checked against either the strict or loose comparator form - // later. + high = high || comparator; + low = low || comparator; - var HYPHENRANGE = R++; - src[HYPHENRANGE] = '^\\s*(' + src[XRANGEPLAIN] + ')' + '\\s+-\\s+' + '(' + src[XRANGEPLAIN] + ')' + '\\s*$'; - var HYPHENRANGELOOSE = R++; - src[HYPHENRANGELOOSE] = '^\\s*(' + src[XRANGEPLAINLOOSE] + ')' + '\\s+-\\s+' + '(' + src[XRANGEPLAINLOOSE] + ')' + '\\s*$'; // Star ranges basically just allow anything at all. + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator; + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator; + } + }); // If the edge version comparator has a operator then our version + // isn't outside it - var STAR = R++; - src[STAR] = '(<|>)?=?\\s*\\*'; // Compile to actual regexp objects. - // All are flag-free, unless they were created above with a flag. + if (high.operator === comp || high.operator === ecomp) { + return false; + } // If the lowest version comparator has an operator and our version + // is less than it then it isn't higher than the range - for (var i = 0; i < R; i++) { - debug(i, src[i]); - if (!re[i]) { - re[i] = new RegExp(src[i]); + if ((!low.operator || low.operator === comp) && ltefn(version, low.semver)) { + return false; + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false; + } } + + return true; } - exports.parse = parse; + exports.prerelease = prerelease; - function parse(version, options) { - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false - }; - } + function prerelease(version, options) { + var parsed = parse(version, options); + return parsed && parsed.prerelease.length ? parsed.prerelease : null; + } + + exports.intersects = intersects; + + function intersects(r1, r2, options) { + r1 = new Range(r1, options); + r2 = new Range(r2, options); + return r1.intersects(r2); + } + exports.coerce = coerce; + + function coerce(version) { if (version instanceof SemVer) { return version; } @@ -21327,18047 +22567,18772 @@ var semver$2 = createCommonjsModule(function (module, exports) { return null; } - if (version.length > MAX_LENGTH) { - return null; - } - - var r = options.loose ? re[LOOSE] : re[FULL]; + var match = version.match(re[COERCE]); - if (!r.test(version)) { + if (match == null) { return null; } - try { - return new SemVer(version, options); - } catch (er) { - return null; - } + return parse(match[1] + '.' + (match[2] || '0') + '.' + (match[3] || '0')); } +})(semver$1, semver$1.exports); - exports.valid = valid; - - function valid(version, options) { - var v = parse(version, options); - return v ? v.version : null; - } +var fnmatch$1 = {exports: {}}; - exports.clean = clean; +var map$1 = {exports: {}}; - function clean(version, options) { - var s = parse(version.trim().replace(/^[=v]+/, ''), options); - return s ? s.version : null; - } +var hasOwnProperty$9 = Object.prototype.hasOwnProperty; +var pseudomap = PseudoMap; - exports.SemVer = SemVer; +function PseudoMap(set) { + if (!(this instanceof PseudoMap)) // whyyyyyyy + throw new TypeError("Constructor PseudoMap requires 'new'"); + this.clear(); - function SemVer(version, options) { - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false - }; - } + if (set) { + if (set instanceof PseudoMap || typeof Map === 'function' && set instanceof Map) set.forEach(function (value, key) { + this.set(key, value); + }, this);else if (Array.isArray(set)) set.forEach(function (kv) { + this.set(kv[0], kv[1]); + }, this);else throw new TypeError('invalid argument'); + } +} - if (version instanceof SemVer) { - if (version.loose === options.loose) { - return version; - } else { - version = version.version; - } - } else if (typeof version !== 'string') { - throw new TypeError('Invalid Version: ' + version); - } +PseudoMap.prototype.forEach = function (fn, thisp) { + thisp = thisp || this; + Object.keys(this._data).forEach(function (k) { + if (k !== 'size') fn.call(thisp, this._data[k].value, this._data[k].key); + }, this); +}; - if (version.length > MAX_LENGTH) { - throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters'); - } +PseudoMap.prototype.has = function (k) { + return !!find(this._data, k); +}; - if (!(this instanceof SemVer)) { - return new SemVer(version, options); - } +PseudoMap.prototype.get = function (k) { + var res = find(this._data, k); + return res && res.value; +}; - debug('SemVer', version, options); - this.options = options; - this.loose = !!options.loose; - var m = version.trim().match(options.loose ? re[LOOSE] : re[FULL]); +PseudoMap.prototype.set = function (k, v) { + set(this._data, k, v); +}; - if (!m) { - throw new TypeError('Invalid Version: ' + version); - } +PseudoMap.prototype.delete = function (k) { + var res = find(this._data, k); - this.raw = version; // these are actually numbers + if (res) { + delete this._data[res._index]; + this._data.size--; + } +}; - this.major = +m[1]; - this.minor = +m[2]; - this.patch = +m[3]; +PseudoMap.prototype.clear = function () { + var data = Object.create(null); + data.size = 0; + Object.defineProperty(this, '_data', { + value: data, + enumerable: false, + configurable: true, + writable: false + }); +}; - if (this.major > MAX_SAFE_INTEGER || this.major < 0) { - throw new TypeError('Invalid major version'); - } +Object.defineProperty(PseudoMap.prototype, 'size', { + get: function () { + return this._data.size; + }, + set: function (n) {}, + enumerable: true, + configurable: true +}); - if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { - throw new TypeError('Invalid minor version'); - } +PseudoMap.prototype.values = PseudoMap.prototype.keys = PseudoMap.prototype.entries = function () { + throw new Error('iterators are not implemented in this version'); +}; // Either identical, or both NaN - if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { - throw new TypeError('Invalid patch version'); - } // numberify any prerelease numeric ids +function same(a, b) { + return a === b || a !== a && b !== b; +} - if (!m[4]) { - this.prerelease = []; - } else { - this.prerelease = m[4].split('.').map(function (id) { - if (/^[0-9]+$/.test(id)) { - var num = +id; +function Entry$1(k, v, i) { + this.key = k; + this.value = v; + this._index = i; +} - if (num >= 0 && num < MAX_SAFE_INTEGER) { - return num; - } - } +function find(data, k) { + for (var i = 0, s = '_' + k, key = s; hasOwnProperty$9.call(data, key); key = s + i++) { + if (same(data[key].key, k)) return data[key]; + } +} - return id; - }); +function set(data, k, v) { + for (var i = 0, s = '_' + k, key = s; hasOwnProperty$9.call(data, key); key = s + i++) { + if (same(data[key].key, k)) { + data[key].value = v; + return; } - - this.build = m[5] ? m[5].split('.') : []; - this.format(); } - SemVer.prototype.format = function () { - this.version = this.major + '.' + this.minor + '.' + this.patch; + data.size++; + data[key] = new Entry$1(k, v, key); +} - if (this.prerelease.length) { - this.version += '-' + this.prerelease.join('.'); - } +if (process.env.npm_package_name === 'pseudomap' && process.env.npm_lifecycle_script === 'test') process.env.TEST_PSEUDOMAP = 'true'; - return this.version; - }; +if (typeof Map === 'function' && !process.env.TEST_PSEUDOMAP) { + map$1.exports = Map; +} else { + map$1.exports = pseudomap; +} - SemVer.prototype.toString = function () { - return this.version; - }; +var yallist = Yallist$1; +Yallist$1.Node = Node; +Yallist$1.create = Yallist$1; - SemVer.prototype.compare = function (other) { - debug('SemVer.compare', this.version, this.options, other); +function Yallist$1(list) { + var self = this; - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options); - } + if (!(self instanceof Yallist$1)) { + self = new Yallist$1(); + } - return this.compareMain(other) || this.comparePre(other); - }; + self.tail = null; + self.head = null; + self.length = 0; - SemVer.prototype.compareMain = function (other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options); + if (list && typeof list.forEach === 'function') { + list.forEach(function (item) { + self.push(item); + }); + } else if (arguments.length > 0) { + for (var i = 0, l = arguments.length; i < l; i++) { + self.push(arguments[i]); } + } - return compareIdentifiers(this.major, other.major) || compareIdentifiers(this.minor, other.minor) || compareIdentifiers(this.patch, other.patch); - }; + return self; +} - SemVer.prototype.comparePre = function (other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options); - } // NOT having a prerelease is > having one +Yallist$1.prototype.removeNode = function (node) { + if (node.list !== this) { + throw new Error('removing node which does not belong to this list'); + } + var next = node.next; + var prev = node.prev; - if (this.prerelease.length && !other.prerelease.length) { - return -1; - } else if (!this.prerelease.length && other.prerelease.length) { - return 1; - } else if (!this.prerelease.length && !other.prerelease.length) { - return 0; - } + if (next) { + next.prev = prev; + } - var i = 0; + if (prev) { + prev.next = next; + } - do { - var a = this.prerelease[i]; - var b = other.prerelease[i]; - debug('prerelease compare', i, a, b); + if (node === this.head) { + this.head = next; + } - if (a === undefined && b === undefined) { - return 0; - } else if (b === undefined) { - return 1; - } else if (a === undefined) { - return -1; - } else if (a === b) { - continue; - } else { - return compareIdentifiers(a, b); - } - } while (++i); - }; // preminor will bump the version up to the next minor release, and immediately - // down to pre-release. premajor and prepatch work the same way. + if (node === this.tail) { + this.tail = prev; + } + node.list.length--; + node.next = null; + node.prev = null; + node.list = null; +}; - SemVer.prototype.inc = function (release, identifier) { - switch (release) { - case 'premajor': - this.prerelease.length = 0; - this.patch = 0; - this.minor = 0; - this.major++; - this.inc('pre', identifier); - break; +Yallist$1.prototype.unshiftNode = function (node) { + if (node === this.head) { + return; + } - case 'preminor': - this.prerelease.length = 0; - this.patch = 0; - this.minor++; - this.inc('pre', identifier); - break; + if (node.list) { + node.list.removeNode(node); + } - case 'prepatch': - // If this is already a prerelease, it will bump to the next version - // drop any prereleases that might already exist, since they are not - // relevant at this point. - this.prerelease.length = 0; - this.inc('patch', identifier); - this.inc('pre', identifier); - break; - // If the input is a non-prerelease version, this acts the same as - // prepatch. + var head = this.head; + node.list = this; + node.next = head; - case 'prerelease': - if (this.prerelease.length === 0) { - this.inc('patch', identifier); - } + if (head) { + head.prev = node; + } - this.inc('pre', identifier); - break; + this.head = node; - case 'major': - // If this is a pre-major version, bump up to the same major version. - // Otherwise increment major. - // 1.0.0-5 bumps to 1.0.0 - // 1.1.0 bumps to 2.0.0 - if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) { - this.major++; - } + if (!this.tail) { + this.tail = node; + } - this.minor = 0; - this.patch = 0; - this.prerelease = []; - break; + this.length++; +}; - case 'minor': - // If this is a pre-minor version, bump up to the same minor version. - // Otherwise increment minor. - // 1.2.0-5 bumps to 1.2.0 - // 1.2.1 bumps to 1.3.0 - if (this.patch !== 0 || this.prerelease.length === 0) { - this.minor++; - } +Yallist$1.prototype.pushNode = function (node) { + if (node === this.tail) { + return; + } - this.patch = 0; - this.prerelease = []; - break; + if (node.list) { + node.list.removeNode(node); + } - case 'patch': - // If this is not a pre-release version, it will increment the patch. - // If it is a pre-release it will bump up to the same patch version. - // 1.2.0-5 patches to 1.2.0 - // 1.2.0 patches to 1.2.1 - if (this.prerelease.length === 0) { - this.patch++; - } + var tail = this.tail; + node.list = this; + node.prev = tail; - this.prerelease = []; - break; - // This probably shouldn't be used publicly. - // 1.0.0 "pre" would become 1.0.0-0 which is the wrong direction. + if (tail) { + tail.next = node; + } - case 'pre': - if (this.prerelease.length === 0) { - this.prerelease = [0]; - } else { - var i = this.prerelease.length; + this.tail = node; - while (--i >= 0) { - if (typeof this.prerelease[i] === 'number') { - this.prerelease[i]++; - i = -2; - } - } + if (!this.head) { + this.head = node; + } - if (i === -1) { - // didn't increment anything - this.prerelease.push(0); - } - } + this.length++; +}; - if (identifier) { - // 1.2.0-beta.1 bumps to 1.2.0-beta.2, - // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 - if (this.prerelease[0] === identifier) { - if (isNaN(this.prerelease[1])) { - this.prerelease = [identifier, 0]; - } - } else { - this.prerelease = [identifier, 0]; - } - } +Yallist$1.prototype.push = function () { + for (var i = 0, l = arguments.length; i < l; i++) { + push(this, arguments[i]); + } - break; + return this.length; +}; - default: - throw new Error('invalid increment argument: ' + release); - } +Yallist$1.prototype.unshift = function () { + for (var i = 0, l = arguments.length; i < l; i++) { + unshift(this, arguments[i]); + } - this.format(); - this.raw = this.version; - return this; - }; + return this.length; +}; - exports.inc = inc; +Yallist$1.prototype.pop = function () { + if (!this.tail) { + return undefined; + } - function inc(version, release, loose, identifier) { - if (typeof loose === 'string') { - identifier = loose; - loose = undefined; - } + var res = this.tail.value; + this.tail = this.tail.prev; - try { - return new SemVer(version, loose).inc(release, identifier).version; - } catch (er) { - return null; - } + if (this.tail) { + this.tail.next = null; + } else { + this.head = null; } - exports.diff = diff; + this.length--; + return res; +}; - function diff(version1, version2) { - if (eq(version1, version2)) { - return null; - } else { - var v1 = parse(version1); - var v2 = parse(version2); - var prefix = ''; +Yallist$1.prototype.shift = function () { + if (!this.head) { + return undefined; + } - if (v1.prerelease.length || v2.prerelease.length) { - prefix = 'pre'; - var defaultResult = 'prerelease'; - } + var res = this.head.value; + this.head = this.head.next; - for (var key in v1) { - if (key === 'major' || key === 'minor' || key === 'patch') { - if (v1[key] !== v2[key]) { - return prefix + key; - } - } - } + if (this.head) { + this.head.prev = null; + } else { + this.tail = null; + } - return defaultResult; // may be undefined - } + this.length--; + return res; +}; + +Yallist$1.prototype.forEach = function (fn, thisp) { + thisp = thisp || this; + + for (var walker = this.head, i = 0; walker !== null; i++) { + fn.call(thisp, walker.value, i, this); + walker = walker.next; } +}; - exports.compareIdentifiers = compareIdentifiers; - var numeric = /^[0-9]+$/; +Yallist$1.prototype.forEachReverse = function (fn, thisp) { + thisp = thisp || this; - function compareIdentifiers(a, b) { - var anum = numeric.test(a); - var bnum = numeric.test(b); + for (var walker = this.tail, i = this.length - 1; walker !== null; i--) { + fn.call(thisp, walker.value, i, this); + walker = walker.prev; + } +}; - if (anum && bnum) { - a = +a; - b = +b; - } +Yallist$1.prototype.get = function (n) { + for (var i = 0, walker = this.head; walker !== null && i < n; i++) { + // abort out of the list early if we hit a cycle + walker = walker.next; + } - return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1; + if (i === n && walker !== null) { + return walker.value; } +}; - exports.rcompareIdentifiers = rcompareIdentifiers; +Yallist$1.prototype.getReverse = function (n) { + for (var i = 0, walker = this.tail; walker !== null && i < n; i++) { + // abort out of the list early if we hit a cycle + walker = walker.prev; + } - function rcompareIdentifiers(a, b) { - return compareIdentifiers(b, a); + if (i === n && walker !== null) { + return walker.value; } +}; - exports.major = major; +Yallist$1.prototype.map = function (fn, thisp) { + thisp = thisp || this; + var res = new Yallist$1(); - function major(a, loose) { - return new SemVer(a, loose).major; + for (var walker = this.head; walker !== null;) { + res.push(fn.call(thisp, walker.value, this)); + walker = walker.next; } - exports.minor = minor; + return res; +}; - function minor(a, loose) { - return new SemVer(a, loose).minor; +Yallist$1.prototype.mapReverse = function (fn, thisp) { + thisp = thisp || this; + var res = new Yallist$1(); + + for (var walker = this.tail; walker !== null;) { + res.push(fn.call(thisp, walker.value, this)); + walker = walker.prev; } - exports.patch = patch; + return res; +}; - function patch(a, loose) { - return new SemVer(a, loose).patch; +Yallist$1.prototype.reduce = function (fn, initial) { + var acc; + var walker = this.head; + + if (arguments.length > 1) { + acc = initial; + } else if (this.head) { + walker = this.head.next; + acc = this.head.value; + } else { + throw new TypeError('Reduce of empty list with no initial value'); } - exports.compare = compare; + for (var i = 0; walker !== null; i++) { + acc = fn(acc, walker.value, i); + walker = walker.next; + } - function compare(a, b, loose) { - return new SemVer(a, loose).compare(new SemVer(b, loose)); + return acc; +}; + +Yallist$1.prototype.reduceReverse = function (fn, initial) { + var acc; + var walker = this.tail; + + if (arguments.length > 1) { + acc = initial; + } else if (this.tail) { + walker = this.tail.prev; + acc = this.tail.value; + } else { + throw new TypeError('Reduce of empty list with no initial value'); } - exports.compareLoose = compareLoose; + for (var i = this.length - 1; walker !== null; i--) { + acc = fn(acc, walker.value, i); + walker = walker.prev; + } - function compareLoose(a, b) { - return compare(a, b, true); + return acc; +}; + +Yallist$1.prototype.toArray = function () { + var arr = new Array(this.length); + + for (var i = 0, walker = this.head; walker !== null; i++) { + arr[i] = walker.value; + walker = walker.next; } - exports.rcompare = rcompare; + return arr; +}; - function rcompare(a, b, loose) { - return compare(b, a, loose); +Yallist$1.prototype.toArrayReverse = function () { + var arr = new Array(this.length); + + for (var i = 0, walker = this.tail; walker !== null; i++) { + arr[i] = walker.value; + walker = walker.prev; } - exports.sort = sort; + return arr; +}; - function sort(list, loose) { - return list.sort(function (a, b) { - return exports.compare(a, b, loose); - }); +Yallist$1.prototype.slice = function (from, to) { + to = to || this.length; + + if (to < 0) { + to += this.length; } - exports.rsort = rsort; + from = from || 0; - function rsort(list, loose) { - return list.sort(function (a, b) { - return exports.rcompare(a, b, loose); - }); + if (from < 0) { + from += this.length; } - exports.gt = gt; + var ret = new Yallist$1(); - function gt(a, b, loose) { - return compare(a, b, loose) > 0; + if (to < from || to < 0) { + return ret; } - exports.lt = lt; + if (from < 0) { + from = 0; + } - function lt(a, b, loose) { - return compare(a, b, loose) < 0; + if (to > this.length) { + to = this.length; } - exports.eq = eq; + for (var i = 0, walker = this.head; walker !== null && i < from; i++) { + walker = walker.next; + } - function eq(a, b, loose) { - return compare(a, b, loose) === 0; + for (; walker !== null && i < to; i++, walker = walker.next) { + ret.push(walker.value); } - exports.neq = neq; + return ret; +}; - function neq(a, b, loose) { - return compare(a, b, loose) !== 0; +Yallist$1.prototype.sliceReverse = function (from, to) { + to = to || this.length; + + if (to < 0) { + to += this.length; } - exports.gte = gte; + from = from || 0; - function gte(a, b, loose) { - return compare(a, b, loose) >= 0; + if (from < 0) { + from += this.length; } - exports.lte = lte; + var ret = new Yallist$1(); - function lte(a, b, loose) { - return compare(a, b, loose) <= 0; + if (to < from || to < 0) { + return ret; } - exports.cmp = cmp; + if (from < 0) { + from = 0; + } - function cmp(a, op, b, loose) { - switch (op) { - case '===': - if (typeof a === 'object') a = a.version; - if (typeof b === 'object') b = b.version; - return a === b; + if (to > this.length) { + to = this.length; + } - case '!==': - if (typeof a === 'object') a = a.version; - if (typeof b === 'object') b = b.version; - return a !== b; + for (var i = this.length, walker = this.tail; walker !== null && i > to; i--) { + walker = walker.prev; + } - case '': - case '=': - case '==': - return eq(a, b, loose); + for (; walker !== null && i > from; i--, walker = walker.prev) { + ret.push(walker.value); + } - case '!=': - return neq(a, b, loose); + return ret; +}; - case '>': - return gt(a, b, loose); +Yallist$1.prototype.reverse = function () { + var head = this.head; + var tail = this.tail; - case '>=': - return gte(a, b, loose); + for (var walker = head; walker !== null; walker = walker.prev) { + var p = walker.prev; + walker.prev = walker.next; + walker.next = p; + } - case '<': - return lt(a, b, loose); + this.head = tail; + this.tail = head; + return this; +}; - case '<=': - return lte(a, b, loose); +function push(self, item) { + self.tail = new Node(item, self.tail, null, self); - default: - throw new TypeError('Invalid operator: ' + op); - } + if (!self.head) { + self.head = self.tail; } - exports.Comparator = Comparator; + self.length++; +} - function Comparator(comp, options) { - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false - }; - } +function unshift(self, item) { + self.head = new Node(item, null, self.head, self); - if (comp instanceof Comparator) { - if (comp.loose === !!options.loose) { - return comp; - } else { - comp = comp.value; - } - } + if (!self.tail) { + self.tail = self.head; + } - if (!(this instanceof Comparator)) { - return new Comparator(comp, options); - } + self.length++; +} - debug('comparator', comp, options); - this.options = options; - this.loose = !!options.loose; - this.parse(comp); +function Node(value, prev, next, list) { + if (!(this instanceof Node)) { + return new Node(value, prev, next, list); + } - if (this.semver === ANY) { - this.value = ''; - } else { - this.value = this.operator + this.semver.version; - } + this.list = list; + this.value = value; - debug('comp', this); + if (prev) { + prev.next = this; + this.prev = prev; + } else { + this.prev = null; } - var ANY = {}; - - Comparator.prototype.parse = function (comp) { - var r = this.options.loose ? re[COMPARATORLOOSE] : re[COMPARATOR]; - var m = comp.match(r); + if (next) { + next.prev = this; + this.next = next; + } else { + this.next = null; + } +} - if (!m) { - throw new TypeError('Invalid comparator: ' + comp); - } +var lruCache = LRUCache; // This will be a proper iterable 'Map' in engines that support it, +// or a fakey-fake PseudoMap in older versions. - this.operator = m[1]; +var Map$5 = map$1.exports; +var util$3 = require$$0__default$4["default"]; // A linked list to keep track of recently-used-ness - if (this.operator === '=') { - this.operator = ''; - } // if it literally is just '>' or '' then allow anything. +var Yallist = yallist; // use symbols if possible, otherwise just _props +var hasSymbol = typeof Symbol === 'function' && process.env._nodeLRUCacheForceNoSymbol !== '1'; +var makeSymbol; - if (!m[2]) { - this.semver = ANY; - } else { - this.semver = new SemVer(m[2], this.options.loose); - } +if (hasSymbol) { + makeSymbol = function (key) { + return Symbol(key); }; - - Comparator.prototype.toString = function () { - return this.value; +} else { + makeSymbol = function (key) { + return '_' + key; }; +} + +var MAX = makeSymbol('max'); +var LENGTH = makeSymbol('length'); +var LENGTH_CALCULATOR = makeSymbol('lengthCalculator'); +var ALLOW_STALE = makeSymbol('allowStale'); +var MAX_AGE = makeSymbol('maxAge'); +var DISPOSE = makeSymbol('dispose'); +var NO_DISPOSE_ON_SET = makeSymbol('noDisposeOnSet'); +var LRU_LIST = makeSymbol('lruList'); +var CACHE = makeSymbol('cache'); + +function naiveLength() { + return 1; +} // lruList is a yallist where the head is the youngest +// item, and the tail is the oldest. the list contains the Hit +// objects as the entries. +// Each Hit object has a reference to its Yallist.Node. This +// never changes. +// +// cache is a Map (or PseudoMap) that matches the keys to +// the Yallist.Node object. + + +function LRUCache(options) { + if (!(this instanceof LRUCache)) { + return new LRUCache(options); + } + + if (typeof options === 'number') { + options = { + max: options + }; + } - Comparator.prototype.test = function (version) { - debug('Comparator.test', version, this.options.loose); + if (!options) { + options = {}; + } - if (this.semver === ANY) { - return true; - } + var max = this[MAX] = options.max; // Kind of weird to have a default max of Infinity, but oh well. - if (typeof version === 'string') { - version = new SemVer(version, this.options); - } + if (!max || !(typeof max === 'number') || max <= 0) { + this[MAX] = Infinity; + } - return cmp(version, this.operator, this.semver, this.options); - }; + var lc = options.length || naiveLength; - Comparator.prototype.intersects = function (comp, options) { - if (!(comp instanceof Comparator)) { - throw new TypeError('a Comparator is required'); - } + if (typeof lc !== 'function') { + lc = naiveLength; + } - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false - }; - } + this[LENGTH_CALCULATOR] = lc; + this[ALLOW_STALE] = options.stale || false; + this[MAX_AGE] = options.maxAge || 0; + this[DISPOSE] = options.dispose; + this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || false; + this.reset(); +} // resize the cache when the max changes. - var rangeTmp; - if (this.operator === '') { - rangeTmp = new Range(comp.value, options); - return satisfies(this.value, rangeTmp, options); - } else if (comp.operator === '') { - rangeTmp = new Range(this.value, options); - return satisfies(comp.semver, rangeTmp, options); +Object.defineProperty(LRUCache.prototype, 'max', { + set: function (mL) { + if (!mL || !(typeof mL === 'number') || mL <= 0) { + mL = Infinity; } - var sameDirectionIncreasing = (this.operator === '>=' || this.operator === '>') && (comp.operator === '>=' || comp.operator === '>'); - var sameDirectionDecreasing = (this.operator === '<=' || this.operator === '<') && (comp.operator === '<=' || comp.operator === '<'); - var sameSemVer = this.semver.version === comp.semver.version; - var differentDirectionsInclusive = (this.operator === '>=' || this.operator === '<=') && (comp.operator === '>=' || comp.operator === '<='); - var oppositeDirectionsLessThan = cmp(this.semver, '<', comp.semver, options) && (this.operator === '>=' || this.operator === '>') && (comp.operator === '<=' || comp.operator === '<'); - var oppositeDirectionsGreaterThan = cmp(this.semver, '>', comp.semver, options) && (this.operator === '<=' || this.operator === '<') && (comp.operator === '>=' || comp.operator === '>'); - return sameDirectionIncreasing || sameDirectionDecreasing || sameSemVer && differentDirectionsInclusive || oppositeDirectionsLessThan || oppositeDirectionsGreaterThan; - }; + this[MAX] = mL; + trim(this); + }, + get: function () { + return this[MAX]; + }, + enumerable: true +}); +Object.defineProperty(LRUCache.prototype, 'allowStale', { + set: function (allowStale) { + this[ALLOW_STALE] = !!allowStale; + }, + get: function () { + return this[ALLOW_STALE]; + }, + enumerable: true +}); +Object.defineProperty(LRUCache.prototype, 'maxAge', { + set: function (mA) { + if (!mA || !(typeof mA === 'number') || mA < 0) { + mA = 0; + } - exports.Range = Range; + this[MAX_AGE] = mA; + trim(this); + }, + get: function () { + return this[MAX_AGE]; + }, + enumerable: true +}); // resize the cache when the lengthCalculator changes. - function Range(range, options) { - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false - }; +Object.defineProperty(LRUCache.prototype, 'lengthCalculator', { + set: function (lC) { + if (typeof lC !== 'function') { + lC = naiveLength; } - if (range instanceof Range) { - if (range.loose === !!options.loose && range.includePrerelease === !!options.includePrerelease) { - return range; - } else { - return new Range(range.raw, options); - } + if (lC !== this[LENGTH_CALCULATOR]) { + this[LENGTH_CALCULATOR] = lC; + this[LENGTH] = 0; + this[LRU_LIST].forEach(function (hit) { + hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key); + this[LENGTH] += hit.length; + }, this); } - if (range instanceof Comparator) { - return new Range(range.value, options); - } + trim(this); + }, + get: function () { + return this[LENGTH_CALCULATOR]; + }, + enumerable: true +}); +Object.defineProperty(LRUCache.prototype, 'length', { + get: function () { + return this[LENGTH]; + }, + enumerable: true +}); +Object.defineProperty(LRUCache.prototype, 'itemCount', { + get: function () { + return this[LRU_LIST].length; + }, + enumerable: true +}); - if (!(this instanceof Range)) { - return new Range(range, options); - } +LRUCache.prototype.rforEach = function (fn, thisp) { + thisp = thisp || this; - this.options = options; - this.loose = !!options.loose; - this.includePrerelease = !!options.includePrerelease; // First, split based on boolean or || + for (var walker = this[LRU_LIST].tail; walker !== null;) { + var prev = walker.prev; + forEachStep(this, fn, walker, thisp); + walker = prev; + } +}; - this.raw = range; - this.set = range.split(/\s*\|\|\s*/).map(function (range) { - return this.parseRange(range.trim()); - }, this).filter(function (c) { - // throw out any that are not relevant for whatever reason - return c.length; - }); +function forEachStep(self, fn, node, thisp) { + var hit = node.value; - if (!this.set.length) { - throw new TypeError('Invalid SemVer Range: ' + range); - } + if (isStale(self, hit)) { + del$1(self, node); - this.format(); + if (!self[ALLOW_STALE]) { + hit = undefined; + } } - Range.prototype.format = function () { - this.range = this.set.map(function (comps) { - return comps.join(' ').trim(); - }).join('||').trim(); - return this.range; - }; + if (hit) { + fn.call(thisp, hit.value, hit.key, self); + } +} - Range.prototype.toString = function () { - return this.range; - }; +LRUCache.prototype.forEach = function (fn, thisp) { + thisp = thisp || this; - Range.prototype.parseRange = function (range) { - var loose = this.options.loose; - range = range.trim(); // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` + for (var walker = this[LRU_LIST].head; walker !== null;) { + var next = walker.next; + forEachStep(this, fn, walker, thisp); + walker = next; + } +}; - var hr = loose ? re[HYPHENRANGELOOSE] : re[HYPHENRANGE]; - range = range.replace(hr, hyphenReplace); - debug('hyphen replace', range); // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` +LRUCache.prototype.keys = function () { + return this[LRU_LIST].toArray().map(function (k) { + return k.key; + }, this); +}; - range = range.replace(re[COMPARATORTRIM], comparatorTrimReplace); - debug('comparator trim', range, re[COMPARATORTRIM]); // `~ 1.2.3` => `~1.2.3` +LRUCache.prototype.values = function () { + return this[LRU_LIST].toArray().map(function (k) { + return k.value; + }, this); +}; - range = range.replace(re[TILDETRIM], tildeTrimReplace); // `^ 1.2.3` => `^1.2.3` +LRUCache.prototype.reset = function () { + if (this[DISPOSE] && this[LRU_LIST] && this[LRU_LIST].length) { + this[LRU_LIST].forEach(function (hit) { + this[DISPOSE](hit.key, hit.value); + }, this); + } - range = range.replace(re[CARETTRIM], caretTrimReplace); // normalize spaces + this[CACHE] = new Map$5(); // hash of items by key - range = range.split(/\s+/).join(' '); // At this point, the range is completely trimmed and - // ready to be split into comparators. + this[LRU_LIST] = new Yallist(); // list of items in order of use recency - var compRe = loose ? re[COMPARATORLOOSE] : re[COMPARATOR]; - var set = range.split(' ').map(function (comp) { - return parseComparator(comp, this.options); - }, this).join(' ').split(/\s+/); + this[LENGTH] = 0; // length of items in the list +}; - if (this.options.loose) { - // in loose mode, throw out any that are not valid comparators - set = set.filter(function (comp) { - return !!comp.match(compRe); - }); +LRUCache.prototype.dump = function () { + return this[LRU_LIST].map(function (hit) { + if (!isStale(this, hit)) { + return { + k: hit.key, + v: hit.value, + e: hit.now + (hit.maxAge || 0) + }; } + }, this).toArray().filter(function (h) { + return h; + }); +}; - set = set.map(function (comp) { - return new Comparator(comp, this.options); - }, this); - return set; - }; - - Range.prototype.intersects = function (range, options) { - if (!(range instanceof Range)) { - throw new TypeError('a Range is required'); - } +LRUCache.prototype.dumpLru = function () { + return this[LRU_LIST]; +}; +/* istanbul ignore next */ - return this.set.some(function (thisComparators) { - return thisComparators.every(function (thisComparator) { - return range.set.some(function (rangeComparators) { - return rangeComparators.every(function (rangeComparator) { - return thisComparator.intersects(rangeComparator, options); - }); - }); - }); - }); - }; // Mostly just for testing and legacy API reasons +LRUCache.prototype.inspect = function (n, opts) { + var str = 'LRUCache {'; + var extras = false; + var as = this[ALLOW_STALE]; - exports.toComparators = toComparators; + if (as) { + str += '\n allowStale: true'; + extras = true; + } - function toComparators(range, options) { - return new Range(range, options).set.map(function (comp) { - return comp.map(function (c) { - return c.value; - }).join(' ').trim().split(' '); - }); - } // comprised of xranges, tildes, stars, and gtlt's at this point. - // already replaced the hyphen ranges - // turn into a set of JUST comparators. + var max = this[MAX]; + if (max && max !== Infinity) { + if (extras) { + str += ','; + } - function parseComparator(comp, options) { - debug('comp', comp, options); - comp = replaceCarets(comp, options); - debug('caret', comp); - comp = replaceTildes(comp, options); - debug('tildes', comp); - comp = replaceXRanges(comp, options); - debug('xrange', comp); - comp = replaceStars(comp, options); - debug('stars', comp); - return comp; + str += '\n max: ' + util$3.inspect(max, opts); + extras = true; } - function isX(id) { - return !id || id.toLowerCase() === 'x' || id === '*'; - } // ~, ~> --> * (any, kinda silly) - // ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0 - // ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0 - // ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0 - // ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0 - // ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0 + var maxAge = this[MAX_AGE]; + if (maxAge) { + if (extras) { + str += ','; + } - function replaceTildes(comp, options) { - return comp.trim().split(/\s+/).map(function (comp) { - return replaceTilde(comp, options); - }).join(' '); + str += '\n maxAge: ' + util$3.inspect(maxAge, opts); + extras = true; } - function replaceTilde(comp, options) { - var r = options.loose ? re[TILDELOOSE] : re[TILDE]; - return comp.replace(r, function (_, M, m, p, pr) { - debug('tilde', comp, _, M, m, p, pr); - var ret; + var lc = this[LENGTH_CALCULATOR]; - if (isX(M)) { - ret = ''; - } else if (isX(m)) { - ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'; - } else if (isX(p)) { - // ~1.2 == >=1.2.0 <1.3.0 - ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'; - } else if (pr) { - debug('replaceTilde pr', pr); - ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + M + '.' + (+m + 1) + '.0'; - } else { - // ~1.2.3 == >=1.2.3 <1.3.0 - ret = '>=' + M + '.' + m + '.' + p + ' <' + M + '.' + (+m + 1) + '.0'; - } + if (lc && lc !== naiveLength) { + if (extras) { + str += ','; + } - debug('tilde return', ret); - return ret; - }); - } // ^ --> * (any, kinda silly) - // ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0 - // ^2.0, ^2.0.x --> >=2.0.0 <3.0.0 - // ^1.2, ^1.2.x --> >=1.2.0 <2.0.0 - // ^1.2.3 --> >=1.2.3 <2.0.0 - // ^1.2.0 --> >=1.2.0 <2.0.0 + str += '\n length: ' + util$3.inspect(this[LENGTH], opts); + extras = true; + } + var didFirst = false; + this[LRU_LIST].forEach(function (item) { + if (didFirst) { + str += ',\n '; + } else { + if (extras) { + str += ',\n'; + } - function replaceCarets(comp, options) { - return comp.trim().split(/\s+/).map(function (comp) { - return replaceCaret(comp, options); - }).join(' '); - } + didFirst = true; + str += '\n '; + } - function replaceCaret(comp, options) { - debug('caret', comp, options); - var r = options.loose ? re[CARETLOOSE] : re[CARET]; - return comp.replace(r, function (_, M, m, p, pr) { - debug('caret', comp, _, M, m, p, pr); - var ret; + var key = util$3.inspect(item.key).split('\n').join('\n '); + var val = { + value: item.value + }; - if (isX(M)) { - ret = ''; - } else if (isX(m)) { - ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'; - } else if (isX(p)) { - if (M === '0') { - ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'; - } else { - ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'; - } - } else if (pr) { - debug('replaceCaret pr', pr); + if (item.maxAge !== maxAge) { + val.maxAge = item.maxAge; + } - if (M === '0') { - if (m === '0') { - ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + M + '.' + m + '.' + (+p + 1); - } else { - ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + M + '.' + (+m + 1) + '.0'; - } - } else { - ret = '>=' + M + '.' + m + '.' + p + '-' + pr + ' <' + (+M + 1) + '.0.0'; - } - } else { - debug('no pr'); + if (lc !== naiveLength) { + val.length = item.length; + } - if (M === '0') { - if (m === '0') { - ret = '>=' + M + '.' + m + '.' + p + ' <' + M + '.' + m + '.' + (+p + 1); - } else { - ret = '>=' + M + '.' + m + '.' + p + ' <' + M + '.' + (+m + 1) + '.0'; - } - } else { - ret = '>=' + M + '.' + m + '.' + p + ' <' + (+M + 1) + '.0.0'; - } - } + if (isStale(this, item)) { + val.stale = true; + } - debug('caret return', ret); - return ret; - }); - } + val = util$3.inspect(val, opts).split('\n').join('\n '); + str += key + ' => ' + val; + }); - function replaceXRanges(comp, options) { - debug('replaceXRanges', comp, options); - return comp.split(/\s+/).map(function (comp) { - return replaceXRange(comp, options); - }).join(' '); + if (didFirst || extras) { + str += '\n'; } - function replaceXRange(comp, options) { - comp = comp.trim(); - var r = options.loose ? re[XRANGELOOSE] : re[XRANGE]; - return comp.replace(r, function (ret, gtlt, M, m, p, pr) { - debug('xRange', comp, ret, gtlt, M, m, p, pr); - var xM = isX(M); - var xm = xM || isX(m); - var xp = xm || isX(p); - var anyX = xp; + str += '}'; + return str; +}; - if (gtlt === '=' && anyX) { - gtlt = ''; - } +LRUCache.prototype.set = function (key, value, maxAge) { + maxAge = maxAge || this[MAX_AGE]; + var now = maxAge ? Date.now() : 0; + var len = this[LENGTH_CALCULATOR](value, key); - if (xM) { - if (gtlt === '>' || gtlt === '<') { - // nothing is allowed - ret = '<0.0.0'; - } else { - // nothing is forbidden - ret = '*'; - } - } else if (gtlt && anyX) { - // we know patch is an x, because we have any x at all. - // replace X with 0 - if (xm) { - m = 0; - } + if (this[CACHE].has(key)) { + if (len > this[MAX]) { + del$1(this, this[CACHE].get(key)); + return false; + } - p = 0; + var node = this[CACHE].get(key); + var item = node.value; // dispose of the old one before overwriting + // split out into 2 ifs for better coverage tracking - if (gtlt === '>') { - // >1 => >=2.0.0 - // >1.2 => >=1.3.0 - // >1.2.3 => >= 1.2.4 - gtlt = '>='; + if (this[DISPOSE]) { + if (!this[NO_DISPOSE_ON_SET]) { + this[DISPOSE](key, item.value); + } + } - if (xm) { - M = +M + 1; - m = 0; - p = 0; - } else { - m = +m + 1; - p = 0; - } - } else if (gtlt === '<=') { - // <=0.7.x is actually <0.8.0, since any 0.7.x should - // pass. Similarly, <=7.x is actually <8.0.0, etc. - gtlt = '<'; + item.now = now; + item.maxAge = maxAge; + item.value = value; + this[LENGTH] += len - item.length; + item.length = len; + this.get(key); + trim(this); + return true; + } - if (xm) { - M = +M + 1; - } else { - m = +m + 1; - } - } + var hit = new Entry(key, value, len, now, maxAge); // oversized objects fall out of cache automatically. - ret = gtlt + M + '.' + m + '.' + p; - } else if (xm) { - ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'; - } else if (xp) { - ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'; - } + if (hit.length > this[MAX]) { + if (this[DISPOSE]) { + this[DISPOSE](key, value); + } - debug('xRange return', ret); - return ret; - }); - } // Because * is AND-ed with everything else in the comparator, - // and '' means "any version", just remove the *s entirely. + return false; + } + this[LENGTH] += hit.length; + this[LRU_LIST].unshift(hit); + this[CACHE].set(key, this[LRU_LIST].head); + trim(this); + return true; +}; - function replaceStars(comp, options) { - debug('replaceStars', comp, options); // Looseness is ignored here. star is always as loose as it gets! +LRUCache.prototype.has = function (key) { + if (!this[CACHE].has(key)) return false; + var hit = this[CACHE].get(key).value; - return comp.trim().replace(re[STAR], ''); - } // This function is passed to string.replace(re[HYPHENRANGE]) - // M, m, patch, prerelease, build - // 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 - // 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do - // 1.2 - 3.4 => >=1.2.0 <3.5.0 + if (isStale(this, hit)) { + return false; + } + return true; +}; - function hyphenReplace($0, from, fM, fm, fp, fpr, fb, to, tM, tm, tp, tpr, tb) { - if (isX(fM)) { - from = ''; - } else if (isX(fm)) { - from = '>=' + fM + '.0.0'; - } else if (isX(fp)) { - from = '>=' + fM + '.' + fm + '.0'; - } else { - from = '>=' + from; - } +LRUCache.prototype.get = function (key) { + return get$2(this, key, true); +}; - if (isX(tM)) { - to = ''; - } else if (isX(tm)) { - to = '<' + (+tM + 1) + '.0.0'; - } else if (isX(tp)) { - to = '<' + tM + '.' + (+tm + 1) + '.0'; - } else if (tpr) { - to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr; - } else { - to = '<=' + to; - } +LRUCache.prototype.peek = function (key) { + return get$2(this, key, false); +}; - return (from + ' ' + to).trim(); - } // if ANY of the sets match ALL of its comparators, then pass +LRUCache.prototype.pop = function () { + var node = this[LRU_LIST].tail; + if (!node) return null; + del$1(this, node); + return node.value; +}; + +LRUCache.prototype.del = function (key) { + del$1(this, this[CACHE].get(key)); +}; +LRUCache.prototype.load = function (arr) { + // reset the cache + this.reset(); + var now = Date.now(); // A previous serialized cache has the most recent items first - Range.prototype.test = function (version) { - if (!version) { - return false; - } + for (var l = arr.length - 1; l >= 0; l--) { + var hit = arr[l]; + var expiresAt = hit.e || 0; - if (typeof version === 'string') { - version = new SemVer(version, this.options); - } + if (expiresAt === 0) { + // the item was created without expiration in a non aged cache + this.set(hit.k, hit.v); + } else { + var maxAge = expiresAt - now; // dont add already expired items - for (var i = 0; i < this.set.length; i++) { - if (testSet(this.set[i], version, this.options)) { - return true; + if (maxAge > 0) { + this.set(hit.k, hit.v, maxAge); } } + } +}; - return false; - }; +LRUCache.prototype.prune = function () { + var self = this; + this[CACHE].forEach(function (value, key) { + get$2(self, key, false); + }); +}; - function testSet(set, version, options) { - for (var i = 0; i < set.length; i++) { - if (!set[i].test(version)) { - return false; +function get$2(self, key, doUse) { + var node = self[CACHE].get(key); + + if (node) { + var hit = node.value; + + if (isStale(self, hit)) { + del$1(self, node); + if (!self[ALLOW_STALE]) hit = undefined; + } else { + if (doUse) { + self[LRU_LIST].unshiftNode(node); } } - if (version.prerelease.length && !options.includePrerelease) { - // Find the set of versions that are allowed to have prereleases - // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 - // That should allow `1.2.3-pr.2` to pass. - // However, `1.2.4-alpha.notready` should NOT be allowed, - // even though it's within the range set by the comparators. - for (i = 0; i < set.length; i++) { - debug(set[i].semver); + if (hit) hit = hit.value; + } - if (set[i].semver === ANY) { - continue; - } + return hit; +} - if (set[i].semver.prerelease.length > 0) { - var allowed = set[i].semver; +function isStale(self, hit) { + if (!hit || !hit.maxAge && !self[MAX_AGE]) { + return false; + } - if (allowed.major === version.major && allowed.minor === version.minor && allowed.patch === version.patch) { - return true; - } - } - } // Version has a -pre, but it's not one of the ones we like. + var stale = false; + var diff = Date.now() - hit.now; + + if (hit.maxAge) { + stale = diff > hit.maxAge; + } else { + stale = self[MAX_AGE] && diff > self[MAX_AGE]; + } + return stale; +} - return false; +function trim(self) { + if (self[LENGTH] > self[MAX]) { + for (var walker = self[LRU_LIST].tail; self[LENGTH] > self[MAX] && walker !== null;) { + // We know that we're about to delete this one, and also + // what the next least recently used key will be, so just + // go ahead and set it now. + var prev = walker.prev; + del$1(self, walker); + walker = prev; } - - return true; } +} - exports.satisfies = satisfies; +function del$1(self, node) { + if (node) { + var hit = node.value; - function satisfies(version, range, options) { - try { - range = new Range(range, options); - } catch (er) { - return false; + if (self[DISPOSE]) { + self[DISPOSE](hit.key, hit.value); } - return range.test(version); + self[LENGTH] -= hit.length; + self[CACHE].delete(hit.key); + self[LRU_LIST].removeNode(node); } +} // classy, since V8 prefers predictable objects. - exports.maxSatisfying = maxSatisfying; - function maxSatisfying(versions, range, options) { - var max = null; - var maxSV = null; +function Entry(key, value, length, now, maxAge) { + this.key = key; + this.value = value; + this.length = length; + this.now = now; + this.maxAge = maxAge || 0; +} - try { - var rangeObj = new Range(range, options); - } catch (er) { - return null; - } +var sigmund_1 = sigmund; - versions.forEach(function (v) { - if (rangeObj.test(v)) { - // satisfies(v, range, options) - if (!max || maxSV.compare(v) === -1) { - // compare(max, v, true) - max = v; - maxSV = new SemVer(max, options); - } - } - }); - return max; - } +function sigmund(subject, maxSessions) { + maxSessions = maxSessions || 10; + var notes = []; + var analysis = ''; + var RE = RegExp; - exports.minSatisfying = minSatisfying; + function psychoAnalyze(subject, session) { + if (session > maxSessions) return; - function minSatisfying(versions, range, options) { - var min = null; - var minSV = null; + if (typeof subject === 'function' || typeof subject === 'undefined') { + return; + } - try { - var rangeObj = new Range(range, options); - } catch (er) { - return null; + if (typeof subject !== 'object' || !subject || subject instanceof RE) { + analysis += subject; + return; } - versions.forEach(function (v) { - if (rangeObj.test(v)) { - // satisfies(v, range, options) - if (!min || minSV.compare(v) === 1) { - // compare(min, v, true) - min = v; - minSV = new SemVer(min, options); - } - } + if (notes.indexOf(subject) !== -1 || session === maxSessions) return; + notes.push(subject); + analysis += '{'; + Object.keys(subject).forEach(function (issue, _, __) { + // pseudo-private values. skip those. + if (issue.charAt(0) === '_') return; + var to = typeof subject[issue]; + if (to === 'function' || to === 'undefined') return; + analysis += issue; + psychoAnalyze(subject[issue], session + 1); }); - return min; } - exports.minVersion = minVersion; + psychoAnalyze(subject, 0); + return analysis; +} // vim: set softtabstop=4 shiftwidth=4: - function minVersion(range, loose) { - range = new Range(range, loose); - var minver = new SemVer('0.0.0'); +(function (module, exports) { + // Based on minimatch.js by isaacs + var platform = typeof process === "object" ? process.platform : "win32"; + if (module) module.exports = minimatch;else exports.minimatch = minimatch; + minimatch.Minimatch = Minimatch; + var LRU = lruCache, + cache = minimatch.cache = new LRU({ + max: 100 + }), + GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}, + sigmund = sigmund_1; + var path = require$$0__default$2["default"] // any single thing other than / + // don't need to escape / when using new RegExp() + , + qmark = "[^/]" // * => any number of characters + , + star = qmark + "*?" // ** when dots are allowed. Anything goes, except .. and . + // not (^ or / followed by one or two dots followed by $ or /), + // followed by anything, any number of times. + , + twoStarDot = "(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?" // not a ^ or / followed by a dot, + // followed by anything, any number of times. + , + twoStarNoDot = "(?:(?!(?:\\\/|^)\\.).)*?" // characters that need to be escaped in RegExp. + , + reSpecials = charSet("().*{}+?[]^$\\!"); // "abc" -> { a:true, b:true, c:true } - if (range.test(minver)) { - return minver; - } + function charSet(s) { + return s.split("").reduce(function (set, c) { + set[c] = true; + return set; + }, {}); + } // normalizes slashes. - minver = new SemVer('0.0.0-0'); - if (range.test(minver)) { - return minver; - } + var slashSplit = /\/+/; + minimatch.monkeyPatch = monkeyPatch; - minver = null; + function monkeyPatch() { + var desc = Object.getOwnPropertyDescriptor(String.prototype, "match"); + var orig = desc.value; - for (var i = 0; i < range.set.length; ++i) { - var comparators = range.set[i]; - comparators.forEach(function (comparator) { - // Clone to avoid manipulating the comparator's semver object. - var compver = new SemVer(comparator.semver.version); + desc.value = function (p) { + if (p instanceof Minimatch) return p.match(this); + return orig.call(this, p); + }; - switch (comparator.operator) { - case '>': - if (compver.prerelease.length === 0) { - compver.patch++; - } else { - compver.prerelease.push(0); - } + Object.defineProperty(String.prototype, desc); + } - compver.raw = compver.format(); + minimatch.filter = filter; - /* fallthrough */ + function filter(pattern, options) { + options = options || {}; + return function (p, i, list) { + return minimatch(p, pattern, options); + }; + } - case '': - case '>=': - if (!minver || gt(minver, compver)) { - minver = compver; - } + function ext(a, b) { + a = a || {}; + b = b || {}; + var t = {}; + Object.keys(b).forEach(function (k) { + t[k] = b[k]; + }); + Object.keys(a).forEach(function (k) { + t[k] = a[k]; + }); + return t; + } - break; + minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return minimatch; + var orig = minimatch; - case '<': - case '<=': - /* Ignore maximum versions */ - break; + var m = function minimatch(p, pattern, options) { + return orig.minimatch(p, pattern, ext(def, options)); + }; - /* istanbul ignore next */ + m.Minimatch = function Minimatch(pattern, options) { + return new orig.Minimatch(pattern, ext(def, options)); + }; - default: - throw new Error('Unexpected operation: ' + comparator.operator); - } - }); + return m; + }; + + Minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return Minimatch; + return minimatch.defaults(def).Minimatch; + }; + + function minimatch(p, pattern, options) { + if (typeof pattern !== "string") { + throw new TypeError("glob pattern string required"); } - if (minver && range.test(minver)) { - return minver; + if (!options) options = {}; // shortcut: comments match nothing. + + if (!options.nocomment && pattern.charAt(0) === "#") { + return false; + } // "" only matches "" + + + if (pattern.trim() === "") return p === ""; + return new Minimatch(pattern, options).match(p); + } + + function Minimatch(pattern, options) { + if (!(this instanceof Minimatch)) { + return new Minimatch(pattern, options, cache); } - return null; + if (typeof pattern !== "string") { + throw new TypeError("glob pattern string required"); + } + + if (!options) options = {}; // windows: need to use /, not \ + // On other platforms, \ is a valid (albeit bad) filename char. + + if (platform === "win32") { + pattern = pattern.split("\\").join("/"); + } // lru storage. + // these things aren't particularly big, but walking down the string + // and turning it into a regexp can get pretty costly. + + + var cacheKey = pattern + "\n" + sigmund(options); + var cached = minimatch.cache.get(cacheKey); + if (cached) return cached; + minimatch.cache.set(cacheKey, this); + this.options = options; + this.set = []; + this.pattern = pattern; + this.regexp = null; + this.negate = false; + this.comment = false; + this.empty = false; // make the set of regexps etc. + + this.make(); } - exports.validRange = validRange; + Minimatch.prototype.make = make; - function validRange(range, options) { - try { - // Return '*' instead of '' so that truthiness works. - // This will throw if it's invalid anyway - return new Range(range, options).range || '*'; - } catch (er) { - return null; + function make() { + // don't do it more than once. + if (this._made) return; + var pattern = this.pattern; + var options = this.options; // empty patterns and comments match nothing. + + if (!options.nocomment && pattern.charAt(0) === "#") { + this.comment = true; + return; } - } // Determine if version is less than all the versions possible in the range + if (!pattern) { + this.empty = true; + return; + } // step 1: figure out negation, etc. - exports.ltr = ltr; - function ltr(version, range, options) { - return outside(version, range, '<', options); - } // Determine if version is greater than all the versions possible in the range. + this.parseNegate(); // step 2: expand braces + var set = this.globSet = this.braceExpand(); + if (options.debug) console.error(this.pattern, set); // step 3: now we have a set, so turn each one into a series of path-portion + // matching patterns. + // These will be regexps, except in the case of "**", which is + // set to the GLOBSTAR object for globstar behavior, + // and will not contain any / characters - exports.gtr = gtr; + set = this.globParts = set.map(function (s) { + return s.split(slashSplit); + }); + if (options.debug) console.error(this.pattern, set); // glob --> regexps - function gtr(version, range, options) { - return outside(version, range, '>', options); + set = set.map(function (s, si, set) { + return s.map(this.parse, this); + }, this); + if (options.debug) console.error(this.pattern, set); // filter out everything that didn't compile properly. + + set = set.filter(function (s) { + return -1 === s.indexOf(false); + }); + if (options.debug) console.error(this.pattern, set); + this.set = set; } - exports.outside = outside; + Minimatch.prototype.parseNegate = parseNegate; - function outside(version, range, hilo, options) { - version = new SemVer(version, options); - range = new Range(range, options); - var gtfn, ltefn, ltfn, comp, ecomp; + function parseNegate() { + var pattern = this.pattern, + negate = false, + options = this.options, + negateOffset = 0; + if (options.nonegate) return; - switch (hilo) { - case '>': - gtfn = gt; - ltefn = lte; - ltfn = lt; - comp = '>'; - ecomp = '>='; - break; + for (var i = 0, l = pattern.length; i < l && pattern.charAt(i) === "!"; i++) { + negate = !negate; + negateOffset++; + } - case '<': - gtfn = lt; - ltefn = gte; - ltfn = gt; - comp = '<'; - ecomp = '<='; - break; + if (negateOffset) this.pattern = pattern.substr(negateOffset); + this.negate = negate; + } // Brace expansion: + // a{b,c}d -> abd acd + // a{b,}c -> abc ac + // a{0..3}d -> a0d a1d a2d a3d + // a{b,c{d,e}f}g -> abg acdfg acefg + // a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg + // + // Invalid sets are not expanded. + // a{2..}b -> a{2..}b + // a{b}c -> a{b}c + + + minimatch.braceExpand = function (pattern, options) { + return new Minimatch(pattern, options).braceExpand(); + }; + + Minimatch.prototype.braceExpand = braceExpand; + + function braceExpand(pattern, options) { + options = options || this.options; + pattern = typeof pattern === "undefined" ? this.pattern : pattern; + + if (typeof pattern === "undefined") { + throw new Error("undefined pattern"); + } - default: - throw new TypeError('Must provide a hilo val of "<" or ">"'); - } // If it satisifes the range it is not outside + if (options.nobrace || !pattern.match(/\{.*\}/)) { + // shortcut. no need to expand. + return [pattern]; + } + var escaping = false; // examples and comments refer to this crazy pattern: + // a{b,c{d,e},{f,g}h}x{y,z} + // expected: + // abxy + // abxz + // acdxy + // acdxz + // acexy + // acexz + // afhxy + // afhxz + // aghxy + // aghxz + // everything before the first \{ is just a prefix. + // So, we pluck that off, and work with the rest, + // and then prepend it to everything we find. - if (satisfies(version, range, options)) { - return false; - } // From now on, variable terms are as if we're in "gtr" mode. - // but note that everything is flipped for the "ltr" function. + if (pattern.charAt(0) !== "{") { + // console.error(pattern) + var prefix = null; + for (var i = 0, l = pattern.length; i < l; i++) { + var c = pattern.charAt(i); // console.error(i, c) - for (var i = 0; i < range.set.length; ++i) { - var comparators = range.set[i]; - var high = null; - var low = null; - comparators.forEach(function (comparator) { - if (comparator.semver === ANY) { - comparator = new Comparator('>=0.0.0'); + if (c === "\\") { + escaping = !escaping; + } else if (c === "{" && !escaping) { + prefix = pattern.substr(0, i); + break; } + } // actually no sets, all { were escaped. - high = high || comparator; - low = low || comparator; - if (gtfn(comparator.semver, high.semver, options)) { - high = comparator; - } else if (ltfn(comparator.semver, low.semver, options)) { - low = comparator; - } - }); // If the edge version comparator has a operator then our version - // isn't outside it + if (prefix === null) { + // console.error("no sets") + return [pattern]; + } - if (high.operator === comp || high.operator === ecomp) { - return false; - } // If the lowest version comparator has an operator and our version - // is less than it then it isn't higher than the range + var tail = braceExpand(pattern.substr(i), options); + return tail.map(function (t) { + return prefix + t; + }); + } // now we have something like: + // {b,c{d,e},{f,g}h}x{y,z} + // walk through the set, expanding each part, until + // the set ends. then, we'll expand the suffix. + // If the set only has a single member, then'll put the {} back + // first, handle numeric sets, since they're easier - if ((!low.operator || low.operator === comp) && ltefn(version, low.semver)) { - return false; - } else if (low.operator === ecomp && ltfn(version, low.semver)) { - return false; - } - } + var numset = pattern.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/); - return true; - } + if (numset) { + // console.error("numset", numset[1], numset[2]) + var suf = braceExpand(pattern.substr(numset[0].length), options), + start = +numset[1], + end = +numset[2], + inc = start > end ? -1 : 1, + set = []; - exports.prerelease = prerelease; + for (var i = start; i != end + inc; i += inc) { + // append all the suffixes + for (var ii = 0, ll = suf.length; ii < ll; ii++) { + set.push(i + suf[ii]); + } + } - function prerelease(version, options) { - var parsed = parse(version, options); - return parsed && parsed.prerelease.length ? parsed.prerelease : null; - } + return set; + } // ok, walk through the set + // We hope, somewhat optimistically, that there + // will be a } at the end. + // If the closing brace isn't found, then the pattern is + // interpreted as braceExpand("\\" + pattern) so that + // the leading \{ will be interpreted literally. - exports.intersects = intersects; - function intersects(r1, r2, options) { - r1 = new Range(r1, options); - r2 = new Range(r2, options); - return r1.intersects(r2); - } + var i = 1 // skip the \{ + , + depth = 1, + set = [], + member = "", + escaping = false; - exports.coerce = coerce; + function addMember() { + set.push(member); + member = ""; + } // console.error("Entering for") - function coerce(version) { - if (version instanceof SemVer) { - return version; - } - if (typeof version !== 'string') { - return null; - } + FOR: for (i = 1, l = pattern.length; i < l; i++) { + var c = pattern.charAt(i); // console.error("", i, c) - var match = version.match(re[COERCE]); + if (escaping) { + escaping = false; + member += "\\" + c; + } else { + switch (c) { + case "\\": + escaping = true; + continue; - if (match == null) { - return null; - } + case "{": + depth++; + member += "{"; + continue; - return parse(match[1] + '.' + (match[2] || '0') + '.' + (match[3] || '0')); - } -}); + case "}": + depth--; // if this closes the actual set, then we're done -var hasOwnProperty$3 = Object.prototype.hasOwnProperty; -var pseudomap = PseudoMap; + if (depth === 0) { + addMember(); // pluck off the close-brace -function PseudoMap(set) { - if (!(this instanceof PseudoMap)) // whyyyyyyy - throw new TypeError("Constructor PseudoMap requires 'new'"); - this.clear(); + i++; + break FOR; + } else { + member += c; + continue; + } - if (set) { - if (set instanceof PseudoMap || typeof Map === 'function' && set instanceof Map) set.forEach(function (value, key) { - this.set(key, value); - }, this);else if (Array.isArray(set)) set.forEach(function (kv) { - this.set(kv[0], kv[1]); - }, this);else throw new TypeError('invalid argument'); - } -} + case ",": + if (depth === 1) { + addMember(); + } else { + member += c; + } -PseudoMap.prototype.forEach = function (fn, thisp) { - thisp = thisp || this; - Object.keys(this._data).forEach(function (k) { - if (k !== 'size') fn.call(thisp, this._data[k].value, this._data[k].key); - }, this); -}; + continue; -PseudoMap.prototype.has = function (k) { - return !!find(this._data, k); -}; + default: + member += c; + continue; + } // switch -PseudoMap.prototype.get = function (k) { - var res = find(this._data, k); - return res && res.value; -}; + } // else -PseudoMap.prototype.set = function (k, v) { - set(this._data, k, v); -}; + } // for + // now we've either finished the set, and the suffix is + // pattern.substr(i), or we have *not* closed the set, + // and need to escape the leading brace -PseudoMap.prototype.delete = function (k) { - var res = find(this._data, k); - if (res) { - delete this._data[res._index]; - this._data.size--; - } -}; + if (depth !== 0) { + // console.error("didn't close", pattern) + return braceExpand("\\" + pattern, options); + } // x{y,z} -> ["xy", "xz"] + // console.error("set", set) + // console.error("suffix", pattern.substr(i)) -PseudoMap.prototype.clear = function () { - var data = Object.create(null); - data.size = 0; - Object.defineProperty(this, '_data', { - value: data, - enumerable: false, - configurable: true, - writable: false - }); -}; -Object.defineProperty(PseudoMap.prototype, 'size', { - get: function () { - return this._data.size; - }, - set: function (n) {}, - enumerable: true, - configurable: true -}); + var suf = braceExpand(pattern.substr(i), options); // ["b", "c{d,e}","{f,g}h"] -> + // [["b"], ["cd", "ce"], ["fh", "gh"]] -PseudoMap.prototype.values = PseudoMap.prototype.keys = PseudoMap.prototype.entries = function () { - throw new Error('iterators are not implemented in this version'); -}; // Either identical, or both NaN + var addBraces = set.length === 1; // console.error("set pre-expanded", set) + set = set.map(function (p) { + return braceExpand(p, options); + }); // console.error("set expanded", set) + // [["b"], ["cd", "ce"], ["fh", "gh"]] -> + // ["b", "cd", "ce", "fh", "gh"] -function same(a, b) { - return a === b || a !== a && b !== b; -} + set = set.reduce(function (l, r) { + return l.concat(r); + }); -function Entry(k, v, i) { - this.key = k; - this.value = v; - this._index = i; -} + if (addBraces) { + set = set.map(function (s) { + return "{" + s + "}"; + }); + } // now attach the suffixes. -function find(data, k) { - for (var i = 0, s = '_' + k, key = s; hasOwnProperty$3.call(data, key); key = s + i++) { - if (same(data[key].key, k)) return data[key]; - } -} -function set(data, k, v) { - for (var i = 0, s = '_' + k, key = s; hasOwnProperty$3.call(data, key); key = s + i++) { - if (same(data[key].key, k)) { - data[key].value = v; - return; + var ret = []; + + for (var i = 0, l = set.length; i < l; i++) { + for (var ii = 0, ll = suf.length; ii < ll; ii++) { + ret.push(set[i] + suf[ii]); + } } - } - data.size++; - data[key] = new Entry(k, v, key); -} + return ret; + } // parse a component of the expanded set. + // At this point, no pattern may contain "/" in it + // so we're going to return a 2d array, where each entry is the full + // pattern, split on '/', and then turned into a regular expression. + // A regexp is made at the end which joins each array with an + // escaped /, and another full one which joins each regexp with |. + // + // Following the lead of Bash 4.1, note that "**" only has special meaning + // when it is the *only* thing in a path portion. Otherwise, any series + // of * is equivalent to a single *. Globstar behavior is enabled by + // default, and can be disabled by setting options.noglobstar. -var map = createCommonjsModule(function (module) { - if (process.env.npm_package_name === 'pseudomap' && process.env.npm_lifecycle_script === 'test') process.env.TEST_PSEUDOMAP = 'true'; - if (typeof Map === 'function' && !process.env.TEST_PSEUDOMAP) { - module.exports = Map; - } else { - module.exports = pseudomap; - } -}); + Minimatch.prototype.parse = parse; + var SUBPARSE = {}; -var yallist = Yallist; -Yallist.Node = Node; -Yallist.create = Yallist; + function parse(pattern, isSub) { + var options = this.options; // shortcuts -function Yallist(list) { - var self = this; + if (!options.noglobstar && pattern === "**") return GLOBSTAR; + if (pattern === "") return ""; + var re = "", + hasMagic = !!options.nocase, + escaping = false // ? => one single character + , + patternListStack = [], + plType, + stateChar, + inClass = false, + reClassStart = -1, + classStart = -1 // . and .. never match anything that doesn't start with ., + // even when options.dot is set. + , + patternStart = pattern.charAt(0) === "." ? "" // anything + // not (start or / followed by . or .. followed by / or end) + : options.dot ? "(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))" : "(?!\\.)"; - if (!(self instanceof Yallist)) { - self = new Yallist(); - } + function clearStateChar() { + if (stateChar) { + // we had some state-tracking character + // that wasn't consumed by this pass. + switch (stateChar) { + case "*": + re += star; + hasMagic = true; + break; - self.tail = null; - self.head = null; - self.length = 0; + case "?": + re += qmark; + hasMagic = true; + break; - if (list && typeof list.forEach === 'function') { - list.forEach(function (item) { - self.push(item); - }); - } else if (arguments.length > 0) { - for (var i = 0, l = arguments.length; i < l; i++) { - self.push(arguments[i]); + default: + re += "\\" + stateChar; + break; + } + + stateChar = false; + } } - } - return self; -} + for (var i = 0, len = pattern.length, c; i < len && (c = pattern.charAt(i)); i++) { + if (options.debug) { + console.error("%s\t%s %s %j", pattern, i, re, c); + } // skip over any that are escaped. -Yallist.prototype.removeNode = function (node) { - if (node.list !== this) { - throw new Error('removing node which does not belong to this list'); - } - var next = node.next; - var prev = node.prev; + if (escaping && reSpecials[c]) { + re += "\\" + c; + escaping = false; + continue; + } - if (next) { - next.prev = prev; - } + switch (c) { + case "/": + // completely not allowed, even escaped. + // Should already be path-split by now. + return false; - if (prev) { - prev.next = next; - } + case "\\": + clearStateChar(); + escaping = true; + continue; + // the various stateChar values + // for the "extglob" stuff. - if (node === this.head) { - this.head = next; - } + case "?": + case "*": + case "+": + case "@": + case "!": + if (options.debug) { + console.error("%s\t%s %s %j <-- stateChar", pattern, i, re, c); + } // all of those are literals inside a class, except that + // the glob [!a] means [^a] in regexp - if (node === this.tail) { - this.tail = prev; - } - node.list.length--; - node.next = null; - node.prev = null; - node.list = null; -}; + if (inClass) { + if (c === "!" && i === classStart + 1) c = "^"; + re += c; + continue; + } // if we already have a stateChar, then it means + // that there was something like ** or +? in there. + // Handle the stateChar, then proceed with this one. -Yallist.prototype.unshiftNode = function (node) { - if (node === this.head) { - return; - } - if (node.list) { - node.list.removeNode(node); - } + clearStateChar(); + stateChar = c; // if extglob is disabled, then +(asdf|foo) isn't a thing. + // just clear the statechar *now*, rather than even diving into + // the patternList stuff. - var head = this.head; - node.list = this; - node.next = head; + if (options.noext) clearStateChar(); + continue; - if (head) { - head.prev = node; - } + case "(": + if (inClass) { + re += "("; + continue; + } - this.head = node; + if (!stateChar) { + re += "\\("; + continue; + } - if (!this.tail) { - this.tail = node; - } + plType = stateChar; + patternListStack.push({ + type: plType, + start: i - 1, + reStart: re.length + }); // negation is (?:(?!js)[^/]*) - this.length++; -}; + re += stateChar === "!" ? "(?:(?!" : "(?:"; + stateChar = false; + continue; -Yallist.prototype.pushNode = function (node) { - if (node === this.tail) { - return; - } + case ")": + if (inClass || !patternListStack.length) { + re += "\\)"; + continue; + } - if (node.list) { - node.list.removeNode(node); - } + hasMagic = true; + re += ")"; + plType = patternListStack.pop().type; // negation is (?:(?!js)[^/]*) + // The others are (?:) - var tail = this.tail; - node.list = this; - node.prev = tail; + switch (plType) { + case "!": + re += "[^/]*?)"; + break; - if (tail) { - tail.next = node; - } + case "?": + case "+": + case "*": + re += plType; + // the default anyway + } - this.tail = node; + continue; - if (!this.head) { - this.head = node; - } + case "|": + if (inClass || !patternListStack.length || escaping) { + re += "\\|"; + escaping = false; + continue; + } - this.length++; -}; + re += "|"; + continue; + // these are mostly the same in regexp and glob -Yallist.prototype.push = function () { - for (var i = 0, l = arguments.length; i < l; i++) { - push$1(this, arguments[i]); - } + case "[": + // swallow any state-tracking char before the [ + clearStateChar(); + + if (inClass) { + re += "\\" + c; + continue; + } + + inClass = true; + classStart = i; + reClassStart = re.length; + re += c; + continue; - return this.length; -}; + case "]": + // a right bracket shall lose its special + // meaning and represent itself in + // a bracket expression if it occurs + // first in the list. -- POSIX.2 2.8.3.2 + if (i === classStart + 1 || !inClass) { + re += "\\" + c; + escaping = false; + continue; + } // finish up the class. -Yallist.prototype.unshift = function () { - for (var i = 0, l = arguments.length; i < l; i++) { - unshift(this, arguments[i]); - } - return this.length; -}; + hasMagic = true; + inClass = false; + re += c; + continue; -Yallist.prototype.pop = function () { - if (!this.tail) { - return undefined; - } + default: + // swallow any state char that wasn't consumed + clearStateChar(); - var res = this.tail.value; - this.tail = this.tail.prev; + if (escaping) { + // no need + escaping = false; + } else if (reSpecials[c] && !(c === "^" && inClass)) { + re += "\\"; + } - if (this.tail) { - this.tail.next = null; - } else { - this.head = null; - } + re += c; + } // switch - this.length--; - return res; -}; + } // for + // handle the case where we left a class open. + // "[abc" is valid, equivalent to "\[abc" -Yallist.prototype.shift = function () { - if (!this.head) { - return undefined; - } - var res = this.head.value; - this.head = this.head.next; + if (inClass) { + // split where the last [ was, and escape it + // this is a huge pita. We now have to re-walk + // the contents of the would-be class to re-translate + // any characters that were passed through as-is + var cs = pattern.substr(classStart + 1), + sp = this.parse(cs, SUBPARSE); + re = re.substr(0, reClassStart) + "\\[" + sp[0]; + hasMagic = hasMagic || sp[1]; + } // handle the case where we had a +( thing at the *end* + // of the pattern. + // each pattern list stack adds 3 chars, and we need to go through + // and escape any | chars that were passed through as-is for the regexp. + // Go through and escape them, taking care not to double-escape any + // | chars that were already escaped. - if (this.head) { - this.head.prev = null; - } else { - this.tail = null; - } - this.length--; - return res; -}; + var pl; -Yallist.prototype.forEach = function (fn, thisp) { - thisp = thisp || this; + while (pl = patternListStack.pop()) { + var tail = re.slice(pl.reStart + 3); // maybe some even number of \, then maybe 1 \, followed by a | - for (var walker = this.head, i = 0; walker !== null; i++) { - fn.call(thisp, walker.value, i, this); - walker = walker.next; - } -}; + tail = tail.replace(/((?:\\{2})*)(\\?)\|/g, function (_, $1, $2) { + if (!$2) { + // the | isn't already escaped, so escape it. + $2 = "\\"; + } // need to escape all those slashes *again*, without escaping the + // one that we need for escaping the | character. As it works out, + // escaping an even number of slashes can be done by simply repeating + // it exactly after itself. That's why this trick works. + // + // I am sorry that you have to see this. -Yallist.prototype.forEachReverse = function (fn, thisp) { - thisp = thisp || this; - for (var walker = this.tail, i = this.length - 1; walker !== null; i--) { - fn.call(thisp, walker.value, i, this); - walker = walker.prev; - } -}; + return $1 + $1 + $2 + "|"; + }); // console.error("tail=%j\n %s", tail, tail) -Yallist.prototype.get = function (n) { - for (var i = 0, walker = this.head; walker !== null && i < n; i++) { - // abort out of the list early if we hit a cycle - walker = walker.next; - } + var t = pl.type === "*" ? star : pl.type === "?" ? qmark : "\\" + pl.type; + hasMagic = true; + re = re.slice(0, pl.reStart) + t + "\\(" + tail; + } // handle trailing things that only matter at the very end. - if (i === n && walker !== null) { - return walker.value; - } -}; -Yallist.prototype.getReverse = function (n) { - for (var i = 0, walker = this.tail; walker !== null && i < n; i++) { - // abort out of the list early if we hit a cycle - walker = walker.prev; - } + clearStateChar(); - if (i === n && walker !== null) { - return walker.value; - } -}; + if (escaping) { + // trailing \\ + re += "\\\\"; + } // only need to apply the nodot start if the re starts with + // something that could conceivably capture a dot -Yallist.prototype.map = function (fn, thisp) { - thisp = thisp || this; - var res = new Yallist(); - for (var walker = this.head; walker !== null;) { - res.push(fn.call(thisp, walker.value, this)); - walker = walker.next; - } + var addPatternStart = false; - return res; -}; + switch (re.charAt(0)) { + case ".": + case "[": + case "(": + addPatternStart = true; + } // if the re is not "" at this point, then we need to make sure + // it doesn't match against an empty path part. + // Otherwise a/* will match a/, which it should not. -Yallist.prototype.mapReverse = function (fn, thisp) { - thisp = thisp || this; - var res = new Yallist(); - for (var walker = this.tail; walker !== null;) { - res.push(fn.call(thisp, walker.value, this)); - walker = walker.prev; - } + if (re !== "" && hasMagic) re = "(?=.)" + re; + if (addPatternStart) re = patternStart + re; // parsing just a piece of a larger pattern. - return res; -}; + if (isSub === SUBPARSE) { + return [re, hasMagic]; + } // skip the regexp for non-magical patterns + // unescape anything in it, though, so that it'll be + // an exact match against a file etc. -Yallist.prototype.reduce = function (fn, initial) { - var acc; - var walker = this.head; - if (arguments.length > 1) { - acc = initial; - } else if (this.head) { - walker = this.head.next; - acc = this.head.value; - } else { - throw new TypeError('Reduce of empty list with no initial value'); - } + if (!hasMagic) { + return globUnescape(pattern); + } - for (var i = 0; walker !== null; i++) { - acc = fn(acc, walker.value, i); - walker = walker.next; + var flags = options.nocase ? "i" : "", + regExp = new RegExp("^" + re + "$", flags); + regExp._glob = pattern; + regExp._src = re; + return regExp; } - return acc; -}; + minimatch.makeRe = function (pattern, options) { + return new Minimatch(pattern, options || {}).makeRe(); + }; -Yallist.prototype.reduceReverse = function (fn, initial) { - var acc; - var walker = this.tail; + Minimatch.prototype.makeRe = makeRe; - if (arguments.length > 1) { - acc = initial; - } else if (this.tail) { - walker = this.tail.prev; - acc = this.tail.value; - } else { - throw new TypeError('Reduce of empty list with no initial value'); - } + function makeRe() { + if (this.regexp || this.regexp === false) return this.regexp; // at this point, this.set is a 2d array of partial + // pattern strings, or "**". + // + // It's better to use .match(). This function shouldn't + // be used, really, but it's pretty convenient sometimes, + // when you just want to work with a regex. - for (var i = this.length - 1; walker !== null; i--) { - acc = fn(acc, walker.value, i); - walker = walker.prev; - } + var set = this.set; + if (!set.length) return this.regexp = false; + var options = this.options; + var twoStar = options.noglobstar ? star : options.dot ? twoStarDot : twoStarNoDot, + flags = options.nocase ? "i" : ""; + var re = set.map(function (pattern) { + return pattern.map(function (p) { + return p === GLOBSTAR ? twoStar : typeof p === "string" ? regExpEscape(p) : p._src; + }).join("\\\/"); + }).join("|"); // must match entire pattern + // ending in a * or ** will make it less strict. - return acc; -}; + re = "^(?:" + re + ")$"; // can match anything, as long as it's not this. -Yallist.prototype.toArray = function () { - var arr = new Array(this.length); + if (this.negate) re = "^(?!" + re + ").*$"; - for (var i = 0, walker = this.head; walker !== null; i++) { - arr[i] = walker.value; - walker = walker.next; + try { + return this.regexp = new RegExp(re, flags); + } catch (ex) { + return this.regexp = false; + } } - return arr; -}; + minimatch.match = function (list, pattern, options) { + var mm = new Minimatch(pattern, options); + list = list.filter(function (f) { + return mm.match(f); + }); -Yallist.prototype.toArrayReverse = function () { - var arr = new Array(this.length); + if (options.nonull && !list.length) { + list.push(pattern); + } - for (var i = 0, walker = this.tail; walker !== null; i++) { - arr[i] = walker.value; - walker = walker.prev; - } + return list; + }; - return arr; -}; + Minimatch.prototype.match = match; -Yallist.prototype.slice = function (from, to) { - to = to || this.length; + function match(f, partial) { + // console.error("match", f, this.pattern) + // short-circuit in the case of busted things. + // comments, etc. + if (this.comment) return false; + if (this.empty) return f === ""; + if (f === "/" && partial) return true; + var options = this.options; // windows: need to use /, not \ + // On other platforms, \ is a valid (albeit bad) filename char. - if (to < 0) { - to += this.length; - } + if (platform === "win32") { + f = f.split("\\").join("/"); + } // treat the test path as a set of pathparts. - from = from || 0; - if (from < 0) { - from += this.length; - } + f = f.split(slashSplit); - var ret = new Yallist(); + if (options.debug) { + console.error(this.pattern, "split", f); + } // just ONE of the pattern sets in this.set needs to match + // in order for it to be valid. If negating, then just one + // match means that we have failed. + // Either way, return on the first hit. - if (to < from || to < 0) { - return ret; - } - if (from < 0) { - from = 0; - } + var set = this.set; // console.error(this.pattern, "set", set) - if (to > this.length) { - to = this.length; - } + for (var i = 0, l = set.length; i < l; i++) { + var pattern = set[i]; + var hit = this.matchOne(f, pattern, partial); - for (var i = 0, walker = this.head; walker !== null && i < from; i++) { - walker = walker.next; - } + if (hit) { + if (options.flipNegate) return true; + return !this.negate; + } + } // didn't get any hits. this is success if it's a negative + // pattern, failure otherwise. - for (; walker !== null && i < to; i++, walker = walker.next) { - ret.push(walker.value); - } - return ret; -}; + if (options.flipNegate) return false; + return this.negate; + } // set partial to true to test if, for example, + // "/a/b" matches the start of "/*/b/*/d" + // Partial means, if you run out of file before you run + // out of pattern, then that's fine, as long as all + // the parts match. -Yallist.prototype.sliceReverse = function (from, to) { - to = to || this.length; - if (to < 0) { - to += this.length; - } + Minimatch.prototype.matchOne = function (file, pattern, partial) { + var options = this.options; - from = from || 0; + if (options.debug) { + console.error("matchOne", { + "this": this, + file: file, + pattern: pattern + }); + } - if (from < 0) { - from += this.length; - } + if (options.matchBase && pattern.length === 1) { + file = path.basename(file.join("/")).split("/"); + } - var ret = new Yallist(); + if (options.debug) { + console.error("matchOne", file.length, pattern.length); + } - if (to < from || to < 0) { - return ret; - } + for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) { + if (options.debug) { + console.error("matchOne loop"); + } - if (from < 0) { - from = 0; - } + var p = pattern[pi], + f = file[fi]; - if (to > this.length) { - to = this.length; - } + if (options.debug) { + console.error(pattern, p, f); + } // should be impossible. + // some invalid regexp stuff in the set. - for (var i = this.length, walker = this.tail; walker !== null && i > to; i--) { - walker = walker.prev; - } - for (; walker !== null && i > from; i--, walker = walker.prev) { - ret.push(walker.value); - } + if (p === false) return false; - return ret; -}; + if (p === GLOBSTAR) { + if (options.debug) console.error('GLOBSTAR', [pattern, p, f]); // "**" + // a/**/b/**/c would match the following: + // a/b/x/y/z/c + // a/x/y/z/b/c + // a/b/x/b/x/c + // a/b/c + // To do this, take the rest of the pattern after + // the **, and see if it would match the file remainder. + // If so, return success. + // If not, the ** "swallows" a segment, and try again. + // This is recursively awful. + // + // a/**/b/**/c matching a/b/x/y/z/c + // - a matches a + // - doublestar + // - matchOne(b/x/y/z/c, b/**/c) + // - b matches b + // - doublestar + // - matchOne(x/y/z/c, c) -> no + // - matchOne(y/z/c, c) -> no + // - matchOne(z/c, c) -> no + // - matchOne(c, c) yes, hit -Yallist.prototype.reverse = function () { - var head = this.head; - var tail = this.tail; + var fr = fi, + pr = pi + 1; - for (var walker = head; walker !== null; walker = walker.prev) { - var p = walker.prev; - walker.prev = walker.next; - walker.next = p; - } + if (pr === pl) { + if (options.debug) console.error('** at the end'); // a ** at the end will just swallow the rest. + // We have found a match. + // however, it will not swallow /.x, unless + // options.dot is set. + // . and .. are *never* matched by **, for explosively + // exponential reasons. - this.head = tail; - this.tail = head; - return this; -}; + for (; fi < fl; fi++) { + if (file[fi] === "." || file[fi] === ".." || !options.dot && file[fi].charAt(0) === ".") return false; + } -function push$1(self, item) { - self.tail = new Node(item, self.tail, null, self); + return true; + } // ok, let's see if we can swallow whatever we can. - if (!self.head) { - self.head = self.tail; - } - self.length++; -} + WHILE: while (fr < fl) { + var swallowee = file[fr]; -function unshift(self, item) { - self.head = new Node(item, null, self.head, self); + if (options.debug) { + console.error('\nglobstar while', file, fr, pattern, pr, swallowee); + } // XXX remove this slice. Just pass the start index. - if (!self.tail) { - self.tail = self.head; - } - self.length++; -} + if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { + if (options.debug) console.error('globstar found match!', fr, fl, swallowee); // found a match. -function Node(value, prev, next, list) { - if (!(this instanceof Node)) { - return new Node(value, prev, next, list); - } + return true; + } else { + // can't swallow "." or ".." ever. + // can only swallow ".foo" when explicitly asked. + if (swallowee === "." || swallowee === ".." || !options.dot && swallowee.charAt(0) === ".") { + if (options.debug) console.error("dot detected!", file, fr, pattern, pr); + break WHILE; + } // ** swallows a segment, and continue. - this.list = list; - this.value = value; - if (prev) { - prev.next = this; - this.prev = prev; - } else { - this.prev = null; - } + if (options.debug) console.error('globstar swallow a segment, and continue'); + fr++; + } + } // no match was found. + // However, in partial mode, we can't say this is necessarily over. + // If there's more *pattern* left, then - if (next) { - next.prev = this; - this.next = next; - } else { - this.next = null; - } -} -var lruCache = LRUCache; // This will be a proper iterable 'Map' in engines that support it, -// or a fakey-fake PseudoMap in older versions. -// A linked list to keep track of recently-used-ness -// use symbols if possible, otherwise just _props + if (partial) { + // ran out of file + // console.error("\n>>> no match, partial?", file, fr, pattern, pr) + if (fr === fl) return true; + } -var hasSymbol = typeof Symbol === 'function' && process.env._nodeLRUCacheForceNoSymbol !== '1'; -var makeSymbol; + return false; + } // something other than ** + // non-magic patterns just have to match exactly + // patterns with magic have been turned into regexps. -if (hasSymbol) { - makeSymbol = function (key) { - return Symbol(key); - }; -} else { - makeSymbol = function (key) { - return '_' + key; - }; -} -var MAX = makeSymbol('max'); -var LENGTH = makeSymbol('length'); -var LENGTH_CALCULATOR = makeSymbol('lengthCalculator'); -var ALLOW_STALE = makeSymbol('allowStale'); -var MAX_AGE = makeSymbol('maxAge'); -var DISPOSE = makeSymbol('dispose'); -var NO_DISPOSE_ON_SET = makeSymbol('noDisposeOnSet'); -var LRU_LIST = makeSymbol('lruList'); -var CACHE = makeSymbol('cache'); + var hit; -function naiveLength() { - return 1; -} // lruList is a yallist where the head is the youngest -// item, and the tail is the oldest. the list contains the Hit -// objects as the entries. -// Each Hit object has a reference to its Yallist.Node. This -// never changes. -// -// cache is a Map (or PseudoMap) that matches the keys to -// the Yallist.Node object. + if (typeof p === "string") { + if (options.nocase) { + hit = f.toLowerCase() === p.toLowerCase(); + } else { + hit = f === p; + } + if (options.debug) { + console.error("string match", p, f, hit); + } + } else { + hit = f.match(p); -function LRUCache(options) { - if (!(this instanceof LRUCache)) { - return new LRUCache(options); - } + if (options.debug) { + console.error("pattern match", p, f, hit); + } + } - if (typeof options === 'number') { - options = { - max: options - }; - } + if (!hit) return false; + } // Note: ending in / means that we'll get a final "" + // at the end of the pattern. This can only match a + // corresponding "" at the end of the file. + // If the file ends in /, then it can only match a + // a pattern that ends in /, unless the pattern just + // doesn't have any more for it. But, a/b/ should *not* + // match "a/b/*", even though "" matches against the + // [^/]*? pattern, except in partial mode, where it might + // simply not be reached yet. + // However, a/b/ should still satisfy a/* + // now either we fell off the end of the pattern, or we're done. - if (!options) { - options = {}; - } - var max = this[MAX] = options.max; // Kind of weird to have a default max of Infinity, but oh well. + if (fi === fl && pi === pl) { + // ran out of pattern and filename at the same time. + // an exact hit! + return true; + } else if (fi === fl) { + // ran out of file, but still had pattern left. + // this is ok if we're doing the match as part of + // a glob fs traversal. + return partial; + } else if (pi === pl) { + // ran out of pattern, still have file left. + // this is only acceptable if we're on the very last + // empty segment of a file with a trailing slash. + // a/* should match a/b/ + var emptyFileEnd = fi === fl - 1 && file[fi] === ""; + return emptyFileEnd; + } // should be unreachable. - if (!max || !(typeof max === 'number') || max <= 0) { - this[MAX] = Infinity; - } - var lc = options.length || naiveLength; + throw new Error("wtf?"); + }; // replace stuff like \* with * - if (typeof lc !== 'function') { - lc = naiveLength; + + function globUnescape(s) { + return s.replace(/\\(.)/g, "$1"); } - this[LENGTH_CALCULATOR] = lc; - this[ALLOW_STALE] = options.stale || false; - this[MAX_AGE] = options.maxAge || 0; - this[DISPOSE] = options.dispose; - this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || false; - this.reset(); -} // resize the cache when the max changes. + function regExpEscape(s) { + return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + } +})(fnmatch$1, fnmatch$1.exports); +var ini = {}; -Object.defineProperty(LRUCache.prototype, 'max', { - set: function (mL) { - if (!mL || !(typeof mL === 'number') || mL <= 0) { - mL = Infinity; +var __awaiter$1 = undefined && undefined.__awaiter || function (thisArg, _arguments, P, generator) { + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { + try { + step(generator.next(value)); + } catch (e) { + reject(e); + } } - this[MAX] = mL; - trim$2(this); - }, - get: function () { - return this[MAX]; - }, - enumerable: true -}); -Object.defineProperty(LRUCache.prototype, 'allowStale', { - set: function (allowStale) { - this[ALLOW_STALE] = !!allowStale; - }, - get: function () { - return this[ALLOW_STALE]; - }, - enumerable: true -}); -Object.defineProperty(LRUCache.prototype, 'maxAge', { - set: function (mA) { - if (!mA || !(typeof mA === 'number') || mA < 0) { - mA = 0; + function rejected(value) { + try { + step(generator["throw"](value)); + } catch (e) { + reject(e); + } } - this[MAX_AGE] = mA; - trim$2(this); - }, - get: function () { - return this[MAX_AGE]; - }, - enumerable: true -}); // resize the cache when the lengthCalculator changes. - -Object.defineProperty(LRUCache.prototype, 'lengthCalculator', { - set: function (lC) { - if (typeof lC !== 'function') { - lC = naiveLength; + function step(result) { + result.done ? resolve(result.value) : new P(function (resolve) { + resolve(result.value); + }).then(fulfilled, rejected); } - if (lC !== this[LENGTH_CALCULATOR]) { - this[LENGTH_CALCULATOR] = lC; - this[LENGTH] = 0; - this[LRU_LIST].forEach(function (hit) { - hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key); - this[LENGTH] += hit.length; - }, this); - } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; - trim$2(this); - }, - get: function () { - return this[LENGTH_CALCULATOR]; - }, - enumerable: true -}); -Object.defineProperty(LRUCache.prototype, 'length', { - get: function () { - return this[LENGTH]; - }, - enumerable: true -}); -Object.defineProperty(LRUCache.prototype, 'itemCount', { - get: function () { - return this[LRU_LIST].length; +var __generator$1 = undefined && undefined.__generator || function (thisArg, body) { + var _ = { + label: 0, + sent: function () { + if (t[0] & 1) throw t[1]; + return t[1]; + }, + trys: [], + ops: [] }, - enumerable: true -}); - -LRUCache.prototype.rforEach = function (fn, thisp) { - thisp = thisp || this; + f, + y, + t, + g; + return g = { + next: verb(0), + "throw": verb(1), + "return": verb(2) + }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { + return this; + }), g; - for (var walker = this[LRU_LIST].tail; walker !== null;) { - var prev = walker.prev; - forEachStep(this, fn, walker, thisp); - walker = prev; + function verb(n) { + return function (v) { + return step([n, v]); + }; } -}; - -function forEachStep(self, fn, node, thisp) { - var hit = node.value; - if (isStale(self, hit)) { - del(self, node); + function step(op) { + if (f) throw new TypeError("Generator is already executing."); - if (!self[ALLOW_STALE]) { - hit = undefined; - } - } + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; - if (hit) { - fn.call(thisp, hit.value, hit.key, self); - } -} + switch (op[0]) { + case 0: + case 1: + t = op; + break; -LRUCache.prototype.forEach = function (fn, thisp) { - thisp = thisp || this; + case 4: + _.label++; + return { + value: op[1], + done: false + }; - for (var walker = this[LRU_LIST].head; walker !== null;) { - var next = walker.next; - forEachStep(this, fn, walker, thisp); - walker = next; - } -}; + case 5: + _.label++; + y = op[1]; + op = [0]; + continue; -LRUCache.prototype.keys = function () { - return this[LRU_LIST].toArray().map(function (k) { - return k.key; - }, this); -}; + case 7: + op = _.ops.pop(); -LRUCache.prototype.values = function () { - return this[LRU_LIST].toArray().map(function (k) { - return k.value; - }, this); -}; + _.trys.pop(); -LRUCache.prototype.reset = function () { - if (this[DISPOSE] && this[LRU_LIST] && this[LRU_LIST].length) { - this[LRU_LIST].forEach(function (hit) { - this[DISPOSE](hit.key, hit.value); - }, this); - } + continue; - this[CACHE] = new map(); // hash of items by key + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { + _ = 0; + continue; + } - this[LRU_LIST] = new yallist(); // list of items in order of use recency + if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { + _.label = op[1]; + break; + } - this[LENGTH] = 0; // length of items in the list -}; + if (op[0] === 6 && _.label < t[1]) { + _.label = t[1]; + t = op; + break; + } -LRUCache.prototype.dump = function () { - return this[LRU_LIST].map(function (hit) { - if (!isStale(this, hit)) { - return { - k: hit.key, - v: hit.value, - e: hit.now + (hit.maxAge || 0) - }; - } - }, this).toArray().filter(function (h) { - return h; - }); -}; + if (t && _.label < t[2]) { + _.label = t[2]; -LRUCache.prototype.dumpLru = function () { - return this[LRU_LIST]; -}; -/* istanbul ignore next */ + _.ops.push(op); + break; + } -LRUCache.prototype.inspect = function (n, opts) { - var str = 'LRUCache {'; - var extras = false; - var as = this[ALLOW_STALE]; + if (t[2]) _.ops.pop(); - if (as) { - str += '\n allowStale: true'; - extras = true; - } + _.trys.pop(); - var max = this[MAX]; + continue; + } - if (max && max !== Infinity) { - if (extras) { - str += ','; + op = body.call(thisArg, _); + } catch (e) { + op = [6, e]; + y = 0; + } finally { + f = t = 0; } - str += '\n max: ' + util__default['default'].inspect(max, opts); - extras = true; + if (op[0] & 5) throw op[1]; + return { + value: op[0] ? op[1] : void 0, + done: true + }; } +}; - var maxAge = this[MAX_AGE]; +var __importStar$1 = undefined && undefined.__importStar || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; +}; - if (maxAge) { - if (extras) { - str += ','; - } +Object.defineProperty(ini, "__esModule", { + value: true +}); - str += '\n maxAge: ' + util__default['default'].inspect(maxAge, opts); - extras = true; - } +var fs$f = __importStar$1(require$$0__default["default"]); +/** + * define the possible values: + * section: [section] + * param: key=value + * comment: ;this is a comment + */ - var lc = this[LENGTH_CALCULATOR]; - if (lc && lc !== naiveLength) { - if (extras) { - str += ','; - } +var regex = { + section: /^\s*\[(([^#;]|\\#|\\;)+)\]\s*([#;].*)?$/, + param: /^\s*([\w\.\-\_]+)\s*[=:]\s*(.*?)\s*([#;].*)?$/, + comment: /^\s*[#;].*$/ +}; +/** + * Parses an .ini file + * @param file The location of the .ini file + */ - str += '\n length: ' + util__default['default'].inspect(this[LENGTH], opts); - extras = true; - } +function parse$7(file) { + return __awaiter$1(this, void 0, void 0, function () { + return __generator$1(this, function (_a) { + return [2 + /*return*/ + , new Promise(function (resolve, reject) { + fs$f.readFile(file, 'utf8', function (err, data) { + if (err) { + reject(err); + return; + } - var didFirst = false; - this[LRU_LIST].forEach(function (item) { - if (didFirst) { - str += ',\n '; - } else { - if (extras) { - str += ',\n'; - } + resolve(parseString(data)); + }); + })]; + }); + }); +} - didFirst = true; - str += '\n '; - } +ini.parse = parse$7; - var key = util__default['default'].inspect(item.key).split('\n').join('\n '); - var val = { - value: item.value - }; +function parseSync$1(file) { + return parseString(fs$f.readFileSync(file, 'utf8')); +} - if (item.maxAge !== maxAge) { - val.maxAge = item.maxAge; - } +ini.parseSync = parseSync$1; - if (lc !== naiveLength) { - val.length = item.length; - } +function parseString(data) { + var sectionBody = {}; + var sectionName = null; + var value = [[sectionName, sectionBody]]; + var lines = data.split(/\r\n|\r|\n/); + lines.forEach(function (line) { + var match; - if (isStale(this, item)) { - val.stale = true; + if (regex.comment.test(line)) { + return; } - val = util__default['default'].inspect(val, opts).split('\n').join('\n '); - str += key + ' => ' + val; + if (regex.param.test(line)) { + match = line.match(regex.param); + sectionBody[match[1]] = match[2]; + } else if (regex.section.test(line)) { + match = line.match(regex.section); + sectionName = match[1]; + sectionBody = {}; + value.push([sectionName, sectionBody]); + } }); + return value; +} - if (didFirst || extras) { - str += '\n'; - } +ini.parseString = parseString; - str += '}'; - return str; +var name$g = "editorconfig"; +var version$1 = "0.15.3"; +var description = "EditorConfig File Locator and Interpreter for Node.js"; +var keywords = [ + "editorconfig", + "core" +]; +var main = "src/index.js"; +var contributors = [ + "Hong Xu (topbug.net)", + "Jed Mao (https://github.com/jedmao/)", + "Trey Hunner (http://treyhunner.com)" +]; +var directories = { + bin: "./bin", + lib: "./lib" +}; +var scripts = { + clean: "rimraf dist", + prebuild: "npm run clean", + build: "tsc", + pretest: "npm run lint && npm run build && npm run copy && cmake .", + test: "ctest .", + "pretest:ci": "npm run pretest", + "test:ci": "ctest -VV --output-on-failure .", + lint: "npm run eclint && npm run tslint", + eclint: "eclint check --indent_size ignore \"src/**\"", + tslint: "tslint --project tsconfig.json --exclude package.json", + copy: "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib", + prepub: "npm run lint && npm run build && npm run copy", + pub: "npm publish ./dist" +}; +var repository = { + type: "git", + url: "git://github.com/editorconfig/editorconfig-core-js.git" +}; +var bugs = "https://github.com/editorconfig/editorconfig-core-js/issues"; +var author = "EditorConfig Team"; +var license = "MIT"; +var dependencies = { + commander: "^2.19.0", + "lru-cache": "^4.1.5", + semver: "^5.6.0", + sigmund: "^1.0.1" +}; +var devDependencies = { + "@types/mocha": "^5.2.6", + "@types/node": "^10.12.29", + "@types/semver": "^5.5.0", + "cpy-cli": "^2.0.0", + eclint: "^2.8.1", + mocha: "^5.2.0", + rimraf: "^2.6.3", + should: "^13.2.3", + tslint: "^5.13.1", + typescript: "^3.3.3333" +}; +var require$$5$4 = { + name: name$g, + version: version$1, + description: description, + keywords: keywords, + main: main, + contributors: contributors, + directories: directories, + scripts: scripts, + repository: repository, + bugs: bugs, + author: author, + license: license, + dependencies: dependencies, + devDependencies: devDependencies }; -LRUCache.prototype.set = function (key, value, maxAge) { - maxAge = maxAge || this[MAX_AGE]; - var now = maxAge ? Date.now() : 0; - var len = this[LENGTH_CALCULATOR](value, key); - - if (this[CACHE].has(key)) { - if (len > this[MAX]) { - del(this, this[CACHE].get(key)); - return false; +var __awaiter = undefined && undefined.__awaiter || function (thisArg, _arguments, P, generator) { + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { + try { + step(generator.next(value)); + } catch (e) { + reject(e); + } } - var node = this[CACHE].get(key); - var item = node.value; // dispose of the old one before overwriting - // split out into 2 ifs for better coverage tracking - - if (this[DISPOSE]) { - if (!this[NO_DISPOSE_ON_SET]) { - this[DISPOSE](key, item.value); + function rejected(value) { + try { + step(generator["throw"](value)); + } catch (e) { + reject(e); } } - item.now = now; - item.maxAge = maxAge; - item.value = value; - this[LENGTH] += len - item.length; - item.length = len; - this.get(key); - trim$2(this); - return true; + function step(result) { + result.done ? resolve(result.value) : new P(function (resolve) { + resolve(result.value); + }).then(fulfilled, rejected); + } + + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; + +var __generator = undefined && undefined.__generator || function (thisArg, body) { + var _ = { + label: 0, + sent: function () { + if (t[0] & 1) throw t[1]; + return t[1]; + }, + trys: [], + ops: [] + }, + f, + y, + t, + g; + return g = { + next: verb(0), + "throw": verb(1), + "return": verb(2) + }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { + return this; + }), g; + + function verb(n) { + return function (v) { + return step([n, v]); + }; } - var hit = new Entry$1(key, value, len, now, maxAge); // oversized objects fall out of cache automatically. + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + + switch (op[0]) { + case 0: + case 1: + t = op; + break; - if (hit.length > this[MAX]) { - if (this[DISPOSE]) { - this[DISPOSE](key, value); - } + case 4: + _.label++; + return { + value: op[1], + done: false + }; - return false; - } + case 5: + _.label++; + y = op[1]; + op = [0]; + continue; - this[LENGTH] += hit.length; - this[LRU_LIST].unshift(hit); - this[CACHE].set(key, this[LRU_LIST].head); - trim$2(this); - return true; -}; + case 7: + op = _.ops.pop(); -LRUCache.prototype.has = function (key) { - if (!this[CACHE].has(key)) return false; - var hit = this[CACHE].get(key).value; + _.trys.pop(); - if (isStale(this, hit)) { - return false; - } + continue; - return true; -}; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { + _ = 0; + continue; + } -LRUCache.prototype.get = function (key) { - return get(this, key, true); -}; + if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { + _.label = op[1]; + break; + } -LRUCache.prototype.peek = function (key) { - return get(this, key, false); -}; + if (op[0] === 6 && _.label < t[1]) { + _.label = t[1]; + t = op; + break; + } -LRUCache.prototype.pop = function () { - var node = this[LRU_LIST].tail; - if (!node) return null; - del(this, node); - return node.value; -}; + if (t && _.label < t[2]) { + _.label = t[2]; -LRUCache.prototype.del = function (key) { - del(this, this[CACHE].get(key)); -}; + _.ops.push(op); -LRUCache.prototype.load = function (arr) { - // reset the cache - this.reset(); - var now = Date.now(); // A previous serialized cache has the most recent items first + break; + } - for (var l = arr.length - 1; l >= 0; l--) { - var hit = arr[l]; - var expiresAt = hit.e || 0; + if (t[2]) _.ops.pop(); - if (expiresAt === 0) { - // the item was created without expiration in a non aged cache - this.set(hit.k, hit.v); - } else { - var maxAge = expiresAt - now; // dont add already expired items + _.trys.pop(); - if (maxAge > 0) { - this.set(hit.k, hit.v, maxAge); + continue; } + + op = body.call(thisArg, _); + } catch (e) { + op = [6, e]; + y = 0; + } finally { + f = t = 0; } + + if (op[0] & 5) throw op[1]; + return { + value: op[0] ? op[1] : void 0, + done: true + }; } }; -LRUCache.prototype.prune = function () { - var self = this; - this[CACHE].forEach(function (value, key) { - get(self, key, false); - }); +var __importStar = undefined && undefined.__importStar || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; }; -function get(self, key, doUse) { - var node = self[CACHE].get(key); +var __importDefault = undefined && undefined.__importDefault || function (mod) { + return mod && mod.__esModule ? mod : { + "default": mod + }; +}; - if (node) { - var hit = node.value; +Object.defineProperty(src$1, "__esModule", { + value: true +}); - if (isStale(self, hit)) { - del(self, node); - if (!self[ALLOW_STALE]) hit = undefined; - } else { - if (doUse) { - self[LRU_LIST].unshiftNode(node); - } - } +var fs$e = __importStar(require$$0__default["default"]); - if (hit) hit = hit.value; - } +var path$i = __importStar(require$$0__default$2["default"]); - return hit; -} +var semver = __importStar(semver$1.exports); -function isStale(self, hit) { - if (!hit || !hit.maxAge && !self[MAX_AGE]) { - return false; - } +var fnmatch_1 = __importDefault(fnmatch$1.exports); - var stale = false; - var diff = Date.now() - hit.now; +var ini_1 = ini; +src$1.parseString = ini_1.parseString; - if (hit.maxAge) { - stale = diff > hit.maxAge; - } else { - stale = self[MAX_AGE] && diff > self[MAX_AGE]; - } +var package_json_1 = __importDefault(require$$5$4); - return stale; -} +var knownProps = { + end_of_line: true, + indent_style: true, + indent_size: true, + insert_final_newline: true, + trim_trailing_whitespace: true, + charset: true +}; -function trim$2(self) { - if (self[LENGTH] > self[MAX]) { - for (var walker = self[LRU_LIST].tail; self[LENGTH] > self[MAX] && walker !== null;) { - // We know that we're about to delete this one, and also - // what the next least recently used key will be, so just - // go ahead and set it now. - var prev = walker.prev; - del(self, walker); - walker = prev; - } - } +function fnmatch(filepath, glob) { + var matchOptions = { + matchBase: true, + dot: true, + noext: true + }; + glob = glob.replace(/\*\*/g, '{*,**/**/**}'); + return fnmatch_1.default(filepath, glob, matchOptions); } -function del(self, node) { - if (node) { - var hit = node.value; - - if (self[DISPOSE]) { - self[DISPOSE](hit.key, hit.value); - } - - self[LENGTH] -= hit.length; - self[CACHE].delete(hit.key); - self[LRU_LIST].removeNode(node); - } -} // classy, since V8 prefers predictable objects. +function getConfigFileNames(filepath, options) { + var paths = []; + do { + filepath = path$i.dirname(filepath); + paths.push(path$i.join(filepath, options.config)); + } while (filepath !== options.root); -function Entry$1(key, value, length, now, maxAge) { - this.key = key; - this.value = value; - this.length = length; - this.now = now; - this.maxAge = maxAge || 0; + return paths; } -var sigmund_1 = sigmund; - -function sigmund(subject, maxSessions) { - maxSessions = maxSessions || 10; - var notes = []; - var analysis = ''; - var RE = RegExp; +function processMatches(matches, version) { + // Set indent_size to 'tab' if indent_size is unspecified and + // indent_style is set to 'tab'. + if ('indent_style' in matches && matches.indent_style === 'tab' && !('indent_size' in matches) && semver.gte(version, '0.10.0')) { + matches.indent_size = 'tab'; + } // Set tab_width to indent_size if indent_size is specified and + // tab_width is unspecified - function psychoAnalyze(subject, session) { - if (session > maxSessions) return; - if (typeof subject === 'function' || typeof subject === 'undefined') { - return; - } + if ('indent_size' in matches && !('tab_width' in matches) && matches.indent_size !== 'tab') { + matches.tab_width = matches.indent_size; + } // Set indent_size to tab_width if indent_size is 'tab' - if (typeof subject !== 'object' || !subject || subject instanceof RE) { - analysis += subject; - return; - } - if (notes.indexOf(subject) !== -1 || session === maxSessions) return; - notes.push(subject); - analysis += '{'; - Object.keys(subject).forEach(function (issue, _, __) { - // pseudo-private values. skip those. - if (issue.charAt(0) === '_') return; - var to = typeof subject[issue]; - if (to === 'function' || to === 'undefined') return; - analysis += issue; - psychoAnalyze(subject[issue], session + 1); - }); + if ('indent_size' in matches && 'tab_width' in matches && matches.indent_size === 'tab') { + matches.indent_size = matches.tab_width; } - psychoAnalyze(subject, 0); - return analysis; -} // vim: set softtabstop=4 shiftwidth=4: - -var fnmatch = createCommonjsModule(function (module, exports) { - // Based on minimatch.js by isaacs - var platform = typeof process === "object" ? process.platform : "win32"; - if (module) module.exports = minimatch;else exports.minimatch = minimatch; - minimatch.Minimatch = Minimatch; - var cache = minimatch.cache = new lruCache({ - max: 100 - }), - GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}; - var qmark = "[^/]" // * => any number of characters - , - star = qmark + "*?" // ** when dots are allowed. Anything goes, except .. and . - // not (^ or / followed by one or two dots followed by $ or /), - // followed by anything, any number of times. - , - twoStarDot = "(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?" // not a ^ or / followed by a dot, - // followed by anything, any number of times. - , - twoStarNoDot = "(?:(?!(?:\\\/|^)\\.).)*?" // characters that need to be escaped in RegExp. - , - reSpecials = charSet("().*{}+?[]^$\\!"); // "abc" -> { a:true, b:true, c:true } - - function charSet(s) { - return s.split("").reduce(function (set, c) { - set[c] = true; - return set; - }, {}); - } // normalizes slashes. - + return matches; +} - var slashSplit = /\/+/; - minimatch.monkeyPatch = monkeyPatch; +function processOptions(options, filepath) { + if (options === void 0) { + options = {}; + } - function monkeyPatch() { - var desc = Object.getOwnPropertyDescriptor(String.prototype, "match"); - var orig = desc.value; + return { + config: options.config || '.editorconfig', + version: options.version || package_json_1.default.version, + root: path$i.resolve(options.root || path$i.parse(filepath).root) + }; +} - desc.value = function (p) { - if (p instanceof Minimatch) return p.match(this); - return orig.call(this, p); - }; +function buildFullGlob(pathPrefix, glob) { + switch (glob.indexOf('/')) { + case -1: + glob = '**/' + glob; + break; - Object.defineProperty(String.prototype, desc); + case 0: + glob = glob.substring(1); + break; } - minimatch.filter = filter; + return path$i.join(pathPrefix, glob); +} - function filter(pattern, options) { - options = options || {}; - return function (p, i, list) { - return minimatch(p, pattern, options); - }; +function extendProps(props, options) { + if (props === void 0) { + props = {}; } - function ext(a, b) { - a = a || {}; - b = b || {}; - var t = {}; - Object.keys(b).forEach(function (k) { - t[k] = b[k]; - }); - Object.keys(a).forEach(function (k) { - t[k] = a[k]; - }); - return t; + if (options === void 0) { + options = {}; } - minimatch.defaults = function (def) { - if (!def || !Object.keys(def).length) return minimatch; - var orig = minimatch; - - var m = function minimatch(p, pattern, options) { - return orig.minimatch(p, pattern, ext(def, options)); - }; + for (var key in options) { + if (options.hasOwnProperty(key)) { + var value = options[key]; + var key2 = key.toLowerCase(); + var value2 = value; - m.Minimatch = function Minimatch(pattern, options) { - return new orig.Minimatch(pattern, ext(def, options)); - }; + if (knownProps[key2]) { + value2 = value.toLowerCase(); + } - return m; - }; + try { + value2 = JSON.parse(value); + } catch (e) {} - Minimatch.defaults = function (def) { - if (!def || !Object.keys(def).length) return Minimatch; - return minimatch.defaults(def).Minimatch; - }; + if (typeof value === 'undefined' || value === null) { + // null and undefined are values specific to JSON (no special meaning + // in editorconfig) & should just be returned as regular strings. + value2 = String(value); + } - function minimatch(p, pattern, options) { - if (typeof pattern !== "string") { - throw new TypeError("glob pattern string required"); + props[key2] = value2; } + } - if (!options) options = {}; // shortcut: comments match nothing. - - if (!options.nocomment && pattern.charAt(0) === "#") { - return false; - } // "" only matches "" - + return props; +} - if (pattern.trim() === "") return p === ""; - return new Minimatch(pattern, options).match(p); - } +function parseFromConfigs(configs, filepath, options) { + return processMatches(configs.reverse().reduce(function (matches, file) { + var pathPrefix = path$i.dirname(file.name); + file.contents.forEach(function (section) { + var glob = section[0]; + var options2 = section[1]; - function Minimatch(pattern, options) { - if (!(this instanceof Minimatch)) { - return new Minimatch(pattern, options, cache); - } + if (!glob) { + return; + } - if (typeof pattern !== "string") { - throw new TypeError("glob pattern string required"); - } + var fullGlob = buildFullGlob(pathPrefix, glob); - if (!options) options = {}; // windows: need to use /, not \ - // On other platforms, \ is a valid (albeit bad) filename char. + if (!fnmatch(filepath, fullGlob)) { + return; + } - if (platform === "win32") { - pattern = pattern.split("\\").join("/"); - } // lru storage. - // these things aren't particularly big, but walking down the string - // and turning it into a regexp can get pretty costly. + matches = extendProps(matches, options2); + }); + return matches; + }, {}), options.version); +} +function getConfigsForFiles(files) { + var configs = []; - var cacheKey = pattern + "\n" + sigmund_1(options); - var cached = minimatch.cache.get(cacheKey); - if (cached) return cached; - minimatch.cache.set(cacheKey, this); - this.options = options; - this.set = []; - this.pattern = pattern; - this.regexp = null; - this.negate = false; - this.comment = false; - this.empty = false; // make the set of regexps etc. + for (var i in files) { + if (files.hasOwnProperty(i)) { + var file = files[i]; + var contents = ini_1.parseString(file.contents); + configs.push({ + name: file.name, + contents: contents + }); - this.make(); + if ((contents[0][1].root || '').toLowerCase() === 'true') { + break; + } + } } - Minimatch.prototype.make = make; + return configs; +} - function make() { - // don't do it more than once. - if (this._made) return; - var pattern = this.pattern; - var options = this.options; // empty patterns and comments match nothing. +function readConfigFiles(filepaths) { + return __awaiter(this, void 0, void 0, function () { + return __generator(this, function (_a) { + return [2 + /*return*/ + , Promise.all(filepaths.map(function (name) { + return new Promise(function (resolve) { + fs$e.readFile(name, 'utf8', function (err, data) { + resolve({ + name: name, + contents: err ? '' : data + }); + }); + }); + }))]; + }); + }); +} - if (!options.nocomment && pattern.charAt(0) === "#") { - this.comment = true; - return; +function readConfigFilesSync(filepaths) { + var files = []; + var file; + filepaths.forEach(function (filepath) { + try { + file = fs$e.readFileSync(filepath, 'utf8'); + } catch (e) { + file = ''; } - if (!pattern) { - this.empty = true; - return; - } // step 1: figure out negation, etc. - + files.push({ + name: filepath, + contents: file + }); + }); + return files; +} - this.parseNegate(); // step 2: expand braces +function opts(filepath, options) { + if (options === void 0) { + options = {}; + } - var set = this.globSet = this.braceExpand(); - if (options.debug) console.error(this.pattern, set); // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters + var resolvedFilePath = path$i.resolve(filepath); + return [resolvedFilePath, processOptions(options, resolvedFilePath)]; +} - set = this.globParts = set.map(function (s) { - return s.split(slashSplit); - }); - if (options.debug) console.error(this.pattern, set); // glob --> regexps +function parseFromFiles(filepath, files, options) { + if (options === void 0) { + options = {}; + } - set = set.map(function (s, si, set) { - return s.map(this.parse, this); - }, this); - if (options.debug) console.error(this.pattern, set); // filter out everything that didn't compile properly. + return __awaiter(this, void 0, void 0, function () { + var _a, resolvedFilePath, processedOptions; - set = set.filter(function (s) { - return -1 === s.indexOf(false); + return __generator(this, function (_b) { + _a = opts(filepath, options), resolvedFilePath = _a[0], processedOptions = _a[1]; + return [2 + /*return*/ + , files.then(getConfigsForFiles).then(function (configs) { + return parseFromConfigs(configs, resolvedFilePath, processedOptions); + })]; }); - if (options.debug) console.error(this.pattern, set); - this.set = set; - } - - Minimatch.prototype.parseNegate = parseNegate; + }); +} - function parseNegate() { - var pattern = this.pattern, - negate = false, - options = this.options, - negateOffset = 0; - if (options.nonegate) return; +src$1.parseFromFiles = parseFromFiles; - for (var i = 0, l = pattern.length; i < l && pattern.charAt(i) === "!"; i++) { - negate = !negate; - negateOffset++; - } +function parseFromFilesSync(filepath, files, options) { + if (options === void 0) { + options = {}; + } - if (negateOffset) this.pattern = pattern.substr(negateOffset); - this.negate = negate; - } // Brace expansion: - // a{b,c}d -> abd acd - // a{b,}c -> abc ac - // a{0..3}d -> a0d a1d a2d a3d - // a{b,c{d,e}f}g -> abg acdfg acefg - // a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg - // - // Invalid sets are not expanded. - // a{2..}b -> a{2..}b - // a{b}c -> a{b}c + var _a = opts(filepath, options), + resolvedFilePath = _a[0], + processedOptions = _a[1]; + return parseFromConfigs(getConfigsForFiles(files), resolvedFilePath, processedOptions); +} - minimatch.braceExpand = function (pattern, options) { - return new Minimatch(pattern, options).braceExpand(); - }; +src$1.parseFromFilesSync = parseFromFilesSync; - Minimatch.prototype.braceExpand = braceExpand; +function parse$6(_filepath, _options) { + if (_options === void 0) { + _options = {}; + } - function braceExpand(pattern, options) { - options = options || this.options; - pattern = typeof pattern === "undefined" ? this.pattern : pattern; + return __awaiter(this, void 0, void 0, function () { + var _a, resolvedFilePath, processedOptions, filepaths; - if (typeof pattern === "undefined") { - throw new Error("undefined pattern"); - } + return __generator(this, function (_b) { + _a = opts(_filepath, _options), resolvedFilePath = _a[0], processedOptions = _a[1]; + filepaths = getConfigFileNames(resolvedFilePath, processedOptions); + return [2 + /*return*/ + , readConfigFiles(filepaths).then(getConfigsForFiles).then(function (configs) { + return parseFromConfigs(configs, resolvedFilePath, processedOptions); + })]; + }); + }); +} - if (options.nobrace || !pattern.match(/\{.*\}/)) { - // shortcut. no need to expand. - return [pattern]; - } +src$1.parse = parse$6; - var escaping = false; // examples and comments refer to this crazy pattern: - // a{b,c{d,e},{f,g}h}x{y,z} - // expected: - // abxy - // abxz - // acdxy - // acdxz - // acexy - // acexz - // afhxy - // afhxz - // aghxy - // aghxz - // everything before the first \{ is just a prefix. - // So, we pluck that off, and work with the rest, - // and then prepend it to everything we find. +function parseSync(_filepath, _options) { + if (_options === void 0) { + _options = {}; + } - if (pattern.charAt(0) !== "{") { - // console.error(pattern) - var prefix = null; + var _a = opts(_filepath, _options), + resolvedFilePath = _a[0], + processedOptions = _a[1]; - for (var i = 0, l = pattern.length; i < l; i++) { - var c = pattern.charAt(i); // console.error(i, c) + var filepaths = getConfigFileNames(resolvedFilePath, processedOptions); + var files = readConfigFilesSync(filepaths); + return parseFromConfigs(getConfigsForFiles(files), resolvedFilePath, processedOptions); +} - if (c === "\\") { - escaping = !escaping; - } else if (c === "{" && !escaping) { - prefix = pattern.substr(0, i); - break; - } - } // actually no sets, all { were escaped. +src$1.parseSync = parseSync; +var editorconfigToPrettier = editorConfigToPrettier$1; - if (prefix === null) { - // console.error("no sets") - return [pattern]; - } +function removeUnset(editorConfig) { + const result = {}; + const keys = Object.keys(editorConfig); - var tail = braceExpand(pattern.substr(i), options); - return tail.map(function (t) { - return prefix + t; - }); - } // now we have something like: - // {b,c{d,e},{f,g}h}x{y,z} - // walk through the set, expanding each part, until - // the set ends. then, we'll expand the suffix. - // If the set only has a single member, then'll put the {} back - // first, handle numeric sets, since they're easier + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (editorConfig[key] === "unset") { + continue; + } - var numset = pattern.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/); + result[key] = editorConfig[key]; + } - if (numset) { - // console.error("numset", numset[1], numset[2]) - var suf = braceExpand(pattern.substr(numset[0].length), options), - start = +numset[1], - end = +numset[2], - inc = start > end ? -1 : 1, - set = []; + return result; +} - for (var i = start; i != end + inc; i += inc) { - // append all the suffixes - for (var ii = 0, ll = suf.length; ii < ll; ii++) { - set.push(i + suf[ii]); - } - } +function editorConfigToPrettier$1(editorConfig) { + if (!editorConfig) { + return null; + } - return set; - } // ok, walk through the set - // We hope, somewhat optimistically, that there - // will be a } at the end. - // If the closing brace isn't found, then the pattern is - // interpreted as braceExpand("\\" + pattern) so that - // the leading \{ will be interpreted literally. + editorConfig = removeUnset(editorConfig); + if (Object.keys(editorConfig).length === 0) { + return null; + } - var i = 1 // skip the \{ - , - depth = 1, - set = [], - member = "", - escaping = false; + const result = {}; - function addMember() { - set.push(member); - member = ""; - } // console.error("Entering for") + if (editorConfig.indent_style) { + result.useTabs = editorConfig.indent_style === "tab"; + } + if (editorConfig.indent_size === "tab") { + result.useTabs = true; + } - FOR: for (i = 1, l = pattern.length; i < l; i++) { - var c = pattern.charAt(i); // console.error("", i, c) + if (result.useTabs && editorConfig.tab_width) { + result.tabWidth = editorConfig.tab_width; + } else if (editorConfig.indent_style === "space" && editorConfig.indent_size && editorConfig.indent_size !== "tab") { + result.tabWidth = editorConfig.indent_size; + } else if (editorConfig.tab_width !== undefined) { + result.tabWidth = editorConfig.tab_width; + } - if (escaping) { - escaping = false; - member += "\\" + c; - } else { - switch (c) { - case "\\": - escaping = true; - continue; + if (editorConfig.max_line_length && editorConfig.max_line_length !== "off") { + result.printWidth = editorConfig.max_line_length; + } - case "{": - depth++; - member += "{"; - continue; + if (editorConfig.quote_type === "single") { + result.singleQuote = true; + } else if (editorConfig.quote_type === "double") { + result.singleQuote = false; + } - case "}": - depth--; // if this closes the actual set, then we're done + if (["cr", "crlf", "lf"].indexOf(editorConfig.end_of_line) !== -1) { + result.endOfLine = editorConfig.end_of_line; + } - if (depth === 0) { - addMember(); // pluck off the close-brace + if (editorConfig.insert_final_newline === false || editorConfig.insert_final_newline === true) { + result.insertFinalNewline = editorConfig.insert_final_newline; + } - i++; - break FOR; - } else { - member += c; - continue; - } + return result; +} - case ",": - if (depth === 1) { - addMember(); - } else { - member += c; - } +// https://github.com/kirstein/find-project-root/blob/master/index.js - continue; - default: - member += c; - continue; - } // switch +const fs$d = require$$0__default["default"]; +const path$h = require$$0__default$2["default"]; +const MARKERS = [".git", ".hg"]; - } // else +const markerExists = directory => MARKERS.some(mark => fs$d.existsSync(path$h.join(directory, mark))); - } // for - // now we've either finished the set, and the suffix is - // pattern.substr(i), or we have *not* closed the set, - // and need to escape the leading brace +function findProjectRoot$1(directory) { + while (!markerExists(directory)) { + const parentDirectory = path$h.resolve(directory, ".."); + if (parentDirectory === directory) { + break; + } - if (depth !== 0) { - // console.error("didn't close", pattern) - return braceExpand("\\" + pattern, options); - } // x{y,z} -> ["xy", "xz"] - // console.error("set", set) - // console.error("suffix", pattern.substr(i)) + directory = parentDirectory; + } + return directory; +} - var suf = braceExpand(pattern.substr(i), options); // ["b", "c{d,e}","{f,g}h"] -> - // [["b"], ["cd", "ce"], ["fh", "gh"]] +var findProjectRoot_1 = findProjectRoot$1; - var addBraces = set.length === 1; // console.error("set pre-expanded", set) +const path$g = require$$0__default$2["default"]; +const editorconfig = src$1; +const mem$2 = dist$1; +const editorConfigToPrettier = editorconfigToPrettier; +const findProjectRoot = findProjectRoot_1; - set = set.map(function (p) { - return braceExpand(p, options); - }); // console.error("set expanded", set) - // [["b"], ["cd", "ce"], ["fh", "gh"]] -> - // ["b", "cd", "ce", "fh", "gh"] +const jsonStringifyMem = fn => mem$2(fn, { + cacheKey: JSON.stringify +}); - set = set.reduce(function (l, r) { - return l.concat(r); - }); +const maybeParse = (filePath, parse) => filePath && parse(filePath, { + root: findProjectRoot(path$g.dirname(path$g.resolve(filePath))) +}); - if (addBraces) { - set = set.map(function (s) { - return "{" + s + "}"; - }); - } // now attach the suffixes. +const editorconfigAsyncNoCache = async filePath => editorConfigToPrettier(await maybeParse(filePath, editorconfig.parse)); +const editorconfigAsyncWithCache = jsonStringifyMem(editorconfigAsyncNoCache); - var ret = []; +const editorconfigSyncNoCache = filePath => editorConfigToPrettier(maybeParse(filePath, editorconfig.parseSync)); - for (var i = 0, l = set.length; i < l; i++) { - for (var ii = 0, ll = suf.length; ii < ll; ii++) { - ret.push(set[i] + suf[ii]); - } - } +const editorconfigSyncWithCache = jsonStringifyMem(editorconfigSyncNoCache); - return ret; - } // parse a component of the expanded set. - // At this point, no pattern may contain "/" in it - // so we're going to return a 2d array, where each entry is the full - // pattern, split on '/', and then turned into a regular expression. - // A regexp is made at the end which joins each array with an - // escaped /, and another full one which joins each regexp with |. - // - // Following the lead of Bash 4.1, note that "**" only has special meaning - // when it is the *only* thing in a path portion. Otherwise, any series - // of * is equivalent to a single *. Globstar behavior is enabled by - // default, and can be disabled by setting options.noglobstar. +function getLoadFunction(opts) { + if (!opts.editorconfig) { + return () => null; + } + if (opts.sync) { + return opts.cache ? editorconfigSyncWithCache : editorconfigSyncNoCache; + } - Minimatch.prototype.parse = parse; - var SUBPARSE = {}; + return opts.cache ? editorconfigAsyncWithCache : editorconfigAsyncNoCache; +} - function parse(pattern, isSub) { - var options = this.options; // shortcuts +function clearCache$2() { + mem$2.clear(editorconfigSyncWithCache); + mem$2.clear(editorconfigAsyncWithCache); +} - if (!options.noglobstar && pattern === "**") return GLOBSTAR; - if (pattern === "") return ""; - var re = "", - hasMagic = !!options.nocase, - escaping = false // ? => one single character - , - patternListStack = [], - plType, - stateChar, - inClass = false, - reClassStart = -1, - classStart = -1 // . and .. never match anything that doesn't start with ., - // even when options.dot is set. - , - patternStart = pattern.charAt(0) === "." ? "" // anything - // not (start or / followed by . or .. followed by / or end) - : options.dot ? "(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))" : "(?!\\.)"; +var resolveConfigEditorconfig = { + getLoadFunction, + clearCache: clearCache$2 +}; - function clearStateChar() { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case "*": - re += star; - hasMagic = true; - break; +const _excluded$1 = ["overrides"]; - case "?": - re += qmark; - hasMagic = true; - break; +const path$f = require$$0__default$2["default"]; +const minimatch = minimatch_1; +const mem$1 = dist$1; +const thirdParty$1 = require$$7$2; +const loadToml = loadToml$1; +const loadJson5 = loadJson5$1; +const resolve$1 = resolve_1; +const resolveEditorConfig = resolveConfigEditorconfig; +/** + * @typedef {import("cosmiconfig/dist/Explorer").Explorer} Explorer + * @typedef {{sync: boolean; cache: boolean }} Options + */ - default: - re += "\\" + stateChar; - break; +/** + * @type {(opts: Options) => Explorer} + */ + +const getExplorerMemoized = mem$1(opts => { + const cosmiconfig = thirdParty$1["cosmiconfig" + (opts.sync ? "Sync" : "")]; + const explorer = cosmiconfig("prettier", { + cache: opts.cache, + transform: result => { + if (result && result.config) { + if (typeof result.config === "string") { + const dir = path$f.dirname(result.filepath); + const modulePath = resolve$1(result.config, { + paths: [dir] + }); + result.config = require(modulePath); } - stateChar = false; + if (typeof result.config !== "object") { + throw new TypeError("Config is only allowed to be an object, " + `but received ${typeof result.config} in "${result.filepath}"`); + } + + delete result.config.$schema; } + + return result; + }, + searchPlaces: ["package.json", ".prettierrc", ".prettierrc.json", ".prettierrc.yaml", ".prettierrc.yml", ".prettierrc.json5", ".prettierrc.js", ".prettierrc.cjs", "prettier.config.js", "prettier.config.cjs", ".prettierrc.toml"], + loaders: { + ".toml": loadToml, + ".json5": loadJson5 } + }); + return explorer; +}, { + cacheKey: JSON.stringify +}); +/** + * @param {Options} opts + * @return {Explorer} + */ - for (var i = 0, len = pattern.length, c; i < len && (c = pattern.charAt(i)); i++) { - if (options.debug) { - console.error("%s\t%s %s %j", pattern, i, re, c); - } // skip over any that are escaped. +function getExplorer(opts) { + // Normalize opts before passing to a memoized function + opts = Object.assign({ + sync: false, + cache: false + }, opts); + return getExplorerMemoized(opts); +} + +function _resolveConfig(filePath, opts, sync) { + opts = Object.assign({ + useCache: true + }, opts); + const loadOpts = { + cache: Boolean(opts.useCache), + sync: Boolean(sync), + editorconfig: Boolean(opts.editorconfig) + }; + const { + load, + search + } = getExplorer(loadOpts); + const loadEditorConfig = resolveEditorConfig.getLoadFunction(loadOpts); + const arr = [opts.config ? load(opts.config) : search(filePath), loadEditorConfig(filePath)]; + const unwrapAndMerge = ([result, editorConfigured]) => { + const merged = Object.assign(Object.assign({}, editorConfigured), mergeOverrides(result, filePath)); - if (escaping && reSpecials[c]) { - re += "\\" + c; - escaping = false; - continue; + for (const optionName of ["plugins", "pluginSearchDirs"]) { + if (Array.isArray(merged[optionName])) { + merged[optionName] = merged[optionName].map(value => typeof value === "string" && value.startsWith(".") // relative path + ? path$f.resolve(path$f.dirname(result.filepath), value) : value); } + } - switch (c) { - case "/": - // completely not allowed, even escaped. - // Should already be path-split by now. - return false; + if (!result && !editorConfigured) { + return null; + } // We are not using this option - case "\\": - clearStateChar(); - escaping = true; - continue; - // the various stateChar values - // for the "extglob" stuff. - case "?": - case "*": - case "+": - case "@": - case "!": - if (options.debug) { - console.error("%s\t%s %s %j <-- stateChar", pattern, i, re, c); - } // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp + delete merged.insertFinalNewline; + return merged; + }; + if (loadOpts.sync) { + return unwrapAndMerge(arr); + } - if (inClass) { - if (c === "!" && i === classStart + 1) c = "^"; - re += c; - continue; - } // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. + return Promise.all(arr).then(unwrapAndMerge); +} +const resolveConfig = (filePath, opts) => _resolveConfig(filePath, opts, false); - clearStateChar(); - stateChar = c; // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. +resolveConfig.sync = (filePath, opts) => _resolveConfig(filePath, opts, true); - if (options.noext) clearStateChar(); - continue; +function clearCache$1() { + mem$1.clear(getExplorerMemoized); + resolveEditorConfig.clearCache(); +} - case "(": - if (inClass) { - re += "("; - continue; - } +async function resolveConfigFile(filePath) { + const { + search + } = getExplorer({ + sync: false + }); + const result = await search(filePath); + return result ? result.filepath : null; +} - if (!stateChar) { - re += "\\("; - continue; - } +resolveConfigFile.sync = filePath => { + const { + search + } = getExplorer({ + sync: true + }); + const result = search(filePath); + return result ? result.filepath : null; +}; - plType = stateChar; - patternListStack.push({ - type: plType, - start: i - 1, - reStart: re.length - }); // negation is (?:(?!js)[^/]*) +function mergeOverrides(configResult, filePath) { + const { + config, + filepath: configPath + } = configResult || {}; - re += stateChar === "!" ? "(?:(?!" : "(?:"; - stateChar = false; - continue; + const _ref = config || {}, + { + overrides + } = _ref, + options = _objectWithoutProperties(_ref, _excluded$1); - case ")": - if (inClass || !patternListStack.length) { - re += "\\)"; - continue; - } + if (filePath && overrides) { + const relativeFilePath = path$f.relative(path$f.dirname(configPath), filePath); - hasMagic = true; - re += ")"; - plType = patternListStack.pop().type; // negation is (?:(?!js)[^/]*) - // The others are (?:) + for (const override of overrides) { + if (pathMatchesGlobs(relativeFilePath, override.files, override.excludeFiles)) { + Object.assign(options, override.options); + } + } + } - switch (plType) { - case "!": - re += "[^/]*?)"; - break; + return options; +} // Based on eslint: https://github.com/eslint/eslint/blob/master/lib/config/config-ops.js - case "?": - case "+": - case "*": - re += plType; - // the default anyway - } - continue; +function pathMatchesGlobs(filePath, patterns, excludedPatterns = []) { + const patternList = Array.isArray(patterns) ? patterns : [patterns]; + const excludedPatternList = Array.isArray(excludedPatterns) ? excludedPatterns : [excludedPatterns]; + const opts = { + matchBase: true, + dot: true + }; + return patternList.some(pattern => minimatch(filePath, pattern, opts)) && !excludedPatternList.some(excludedPattern => minimatch(filePath, excludedPattern, opts)); +} - case "|": - if (inClass || !patternListStack.length || escaping) { - re += "\\|"; - escaping = false; - continue; - } +var resolveConfig_1 = { + resolveConfig, + resolveConfigFile, + clearCache: clearCache$1 +}; - re += "|"; - continue; - // these are mostly the same in regexp and glob +function make_array(subject) { + return Array.isArray(subject) ? subject : [subject]; +} - case "[": - // swallow any state-tracking char before the [ - clearStateChar(); +const REGEX_BLANK_LINE = /^\s+$/; +const REGEX_LEADING_EXCAPED_EXCLAMATION = /^\\!/; +const REGEX_LEADING_EXCAPED_HASH = /^\\#/; +const SLASH$1 = '/'; +const KEY_IGNORE$1 = typeof Symbol !== 'undefined' ? Symbol.for('node-ignore') +/* istanbul ignore next */ +: 'node-ignore'; - if (inClass) { - re += "\\" + c; - continue; - } +const define$1 = (object, key, value) => Object.defineProperty(object, key, { + value +}); + +const REGEX_REGEXP_RANGE$1 = /([0-z])-([0-z])/g; // Sanitize the range of a regular expression +// The cases are complicated, see test cases for details + +const sanitizeRange$1 = range => range.replace(REGEX_REGEXP_RANGE$1, (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match // Invalid range (out of order) which is ok for gitignore rules but +// fatal for JavaScript regular expression, so eliminate it. +: ''); // > If the pattern ends with a slash, +// > it is removed for the purpose of the following description, +// > but it would only find a match with a directory. +// > In other words, foo/ will match a directory foo and paths underneath it, +// > but will not match a regular file or a symbolic link foo +// > (this is consistent with the way how pathspec works in general in Git). +// '`foo/`' will not match regular file '`foo`' or symbolic link '`foo`' +// -> ignore-rules will not deal with it, because it costs extra `fs.stat` call +// you could use option `mark: true` with `glob` +// '`foo/`' should not continue with the '`..`' + + +const DEFAULT_REPLACER_PREFIX = [// > Trailing spaces are ignored unless they are quoted with backslash ("\") +[// (a\ ) -> (a ) +// (a ) -> (a) +// (a \ ) -> (a ) +/\\?\s+$/, match => match.indexOf('\\') === 0 ? ' ' : ''], // replace (\ ) with ' ' +[/\\\s/g, () => ' '], // Escape metacharacters +// which is written down by users but means special for regular expressions. +// > There are 12 characters with special meanings: +// > - the backslash \, +// > - the caret ^, +// > - the dollar sign $, +// > - the period or dot ., +// > - the vertical bar or pipe symbol |, +// > - the question mark ?, +// > - the asterisk or star *, +// > - the plus sign +, +// > - the opening parenthesis (, +// > - the closing parenthesis ), +// > - and the opening square bracket [, +// > - the opening curly brace {, +// > These special characters are often called "metacharacters". +[/[\\^$.|*+(){]/g, match => `\\${match}`], [// > [abc] matches any character inside the brackets +// > (in this case a, b, or c); +/\[([^\]/]*)($|\])/g, (match, p1, p2) => p2 === ']' ? `[${sanitizeRange$1(p1)}]` : `\\${match}`], [// > a question mark (?) matches a single character +/(?!\\)\?/g, () => '[^/]'], // leading slash +[// > A leading slash matches the beginning of the pathname. +// > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". +// A leading slash matches the beginning of the pathname +/^\//, () => '^'], // replace special metacharacter slash after the leading slash +[/\//g, () => '\\/'], [// > A leading "**" followed by a slash means match in all directories. +// > For example, "**/foo" matches file or directory "foo" anywhere, +// > the same as pattern "foo". +// > "**/foo/bar" matches file or directory "bar" anywhere that is directly +// > under directory "foo". +// Notice that the '*'s have been replaced as '\\*' +/^\^*\\\*\\\*\\\//, // '**/foo' <-> 'foo' +() => '^(?:.*\\/)?']]; +const DEFAULT_REPLACER_SUFFIX = [// starting +[// there will be no leading '/' +// (which has been replaced by section "leading slash") +// If starts with '**', adding a '^' to the regular expression also works +/^(?=[^^])/, function startingReplacer() { + return !/\/(?!$)/.test(this) // > If the pattern does not contain a slash /, + // > Git treats it as a shell glob pattern + // Actually, if there is only a trailing slash, + // git also treats it as a shell glob pattern + ? '(?:^|\\/)' // > Otherwise, Git treats the pattern as a shell glob suitable for + // > consumption by fnmatch(3) + : '^'; +}], // two globstars +[// Use lookahead assertions so that we could match more than one `'/**'` +/\\\/\\\*\\\*(?=\\\/|$)/g, // Zero, one or several directories +// should not use '*', or it will be replaced by the next replacer +// Check if it is not the last `'/**'` +(match, index, str) => index + 6 < str.length // case: /**/ +// > A slash followed by two consecutive asterisks then a slash matches +// > zero or more directories. +// > For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on. +// '/**/' +? '(?:\\/[^\\/]+)*' // case: /** +// > A trailing `"/**"` matches everything inside. +// #21: everything inside but it should not include the current folder +: '\\/.+'], // intermediate wildcards +[// Never replace escaped '*' +// ignore rule '\*' will match the path '*' +// 'abc.*/' -> go +// 'abc.*' -> skip this rule +/(^|[^\\]+)\\\*(?=.+)/g, // '*.js' matches '.js' +// '*.js' doesn't match 'abc' +(match, p1) => `${p1}[^\\/]*`], // trailing wildcard +[/(\^|\\\/)?\\\*$/, (match, p1) => { + const prefix = p1 // '\^': + // '/*' does not match '' + // '/*' does not match everything + // '\\\/': + // 'abc/*' does not match 'abc/' + ? `${p1}[^/]+` // 'a*' matches 'a' + // 'a*' matches 'aa' + : '[^/]*'; + return `${prefix}(?=$|\\/$)`; +}], [// unescape +/\\\\\\/g, () => '\\']]; +const POSITIVE_REPLACERS = [...DEFAULT_REPLACER_PREFIX, // 'f' +// matches +// - /f(end) +// - /f/ +// - (start)f(end) +// - (start)f/ +// doesn't match +// - oof +// - foo +// pseudo: +// -> (^|/)f(/|$) +// ending +[// 'js' will not match 'js.' +// 'ab' will not match 'abc' +/(?:[^*/])$/, // 'js*' will not match 'a.js' +// 'js/' will not match 'a.js' +// 'js' will match 'a.js' and 'a.js/' +match => `${match}(?=$|\\/)`], ...DEFAULT_REPLACER_SUFFIX]; +const NEGATIVE_REPLACERS = [...DEFAULT_REPLACER_PREFIX, // #24, #38 +// The MISSING rule of [gitignore docs](https://git-scm.com/docs/gitignore) +// A negative pattern without a trailing wildcard should not +// re-include the things inside that directory. +// eg: +// ['node_modules/*', '!node_modules'] +// should ignore `node_modules/a.js` +[/(?:[^*])$/, match => `${match}(?=$|\\/$)`], ...DEFAULT_REPLACER_SUFFIX]; // A simple cache, because an ignore rule only has only one certain meaning - inClass = true; - classStart = i; - reClassStart = re.length; - re += c; - continue; +const cache = Object.create(null); // @param {pattern} - case "]": - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += "\\" + c; - escaping = false; - continue; - } // finish up the class. +const make_regex = (pattern, negative, ignorecase) => { + const r = cache[pattern]; + if (r) { + return r; + } - hasMagic = true; - inClass = false; - re += c; - continue; + const replacers = negative ? NEGATIVE_REPLACERS : POSITIVE_REPLACERS; + const source = replacers.reduce((prev, current) => prev.replace(current[0], current[1].bind(pattern)), pattern); + return cache[pattern] = ignorecase ? new RegExp(source, 'i') : new RegExp(source); +}; // > A blank line matches no files, so it can serve as a separator for readability. - default: - // swallow any state char that wasn't consumed - clearStateChar(); - if (escaping) { - // no need - escaping = false; - } else if (reSpecials[c] && !(c === "^" && inClass)) { - re += "\\"; - } +const checkPattern$1 = pattern => pattern && typeof pattern === 'string' && !REGEX_BLANK_LINE.test(pattern) // > A line starting with # serves as a comment. +&& pattern.indexOf('#') !== 0; - re += c; - } // switch +const createRule$1 = (pattern, ignorecase) => { + const origin = pattern; + let negative = false; // > An optional prefix "!" which negates the pattern; - } // for - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" + if (pattern.indexOf('!') === 0) { + negative = true; + pattern = pattern.substr(1); + } + pattern = pattern // > Put a backslash ("\") in front of the first "!" for patterns that + // > begin with a literal "!", for example, `"\!important!.txt"`. + .replace(REGEX_LEADING_EXCAPED_EXCLAMATION, '!') // > Put a backslash ("\") in front of the first hash for patterns that + // > begin with a hash. + .replace(REGEX_LEADING_EXCAPED_HASH, '#'); + const regex = make_regex(pattern, negative, ignorecase); + return { + origin, + pattern, + negative, + regex + }; +}; - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - var cs = pattern.substr(classStart + 1), - sp = this.parse(cs, SUBPARSE); - re = re.substr(0, reClassStart) + "\\[" + sp[0]; - hasMagic = hasMagic || sp[1]; - } // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. +class IgnoreBase { + constructor({ + ignorecase = true + } = {}) { + this._rules = []; + this._ignorecase = ignorecase; + define$1(this, KEY_IGNORE$1, true); + this._initCache(); + } - var pl; + _initCache() { + this._cache = Object.create(null); + } // @param {Array.|string|Ignore} pattern - while (pl = patternListStack.pop()) { - var tail = re.slice(pl.reStart + 3); // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2})*)(\\?)\|/g, function (_, $1, $2) { - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = "\\"; - } // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. + add(pattern) { + this._added = false; + if (typeof pattern === 'string') { + pattern = pattern.split(/\r?\n/g); + } - return $1 + $1 + $2 + "|"; - }); // console.error("tail=%j\n %s", tail, tail) + make_array(pattern).forEach(this._addPattern, this); // Some rules have just added to the ignore, + // making the behavior changed. - var t = pl.type === "*" ? star : pl.type === "?" ? qmark : "\\" + pl.type; - hasMagic = true; - re = re.slice(0, pl.reStart) + t + "\\(" + tail; - } // handle trailing things that only matter at the very end. + if (this._added) { + this._initCache(); + } + return this; + } // legacy - clearStateChar(); - if (escaping) { - // trailing \\ - re += "\\\\"; - } // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot + addPattern(pattern) { + return this.add(pattern); + } + _addPattern(pattern) { + // #32 + if (pattern && pattern[KEY_IGNORE$1]) { + this._rules = this._rules.concat(pattern._rules); + this._added = true; + return; + } - var addPatternStart = false; + if (checkPattern$1(pattern)) { + const rule = createRule$1(pattern, this._ignorecase); + this._added = true; - switch (re.charAt(0)) { - case ".": - case "[": - case "(": - addPatternStart = true; - } // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. + this._rules.push(rule); + } + } + filter(paths) { + return make_array(paths).filter(path => this._filter(path)); + } - if (re !== "" && hasMagic) re = "(?=.)" + re; - if (addPatternStart) re = patternStart + re; // parsing just a piece of a larger pattern. + createFilter() { + return path => this._filter(path); + } - if (isSub === SUBPARSE) { - return [re, hasMagic]; - } // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. + ignores(path) { + return !this._filter(path); + } // @returns `Boolean` true if the `path` is NOT ignored - if (!hasMagic) { - return globUnescape(pattern); + _filter(path, slices) { + if (!path) { + return false; } - var flags = options.nocase ? "i" : "", - regExp = new RegExp("^" + re + "$", flags); - regExp._glob = pattern; - regExp._src = re; - return regExp; - } - - minimatch.makeRe = function (pattern, options) { - return new Minimatch(pattern, options || {}).makeRe(); - }; - - Minimatch.prototype.makeRe = makeRe; - - function makeRe() { - if (this.regexp || this.regexp === false) return this.regexp; // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. + if (path in this._cache) { + return this._cache[path]; + } - var set = this.set; - if (!set.length) return this.regexp = false; - var options = this.options; - var twoStar = options.noglobstar ? star : options.dot ? twoStarDot : twoStarNoDot, - flags = options.nocase ? "i" : ""; - var re = set.map(function (pattern) { - return pattern.map(function (p) { - return p === GLOBSTAR ? twoStar : typeof p === "string" ? regExpEscape(p) : p._src; - }).join("\\\/"); - }).join("|"); // must match entire pattern - // ending in a * or ** will make it less strict. + if (!slices) { + // path/to/a.js + // ['path', 'to', 'a.js'] + slices = path.split(SLASH$1); + } - re = "^(?:" + re + ")$"; // can match anything, as long as it's not this. + slices.pop(); + return this._cache[path] = slices.length // > It is not possible to re-include a file if a parent directory of + // > that file is excluded. + // If the path contains a parent directory, check the parent first + ? this._filter(slices.join(SLASH$1) + SLASH$1, slices) && this._test(path) // Or only test the path + : this._test(path); + } // @returns {Boolean} true if a file is NOT ignored - if (this.negate) re = "^(?!" + re + ").*$"; - try { - return this.regexp = new RegExp(re, flags); - } catch (ex) { - return this.regexp = false; - } - } + _test(path) { + // Explicitly define variable type by setting matched to `0` + let matched = 0; - minimatch.match = function (list, pattern, options) { - var mm = new Minimatch(pattern, options); - list = list.filter(function (f) { - return mm.match(f); + this._rules.forEach(rule => { + // if matched = true, then we only test negative rules + // if matched = false, then we test non-negative rules + if (!(matched ^ rule.negative)) { + matched = rule.negative ^ rule.regex.test(path); + } }); - if (options.nonull && !list.length) { - list.push(pattern); - } - - return list; - }; + return !matched; + } - Minimatch.prototype.match = match; +} // Windows +// -------------------------------------------------------------- - function match(f, partial) { - // console.error("match", f, this.pattern) - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) return false; - if (this.empty) return f === ""; - if (f === "/" && partial) return true; - var options = this.options; // windows: need to use /, not \ - // On other platforms, \ is a valid (albeit bad) filename char. +/* istanbul ignore if */ - if (platform === "win32") { - f = f.split("\\").join("/"); - } // treat the test path as a set of pathparts. +if ( // Detect `process` so that it can run in browsers. +typeof process !== 'undefined' && (process.env && process.env.IGNORE_TEST_WIN32 || process.platform === 'win32')) { + const filter = IgnoreBase.prototype._filter; + /* eslint no-control-regex: "off" */ - f = f.split(slashSplit); + const make_posix = str => /^\\\\\?\\/.test(str) || /[^\x00-\x80]+/.test(str) ? str : str.replace(/\\/g, '/'); - if (options.debug) { - console.error(this.pattern, "split", f); - } // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. + IgnoreBase.prototype._filter = function filterWin32(path, slices) { + path = make_posix(path); + return filter.call(this, path, slices); + }; +} +var ignore$2 = options => new IgnoreBase(options); - var set = this.set; // console.error(this.pattern, "set", set) +const fs$c = require$$0__default["default"]; +const fsAsync = fs$c.promises; +/** + * @param {string} filename + * @returns {Promise} + */ - for (var i = 0, l = set.length; i < l; i++) { - var pattern = set[i]; - var hit = this.matchOne(f, pattern, partial); +async function getFileContentOrNull$1(filename) { + try { + return await fsAsync.readFile(filename, "utf8"); + } catch (error) { + return handleError(filename, error); + } +} +/** + * @param {string} filename + * @returns {null | string} + */ - if (hit) { - if (options.flipNegate) return true; - return !this.negate; - } - } // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. +getFileContentOrNull$1.sync = function (filename) { + try { + return fs$c.readFileSync(filename, "utf8"); + } catch (error) { + return handleError(filename, error); + } +}; - if (options.flipNegate) return false; - return this.negate; - } // set partial to true to test if, for example, - // "/a/b" matches the start of "/*/b/*/d" - // Partial means, if you run out of file before you run - // out of pattern, then that's fine, as long as all - // the parts match. +function handleError(filename, error) { + if (error && error.code === "ENOENT") { + return null; + } + throw new Error(`Unable to read ${filename}: ${error.message}`); +} - Minimatch.prototype.matchOne = function (file, pattern, partial) { - var options = this.options; +var getFileContentOrNull_1 = getFileContentOrNull$1; - if (options.debug) { - console.error("matchOne", { - "this": this, - file: file, - pattern: pattern - }); - } +const path$e = require$$0__default$2["default"]; +const ignore$1 = ignore$2; +const getFileContentOrNull = getFileContentOrNull_1; +/** + * @param {string?} ignorePath + * @param {boolean?} withNodeModules + */ - if (options.matchBase && pattern.length === 1) { - file = path__default['default'].basename(file.join("/")).split("/"); - } +async function createIgnorer$1(ignorePath, withNodeModules) { + const ignoreContent = ignorePath ? await getFileContentOrNull(path$e.resolve(ignorePath)) : null; + return _createIgnorer(ignoreContent, withNodeModules); +} +/** + * @param {string?} ignorePath + * @param {boolean?} withNodeModules + */ - if (options.debug) { - console.error("matchOne", file.length, pattern.length); - } - for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) { - if (options.debug) { - console.error("matchOne loop"); - } +createIgnorer$1.sync = function (ignorePath, withNodeModules) { + const ignoreContent = !ignorePath ? null : getFileContentOrNull.sync(path$e.resolve(ignorePath)); + return _createIgnorer(ignoreContent, withNodeModules); +}; +/** + * @param {null | string} ignoreContent + * @param {boolean?} withNodeModules + */ - var p = pattern[pi], - f = file[fi]; - if (options.debug) { - console.error(pattern, p, f); - } // should be impossible. - // some invalid regexp stuff in the set. +function _createIgnorer(ignoreContent, withNodeModules) { + const ignorer = ignore$1().add(ignoreContent || ""); + if (!withNodeModules) { + ignorer.add("node_modules"); + } - if (p === false) return false; + return ignorer; +} - if (p === GLOBSTAR) { - if (options.debug) console.error('GLOBSTAR', [pattern, p, f]); // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit +var createIgnorer_1 = createIgnorer$1; - var fr = fi, - pr = pi + 1; +const path$d = require$$0__default$2["default"]; +const options$c = options$d; +const config$1 = resolveConfig_1; +const createIgnorer = createIgnorer_1; +/** + * @typedef {{ ignorePath?: string, withNodeModules?: boolean, plugins: object }} FileInfoOptions + * @typedef {{ ignored: boolean, inferredParser: string | null }} FileInfoResult + */ - if (pr === pl) { - if (options.debug) console.error('** at the end'); // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. +/** + * @param {string} filePath + * @param {FileInfoOptions} opts + * @returns {Promise} + * + * Please note that prettier.getFileInfo() expects opts.plugins to be an array of paths, + * not an object. A transformation from this array to an object is automatically done + * internally by the method wrapper. See withPlugins() in index.js. + */ - for (; fi < fl; fi++) { - if (file[fi] === "." || file[fi] === ".." || !options.dot && file[fi].charAt(0) === ".") return false; - } +async function getFileInfo$1(filePath, opts) { + if (typeof filePath !== "string") { + throw new TypeError(`expect \`filePath\` to be a string, got \`${typeof filePath}\``); + } - return true; - } // ok, let's see if we can swallow whatever we can. + const ignorer = await createIgnorer(opts.ignorePath, opts.withNodeModules); + return _getFileInfo({ + ignorer, + filePath, + plugins: opts.plugins, + resolveConfig: opts.resolveConfig, + ignorePath: opts.ignorePath, + sync: false + }); +} +/** + * @param {string} filePath + * @param {FileInfoOptions} opts + * @returns {FileInfoResult} + */ - WHILE: while (fr < fl) { - var swallowee = file[fr]; +getFileInfo$1.sync = function (filePath, opts) { + if (typeof filePath !== "string") { + throw new TypeError(`expect \`filePath\` to be a string, got \`${typeof filePath}\``); + } - if (options.debug) { - console.error('\nglobstar while', file, fr, pattern, pr, swallowee); - } // XXX remove this slice. Just pass the start index. + const ignorer = createIgnorer.sync(opts.ignorePath, opts.withNodeModules); + return _getFileInfo({ + ignorer, + filePath, + plugins: opts.plugins, + resolveConfig: opts.resolveConfig, + ignorePath: opts.ignorePath, + sync: true + }); +}; +function getFileParser(resolvedConfig, filePath, plugins) { + if (resolvedConfig && resolvedConfig.parser) { + return resolvedConfig.parser; + } - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - if (options.debug) console.error('globstar found match!', fr, fl, swallowee); // found a match. + const inferredParser = options$c.inferParser(filePath, plugins); - return true; - } else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === "." || swallowee === ".." || !options.dot && swallowee.charAt(0) === ".") { - if (options.debug) console.error("dot detected!", file, fr, pattern, pr); - break WHILE; - } // ** swallows a segment, and continue. + if (inferredParser) { + return inferredParser; + } + return null; +} - if (options.debug) console.error('globstar swallow a segment, and continue'); - fr++; - } - } // no match was found. - // However, in partial mode, we can't say this is necessarily over. - // If there's more *pattern* left, then +function _getFileInfo({ + ignorer, + filePath, + plugins, + resolveConfig = false, + ignorePath, + sync = false +}) { + const normalizedFilePath = normalizeFilePath(filePath, ignorePath); + const fileInfo = { + ignored: ignorer.ignores(normalizedFilePath), + inferredParser: null + }; + if (fileInfo.ignored) { + return fileInfo; + } - if (partial) { - // ran out of file - // console.error("\n>>> no match, partial?", file, fr, pattern, pr) - if (fr === fl) return true; - } + let resolvedConfig; - return false; - } // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. + if (resolveConfig) { + if (sync) { + resolvedConfig = config$1.resolveConfig.sync(filePath); + } else { + return config$1.resolveConfig(filePath).then(resolvedConfig => { + fileInfo.inferredParser = getFileParser(resolvedConfig, filePath, plugins); + return fileInfo; + }); + } + } + fileInfo.inferredParser = getFileParser(resolvedConfig, filePath, plugins); + return fileInfo; +} - var hit; +function normalizeFilePath(filePath, ignorePath) { + return ignorePath ? path$d.relative(path$d.dirname(ignorePath), filePath) : filePath; +} - if (typeof p === "string") { - if (options.nocase) { - hit = f.toLowerCase() === p.toLowerCase(); - } else { - hit = f === p; - } +var getFileInfo_1 = getFileInfo$1; - if (options.debug) { - console.error("string match", p, f, hit); - } - } else { - hit = f.match(p); +const { + getMaxContinuousCount: getMaxContinuousCount$2, + getStringWidth: getStringWidth$4, + getAlignmentSize, + getIndentSize: getIndentSize$1, + skip, + skipWhitespace: skipWhitespace$1, + skipSpaces, + skipNewline, + skipToLineEnd, + skipEverythingButNewLine: skipEverythingButNewLine$1, + skipInlineComment, + skipTrailingComment, + hasNewline: hasNewline$8, + hasNewlineInRange: hasNewlineInRange$4, + hasSpaces, + isNextLineEmpty: isNextLineEmpty$d, + isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$2, + isPreviousLineEmpty: isPreviousLineEmpty$1, + getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$3, + makeString, + addLeadingComment: addLeadingComment$1, + addDanglingComment: addDanglingComment$1, + addTrailingComment: addTrailingComment$1 +} = util$8; +var utilShared = { + getMaxContinuousCount: getMaxContinuousCount$2, + getStringWidth: getStringWidth$4, + getAlignmentSize, + getIndentSize: getIndentSize$1, + skip, + skipWhitespace: skipWhitespace$1, + skipSpaces, + skipNewline, + skipToLineEnd, + skipEverythingButNewLine: skipEverythingButNewLine$1, + skipInlineComment, + skipTrailingComment, + hasNewline: hasNewline$8, + hasNewlineInRange: hasNewlineInRange$4, + hasSpaces, + isNextLineEmpty: isNextLineEmpty$d, + isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$2, + isPreviousLineEmpty: isPreviousLineEmpty$1, + getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$3, + makeString, + addLeadingComment: addLeadingComment$1, + addDanglingComment: addDanglingComment$1, + addTrailingComment: addTrailingComment$1 +}; - if (options.debug) { - console.error("pattern match", p, f, hit); - } - } +/** + * Removes all key-value entries from the list cache. + * + * @private + * @name clear + * @memberOf ListCache + */ - if (!hit) return false; - } // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - // now either we fell off the end of the pattern, or we're done. +function listCacheClear$1() { + this.__data__ = []; + this.size = 0; +} +var _listCacheClear = listCacheClear$1; - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true; - } else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial; - } else if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - var emptyFileEnd = fi === fl - 1 && file[fi] === ""; - return emptyFileEnd; - } // should be unreachable. +/** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ +function eq$2(value, other) { + return value === other || value !== value && other !== other; +} - throw new Error("wtf?"); - }; // replace stuff like \* with * +var eq_1 = eq$2; +var eq$1 = eq_1; +/** + * Gets the index at which the `key` is found in `array` of key-value pairs. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} key The key to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + */ - function globUnescape(s) { - return s.replace(/\\(.)/g, "$1"); - } +function assocIndexOf$4(array, key) { + var length = array.length; - function regExpEscape(s) { - return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + while (length--) { + if (eq$1(array[length][0], key)) { + return length; + } } -}); - -var ini = createCommonjsModule(function (module, exports) { - var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) { - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { - try { - step(generator.next(value)); - } catch (e) { - reject(e); - } - } + return -1; +} - function rejected(value) { - try { - step(generator["throw"](value)); - } catch (e) { - reject(e); - } - } +var _assocIndexOf = assocIndexOf$4; - function step(result) { - result.done ? resolve(result.value) : new P(function (resolve) { - resolve(result.value); - }).then(fulfilled, rejected); - } +var assocIndexOf$3 = _assocIndexOf; +/** Used for built-in method references. */ - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); - }; +var arrayProto = Array.prototype; +/** Built-in value references. */ - var __generator = this && this.__generator || function (thisArg, body) { - var _ = { - label: 0, - sent: function () { - if (t[0] & 1) throw t[1]; - return t[1]; - }, - trys: [], - ops: [] - }, - f, - y, - t, - g; - return g = { - next: verb(0), - "throw": verb(1), - "return": verb(2) - }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { - return this; - }), g; +var splice = arrayProto.splice; +/** + * Removes `key` and its value from the list cache. + * + * @private + * @name delete + * @memberOf ListCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ - function verb(n) { - return function (v) { - return step([n, v]); - }; - } +function listCacheDelete$1(key) { + var data = this.__data__, + index = assocIndexOf$3(data, key); - function step(op) { - if (f) throw new TypeError("Generator is already executing."); + if (index < 0) { + return false; + } - while (_) try { - if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; - if (y = 0, t) op = [op[0] & 2, t.value]; + var lastIndex = data.length - 1; - switch (op[0]) { - case 0: - case 1: - t = op; - break; + if (index == lastIndex) { + data.pop(); + } else { + splice.call(data, index, 1); + } - case 4: - _.label++; - return { - value: op[1], - done: false - }; + --this.size; + return true; +} - case 5: - _.label++; - y = op[1]; - op = [0]; - continue; +var _listCacheDelete = listCacheDelete$1; - case 7: - op = _.ops.pop(); +var assocIndexOf$2 = _assocIndexOf; +/** + * Gets the list cache value for `key`. + * + * @private + * @name get + * @memberOf ListCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ - _.trys.pop(); +function listCacheGet$1(key) { + var data = this.__data__, + index = assocIndexOf$2(data, key); + return index < 0 ? undefined : data[index][1]; +} - continue; +var _listCacheGet = listCacheGet$1; - default: - if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { - _ = 0; - continue; - } +var assocIndexOf$1 = _assocIndexOf; +/** + * Checks if a list cache value for `key` exists. + * + * @private + * @name has + * @memberOf ListCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ - if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { - _.label = op[1]; - break; - } +function listCacheHas$1(key) { + return assocIndexOf$1(this.__data__, key) > -1; +} - if (op[0] === 6 && _.label < t[1]) { - _.label = t[1]; - t = op; - break; - } +var _listCacheHas = listCacheHas$1; - if (t && _.label < t[2]) { - _.label = t[2]; +var assocIndexOf = _assocIndexOf; +/** + * Sets the list cache `key` to `value`. + * + * @private + * @name set + * @memberOf ListCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the list cache instance. + */ - _.ops.push(op); +function listCacheSet$1(key, value) { + var data = this.__data__, + index = assocIndexOf(data, key); - break; - } + if (index < 0) { + ++this.size; + data.push([key, value]); + } else { + data[index][1] = value; + } - if (t[2]) _.ops.pop(); + return this; +} - _.trys.pop(); +var _listCacheSet = listCacheSet$1; - continue; - } +var listCacheClear = _listCacheClear, + listCacheDelete = _listCacheDelete, + listCacheGet = _listCacheGet, + listCacheHas = _listCacheHas, + listCacheSet = _listCacheSet; +/** + * Creates an list cache object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ - op = body.call(thisArg, _); - } catch (e) { - op = [6, e]; - y = 0; - } finally { - f = t = 0; - } +function ListCache$4(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + this.clear(); - if (op[0] & 5) throw op[1]; - return { - value: op[0] ? op[1] : void 0, - done: true - }; - } - }; + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} // Add methods to `ListCache`. - var __importStar = this && this.__importStar || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; - result["default"] = mod; - return result; - }; - Object.defineProperty(exports, "__esModule", { - value: true - }); +ListCache$4.prototype.clear = listCacheClear; +ListCache$4.prototype['delete'] = listCacheDelete; +ListCache$4.prototype.get = listCacheGet; +ListCache$4.prototype.has = listCacheHas; +ListCache$4.prototype.set = listCacheSet; +var _ListCache = ListCache$4; - var fs = __importStar(fs__default['default']); - /** - * define the possible values: - * section: [section] - * param: key=value - * comment: ;this is a comment - */ +var ListCache$3 = _ListCache; +/** + * Removes all key-value entries from the stack. + * + * @private + * @name clear + * @memberOf Stack + */ +function stackClear$1() { + this.__data__ = new ListCache$3(); + this.size = 0; +} - var regex = { - section: /^\s*\[(([^#;]|\\#|\\;)+)\]\s*([#;].*)?$/, - param: /^\s*([\w\.\-\_]+)\s*[=:]\s*(.*?)\s*([#;].*)?$/, - comment: /^\s*[#;].*$/ - }; - /** - * Parses an .ini file - * @param file The location of the .ini file - */ +var _stackClear = stackClear$1; - function parse(file) { - return __awaiter(this, void 0, void 0, function () { - return __generator(this, function (_a) { - return [2 - /*return*/ - , new Promise(function (resolve, reject) { - fs.readFile(file, 'utf8', function (err, data) { - if (err) { - reject(err); - return; - } +/** + * Removes `key` and its value from the stack. + * + * @private + * @name delete + * @memberOf Stack + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ - resolve(parseString(data)); - }); - })]; - }); - }); - } +function stackDelete$1(key) { + var data = this.__data__, + result = data['delete'](key); + this.size = data.size; + return result; +} - exports.parse = parse; +var _stackDelete = stackDelete$1; - function parseSync(file) { - return parseString(fs.readFileSync(file, 'utf8')); - } +/** + * Gets the stack value for `key`. + * + * @private + * @name get + * @memberOf Stack + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ - exports.parseSync = parseSync; +function stackGet$1(key) { + return this.__data__.get(key); +} - function parseString(data) { - var sectionBody = {}; - var sectionName = null; - var value = [[sectionName, sectionBody]]; - var lines = data.split(/\r\n|\r|\n/); - lines.forEach(function (line) { - var match; +var _stackGet = stackGet$1; - if (regex.comment.test(line)) { - return; - } +/** + * Checks if a stack value for `key` exists. + * + * @private + * @name has + * @memberOf Stack + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ - if (regex.param.test(line)) { - match = line.match(regex.param); - sectionBody[match[1]] = match[2]; - } else if (regex.section.test(line)) { - match = line.match(regex.section); - sectionName = match[1]; - sectionBody = {}; - value.push([sectionName, sectionBody]); - } - }); - return value; - } +function stackHas$1(key) { + return this.__data__.has(key); +} - exports.parseString = parseString; -}); +var _stackHas = stackHas$1; -var name$1 = "editorconfig"; -var version$1 = "0.15.3"; -var description$1 = "EditorConfig File Locator and Interpreter for Node.js"; -var keywords = [ - "editorconfig", - "core" -]; -var main$1 = "src/index.js"; -var contributors = [ - "Hong Xu (topbug.net)", - "Jed Mao (https://github.com/jedmao/)", - "Trey Hunner (http://treyhunner.com)" -]; -var directories = { - bin: "./bin", - lib: "./lib" -}; -var scripts$1 = { - clean: "rimraf dist", - prebuild: "npm run clean", - build: "tsc", - pretest: "npm run lint && npm run build && npm run copy && cmake .", - test: "ctest .", - "pretest:ci": "npm run pretest", - "test:ci": "ctest -VV --output-on-failure .", - lint: "npm run eclint && npm run tslint", - eclint: "eclint check --indent_size ignore \"src/**\"", - tslint: "tslint --project tsconfig.json --exclude package.json", - copy: "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib", - prepub: "npm run lint && npm run build && npm run copy", - pub: "npm publish ./dist" -}; -var repository$1 = { - type: "git", - url: "git://github.com/editorconfig/editorconfig-core-js.git" -}; -var bugs = "https://github.com/editorconfig/editorconfig-core-js/issues"; -var author$1 = "EditorConfig Team"; -var license$1 = "MIT"; -var dependencies$1 = { - commander: "^2.19.0", - "lru-cache": "^4.1.5", - semver: "^5.6.0", - sigmund: "^1.0.1" -}; -var devDependencies$1 = { - "@types/mocha": "^5.2.6", - "@types/node": "^10.12.29", - "@types/semver": "^5.5.0", - "cpy-cli": "^2.0.0", - eclint: "^2.8.1", - mocha: "^5.2.0", - rimraf: "^2.6.3", - should: "^13.2.3", - tslint: "^5.13.1", - typescript: "^3.3.3333" -}; -var require$$4 = { - name: name$1, - version: version$1, - description: description$1, - keywords: keywords, - main: main$1, - contributors: contributors, - directories: directories, - scripts: scripts$1, - repository: repository$1, - bugs: bugs, - author: author$1, - license: license$1, - dependencies: dependencies$1, - devDependencies: devDependencies$1 -}; +/** Detect free variable `global` from Node.js. */ +var freeGlobal$1 = typeof global == 'object' && global && global.Object === Object && global; +var _freeGlobal = freeGlobal$1; -var src$1 = createCommonjsModule(function (module, exports) { +var freeGlobal = _freeGlobal; +/** Detect free variable `self`. */ - var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) { - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { - try { - step(generator.next(value)); - } catch (e) { - reject(e); - } - } +var freeSelf = typeof self == 'object' && self && self.Object === Object && self; +/** Used as a reference to the global object. */ - function rejected(value) { - try { - step(generator["throw"](value)); - } catch (e) { - reject(e); - } - } +var root$8 = freeGlobal || freeSelf || Function('return this')(); +var _root = root$8; - function step(result) { - result.done ? resolve(result.value) : new P(function (resolve) { - resolve(result.value); - }).then(fulfilled, rejected); - } +var root$7 = _root; +/** Built-in value references. */ - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); - }; +var Symbol$5 = root$7.Symbol; +var _Symbol = Symbol$5; - var __generator = this && this.__generator || function (thisArg, body) { - var _ = { - label: 0, - sent: function () { - if (t[0] & 1) throw t[1]; - return t[1]; - }, - trys: [], - ops: [] - }, - f, - y, - t, - g; - return g = { - next: verb(0), - "throw": verb(1), - "return": verb(2) - }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { - return this; - }), g; +var Symbol$4 = _Symbol; +/** Used for built-in method references. */ - function verb(n) { - return function (v) { - return step([n, v]); - }; - } +var objectProto$b = Object.prototype; +/** Used to check objects for own properties. */ - function step(op) { - if (f) throw new TypeError("Generator is already executing."); +var hasOwnProperty$8 = objectProto$b.hasOwnProperty; +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ - while (_) try { - if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; - if (y = 0, t) op = [op[0] & 2, t.value]; +var nativeObjectToString$1 = objectProto$b.toString; +/** Built-in value references. */ - switch (op[0]) { - case 0: - case 1: - t = op; - break; +var symToStringTag$1 = Symbol$4 ? Symbol$4.toStringTag : undefined; +/** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ - case 4: - _.label++; - return { - value: op[1], - done: false - }; +function getRawTag$1(value) { + var isOwn = hasOwnProperty$8.call(value, symToStringTag$1), + tag = value[symToStringTag$1]; - case 5: - _.label++; - y = op[1]; - op = [0]; - continue; + try { + value[symToStringTag$1] = undefined; + var unmasked = true; + } catch (e) {} - case 7: - op = _.ops.pop(); + var result = nativeObjectToString$1.call(value); - _.trys.pop(); + if (unmasked) { + if (isOwn) { + value[symToStringTag$1] = tag; + } else { + delete value[symToStringTag$1]; + } + } - continue; + return result; +} - default: - if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { - _ = 0; - continue; - } +var _getRawTag = getRawTag$1; - if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { - _.label = op[1]; - break; - } +/** Used for built-in method references. */ +var objectProto$a = Object.prototype; +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ - if (op[0] === 6 && _.label < t[1]) { - _.label = t[1]; - t = op; - break; - } +var nativeObjectToString = objectProto$a.toString; +/** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ - if (t && _.label < t[2]) { - _.label = t[2]; +function objectToString$1(value) { + return nativeObjectToString.call(value); +} - _.ops.push(op); +var _objectToString = objectToString$1; - break; - } +var Symbol$3 = _Symbol, + getRawTag = _getRawTag, + objectToString = _objectToString; +/** `Object#toString` result references. */ - if (t[2]) _.ops.pop(); +var nullTag = '[object Null]', + undefinedTag = '[object Undefined]'; +/** Built-in value references. */ - _.trys.pop(); +var symToStringTag = Symbol$3 ? Symbol$3.toStringTag : undefined; +/** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ - continue; - } +function baseGetTag$5(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } - op = body.call(thisArg, _); - } catch (e) { - op = [6, e]; - y = 0; - } finally { - f = t = 0; - } + return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value); +} - if (op[0] & 5) throw op[1]; - return { - value: op[0] ? op[1] : void 0, - done: true - }; - } - }; +var _baseGetTag = baseGetTag$5; - var __importStar = this && this.__importStar || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; - result["default"] = mod; - return result; - }; +/** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ - var __importDefault = this && this.__importDefault || function (mod) { - return mod && mod.__esModule ? mod : { - "default": mod - }; - }; +function isObject$5(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +var isObject_1 = isObject$5; - var fs = __importStar(fs__default['default']); +var baseGetTag$4 = _baseGetTag, + isObject$4 = isObject_1; +/** `Object#toString` result references. */ - var path = __importStar(path__default['default']); +var asyncTag = '[object AsyncFunction]', + funcTag$1 = '[object Function]', + genTag = '[object GeneratorFunction]', + proxyTag = '[object Proxy]'; +/** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ - var semver = __importStar(semver$2); +function isFunction$2(value) { + if (!isObject$4(value)) { + return false; + } // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. - var fnmatch_1 = __importDefault(fnmatch); - exports.parseString = ini.parseString; + var tag = baseGetTag$4(value); + return tag == funcTag$1 || tag == genTag || tag == asyncTag || tag == proxyTag; +} - var package_json_1 = __importDefault(require$$4); +var isFunction_1 = isFunction$2; - var knownProps = { - end_of_line: true, - indent_style: true, - indent_size: true, - insert_final_newline: true, - trim_trailing_whitespace: true, - charset: true - }; +var root$6 = _root; +/** Used to detect overreaching core-js shims. */ - function fnmatch$1(filepath, glob) { - var matchOptions = { - matchBase: true, - dot: true, - noext: true - }; - glob = glob.replace(/\*\*/g, '{*,**/**/**}'); - return fnmatch_1.default(filepath, glob, matchOptions); - } +var coreJsData$1 = root$6['__core-js_shared__']; +var _coreJsData = coreJsData$1; - function getConfigFileNames(filepath, options) { - var paths = []; +var coreJsData = _coreJsData; +/** Used to detect methods masquerading as native. */ - do { - filepath = path.dirname(filepath); - paths.push(path.join(filepath, options.config)); - } while (filepath !== options.root); +var maskSrcKey = function () { + var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); + return uid ? 'Symbol(src)_1.' + uid : ''; +}(); +/** + * Checks if `func` has its source masked. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` is masked, else `false`. + */ - return paths; - } - function processMatches(matches, version) { - // Set indent_size to 'tab' if indent_size is unspecified and - // indent_style is set to 'tab'. - if ('indent_style' in matches && matches.indent_style === 'tab' && !('indent_size' in matches) && semver.gte(version, '0.10.0')) { - matches.indent_size = 'tab'; - } // Set tab_width to indent_size if indent_size is specified and - // tab_width is unspecified +function isMasked$1(func) { + return !!maskSrcKey && maskSrcKey in func; +} +var _isMasked = isMasked$1; - if ('indent_size' in matches && !('tab_width' in matches) && matches.indent_size !== 'tab') { - matches.tab_width = matches.indent_size; - } // Set indent_size to tab_width if indent_size is 'tab' +/** Used for built-in method references. */ +var funcProto$1 = Function.prototype; +/** Used to resolve the decompiled source of functions. */ +var funcToString$1 = funcProto$1.toString; +/** + * Converts `func` to its source code. + * + * @private + * @param {Function} func The function to convert. + * @returns {string} Returns the source code. + */ - if ('indent_size' in matches && 'tab_width' in matches && matches.indent_size === 'tab') { - matches.indent_size = matches.tab_width; - } +function toSource$2(func) { + if (func != null) { + try { + return funcToString$1.call(func); + } catch (e) {} - return matches; + try { + return func + ''; + } catch (e) {} } - function processOptions(options, filepath) { - if (options === void 0) { - options = {}; - } + return ''; +} - return { - config: options.config || '.editorconfig', - version: options.version || package_json_1.default.version, - root: path.resolve(options.root || path.parse(filepath).root) - }; - } +var _toSource = toSource$2; - function buildFullGlob(pathPrefix, glob) { - switch (glob.indexOf('/')) { - case -1: - glob = '**/' + glob; - break; +var isFunction$1 = isFunction_1, + isMasked = _isMasked, + isObject$3 = isObject_1, + toSource$1 = _toSource; +/** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ - case 0: - glob = glob.substring(1); - break; - } +var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; +/** Used to detect host constructors (Safari). */ - return path.join(pathPrefix, glob); - } +var reIsHostCtor = /^\[object .+?Constructor\]$/; +/** Used for built-in method references. */ - function extendProps(props, options) { - if (props === void 0) { - props = {}; - } +var funcProto = Function.prototype, + objectProto$9 = Object.prototype; +/** Used to resolve the decompiled source of functions. */ - if (options === void 0) { - options = {}; - } +var funcToString = funcProto.toString; +/** Used to check objects for own properties. */ - for (var key in options) { - if (options.hasOwnProperty(key)) { - var value = options[key]; - var key2 = key.toLowerCase(); - var value2 = value; +var hasOwnProperty$7 = objectProto$9.hasOwnProperty; +/** Used to detect if a method is native. */ - if (knownProps[key2]) { - value2 = value.toLowerCase(); - } +var reIsNative = RegExp('^' + funcToString.call(hasOwnProperty$7).replace(reRegExpChar, '\\$&').replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'); +/** + * The base implementation of `_.isNative` without bad shim checks. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + */ - try { - value2 = JSON.parse(value); - } catch (e) {} +function baseIsNative$1(value) { + if (!isObject$3(value) || isMasked(value)) { + return false; + } - if (typeof value === 'undefined' || value === null) { - // null and undefined are values specific to JSON (no special meaning - // in editorconfig) & should just be returned as regular strings. - value2 = String(value); - } + var pattern = isFunction$1(value) ? reIsNative : reIsHostCtor; + return pattern.test(toSource$1(value)); +} - props[key2] = value2; - } - } +var _baseIsNative = baseIsNative$1; - return props; - } +/** + * Gets the value at `key` of `object`. + * + * @private + * @param {Object} [object] The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ - function parseFromConfigs(configs, filepath, options) { - return processMatches(configs.reverse().reduce(function (matches, file) { - var pathPrefix = path.dirname(file.name); - file.contents.forEach(function (section) { - var glob = section[0]; - var options2 = section[1]; +function getValue$1(object, key) { + return object == null ? undefined : object[key]; +} - if (!glob) { - return; - } +var _getValue = getValue$1; - var fullGlob = buildFullGlob(pathPrefix, glob); +var baseIsNative = _baseIsNative, + getValue = _getValue; +/** + * Gets the native function at `key` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the method to get. + * @returns {*} Returns the function if it's native, else `undefined`. + */ - if (!fnmatch$1(filepath, fullGlob)) { - return; - } +function getNative$6(object, key) { + var value = getValue(object, key); + return baseIsNative(value) ? value : undefined; +} - matches = extendProps(matches, options2); - }); - return matches; - }, {}), options.version); - } +var _getNative = getNative$6; - function getConfigsForFiles(files) { - var configs = []; +var getNative$5 = _getNative, + root$5 = _root; +/* Built-in method references that are verified to be native. */ - for (var i in files) { - if (files.hasOwnProperty(i)) { - var file = files[i]; - var contents = ini.parseString(file.contents); - configs.push({ - name: file.name, - contents: contents - }); +var Map$4 = getNative$5(root$5, 'Map'); +var _Map = Map$4; - if ((contents[0][1].root || '').toLowerCase() === 'true') { - break; - } - } - } +var getNative$4 = _getNative; +/* Built-in method references that are verified to be native. */ - return configs; - } +var nativeCreate$4 = getNative$4(Object, 'create'); +var _nativeCreate = nativeCreate$4; - function readConfigFiles(filepaths) { - return __awaiter(this, void 0, void 0, function () { - return __generator(this, function (_a) { - return [2 - /*return*/ - , Promise.all(filepaths.map(function (name) { - return new Promise(function (resolve) { - fs.readFile(name, 'utf8', function (err, data) { - resolve({ - name: name, - contents: err ? '' : data - }); - }); - }); - }))]; - }); - }); - } +var nativeCreate$3 = _nativeCreate; +/** + * Removes all key-value entries from the hash. + * + * @private + * @name clear + * @memberOf Hash + */ - function readConfigFilesSync(filepaths) { - var files = []; - var file; - filepaths.forEach(function (filepath) { - try { - file = fs.readFileSync(filepath, 'utf8'); - } catch (e) { - file = ''; - } +function hashClear$1() { + this.__data__ = nativeCreate$3 ? nativeCreate$3(null) : {}; + this.size = 0; +} - files.push({ - name: filepath, - contents: file - }); - }); - return files; - } +var _hashClear = hashClear$1; - function opts(filepath, options) { - if (options === void 0) { - options = {}; - } +/** + * Removes `key` and its value from the hash. + * + * @private + * @name delete + * @memberOf Hash + * @param {Object} hash The hash to modify. + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ - var resolvedFilePath = path.resolve(filepath); - return [resolvedFilePath, processOptions(options, resolvedFilePath)]; - } +function hashDelete$1(key) { + var result = this.has(key) && delete this.__data__[key]; + this.size -= result ? 1 : 0; + return result; +} - function parseFromFiles(filepath, files, options) { - if (options === void 0) { - options = {}; - } +var _hashDelete = hashDelete$1; - return __awaiter(this, void 0, void 0, function () { - var _a, resolvedFilePath, processedOptions; +var nativeCreate$2 = _nativeCreate; +/** Used to stand-in for `undefined` hash values. */ - return __generator(this, function (_b) { - _a = opts(filepath, options), resolvedFilePath = _a[0], processedOptions = _a[1]; - return [2 - /*return*/ - , files.then(getConfigsForFiles).then(function (configs) { - return parseFromConfigs(configs, resolvedFilePath, processedOptions); - })]; - }); - }); - } +var HASH_UNDEFINED$2 = '__lodash_hash_undefined__'; +/** Used for built-in method references. */ - exports.parseFromFiles = parseFromFiles; +var objectProto$8 = Object.prototype; +/** Used to check objects for own properties. */ - function parseFromFilesSync(filepath, files, options) { - if (options === void 0) { - options = {}; - } +var hasOwnProperty$6 = objectProto$8.hasOwnProperty; +/** + * Gets the hash value for `key`. + * + * @private + * @name get + * @memberOf Hash + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ - var _a = opts(filepath, options), - resolvedFilePath = _a[0], - processedOptions = _a[1]; +function hashGet$1(key) { + var data = this.__data__; - return parseFromConfigs(getConfigsForFiles(files), resolvedFilePath, processedOptions); + if (nativeCreate$2) { + var result = data[key]; + return result === HASH_UNDEFINED$2 ? undefined : result; } - exports.parseFromFilesSync = parseFromFilesSync; + return hasOwnProperty$6.call(data, key) ? data[key] : undefined; +} - function parse(_filepath, _options) { - if (_options === void 0) { - _options = {}; - } +var _hashGet = hashGet$1; - return __awaiter(this, void 0, void 0, function () { - var _a, resolvedFilePath, processedOptions, filepaths; +var nativeCreate$1 = _nativeCreate; +/** Used for built-in method references. */ - return __generator(this, function (_b) { - _a = opts(_filepath, _options), resolvedFilePath = _a[0], processedOptions = _a[1]; - filepaths = getConfigFileNames(resolvedFilePath, processedOptions); - return [2 - /*return*/ - , readConfigFiles(filepaths).then(getConfigsForFiles).then(function (configs) { - return parseFromConfigs(configs, resolvedFilePath, processedOptions); - })]; - }); - }); - } +var objectProto$7 = Object.prototype; +/** Used to check objects for own properties. */ - exports.parse = parse; +var hasOwnProperty$5 = objectProto$7.hasOwnProperty; +/** + * Checks if a hash value for `key` exists. + * + * @private + * @name has + * @memberOf Hash + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ - function parseSync(_filepath, _options) { - if (_options === void 0) { - _options = {}; - } +function hashHas$1(key) { + var data = this.__data__; + return nativeCreate$1 ? data[key] !== undefined : hasOwnProperty$5.call(data, key); +} - var _a = opts(_filepath, _options), - resolvedFilePath = _a[0], - processedOptions = _a[1]; +var _hashHas = hashHas$1; - var filepaths = getConfigFileNames(resolvedFilePath, processedOptions); - var files = readConfigFilesSync(filepaths); - return parseFromConfigs(getConfigsForFiles(files), resolvedFilePath, processedOptions); - } +var nativeCreate = _nativeCreate; +/** Used to stand-in for `undefined` hash values. */ - exports.parseSync = parseSync; -}); +var HASH_UNDEFINED$1 = '__lodash_hash_undefined__'; +/** + * Sets the hash `key` to `value`. + * + * @private + * @name set + * @memberOf Hash + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the hash instance. + */ -var editorconfigToPrettier = editorConfigToPrettier; +function hashSet$1(key, value) { + var data = this.__data__; + this.size += this.has(key) ? 0 : 1; + data[key] = nativeCreate && value === undefined ? HASH_UNDEFINED$1 : value; + return this; +} -function removeUnset(editorConfig) { - const result = {}; - const keys = Object.keys(editorConfig); +var _hashSet = hashSet$1; - for (let i = 0; i < keys.length; i++) { - const key = keys[i]; +var hashClear = _hashClear, + hashDelete = _hashDelete, + hashGet = _hashGet, + hashHas = _hashHas, + hashSet = _hashSet; +/** + * Creates a hash object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ - if (editorConfig[key] === "unset") { - continue; - } +function Hash$1(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + this.clear(); - result[key] = editorConfig[key]; + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); } +} // Add methods to `Hash`. - return result; -} -function editorConfigToPrettier(editorConfig) { - if (!editorConfig) { - return null; - } +Hash$1.prototype.clear = hashClear; +Hash$1.prototype['delete'] = hashDelete; +Hash$1.prototype.get = hashGet; +Hash$1.prototype.has = hashHas; +Hash$1.prototype.set = hashSet; +var _Hash = Hash$1; - editorConfig = removeUnset(editorConfig); +var Hash = _Hash, + ListCache$2 = _ListCache, + Map$3 = _Map; +/** + * Removes all key-value entries from the map. + * + * @private + * @name clear + * @memberOf MapCache + */ - if (Object.keys(editorConfig).length === 0) { - return null; - } +function mapCacheClear$1() { + this.size = 0; + this.__data__ = { + 'hash': new Hash(), + 'map': new (Map$3 || ListCache$2)(), + 'string': new Hash() + }; +} - const result = {}; +var _mapCacheClear = mapCacheClear$1; - if (editorConfig.indent_style) { - result.useTabs = editorConfig.indent_style === "tab"; - } +/** + * Checks if `value` is suitable for use as unique object key. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is suitable, else `false`. + */ - if (editorConfig.indent_size === "tab") { - result.useTabs = true; - } +function isKeyable$1(value) { + var type = typeof value; + return type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean' ? value !== '__proto__' : value === null; +} - if (result.useTabs && editorConfig.tab_width) { - result.tabWidth = editorConfig.tab_width; - } else if (editorConfig.indent_style === "space" && editorConfig.indent_size && editorConfig.indent_size !== "tab") { - result.tabWidth = editorConfig.indent_size; - } else if (editorConfig.tab_width !== undefined) { - result.tabWidth = editorConfig.tab_width; - } +var _isKeyable = isKeyable$1; - if (editorConfig.max_line_length && editorConfig.max_line_length !== "off") { - result.printWidth = editorConfig.max_line_length; - } +var isKeyable = _isKeyable; +/** + * Gets the data for `map`. + * + * @private + * @param {Object} map The map to query. + * @param {string} key The reference key. + * @returns {*} Returns the map data. + */ - if (editorConfig.quote_type === "single") { - result.singleQuote = true; - } else if (editorConfig.quote_type === "double") { - result.singleQuote = false; - } +function getMapData$4(map, key) { + var data = map.__data__; + return isKeyable(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map; +} - if (["cr", "crlf", "lf"].indexOf(editorConfig.end_of_line) !== -1) { - result.endOfLine = editorConfig.end_of_line; - } +var _getMapData = getMapData$4; - if (editorConfig.insert_final_newline === false || editorConfig.insert_final_newline === true) { - result.insertFinalNewline = editorConfig.insert_final_newline; - } +var getMapData$3 = _getMapData; +/** + * Removes `key` and its value from the map. + * + * @private + * @name delete + * @memberOf MapCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function mapCacheDelete$1(key) { + var result = getMapData$3(this, key)['delete'](key); + this.size -= result ? 1 : 0; return result; } -// https://github.com/kirstein/find-project-root/blob/master/index.js - - -const MARKERS = [".git", ".hg"]; +var _mapCacheDelete = mapCacheDelete$1; -const markerExists = directory => MARKERS.some(mark => fs__default['default'].existsSync(path__default['default'].join(directory, mark))); +var getMapData$2 = _getMapData; +/** + * Gets the map value for `key`. + * + * @private + * @name get + * @memberOf MapCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ -function findProjectRoot(directory) { - while (!markerExists(directory)) { - const parentDirectory = path__default['default'].resolve(directory, ".."); +function mapCacheGet$1(key) { + return getMapData$2(this, key).get(key); +} - if (parentDirectory === directory) { - break; - } +var _mapCacheGet = mapCacheGet$1; - directory = parentDirectory; - } +var getMapData$1 = _getMapData; +/** + * Checks if a map value for `key` exists. + * + * @private + * @name has + * @memberOf MapCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ - return directory; +function mapCacheHas$1(key) { + return getMapData$1(this, key).has(key); } -var findProjectRoot_1 = findProjectRoot; - -const jsonStringifyMem = fn => dist$1(fn, { - cacheKey: JSON.stringify -}); - -const maybeParse = (filePath, parse) => filePath && parse(filePath, { - root: findProjectRoot_1(path__default['default'].dirname(path__default['default'].resolve(filePath))) -}); +var _mapCacheHas = mapCacheHas$1; -const editorconfigAsyncNoCache = async (filePath) => editorconfigToPrettier(await maybeParse(filePath, src$1.parse)); +var getMapData = _getMapData; +/** + * Sets the map `key` to `value`. + * + * @private + * @name set + * @memberOf MapCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the map cache instance. + */ -const editorconfigAsyncWithCache = jsonStringifyMem(editorconfigAsyncNoCache); +function mapCacheSet$1(key, value) { + var data = getMapData(this, key), + size = data.size; + data.set(key, value); + this.size += data.size == size ? 0 : 1; + return this; +} -const editorconfigSyncNoCache = filePath => editorconfigToPrettier(maybeParse(filePath, src$1.parseSync)); +var _mapCacheSet = mapCacheSet$1; -const editorconfigSyncWithCache = jsonStringifyMem(editorconfigSyncNoCache); +var mapCacheClear = _mapCacheClear, + mapCacheDelete = _mapCacheDelete, + mapCacheGet = _mapCacheGet, + mapCacheHas = _mapCacheHas, + mapCacheSet = _mapCacheSet; +/** + * Creates a map cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ -function getLoadFunction(opts) { - if (!opts.editorconfig) { - return () => null; - } +function MapCache$3(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + this.clear(); - if (opts.sync) { - return opts.cache ? editorconfigSyncWithCache : editorconfigSyncNoCache; + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); } +} // Add methods to `MapCache`. - return opts.cache ? editorconfigAsyncWithCache : editorconfigAsyncNoCache; -} -function clearCache() { - dist$1.clear(editorconfigSyncWithCache); - dist$1.clear(editorconfigAsyncWithCache); -} +MapCache$3.prototype.clear = mapCacheClear; +MapCache$3.prototype['delete'] = mapCacheDelete; +MapCache$3.prototype.get = mapCacheGet; +MapCache$3.prototype.has = mapCacheHas; +MapCache$3.prototype.set = mapCacheSet; +var _MapCache = MapCache$3; -var resolveConfigEditorconfig = { - getLoadFunction, - clearCache -}; +var ListCache$1 = _ListCache, + Map$2 = _Map, + MapCache$2 = _MapCache; +/** Used as the size to enable large array optimizations. */ -const getExplorerMemoized = dist$1(opts => { - const cosmiconfig = thirdParty["cosmiconfig" + (opts.sync ? "Sync" : "")]; - const explorer = cosmiconfig("prettier", { - cache: opts.cache, - transform: result => { - if (result && result.config) { - if (typeof result.config === "string") { - const dir = path__default['default'].dirname(result.filepath); - const modulePath = resolve_1(result.config, { - paths: [dir] - }); - result.config = require(modulePath); - } +var LARGE_ARRAY_SIZE$1 = 200; +/** + * Sets the stack `key` to `value`. + * + * @private + * @name set + * @memberOf Stack + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the stack cache instance. + */ - if (typeof result.config !== "object") { - throw new Error("Config is only allowed to be an object, " + `but received ${typeof result.config} in "${result.filepath}"`); - } +function stackSet$1(key, value) { + var data = this.__data__; - delete result.config.$schema; - } + if (data instanceof ListCache$1) { + var pairs = data.__data__; - return result; - }, - searchPlaces: ["package.json", ".prettierrc", ".prettierrc.json", ".prettierrc.yaml", ".prettierrc.yml", ".prettierrc.json5", ".prettierrc.js", ".prettierrc.cjs", "prettier.config.js", "prettier.config.cjs", ".prettierrc.toml"], - loaders: { - ".toml": loadToml, - ".json5": loadJson5 + if (!Map$2 || pairs.length < LARGE_ARRAY_SIZE$1 - 1) { + pairs.push([key, value]); + this.size = ++data.size; + return this; } - }); - return explorer; -}, { - cacheKey: JSON.stringify -}); -/** @param {{ cache: boolean, sync: boolean }} opts */ -function getExplorer(opts) { - // Normalize opts before passing to a memoized function - opts = Object.assign({ - sync: false, - cache: false - }, opts); - return getExplorerMemoized(opts); + data = this.__data__ = new MapCache$2(pairs); + } + + data.set(key, value); + this.size = data.size; + return this; } -function _resolveConfig(filePath, opts, sync) { - opts = Object.assign({ - useCache: true - }, opts); - const loadOpts = { - cache: !!opts.useCache, - sync: !!sync, - editorconfig: !!opts.editorconfig - }; - const { - load, - search - } = getExplorer(loadOpts); - const loadEditorConfig = resolveConfigEditorconfig.getLoadFunction(loadOpts); - const arr = [opts.config ? load(opts.config) : search(filePath), loadEditorConfig(filePath)]; +var _stackSet = stackSet$1; - const unwrapAndMerge = ([result, editorConfigured]) => { - const merged = Object.assign({}, editorConfigured, mergeOverrides(result, filePath)); - ["plugins", "pluginSearchDirs"].forEach(optionName => { - if (Array.isArray(merged[optionName])) { - merged[optionName] = merged[optionName].map(value => typeof value === "string" && value.startsWith(".") // relative path - ? path__default['default'].resolve(path__default['default'].dirname(result.filepath), value) : value); - } - }); +var ListCache = _ListCache, + stackClear = _stackClear, + stackDelete = _stackDelete, + stackGet = _stackGet, + stackHas = _stackHas, + stackSet = _stackSet; +/** + * Creates a stack cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ - if (!result && !editorConfigured) { - return null; - } // We are not using this option +function Stack$2(entries) { + var data = this.__data__ = new ListCache(entries); + this.size = data.size; +} // Add methods to `Stack`. - delete merged.insertFinalNewline; - return merged; - }; +Stack$2.prototype.clear = stackClear; +Stack$2.prototype['delete'] = stackDelete; +Stack$2.prototype.get = stackGet; +Stack$2.prototype.has = stackHas; +Stack$2.prototype.set = stackSet; +var _Stack = Stack$2; - if (loadOpts.sync) { - return unwrapAndMerge(arr); - } +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; +/** + * Adds `value` to the array cache. + * + * @private + * @name add + * @memberOf SetCache + * @alias push + * @param {*} value The value to cache. + * @returns {Object} Returns the cache instance. + */ - return Promise.all(arr).then(unwrapAndMerge); +function setCacheAdd$1(value) { + this.__data__.set(value, HASH_UNDEFINED); + + return this; } -const resolveConfig = (filePath, opts) => _resolveConfig(filePath, opts, false); +var _setCacheAdd = setCacheAdd$1; -resolveConfig.sync = (filePath, opts) => _resolveConfig(filePath, opts, true); +/** + * Checks if `value` is in the array cache. + * + * @private + * @name has + * @memberOf SetCache + * @param {*} value The value to search for. + * @returns {number} Returns `true` if `value` is found, else `false`. + */ -function clearCache$1() { - dist$1.clear(getExplorerMemoized); - resolveConfigEditorconfig.clearCache(); +function setCacheHas$1(value) { + return this.__data__.has(value); } -async function resolveConfigFile(filePath) { - const { - search - } = getExplorer({ - sync: false - }); - const result = await search(filePath); - return result ? result.filepath : null; -} +var _setCacheHas = setCacheHas$1; -resolveConfigFile.sync = filePath => { - const { - search - } = getExplorer({ - sync: true - }); - const result = search(filePath); - return result ? result.filepath : null; -}; +var MapCache$1 = _MapCache, + setCacheAdd = _setCacheAdd, + setCacheHas = _setCacheHas; +/** + * + * Creates an array cache object to store unique values. + * + * @private + * @constructor + * @param {Array} [values] The values to cache. + */ -function mergeOverrides(configResult, filePath) { - const { - config, - filepath: configPath - } = configResult || {}; +function SetCache$2(values) { + var index = -1, + length = values == null ? 0 : values.length; + this.__data__ = new MapCache$1(); - const _ref = config || {}, - { - overrides - } = _ref, - options = _objectWithoutPropertiesLoose(_ref, ["overrides"]); + while (++index < length) { + this.add(values[index]); + } +} // Add methods to `SetCache`. - if (filePath && overrides) { - const relativeFilePath = path__default['default'].relative(path__default['default'].dirname(configPath), filePath); - for (const override of overrides) { - if (pathMatchesGlobs(relativeFilePath, override.files, override.excludeFiles)) { - Object.assign(options, override.options); - } - } - } +SetCache$2.prototype.add = SetCache$2.prototype.push = setCacheAdd; +SetCache$2.prototype.has = setCacheHas; +var _SetCache = SetCache$2; - return options; -} // Based on eslint: https://github.com/eslint/eslint/blob/master/lib/config/config-ops.js +/** + * A specialized version of `_.some` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + +function arraySome$1(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + while (++index < length) { + if (predicate(array[index], index, array)) { + return true; + } + } -function pathMatchesGlobs(filePath, patterns, excludedPatterns) { - const patternList = [].concat(patterns); - const excludedPatternList = [].concat(excludedPatterns || []); - const opts = { - matchBase: true, - dot: true - }; - return patternList.some(pattern => minimatch_1(filePath, pattern, opts)) && !excludedPatternList.some(excludedPattern => minimatch_1(filePath, excludedPattern, opts)); + return false; } -var resolveConfig_1 = { - resolveConfig, - resolveConfigFile, - clearCache: clearCache$1 -}; +var _arraySome = arraySome$1; -// A simple implementation of make-array -function make_array(subject) { - return Array.isArray(subject) ? subject : [subject]; -} +/** + * Checks if a `cache` value for `key` exists. + * + * @private + * @param {Object} cache The cache to query. + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ -const REGEX_BLANK_LINE = /^\s+$/; -const REGEX_LEADING_EXCAPED_EXCLAMATION = /^\\!/; -const REGEX_LEADING_EXCAPED_HASH = /^\\#/; -const SLASH = '/'; -const KEY_IGNORE = typeof Symbol !== 'undefined' ? Symbol.for('node-ignore') -/* istanbul ignore next */ -: 'node-ignore'; +function cacheHas$2(cache, key) { + return cache.has(key); +} -const define = (object, key, value) => Object.defineProperty(object, key, { - value -}); +var _cacheHas = cacheHas$2; -const REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g; // Sanitize the range of a regular expression -// The cases are complicated, see test cases for details +var SetCache$1 = _SetCache, + arraySome = _arraySome, + cacheHas$1 = _cacheHas; +/** Used to compose bitmasks for value comparisons. */ -const sanitizeRange = range => range.replace(REGEX_REGEXP_RANGE, (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match // Invalid range (out of order) which is ok for gitignore rules but -// fatal for JavaScript regular expression, so eliminate it. -: ''); // > If the pattern ends with a slash, -// > it is removed for the purpose of the following description, -// > but it would only find a match with a directory. -// > In other words, foo/ will match a directory foo and paths underneath it, -// > but will not match a regular file or a symbolic link foo -// > (this is consistent with the way how pathspec works in general in Git). -// '`foo/`' will not match regular file '`foo`' or symbolic link '`foo`' -// -> ignore-rules will not deal with it, because it costs extra `fs.stat` call -// you could use option `mark: true` with `glob` -// '`foo/`' should not continue with the '`..`' +var COMPARE_PARTIAL_FLAG$5 = 1, + COMPARE_UNORDERED_FLAG$3 = 2; +/** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ +function equalArrays$2(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG$5, + arrLength = array.length, + othLength = other.length; -const DEFAULT_REPLACER_PREFIX = [// > Trailing spaces are ignored unless they are quoted with backslash ("\") -[// (a\ ) -> (a ) -// (a ) -> (a) -// (a \ ) -> (a ) -/\\?\s+$/, match => match.indexOf('\\') === 0 ? ' ' : ''], // replace (\ ) with ' ' -[/\\\s/g, () => ' '], // Escape metacharacters -// which is written down by users but means special for regular expressions. -// > There are 12 characters with special meanings: -// > - the backslash \, -// > - the caret ^, -// > - the dollar sign $, -// > - the period or dot ., -// > - the vertical bar or pipe symbol |, -// > - the question mark ?, -// > - the asterisk or star *, -// > - the plus sign +, -// > - the opening parenthesis (, -// > - the closing parenthesis ), -// > - and the opening square bracket [, -// > - the opening curly brace {, -// > These special characters are often called "metacharacters". -[/[\\^$.|*+(){]/g, match => `\\${match}`], [// > [abc] matches any character inside the brackets -// > (in this case a, b, or c); -/\[([^\]/]*)($|\])/g, (match, p1, p2) => p2 === ']' ? `[${sanitizeRange(p1)}]` : `\\${match}`], [// > a question mark (?) matches a single character -/(?!\\)\?/g, () => '[^/]'], // leading slash -[// > A leading slash matches the beginning of the pathname. -// > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". -// A leading slash matches the beginning of the pathname -/^\//, () => '^'], // replace special metacharacter slash after the leading slash -[/\//g, () => '\\/'], [// > A leading "**" followed by a slash means match in all directories. -// > For example, "**/foo" matches file or directory "foo" anywhere, -// > the same as pattern "foo". -// > "**/foo/bar" matches file or directory "bar" anywhere that is directly -// > under directory "foo". -// Notice that the '*'s have been replaced as '\\*' -/^\^*\\\*\\\*\\\//, // '**/foo' <-> 'foo' -() => '^(?:.*\\/)?']]; -const DEFAULT_REPLACER_SUFFIX = [// starting -[// there will be no leading '/' -// (which has been replaced by section "leading slash") -// If starts with '**', adding a '^' to the regular expression also works -/^(?=[^^])/, function startingReplacer() { - return !/\/(?!$)/.test(this) // > If the pattern does not contain a slash /, - // > Git treats it as a shell glob pattern - // Actually, if there is only a trailing slash, - // git also treats it as a shell glob pattern - ? '(?:^|\\/)' // > Otherwise, Git treats the pattern as a shell glob suitable for - // > consumption by fnmatch(3) - : '^'; -}], // two globstars -[// Use lookahead assertions so that we could match more than one `'/**'` -/\\\/\\\*\\\*(?=\\\/|$)/g, // Zero, one or several directories -// should not use '*', or it will be replaced by the next replacer -// Check if it is not the last `'/**'` -(match, index, str) => index + 6 < str.length // case: /**/ -// > A slash followed by two consecutive asterisks then a slash matches -// > zero or more directories. -// > For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on. -// '/**/' -? '(?:\\/[^\\/]+)*' // case: /** -// > A trailing `"/**"` matches everything inside. -// #21: everything inside but it should not include the current folder -: '\\/.+'], // intermediate wildcards -[// Never replace escaped '*' -// ignore rule '\*' will match the path '*' -// 'abc.*/' -> go -// 'abc.*' -> skip this rule -/(^|[^\\]+)\\\*(?=.+)/g, // '*.js' matches '.js' -// '*.js' doesn't match 'abc' -(match, p1) => `${p1}[^\\/]*`], // trailing wildcard -[/(\^|\\\/)?\\\*$/, (match, p1) => { - const prefix = p1 // '\^': - // '/*' does not match '' - // '/*' does not match everything - // '\\\/': - // 'abc/*' does not match 'abc/' - ? `${p1}[^/]+` // 'a*' matches 'a' - // 'a*' matches 'aa' - : '[^/]*'; - return `${prefix}(?=$|\\/$)`; -}], [// unescape -/\\\\\\/g, () => '\\']]; -const POSITIVE_REPLACERS = [...DEFAULT_REPLACER_PREFIX, // 'f' -// matches -// - /f(end) -// - /f/ -// - (start)f(end) -// - (start)f/ -// doesn't match -// - oof -// - foo -// pseudo: -// -> (^|/)f(/|$) -// ending -[// 'js' will not match 'js.' -// 'ab' will not match 'abc' -/(?:[^*/])$/, // 'js*' will not match 'a.js' -// 'js/' will not match 'a.js' -// 'js' will match 'a.js' and 'a.js/' -match => `${match}(?=$|\\/)`], ...DEFAULT_REPLACER_SUFFIX]; -const NEGATIVE_REPLACERS = [...DEFAULT_REPLACER_PREFIX, // #24, #38 -// The MISSING rule of [gitignore docs](https://git-scm.com/docs/gitignore) -// A negative pattern without a trailing wildcard should not -// re-include the things inside that directory. -// eg: -// ['node_modules/*', '!node_modules'] -// should ignore `node_modules/a.js` -[/(?:[^*])$/, match => `${match}(?=$|\\/$)`], ...DEFAULT_REPLACER_SUFFIX]; // A simple cache, because an ignore rule only has only one certain meaning + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } // Check that cyclic values are equal. -const cache = Object.create(null); // @param {pattern} -const make_regex = (pattern, negative, ignorecase) => { - const r = cache[pattern]; + var arrStacked = stack.get(array); + var othStacked = stack.get(other); - if (r) { - return r; + if (arrStacked && othStacked) { + return arrStacked == other && othStacked == array; } - const replacers = negative ? NEGATIVE_REPLACERS : POSITIVE_REPLACERS; - const source = replacers.reduce((prev, current) => prev.replace(current[0], current[1].bind(pattern)), pattern); - return cache[pattern] = ignorecase ? new RegExp(source, 'i') : new RegExp(source); -}; // > A blank line matches no files, so it can serve as a separator for readability. + var index = -1, + result = true, + seen = bitmask & COMPARE_UNORDERED_FLAG$3 ? new SetCache$1() : undefined; + stack.set(array, other); + stack.set(other, array); // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; -const checkPattern = pattern => pattern && typeof pattern === 'string' && !REGEX_BLANK_LINE.test(pattern) // > A line starting with # serves as a comment. -&& pattern.indexOf('#') !== 0; + if (customizer) { + var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack); + } -const createRule = (pattern, ignorecase) => { - const origin = pattern; - let negative = false; // > An optional prefix "!" which negates the pattern; + if (compared !== undefined) { + if (compared) { + continue; + } - if (pattern.indexOf('!') === 0) { - negative = true; - pattern = pattern.substr(1); + result = false; + break; + } // Recursively compare arrays (susceptible to call stack limits). + + + if (seen) { + if (!arraySome(other, function (othValue, othIndex) { + if (!cacheHas$1(seen, othIndex) && (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + result = false; + break; + } } - pattern = pattern // > Put a backslash ("\") in front of the first "!" for patterns that - // > begin with a literal "!", for example, `"\!important!.txt"`. - .replace(REGEX_LEADING_EXCAPED_EXCLAMATION, '!') // > Put a backslash ("\") in front of the first hash for patterns that - // > begin with a hash. - .replace(REGEX_LEADING_EXCAPED_HASH, '#'); - const regex = make_regex(pattern, negative, ignorecase); - return { - origin, - pattern, - negative, - regex - }; -}; + stack['delete'](array); + stack['delete'](other); + return result; +} -class IgnoreBase { - constructor({ - ignorecase = true - } = {}) { - this._rules = []; - this._ignorecase = ignorecase; - define(this, KEY_IGNORE, true); +var _equalArrays = equalArrays$2; - this._initCache(); - } +var root$4 = _root; +/** Built-in value references. */ - _initCache() { - this._cache = Object.create(null); - } // @param {Array.|string|Ignore} pattern +var Uint8Array$1 = root$4.Uint8Array; +var _Uint8Array = Uint8Array$1; +/** + * Converts `map` to its key-value pairs. + * + * @private + * @param {Object} map The map to convert. + * @returns {Array} Returns the key-value pairs. + */ - add(pattern) { - this._added = false; +function mapToArray$1(map) { + var index = -1, + result = Array(map.size); + map.forEach(function (value, key) { + result[++index] = [key, value]; + }); + return result; +} - if (typeof pattern === 'string') { - pattern = pattern.split(/\r?\n/g); - } +var _mapToArray = mapToArray$1; - make_array(pattern).forEach(this._addPattern, this); // Some rules have just added to the ignore, - // making the behavior changed. +/** + * Converts `set` to an array of its values. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the values. + */ - if (this._added) { - this._initCache(); - } +function setToArray$3(set) { + var index = -1, + result = Array(set.size); + set.forEach(function (value) { + result[++index] = value; + }); + return result; +} - return this; - } // legacy +var _setToArray = setToArray$3; +var Symbol$2 = _Symbol, + Uint8Array = _Uint8Array, + eq = eq_1, + equalArrays$1 = _equalArrays, + mapToArray = _mapToArray, + setToArray$2 = _setToArray; +/** Used to compose bitmasks for value comparisons. */ - addPattern(pattern) { - return this.add(pattern); - } +var COMPARE_PARTIAL_FLAG$4 = 1, + COMPARE_UNORDERED_FLAG$2 = 2; +/** `Object#toString` result references. */ - _addPattern(pattern) { - // #32 - if (pattern && pattern[KEY_IGNORE]) { - this._rules = this._rules.concat(pattern._rules); - this._added = true; - return; - } +var boolTag$1 = '[object Boolean]', + dateTag$1 = '[object Date]', + errorTag$1 = '[object Error]', + mapTag$2 = '[object Map]', + numberTag$1 = '[object Number]', + regexpTag$1 = '[object RegExp]', + setTag$2 = '[object Set]', + stringTag$1 = '[object String]', + symbolTag$1 = '[object Symbol]'; +var arrayBufferTag$1 = '[object ArrayBuffer]', + dataViewTag$2 = '[object DataView]'; +/** Used to convert symbols to primitives and strings. */ + +var symbolProto$1 = Symbol$2 ? Symbol$2.prototype : undefined, + symbolValueOf = symbolProto$1 ? symbolProto$1.valueOf : undefined; +/** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + +function equalByTag$1(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + case dataViewTag$2: + if (object.byteLength != other.byteLength || object.byteOffset != other.byteOffset) { + return false; + } + + object = object.buffer; + other = other.buffer; + + case arrayBufferTag$1: + if (object.byteLength != other.byteLength || !equalFunc(new Uint8Array(object), new Uint8Array(other))) { + return false; + } - if (checkPattern(pattern)) { - const rule = createRule(pattern, this._ignorecase); - this._added = true; + return true; - this._rules.push(rule); - } - } + case boolTag$1: + case dateTag$1: + case numberTag$1: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); - filter(paths) { - return make_array(paths).filter(path => this._filter(path)); - } + case errorTag$1: + return object.name == other.name && object.message == other.message; - createFilter() { - return path => this._filter(path); - } + case regexpTag$1: + case stringTag$1: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == other + ''; - ignores(path) { - return !this._filter(path); - } // @returns `Boolean` true if the `path` is NOT ignored + case mapTag$2: + var convert = mapToArray; + case setTag$2: + var isPartial = bitmask & COMPARE_PARTIAL_FLAG$4; + convert || (convert = setToArray$2); - _filter(path, slices) { - if (!path) { - return false; - } + if (object.size != other.size && !isPartial) { + return false; + } // Assume cyclic values are equal. - if (path in this._cache) { - return this._cache[path]; - } - if (!slices) { - // path/to/a.js - // ['path', 'to', 'a.js'] - slices = path.split(SLASH); - } + var stacked = stack.get(object); - slices.pop(); - return this._cache[path] = slices.length // > It is not possible to re-include a file if a parent directory of - // > that file is excluded. - // If the path contains a parent directory, check the parent first - ? this._filter(slices.join(SLASH) + SLASH, slices) && this._test(path) // Or only test the path - : this._test(path); - } // @returns {Boolean} true if a file is NOT ignored + if (stacked) { + return stacked == other; + } + bitmask |= COMPARE_UNORDERED_FLAG$2; // Recursively compare objects (susceptible to call stack limits). - _test(path) { - // Explicitly define variable type by setting matched to `0` - let matched = 0; + stack.set(object, other); + var result = equalArrays$1(convert(object), convert(other), bitmask, customizer, equalFunc, stack); + stack['delete'](object); + return result; - this._rules.forEach(rule => { - // if matched = true, then we only test negative rules - // if matched = false, then we test non-negative rules - if (!(matched ^ rule.negative)) { - matched = rule.negative ^ rule.regex.test(path); + case symbolTag$1: + if (symbolValueOf) { + return symbolValueOf.call(object) == symbolValueOf.call(other); } - }); - return !matched; } -} // Windows -// -------------------------------------------------------------- + return false; +} -/* istanbul ignore if */ +var _equalByTag = equalByTag$1; +/** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ -if ( // Detect `process` so that it can run in browsers. -typeof process !== 'undefined' && (process.env && process.env.IGNORE_TEST_WIN32 || process.platform === 'win32')) { - const filter = IgnoreBase.prototype._filter; - /* eslint no-control-regex: "off" */ +function arrayPush$1(array, values) { + var index = -1, + length = values.length, + offset = array.length; - const make_posix = str => /^\\\\\?\\/.test(str) || /[^\x00-\x80]+/.test(str) ? str : str.replace(/\\/g, '/'); + while (++index < length) { + array[offset + index] = values[index]; + } - IgnoreBase.prototype._filter = function filterWin32(path, slices) { - path = make_posix(path); - return filter.call(this, path, slices); - }; + return array; } -var ignore = options => new IgnoreBase(options); +var _arrayPush = arrayPush$1; /** - * @param {string} filename - * @returns {Promise} + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false */ +var isArray$9 = Array.isArray; +var isArray_1 = isArray$9; +var arrayPush = _arrayPush, + isArray$8 = isArray_1; +/** + * The base implementation of `getAllKeys` and `getAllKeysIn` which uses + * `keysFunc` and `symbolsFunc` to get the enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Function} keysFunc The function to get the keys of `object`. + * @param {Function} symbolsFunc The function to get the symbols of `object`. + * @returns {Array} Returns the array of property names and symbols. + */ -function getFileContentOrNull(filename) { - return new Promise((resolve, reject) => { - fs__default['default'].readFile(filename, "utf8", (error, data) => { - if (error && error.code !== "ENOENT") { - reject(createError(filename, error)); - } else { - resolve(error ? null : data); - } - }); - }); +function baseGetAllKeys$1(object, keysFunc, symbolsFunc) { + var result = keysFunc(object); + return isArray$8(object) ? result : arrayPush(result, symbolsFunc(object)); } + +var _baseGetAllKeys = baseGetAllKeys$1; + /** - * @param {string} filename - * @returns {null | string} + * A specialized version of `_.filter` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. */ +function arrayFilter$1(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; -getFileContentOrNull.sync = function (filename) { - try { - return fs__default['default'].readFileSync(filename, "utf8"); - } catch (error) { - if (error && error.code === "ENOENT") { - return null; + if (predicate(value, index, array)) { + result[resIndex++] = value; } - - throw createError(filename, error); } -}; -function createError(filename, error) { - return new Error(`Unable to read ${filename}: ${error.message}`); + return result; } -var getFileContentOrNull_1 = getFileContentOrNull; +var _arrayFilter = arrayFilter$1; /** - * @param {string?} ignorePath - * @param {boolean?} withNodeModules + * This method returns a new empty array. + * + * @static + * @memberOf _ + * @since 4.13.0 + * @category Util + * @returns {Array} Returns the new empty array. + * @example + * + * var arrays = _.times(2, _.stubArray); + * + * console.log(arrays); + * // => [[], []] + * + * console.log(arrays[0] === arrays[1]); + * // => false */ - -async function createIgnorer(ignorePath, withNodeModules) { - const ignoreContent = ignorePath ? await getFileContentOrNull_1(path__default['default'].resolve(ignorePath)) : null; - return _createIgnorer(ignoreContent, withNodeModules); +function stubArray$1() { + return []; } + +var stubArray_1 = stubArray$1; + +var arrayFilter = _arrayFilter, + stubArray = stubArray_1; +/** Used for built-in method references. */ + +var objectProto$6 = Object.prototype; +/** Built-in value references. */ + +var propertyIsEnumerable$1 = objectProto$6.propertyIsEnumerable; +/* Built-in method references for those with the same name as other `lodash` methods. */ + +var nativeGetSymbols = Object.getOwnPropertySymbols; /** - * @param {string?} ignorePath - * @param {boolean?} withNodeModules + * Creates an array of the own enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. */ +var getSymbols$1 = !nativeGetSymbols ? stubArray : function (object) { + if (object == null) { + return []; + } -createIgnorer.sync = function (ignorePath, withNodeModules) { - const ignoreContent = !ignorePath ? null : getFileContentOrNull_1.sync(path__default['default'].resolve(ignorePath)); - return _createIgnorer(ignoreContent, withNodeModules); + object = Object(object); + return arrayFilter(nativeGetSymbols(object), function (symbol) { + return propertyIsEnumerable$1.call(object, symbol); + }); }; +var _getSymbols = getSymbols$1; + /** - * @param {null | string} ignoreContent - * @param {boolean?} withNodeModules + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. */ +function baseTimes$1(n, iteratee) { + var index = -1, + result = Array(n); -function _createIgnorer(ignoreContent, withNodeModules) { - const ignorer = ignore().add(ignoreContent || ""); - - if (!withNodeModules) { - ignorer.add("node_modules"); + while (++index < n) { + result[index] = iteratee(index); } - return ignorer; + return result; } -var createIgnorer_1 = createIgnorer; +var _baseTimes = baseTimes$1; /** - * @typedef {{ ignorePath?: string, withNodeModules?: boolean, plugins: object }} FileInfoOptions - * @typedef {{ ignored: boolean, inferredParser: string | null }} FileInfoResult + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false */ +function isObjectLike$5(value) { + return value != null && typeof value == 'object'; +} + +var isObjectLike_1 = isObjectLike$5; + +var baseGetTag$3 = _baseGetTag, + isObjectLike$4 = isObjectLike_1; +/** `Object#toString` result references. */ + +var argsTag$2 = '[object Arguments]'; /** - * @param {string} filePath - * @param {FileInfoOptions} opts - * @returns {Promise} + * The base implementation of `_.isArguments`. * - * Please note that prettier.getFileInfo() expects opts.plugins to be an array of paths, - * not an object. A transformation from this array to an object is automatically done - * internally by the method wrapper. See withPlugins() in index.js. + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, */ +function baseIsArguments$1(value) { + return isObjectLike$4(value) && baseGetTag$3(value) == argsTag$2; +} -async function getFileInfo(filePath, opts) { - if (typeof filePath !== "string") { - throw new TypeError(`expect \`filePath\` to be a string, got \`${typeof filePath}\``); - } +var _baseIsArguments = baseIsArguments$1; - const ignorer = await createIgnorer_1(opts.ignorePath, opts.withNodeModules); - return _getFileInfo({ - ignorer, - filePath, - plugins: opts.plugins, - resolveConfig: opts.resolveConfig, - ignorePath: opts.ignorePath, - sync: false - }); -} -/** - * @param {string} filePath - * @param {FileInfoOptions} opts - * @returns {FileInfoResult} - */ +var baseIsArguments = _baseIsArguments, + isObjectLike$3 = isObjectLike_1; +/** Used for built-in method references. */ +var objectProto$5 = Object.prototype; +/** Used to check objects for own properties. */ -getFileInfo.sync = function (filePath, opts) { - if (typeof filePath !== "string") { - throw new TypeError(`expect \`filePath\` to be a string, got \`${typeof filePath}\``); - } +var hasOwnProperty$4 = objectProto$5.hasOwnProperty; +/** Built-in value references. */ - const ignorer = createIgnorer_1.sync(opts.ignorePath, opts.withNodeModules); - return _getFileInfo({ - ignorer, - filePath, - plugins: opts.plugins, - resolveConfig: opts.resolveConfig, - ignorePath: opts.ignorePath, - sync: true - }); -}; +var propertyIsEnumerable = objectProto$5.propertyIsEnumerable; +/** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ -function getFileParser(resolvedConfig, filePath, plugins) { - if (resolvedConfig && resolvedConfig.parser) { - return resolvedConfig.parser; - } +var isArguments$2 = baseIsArguments(function () { + return arguments; +}()) ? baseIsArguments : function (value) { + return isObjectLike$3(value) && hasOwnProperty$4.call(value, 'callee') && !propertyIsEnumerable.call(value, 'callee'); +}; +var isArguments_1 = isArguments$2; - const inferredParser = options$1.inferParser(filePath, plugins); +var isBuffer$2 = {exports: {}}; - if (inferredParser) { - return inferredParser; - } +/** + * This method returns `false`. + * + * @static + * @memberOf _ + * @since 4.13.0 + * @category Util + * @returns {boolean} Returns `false`. + * @example + * + * _.times(2, _.stubFalse); + * // => [false, false] + */ - return null; +function stubFalse() { + return false; } -function _getFileInfo({ - ignorer, - filePath, - plugins, - resolveConfig = false, - ignorePath, - sync = false -}) { - const normalizedFilePath = normalizeFilePath(filePath, ignorePath); - const fileInfo = { - ignored: ignorer.ignores(normalizedFilePath), - inferredParser: null - }; +var stubFalse_1 = stubFalse; - if (fileInfo.ignored) { - return fileInfo; - } +(function (module, exports) { + var root = _root, + stubFalse = stubFalse_1; + /** Detect free variable `exports`. */ - let resolvedConfig; + var freeExports = exports && !exports.nodeType && exports; + /** Detect free variable `module`. */ - if (resolveConfig) { - if (sync) { - resolvedConfig = resolveConfig_1.resolveConfig.sync(filePath); - } else { - return resolveConfig_1.resolveConfig(filePath).then(resolvedConfig => { - fileInfo.inferredParser = getFileParser(resolvedConfig, filePath, plugins); - return fileInfo; - }); - } - } + var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module; + /** Detect the popular CommonJS extension `module.exports`. */ - fileInfo.inferredParser = getFileParser(resolvedConfig, filePath, plugins); - return fileInfo; -} + var moduleExports = freeModule && freeModule.exports === freeExports; + /** Built-in value references. */ -function normalizeFilePath(filePath, ignorePath) { - return ignorePath ? path__default['default'].relative(path__default['default'].dirname(ignorePath), filePath) : filePath; -} + var Buffer = moduleExports ? root.Buffer : undefined; + /* Built-in method references for those with the same name as other `lodash` methods. */ + + var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; + /** + * Checks if `value` is a buffer. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. + * @example + * + * _.isBuffer(new Buffer(2)); + * // => true + * + * _.isBuffer(new Uint8Array(2)); + * // => false + */ -var getFileInfo_1 = getFileInfo; + var isBuffer = nativeIsBuffer || stubFalse; + module.exports = isBuffer; +})(isBuffer$2, isBuffer$2.exports); -const { - getMaxContinuousCount: getMaxContinuousCount$1, - getStringWidth: getStringWidth$2, - getAlignmentSize: getAlignmentSize$2, - getIndentSize: getIndentSize$1, - skip: skip$1, - skipWhitespace: skipWhitespace$1, - skipSpaces: skipSpaces$2, - skipNewline: skipNewline$2, - skipToLineEnd: skipToLineEnd$1, - skipEverythingButNewLine: skipEverythingButNewLine$1, - skipInlineComment: skipInlineComment$1, - skipTrailingComment: skipTrailingComment$1, - hasNewline: hasNewline$2, - hasNewlineInRange: hasNewlineInRange$1, - hasSpaces: hasSpaces$1, - isNextLineEmpty: isNextLineEmpty$1, - isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$1, - isPreviousLineEmpty: isPreviousLineEmpty$2, - getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$1, - makeString: makeString$1, - addLeadingComment: addLeadingComment$2, - addDanglingComment: addDanglingComment$2, - addTrailingComment: addTrailingComment$2 -} = util; -var utilShared = { - getMaxContinuousCount: getMaxContinuousCount$1, - getStringWidth: getStringWidth$2, - getAlignmentSize: getAlignmentSize$2, - getIndentSize: getIndentSize$1, - skip: skip$1, - skipWhitespace: skipWhitespace$1, - skipSpaces: skipSpaces$2, - skipNewline: skipNewline$2, - skipToLineEnd: skipToLineEnd$1, - skipEverythingButNewLine: skipEverythingButNewLine$1, - skipInlineComment: skipInlineComment$1, - skipTrailingComment: skipTrailingComment$1, - hasNewline: hasNewline$2, - hasNewlineInRange: hasNewlineInRange$1, - hasSpaces: hasSpaces$1, - isNextLineEmpty: isNextLineEmpty$1, - isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$1, - isPreviousLineEmpty: isPreviousLineEmpty$2, - getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$1, - makeString: makeString$1, - addLeadingComment: addLeadingComment$2, - addDanglingComment: addDanglingComment$2, - addTrailingComment: addTrailingComment$2 -}; +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER$1 = 9007199254740991; +/** Used to detect unsigned integer values. */ +var reIsUint = /^(?:0|[1-9]\d*)$/; /** - * Removes all key-value entries from the list cache. + * Checks if `value` is a valid array-like index. * * @private - * @name clear - * @memberOf ListCache + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. */ -function listCacheClear() { - this.__data__ = []; - this.size = 0; + +function isIndex$2(value, length) { + var type = typeof value; + length = length == null ? MAX_SAFE_INTEGER$1 : length; + return !!length && (type == 'number' || type != 'symbol' && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length; } -var _listCacheClear = listCacheClear; +var _isIndex = isIndex$2; +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; /** - * Performs a - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * comparison between two values to determine if they are equivalent. + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). * * @static * @memberOf _ * @since 4.0.0 * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. * @example * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.eq(object, object); + * _.isLength(3); * // => true * - * _.eq(object, other); + * _.isLength(Number.MIN_VALUE); * // => false * - * _.eq('a', 'a'); - * // => true + * _.isLength(Infinity); + * // => false * - * _.eq('a', Object('a')); + * _.isLength('3'); * // => false + */ + +function isLength$3(value) { + return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; +} + +var isLength_1 = isLength$3; + +var baseGetTag$2 = _baseGetTag, + isLength$2 = isLength_1, + isObjectLike$2 = isObjectLike_1; +/** `Object#toString` result references. */ + +var argsTag$1 = '[object Arguments]', + arrayTag$1 = '[object Array]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + mapTag$1 = '[object Map]', + numberTag = '[object Number]', + objectTag$2 = '[object Object]', + regexpTag = '[object RegExp]', + setTag$1 = '[object Set]', + stringTag = '[object String]', + weakMapTag$1 = '[object WeakMap]'; +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag$1 = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; +/** Used to identify `toStringTag` values of typed arrays. */ + +var typedArrayTags = {}; +typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = typedArrayTags[uint32Tag] = true; +typedArrayTags[argsTag$1] = typedArrayTags[arrayTag$1] = typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = typedArrayTags[dataViewTag$1] = typedArrayTags[dateTag] = typedArrayTags[errorTag] = typedArrayTags[funcTag] = typedArrayTags[mapTag$1] = typedArrayTags[numberTag] = typedArrayTags[objectTag$2] = typedArrayTags[regexpTag] = typedArrayTags[setTag$1] = typedArrayTags[stringTag] = typedArrayTags[weakMapTag$1] = false; +/** + * The base implementation of `_.isTypedArray` without Node.js optimizations. * - * _.eq(NaN, NaN); - * // => true + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. */ -function eq(value, other) { - return value === other || value !== value && other !== other; + +function baseIsTypedArray$1(value) { + return isObjectLike$2(value) && isLength$2(value.length) && !!typedArrayTags[baseGetTag$2(value)]; } -var eq_1 = eq; +var _baseIsTypedArray = baseIsTypedArray$1; /** - * Gets the index at which the `key` is found in `array` of key-value pairs. + * The base implementation of `_.unary` without support for storing metadata. * * @private - * @param {Array} array The array to inspect. - * @param {*} key The key to search for. - * @returns {number} Returns the index of the matched value, else `-1`. + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. */ -function assocIndexOf(array, key) { - var length = array.length; - - while (length--) { - if (eq_1(array[length][0], key)) { - return length; - } - } - - return -1; +function baseUnary$1(func) { + return function (value) { + return func(value); + }; } -var _assocIndexOf = assocIndexOf; +var _baseUnary = baseUnary$1; -/** Used for built-in method references. */ +var _nodeUtil = {exports: {}}; -var arrayProto = Array.prototype; -/** Built-in value references. */ +(function (module, exports) { + var freeGlobal = _freeGlobal; + /** Detect free variable `exports`. */ -var splice = arrayProto.splice; -/** - * Removes `key` and its value from the list cache. - * - * @private - * @name delete - * @memberOf ListCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ + var freeExports = exports && !exports.nodeType && exports; + /** Detect free variable `module`. */ -function listCacheDelete(key) { - var data = this.__data__, - index = _assocIndexOf(data, key); + var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module; + /** Detect the popular CommonJS extension `module.exports`. */ - if (index < 0) { - return false; - } + var moduleExports = freeModule && freeModule.exports === freeExports; + /** Detect free variable `process` from Node.js. */ - var lastIndex = data.length - 1; + var freeProcess = moduleExports && freeGlobal.process; + /** Used to access faster Node.js helpers. */ - if (index == lastIndex) { - data.pop(); - } else { - splice.call(data, index, 1); - } + var nodeUtil = function () { + try { + // Use `util.types` for Node.js 10+. + var types = freeModule && freeModule.require && freeModule.require('util').types; - --this.size; - return true; -} + if (types) { + return types; + } // Legacy `process.binding('util')` for Node.js < 10. -var _listCacheDelete = listCacheDelete; -/** - * Gets the list cache value for `key`. - * - * @private - * @name get - * @memberOf ListCache - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ + return freeProcess && freeProcess.binding && freeProcess.binding('util'); + } catch (e) {} + }(); -function listCacheGet(key) { - var data = this.__data__, - index = _assocIndexOf(data, key); - return index < 0 ? undefined : data[index][1]; -} + module.exports = nodeUtil; +})(_nodeUtil, _nodeUtil.exports); -var _listCacheGet = listCacheGet; +var baseIsTypedArray = _baseIsTypedArray, + baseUnary = _baseUnary, + nodeUtil = _nodeUtil.exports; +/* Node.js helper references. */ +var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; /** - * Checks if a list cache value for `key` exists. + * Checks if `value` is classified as a typed array. * - * @private - * @name has - * @memberOf ListCache - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @example + * + * _.isTypedArray(new Uint8Array); + * // => true + * + * _.isTypedArray([]); + * // => false */ -function listCacheHas(key) { - return _assocIndexOf(this.__data__, key) > -1; -} +var isTypedArray$2 = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; +var isTypedArray_1 = isTypedArray$2; + +var baseTimes = _baseTimes, + isArguments$1 = isArguments_1, + isArray$7 = isArray_1, + isBuffer$1 = isBuffer$2.exports, + isIndex$1 = _isIndex, + isTypedArray$1 = isTypedArray_1; +/** Used for built-in method references. */ -var _listCacheHas = listCacheHas; +var objectProto$4 = Object.prototype; +/** Used to check objects for own properties. */ +var hasOwnProperty$3 = objectProto$4.hasOwnProperty; /** - * Sets the list cache `key` to `value`. + * Creates an array of the enumerable property names of the array-like `value`. * * @private - * @name set - * @memberOf ListCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the list cache instance. + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. */ -function listCacheSet(key, value) { - var data = this.__data__, - index = _assocIndexOf(data, key); +function arrayLikeKeys$1(value, inherited) { + var isArr = isArray$7(value), + isArg = !isArr && isArguments$1(value), + isBuff = !isArr && !isArg && isBuffer$1(value), + isType = !isArr && !isArg && !isBuff && isTypedArray$1(value), + skipIndexes = isArr || isArg || isBuff || isType, + result = skipIndexes ? baseTimes(value.length, String) : [], + length = result.length; - if (index < 0) { - ++this.size; - data.push([key, value]); - } else { - data[index][1] = value; + for (var key in value) { + if ((inherited || hasOwnProperty$3.call(value, key)) && !(skipIndexes && ( // Safari 9 has enumerable `arguments.length` in strict mode. + key == 'length' || // Node.js 0.10 has enumerable non-index properties on buffers. + isBuff && (key == 'offset' || key == 'parent') || // PhantomJS 2 has enumerable non-index properties on typed arrays. + isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset') || // Skip index properties. + isIndex$1(key, length)))) { + result.push(key); + } } - return this; + return result; } -var _listCacheSet = listCacheSet; +var _arrayLikeKeys = arrayLikeKeys$1; +/** Used for built-in method references. */ +var objectProto$3 = Object.prototype; /** - * Creates an list cache object. + * Checks if `value` is likely a prototype object. * * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. */ -function ListCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - this.clear(); - - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } -} // Add methods to `ListCache`. - +function isPrototype$1(value) { + var Ctor = value && value.constructor, + proto = typeof Ctor == 'function' && Ctor.prototype || objectProto$3; + return value === proto; +} -ListCache.prototype.clear = _listCacheClear; -ListCache.prototype['delete'] = _listCacheDelete; -ListCache.prototype.get = _listCacheGet; -ListCache.prototype.has = _listCacheHas; -ListCache.prototype.set = _listCacheSet; -var _ListCache = ListCache; +var _isPrototype = isPrototype$1; /** - * Removes all key-value entries from the stack. + * Creates a unary function that invokes `func` with its argument transformed. * * @private - * @name clear - * @memberOf Stack + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. */ -function stackClear() { - this.__data__ = new _ListCache(); - this.size = 0; +function overArg$1(func, transform) { + return function (arg) { + return func(transform(arg)); + }; } -var _stackClear = stackClear; +var _overArg = overArg$1; -/** - * Removes `key` and its value from the stack. - * - * @private - * @name delete - * @memberOf Stack - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function stackDelete(key) { - var data = this.__data__, - result = data['delete'](key); - this.size = data.size; - return result; -} +var overArg = _overArg; +/* Built-in method references for those with the same name as other `lodash` methods. */ -var _stackDelete = stackDelete; +var nativeKeys$1 = overArg(Object.keys, Object); +var _nativeKeys = nativeKeys$1; -/** - * Gets the stack value for `key`. - * - * @private - * @name get - * @memberOf Stack - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ -function stackGet(key) { - return this.__data__.get(key); -} +var isPrototype = _isPrototype, + nativeKeys = _nativeKeys; +/** Used for built-in method references. */ -var _stackGet = stackGet; +var objectProto$2 = Object.prototype; +/** Used to check objects for own properties. */ +var hasOwnProperty$2 = objectProto$2.hasOwnProperty; /** - * Checks if a stack value for `key` exists. + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. * * @private - * @name has - * @memberOf Stack - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. */ -function stackHas(key) { - return this.__data__.has(key); + +function baseKeys$1(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + + var result = []; + + for (var key in Object(object)) { + if (hasOwnProperty$2.call(object, key) && key != 'constructor') { + result.push(key); + } + } + + return result; } -var _stackHas = stackHas; +var _baseKeys = baseKeys$1; +var isFunction = isFunction_1, + isLength$1 = isLength_1; /** - * Checks if `value` is the - * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) - * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. * * @static * @memberOf _ - * @since 0.1.0 + * @since 4.0.0 * @category Lang * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. * @example * - * _.isObject({}); + * _.isArrayLike([1, 2, 3]); * // => true * - * _.isObject([1, 2, 3]); + * _.isArrayLike(document.body.children); * // => true * - * _.isObject(_.noop); + * _.isArrayLike('abc'); * // => true * - * _.isObject(null); + * _.isArrayLike(_.noop); * // => false */ -function isObject(value) { - var type = typeof value; - return value != null && (type == 'object' || type == 'function'); -} -var isObject_1 = isObject; +function isArrayLike$2(value) { + return value != null && isLength$1(value.length) && !isFunction(value); +} -/** `Object#toString` result references. */ +var isArrayLike_1 = isArrayLike$2; -var asyncTag = '[object AsyncFunction]', - funcTag = '[object Function]', - genTag = '[object GeneratorFunction]', - proxyTag = '[object Proxy]'; +var arrayLikeKeys = _arrayLikeKeys, + baseKeys = _baseKeys, + isArrayLike$1 = isArrayLike_1; /** - * Checks if `value` is classified as a `Function` object. + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. * * @static - * @memberOf _ * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. * @example * - * _.isFunction(_); - * // => true + * function Foo() { + * this.a = 1; + * this.b = 2; + * } * - * _.isFunction(/abc/); - * // => false + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] */ -function isFunction(value) { - if (!isObject_1(value)) { - return false; - } // The use of `Object#toString` avoids issues with the `typeof` operator - // in Safari 9 which returns 'object' for typed arrays and other constructors. - - - var tag = _baseGetTag(value); - return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; +function keys$3(object) { + return isArrayLike$1(object) ? arrayLikeKeys(object) : baseKeys(object); } -var isFunction_1 = isFunction; - -/** Used to detect overreaching core-js shims. */ - -var coreJsData = _root['__core-js_shared__']; -var _coreJsData = coreJsData; +var keys_1 = keys$3; -/** Used to detect methods masquerading as native. */ - -var maskSrcKey = function () { - var uid = /[^.]+$/.exec(_coreJsData && _coreJsData.keys && _coreJsData.keys.IE_PROTO || ''); - return uid ? 'Symbol(src)_1.' + uid : ''; -}(); +var baseGetAllKeys = _baseGetAllKeys, + getSymbols = _getSymbols, + keys$2 = keys_1; /** - * Checks if `func` has its source masked. + * Creates an array of own enumerable property names and symbols of `object`. * * @private - * @param {Function} func The function to check. - * @returns {boolean} Returns `true` if `func` is masked, else `false`. + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. */ - -function isMasked(func) { - return !!maskSrcKey && maskSrcKey in func; +function getAllKeys$1(object) { + return baseGetAllKeys(object, keys$2, getSymbols); } -var _isMasked = isMasked; +var _getAllKeys = getAllKeys$1; + +var getAllKeys = _getAllKeys; +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG$3 = 1; /** Used for built-in method references. */ -var funcProto = Function.prototype; -/** Used to resolve the decompiled source of functions. */ -var funcToString = funcProto.toString; +var objectProto$1 = Object.prototype; +/** Used to check objects for own properties. */ + +var hasOwnProperty$1 = objectProto$1.hasOwnProperty; /** - * Converts `func` to its source code. + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. * * @private - * @param {Function} func The function to convert. - * @returns {string} Returns the source code. + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ -function toSource(func) { - if (func != null) { - try { - return funcToString.call(func); - } catch (e) {} +function equalObjects$1(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG$3, + objProps = getAllKeys(object), + objLength = objProps.length, + othProps = getAllKeys(other), + othLength = othProps.length; - try { - return func + ''; - } catch (e) {} + if (objLength != othLength && !isPartial) { + return false; } - return ''; -} + var index = objLength; -var _toSource = toSource; + while (index--) { + var key = objProps[index]; -/** - * Used to match `RegExp` - * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). - */ + if (!(isPartial ? key in other : hasOwnProperty$1.call(other, key))) { + return false; + } + } // Check that cyclic values are equal. -var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; -/** Used to detect host constructors (Safari). */ -var reIsHostCtor = /^\[object .+?Constructor\]$/; -/** Used for built-in method references. */ + var objStacked = stack.get(object); + var othStacked = stack.get(other); -var funcProto$1 = Function.prototype, - objectProto$3 = Object.prototype; -/** Used to resolve the decompiled source of functions. */ + if (objStacked && othStacked) { + return objStacked == other && othStacked == object; + } -var funcToString$1 = funcProto$1.toString; -/** Used to check objects for own properties. */ + var result = true; + stack.set(object, other); + stack.set(other, object); + var skipCtor = isPartial; -var hasOwnProperty$4 = objectProto$3.hasOwnProperty; -/** Used to detect if a method is native. */ + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; -var reIsNative = RegExp('^' + funcToString$1.call(hasOwnProperty$4).replace(reRegExpChar, '\\$&').replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'); -/** - * The base implementation of `_.isNative` without bad shim checks. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a native function, - * else `false`. - */ + if (customizer) { + var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(objValue, othValue, key, object, other, stack); + } // Recursively compare objects (susceptible to call stack limits). -function baseIsNative(value) { - if (!isObject_1(value) || _isMasked(value)) { - return false; + + if (!(compared === undefined ? objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack) : compared)) { + result = false; + break; + } + + skipCtor || (skipCtor = key == 'constructor'); } - var pattern = isFunction_1(value) ? reIsNative : reIsHostCtor; - return pattern.test(_toSource(value)); -} + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; // Non `Object` object instances with different constructors are not equal. -var _baseIsNative = baseIsNative; + if (objCtor != othCtor && 'constructor' in object && 'constructor' in other && !(typeof objCtor == 'function' && objCtor instanceof objCtor && typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } -/** - * Gets the value at `key` of `object`. - * - * @private - * @param {Object} [object] The object to query. - * @param {string} key The key of the property to get. - * @returns {*} Returns the property value. - */ -function getValue(object, key) { - return object == null ? undefined : object[key]; + stack['delete'](object); + stack['delete'](other); + return result; } -var _getValue = getValue; +var _equalObjects = equalObjects$1; -/** - * Gets the native function at `key` of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {string} key The key of the method to get. - * @returns {*} Returns the function if it's native, else `undefined`. - */ +var getNative$3 = _getNative, + root$3 = _root; +/* Built-in method references that are verified to be native. */ -function getNative(object, key) { - var value = _getValue(object, key); - return _baseIsNative(value) ? value : undefined; -} +var DataView$1 = getNative$3(root$3, 'DataView'); +var _DataView = DataView$1; + +var getNative$2 = _getNative, + root$2 = _root; +/* Built-in method references that are verified to be native. */ -var _getNative = getNative; +var Promise$2 = getNative$2(root$2, 'Promise'); +var _Promise = Promise$2; +var getNative$1 = _getNative, + root$1 = _root; /* Built-in method references that are verified to be native. */ -var Map$1 = _getNative(_root, 'Map'); -var _Map = Map$1; +var Set$3 = getNative$1(root$1, 'Set'); +var _Set = Set$3; +var getNative = _getNative, + root = _root; /* Built-in method references that are verified to be native. */ -var nativeCreate = _getNative(Object, 'create'); -var _nativeCreate = nativeCreate; +var WeakMap$2 = getNative(root, 'WeakMap'); +var _WeakMap = WeakMap$2; + +var DataView = _DataView, + Map$1 = _Map, + Promise$1 = _Promise, + Set$2 = _Set, + WeakMap$1 = _WeakMap, + baseGetTag$1 = _baseGetTag, + toSource = _toSource; +/** `Object#toString` result references. */ + +var mapTag = '[object Map]', + objectTag$1 = '[object Object]', + promiseTag = '[object Promise]', + setTag = '[object Set]', + weakMapTag = '[object WeakMap]'; +var dataViewTag = '[object DataView]'; +/** Used to detect maps, sets, and weakmaps. */ +var dataViewCtorString = toSource(DataView), + mapCtorString = toSource(Map$1), + promiseCtorString = toSource(Promise$1), + setCtorString = toSource(Set$2), + weakMapCtorString = toSource(WeakMap$1); /** - * Removes all key-value entries from the hash. + * Gets the `toStringTag` of `value`. * * @private - * @name clear - * @memberOf Hash + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. */ -function hashClear() { - this.__data__ = _nativeCreate ? _nativeCreate(null) : {}; - this.size = 0; -} +var getTag$1 = baseGetTag$1; // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. -var _hashClear = hashClear; +if (DataView && getTag$1(new DataView(new ArrayBuffer(1))) != dataViewTag || Map$1 && getTag$1(new Map$1()) != mapTag || Promise$1 && getTag$1(Promise$1.resolve()) != promiseTag || Set$2 && getTag$1(new Set$2()) != setTag || WeakMap$1 && getTag$1(new WeakMap$1()) != weakMapTag) { + getTag$1 = function (value) { + var result = baseGetTag$1(value), + Ctor = result == objectTag$1 ? value.constructor : undefined, + ctorString = Ctor ? toSource(Ctor) : ''; -/** - * Removes `key` and its value from the hash. - * - * @private - * @name delete - * @memberOf Hash - * @param {Object} hash The hash to modify. - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function hashDelete(key) { - var result = this.has(key) && delete this.__data__[key]; - this.size -= result ? 1 : 0; - return result; + if (ctorString) { + switch (ctorString) { + case dataViewCtorString: + return dataViewTag; + + case mapCtorString: + return mapTag; + + case promiseCtorString: + return promiseTag; + + case setCtorString: + return setTag; + + case weakMapCtorString: + return weakMapTag; + } + } + + return result; + }; } -var _hashDelete = hashDelete; +var _getTag = getTag$1; -/** Used to stand-in for `undefined` hash values. */ +var Stack$1 = _Stack, + equalArrays = _equalArrays, + equalByTag = _equalByTag, + equalObjects = _equalObjects, + getTag = _getTag, + isArray$6 = isArray_1, + isBuffer = isBuffer$2.exports, + isTypedArray = isTypedArray_1; +/** Used to compose bitmasks for value comparisons. */ -var HASH_UNDEFINED = '__lodash_hash_undefined__'; +var COMPARE_PARTIAL_FLAG$2 = 1; +/** `Object#toString` result references. */ + +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + objectTag = '[object Object]'; /** Used for built-in method references. */ -var objectProto$4 = Object.prototype; +var objectProto = Object.prototype; /** Used to check objects for own properties. */ -var hasOwnProperty$5 = objectProto$4.hasOwnProperty; +var hasOwnProperty = objectProto.hasOwnProperty; /** - * Gets the hash value for `key`. + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. * * @private - * @name get - * @memberOf Hash - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ -function hashGet(key) { - var data = this.__data__; +function baseIsEqualDeep$1(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray$6(object), + othIsArr = isArray$6(other), + objTag = objIsArr ? arrayTag : getTag(object), + othTag = othIsArr ? arrayTag : getTag(other); + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; - if (_nativeCreate) { - var result = data[key]; - return result === HASH_UNDEFINED ? undefined : result; - } + if (isSameTag && isBuffer(object)) { + if (!isBuffer(other)) { + return false; + } - return hasOwnProperty$5.call(data, key) ? data[key] : undefined; -} + objIsArr = true; + objIsObj = false; + } -var _hashGet = hashGet; + if (isSameTag && !objIsObj) { + stack || (stack = new Stack$1()); + return objIsArr || isTypedArray(object) ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + } -/** Used for built-in method references. */ + if (!(bitmask & COMPARE_PARTIAL_FLAG$2)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); -var objectProto$5 = Object.prototype; -/** Used to check objects for own properties. */ + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + stack || (stack = new Stack$1()); + return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + } + } -var hasOwnProperty$6 = objectProto$5.hasOwnProperty; -/** - * Checks if a hash value for `key` exists. - * - * @private - * @name has - * @memberOf Hash - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ + if (!isSameTag) { + return false; + } -function hashHas(key) { - var data = this.__data__; - return _nativeCreate ? data[key] !== undefined : hasOwnProperty$6.call(data, key); + stack || (stack = new Stack$1()); + return equalObjects(object, other, bitmask, customizer, equalFunc, stack); } -var _hashHas = hashHas; - -/** Used to stand-in for `undefined` hash values. */ +var _baseIsEqualDeep = baseIsEqualDeep$1; -var HASH_UNDEFINED$1 = '__lodash_hash_undefined__'; +var baseIsEqualDeep = _baseIsEqualDeep, + isObjectLike$1 = isObjectLike_1; /** - * Sets the hash `key` to `value`. + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. * * @private - * @name set - * @memberOf Hash - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the hash instance. + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. */ -function hashSet(key, value) { - var data = this.__data__; - this.size += this.has(key) ? 0 : 1; - data[key] = _nativeCreate && value === undefined ? HASH_UNDEFINED$1 : value; - return this; +function baseIsEqual$2(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + + if (value == null || other == null || !isObjectLike$1(value) && !isObjectLike$1(other)) { + return value !== value && other !== other; + } + + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual$2, stack); } -var _hashSet = hashSet; +var _baseIsEqual = baseIsEqual$2; + +var Stack = _Stack, + baseIsEqual$1 = _baseIsEqual; +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG$1 = 1, + COMPARE_UNORDERED_FLAG$1 = 2; /** - * Creates a hash object. + * The base implementation of `_.isMatch` without support for iteratee shorthands. * * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Array} matchData The property names, values, and compare flags to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. */ -function Hash(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - this.clear(); +function baseIsMatch$1(object, source, matchData, customizer) { + var index = matchData.length, + length = index, + noCustomizer = !customizer; - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); + if (object == null) { + return !length; } -} // Add methods to `Hash`. + object = Object(object); -Hash.prototype.clear = _hashClear; -Hash.prototype['delete'] = _hashDelete; -Hash.prototype.get = _hashGet; -Hash.prototype.has = _hashHas; -Hash.prototype.set = _hashSet; -var _Hash = Hash; + while (index--) { + var data = matchData[index]; -/** - * Removes all key-value entries from the map. - * - * @private - * @name clear - * @memberOf MapCache - */ + if (noCustomizer && data[2] ? data[1] !== object[data[0]] : !(data[0] in object)) { + return false; + } + } -function mapCacheClear() { - this.size = 0; - this.__data__ = { - 'hash': new _Hash(), - 'map': new (_Map || _ListCache)(), - 'string': new _Hash() - }; -} + while (++index < length) { + data = matchData[index]; + var key = data[0], + objValue = object[key], + srcValue = data[1]; + + if (noCustomizer && data[2]) { + if (objValue === undefined && !(key in object)) { + return false; + } + } else { + var stack = new Stack(); -var _mapCacheClear = mapCacheClear; + if (customizer) { + var result = customizer(objValue, srcValue, key, object, source, stack); + } -/** - * Checks if `value` is suitable for use as unique object key. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is suitable, else `false`. - */ -function isKeyable(value) { - var type = typeof value; - return type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean' ? value !== '__proto__' : value === null; + if (!(result === undefined ? baseIsEqual$1(srcValue, objValue, COMPARE_PARTIAL_FLAG$1 | COMPARE_UNORDERED_FLAG$1, customizer, stack) : result)) { + return false; + } + } + } + + return true; } -var _isKeyable = isKeyable; +var _baseIsMatch = baseIsMatch$1; +var isObject$2 = isObject_1; /** - * Gets the data for `map`. + * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. * * @private - * @param {Object} map The map to query. - * @param {string} key The reference key. - * @returns {*} Returns the map data. + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` if suitable for strict + * equality comparisons, else `false`. */ -function getMapData(map, key) { - var data = map.__data__; - return _isKeyable(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map; +function isStrictComparable$2(value) { + return value === value && !isObject$2(value); } -var _getMapData = getMapData; +var _isStrictComparable = isStrictComparable$2; +var isStrictComparable$1 = _isStrictComparable, + keys$1 = keys_1; /** - * Removes `key` and its value from the map. + * Gets the property names, values, and compare flags of `object`. * * @private - * @name delete - * @memberOf MapCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. + * @param {Object} object The object to query. + * @returns {Array} Returns the match data of `object`. */ -function mapCacheDelete(key) { - var result = _getMapData(this, key)['delete'](key); - this.size -= result ? 1 : 0; +function getMatchData$1(object) { + var result = keys$1(object), + length = result.length; + + while (length--) { + var key = result[length], + value = object[key]; + result[length] = [key, value, isStrictComparable$1(value)]; + } + return result; } -var _mapCacheDelete = mapCacheDelete; +var _getMatchData = getMatchData$1; /** - * Gets the map value for `key`. + * A specialized version of `matchesProperty` for source values suitable + * for strict equality comparisons, i.e. `===`. * * @private - * @name get - * @memberOf MapCache - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. + * @param {string} key The key of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. */ -function mapCacheGet(key) { - return _getMapData(this, key).get(key); +function matchesStrictComparable$2(key, srcValue) { + return function (object) { + if (object == null) { + return false; + } + + return object[key] === srcValue && (srcValue !== undefined || key in Object(object)); + }; } -var _mapCacheGet = mapCacheGet; +var _matchesStrictComparable = matchesStrictComparable$2; +var baseIsMatch = _baseIsMatch, + getMatchData = _getMatchData, + matchesStrictComparable$1 = _matchesStrictComparable; /** - * Checks if a map value for `key` exists. + * The base implementation of `_.matches` which doesn't clone `source`. * * @private - * @name has - * @memberOf MapCache - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. */ -function mapCacheHas(key) { - return _getMapData(this, key).has(key); +function baseMatches$1(source) { + var matchData = getMatchData(source); + + if (matchData.length == 1 && matchData[0][2]) { + return matchesStrictComparable$1(matchData[0][0], matchData[0][1]); + } + + return function (object) { + return object === source || baseIsMatch(object, source, matchData); + }; } -var _mapCacheHas = mapCacheHas; +var _baseMatches = baseMatches$1; + +var baseGetTag = _baseGetTag, + isObjectLike = isObjectLike_1; +/** `Object#toString` result references. */ +var symbolTag = '[object Symbol]'; /** - * Sets the map `key` to `value`. + * Checks if `value` is classified as a `Symbol` primitive or object. * - * @private - * @name set - * @memberOf MapCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the map cache instance. + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false */ -function mapCacheSet(key, value) { - var data = _getMapData(this, key), - size = data.size; - data.set(key, value); - this.size += data.size == size ? 0 : 1; - return this; +function isSymbol$3(value) { + return typeof value == 'symbol' || isObjectLike(value) && baseGetTag(value) == symbolTag; } -var _mapCacheSet = mapCacheSet; +var isSymbol_1 = isSymbol$3; + +var isArray$5 = isArray_1, + isSymbol$2 = isSymbol_1; +/** Used to match property names within property paths. */ +var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, + reIsPlainProp = /^\w*$/; /** - * Creates a map cache object to store key-value pairs. + * Checks if `value` is a property name and not a property path. * * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. + * @param {*} value The value to check. + * @param {Object} [object] The object to query keys on. + * @returns {boolean} Returns `true` if `value` is a property name, else `false`. */ -function MapCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - this.clear(); +function isKey$3(value, object) { + if (isArray$5(value)) { + return false; + } - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); + var type = typeof value; + + if (type == 'number' || type == 'symbol' || type == 'boolean' || value == null || isSymbol$2(value)) { + return true; } -} // Add methods to `MapCache`. + return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || object != null && value in Object(object); +} -MapCache.prototype.clear = _mapCacheClear; -MapCache.prototype['delete'] = _mapCacheDelete; -MapCache.prototype.get = _mapCacheGet; -MapCache.prototype.has = _mapCacheHas; -MapCache.prototype.set = _mapCacheSet; -var _MapCache = MapCache; +var _isKey = isKey$3; -/** Used as the size to enable large array optimizations. */ +var MapCache = _MapCache; +/** Error message constants. */ -var LARGE_ARRAY_SIZE = 200; +var FUNC_ERROR_TEXT = 'Expected a function'; /** - * Sets the stack `key` to `value`. + * Creates a function that memoizes the result of `func`. If `resolver` is + * provided, it determines the cache key for storing the result based on the + * arguments provided to the memoized function. By default, the first argument + * provided to the memoized function is used as the map cache key. The `func` + * is invoked with the `this` binding of the memoized function. * - * @private - * @name set - * @memberOf Stack - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the stack cache instance. + * **Note:** The cache is exposed as the `cache` property on the memoized + * function. Its creation may be customized by replacing the `_.memoize.Cache` + * constructor with one whose instances implement the + * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) + * method interface of `clear`, `delete`, `get`, `has`, and `set`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to have its output memoized. + * @param {Function} [resolver] The function to resolve the cache key. + * @returns {Function} Returns the new memoized function. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * var other = { 'c': 3, 'd': 4 }; + * + * var values = _.memoize(_.values); + * values(object); + * // => [1, 2] + * + * values(other); + * // => [3, 4] + * + * object.a = 2; + * values(object); + * // => [1, 2] + * + * // Modify the result cache. + * values.cache.set(object, ['a', 'b']); + * values(object); + * // => ['a', 'b'] + * + * // Replace `_.memoize.Cache`. + * _.memoize.Cache = WeakMap; */ -function stackSet(key, value) { - var data = this.__data__; +function memoize$1(func, resolver) { + if (typeof func != 'function' || resolver != null && typeof resolver != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } - if (data instanceof _ListCache) { - var pairs = data.__data__; + var memoized = function () { + var args = arguments, + key = resolver ? resolver.apply(this, args) : args[0], + cache = memoized.cache; - if (!_Map || pairs.length < LARGE_ARRAY_SIZE - 1) { - pairs.push([key, value]); - this.size = ++data.size; - return this; + if (cache.has(key)) { + return cache.get(key); } - data = this.__data__ = new _MapCache(pairs); - } - - data.set(key, value); - this.size = data.size; - return this; -} - -var _stackSet = stackSet; + var result = func.apply(this, args); + memoized.cache = cache.set(key, result) || cache; + return result; + }; -/** - * Creates a stack cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ + memoized.cache = new (memoize$1.Cache || MapCache)(); + return memoized; +} // Expose `MapCache`. -function Stack(entries) { - var data = this.__data__ = new _ListCache(entries); - this.size = data.size; -} // Add methods to `Stack`. +memoize$1.Cache = MapCache; +var memoize_1 = memoize$1; -Stack.prototype.clear = _stackClear; -Stack.prototype['delete'] = _stackDelete; -Stack.prototype.get = _stackGet; -Stack.prototype.has = _stackHas; -Stack.prototype.set = _stackSet; -var _Stack = Stack; +var memoize = memoize_1; +/** Used as the maximum memoize cache size. */ -/** Used to stand-in for `undefined` hash values. */ -var HASH_UNDEFINED$2 = '__lodash_hash_undefined__'; +var MAX_MEMOIZE_SIZE = 500; /** - * Adds `value` to the array cache. + * A specialized version of `_.memoize` which clears the memoized function's + * cache when it exceeds `MAX_MEMOIZE_SIZE`. * * @private - * @name add - * @memberOf SetCache - * @alias push - * @param {*} value The value to cache. - * @returns {Object} Returns the cache instance. + * @param {Function} func The function to have its output memoized. + * @returns {Function} Returns the new memoized function. */ -function setCacheAdd(value) { - this.__data__.set(value, HASH_UNDEFINED$2); +function memoizeCapped$1(func) { + var result = memoize(func, function (key) { + if (cache.size === MAX_MEMOIZE_SIZE) { + cache.clear(); + } - return this; + return key; + }); + var cache = result.cache; + return result; } -var _setCacheAdd = setCacheAdd; +var _memoizeCapped = memoizeCapped$1; +var memoizeCapped = _memoizeCapped; +/** Used to match property names within property paths. */ + +var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; +/** Used to match backslashes in property paths. */ + +var reEscapeChar = /\\(\\)?/g; /** - * Checks if `value` is in the array cache. + * Converts `string` to a property path array. * * @private - * @name has - * @memberOf SetCache - * @param {*} value The value to search for. - * @returns {number} Returns `true` if `value` is found, else `false`. + * @param {string} string The string to convert. + * @returns {Array} Returns the property path array. */ -function setCacheHas(value) { - return this.__data__.has(value); -} -var _setCacheHas = setCacheHas; +var stringToPath$1 = memoizeCapped(function (string) { + var result = []; + + if (string.charCodeAt(0) === 46 + /* . */ + ) { + result.push(''); + } + + string.replace(rePropName, function (match, number, quote, subString) { + result.push(quote ? subString.replace(reEscapeChar, '$1') : number || match); + }); + return result; +}); +var _stringToPath = stringToPath$1; /** - * - * Creates an array cache object to store unique values. + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. * * @private - * @constructor - * @param {Array} [values] The values to cache. + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. */ -function SetCache(values) { +function arrayMap$1(array, iteratee) { var index = -1, - length = values == null ? 0 : values.length; - this.__data__ = new _MapCache(); + length = array == null ? 0 : array.length, + result = Array(length); while (++index < length) { - this.add(values[index]); + result[index] = iteratee(array[index], index, array); } -} // Add methods to `SetCache`. + return result; +} + +var _arrayMap = arrayMap$1; + +var Symbol$1 = _Symbol, + arrayMap = _arrayMap, + isArray$4 = isArray_1, + isSymbol$1 = isSymbol_1; +/** Used as references for various `Number` constants. */ -SetCache.prototype.add = SetCache.prototype.push = _setCacheAdd; -SetCache.prototype.has = _setCacheHas; -var _SetCache = SetCache; +var INFINITY$2 = 1 / 0; +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol$1 ? Symbol$1.prototype : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; /** - * A specialized version of `_.some` for arrays without support for iteratee - * shorthands. + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. * * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. + * @param {*} value The value to process. + * @returns {string} Returns the string. */ -function arraySome(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length; - while (++index < length) { - if (predicate(array[index], index, array)) { - return true; - } +function baseToString$1(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; } - return false; + if (isArray$4(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString$1) + ''; + } + + if (isSymbol$1(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + + var result = value + ''; + return result == '0' && 1 / value == -INFINITY$2 ? '-0' : result; } -var _arraySome = arraySome; +var _baseToString = baseToString$1; +var baseToString = _baseToString; /** - * Checks if a `cache` value for `key` exists. + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. * - * @private - * @param {Object} cache The cache to query. - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' */ -function cacheHas(cache, key) { - return cache.has(key); -} -var _cacheHas = cacheHas; +function toString$1(value) { + return value == null ? '' : baseToString(value); +} -/** Used to compose bitmasks for value comparisons. */ +var toString_1 = toString$1; -var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; +var isArray$3 = isArray_1, + isKey$2 = _isKey, + stringToPath = _stringToPath, + toString = toString_1; /** - * A specialized version of `baseIsEqualDeep` for arrays with support for - * partial deep comparisons. + * Casts `value` to a path array if it's not one. * * @private - * @param {Array} array The array to compare. - * @param {Array} other The other array to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `array` and `other` objects. - * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + * @param {*} value The value to inspect. + * @param {Object} [object] The object to query keys on. + * @returns {Array} Returns the cast property path array. */ -function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - arrLength = array.length, - othLength = other.length; - - if (arrLength != othLength && !(isPartial && othLength > arrLength)) { - return false; - } // Check that cyclic values are equal. +function castPath$2(value, object) { + if (isArray$3(value)) { + return value; + } + return isKey$2(value, object) ? [value] : stringToPath(toString(value)); +} - var arrStacked = stack.get(array); - var othStacked = stack.get(other); +var _castPath = castPath$2; - if (arrStacked && othStacked) { - return arrStacked == other && othStacked == array; - } +var isSymbol = isSymbol_1; +/** Used as references for various `Number` constants. */ - var index = -1, - result = true, - seen = bitmask & COMPARE_UNORDERED_FLAG ? new _SetCache() : undefined; - stack.set(array, other); - stack.set(other, array); // Ignore non-index properties. +var INFINITY$1 = 1 / 0; +/** + * Converts `value` to a string key if it's not a string or symbol. + * + * @private + * @param {*} value The value to inspect. + * @returns {string|symbol} Returns the key. + */ - while (++index < arrLength) { - var arrValue = array[index], - othValue = other[index]; +function toKey$4(value) { + if (typeof value == 'string' || isSymbol(value)) { + return value; + } - if (customizer) { - var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack); - } + var result = value + ''; + return result == '0' && 1 / value == -INFINITY$1 ? '-0' : result; +} - if (compared !== undefined) { - if (compared) { - continue; - } +var _toKey = toKey$4; - result = false; - break; - } // Recursively compare arrays (susceptible to call stack limits). +var castPath$1 = _castPath, + toKey$3 = _toKey; +/** + * The base implementation of `_.get` without support for default values. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @returns {*} Returns the resolved value. + */ +function baseGet$2(object, path) { + path = castPath$1(path, object); + var index = 0, + length = path.length; - if (seen) { - if (!_arraySome(other, function (othValue, othIndex) { - if (!_cacheHas(seen, othIndex) && (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { - return seen.push(othIndex); - } - })) { - result = false; - break; - } - } else if (!(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { - result = false; - break; - } + while (object != null && index < length) { + object = object[toKey$3(path[index++])]; } - stack['delete'](array); - stack['delete'](other); - return result; -} - -var _equalArrays = equalArrays; - -/** Built-in value references. */ + return index && index == length ? object : undefined; +} -var Uint8Array = _root.Uint8Array; -var _Uint8Array = Uint8Array; +var _baseGet = baseGet$2; +var baseGet$1 = _baseGet; /** - * Converts `map` to its key-value pairs. + * Gets the value at `path` of `object`. If the resolved value is + * `undefined`, the `defaultValue` is returned in its place. * - * @private - * @param {Object} map The map to convert. - * @returns {Array} Returns the key-value pairs. + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.get(object, 'a[0].b.c'); + * // => 3 + * + * _.get(object, ['a', '0', 'b', 'c']); + * // => 3 + * + * _.get(object, 'a.b.c', 'default'); + * // => 'default' */ -function mapToArray(map) { - var index = -1, - result = Array(map.size); - map.forEach(function (value, key) { - result[++index] = [key, value]; - }); - return result; + +function get$1(object, path, defaultValue) { + var result = object == null ? undefined : baseGet$1(object, path); + return result === undefined ? defaultValue : result; } -var _mapToArray = mapToArray; +var get_1 = get$1; /** - * Converts `set` to an array of its values. + * The base implementation of `_.hasIn` without support for deep paths. * * @private - * @param {Object} set The set to convert. - * @returns {Array} Returns the values. + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. */ -function setToArray(set) { - var index = -1, - result = Array(set.size); - set.forEach(function (value) { - result[++index] = value; - }); - return result; -} - -var _setToArray = setToArray; - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG$1 = 1, - COMPARE_UNORDERED_FLAG$1 = 2; -/** `Object#toString` result references. */ +function baseHasIn$1(object, key) { + return object != null && key in Object(object); +} -var boolTag = '[object Boolean]', - dateTag = '[object Date]', - errorTag = '[object Error]', - mapTag = '[object Map]', - numberTag = '[object Number]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - symbolTag = '[object Symbol]'; -var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]'; -/** Used to convert symbols to primitives and strings. */ +var _baseHasIn = baseHasIn$1; -var symbolProto = _Symbol ? _Symbol.prototype : undefined, - symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; +var castPath = _castPath, + isArguments = isArguments_1, + isArray$2 = isArray_1, + isIndex = _isIndex, + isLength = isLength_1, + toKey$2 = _toKey; /** - * A specialized version of `baseIsEqualDeep` for comparing objects of - * the same `toStringTag`. - * - * **Note:** This function only supports comparing values with tags of - * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * Checks if `path` exists on `object`. * * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {string} tag The `toStringTag` of the objects to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @param {Function} hasFunc The function to check properties. + * @returns {boolean} Returns `true` if `path` exists, else `false`. */ -function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { - switch (tag) { - case dataViewTag: - if (object.byteLength != other.byteLength || object.byteOffset != other.byteOffset) { - return false; - } - - object = object.buffer; - other = other.buffer; +function hasPath$1(object, path, hasFunc) { + path = castPath(path, object); + var index = -1, + length = path.length, + result = false; - case arrayBufferTag: - if (object.byteLength != other.byteLength || !equalFunc(new _Uint8Array(object), new _Uint8Array(other))) { - return false; - } + while (++index < length) { + var key = toKey$2(path[index]); - return true; + if (!(result = object != null && hasFunc(object, key))) { + break; + } - case boolTag: - case dateTag: - case numberTag: - // Coerce booleans to `1` or `0` and dates to milliseconds. - // Invalid dates are coerced to `NaN`. - return eq_1(+object, +other); + object = object[key]; + } - case errorTag: - return object.name == other.name && object.message == other.message; + if (result || ++index != length) { + return result; + } - case regexpTag: - case stringTag: - // Coerce regexes to strings and treat strings, primitives and objects, - // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring - // for more details. - return object == other + ''; + length = object == null ? 0 : object.length; + return !!length && isLength(length) && isIndex(key, length) && (isArray$2(object) || isArguments(object)); +} - case mapTag: - var convert = _mapToArray; +var _hasPath = hasPath$1; - case setTag: - var isPartial = bitmask & COMPARE_PARTIAL_FLAG$1; - convert || (convert = _setToArray); +var baseHasIn = _baseHasIn, + hasPath = _hasPath; +/** + * Checks if `path` is a direct or inherited property of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.hasIn(object, 'a'); + * // => true + * + * _.hasIn(object, 'a.b'); + * // => true + * + * _.hasIn(object, ['a', 'b']); + * // => true + * + * _.hasIn(object, 'b'); + * // => false + */ - if (object.size != other.size && !isPartial) { - return false; - } // Assume cyclic values are equal. +function hasIn$1(object, path) { + return object != null && hasPath(object, path, baseHasIn); +} +var hasIn_1 = hasIn$1; - var stacked = stack.get(object); +var baseIsEqual = _baseIsEqual, + get = get_1, + hasIn = hasIn_1, + isKey$1 = _isKey, + isStrictComparable = _isStrictComparable, + matchesStrictComparable = _matchesStrictComparable, + toKey$1 = _toKey; +/** Used to compose bitmasks for value comparisons. */ - if (stacked) { - return stacked == other; - } +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; +/** + * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. + * + * @private + * @param {string} path The path of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ - bitmask |= COMPARE_UNORDERED_FLAG$1; // Recursively compare objects (susceptible to call stack limits). +function baseMatchesProperty$1(path, srcValue) { + if (isKey$1(path) && isStrictComparable(srcValue)) { + return matchesStrictComparable(toKey$1(path), srcValue); + } - stack.set(object, other); - var result = _equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); - stack['delete'](object); - return result; + return function (object) { + var objValue = get(object, path); + return objValue === undefined && objValue === srcValue ? hasIn(object, path) : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); + }; +} - case symbolTag: - if (symbolValueOf) { - return symbolValueOf.call(object) == symbolValueOf.call(other); - } +var _baseMatchesProperty = baseMatchesProperty$1; - } +/** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ - return false; +function identity$3(value) { + return value; } -var _equalByTag = equalByTag; +var identity_1 = identity$3; /** - * The base implementation of `getAllKeys` and `getAllKeysIn` which uses - * `keysFunc` and `symbolsFunc` to get the enumerable property names and - * symbols of `object`. + * The base implementation of `_.property` without support for deep paths. * * @private - * @param {Object} object The object to query. - * @param {Function} keysFunc The function to get the keys of `object`. - * @param {Function} symbolsFunc The function to get the symbols of `object`. - * @returns {Array} Returns the array of property names and symbols. + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. */ -function baseGetAllKeys(object, keysFunc, symbolsFunc) { - var result = keysFunc(object); - return isArray_1(object) ? result : _arrayPush(result, symbolsFunc(object)); +function baseProperty$1(key) { + return function (object) { + return object == null ? undefined : object[key]; + }; } -var _baseGetAllKeys = baseGetAllKeys; +var _baseProperty = baseProperty$1; +var baseGet = _baseGet; /** - * A specialized version of `_.filter` for arrays without support for - * iteratee shorthands. + * A specialized version of `baseProperty` which supports deep paths. * * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {Array} Returns the new filtered array. + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. */ -function arrayFilter(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - - if (predicate(value, index, array)) { - result[resIndex++] = value; - } - } - return result; +function basePropertyDeep$1(path) { + return function (object) { + return baseGet(object, path); + }; } -var _arrayFilter = arrayFilter; +var _basePropertyDeep = basePropertyDeep$1; +var baseProperty = _baseProperty, + basePropertyDeep = _basePropertyDeep, + isKey = _isKey, + toKey = _toKey; /** - * This method returns a new empty array. + * Creates a function that returns the value at `path` of a given object. * * @static * @memberOf _ - * @since 4.13.0 + * @since 2.4.0 * @category Util - * @returns {Array} Returns the new empty array. + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. * @example * - * var arrays = _.times(2, _.stubArray); + * var objects = [ + * { 'a': { 'b': 2 } }, + * { 'a': { 'b': 1 } } + * ]; * - * console.log(arrays); - * // => [[], []] + * _.map(objects, _.property('a.b')); + * // => [2, 1] * - * console.log(arrays[0] === arrays[1]); - * // => false + * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); + * // => [1, 2] */ -function stubArray() { - return []; -} - -var stubArray_1 = stubArray; -/** Used for built-in method references. */ - -var objectProto$6 = Object.prototype; -/** Built-in value references. */ +function property$2(path) { + return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path); +} -var propertyIsEnumerable$1 = objectProto$6.propertyIsEnumerable; -/* Built-in method references for those with the same name as other `lodash` methods. */ +var property_1 = property$2; -var nativeGetSymbols = Object.getOwnPropertySymbols; +var baseMatches = _baseMatches, + baseMatchesProperty = _baseMatchesProperty, + identity$2 = identity_1, + isArray$1 = isArray_1, + property$1 = property_1; /** - * Creates an array of the own enumerable symbols of `object`. + * The base implementation of `_.iteratee`. * * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of symbols. + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. */ -var getSymbols = !nativeGetSymbols ? stubArray_1 : function (object) { - if (object == null) { - return []; +function baseIteratee$2(value) { + // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. + // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. + if (typeof value == 'function') { + return value; } - object = Object(object); - return _arrayFilter(nativeGetSymbols(object), function (symbol) { - return propertyIsEnumerable$1.call(object, symbol); - }); -}; -var _getSymbols = getSymbols; + if (value == null) { + return identity$2; + } + + if (typeof value == 'object') { + return isArray$1(value) ? baseMatchesProperty(value[0], value[1]) : baseMatches(value); + } + + return property$1(value); +} + +var _baseIteratee = baseIteratee$2; /** - * The base implementation of `_.times` without support for iteratee shorthands - * or max array length checks. + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. * * @private - * @param {number} n The number of times to invoke `iteratee`. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the array of results. + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. */ -function baseTimes(n, iteratee) { - var index = -1, - result = Array(n); - while (++index < n) { - result[index] = iteratee(index); +function baseFindIndex$1(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while (fromRight ? index-- : ++index < length) { + if (predicate(array[index], index, array)) { + return index; + } } - return result; + return -1; } -var _baseTimes = baseTimes; +var _baseFindIndex = baseFindIndex$1; /** - * This method returns `false`. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {boolean} Returns `false`. - * @example + * The base implementation of `_.isNaN` without support for number objects. * - * _.times(2, _.stubFalse); - * // => [false, false] + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. */ -function stubFalse() { - return false; + +function baseIsNaN$1(value) { + return value !== value; } -var stubFalse_1 = stubFalse; +var _baseIsNaN = baseIsNaN$1; -var isBuffer_1 = createCommonjsModule(function (module, exports) { - /** Detect free variable `exports`. */ - var freeExports = exports && !exports.nodeType && exports; - /** Detect free variable `module`. */ +/** + * A specialized version of `_.indexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ - var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module; - /** Detect the popular CommonJS extension `module.exports`. */ +function strictIndexOf$1(array, value, fromIndex) { + var index = fromIndex - 1, + length = array.length; - var moduleExports = freeModule && freeModule.exports === freeExports; - /** Built-in value references. */ + while (++index < length) { + if (array[index] === value) { + return index; + } + } - var Buffer = moduleExports ? _root.Buffer : undefined; - /* Built-in method references for those with the same name as other `lodash` methods. */ + return -1; +} - var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; - /** - * Checks if `value` is a buffer. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. - * @example - * - * _.isBuffer(new Buffer(2)); - * // => true - * - * _.isBuffer(new Uint8Array(2)); - * // => false - */ +var _strictIndexOf = strictIndexOf$1; - var isBuffer = nativeIsBuffer || stubFalse_1; - module.exports = isBuffer; -}); +var baseFindIndex = _baseFindIndex, + baseIsNaN = _baseIsNaN, + strictIndexOf = _strictIndexOf; +/** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER$2 = 9007199254740991; -/** Used to detect unsigned integer values. */ +function baseIndexOf$1(array, value, fromIndex) { + return value === value ? strictIndexOf(array, value, fromIndex) : baseFindIndex(array, baseIsNaN, fromIndex); +} -var reIsUint = /^(?:0|[1-9]\d*)$/; +var _baseIndexOf = baseIndexOf$1; + +var baseIndexOf = _baseIndexOf; /** - * Checks if `value` is a valid array-like index. + * A specialized version of `_.includes` for arrays without support for + * specifying an index to search from. * * @private - * @param {*} value The value to check. - * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. - * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @returns {boolean} Returns `true` if `target` is found, else `false`. */ -function isIndex(value, length) { - var type = typeof value; - length = length == null ? MAX_SAFE_INTEGER$2 : length; - return !!length && (type == 'number' || type != 'symbol' && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length; +function arrayIncludes$1(array, value) { + var length = array == null ? 0 : array.length; + return !!length && baseIndexOf(array, value, 0) > -1; } -var _isIndex = isIndex; +var _arrayIncludes = arrayIncludes$1; -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER$3 = 9007199254740991; /** - * Checks if `value` is a valid array-like length. + * This function is like `arrayIncludes` except that it accepts a comparator. * - * **Note:** This method is loosely based on - * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @param {Function} comparator The comparator invoked per element. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + +function arrayIncludesWith$1(array, value, comparator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (comparator(value, array[index])) { + return true; + } + } + + return false; +} + +var _arrayIncludesWith = arrayIncludesWith$1; + +/** + * This method returns `undefined`. * * @static * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @since 2.3.0 + * @category Util * @example * - * _.isLength(3); - * // => true - * - * _.isLength(Number.MIN_VALUE); - * // => false - * - * _.isLength(Infinity); - * // => false - * - * _.isLength('3'); - * // => false + * _.times(2, _.noop); + * // => [undefined, undefined] */ -function isLength(value) { - return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER$3; +function noop$2() {// No operation performed. } -var isLength_1 = isLength; - -/** `Object#toString` result references. */ +var noop_1 = noop$2; -var argsTag$1 = '[object Arguments]', - arrayTag = '[object Array]', - boolTag$1 = '[object Boolean]', - dateTag$1 = '[object Date]', - errorTag$1 = '[object Error]', - funcTag$1 = '[object Function]', - mapTag$1 = '[object Map]', - numberTag$1 = '[object Number]', - objectTag = '[object Object]', - regexpTag$1 = '[object RegExp]', - setTag$1 = '[object Set]', - stringTag$1 = '[object String]', - weakMapTag = '[object WeakMap]'; -var arrayBufferTag$1 = '[object ArrayBuffer]', - dataViewTag$1 = '[object DataView]', - float32Tag = '[object Float32Array]', - float64Tag = '[object Float64Array]', - int8Tag = '[object Int8Array]', - int16Tag = '[object Int16Array]', - int32Tag = '[object Int32Array]', - uint8Tag = '[object Uint8Array]', - uint8ClampedTag = '[object Uint8ClampedArray]', - uint16Tag = '[object Uint16Array]', - uint32Tag = '[object Uint32Array]'; -/** Used to identify `toStringTag` values of typed arrays. */ +var Set$1 = _Set, + noop$1 = noop_1, + setToArray$1 = _setToArray; +/** Used as references for various `Number` constants. */ -var typedArrayTags = {}; -typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = typedArrayTags[uint32Tag] = true; -typedArrayTags[argsTag$1] = typedArrayTags[arrayTag] = typedArrayTags[arrayBufferTag$1] = typedArrayTags[boolTag$1] = typedArrayTags[dataViewTag$1] = typedArrayTags[dateTag$1] = typedArrayTags[errorTag$1] = typedArrayTags[funcTag$1] = typedArrayTags[mapTag$1] = typedArrayTags[numberTag$1] = typedArrayTags[objectTag] = typedArrayTags[regexpTag$1] = typedArrayTags[setTag$1] = typedArrayTags[stringTag$1] = typedArrayTags[weakMapTag] = false; +var INFINITY = 1 / 0; /** - * The base implementation of `_.isTypedArray` without Node.js optimizations. + * Creates a set object of `values`. * * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @param {Array} values The values to add to the set. + * @returns {Object} Returns the new set. */ -function baseIsTypedArray(value) { - return isObjectLike_1(value) && isLength_1(value.length) && !!typedArrayTags[_baseGetTag(value)]; -} +var createSet$1 = !(Set$1 && 1 / setToArray$1(new Set$1([, -0]))[1] == INFINITY) ? noop$1 : function (values) { + return new Set$1(values); +}; +var _createSet = createSet$1; -var _baseIsTypedArray = baseIsTypedArray; +var SetCache = _SetCache, + arrayIncludes = _arrayIncludes, + arrayIncludesWith = _arrayIncludesWith, + cacheHas = _cacheHas, + createSet = _createSet, + setToArray = _setToArray; +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; /** - * The base implementation of `_.unary` without support for storing metadata. + * The base implementation of `_.uniqBy` without support for iteratee shorthands. * * @private - * @param {Function} func The function to cap arguments for. - * @returns {Function} Returns the new capped function. + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. */ -function baseUnary(func) { - return function (value) { - return func(value); - }; -} -var _baseUnary = baseUnary; +function baseUniq$1(array, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + length = array.length, + isCommon = true, + result = [], + seen = result; -var _nodeUtil = createCommonjsModule(function (module, exports) { - /** Detect free variable `exports`. */ - var freeExports = exports && !exports.nodeType && exports; - /** Detect free variable `module`. */ + if (comparator) { + isCommon = false; + includes = arrayIncludesWith; + } else if (length >= LARGE_ARRAY_SIZE) { + var set = iteratee ? null : createSet(array); - var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module; - /** Detect the popular CommonJS extension `module.exports`. */ + if (set) { + return setToArray(set); + } + + isCommon = false; + includes = cacheHas; + seen = new SetCache(); + } else { + seen = iteratee ? [] : result; + } - var moduleExports = freeModule && freeModule.exports === freeExports; - /** Detect free variable `process` from Node.js. */ + outer: while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + value = comparator || value !== 0 ? value : 0; - var freeProcess = moduleExports && _freeGlobal.process; - /** Used to access faster Node.js helpers. */ + if (isCommon && computed === computed) { + var seenIndex = seen.length; - var nodeUtil = function () { - try { - // Use `util.types` for Node.js 10+. - var types = freeModule && freeModule.require && freeModule.require('util').types; + while (seenIndex--) { + if (seen[seenIndex] === computed) { + continue outer; + } + } - if (types) { - return types; - } // Legacy `process.binding('util')` for Node.js < 10. + if (iteratee) { + seen.push(computed); + } + result.push(value); + } else if (!includes(seen, computed, comparator)) { + if (seen !== result) { + seen.push(computed); + } - return freeProcess && freeProcess.binding && freeProcess.binding('util'); - } catch (e) {} - }(); + result.push(value); + } + } - module.exports = nodeUtil; -}); + return result; +} -/* Node.js helper references. */ +var _baseUniq = baseUniq$1; -var nodeIsTypedArray = _nodeUtil && _nodeUtil.isTypedArray; +var baseIteratee$1 = _baseIteratee, + baseUniq = _baseUniq; /** - * Checks if `value` is classified as a typed array. + * This method is like `_.uniq` except that it accepts `iteratee` which is + * invoked for each element in `array` to generate the criterion by which + * uniqueness is computed. The order of result values is determined by the + * order they occur in the array. The iteratee is invoked with one argument: + * (value). * * @static * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. * @example * - * _.isTypedArray(new Uint8Array); - * // => true + * _.uniqBy([2.1, 1.2, 2.3], Math.floor); + * // => [2.1, 1.2] * - * _.isTypedArray([]); - * // => false + * // The `_.property` iteratee shorthand. + * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] */ -var isTypedArray = nodeIsTypedArray ? _baseUnary(nodeIsTypedArray) : _baseIsTypedArray; -var isTypedArray_1 = isTypedArray; - -/** Used for built-in method references. */ +function uniqBy$1(array, iteratee) { + return array && array.length ? baseUniq(array, baseIteratee$1(iteratee)) : []; +} -var objectProto$7 = Object.prototype; -/** Used to check objects for own properties. */ +var uniqBy_1 = uniqBy$1; -var hasOwnProperty$7 = objectProto$7.hasOwnProperty; /** - * Creates an array of the enumerable property names of the array-like `value`. + * A specialized version of `baseAggregator` for arrays. * * @private - * @param {*} value The value to query. - * @param {boolean} inherited Specify returning inherited property names. - * @returns {Array} Returns the array of property names. + * @param {Array} [array] The array to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. */ -function arrayLikeKeys(value, inherited) { - var isArr = isArray_1(value), - isArg = !isArr && isArguments_1(value), - isBuff = !isArr && !isArg && isBuffer_1(value), - isType = !isArr && !isArg && !isBuff && isTypedArray_1(value), - skipIndexes = isArr || isArg || isBuff || isType, - result = skipIndexes ? _baseTimes(value.length, String) : [], - length = result.length; +function arrayAggregator$1(array, setter, iteratee, accumulator) { + var index = -1, + length = array == null ? 0 : array.length; - for (var key in value) { - if ((inherited || hasOwnProperty$7.call(value, key)) && !(skipIndexes && ( // Safari 9 has enumerable `arguments.length` in strict mode. - key == 'length' || // Node.js 0.10 has enumerable non-index properties on buffers. - isBuff && (key == 'offset' || key == 'parent') || // PhantomJS 2 has enumerable non-index properties on typed arrays. - isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset') || // Skip index properties. - _isIndex(key, length)))) { - result.push(key); - } + while (++index < length) { + var value = array[index]; + setter(accumulator, value, iteratee(value), array); } - return result; + return accumulator; } -var _arrayLikeKeys = arrayLikeKeys; +var _arrayAggregator = arrayAggregator$1; -/** Used for built-in method references. */ -var objectProto$8 = Object.prototype; /** - * Checks if `value` is likely a prototype object. + * Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. */ -function isPrototype(value) { - var Ctor = value && value.constructor, - proto = typeof Ctor == 'function' && Ctor.prototype || objectProto$8; - return value === proto; +function createBaseFor$1(fromRight) { + return function (object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + + return object; + }; } -var _isPrototype = isPrototype; +var _createBaseFor = createBaseFor$1; +var createBaseFor = _createBaseFor; /** - * Creates a unary function that invokes `func` with its argument transformed. + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. * * @private - * @param {Function} func The function to wrap. - * @param {Function} transform The argument transform. - * @returns {Function} Returns the new function. + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. */ -function overArg(func, transform) { - return function (arg) { - return func(transform(arg)); - }; -} -var _overArg = overArg; - -/* Built-in method references for those with the same name as other `lodash` methods. */ +var baseFor$1 = createBaseFor(); +var _baseFor = baseFor$1; -var nativeKeys = _overArg(Object.keys, Object); -var _nativeKeys = nativeKeys; +var baseFor = _baseFor, + keys = keys_1; +/** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ -/** Used for built-in method references. */ +function baseForOwn$1(object, iteratee) { + return object && baseFor(object, iteratee, keys); +} -var objectProto$9 = Object.prototype; -/** Used to check objects for own properties. */ +var _baseForOwn = baseForOwn$1; -var hasOwnProperty$8 = objectProto$9.hasOwnProperty; +var isArrayLike = isArrayLike_1; /** - * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * Creates a `baseEach` or `baseEachRight` function. * * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. */ -function baseKeys(object) { - if (!_isPrototype(object)) { - return _nativeKeys(object); - } +function createBaseEach$1(eachFunc, fromRight) { + return function (collection, iteratee) { + if (collection == null) { + return collection; + } - var result = []; + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } - for (var key in Object(object)) { - if (hasOwnProperty$8.call(object, key) && key != 'constructor') { - result.push(key); + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while (fromRight ? index-- : ++index < length) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } } - } - return result; + return collection; + }; } -var _baseKeys = baseKeys; +var _createBaseEach = createBaseEach$1; +var baseForOwn = _baseForOwn, + createBaseEach = _createBaseEach; /** - * Checks if `value` is array-like. A value is considered array-like if it's - * not a function and has a `value.length` that's an integer greater than or - * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is array-like, else `false`. - * @example - * - * _.isArrayLike([1, 2, 3]); - * // => true - * - * _.isArrayLike(document.body.children); - * // => true + * The base implementation of `_.forEach` without support for iteratee shorthands. * - * _.isArrayLike('abc'); - * // => true + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + +var baseEach$1 = createBaseEach(baseForOwn); +var _baseEach = baseEach$1; + +var baseEach = _baseEach; +/** + * Aggregates elements of `collection` on `accumulator` with keys transformed + * by `iteratee` and values set by `setter`. * - * _.isArrayLike(_.noop); - * // => false + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. */ -function isArrayLike(value) { - return value != null && isLength_1(value.length) && !isFunction_1(value); +function baseAggregator$1(collection, setter, iteratee, accumulator) { + baseEach(collection, function (value, key, collection) { + setter(accumulator, value, iteratee(value), collection); + }); + return accumulator; } -var isArrayLike_1 = isArrayLike; +var _baseAggregator = baseAggregator$1; +var arrayAggregator = _arrayAggregator, + baseAggregator = _baseAggregator, + baseIteratee = _baseIteratee, + isArray = isArray_1; /** - * Creates an array of the own enumerable property names of `object`. + * Creates a function like `_.groupBy`. * - * **Note:** Non-object values are coerced to objects. See the - * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * for more details. + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} [initializer] The accumulator object initializer. + * @returns {Function} Returns the new aggregator function. + */ + +function createAggregator$1(setter, initializer) { + return function (collection, iteratee) { + var func = isArray(collection) ? arrayAggregator : baseAggregator, + accumulator = initializer ? initializer() : {}; + return func(collection, setter, baseIteratee(iteratee), accumulator); + }; +} + +var _createAggregator = createAggregator$1; + +var createAggregator = _createAggregator; +/** + * Creates an array of elements split into two groups, the first of which + * contains elements `predicate` returns truthy for, the second of which + * contains elements `predicate` returns falsey for. The predicate is + * invoked with one argument: (value). * * @static - * @since 0.1.0 * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. + * @since 3.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the array of grouped elements. * @example * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': true }, + * { 'user': 'pebbles', 'age': 1, 'active': false } + * ]; * - * Foo.prototype.c = 3; + * _.partition(users, function(o) { return o.active; }); + * // => objects for [['fred'], ['barney', 'pebbles']] * - * _.keys(new Foo); - * // => ['a', 'b'] (iteration order is not guaranteed) + * // The `_.matches` iteratee shorthand. + * _.partition(users, { 'age': 1, 'active': false }); + * // => objects for [['pebbles'], ['barney', 'fred']] * - * _.keys('hi'); - * // => ['0', '1'] + * // The `_.matchesProperty` iteratee shorthand. + * _.partition(users, ['active', false]); + * // => objects for [['barney', 'pebbles'], ['fred']] + * + * // The `_.property` iteratee shorthand. + * _.partition(users, 'active'); + * // => objects for [['fred'], ['barney', 'pebbles']] */ -function keys(object) { - return isArrayLike_1(object) ? _arrayLikeKeys(object) : _baseKeys(object); -} +var partition$1 = createAggregator(function (result, value, key) { + result[key ? 0 : 1].push(value); +}, function () { + return [[], []]; +}); +var partition_1 = partition$1; -var keys_1 = keys; +var globby$2 = {exports: {}}; -/** - * Creates an array of own enumerable property names and symbols of `object`. +var arrayUnion$1 = (...arguments_) => { + return [...new Set([].concat(...arguments_))]; +}; + +/* + * merge2 + * https://github.com/teambition/merge2 * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names and symbols. + * Copyright (c) 2014-2020 Teambition + * Licensed under the MIT license. */ -function getAllKeys(object) { - return _baseGetAllKeys(object, keys_1, _getSymbols); -} -var _getAllKeys = getAllKeys; +const Stream = require$$0__default$5["default"]; +const PassThrough = Stream.PassThrough; +const slice = Array.prototype.slice; +var merge2_1 = merge2$2; -/** Used to compose bitmasks for value comparisons. */ +function merge2$2() { + const streamsQueue = []; + const args = slice.call(arguments); + let merging = false; + let options = args[args.length - 1]; -var COMPARE_PARTIAL_FLAG$2 = 1; -/** Used for built-in method references. */ + if (options && !Array.isArray(options) && options.pipe == null) { + args.pop(); + } else { + options = {}; + } -var objectProto$a = Object.prototype; -/** Used to check objects for own properties. */ + const doEnd = options.end !== false; + const doPipeError = options.pipeError === true; -var hasOwnProperty$9 = objectProto$a.hasOwnProperty; -/** - * A specialized version of `baseIsEqualDeep` for objects with support for - * partial deep comparisons. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ + if (options.objectMode == null) { + options.objectMode = true; + } -function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG$2, - objProps = _getAllKeys(object), - objLength = objProps.length, - othProps = _getAllKeys(other), - othLength = othProps.length; + if (options.highWaterMark == null) { + options.highWaterMark = 64 * 1024; + } - if (objLength != othLength && !isPartial) { - return false; + const mergedStream = PassThrough(options); + + function addStream() { + for (let i = 0, len = arguments.length; i < len; i++) { + streamsQueue.push(pauseStreams(arguments[i], options)); + } + + mergeStream(); + return this; } - var index = objLength; + function mergeStream() { + if (merging) { + return; + } - while (index--) { - var key = objProps[index]; + merging = true; + let streams = streamsQueue.shift(); - if (!(isPartial ? key in other : hasOwnProperty$9.call(other, key))) { - return false; + if (!streams) { + process.nextTick(endStream); + return; } - } // Check that cyclic values are equal. + if (!Array.isArray(streams)) { + streams = [streams]; + } - var objStacked = stack.get(object); - var othStacked = stack.get(other); + let pipesCount = streams.length + 1; - if (objStacked && othStacked) { - return objStacked == other && othStacked == object; - } + function next() { + if (--pipesCount > 0) { + return; + } - var result = true; - stack.set(object, other); - stack.set(other, object); - var skipCtor = isPartial; + merging = false; + mergeStream(); + } - while (++index < objLength) { - key = objProps[index]; - var objValue = object[key], - othValue = other[key]; + function pipe(stream) { + function onend() { + stream.removeListener('merge2UnpipeEnd', onend); + stream.removeListener('end', onend); - if (customizer) { - var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(objValue, othValue, key, object, other, stack); - } // Recursively compare objects (susceptible to call stack limits). + if (doPipeError) { + stream.removeListener('error', onerror); + } + next(); + } - if (!(compared === undefined ? objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack) : compared)) { - result = false; - break; + function onerror(err) { + mergedStream.emit('error', err); + } // skip ended stream + + + if (stream._readableState.endEmitted) { + return next(); + } + + stream.on('merge2UnpipeEnd', onend); + stream.on('end', onend); + + if (doPipeError) { + stream.on('error', onerror); + } + + stream.pipe(mergedStream, { + end: false + }); // compatible for old stream + + stream.resume(); } - skipCtor || (skipCtor = key == 'constructor'); + for (let i = 0; i < streams.length; i++) { + pipe(streams[i]); + } + + next(); } - if (result && !skipCtor) { - var objCtor = object.constructor, - othCtor = other.constructor; // Non `Object` object instances with different constructors are not equal. + function endStream() { + merging = false; // emit 'queueDrain' when all streams merged. - if (objCtor != othCtor && 'constructor' in object && 'constructor' in other && !(typeof objCtor == 'function' && objCtor instanceof objCtor && typeof othCtor == 'function' && othCtor instanceof othCtor)) { - result = false; + mergedStream.emit('queueDrain'); + + if (doEnd) { + mergedStream.end(); } } - stack['delete'](object); - stack['delete'](other); - return result; -} + mergedStream.setMaxListeners(0); + mergedStream.add = addStream; + mergedStream.on('unpipe', function (stream) { + stream.emit('merge2UnpipeEnd'); + }); -var _equalObjects = equalObjects; + if (args.length) { + addStream.apply(null, args); + } -/* Built-in method references that are verified to be native. */ + return mergedStream; +} // check and pause streams for pipe. -var DataView = _getNative(_root, 'DataView'); -var _DataView = DataView; -/* Built-in method references that are verified to be native. */ +function pauseStreams(streams, options) { + if (!Array.isArray(streams)) { + // Backwards-compat with old-style streams + if (!streams._readableState && streams.pipe) { + streams = streams.pipe(PassThrough(options)); + } -var Promise$1 = _getNative(_root, 'Promise'); -var _Promise = Promise$1; + if (!streams._readableState || !streams.pause || !streams.pipe) { + throw new Error('Only readable stream can be merged.'); + } -/* Built-in method references that are verified to be native. */ + streams.pause(); + } else { + for (let i = 0, len = streams.length; i < len; i++) { + streams[i] = pauseStreams(streams[i], options); + } + } -var Set$1 = _getNative(_root, 'Set'); -var _Set = Set$1; + return streams; +} -/* Built-in method references that are verified to be native. */ +var tasks = {}; -var WeakMap$1 = _getNative(_root, 'WeakMap'); -var _WeakMap = WeakMap$1; +var utils$r = {}; -/** `Object#toString` result references. */ +var array$2 = {}; -var mapTag$2 = '[object Map]', - objectTag$1 = '[object Object]', - promiseTag = '[object Promise]', - setTag$2 = '[object Set]', - weakMapTag$1 = '[object WeakMap]'; -var dataViewTag$2 = '[object DataView]'; -/** Used to detect maps, sets, and weakmaps. */ +Object.defineProperty(array$2, "__esModule", { + value: true +}); +array$2.splitWhen = array$2.flatten = void 0; -var dataViewCtorString = _toSource(_DataView), - mapCtorString = _toSource(_Map), - promiseCtorString = _toSource(_Promise), - setCtorString = _toSource(_Set), - weakMapCtorString = _toSource(_WeakMap); -/** - * Gets the `toStringTag` of `value`. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ +function flatten(items) { + return items.reduce((collection, item) => [].concat(collection, item), []); +} -var getTag = _baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. +array$2.flatten = flatten; -if (_DataView && getTag(new _DataView(new ArrayBuffer(1))) != dataViewTag$2 || _Map && getTag(new _Map()) != mapTag$2 || _Promise && getTag(_Promise.resolve()) != promiseTag || _Set && getTag(new _Set()) != setTag$2 || _WeakMap && getTag(new _WeakMap()) != weakMapTag$1) { - getTag = function (value) { - var result = _baseGetTag(value), - Ctor = result == objectTag$1 ? value.constructor : undefined, - ctorString = Ctor ? _toSource(Ctor) : ''; +function splitWhen(items, predicate) { + const result = [[]]; + let groupIndex = 0; - if (ctorString) { - switch (ctorString) { - case dataViewCtorString: - return dataViewTag$2; + for (const item of items) { + if (predicate(item)) { + groupIndex++; + result[groupIndex] = []; + } else { + result[groupIndex].push(item); + } + } - case mapCtorString: - return mapTag$2; + return result; +} - case promiseCtorString: - return promiseTag; +array$2.splitWhen = splitWhen; - case setCtorString: - return setTag$2; +var errno$1 = {}; - case weakMapCtorString: - return weakMapTag$1; - } - } +Object.defineProperty(errno$1, "__esModule", { + value: true +}); +errno$1.isEnoentCodeError = void 0; - return result; - }; +function isEnoentCodeError(error) { + return error.code === 'ENOENT'; } -var _getTag = getTag; +errno$1.isEnoentCodeError = isEnoentCodeError; -/** Used to compose bitmasks for value comparisons. */ +var fs$b = {}; + +Object.defineProperty(fs$b, "__esModule", { + value: true +}); +fs$b.createDirentFromStats = void 0; + +class DirentFromStats$1 { + constructor(name, stats) { + this.name = name; + this.isBlockDevice = stats.isBlockDevice.bind(stats); + this.isCharacterDevice = stats.isCharacterDevice.bind(stats); + this.isDirectory = stats.isDirectory.bind(stats); + this.isFIFO = stats.isFIFO.bind(stats); + this.isFile = stats.isFile.bind(stats); + this.isSocket = stats.isSocket.bind(stats); + this.isSymbolicLink = stats.isSymbolicLink.bind(stats); + } + +} + +function createDirentFromStats$1(name, stats) { + return new DirentFromStats$1(name, stats); +} -var COMPARE_PARTIAL_FLAG$3 = 1; -/** `Object#toString` result references. */ +fs$b.createDirentFromStats = createDirentFromStats$1; -var argsTag$2 = '[object Arguments]', - arrayTag$1 = '[object Array]', - objectTag$2 = '[object Object]'; -/** Used for built-in method references. */ +var path$c = {}; -var objectProto$b = Object.prototype; -/** Used to check objects for own properties. */ +Object.defineProperty(path$c, "__esModule", { + value: true +}); +path$c.removeLeadingDotSegment = path$c.escape = path$c.makeAbsolute = path$c.unixify = void 0; +const path$b = require$$0__default$2["default"]; +const LEADING_DOT_SEGMENT_CHARACTERS_COUNT = 2; // ./ or .\\ -var hasOwnProperty$a = objectProto$b.hasOwnProperty; +const UNESCAPED_GLOB_SYMBOLS_RE = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\())/g; /** - * A specialized version of `baseIsEqual` for arrays and objects which performs - * deep comparisons and tracks traversed objects enabling objects with circular - * references to be compared. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} [stack] Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + * Designed to work only with simple paths: `dir\\file`. */ -function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { - var objIsArr = isArray_1(object), - othIsArr = isArray_1(other), - objTag = objIsArr ? arrayTag$1 : _getTag(object), - othTag = othIsArr ? arrayTag$1 : _getTag(other); - objTag = objTag == argsTag$2 ? objectTag$2 : objTag; - othTag = othTag == argsTag$2 ? objectTag$2 : othTag; - var objIsObj = objTag == objectTag$2, - othIsObj = othTag == objectTag$2, - isSameTag = objTag == othTag; +function unixify(filepath) { + return filepath.replace(/\\/g, '/'); +} - if (isSameTag && isBuffer_1(object)) { - if (!isBuffer_1(other)) { - return false; - } +path$c.unixify = unixify; - objIsArr = true; - objIsObj = false; - } +function makeAbsolute(cwd, filepath) { + return path$b.resolve(cwd, filepath); +} - if (isSameTag && !objIsObj) { - stack || (stack = new _Stack()); - return objIsArr || isTypedArray_1(object) ? _equalArrays(object, other, bitmask, customizer, equalFunc, stack) : _equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); - } +path$c.makeAbsolute = makeAbsolute; - if (!(bitmask & COMPARE_PARTIAL_FLAG$3)) { - var objIsWrapped = objIsObj && hasOwnProperty$a.call(object, '__wrapped__'), - othIsWrapped = othIsObj && hasOwnProperty$a.call(other, '__wrapped__'); +function escape(pattern) { + return pattern.replace(UNESCAPED_GLOB_SYMBOLS_RE, '\\$2'); +} - if (objIsWrapped || othIsWrapped) { - var objUnwrapped = objIsWrapped ? object.value() : object, - othUnwrapped = othIsWrapped ? other.value() : other; - stack || (stack = new _Stack()); - return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); +path$c.escape = escape; + +function removeLeadingDotSegment(entry) { + // We do not use `startsWith` because this is 10x slower than current implementation for some cases. + // eslint-disable-next-line @typescript-eslint/prefer-string-starts-ends-with + if (entry.charAt(0) === '.') { + const secondCharactery = entry.charAt(1); + + if (secondCharactery === '/' || secondCharactery === '\\') { + return entry.slice(LEADING_DOT_SEGMENT_CHARACTERS_COUNT); } } - if (!isSameTag) { + return entry; +} + +path$c.removeLeadingDotSegment = removeLeadingDotSegment; + +var pattern$1 = {}; + +/*! + * is-extglob + * + * Copyright (c) 2014-2016, Jon Schlinkert. + * Licensed under the MIT License. + */ + +var isExtglob$1 = function isExtglob(str) { + if (typeof str !== 'string' || str === '') { return false; } - stack || (stack = new _Stack()); - return _equalObjects(object, other, bitmask, customizer, equalFunc, stack); -} + var match; + + while (match = /(\\).|([@?!+*]\(.*\))/g.exec(str)) { + if (match[2]) return true; + str = str.slice(match.index + match[0].length); + } -var _baseIsEqualDeep = baseIsEqualDeep; + return false; +}; -/** - * The base implementation of `_.isEqual` which supports partial comparisons - * and tracks traversed objects. +/*! + * is-glob * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @param {boolean} bitmask The bitmask flags. - * 1 - Unordered comparison - * 2 - Partial comparison - * @param {Function} [customizer] The function to customize comparisons. - * @param {Object} [stack] Tracks traversed `value` and `other` objects. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. */ +var isExtglob = isExtglob$1; +var chars$1 = { + '{': '}', + '(': ')', + '[': ']' +}; -function baseIsEqual(value, other, bitmask, customizer, stack) { - if (value === other) { +var strictCheck = function (str) { + if (str[0] === '!') { return true; } - if (value == null || other == null || !isObjectLike_1(value) && !isObjectLike_1(other)) { - return value !== value && other !== other; - } + var index = 0; + var pipeIndex = -2; + var closeSquareIndex = -2; + var closeCurlyIndex = -2; + var closeParenIndex = -2; + var backSlashIndex = -2; - return _baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); -} + while (index < str.length) { + if (str[index] === '*') { + return true; + } -var _baseIsEqual = baseIsEqual; + if (str[index + 1] === '?' && /[\].+)]/.test(str[index])) { + return true; + } -/** Used to compose bitmasks for value comparisons. */ + if (closeSquareIndex !== -1 && str[index] === '[' && str[index + 1] !== ']') { + if (closeSquareIndex < index) { + closeSquareIndex = str.indexOf(']', index); + } -var COMPARE_PARTIAL_FLAG$4 = 1, - COMPARE_UNORDERED_FLAG$2 = 2; -/** - * The base implementation of `_.isMatch` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @param {Array} matchData The property names, values, and compare flags to match. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - */ + if (closeSquareIndex > index) { + if (backSlashIndex === -1 || backSlashIndex > closeSquareIndex) { + return true; + } -function baseIsMatch(object, source, matchData, customizer) { - var index = matchData.length, - length = index, - noCustomizer = !customizer; + backSlashIndex = str.indexOf('\\', index); - if (object == null) { - return !length; - } + if (backSlashIndex === -1 || backSlashIndex > closeSquareIndex) { + return true; + } + } + } - object = Object(object); + if (closeCurlyIndex !== -1 && str[index] === '{' && str[index + 1] !== '}') { + closeCurlyIndex = str.indexOf('}', index); - while (index--) { - var data = matchData[index]; + if (closeCurlyIndex > index) { + backSlashIndex = str.indexOf('\\', index); - if (noCustomizer && data[2] ? data[1] !== object[data[0]] : !(data[0] in object)) { - return false; + if (backSlashIndex === -1 || backSlashIndex > closeCurlyIndex) { + return true; + } + } } - } - while (++index < length) { - data = matchData[index]; - var key = data[0], - objValue = object[key], - srcValue = data[1]; + if (closeParenIndex !== -1 && str[index] === '(' && str[index + 1] === '?' && /[:!=]/.test(str[index + 2]) && str[index + 3] !== ')') { + closeParenIndex = str.indexOf(')', index); - if (noCustomizer && data[2]) { - if (objValue === undefined && !(key in object)) { - return false; + if (closeParenIndex > index) { + backSlashIndex = str.indexOf('\\', index); + + if (backSlashIndex === -1 || backSlashIndex > closeParenIndex) { + return true; + } } - } else { - var stack = new _Stack(); + } - if (customizer) { - var result = customizer(objValue, srcValue, key, object, source, stack); + if (pipeIndex !== -1 && str[index] === '(' && str[index + 1] !== '|') { + if (pipeIndex < index) { + pipeIndex = str.indexOf('|', index); } - if (!(result === undefined ? _baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG$4 | COMPARE_UNORDERED_FLAG$2, customizer, stack) : result)) { - return false; + if (pipeIndex !== -1 && str[pipeIndex + 1] !== ')') { + closeParenIndex = str.indexOf(')', pipeIndex); + + if (closeParenIndex > pipeIndex) { + backSlashIndex = str.indexOf('\\', pipeIndex); + + if (backSlashIndex === -1 || backSlashIndex > closeParenIndex) { + return true; + } + } + } + } + + if (str[index] === '\\') { + var open = str[index + 1]; + index += 2; + var close = chars$1[open]; + + if (close) { + var n = str.indexOf(close, index); + + if (n !== -1) { + index = n + 1; + } + } + + if (str[index] === '!') { + return true; } + } else { + index++; } } - return true; -} + return false; +}; -var _baseIsMatch = baseIsMatch; +var relaxedCheck = function (str) { + if (str[0] === '!') { + return true; + } -/** - * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` if suitable for strict - * equality comparisons, else `false`. - */ + var index = 0; -function isStrictComparable(value) { - return value === value && !isObject_1(value); -} + while (index < str.length) { + if (/[*?{}()[\]]/.test(str[index])) { + return true; + } -var _isStrictComparable = isStrictComparable; + if (str[index] === '\\') { + var open = str[index + 1]; + index += 2; + var close = chars$1[open]; -/** - * Gets the property names, values, and compare flags of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the match data of `object`. - */ + if (close) { + var n = str.indexOf(close, index); -function getMatchData(object) { - var result = keys_1(object), - length = result.length; + if (n !== -1) { + index = n + 1; + } + } - while (length--) { - var key = result[length], - value = object[key]; - result[length] = [key, value, _isStrictComparable(value)]; + if (str[index] === '!') { + return true; + } + } else { + index++; + } } - return result; -} + return false; +}; -var _getMatchData = getMatchData; +var isGlob$1 = function isGlob(str, options) { + if (typeof str !== 'string' || str === '') { + return false; + } -/** - * A specialized version of `matchesProperty` for source values suitable - * for strict equality comparisons, i.e. `===`. - * - * @private - * @param {string} key The key of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - */ -function matchesStrictComparable(key, srcValue) { - return function (object) { - if (object == null) { - return false; - } + if (isExtglob(str)) { + return true; + } - return object[key] === srcValue && (srcValue !== undefined || key in Object(object)); - }; -} + var check = strictCheck; // optionally relax check + + if (options && options.strict === false) { + check = relaxedCheck; + } -var _matchesStrictComparable = matchesStrictComparable; + return check(str); +}; +var isGlob = isGlob$1; +var pathPosixDirname = require$$0__default$2["default"].posix.dirname; +var isWin32 = require$$0__default$1["default"].platform() === 'win32'; +var slash$2 = '/'; +var backslash = /\\/g; +var enclosure = /[\{\[].*[\}\]]$/; +var globby$1 = /(^|[^\\])([\{\[]|\([^\)]+$)/; +var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g; /** - * The base implementation of `_.matches` which doesn't clone `source`. - * - * @private - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. + * @param {string} str + * @param {Object} opts + * @param {boolean} [opts.flipBackslashes=true] + * @returns {string} */ -function baseMatches(source) { - var matchData = _getMatchData(source); +var globParent$1 = function globParent(str, opts) { + var options = Object.assign({ + flipBackslashes: true + }, opts); // flip windows path separators - if (matchData.length == 1 && matchData[0][2]) { - return _matchesStrictComparable(matchData[0][0], matchData[0][1]); - } + if (options.flipBackslashes && isWin32 && str.indexOf(slash$2) < 0) { + str = str.replace(backslash, slash$2); + } // special case for strings ending in enclosure containing path separator - return function (object) { - return object === source || _baseIsMatch(object, source, matchData); - }; -} -var _baseMatches = baseMatches; + if (enclosure.test(str)) { + str += slash$2; + } // preserves full path in case of trailing path separator -/** `Object#toString` result references. */ -var symbolTag$1 = '[object Symbol]'; -/** - * Checks if `value` is classified as a `Symbol` primitive or object. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. - * @example - * - * _.isSymbol(Symbol.iterator); - * // => true - * - * _.isSymbol('abc'); - * // => false - */ + str += 'a'; // remove path parts that are globby -function isSymbol(value) { - return typeof value == 'symbol' || isObjectLike_1(value) && _baseGetTag(value) == symbolTag$1; -} + do { + str = pathPosixDirname(str); + } while (isGlob(str) || globby$1.test(str)); // remove escape chars and return result -var isSymbol_1 = isSymbol; -/** Used to match property names within property paths. */ + return str.replace(escaped, '$1'); +}; -var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, - reIsPlainProp = /^\w*$/; -/** - * Checks if `value` is a property name and not a property path. - * - * @private - * @param {*} value The value to check. - * @param {Object} [object] The object to query keys on. - * @returns {boolean} Returns `true` if `value` is a property name, else `false`. - */ +var utils$q = {}; + +(function (exports) { + + exports.isInteger = num => { + if (typeof num === 'number') { + return Number.isInteger(num); + } + + if (typeof num === 'string' && num.trim() !== '') { + return Number.isInteger(Number(num)); + } -function isKey(value, object) { - if (isArray_1(value)) { return false; - } + }; + /** + * Find a node of the given type + */ - var type = typeof value; - if (type == 'number' || type == 'symbol' || type == 'boolean' || value == null || isSymbol_1(value)) { - return true; - } + exports.find = (node, type) => node.nodes.find(node => node.type === type); + /** + * Find a node of the given type + */ - return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || object != null && value in Object(object); -} -var _isKey = isKey; + exports.exceedsLimit = (min, max, step = 1, limit) => { + if (limit === false) return false; + if (!exports.isInteger(min) || !exports.isInteger(max)) return false; + return (Number(max) - Number(min)) / Number(step) >= limit; + }; + /** + * Escape the given node with '\\' before node.value + */ -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; -/** - * Creates a function that memoizes the result of `func`. If `resolver` is - * provided, it determines the cache key for storing the result based on the - * arguments provided to the memoized function. By default, the first argument - * provided to the memoized function is used as the map cache key. The `func` - * is invoked with the `this` binding of the memoized function. - * - * **Note:** The cache is exposed as the `cache` property on the memoized - * function. Its creation may be customized by replacing the `_.memoize.Cache` - * constructor with one whose instances implement the - * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) - * method interface of `clear`, `delete`, `get`, `has`, and `set`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to have its output memoized. - * @param {Function} [resolver] The function to resolve the cache key. - * @returns {Function} Returns the new memoized function. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * var other = { 'c': 3, 'd': 4 }; - * - * var values = _.memoize(_.values); - * values(object); - * // => [1, 2] - * - * values(other); - * // => [3, 4] - * - * object.a = 2; - * values(object); - * // => [1, 2] - * - * // Modify the result cache. - * values.cache.set(object, ['a', 'b']); - * values(object); - * // => ['a', 'b'] - * - * // Replace `_.memoize.Cache`. - * _.memoize.Cache = WeakMap; - */ + exports.escapeNode = (block, n = 0, type) => { + let node = block.nodes[n]; + if (!node) return; -function memoize(func, resolver) { - if (typeof func != 'function' || resolver != null && typeof resolver != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } + if (type && node.type === type || node.type === 'open' || node.type === 'close') { + if (node.escaped !== true) { + node.value = '\\' + node.value; + node.escaped = true; + } + } + }; + /** + * Returns true if the given brace node should be enclosed in literal braces + */ - var memoized = function () { - var args = arguments, - key = resolver ? resolver.apply(this, args) : args[0], - cache = memoized.cache; - if (cache.has(key)) { - return cache.get(key); + exports.encloseBrace = node => { + if (node.type !== 'brace') return false; + + if (node.commas >> 0 + node.ranges >> 0 === 0) { + node.invalid = true; + return true; } - var result = func.apply(this, args); - memoized.cache = cache.set(key, result) || cache; - return result; + return false; }; + /** + * Returns true if a brace node is invalid. + */ - memoized.cache = new (memoize.Cache || _MapCache)(); - return memoized; -} // Expose `MapCache`. + exports.isInvalidBrace = block => { + if (block.type !== 'brace') return false; + if (block.invalid === true || block.dollar) return true; -memoize.Cache = _MapCache; -var memoize_1 = memoize; + if (block.commas >> 0 + block.ranges >> 0 === 0) { + block.invalid = true; + return true; + } -/** Used as the maximum memoize cache size. */ + if (block.open !== true || block.close !== true) { + block.invalid = true; + return true; + } -var MAX_MEMOIZE_SIZE = 500; -/** - * A specialized version of `_.memoize` which clears the memoized function's - * cache when it exceeds `MAX_MEMOIZE_SIZE`. - * - * @private - * @param {Function} func The function to have its output memoized. - * @returns {Function} Returns the new memoized function. - */ + return false; + }; + /** + * Returns true if a node is an open or close node + */ -function memoizeCapped(func) { - var result = memoize_1(func, function (key) { - if (cache.size === MAX_MEMOIZE_SIZE) { - cache.clear(); + + exports.isOpenOrClose = node => { + if (node.type === 'open' || node.type === 'close') { + return true; } - return key; - }); - var cache = result.cache; - return result; -} + return node.open === true || node.close === true; + }; + /** + * Reduce an array of text nodes. + */ -var _memoizeCapped = memoizeCapped; -/** Used to match property names within property paths. */ + exports.reduce = nodes => nodes.reduce((acc, node) => { + if (node.type === 'text') acc.push(node.value); + if (node.type === 'range') node.type = 'text'; + return acc; + }, []); + /** + * Flatten an array + */ -var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; -/** Used to match backslashes in property paths. */ -var reEscapeChar = /\\(\\)?/g; -/** - * Converts `string` to a property path array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the property path array. - */ + exports.flatten = (...args) => { + const result = []; -var stringToPath = _memoizeCapped(function (string) { - var result = []; + const flat = arr => { + for (let i = 0; i < arr.length; i++) { + let ele = arr[i]; + Array.isArray(ele) ? flat(ele) : ele !== void 0 && result.push(ele); + } - if (string.charCodeAt(0) === 46 - /* . */ - ) { - result.push(''); - } + return result; + }; - string.replace(rePropName, function (match, number, quote, subString) { - result.push(quote ? subString.replace(reEscapeChar, '$1') : number || match); - }); - return result; -}); -var _stringToPath = stringToPath; + flat(args); + return result; + }; +})(utils$q); -/** - * A specialized version of `_.map` for arrays without support for iteratee - * shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - */ -function arrayMap(array, iteratee) { - var index = -1, - length = array == null ? 0 : array.length, - result = Array(length); +const utils$p = utils$q; - while (++index < length) { - result[index] = iteratee(array[index], index, array); - } +var stringify$5 = (ast, options = {}) => { + let stringify = (node, parent = {}) => { + let invalidBlock = options.escapeInvalid && utils$p.isInvalidBrace(parent); + let invalidNode = node.invalid === true && options.escapeInvalid === true; + let output = ''; - return result; -} + if (node.value) { + if ((invalidBlock || invalidNode) && utils$p.isOpenOrClose(node)) { + return '\\' + node.value; + } -var _arrayMap = arrayMap; + return node.value; + } -/** Used as references for various `Number` constants. */ + if (node.value) { + return node.value; + } + + if (node.nodes) { + for (let child of node.nodes) { + output += stringify(child); + } + } + + return output; + }; -var INFINITY = 1 / 0; -/** Used to convert symbols to primitives and strings. */ + return stringify(ast); +}; -var symbolProto$1 = _Symbol ? _Symbol.prototype : undefined, - symbolToString = symbolProto$1 ? symbolProto$1.toString : undefined; -/** - * The base implementation of `_.toString` which doesn't convert nullish - * values to empty strings. +/*! + * is-number * - * @private - * @param {*} value The value to process. - * @returns {string} Returns the string. + * Copyright (c) 2014-present, Jon Schlinkert. + * Released under the MIT License. */ -function baseToString(value) { - // Exit early for strings to avoid a performance hit in some environments. - if (typeof value == 'string') { - return value; +var isNumber$2 = function (num) { + if (typeof num === 'number') { + return num - num === 0; } - if (isArray_1(value)) { - // Recursively convert values (susceptible to call stack limits). - return _arrayMap(value, baseToString) + ''; + if (typeof num === 'string' && num.trim() !== '') { + return Number.isFinite ? Number.isFinite(+num) : isFinite(+num); } - if (isSymbol_1(value)) { - return symbolToString ? symbolToString.call(value) : ''; - } + return false; +}; - var result = value + ''; - return result == '0' && 1 / value == -INFINITY ? '-0' : result; -} +const isNumber$1 = isNumber$2; -var _baseToString = baseToString; +const toRegexRange$1 = (min, max, options) => { + if (isNumber$1(min) === false) { + throw new TypeError('toRegexRange: expected the first argument to be a number'); + } -/** - * Converts `value` to a string. An empty string is returned for `null` - * and `undefined` values. The sign of `-0` is preserved. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.toString(null); - * // => '' - * - * _.toString(-0); - * // => '-0' - * - * _.toString([1, 2, 3]); - * // => '1,2,3' - */ + if (max === void 0 || min === max) { + return String(min); + } -function toString(value) { - return value == null ? '' : _baseToString(value); -} + if (isNumber$1(max) === false) { + throw new TypeError('toRegexRange: expected the second argument to be a number.'); + } -var toString_1 = toString; + let opts = Object.assign({ + relaxZeros: true + }, options); -/** - * Casts `value` to a path array if it's not one. - * - * @private - * @param {*} value The value to inspect. - * @param {Object} [object] The object to query keys on. - * @returns {Array} Returns the cast property path array. - */ + if (typeof opts.strictZeros === 'boolean') { + opts.relaxZeros = opts.strictZeros === false; + } -function castPath(value, object) { - if (isArray_1(value)) { - return value; + let relax = String(opts.relaxZeros); + let shorthand = String(opts.shorthand); + let capture = String(opts.capture); + let wrap = String(opts.wrap); + let cacheKey = min + ':' + max + '=' + relax + shorthand + capture + wrap; + + if (toRegexRange$1.cache.hasOwnProperty(cacheKey)) { + return toRegexRange$1.cache[cacheKey].result; } - return _isKey(value, object) ? [value] : _stringToPath(toString_1(value)); -} + let a = Math.min(min, max); + let b = Math.max(min, max); -var _castPath = castPath; + if (Math.abs(a - b) === 1) { + let result = min + '|' + max; -/** Used as references for various `Number` constants. */ + if (opts.capture) { + return `(${result})`; + } -var INFINITY$1 = 1 / 0; -/** - * Converts `value` to a string key if it's not a string or symbol. - * - * @private - * @param {*} value The value to inspect. - * @returns {string|symbol} Returns the key. - */ + if (opts.wrap === false) { + return result; + } -function toKey(value) { - if (typeof value == 'string' || isSymbol_1(value)) { - return value; + return `(?:${result})`; } - var result = value + ''; - return result == '0' && 1 / value == -INFINITY$1 ? '-0' : result; -} + let isPadded = hasPadding(min) || hasPadding(max); + let state = { + min, + max, + a, + b + }; + let positives = []; + let negatives = []; -var _toKey = toKey; + if (isPadded) { + state.isPadded = isPadded; + state.maxLen = String(state.max).length; + } -/** - * The base implementation of `_.get` without support for default values. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to get. - * @returns {*} Returns the resolved value. - */ + if (a < 0) { + let newMin = b < 0 ? Math.abs(b) : 1; + negatives = splitToPatterns(newMin, Math.abs(a), state, opts); + a = state.a = 0; + } -function baseGet(object, path) { - path = _castPath(path, object); - var index = 0, - length = path.length; + if (b >= 0) { + positives = splitToPatterns(a, b, state, opts); + } - while (object != null && index < length) { - object = object[_toKey(path[index++])]; + state.negatives = negatives; + state.positives = positives; + state.result = collatePatterns(negatives, positives); + + if (opts.capture === true) { + state.result = `(${state.result})`; + } else if (opts.wrap !== false && positives.length + negatives.length > 1) { + state.result = `(?:${state.result})`; } - return index && index == length ? object : undefined; + toRegexRange$1.cache[cacheKey] = state; + return state.result; +}; + +function collatePatterns(neg, pos, options) { + let onlyNegative = filterPatterns(neg, pos, '-', false) || []; + let onlyPositive = filterPatterns(pos, neg, '', false) || []; + let intersected = filterPatterns(neg, pos, '-?', true) || []; + let subpatterns = onlyNegative.concat(intersected).concat(onlyPositive); + return subpatterns.join('|'); } -var _baseGet = baseGet; +function splitToRanges(min, max) { + let nines = 1; + let zeros = 1; + let stop = countNines(min, nines); + let stops = new Set([max]); -/** - * Gets the value at `path` of `object`. If the resolved value is - * `undefined`, the `defaultValue` is returned in its place. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to get. - * @param {*} [defaultValue] The value returned for `undefined` resolved values. - * @returns {*} Returns the resolved value. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.get(object, 'a[0].b.c'); - * // => 3 - * - * _.get(object, ['a', '0', 'b', 'c']); - * // => 3 - * - * _.get(object, 'a.b.c', 'default'); - * // => 'default' - */ + while (min <= stop && stop <= max) { + stops.add(stop); + nines += 1; + stop = countNines(min, nines); + } -function get$1(object, path, defaultValue) { - var result = object == null ? undefined : _baseGet(object, path); - return result === undefined ? defaultValue : result; -} + stop = countZeros(max + 1, zeros) - 1; -var get_1 = get$1; + while (min < stop && stop <= max) { + stops.add(stop); + zeros += 1; + stop = countZeros(max + 1, zeros) - 1; + } + stops = [...stops]; + stops.sort(compare); + return stops; +} /** - * The base implementation of `_.hasIn` without support for deep paths. - * - * @private - * @param {Object} [object] The object to query. - * @param {Array|string} key The key to check. - * @returns {boolean} Returns `true` if `key` exists, else `false`. + * Convert a range to a regex pattern + * @param {Number} `start` + * @param {Number} `stop` + * @return {String} */ -function baseHasIn(object, key) { - return object != null && key in Object(object); -} -var _baseHasIn = baseHasIn; -/** - * Checks if `path` exists on `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @param {Function} hasFunc The function to check properties. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - */ +function rangeToPattern(start, stop, options) { + if (start === stop) { + return { + pattern: start, + count: [], + digits: 0 + }; + } -function hasPath(object, path, hasFunc) { - path = _castPath(path, object); - var index = -1, - length = path.length, - result = false; + let zipped = zip(start, stop); + let digits = zipped.length; + let pattern = ''; + let count = 0; - while (++index < length) { - var key = _toKey(path[index]); + for (let i = 0; i < digits; i++) { + let [startDigit, stopDigit] = zipped[i]; - if (!(result = object != null && hasFunc(object, key))) { - break; + if (startDigit === stopDigit) { + pattern += startDigit; + } else if (startDigit !== '0' || stopDigit !== '9') { + pattern += toCharacterClass(startDigit, stopDigit); + } else { + count++; } - - object = object[key]; } - if (result || ++index != length) { - return result; + if (count) { + pattern += options.shorthand === true ? '\\d' : '[0-9]'; } - length = object == null ? 0 : object.length; - return !!length && isLength_1(length) && _isIndex(key, length) && (isArray_1(object) || isArguments_1(object)); + return { + pattern, + count: [count], + digits + }; } -var _hasPath = hasPath; - -/** - * Checks if `path` is a direct or inherited property of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - * @example - * - * var object = _.create({ 'a': _.create({ 'b': 2 }) }); - * - * _.hasIn(object, 'a'); - * // => true - * - * _.hasIn(object, 'a.b'); - * // => true - * - * _.hasIn(object, ['a', 'b']); - * // => true - * - * _.hasIn(object, 'b'); - * // => false - */ +function splitToPatterns(min, max, tok, options) { + let ranges = splitToRanges(min, max); + let tokens = []; + let start = min; + let prev; -function hasIn(object, path) { - return object != null && _hasPath(object, path, _baseHasIn); -} + for (let i = 0; i < ranges.length; i++) { + let max = ranges[i]; + let obj = rangeToPattern(String(start), String(max), options); + let zeros = ''; -var hasIn_1 = hasIn; + if (!tok.isPadded && prev && prev.pattern === obj.pattern) { + if (prev.count.length > 1) { + prev.count.pop(); + } -/** Used to compose bitmasks for value comparisons. */ + prev.count.push(obj.count[0]); + prev.string = prev.pattern + toQuantifier(prev.count); + start = max + 1; + continue; + } -var COMPARE_PARTIAL_FLAG$5 = 1, - COMPARE_UNORDERED_FLAG$3 = 2; -/** - * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. - * - * @private - * @param {string} path The path of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - */ + if (tok.isPadded) { + zeros = padZeros(max, tok, options); + } -function baseMatchesProperty(path, srcValue) { - if (_isKey(path) && _isStrictComparable(srcValue)) { - return _matchesStrictComparable(_toKey(path), srcValue); + obj.string = zeros + obj.pattern + toQuantifier(obj.count); + tokens.push(obj); + start = max + 1; + prev = obj; } - return function (object) { - var objValue = get_1(object, path); - return objValue === undefined && objValue === srcValue ? hasIn_1(object, path) : _baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG$5 | COMPARE_UNORDERED_FLAG$3); - }; + return tokens; } -var _baseMatchesProperty = baseMatchesProperty; - -/** - * This method returns the first argument it receives. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {*} value Any value. - * @returns {*} Returns `value`. - * @example - * - * var object = { 'a': 1 }; - * - * console.log(_.identity(object) === object); - * // => true - */ -function identity(value) { - return value; -} +function filterPatterns(arr, comparison, prefix, intersection, options) { + let result = []; -var identity_1 = identity; + for (let ele of arr) { + let { + string + } = ele; // only push if _both_ are negative... -/** - * The base implementation of `_.property` without support for deep paths. - * - * @private - * @param {string} key The key of the property to get. - * @returns {Function} Returns the new accessor function. - */ -function baseProperty(key) { - return function (object) { - return object == null ? undefined : object[key]; - }; -} + if (!intersection && !contains(comparison, 'string', string)) { + result.push(prefix + string); + } // or _both_ are positive -var _baseProperty = baseProperty; -/** - * A specialized version of `baseProperty` which supports deep paths. - * - * @private - * @param {Array|string} path The path of the property to get. - * @returns {Function} Returns the new accessor function. - */ + if (intersection && contains(comparison, 'string', string)) { + result.push(prefix + string); + } + } -function basePropertyDeep(path) { - return function (object) { - return _baseGet(object, path); - }; + return result; } - -var _basePropertyDeep = basePropertyDeep; - /** - * Creates a function that returns the value at `path` of a given object. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Util - * @param {Array|string} path The path of the property to get. - * @returns {Function} Returns the new accessor function. - * @example - * - * var objects = [ - * { 'a': { 'b': 2 } }, - * { 'a': { 'b': 1 } } - * ]; - * - * _.map(objects, _.property('a.b')); - * // => [2, 1] - * - * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); - * // => [1, 2] + * Zip strings */ -function property(path) { - return _isKey(path) ? _baseProperty(_toKey(path)) : _basePropertyDeep(path); -} -var property_1 = property; +function zip(a, b) { + let arr = []; -/** - * The base implementation of `_.iteratee`. - * - * @private - * @param {*} [value=_.identity] The value to convert to an iteratee. - * @returns {Function} Returns the iteratee. - */ + for (let i = 0; i < a.length; i++) arr.push([a[i], b[i]]); -function baseIteratee(value) { - // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. - // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. - if (typeof value == 'function') { - return value; - } + return arr; +} - if (value == null) { - return identity_1; - } +function compare(a, b) { + return a > b ? 1 : b > a ? -1 : 0; +} - if (typeof value == 'object') { - return isArray_1(value) ? _baseMatchesProperty(value[0], value[1]) : _baseMatches(value); - } +function contains(arr, key, val) { + return arr.some(ele => ele[key] === val); +} - return property_1(value); +function countNines(min, len) { + return Number(String(min).slice(0, -len) + '9'.repeat(len)); } -var _baseIteratee = baseIteratee; +function countZeros(integer, zeros) { + return integer - integer % Math.pow(10, zeros); +} -/** - * The base implementation of `_.findIndex` and `_.findLastIndex` without - * support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} predicate The function invoked per iteration. - * @param {number} fromIndex The index to search from. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function baseFindIndex(array, predicate, fromIndex, fromRight) { - var length = array.length, - index = fromIndex + (fromRight ? 1 : -1); +function toQuantifier(digits) { + let [start = 0, stop = ''] = digits; - while (fromRight ? index-- : ++index < length) { - if (predicate(array[index], index, array)) { - return index; - } + if (stop || start > 1) { + return `{${start + (stop ? ',' + stop : '')}}`; } - return -1; + return ''; } -var _baseFindIndex = baseFindIndex; - -/** - * The base implementation of `_.isNaN` without support for number objects. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. - */ -function baseIsNaN(value) { - return value !== value; +function toCharacterClass(a, b, options) { + return `[${a}${b - a === 1 ? '' : '-'}${b}]`; } -var _baseIsNaN = baseIsNaN; - -/** - * A specialized version of `_.indexOf` which performs strict equality - * comparisons of values, i.e. `===`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function strictIndexOf(array, value, fromIndex) { - var index = fromIndex - 1, - length = array.length; +function hasPadding(str) { + return /^-?(0+)\d/.test(str); +} - while (++index < length) { - if (array[index] === value) { - return index; - } +function padZeros(value, tok, options) { + if (!tok.isPadded) { + return value; } - return -1; -} - -var _strictIndexOf = strictIndexOf; + let diff = Math.abs(tok.maxLen - String(value).length); + let relax = options.relaxZeros !== false; -/** - * The base implementation of `_.indexOf` without `fromIndex` bounds checks. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ + switch (diff) { + case 0: + return ''; -function baseIndexOf(array, value, fromIndex) { - return value === value ? _strictIndexOf(array, value, fromIndex) : _baseFindIndex(array, _baseIsNaN, fromIndex); -} + case 1: + return relax ? '0?' : '0'; -var _baseIndexOf = baseIndexOf; + case 2: + return relax ? '0{0,2}' : '00'; + default: + { + return relax ? `0{0,${diff}}` : `0{${diff}}`; + } + } +} /** - * A specialized version of `_.includes` for arrays without support for - * specifying an index to search from. - * - * @private - * @param {Array} [array] The array to inspect. - * @param {*} target The value to search for. - * @returns {boolean} Returns `true` if `target` is found, else `false`. + * Cache */ -function arrayIncludes(array, value) { - var length = array == null ? 0 : array.length; - return !!length && _baseIndexOf(array, value, 0) > -1; -} -var _arrayIncludes = arrayIncludes; +toRegexRange$1.cache = {}; +toRegexRange$1.clearCache = () => toRegexRange$1.cache = {}; /** - * This function is like `arrayIncludes` except that it accepts a comparator. - * - * @private - * @param {Array} [array] The array to inspect. - * @param {*} target The value to search for. - * @param {Function} comparator The comparator invoked per element. - * @returns {boolean} Returns `true` if `target` is found, else `false`. + * Expose `toRegexRange` */ -function arrayIncludesWith(array, value, comparator) { - var index = -1, - length = array == null ? 0 : array.length; - while (++index < length) { - if (comparator(value, array[index])) { - return true; - } - } - return false; -} +var toRegexRange_1 = toRegexRange$1; -var _arrayIncludesWith = arrayIncludesWith; +const util$2 = require$$0__default$4["default"]; +const toRegexRange = toRegexRange_1; -/** - * This method returns `undefined`. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Util - * @example - * - * _.times(2, _.noop); - * // => [undefined, undefined] - */ -function noop() {// No operation performed. -} +const isObject$1 = val => val !== null && typeof val === 'object' && !Array.isArray(val); -var noop_1 = noop; +const transform = toNumber => { + return value => toNumber === true ? Number(value) : String(value); +}; -/** Used as references for various `Number` constants. */ +const isValidValue = value => { + return typeof value === 'number' || typeof value === 'string' && value !== ''; +}; -var INFINITY$2 = 1 / 0; -/** - * Creates a set object of `values`. - * - * @private - * @param {Array} values The values to add to the set. - * @returns {Object} Returns the new set. - */ +const isNumber = num => Number.isInteger(+num); -var createSet = !(_Set && 1 / _setToArray(new _Set([, -0]))[1] == INFINITY$2) ? noop_1 : function (values) { - return new _Set(values); +const zeros = input => { + let value = `${input}`; + let index = -1; + if (value[0] === '-') value = value.slice(1); + if (value === '0') return false; + + while (value[++index] === '0'); + + return index > 0; }; -var _createSet = createSet; -/** Used as the size to enable large array optimizations. */ +const stringify$4 = (start, end, options) => { + if (typeof start === 'string' || typeof end === 'string') { + return true; + } -var LARGE_ARRAY_SIZE$1 = 200; -/** - * The base implementation of `_.uniqBy` without support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new duplicate free array. - */ + return options.stringify === true; +}; -function baseUniq(array, iteratee, comparator) { - var index = -1, - includes = _arrayIncludes, - length = array.length, - isCommon = true, - result = [], - seen = result; +const pad = (input, maxLength, toNumber) => { + if (maxLength > 0) { + let dash = input[0] === '-' ? '-' : ''; + if (dash) input = input.slice(1); + input = dash + input.padStart(dash ? maxLength - 1 : maxLength, '0'); + } - if (comparator) { - isCommon = false; - includes = _arrayIncludesWith; - } else if (length >= LARGE_ARRAY_SIZE$1) { - var set = iteratee ? null : _createSet(array); + if (toNumber === false) { + return String(input); + } - if (set) { - return _setToArray(set); - } + return input; +}; - isCommon = false; - includes = _cacheHas; - seen = new _SetCache(); - } else { - seen = iteratee ? [] : result; +const toMaxLen = (input, maxLength) => { + let negative = input[0] === '-' ? '-' : ''; + + if (negative) { + input = input.slice(1); + maxLength--; } - outer: while (++index < length) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - value = comparator || value !== 0 ? value : 0; + while (input.length < maxLength) input = '0' + input; - if (isCommon && computed === computed) { - var seenIndex = seen.length; + return negative ? '-' + input : input; +}; - while (seenIndex--) { - if (seen[seenIndex] === computed) { - continue outer; - } - } +const toSequence = (parts, options) => { + parts.negatives.sort((a, b) => a < b ? -1 : a > b ? 1 : 0); + parts.positives.sort((a, b) => a < b ? -1 : a > b ? 1 : 0); + let prefix = options.capture ? '' : '?:'; + let positives = ''; + let negatives = ''; + let result; - if (iteratee) { - seen.push(computed); - } + if (parts.positives.length) { + positives = parts.positives.join('|'); + } - result.push(value); - } else if (!includes(seen, computed, comparator)) { - if (seen !== result) { - seen.push(computed); - } + if (parts.negatives.length) { + negatives = `-(${prefix}${parts.negatives.join('|')})`; + } - result.push(value); - } + if (positives && negatives) { + result = `${positives}|${negatives}`; + } else { + result = positives || negatives; + } + + if (options.wrap) { + return `(${prefix}${result})`; } return result; -} +}; -var _baseUniq = baseUniq; +const toRange = (a, b, isNumbers, options) => { + if (isNumbers) { + return toRegexRange(a, b, Object.assign({ + wrap: false + }, options)); + } -/** - * This method is like `_.uniq` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * uniqueness is computed. The order of result values is determined by the - * order they occur in the array. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.uniqBy([2.1, 1.2, 2.3], Math.floor); - * // => [2.1, 1.2] - * - * // The `_.property` iteratee shorthand. - * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }, { 'x': 2 }] - */ + let start = String.fromCharCode(a); + if (a === b) return start; + let stop = String.fromCharCode(b); + return `[${start}-${stop}]`; +}; -function uniqBy(array, iteratee) { - return array && array.length ? _baseUniq(array, _baseIteratee(iteratee)) : []; -} +const toRegex = (start, end, options) => { + if (Array.isArray(start)) { + let wrap = options.wrap === true; + let prefix = options.capture ? '' : '?:'; + return wrap ? `(${prefix}${start.join('|')})` : start.join('|'); + } -var uniqBy_1 = uniqBy; + return toRegexRange(start, end, options); +}; -/** - * A specialized version of `baseAggregator` for arrays. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform keys. - * @param {Object} accumulator The initial aggregated object. - * @returns {Function} Returns `accumulator`. - */ -function arrayAggregator(array, setter, iteratee, accumulator) { - var index = -1, - length = array == null ? 0 : array.length; +const rangeError = (...args) => { + return new RangeError('Invalid range arguments: ' + util$2.inspect(...args)); +}; - while (++index < length) { - var value = array[index]; - setter(accumulator, value, iteratee(value), array); +const invalidRange = (start, end, options) => { + if (options.strictRanges === true) throw rangeError([start, end]); + return []; +}; + +const invalidStep = (step, options) => { + if (options.strictRanges === true) { + throw new TypeError(`Expected step "${step}" to be a number`); } - return accumulator; -} + return []; +}; -var _arrayAggregator = arrayAggregator; +const fillNumbers = (start, end, step = 1, options = {}) => { + let a = Number(start); + let b = Number(end); -/** - * Creates a base function for methods like `_.forIn` and `_.forOwn`. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ -function createBaseFor(fromRight) { - return function (object, iteratee, keysFunc) { - var index = -1, - iterable = Object(object), - props = keysFunc(object), - length = props.length; + if (!Number.isInteger(a) || !Number.isInteger(b)) { + if (options.strictRanges === true) throw rangeError([start, end]); + return []; + } // fix negative zero - while (length--) { - var key = props[fromRight ? length : ++index]; - if (iteratee(iterable[key], key, iterable) === false) { - break; - } - } + if (a === 0) a = 0; + if (b === 0) b = 0; + let descending = a > b; + let startString = String(start); + let endString = String(end); + let stepString = String(step); + step = Math.max(Math.abs(step), 1); + let padded = zeros(startString) || zeros(endString) || zeros(stepString); + let maxLen = padded ? Math.max(startString.length, endString.length, stepString.length) : 0; + let toNumber = padded === false && stringify$4(start, end, options) === false; + let format = options.transform || transform(toNumber); - return object; + if (options.toRegex && step === 1) { + return toRange(toMaxLen(start, maxLen), toMaxLen(end, maxLen), true, options); + } + + let parts = { + negatives: [], + positives: [] }; -} -var _createBaseFor = createBaseFor; + let push = num => parts[num < 0 ? 'negatives' : 'positives'].push(Math.abs(num)); -/** - * The base implementation of `baseForOwn` which iterates over `object` - * properties returned by `keysFunc` and invokes `iteratee` for each property. - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ + let range = []; + let index = 0; -var baseFor = _createBaseFor(); -var _baseFor = baseFor; + while (descending ? a >= b : a <= b) { + if (options.toRegex === true && step > 1) { + push(a); + } else { + range.push(pad(format(a, index), maxLen, toNumber)); + } -/** - * The base implementation of `_.forOwn` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Object} Returns `object`. - */ + a = descending ? a - step : a + step; + index++; + } -function baseForOwn(object, iteratee) { - return object && _baseFor(object, iteratee, keys_1); -} + if (options.toRegex === true) { + return step > 1 ? toSequence(parts, options) : toRegex(range, null, Object.assign({ + wrap: false + }, options)); + } -var _baseForOwn = baseForOwn; + return range; +}; -/** - * Creates a `baseEach` or `baseEachRight` function. - * - * @private - * @param {Function} eachFunc The function to iterate over a collection. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ +const fillLetters = (start, end, step = 1, options = {}) => { + if (!isNumber(start) && start.length > 1 || !isNumber(end) && end.length > 1) { + return invalidRange(start, end, options); + } -function createBaseEach(eachFunc, fromRight) { - return function (collection, iteratee) { - if (collection == null) { - return collection; - } + let format = options.transform || (val => String.fromCharCode(val)); - if (!isArrayLike_1(collection)) { - return eachFunc(collection, iteratee); - } + let a = `${start}`.charCodeAt(0); + let b = `${end}`.charCodeAt(0); + let descending = a > b; + let min = Math.min(a, b); + let max = Math.max(a, b); - var length = collection.length, - index = fromRight ? length : -1, - iterable = Object(collection); + if (options.toRegex && step === 1) { + return toRange(min, max, false, options); + } - while (fromRight ? index-- : ++index < length) { - if (iteratee(iterable[index], index, iterable) === false) { - break; - } - } + let range = []; + let index = 0; - return collection; - }; -} + while (descending ? a >= b : a <= b) { + range.push(format(a, index)); + a = descending ? a - step : a + step; + index++; + } -var _createBaseEach = createBaseEach; + if (options.toRegex === true) { + return toRegex(range, null, { + wrap: false, + options + }); + } -/** - * The base implementation of `_.forEach` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ + return range; +}; -var baseEach = _createBaseEach(_baseForOwn); -var _baseEach = baseEach; +const fill$b = (start, end, step, options = {}) => { + if (end == null && isValidValue(start)) { + return [start]; + } -/** - * Aggregates elements of `collection` on `accumulator` with keys transformed - * by `iteratee` and values set by `setter`. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform keys. - * @param {Object} accumulator The initial aggregated object. - * @returns {Function} Returns `accumulator`. - */ + if (!isValidValue(start) || !isValidValue(end)) { + return invalidRange(start, end, options); + } -function baseAggregator(collection, setter, iteratee, accumulator) { - _baseEach(collection, function (value, key, collection) { - setter(accumulator, value, iteratee(value), collection); - }); - return accumulator; -} + if (typeof step === 'function') { + return fill$b(start, end, 1, { + transform: step + }); + } -var _baseAggregator = baseAggregator; + if (isObject$1(step)) { + return fill$b(start, end, 0, step); + } -/** - * Creates a function like `_.groupBy`. - * - * @private - * @param {Function} setter The function to set accumulator values. - * @param {Function} [initializer] The accumulator object initializer. - * @returns {Function} Returns the new aggregator function. - */ + let opts = Object.assign({}, options); + if (opts.capture === true) opts.wrap = true; + step = step || opts.step || 1; -function createAggregator(setter, initializer) { - return function (collection, iteratee) { - var func = isArray_1(collection) ? _arrayAggregator : _baseAggregator, - accumulator = initializer ? initializer() : {}; - return func(collection, setter, _baseIteratee(iteratee), accumulator); - }; -} + if (!isNumber(step)) { + if (step != null && !isObject$1(step)) return invalidStep(step, opts); + return fill$b(start, end, 1, step); + } -var _createAggregator = createAggregator; + if (isNumber(start) && isNumber(end)) { + return fillNumbers(start, end, step, opts); + } -/** - * Creates an array of elements split into two groups, the first of which - * contains elements `predicate` returns truthy for, the second of which - * contains elements `predicate` returns falsey for. The predicate is - * invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the array of grouped elements. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': true }, - * { 'user': 'pebbles', 'age': 1, 'active': false } - * ]; - * - * _.partition(users, function(o) { return o.active; }); - * // => objects for [['fred'], ['barney', 'pebbles']] - * - * // The `_.matches` iteratee shorthand. - * _.partition(users, { 'age': 1, 'active': false }); - * // => objects for [['pebbles'], ['barney', 'fred']] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.partition(users, ['active', false]); - * // => objects for [['barney', 'pebbles'], ['fred']] - * - * // The `_.property` iteratee shorthand. - * _.partition(users, 'active'); - * // => objects for [['fred'], ['barney', 'pebbles']] - */ + return fillLetters(start, end, Math.max(Math.abs(step), 1), opts); +}; -var partition = _createAggregator(function (result, value, key) { - result[key ? 0 : 1].push(value); -}, function () { - return [[], []]; -}); -var partition_1 = partition; +var fillRange = fill$b; + +const fill$a = fillRange; +const utils$o = utils$q; + +const compile$1 = (ast, options = {}) => { + let walk = (node, parent = {}) => { + let invalidBlock = utils$o.isInvalidBrace(parent); + let invalidNode = node.invalid === true && options.escapeInvalid === true; + let invalid = invalidBlock === true || invalidNode === true; + let prefix = options.escapeInvalid === true ? '\\' : ''; + let output = ''; + + if (node.isOpen === true) { + return prefix + node.value; + } + + if (node.isClose === true) { + return prefix + node.value; + } + + if (node.type === 'open') { + return invalid ? prefix + node.value : '('; + } + + if (node.type === 'close') { + return invalid ? prefix + node.value : ')'; + } + + if (node.type === 'comma') { + return node.prev.type === 'comma' ? '' : invalid ? node.value : '|'; + } + + if (node.value) { + return node.value; + } + + if (node.nodes && node.ranges > 0) { + let args = utils$o.reduce(node.nodes); + let range = fill$a(...args, Object.assign(Object.assign({}, options), {}, { + wrap: false, + toRegex: true + })); + + if (range.length !== 0) { + return args.length > 1 && range.length > 1 ? `(${range})` : range; + } + } + + if (node.nodes) { + for (let child of node.nodes) { + output += walk(child, node); + } + } -var arrayUnion = (...arguments_) => { - return [...new Set([].concat(...arguments_))]; -}; + return output; + }; -/* - * merge2 - * https://github.com/teambition/merge2 - * - * Copyright (c) 2014-2020 Teambition - * Licensed under the MIT license. - */ + return walk(ast); +}; +var compile_1 = compile$1; -const PassThrough = stream_1__default['default'].PassThrough; -const slice$1 = Array.prototype.slice; -var merge2_1 = merge2; +const fill$9 = fillRange; +const stringify$3 = stringify$5; +const utils$n = utils$q; -function merge2() { - const streamsQueue = []; - const args = slice$1.call(arguments); - let merging = false; - let options = args[args.length - 1]; +const append = (queue = '', stash = '', enclose = false) => { + let result = []; + queue = [].concat(queue); + stash = [].concat(stash); + if (!stash.length) return queue; - if (options && !Array.isArray(options) && options.pipe == null) { - args.pop(); - } else { - options = {}; + if (!queue.length) { + return enclose ? utils$n.flatten(stash).map(ele => `{${ele}}`) : stash; } - const doEnd = options.end !== false; - const doPipeError = options.pipeError === true; - - if (options.objectMode == null) { - options.objectMode = true; + for (let item of queue) { + if (Array.isArray(item)) { + for (let value of item) { + result.push(append(value, stash, enclose)); + } + } else { + for (let ele of stash) { + if (enclose === true && typeof ele === 'string') ele = `{${ele}}`; + result.push(Array.isArray(ele) ? append(item, ele, enclose) : item + ele); + } + } } - if (options.highWaterMark == null) { - options.highWaterMark = 64 * 1024; - } + return utils$n.flatten(result); +}; - const mergedStream = PassThrough(options); +const expand$1 = (ast, options = {}) => { + let rangeLimit = options.rangeLimit === void 0 ? 1000 : options.rangeLimit; - function addStream() { - for (let i = 0, len = arguments.length; i < len; i++) { - streamsQueue.push(pauseStreams(arguments[i], options)); + let walk = (node, parent = {}) => { + node.queue = []; + let p = parent; + let q = parent.queue; + + while (p.type !== 'brace' && p.type !== 'root' && p.parent) { + p = p.parent; + q = p.queue; } - mergeStream(); - return this; - } + if (node.invalid || node.dollar) { + q.push(append(q.pop(), stringify$3(node, options))); + return; + } - function mergeStream() { - if (merging) { + if (node.type === 'brace' && node.invalid !== true && node.nodes.length === 2) { + q.push(append(q.pop(), ['{}'])); return; } - merging = true; - let streams = streamsQueue.shift(); + if (node.nodes && node.ranges > 0) { + let args = utils$n.reduce(node.nodes); - if (!streams) { - process.nextTick(endStream); + if (utils$n.exceedsLimit(...args, options.step, rangeLimit)) { + throw new RangeError('expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.'); + } + + let range = fill$9(...args, options); + + if (range.length === 0) { + range = stringify$3(node, options); + } + + q.push(append(q.pop(), range)); + node.nodes = []; return; } - if (!Array.isArray(streams)) { - streams = [streams]; + let enclose = utils$n.encloseBrace(node); + let queue = node.queue; + let block = node; + + while (block.type !== 'brace' && block.type !== 'root' && block.parent) { + block = block.parent; + queue = block.queue; } - let pipesCount = streams.length + 1; + for (let i = 0; i < node.nodes.length; i++) { + let child = node.nodes[i]; - function next() { - if (--pipesCount > 0) { - return; + if (child.type === 'comma' && node.type === 'brace') { + if (i === 1) queue.push(''); + queue.push(''); + continue; } - merging = false; - mergeStream(); + if (child.type === 'close') { + q.push(append(q.pop(), queue, enclose)); + continue; + } + + if (child.value && child.type !== 'open') { + queue.push(append(queue.pop(), child.value)); + continue; + } + + if (child.nodes) { + walk(child, node); + } } - function pipe(stream) { - function onend() { - stream.removeListener('merge2UnpipeEnd', onend); - stream.removeListener('end', onend); + return queue; + }; - if (doPipeError) { - stream.removeListener('error', onerror); - } + return utils$n.flatten(walk(ast)); +}; - next(); - } +var expand_1 = expand$1; - function onerror(err) { - mergedStream.emit('error', err); - } // skip ended stream +var constants$4 = { + MAX_LENGTH: 1024 * 64, + // Digits + CHAR_0: '0', + /* 0 */ + CHAR_9: '9', - if (stream._readableState.endEmitted) { - return next(); - } + /* 9 */ + // Alphabet chars. + CHAR_UPPERCASE_A: 'A', - stream.on('merge2UnpipeEnd', onend); - stream.on('end', onend); + /* A */ + CHAR_LOWERCASE_A: 'a', - if (doPipeError) { - stream.on('error', onerror); - } + /* a */ + CHAR_UPPERCASE_Z: 'Z', - stream.pipe(mergedStream, { - end: false - }); // compatible for old stream + /* Z */ + CHAR_LOWERCASE_Z: 'z', - stream.resume(); - } + /* z */ + CHAR_LEFT_PARENTHESES: '(', - for (let i = 0; i < streams.length; i++) { - pipe(streams[i]); - } + /* ( */ + CHAR_RIGHT_PARENTHESES: ')', - next(); - } + /* ) */ + CHAR_ASTERISK: '*', - function endStream() { - merging = false; // emit 'queueDrain' when all streams merged. + /* * */ + // Non-alphabetic chars. + CHAR_AMPERSAND: '&', - mergedStream.emit('queueDrain'); + /* & */ + CHAR_AT: '@', - if (doEnd) { - mergedStream.end(); - } - } + /* @ */ + CHAR_BACKSLASH: '\\', - mergedStream.setMaxListeners(0); - mergedStream.add = addStream; - mergedStream.on('unpipe', function (stream) { - stream.emit('merge2UnpipeEnd'); - }); + /* \ */ + CHAR_BACKTICK: '`', - if (args.length) { - addStream.apply(null, args); - } + /* ` */ + CHAR_CARRIAGE_RETURN: '\r', - return mergedStream; -} // check and pause streams for pipe. + /* \r */ + CHAR_CIRCUMFLEX_ACCENT: '^', + /* ^ */ + CHAR_COLON: ':', -function pauseStreams(streams, options) { - if (!Array.isArray(streams)) { - // Backwards-compat with old-style streams - if (!streams._readableState && streams.pipe) { - streams = streams.pipe(PassThrough(options)); - } + /* : */ + CHAR_COMMA: ',', - if (!streams._readableState || !streams.pause || !streams.pipe) { - throw new Error('Only readable stream can be merged.'); - } + /* , */ + CHAR_DOLLAR: '$', - streams.pause(); - } else { - for (let i = 0, len = streams.length; i < len; i++) { - streams[i] = pauseStreams(streams[i], options); - } - } + /* . */ + CHAR_DOT: '.', - return streams; -} + /* . */ + CHAR_DOUBLE_QUOTE: '"', -var array$2 = createCommonjsModule(function (module, exports) { + /* " */ + CHAR_EQUAL: '=', - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.splitWhen = exports.flatten = void 0; + /* = */ + CHAR_EXCLAMATION_MARK: '!', - function flatten(items) { - return items.reduce((collection, item) => [].concat(collection, item), []); - } + /* ! */ + CHAR_FORM_FEED: '\f', - exports.flatten = flatten; + /* \f */ + CHAR_FORWARD_SLASH: '/', - function splitWhen(items, predicate) { - const result = [[]]; - let groupIndex = 0; + /* / */ + CHAR_HASH: '#', - for (const item of items) { - if (predicate(item)) { - groupIndex++; - result[groupIndex] = []; - } else { - result[groupIndex].push(item); - } - } + /* # */ + CHAR_HYPHEN_MINUS: '-', - return result; - } + /* - */ + CHAR_LEFT_ANGLE_BRACKET: '<', - exports.splitWhen = splitWhen; -}); + /* < */ + CHAR_LEFT_CURLY_BRACE: '{', -var errno = createCommonjsModule(function (module, exports) { + /* { */ + CHAR_LEFT_SQUARE_BRACKET: '[', - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.isEnoentCodeError = void 0; + /* [ */ + CHAR_LINE_FEED: '\n', - function isEnoentCodeError(error) { - return error.code === 'ENOENT'; - } + /* \n */ + CHAR_NO_BREAK_SPACE: '\u00A0', - exports.isEnoentCodeError = isEnoentCodeError; -}); + /* \u00A0 */ + CHAR_PERCENT: '%', -var fs$2 = createCommonjsModule(function (module, exports) { + /* % */ + CHAR_PLUS: '+', - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.createDirentFromStats = void 0; + /* + */ + CHAR_QUESTION_MARK: '?', - class DirentFromStats { - constructor(name, stats) { - this.name = name; - this.isBlockDevice = stats.isBlockDevice.bind(stats); - this.isCharacterDevice = stats.isCharacterDevice.bind(stats); - this.isDirectory = stats.isDirectory.bind(stats); - this.isFIFO = stats.isFIFO.bind(stats); - this.isFile = stats.isFile.bind(stats); - this.isSocket = stats.isSocket.bind(stats); - this.isSymbolicLink = stats.isSymbolicLink.bind(stats); - } + /* ? */ + CHAR_RIGHT_ANGLE_BRACKET: '>', - } + /* > */ + CHAR_RIGHT_CURLY_BRACE: '}', - function createDirentFromStats(name, stats) { - return new DirentFromStats(name, stats); - } + /* } */ + CHAR_RIGHT_SQUARE_BRACKET: ']', - exports.createDirentFromStats = createDirentFromStats; -}); + /* ] */ + CHAR_SEMICOLON: ';', -var path_1 = createCommonjsModule(function (module, exports) { + /* ; */ + CHAR_SINGLE_QUOTE: '\'', - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.removeLeadingDotSegment = exports.escape = exports.makeAbsolute = exports.unixify = void 0; - const LEADING_DOT_SEGMENT_CHARACTERS_COUNT = 2; // ./ or .\\ + /* ' */ + CHAR_SPACE: ' ', - const UNESCAPED_GLOB_SYMBOLS_RE = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\())/g; - /** - * Designed to work only with simple paths: `dir\\file`. - */ + /* */ + CHAR_TAB: '\t', - function unixify(filepath) { - return filepath.replace(/\\/g, '/'); - } + /* \t */ + CHAR_UNDERSCORE: '_', - exports.unixify = unixify; + /* _ */ + CHAR_VERTICAL_LINE: '|', - function makeAbsolute(cwd, filepath) { - return path__default['default'].resolve(cwd, filepath); - } + /* | */ + CHAR_ZERO_WIDTH_NOBREAK_SPACE: '\uFEFF' + /* \uFEFF */ - exports.makeAbsolute = makeAbsolute; +}; - function escape(pattern) { - return pattern.replace(UNESCAPED_GLOB_SYMBOLS_RE, '\\$2'); - } +const stringify$2 = stringify$5; +/** + * Constants + */ - exports.escape = escape; +const { + MAX_LENGTH: MAX_LENGTH$1, + CHAR_BACKSLASH, - function removeLeadingDotSegment(entry) { - // We do not use `startsWith` because this is 10x slower than current implementation for some cases. - // eslint-disable-next-line @typescript-eslint/prefer-string-starts-ends-with - if (entry.charAt(0) === '.') { - const secondCharactery = entry.charAt(1); + /* \ */ + CHAR_BACKTICK, - if (secondCharactery === '/' || secondCharactery === '\\') { - return entry.slice(LEADING_DOT_SEGMENT_CHARACTERS_COUNT); - } - } + /* ` */ + CHAR_COMMA: CHAR_COMMA$1, - return entry; - } + /* , */ + CHAR_DOT: CHAR_DOT$1, - exports.removeLeadingDotSegment = removeLeadingDotSegment; -}); + /* . */ + CHAR_LEFT_PARENTHESES: CHAR_LEFT_PARENTHESES$1, -/*! - * is-extglob - * - * Copyright (c) 2014-2016, Jon Schlinkert. - * Licensed under the MIT License. + /* ( */ + CHAR_RIGHT_PARENTHESES: CHAR_RIGHT_PARENTHESES$1, + + /* ) */ + CHAR_LEFT_CURLY_BRACE: CHAR_LEFT_CURLY_BRACE$1, + + /* { */ + CHAR_RIGHT_CURLY_BRACE: CHAR_RIGHT_CURLY_BRACE$1, + + /* } */ + CHAR_LEFT_SQUARE_BRACKET: CHAR_LEFT_SQUARE_BRACKET$1, + + /* [ */ + CHAR_RIGHT_SQUARE_BRACKET: CHAR_RIGHT_SQUARE_BRACKET$1, + + /* ] */ + CHAR_DOUBLE_QUOTE, + + /* " */ + CHAR_SINGLE_QUOTE, + + /* ' */ + CHAR_NO_BREAK_SPACE, + CHAR_ZERO_WIDTH_NOBREAK_SPACE +} = constants$4; +/** + * parse */ -var isExtglob = function isExtglob(str) { - if (typeof str !== 'string' || str === '') { - return false; + +const parse$5 = (input, options = {}) => { + if (typeof input !== 'string') { + throw new TypeError('Expected a string'); } - var match; + let opts = options || {}; + let max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH$1, opts.maxLength) : MAX_LENGTH$1; - while (match = /(\\).|([@?!+*]\(.*\))/g.exec(str)) { - if (match[2]) return true; - str = str.slice(match.index + match[0].length); + if (input.length > max) { + throw new SyntaxError(`Input length (${input.length}), exceeds max characters (${max})`); } - return false; -}; + let ast = { + type: 'root', + input, + nodes: [] + }; + let stack = [ast]; + let block = ast; + let prev = ast; + let brackets = 0; + let length = input.length; + let index = 0; + let depth = 0; + let value; + /** + * Helpers + */ -/*! - * is-glob - * - * Copyright (c) 2014-2017, Jon Schlinkert. - * Released under the MIT License. - */ + const advance = () => input[index++]; -var chars = { - '{': '}', - '(': ')', - '[': ']' -}; -var strictRegex = /\\(.)|(^!|\*|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/; -var relaxedRegex = /\\(.)|(^!|[*?{}()[\]]|\(\?)/; + const push = node => { + if (node.type === 'text' && prev.type === 'dot') { + prev.type = 'text'; + } -var isGlob = function isGlob(str, options) { - if (typeof str !== 'string' || str === '') { - return false; - } + if (prev && prev.type === 'text' && node.type === 'text') { + prev.value += node.value; + return; + } - if (isExtglob(str)) { - return true; - } + block.nodes.push(node); + node.parent = block; + node.prev = prev; + prev = node; + return node; + }; - var regex = strictRegex; - var match; // optionally relax regex + push({ + type: 'bos' + }); - if (options && options.strict === false) { - regex = relaxedRegex; - } + while (index < length) { + block = stack[stack.length - 1]; + value = advance(); + /** + * Invalid chars + */ + + if (value === CHAR_ZERO_WIDTH_NOBREAK_SPACE || value === CHAR_NO_BREAK_SPACE) { + continue; + } + /** + * Escaped chars + */ - while (match = regex.exec(str)) { - if (match[2]) return true; - var idx = match.index + match[0].length; // if an open bracket/brace/paren is escaped, - // set the index to the next closing character - var open = match[1]; - var close = open ? chars[open] : null; + if (value === CHAR_BACKSLASH) { + push({ + type: 'text', + value: (options.keepEscaping ? value : '') + advance() + }); + continue; + } + /** + * Right square bracket (literal): ']' + */ - if (open && close) { - var n = str.indexOf(close, idx); - if (n !== -1) { - idx = n + 1; - } + if (value === CHAR_RIGHT_SQUARE_BRACKET$1) { + push({ + type: 'text', + value: '\\' + value + }); + continue; } + /** + * Left square bracket: '[' + */ - str = str.slice(idx); - } - return false; -}; + if (value === CHAR_LEFT_SQUARE_BRACKET$1) { + brackets++; + let next; -var pathPosixDirname = path__default['default'].posix.dirname; -var isWin32 = os__default['default'].platform() === 'win32'; -var slash = '/'; -var backslash = /\\/g; -var enclosure = /[\{\[].*[\/]*.*[\}\]]$/; -var globby = /(^|[^\\])([\{\[]|\([^\)]+$)/; -var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g; -/** - * @param {string} str - * @param {Object} opts - * @param {boolean} [opts.flipBackslashes=true] - */ + while (index < length && (next = advance())) { + value += next; -var globParent = function globParent(str, opts) { - var options = Object.assign({ - flipBackslashes: true - }, opts); // flip windows path separators + if (next === CHAR_LEFT_SQUARE_BRACKET$1) { + brackets++; + continue; + } - if (options.flipBackslashes && isWin32 && str.indexOf(slash) < 0) { - str = str.replace(backslash, slash); - } // special case for strings ending in enclosure containing path separator + if (next === CHAR_BACKSLASH) { + value += advance(); + continue; + } + if (next === CHAR_RIGHT_SQUARE_BRACKET$1) { + brackets--; - if (enclosure.test(str)) { - str += slash; - } // preserves full path in case of trailing path separator + if (brackets === 0) { + break; + } + } + } + push({ + type: 'text', + value + }); + continue; + } + /** + * Parentheses + */ - str += 'a'; // remove path parts that are globby - do { - str = pathPosixDirname(str); - } while (isGlob(str) || globby.test(str)); // remove escape chars and return result + if (value === CHAR_LEFT_PARENTHESES$1) { + block = push({ + type: 'paren', + nodes: [] + }); + stack.push(block); + push({ + type: 'text', + value + }); + continue; + } + if (value === CHAR_RIGHT_PARENTHESES$1) { + if (block.type !== 'paren') { + push({ + type: 'text', + value + }); + continue; + } - return str.replace(escaped, '$1'); -}; + block = stack.pop(); + push({ + type: 'text', + value + }); + block = stack[stack.length - 1]; + continue; + } + /** + * Quotes: '|"|` + */ -var utils$1 = createCommonjsModule(function (module, exports) { - exports.isInteger = num => { - if (typeof num === 'number') { - return Number.isInteger(num); - } + if (value === CHAR_DOUBLE_QUOTE || value === CHAR_SINGLE_QUOTE || value === CHAR_BACKTICK) { + let open = value; + let next; - if (typeof num === 'string' && num.trim() !== '') { - return Number.isInteger(Number(num)); - } + if (options.keepQuotes !== true) { + value = ''; + } - return false; - }; - /** - * Find a node of the given type - */ + while (index < length && (next = advance())) { + if (next === CHAR_BACKSLASH) { + value += next + advance(); + continue; + } + if (next === open) { + if (options.keepQuotes === true) value += next; + break; + } - exports.find = (node, type) => node.nodes.find(node => node.type === type); - /** - * Find a node of the given type - */ + value += next; + } + push({ + type: 'text', + value + }); + continue; + } + /** + * Left curly brace: '{' + */ - exports.exceedsLimit = (min, max, step = 1, limit) => { - if (limit === false) return false; - if (!exports.isInteger(min) || !exports.isInteger(max)) return false; - return (Number(max) - Number(min)) / Number(step) >= limit; - }; - /** - * Escape the given node with '\\' before node.value - */ + if (value === CHAR_LEFT_CURLY_BRACE$1) { + depth++; + let dollar = prev.value && prev.value.slice(-1) === '$' || block.dollar === true; + let brace = { + type: 'brace', + open: true, + close: false, + dollar, + depth, + commas: 0, + ranges: 0, + nodes: [] + }; + block = push(brace); + stack.push(block); + push({ + type: 'open', + value + }); + continue; + } + /** + * Right curly brace: '}' + */ - exports.escapeNode = (block, n = 0, type) => { - let node = block.nodes[n]; - if (!node) return; - if (type && node.type === type || node.type === 'open' || node.type === 'close') { - if (node.escaped !== true) { - node.value = '\\' + node.value; - node.escaped = true; + if (value === CHAR_RIGHT_CURLY_BRACE$1) { + if (block.type !== 'brace') { + push({ + type: 'text', + value + }); + continue; } + + let type = 'close'; + block = stack.pop(); + block.close = true; + push({ + type, + value + }); + depth--; + block = stack[stack.length - 1]; + continue; } - }; - /** - * Returns true if the given brace node should be enclosed in literal braces - */ + /** + * Comma: ',' + */ - exports.encloseBrace = node => { - if (node.type !== 'brace') return false; + if (value === CHAR_COMMA$1 && depth > 0) { + if (block.ranges > 0) { + block.ranges = 0; + let open = block.nodes.shift(); + block.nodes = [open, { + type: 'text', + value: stringify$2(block) + }]; + } - if (node.commas >> 0 + node.ranges >> 0 === 0) { - node.invalid = true; - return true; + push({ + type: 'comma', + value + }); + block.commas++; + continue; } + /** + * Dot: '.' + */ - return false; - }; - /** - * Returns true if a brace node is invalid. - */ + if (value === CHAR_DOT$1 && depth > 0 && block.commas === 0) { + let siblings = block.nodes; - exports.isInvalidBrace = block => { - if (block.type !== 'brace') return false; - if (block.invalid === true || block.dollar) return true; + if (depth === 0 || siblings.length === 0) { + push({ + type: 'text', + value + }); + continue; + } - if (block.commas >> 0 + block.ranges >> 0 === 0) { - block.invalid = true; - return true; - } + if (prev.type === 'dot') { + block.range = []; + prev.value += value; + prev.type = 'range'; - if (block.open !== true || block.close !== true) { - block.invalid = true; - return true; - } + if (block.nodes.length !== 3 && block.nodes.length !== 5) { + block.invalid = true; + block.ranges = 0; + prev.type = 'text'; + continue; + } - return false; - }; - /** - * Returns true if a node is an open or close node - */ + block.ranges++; + block.args = []; + continue; + } + if (prev.type === 'range') { + siblings.pop(); + let before = siblings[siblings.length - 1]; + before.value += prev.value + value; + prev = before; + block.ranges--; + continue; + } - exports.isOpenOrClose = node => { - if (node.type === 'open' || node.type === 'close') { - return true; + push({ + type: 'dot', + value + }); + continue; } + /** + * Text + */ - return node.open === true || node.close === true; - }; - /** - * Reduce an array of text nodes. - */ + push({ + type: 'text', + value + }); + } // Mark imbalanced braces and brackets as invalid - exports.reduce = nodes => nodes.reduce((acc, node) => { - if (node.type === 'text') acc.push(node.value); - if (node.type === 'range') node.type = 'text'; - return acc; - }, []); - /** - * Flatten an array - */ + do { + block = stack.pop(); - exports.flatten = (...args) => { - const result = []; + if (block.type !== 'root') { + block.nodes.forEach(node => { + if (!node.nodes) { + if (node.type === 'open') node.isOpen = true; + if (node.type === 'close') node.isClose = true; + if (!node.nodes) node.type = 'text'; + node.invalid = true; + } + }); // get the location of the block on parent.nodes (block's siblings) - const flat = arr => { - for (let i = 0; i < arr.length; i++) { - let ele = arr[i]; - Array.isArray(ele) ? flat(ele) : ele !== void 0 && result.push(ele); - } + let parent = stack[stack.length - 1]; + let index = parent.nodes.indexOf(block); // replace the (invalid) block with it's nodes - return result; - }; + parent.nodes.splice(index, 1, ...block.nodes); + } + } while (stack.length > 0); - flat(args); - return result; - }; -}); + push({ + type: 'eos' + }); + return ast; +}; -var stringify$1 = (ast, options = {}) => { - let stringify = (node, parent = {}) => { - let invalidBlock = options.escapeInvalid && utils$1.isInvalidBrace(parent); - let invalidNode = node.invalid === true && options.escapeInvalid === true; - let output = ''; +var parse_1$2 = parse$5; - if (node.value) { - if ((invalidBlock || invalidNode) && utils$1.isOpenOrClose(node)) { - return '\\' + node.value; - } +const stringify$1 = stringify$5; +const compile = compile_1; +const expand = expand_1; +const parse$4 = parse_1$2; +/** + * Expand the given pattern or create a regex-compatible string. + * + * ```js + * const braces = require('braces'); + * console.log(braces('{a,b,c}', { compile: true })); //=> ['(a|b|c)'] + * console.log(braces('{a,b,c}')); //=> ['a', 'b', 'c'] + * ``` + * @param {String} `str` + * @param {Object} `options` + * @return {String} + * @api public + */ - return node.value; - } +const braces$1 = (input, options = {}) => { + let output = []; - if (node.value) { - return node.value; - } + if (Array.isArray(input)) { + for (let pattern of input) { + let result = braces$1.create(pattern, options); - if (node.nodes) { - for (let child of node.nodes) { - output += stringify(child); + if (Array.isArray(result)) { + output.push(...result); + } else { + output.push(result); } } + } else { + output = [].concat(braces$1.create(input, options)); + } - return output; - }; + if (options && options.expand === true && options.nodupes === true) { + output = [...new Set(output)]; + } - return stringify(ast); + return output; }; +/** + * Parse the given `str` with the given `options`. + * + * ```js + * // braces.parse(pattern, [, options]); + * const ast = braces.parse('a/{b,c}/d'); + * console.log(ast); + * ``` + * @param {String} pattern Brace pattern to parse + * @param {Object} options + * @return {Object} Returns an AST + * @api public + */ -/*! - * is-number + +braces$1.parse = (input, options = {}) => parse$4(input, options); +/** + * Creates a braces string from an AST, or an AST node. * - * Copyright (c) 2014-present, Jon Schlinkert. - * Released under the MIT License. + * ```js + * const braces = require('braces'); + * let ast = braces.parse('foo/{a,b}/bar'); + * console.log(stringify(ast.nodes[2])); //=> '{a,b}' + * ``` + * @param {String} `input` Brace pattern or AST. + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public */ -var isNumber = function (num) { - if (typeof num === 'number') { - return num - num === 0; - } - if (typeof num === 'string' && num.trim() !== '') { - return Number.isFinite ? Number.isFinite(+num) : isFinite(+num); +braces$1.stringify = (input, options = {}) => { + if (typeof input === 'string') { + return stringify$1(braces$1.parse(input, options), options); } - return false; + return stringify$1(input, options); }; +/** + * Compiles a brace pattern into a regex-compatible, optimized string. + * This method is called by the main [braces](#braces) function by default. + * + * ```js + * const braces = require('braces'); + * console.log(braces.compile('a/{b,c}/d')); + * //=> ['a/(b|c)/d'] + * ``` + * @param {String} `input` Brace pattern or AST. + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ -const toRegexRange = (min, max, options) => { - if (isNumber(min) === false) { - throw new TypeError('toRegexRange: expected the first argument to be a number'); - } - - if (max === void 0 || min === max) { - return String(min); - } - if (isNumber(max) === false) { - throw new TypeError('toRegexRange: expected the second argument to be a number.'); +braces$1.compile = (input, options = {}) => { + if (typeof input === 'string') { + input = braces$1.parse(input, options); } - let opts = Object.assign({ - relaxZeros: true - }, options); - - if (typeof opts.strictZeros === 'boolean') { - opts.relaxZeros = opts.strictZeros === false; - } + return compile(input, options); +}; +/** + * Expands a brace pattern into an array. This method is called by the + * main [braces](#braces) function when `options.expand` is true. Before + * using this method it's recommended that you read the [performance notes](#performance)) + * and advantages of using [.compile](#compile) instead. + * + * ```js + * const braces = require('braces'); + * console.log(braces.expand('a/{b,c}/d')); + * //=> ['a/b/d', 'a/c/d']; + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ - let relax = String(opts.relaxZeros); - let shorthand = String(opts.shorthand); - let capture = String(opts.capture); - let wrap = String(opts.wrap); - let cacheKey = min + ':' + max + '=' + relax + shorthand + capture + wrap; - if (toRegexRange.cache.hasOwnProperty(cacheKey)) { - return toRegexRange.cache[cacheKey].result; +braces$1.expand = (input, options = {}) => { + if (typeof input === 'string') { + input = braces$1.parse(input, options); } - let a = Math.min(min, max); - let b = Math.max(min, max); - - if (Math.abs(a - b) === 1) { - let result = min + '|' + max; - - if (opts.capture) { - return `(${result})`; - } - - if (opts.wrap === false) { - return result; - } - - return `(?:${result})`; - } + let result = expand(input, options); // filter out empty strings if specified - let isPadded = hasPadding(min) || hasPadding(max); - let state = { - min, - max, - a, - b - }; - let positives = []; - let negatives = []; + if (options.noempty === true) { + result = result.filter(Boolean); + } // filter out duplicates if specified - if (isPadded) { - state.isPadded = isPadded; - state.maxLen = String(state.max).length; - } - if (a < 0) { - let newMin = b < 0 ? Math.abs(b) : 1; - negatives = splitToPatterns(newMin, Math.abs(a), state, opts); - a = state.a = 0; + if (options.nodupes === true) { + result = [...new Set(result)]; } - if (b >= 0) { - positives = splitToPatterns(a, b, state, opts); - } + return result; +}; +/** + * Processes a brace pattern and returns either an expanded array + * (if `options.expand` is true), a highly optimized regex-compatible string. + * This method is called by the main [braces](#braces) function. + * + * ```js + * const braces = require('braces'); + * console.log(braces.create('user-{200..300}/project-{a,b,c}-{1..10}')) + * //=> 'user-(20[0-9]|2[1-9][0-9]|300)/project-(a|b|c)-([1-9]|10)' + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ - state.negatives = negatives; - state.positives = positives; - state.result = collatePatterns(negatives, positives); - if (opts.capture === true) { - state.result = `(${state.result})`; - } else if (opts.wrap !== false && positives.length + negatives.length > 1) { - state.result = `(?:${state.result})`; +braces$1.create = (input, options = {}) => { + if (input === '' || input.length < 3) { + return [input]; } - toRegexRange.cache[cacheKey] = state; - return state.result; + return options.expand !== true ? braces$1.compile(input, options) : braces$1.expand(input, options); }; +/** + * Expose "braces" + */ -function collatePatterns(neg, pos, options) { - let onlyNegative = filterPatterns(neg, pos, '-', false) || []; - let onlyPositive = filterPatterns(pos, neg, '', false) || []; - let intersected = filterPatterns(neg, pos, '-?', true) || []; - let subpatterns = onlyNegative.concat(intersected).concat(onlyPositive); - return subpatterns.join('|'); -} -function splitToRanges(min, max) { - let nines = 1; - let zeros = 1; - let stop = countNines(min, nines); - let stops = new Set([max]); +var braces_1 = braces$1; - while (min <= stop && stop <= max) { - stops.add(stop); - nines += 1; - stop = countNines(min, nines); - } +var utils$m = {}; - stop = countZeros(max + 1, zeros) - 1; +const path$a = require$$0__default$2["default"]; +const WIN_SLASH = '\\\\/'; +const WIN_NO_SLASH = `[^${WIN_SLASH}]`; +/** + * Posix glob regex + */ - while (min < stop && stop <= max) { - stops.add(stop); - zeros += 1; - stop = countZeros(max + 1, zeros) - 1; - } +const DOT_LITERAL = '\\.'; +const PLUS_LITERAL = '\\+'; +const QMARK_LITERAL = '\\?'; +const SLASH_LITERAL = '\\/'; +const ONE_CHAR = '(?=.)'; +const QMARK = '[^/]'; +const END_ANCHOR = `(?:${SLASH_LITERAL}|$)`; +const START_ANCHOR = `(?:^|${SLASH_LITERAL})`; +const DOTS_SLASH = `${DOT_LITERAL}{1,2}${END_ANCHOR}`; +const NO_DOT = `(?!${DOT_LITERAL})`; +const NO_DOTS = `(?!${START_ANCHOR}${DOTS_SLASH})`; +const NO_DOT_SLASH = `(?!${DOT_LITERAL}{0,1}${END_ANCHOR})`; +const NO_DOTS_SLASH = `(?!${DOTS_SLASH})`; +const QMARK_NO_DOT = `[^.${SLASH_LITERAL}]`; +const STAR = `${QMARK}*?`; +const POSIX_CHARS = { + DOT_LITERAL, + PLUS_LITERAL, + QMARK_LITERAL, + SLASH_LITERAL, + ONE_CHAR, + QMARK, + END_ANCHOR, + DOTS_SLASH, + NO_DOT, + NO_DOTS, + NO_DOT_SLASH, + NO_DOTS_SLASH, + QMARK_NO_DOT, + STAR, + START_ANCHOR +}; +/** + * Windows glob regex + */ - stops = [...stops]; - stops.sort(compare$1); - return stops; -} +const WINDOWS_CHARS = Object.assign(Object.assign({}, POSIX_CHARS), {}, { + SLASH_LITERAL: `[${WIN_SLASH}]`, + QMARK: WIN_NO_SLASH, + STAR: `${WIN_NO_SLASH}*?`, + DOTS_SLASH: `${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$)`, + NO_DOT: `(?!${DOT_LITERAL})`, + NO_DOTS: `(?!(?:^|[${WIN_SLASH}])${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$))`, + NO_DOT_SLASH: `(?!${DOT_LITERAL}{0,1}(?:[${WIN_SLASH}]|$))`, + NO_DOTS_SLASH: `(?!${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$))`, + QMARK_NO_DOT: `[^.${WIN_SLASH}]`, + START_ANCHOR: `(?:^|[${WIN_SLASH}])`, + END_ANCHOR: `(?:[${WIN_SLASH}]|$)` +}); /** - * Convert a range to a regex pattern - * @param {Number} `start` - * @param {Number} `stop` - * @return {String} + * POSIX Bracket Regex */ +const POSIX_REGEX_SOURCE$1 = { + alnum: 'a-zA-Z0-9', + alpha: 'a-zA-Z', + ascii: '\\x00-\\x7F', + blank: ' \\t', + cntrl: '\\x00-\\x1F\\x7F', + digit: '0-9', + graph: '\\x21-\\x7E', + lower: 'a-z', + print: '\\x20-\\x7E ', + punct: '\\-!"#$%&\'()\\*+,./:;<=>?@[\\]^_`{|}~', + space: ' \\t\\r\\n\\v\\f', + upper: 'A-Z', + word: 'A-Za-z0-9_', + xdigit: 'A-Fa-f0-9' +}; +var constants$3 = { + MAX_LENGTH: 1024 * 64, + POSIX_REGEX_SOURCE: POSIX_REGEX_SOURCE$1, + // regular expressions + REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g, + REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/, + REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/, + REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g, + REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g, + REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g, + // Replace globs with equivalent patterns to reduce parsing time. + REPLACEMENTS: { + '***': '*', + '**/**': '**', + '**/**/**': '**' + }, + // Digits + CHAR_0: 48, -function rangeToPattern(start, stop, options) { - if (start === stop) { - return { - pattern: start, - count: [], - digits: 0 - }; - } + /* 0 */ + CHAR_9: 57, - let zipped = zip(start, stop); - let digits = zipped.length; - let pattern = ''; - let count = 0; + /* 9 */ + // Alphabet chars. + CHAR_UPPERCASE_A: 65, - for (let i = 0; i < digits; i++) { - let [startDigit, stopDigit] = zipped[i]; + /* A */ + CHAR_LOWERCASE_A: 97, - if (startDigit === stopDigit) { - pattern += startDigit; - } else if (startDigit !== '0' || stopDigit !== '9') { - pattern += toCharacterClass(startDigit, stopDigit); - } else { - count++; - } - } + /* a */ + CHAR_UPPERCASE_Z: 90, - if (count) { - pattern += options.shorthand === true ? '\\d' : '[0-9]'; - } + /* Z */ + CHAR_LOWERCASE_Z: 122, - return { - pattern, - count: [count], - digits - }; -} + /* z */ + CHAR_LEFT_PARENTHESES: 40, -function splitToPatterns(min, max, tok, options) { - let ranges = splitToRanges(min, max); - let tokens = []; - let start = min; - let prev; + /* ( */ + CHAR_RIGHT_PARENTHESES: 41, - for (let i = 0; i < ranges.length; i++) { - let max = ranges[i]; - let obj = rangeToPattern(String(start), String(max), options); - let zeros = ''; + /* ) */ + CHAR_ASTERISK: 42, - if (!tok.isPadded && prev && prev.pattern === obj.pattern) { - if (prev.count.length > 1) { - prev.count.pop(); - } + /* * */ + // Non-alphabetic chars. + CHAR_AMPERSAND: 38, - prev.count.push(obj.count[0]); - prev.string = prev.pattern + toQuantifier(prev.count); - start = max + 1; - continue; - } + /* & */ + CHAR_AT: 64, - if (tok.isPadded) { - zeros = padZeros(max, tok, options); - } + /* @ */ + CHAR_BACKWARD_SLASH: 92, - obj.string = zeros + obj.pattern + toQuantifier(obj.count); - tokens.push(obj); - start = max + 1; - prev = obj; - } + /* \ */ + CHAR_CARRIAGE_RETURN: 13, - return tokens; -} + /* \r */ + CHAR_CIRCUMFLEX_ACCENT: 94, -function filterPatterns(arr, comparison, prefix, intersection, options) { - let result = []; + /* ^ */ + CHAR_COLON: 58, - for (let ele of arr) { - let { - string - } = ele; // only push if _both_ are negative... + /* : */ + CHAR_COMMA: 44, - if (!intersection && !contains(comparison, 'string', string)) { - result.push(prefix + string); - } // or _both_ are positive + /* , */ + CHAR_DOT: 46, + /* . */ + CHAR_DOUBLE_QUOTE: 34, - if (intersection && contains(comparison, 'string', string)) { - result.push(prefix + string); - } - } + /* " */ + CHAR_EQUAL: 61, - return result; -} -/** - * Zip strings - */ + /* = */ + CHAR_EXCLAMATION_MARK: 33, + /* ! */ + CHAR_FORM_FEED: 12, -function zip(a, b) { - let arr = []; + /* \f */ + CHAR_FORWARD_SLASH: 47, - for (let i = 0; i < a.length; i++) arr.push([a[i], b[i]]); + /* / */ + CHAR_GRAVE_ACCENT: 96, - return arr; -} + /* ` */ + CHAR_HASH: 35, -function compare$1(a, b) { - return a > b ? 1 : b > a ? -1 : 0; -} + /* # */ + CHAR_HYPHEN_MINUS: 45, -function contains(arr, key, val) { - return arr.some(ele => ele[key] === val); -} + /* - */ + CHAR_LEFT_ANGLE_BRACKET: 60, -function countNines(min, len) { - return Number(String(min).slice(0, -len) + '9'.repeat(len)); -} + /* < */ + CHAR_LEFT_CURLY_BRACE: 123, -function countZeros(integer, zeros) { - return integer - integer % Math.pow(10, zeros); -} + /* { */ + CHAR_LEFT_SQUARE_BRACKET: 91, -function toQuantifier(digits) { - let [start = 0, stop = ''] = digits; + /* [ */ + CHAR_LINE_FEED: 10, - if (stop || start > 1) { - return `{${start + (stop ? ',' + stop : '')}}`; - } + /* \n */ + CHAR_NO_BREAK_SPACE: 160, - return ''; -} + /* \u00A0 */ + CHAR_PERCENT: 37, -function toCharacterClass(a, b, options) { - return `[${a}${b - a === 1 ? '' : '-'}${b}]`; -} + /* % */ + CHAR_PLUS: 43, -function hasPadding(str) { - return /^-?(0+)\d/.test(str); -} + /* + */ + CHAR_QUESTION_MARK: 63, -function padZeros(value, tok, options) { - if (!tok.isPadded) { - return value; - } + /* ? */ + CHAR_RIGHT_ANGLE_BRACKET: 62, - let diff = Math.abs(tok.maxLen - String(value).length); - let relax = options.relaxZeros !== false; + /* > */ + CHAR_RIGHT_CURLY_BRACE: 125, - switch (diff) { - case 0: - return ''; + /* } */ + CHAR_RIGHT_SQUARE_BRACKET: 93, - case 1: - return relax ? '0?' : '0'; + /* ] */ + CHAR_SEMICOLON: 59, - case 2: - return relax ? '0{0,2}' : '00'; + /* ; */ + CHAR_SINGLE_QUOTE: 39, - default: - { - return relax ? `0{0,${diff}}` : `0{${diff}}`; - } - } -} -/** - * Cache - */ + /* ' */ + CHAR_SPACE: 32, + /* */ + CHAR_TAB: 9, -toRegexRange.cache = {}; + /* \t */ + CHAR_UNDERSCORE: 95, -toRegexRange.clearCache = () => toRegexRange.cache = {}; -/** - * Expose `toRegexRange` - */ + /* _ */ + CHAR_VERTICAL_LINE: 124, + /* | */ + CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, -var toRegexRange_1 = toRegexRange; + /* \uFEFF */ + SEP: path$a.sep, -const isObject$1 = val => val !== null && typeof val === 'object' && !Array.isArray(val); + /** + * Create EXTGLOB_CHARS + */ + extglobChars(chars) { + return { + '!': { + type: 'negate', + open: '(?:(?!(?:', + close: `))${chars.STAR})` + }, + '?': { + type: 'qmark', + open: '(?:', + close: ')?' + }, + '+': { + type: 'plus', + open: '(?:', + close: ')+' + }, + '*': { + type: 'star', + open: '(?:', + close: ')*' + }, + '@': { + type: 'at', + open: '(?:', + close: ')' + } + }; + }, -const transform = toNumber => { - return value => toNumber === true ? Number(value) : String(value); -}; + /** + * Create GLOB_CHARS + */ + globChars(win32) { + return win32 === true ? WINDOWS_CHARS : POSIX_CHARS; + } -const isValidValue = value => { - return typeof value === 'number' || typeof value === 'string' && value !== ''; }; -const isNumber$1 = num => Number.isInteger(+num); - -const zeros = input => { - let value = `${input}`; - let index = -1; - if (value[0] === '-') value = value.slice(1); - if (value === '0') return false; - - while (value[++index] === '0'); +(function (exports) { - return index > 0; -}; + const path = require$$0__default$2["default"]; + const win32 = process.platform === 'win32'; + const { + REGEX_BACKSLASH, + REGEX_REMOVE_BACKSLASH, + REGEX_SPECIAL_CHARS, + REGEX_SPECIAL_CHARS_GLOBAL + } = constants$3; -const stringify$2 = (start, end, options) => { - if (typeof start === 'string' || typeof end === 'string') { - return true; - } + exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val); - return options.stringify === true; -}; + exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str); -const pad = (input, maxLength, toNumber) => { - if (maxLength > 0) { - let dash = input[0] === '-' ? '-' : ''; - if (dash) input = input.slice(1); - input = dash + input.padStart(dash ? maxLength - 1 : maxLength, '0'); - } + exports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str); - if (toNumber === false) { - return String(input); - } + exports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1'); - return input; -}; + exports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/'); -const toMaxLen = (input, maxLength) => { - let negative = input[0] === '-' ? '-' : ''; + exports.removeBackslashes = str => { + return str.replace(REGEX_REMOVE_BACKSLASH, match => { + return match === '\\' ? '' : match; + }); + }; - if (negative) { - input = input.slice(1); - maxLength--; - } + exports.supportsLookbehinds = () => { + const segs = process.version.slice(1).split('.').map(Number); - while (input.length < maxLength) input = '0' + input; + if (segs.length === 3 && segs[0] >= 9 || segs[0] === 8 && segs[1] >= 10) { + return true; + } - return negative ? '-' + input : input; -}; + return false; + }; -const toSequence = (parts, options) => { - parts.negatives.sort((a, b) => a < b ? -1 : a > b ? 1 : 0); - parts.positives.sort((a, b) => a < b ? -1 : a > b ? 1 : 0); - let prefix = options.capture ? '' : '?:'; - let positives = ''; - let negatives = ''; - let result; + exports.isWindows = options => { + if (options && typeof options.windows === 'boolean') { + return options.windows; + } - if (parts.positives.length) { - positives = parts.positives.join('|'); - } + return win32 === true || path.sep === '\\'; + }; - if (parts.negatives.length) { - negatives = `-(${prefix}${parts.negatives.join('|')})`; - } + exports.escapeLast = (input, char, lastIdx) => { + const idx = input.lastIndexOf(char, lastIdx); + if (idx === -1) return input; + if (input[idx - 1] === '\\') return exports.escapeLast(input, char, idx - 1); + return `${input.slice(0, idx)}\\${input.slice(idx)}`; + }; - if (positives && negatives) { - result = `${positives}|${negatives}`; - } else { - result = positives || negatives; - } + exports.removePrefix = (input, state = {}) => { + let output = input; - if (options.wrap) { - return `(${prefix}${result})`; - } + if (output.startsWith('./')) { + output = output.slice(2); + state.prefix = './'; + } - return result; -}; + return output; + }; -const toRange = (a, b, isNumbers, options) => { - if (isNumbers) { - return toRegexRange_1(a, b, Object.assign({ - wrap: false - }, options)); - } + exports.wrapOutput = (input, state = {}, options = {}) => { + const prepend = options.contains ? '' : '^'; + const append = options.contains ? '' : '$'; + let output = `${prepend}(?:${input})${append}`; - let start = String.fromCharCode(a); - if (a === b) return start; - let stop = String.fromCharCode(b); - return `[${start}-${stop}]`; -}; + if (state.negated === true) { + output = `(?:^(?!${output}).*$)`; + } -const toRegex = (start, end, options) => { - if (Array.isArray(start)) { - let wrap = options.wrap === true; - let prefix = options.capture ? '' : '?:'; - return wrap ? `(${prefix}${start.join('|')})` : start.join('|'); - } + return output; + }; +})(utils$m); - return toRegexRange_1(start, end, options); -}; +const utils$l = utils$m; +const { + CHAR_ASTERISK, -const rangeError = (...args) => { - return new RangeError('Invalid range arguments: ' + util__default['default'].inspect(...args)); -}; + /* * */ + CHAR_AT, -const invalidRange = (start, end, options) => { - if (options.strictRanges === true) throw rangeError([start, end]); - return []; -}; + /* @ */ + CHAR_BACKWARD_SLASH, -const invalidStep = (step, options) => { - if (options.strictRanges === true) { - throw new TypeError(`Expected step "${step}" to be a number`); - } + /* \ */ + CHAR_COMMA, - return []; -}; + /* , */ + CHAR_DOT, -const fillNumbers = (start, end, step = 1, options = {}) => { - let a = Number(start); - let b = Number(end); + /* . */ + CHAR_EXCLAMATION_MARK, - if (!Number.isInteger(a) || !Number.isInteger(b)) { - if (options.strictRanges === true) throw rangeError([start, end]); - return []; - } // fix negative zero + /* ! */ + CHAR_FORWARD_SLASH, + /* / */ + CHAR_LEFT_CURLY_BRACE, - if (a === 0) a = 0; - if (b === 0) b = 0; - let descending = a > b; - let startString = String(start); - let endString = String(end); - let stepString = String(step); - step = Math.max(Math.abs(step), 1); - let padded = zeros(startString) || zeros(endString) || zeros(stepString); - let maxLen = padded ? Math.max(startString.length, endString.length, stepString.length) : 0; - let toNumber = padded === false && stringify$2(start, end, options) === false; - let format = options.transform || transform(toNumber); + /* { */ + CHAR_LEFT_PARENTHESES, - if (options.toRegex && step === 1) { - return toRange(toMaxLen(start, maxLen), toMaxLen(end, maxLen), true, options); - } + /* ( */ + CHAR_LEFT_SQUARE_BRACKET, - let parts = { - negatives: [], - positives: [] - }; + /* [ */ + CHAR_PLUS, - let push = num => parts[num < 0 ? 'negatives' : 'positives'].push(Math.abs(num)); + /* + */ + CHAR_QUESTION_MARK, - let range = []; - let index = 0; + /* ? */ + CHAR_RIGHT_CURLY_BRACE, - while (descending ? a >= b : a <= b) { - if (options.toRegex === true && step > 1) { - push(a); - } else { - range.push(pad(format(a, index), maxLen, toNumber)); - } + /* } */ + CHAR_RIGHT_PARENTHESES, - a = descending ? a - step : a + step; - index++; - } + /* ) */ + CHAR_RIGHT_SQUARE_BRACKET + /* ] */ - if (options.toRegex === true) { - return step > 1 ? toSequence(parts, options) : toRegex(range, null, Object.assign({ - wrap: false - }, options)); - } +} = constants$3; - return range; +const isPathSeparator = code => { + return code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH; }; -const fillLetters = (start, end, step = 1, options = {}) => { - if (!isNumber$1(start) && start.length > 1 || !isNumber$1(end) && end.length > 1) { - return invalidRange(start, end, options); +const depth = token => { + if (token.isPrefix !== true) { + token.depth = token.isGlobstar ? Infinity : 1; } +}; +/** + * Quickly scans a glob pattern and returns an object with a handful of + * useful properties, like `isGlob`, `path` (the leading non-glob, if it exists), + * `glob` (the actual pattern), `negated` (true if the path starts with `!` but not + * with `!(`) and `negatedExtglob` (true if the path starts with `!(`). + * + * ```js + * const pm = require('picomatch'); + * console.log(pm.scan('foo/bar/*.js')); + * { isGlob: true, input: 'foo/bar/*.js', base: 'foo/bar', glob: '*.js' } + * ``` + * @param {String} `str` + * @param {Object} `options` + * @return {Object} Returns an object with tokens and regex source string. + * @api public + */ - let format = options.transform || (val => String.fromCharCode(val)); - - let a = `${start}`.charCodeAt(0); - let b = `${end}`.charCodeAt(0); - let descending = a > b; - let min = Math.min(a, b); - let max = Math.max(a, b); - if (options.toRegex && step === 1) { - return toRange(min, max, false, options); - } +const scan$1 = (input, options) => { + const opts = options || {}; + const length = input.length - 1; + const scanToEnd = opts.parts === true || opts.scanToEnd === true; + const slashes = []; + const tokens = []; + const parts = []; + let str = input; + let index = -1; + let start = 0; + let lastIndex = 0; + let isBrace = false; + let isBracket = false; + let isGlob = false; + let isExtglob = false; + let isGlobstar = false; + let braceEscaped = false; + let backslashes = false; + let negated = false; + let negatedExtglob = false; + let finished = false; + let braces = 0; + let prev; + let code; + let token = { + value: '', + depth: 0, + isGlob: false + }; - let range = []; - let index = 0; + const eos = () => index >= length; - while (descending ? a >= b : a <= b) { - range.push(format(a, index)); - a = descending ? a - step : a + step; - index++; - } + const peek = () => str.charCodeAt(index + 1); - if (options.toRegex === true) { - return toRegex(range, null, { - wrap: false, - options - }); - } + const advance = () => { + prev = code; + return str.charCodeAt(++index); + }; - return range; -}; + while (index < length) { + code = advance(); + let next; -const fill$2 = (start, end, step, options = {}) => { - if (end == null && isValidValue(start)) { - return [start]; - } + if (code === CHAR_BACKWARD_SLASH) { + backslashes = token.backslashes = true; + code = advance(); - if (!isValidValue(start) || !isValidValue(end)) { - return invalidRange(start, end, options); - } + if (code === CHAR_LEFT_CURLY_BRACE) { + braceEscaped = true; + } - if (typeof step === 'function') { - return fill$2(start, end, 1, { - transform: step - }); - } + continue; + } - if (isObject$1(step)) { - return fill$2(start, end, 0, step); - } + if (braceEscaped === true || code === CHAR_LEFT_CURLY_BRACE) { + braces++; - let opts = Object.assign({}, options); - if (opts.capture === true) opts.wrap = true; - step = step || opts.step || 1; + while (eos() !== true && (code = advance())) { + if (code === CHAR_BACKWARD_SLASH) { + backslashes = token.backslashes = true; + advance(); + continue; + } - if (!isNumber$1(step)) { - if (step != null && !isObject$1(step)) return invalidStep(step, opts); - return fill$2(start, end, 1, step); - } + if (code === CHAR_LEFT_CURLY_BRACE) { + braces++; + continue; + } - if (isNumber$1(start) && isNumber$1(end)) { - return fillNumbers(start, end, step, opts); - } + if (braceEscaped !== true && code === CHAR_DOT && (code = advance()) === CHAR_DOT) { + isBrace = token.isBrace = true; + isGlob = token.isGlob = true; + finished = true; - return fillLetters(start, end, Math.max(Math.abs(step), 1), opts); -}; + if (scanToEnd === true) { + continue; + } -var fillRange = fill$2; + break; + } -const compile = (ast, options = {}) => { - let walk = (node, parent = {}) => { - let invalidBlock = utils$1.isInvalidBrace(parent); - let invalidNode = node.invalid === true && options.escapeInvalid === true; - let invalid = invalidBlock === true || invalidNode === true; - let prefix = options.escapeInvalid === true ? '\\' : ''; - let output = ''; + if (braceEscaped !== true && code === CHAR_COMMA) { + isBrace = token.isBrace = true; + isGlob = token.isGlob = true; + finished = true; - if (node.isOpen === true) { - return prefix + node.value; - } + if (scanToEnd === true) { + continue; + } - if (node.isClose === true) { - return prefix + node.value; - } + break; + } - if (node.type === 'open') { - return invalid ? prefix + node.value : '('; - } + if (code === CHAR_RIGHT_CURLY_BRACE) { + braces--; - if (node.type === 'close') { - return invalid ? prefix + node.value : ')'; - } + if (braces === 0) { + braceEscaped = false; + isBrace = token.isBrace = true; + finished = true; + break; + } + } + } - if (node.type === 'comma') { - return node.prev.type === 'comma' ? '' : invalid ? node.value : '|'; - } + if (scanToEnd === true) { + continue; + } - if (node.value) { - return node.value; + break; } - if (node.nodes && node.ranges > 0) { - let args = utils$1.reduce(node.nodes); - let range = fillRange(...args, Object.assign({}, options, { - wrap: false, - toRegex: true - })); + if (code === CHAR_FORWARD_SLASH) { + slashes.push(index); + tokens.push(token); + token = { + value: '', + depth: 0, + isGlob: false + }; + if (finished === true) continue; - if (range.length !== 0) { - return args.length > 1 && range.length > 1 ? `(${range})` : range; + if (prev === CHAR_DOT && index === start + 1) { + start += 2; + continue; } - } - if (node.nodes) { - for (let child of node.nodes) { - output += walk(child, node); - } + lastIndex = index + 1; + continue; } - return output; - }; + if (opts.noext !== true) { + const isExtglobChar = code === CHAR_PLUS || code === CHAR_AT || code === CHAR_ASTERISK || code === CHAR_QUESTION_MARK || code === CHAR_EXCLAMATION_MARK; - return walk(ast); -}; + if (isExtglobChar === true && peek() === CHAR_LEFT_PARENTHESES) { + isGlob = token.isGlob = true; + isExtglob = token.isExtglob = true; + finished = true; -var compile_1 = compile; + if (code === CHAR_EXCLAMATION_MARK && index === start) { + negatedExtglob = true; + } -const append = (queue = '', stash = '', enclose = false) => { - let result = []; - queue = [].concat(queue); - stash = [].concat(stash); - if (!stash.length) return queue; + if (scanToEnd === true) { + while (eos() !== true && (code = advance())) { + if (code === CHAR_BACKWARD_SLASH) { + backslashes = token.backslashes = true; + code = advance(); + continue; + } - if (!queue.length) { - return enclose ? utils$1.flatten(stash).map(ele => `{${ele}}`) : stash; - } + if (code === CHAR_RIGHT_PARENTHESES) { + isGlob = token.isGlob = true; + finished = true; + break; + } + } - for (let item of queue) { - if (Array.isArray(item)) { - for (let value of item) { - result.push(append(value, stash, enclose)); - } - } else { - for (let ele of stash) { - if (enclose === true && typeof ele === 'string') ele = `{${ele}}`; - result.push(Array.isArray(ele) ? append(item, ele, enclose) : item + ele); + continue; + } + + break; } } - } - - return utils$1.flatten(result); -}; -const expand$1 = (ast, options = {}) => { - let rangeLimit = options.rangeLimit === void 0 ? 1000 : options.rangeLimit; + if (code === CHAR_ASTERISK) { + if (prev === CHAR_ASTERISK) isGlobstar = token.isGlobstar = true; + isGlob = token.isGlob = true; + finished = true; - let walk = (node, parent = {}) => { - node.queue = []; - let p = parent; - let q = parent.queue; + if (scanToEnd === true) { + continue; + } - while (p.type !== 'brace' && p.type !== 'root' && p.parent) { - p = p.parent; - q = p.queue; + break; } - if (node.invalid || node.dollar) { - q.push(append(q.pop(), stringify$1(node, options))); - return; - } + if (code === CHAR_QUESTION_MARK) { + isGlob = token.isGlob = true; + finished = true; - if (node.type === 'brace' && node.invalid !== true && node.nodes.length === 2) { - q.push(append(q.pop(), ['{}'])); - return; + if (scanToEnd === true) { + continue; + } + + break; } - if (node.nodes && node.ranges > 0) { - let args = utils$1.reduce(node.nodes); + if (code === CHAR_LEFT_SQUARE_BRACKET) { + while (eos() !== true && (next = advance())) { + if (next === CHAR_BACKWARD_SLASH) { + backslashes = token.backslashes = true; + advance(); + continue; + } - if (utils$1.exceedsLimit(...args, options.step, rangeLimit)) { - throw new RangeError('expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.'); + if (next === CHAR_RIGHT_SQUARE_BRACKET) { + isBracket = token.isBracket = true; + isGlob = token.isGlob = true; + finished = true; + break; + } } - let range = fillRange(...args, options); - - if (range.length === 0) { - range = stringify$1(node, options); + if (scanToEnd === true) { + continue; } - q.push(append(q.pop(), range)); - node.nodes = []; - return; + break; } - let enclose = utils$1.encloseBrace(node); - let queue = node.queue; - let block = node; - - while (block.type !== 'brace' && block.type !== 'root' && block.parent) { - block = block.parent; - queue = block.queue; + if (opts.nonegate !== true && code === CHAR_EXCLAMATION_MARK && index === start) { + negated = token.negated = true; + start++; + continue; } - for (let i = 0; i < node.nodes.length; i++) { - let child = node.nodes[i]; + if (opts.noparen !== true && code === CHAR_LEFT_PARENTHESES) { + isGlob = token.isGlob = true; - if (child.type === 'comma' && node.type === 'brace') { - if (i === 1) queue.push(''); - queue.push(''); - continue; - } + if (scanToEnd === true) { + while (eos() !== true && (code = advance())) { + if (code === CHAR_LEFT_PARENTHESES) { + backslashes = token.backslashes = true; + code = advance(); + continue; + } + + if (code === CHAR_RIGHT_PARENTHESES) { + finished = true; + break; + } + } - if (child.type === 'close') { - q.push(append(q.pop(), queue, enclose)); continue; } - if (child.value && child.type !== 'open') { - queue.push(append(queue.pop(), child.value)); + break; + } + + if (isGlob === true) { + finished = true; + + if (scanToEnd === true) { continue; } - if (child.nodes) { - walk(child, node); - } + break; } + } - return queue; + if (opts.noext === true) { + isExtglob = false; + isGlob = false; + } + + let base = str; + let prefix = ''; + let glob = ''; + + if (start > 0) { + prefix = str.slice(0, start); + str = str.slice(start); + lastIndex -= start; + } + + if (base && isGlob === true && lastIndex > 0) { + base = str.slice(0, lastIndex); + glob = str.slice(lastIndex); + } else if (isGlob === true) { + base = ''; + glob = str; + } else { + base = str; + } + + if (base && base !== '' && base !== '/' && base !== str) { + if (isPathSeparator(base.charCodeAt(base.length - 1))) { + base = base.slice(0, -1); + } + } + + if (opts.unescape === true) { + if (glob) glob = utils$l.removeBackslashes(glob); + + if (base && backslashes === true) { + base = utils$l.removeBackslashes(base); + } + } + + const state = { + prefix, + input, + start, + base, + glob, + isBrace, + isBracket, + isGlob, + isExtglob, + isGlobstar, + negated, + negatedExtglob }; - return utils$1.flatten(walk(ast)); -}; + if (opts.tokens === true) { + state.maxDepth = 0; -var expand_1 = expand$1; + if (!isPathSeparator(code)) { + tokens.push(token); + } -var constants$3 = { - MAX_LENGTH: 1024 * 64, - // Digits - CHAR_0: '0', + state.tokens = tokens; + } - /* 0 */ - CHAR_9: '9', + if (opts.parts === true || opts.tokens === true) { + let prevIndex; - /* 9 */ - // Alphabet chars. - CHAR_UPPERCASE_A: 'A', + for (let idx = 0; idx < slashes.length; idx++) { + const n = prevIndex ? prevIndex + 1 : start; + const i = slashes[idx]; + const value = input.slice(n, i); - /* A */ - CHAR_LOWERCASE_A: 'a', + if (opts.tokens) { + if (idx === 0 && start !== 0) { + tokens[idx].isPrefix = true; + tokens[idx].value = prefix; + } else { + tokens[idx].value = value; + } - /* a */ - CHAR_UPPERCASE_Z: 'Z', + depth(tokens[idx]); + state.maxDepth += tokens[idx].depth; + } - /* Z */ - CHAR_LOWERCASE_Z: 'z', + if (idx !== 0 || value !== '') { + parts.push(value); + } - /* z */ - CHAR_LEFT_PARENTHESES: '(', + prevIndex = i; + } - /* ( */ - CHAR_RIGHT_PARENTHESES: ')', + if (prevIndex && prevIndex + 1 < input.length) { + const value = input.slice(prevIndex + 1); + parts.push(value); - /* ) */ - CHAR_ASTERISK: '*', + if (opts.tokens) { + tokens[tokens.length - 1].value = value; + depth(tokens[tokens.length - 1]); + state.maxDepth += tokens[tokens.length - 1].depth; + } + } - /* * */ - // Non-alphabetic chars. - CHAR_AMPERSAND: '&', + state.slashes = slashes; + state.parts = parts; + } - /* & */ - CHAR_AT: '@', + return state; +}; - /* @ */ - CHAR_BACKSLASH: '\\', +var scan_1 = scan$1; - /* \ */ - CHAR_BACKTICK: '`', +const constants$2 = constants$3; +const utils$k = utils$m; +/** + * Constants + */ + +const { + MAX_LENGTH, + POSIX_REGEX_SOURCE, + REGEX_NON_SPECIAL_CHARS, + REGEX_SPECIAL_CHARS_BACKREF, + REPLACEMENTS +} = constants$2; +/** + * Helpers + */ + +const expandRange = (args, options) => { + if (typeof options.expandRange === 'function') { + return options.expandRange(...args, options); + } + + args.sort(); + const value = `[${args.join('-')}]`; - /* ` */ - CHAR_CARRIAGE_RETURN: '\r', + try { + /* eslint-disable-next-line no-new */ + new RegExp(value); + } catch (ex) { + return args.map(v => utils$k.escapeRegex(v)).join('..'); + } - /* \r */ - CHAR_CIRCUMFLEX_ACCENT: '^', + return value; +}; +/** + * Create the message for a syntax error + */ - /* ^ */ - CHAR_COLON: ':', - /* : */ - CHAR_COMMA: ',', +const syntaxError$1 = (type, char) => { + return `Missing ${type}: "${char}" - use "\\\\${char}" to match literal characters`; +}; +/** + * Parse the given input string. + * @param {String} input + * @param {Object} options + * @return {Object} + */ - /* , */ - CHAR_DOLLAR: '$', - /* . */ - CHAR_DOT: '.', +const parse$3 = (input, options) => { + if (typeof input !== 'string') { + throw new TypeError('Expected a string'); + } - /* . */ - CHAR_DOUBLE_QUOTE: '"', + input = REPLACEMENTS[input] || input; + const opts = Object.assign({}, options); + const max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH; + let len = input.length; - /* " */ - CHAR_EQUAL: '=', + if (len > max) { + throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`); + } - /* = */ - CHAR_EXCLAMATION_MARK: '!', + const bos = { + type: 'bos', + value: '', + output: opts.prepend || '' + }; + const tokens = [bos]; + const capture = opts.capture ? '' : '?:'; + const win32 = utils$k.isWindows(options); // create constants based on platform, for windows or posix - /* ! */ - CHAR_FORM_FEED: '\f', + const PLATFORM_CHARS = constants$2.globChars(win32); + const EXTGLOB_CHARS = constants$2.extglobChars(PLATFORM_CHARS); + const { + DOT_LITERAL, + PLUS_LITERAL, + SLASH_LITERAL, + ONE_CHAR, + DOTS_SLASH, + NO_DOT, + NO_DOT_SLASH, + NO_DOTS_SLASH, + QMARK, + QMARK_NO_DOT, + STAR, + START_ANCHOR + } = PLATFORM_CHARS; - /* \f */ - CHAR_FORWARD_SLASH: '/', + const globstar = opts => { + return `(${capture}(?:(?!${START_ANCHOR}${opts.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`; + }; - /* / */ - CHAR_HASH: '#', + const nodot = opts.dot ? '' : NO_DOT; + const qmarkNoDot = opts.dot ? QMARK : QMARK_NO_DOT; + let star = opts.bash === true ? globstar(opts) : STAR; - /* # */ - CHAR_HYPHEN_MINUS: '-', + if (opts.capture) { + star = `(${star})`; + } // minimatch options support - /* - */ - CHAR_LEFT_ANGLE_BRACKET: '<', - /* < */ - CHAR_LEFT_CURLY_BRACE: '{', + if (typeof opts.noext === 'boolean') { + opts.noextglob = opts.noext; + } - /* { */ - CHAR_LEFT_SQUARE_BRACKET: '[', + const state = { + input, + index: -1, + start: 0, + dot: opts.dot === true, + consumed: '', + output: '', + prefix: '', + backtrack: false, + negated: false, + brackets: 0, + braces: 0, + parens: 0, + quotes: 0, + globstar: false, + tokens + }; + input = utils$k.removePrefix(input, state); + len = input.length; + const extglobs = []; + const braces = []; + const stack = []; + let prev = bos; + let value; + /** + * Tokenizing helpers + */ - /* [ */ - CHAR_LINE_FEED: '\n', + const eos = () => state.index === len - 1; - /* \n */ - CHAR_NO_BREAK_SPACE: '\u00A0', + const peek = state.peek = (n = 1) => input[state.index + n]; - /* \u00A0 */ - CHAR_PERCENT: '%', + const advance = state.advance = () => input[++state.index] || ''; - /* % */ - CHAR_PLUS: '+', + const remaining = () => input.slice(state.index + 1); - /* + */ - CHAR_QUESTION_MARK: '?', + const consume = (value = '', num = 0) => { + state.consumed += value; + state.index += num; + }; - /* ? */ - CHAR_RIGHT_ANGLE_BRACKET: '>', + const append = token => { + state.output += token.output != null ? token.output : token.value; + consume(token.value); + }; - /* > */ - CHAR_RIGHT_CURLY_BRACE: '}', + const negate = () => { + let count = 1; - /* } */ - CHAR_RIGHT_SQUARE_BRACKET: ']', + while (peek() === '!' && (peek(2) !== '(' || peek(3) === '?')) { + advance(); + state.start++; + count++; + } - /* ] */ - CHAR_SEMICOLON: ';', + if (count % 2 === 0) { + return false; + } - /* ; */ - CHAR_SINGLE_QUOTE: '\'', + state.negated = true; + state.start++; + return true; + }; - /* ' */ - CHAR_SPACE: ' ', + const increment = type => { + state[type]++; + stack.push(type); + }; - /* */ - CHAR_TAB: '\t', + const decrement = type => { + state[type]--; + stack.pop(); + }; + /** + * Push tokens onto the tokens array. This helper speeds up + * tokenizing by 1) helping us avoid backtracking as much as possible, + * and 2) helping us avoid creating extra tokens when consecutive + * characters are plain text. This improves performance and simplifies + * lookbehinds. + */ - /* \t */ - CHAR_UNDERSCORE: '_', - /* _ */ - CHAR_VERTICAL_LINE: '|', + const push = tok => { + if (prev.type === 'globstar') { + const isBrace = state.braces > 0 && (tok.type === 'comma' || tok.type === 'brace'); + const isExtglob = tok.extglob === true || extglobs.length && (tok.type === 'pipe' || tok.type === 'paren'); - /* | */ - CHAR_ZERO_WIDTH_NOBREAK_SPACE: '\uFEFF' - /* \uFEFF */ + if (tok.type !== 'slash' && tok.type !== 'paren' && !isBrace && !isExtglob) { + state.output = state.output.slice(0, -prev.output.length); + prev.type = 'star'; + prev.value = '*'; + prev.output = star; + state.output += prev.output; + } + } -}; + if (extglobs.length && tok.type !== 'paren') { + extglobs[extglobs.length - 1].inner += tok.value; + } -/** - * Constants - */ + if (tok.value || tok.output) append(tok); + if (prev && prev.type === 'text' && tok.type === 'text') { + prev.value += tok.value; + prev.output = (prev.output || '') + tok.value; + return; + } -const { - MAX_LENGTH: MAX_LENGTH$2, - CHAR_BACKSLASH, + tok.prev = prev; + tokens.push(tok); + prev = tok; + }; - /* \ */ - CHAR_BACKTICK, + const extglobOpen = (type, value) => { + const token = Object.assign(Object.assign({}, EXTGLOB_CHARS[value]), {}, { + conditions: 1, + inner: '' + }); + token.prev = prev; + token.parens = state.parens; + token.output = state.output; + const output = (opts.capture ? '(' : '') + token.open; + increment('parens'); + push({ + type, + value, + output: state.output ? '' : ONE_CHAR + }); + push({ + type: 'paren', + extglob: true, + value: advance(), + output + }); + extglobs.push(token); + }; - /* ` */ - CHAR_COMMA: CHAR_COMMA$1, + const extglobClose = token => { + let output = token.close + (opts.capture ? ')' : ''); + let rest; - /* , */ - CHAR_DOT, + if (token.type === 'negate') { + let extglobStar = star; - /* . */ - CHAR_LEFT_PARENTHESES, + if (token.inner && token.inner.length > 1 && token.inner.includes('/')) { + extglobStar = globstar(opts); + } - /* ( */ - CHAR_RIGHT_PARENTHESES, + if (extglobStar !== star || eos() || /^\)+$/.test(remaining())) { + output = token.close = `)$))${extglobStar}`; + } - /* ) */ - CHAR_LEFT_CURLY_BRACE, + if (token.inner.includes('*') && (rest = remaining()) && /^\.[^\\/.]+$/.test(rest)) { + output = token.close = `)${rest})${extglobStar})`; + } - /* { */ - CHAR_RIGHT_CURLY_BRACE, + if (token.prev.type === 'bos') { + state.negatedExtglob = true; + } + } - /* } */ - CHAR_LEFT_SQUARE_BRACKET, + push({ + type: 'paren', + extglob: true, + value, + output + }); + decrement('parens'); + }; + /** + * Fast paths + */ - /* [ */ - CHAR_RIGHT_SQUARE_BRACKET, - /* ] */ - CHAR_DOUBLE_QUOTE, + if (opts.fastpaths !== false && !/(^[*!]|[/()[\]{}"])/.test(input)) { + let backslashes = false; + let output = input.replace(REGEX_SPECIAL_CHARS_BACKREF, (m, esc, chars, first, rest, index) => { + if (first === '\\') { + backslashes = true; + return m; + } - /* " */ - CHAR_SINGLE_QUOTE, + if (first === '?') { + if (esc) { + return esc + first + (rest ? QMARK.repeat(rest.length) : ''); + } - /* ' */ - CHAR_NO_BREAK_SPACE, - CHAR_ZERO_WIDTH_NOBREAK_SPACE -} = constants$3; -/** - * parse - */ + if (index === 0) { + return qmarkNoDot + (rest ? QMARK.repeat(rest.length) : ''); + } -const parse$5 = (input, options = {}) => { - if (typeof input !== 'string') { - throw new TypeError('Expected a string'); - } + return QMARK.repeat(chars.length); + } - let opts = options || {}; - let max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH$2, opts.maxLength) : MAX_LENGTH$2; + if (first === '.') { + return DOT_LITERAL.repeat(chars.length); + } - if (input.length > max) { - throw new SyntaxError(`Input length (${input.length}), exceeds max characters (${max})`); - } + if (first === '*') { + if (esc) { + return esc + first + (rest ? star : ''); + } - let ast = { - type: 'root', - input, - nodes: [] - }; - let stack = [ast]; - let block = ast; - let prev = ast; - let brackets = 0; - let length = input.length; - let index = 0; - let depth = 0; - let value; - /** - * Helpers - */ + return star; + } - const advance = () => input[index++]; + return esc ? m : `\\${m}`; + }); - const push = node => { - if (node.type === 'text' && prev.type === 'dot') { - prev.type = 'text'; + if (backslashes === true) { + if (opts.unescape === true) { + output = output.replace(/\\/g, ''); + } else { + output = output.replace(/\\+/g, m => { + return m.length % 2 === 0 ? '\\\\' : m ? '\\' : ''; + }); + } } - if (prev && prev.type === 'text' && node.type === 'text') { - prev.value += node.value; - return; + if (output === input && opts.contains === true) { + state.output = input; + return state; } - block.nodes.push(node); - node.parent = block; - node.prev = prev; - prev = node; - return node; - }; + state.output = utils$k.wrapOutput(output, state, options); + return state; + } + /** + * Tokenize input until we reach end-of-string + */ - push({ - type: 'bos' - }); - while (index < length) { - block = stack[stack.length - 1]; + while (!eos()) { value = advance(); - /** - * Invalid chars - */ - - if (value === CHAR_ZERO_WIDTH_NOBREAK_SPACE || value === CHAR_NO_BREAK_SPACE) { - continue; - } - /** - * Escaped chars - */ - - if (value === CHAR_BACKSLASH) { - push({ - type: 'text', - value: (options.keepEscaping ? value : '') + advance() - }); + if (value === '\u0000') { continue; } /** - * Right square bracket (literal): ']' + * Escaped characters */ - if (value === CHAR_RIGHT_SQUARE_BRACKET) { - push({ - type: 'text', - value: '\\' + value - }); - continue; - } - /** - * Left square bracket: '[' - */ + if (value === '\\') { + const next = peek(); + if (next === '/' && opts.bash !== true) { + continue; + } - if (value === CHAR_LEFT_SQUARE_BRACKET) { - brackets++; - let next; + if (next === '.' || next === ';') { + continue; + } - while (index < length && (next = advance())) { - value += next; + if (!next) { + value += '\\'; + push({ + type: 'text', + value + }); + continue; + } // collapse slashes to reduce potential for exploits - if (next === CHAR_LEFT_SQUARE_BRACKET) { - brackets++; - continue; - } - if (next === CHAR_BACKSLASH) { - value += advance(); - continue; - } + const match = /^\\+/.exec(remaining()); + let slashes = 0; - if (next === CHAR_RIGHT_SQUARE_BRACKET) { - brackets--; + if (match && match[0].length > 2) { + slashes = match[0].length; + state.index += slashes; - if (brackets === 0) { - break; - } + if (slashes % 2 !== 0) { + value += '\\'; } } - push({ - type: 'text', - value - }); - continue; - } - /** - * Parentheses - */ - - - if (value === CHAR_LEFT_PARENTHESES) { - block = push({ - type: 'paren', - nodes: [] - }); - stack.push(block); - push({ - type: 'text', - value - }); - continue; - } + if (opts.unescape === true) { + value = advance(); + } else { + value += advance(); + } - if (value === CHAR_RIGHT_PARENTHESES) { - if (block.type !== 'paren') { + if (state.brackets === 0) { push({ type: 'text', value }); continue; } - - block = stack.pop(); - push({ - type: 'text', - value - }); - block = stack[stack.length - 1]; - continue; } /** - * Quotes: '|"|` + * If we're inside a regex character class, continue + * until we reach the closing bracket. */ - if (value === CHAR_DOUBLE_QUOTE || value === CHAR_SINGLE_QUOTE || value === CHAR_BACKTICK) { - let open = value; - let next; + if (state.brackets > 0 && (value !== ']' || prev.value === '[' || prev.value === '[^')) { + if (opts.posix !== false && value === ':') { + const inner = prev.value.slice(1); + + if (inner.includes('[')) { + prev.posix = true; + + if (inner.includes(':')) { + const idx = prev.value.lastIndexOf('['); + const pre = prev.value.slice(0, idx); + const rest = prev.value.slice(idx + 2); + const posix = POSIX_REGEX_SOURCE[rest]; + + if (posix) { + prev.value = pre + posix; + state.backtrack = true; + advance(); + + if (!bos.output && tokens.indexOf(prev) === 1) { + bos.output = ONE_CHAR; + } - if (options.keepQuotes !== true) { - value = ''; + continue; + } + } + } } - while (index < length && (next = advance())) { - if (next === CHAR_BACKSLASH) { - value += next + advance(); - continue; - } + if (value === '[' && peek() !== ':' || value === '-' && peek() === ']') { + value = `\\${value}`; + } - if (next === open) { - if (options.keepQuotes === true) value += next; - break; - } + if (value === ']' && (prev.value === '[' || prev.value === '[^')) { + value = `\\${value}`; + } - value += next; + if (opts.posix === true && value === '!' && prev.value === '[') { + value = '^'; } - push({ - type: 'text', + prev.value += value; + append({ value }); continue; } /** - * Left curly brace: '{' + * If we're inside a quoted string, continue + * until we reach the closing double quote. */ - if (value === CHAR_LEFT_CURLY_BRACE) { - depth++; - let dollar = prev.value && prev.value.slice(-1) === '$' || block.dollar === true; - let brace = { - type: 'brace', - open: true, - close: false, - dollar, - depth, - commas: 0, - ranges: 0, - nodes: [] - }; - block = push(brace); - stack.push(block); - push({ - type: 'open', + if (state.quotes === 1 && value !== '"') { + value = utils$k.escapeRegex(value); + prev.value += value; + append({ value }); continue; } /** - * Right curly brace: '}' + * Double quotes */ - if (value === CHAR_RIGHT_CURLY_BRACE) { - if (block.type !== 'brace') { + if (value === '"') { + state.quotes = state.quotes === 1 ? 0 : 1; + + if (opts.keepQuotes === true) { push({ type: 'text', value }); - continue; } - let type = 'close'; - block = stack.pop(); - block.close = true; - push({ - type, - value - }); - depth--; - block = stack[stack.length - 1]; continue; } /** - * Comma: ',' + * Parentheses */ - if (value === CHAR_COMMA$1 && depth > 0) { - if (block.ranges > 0) { - block.ranges = 0; - let open = block.nodes.shift(); - block.nodes = [open, { - type: 'text', - value: stringify$1(block) - }]; - } - + if (value === '(') { + increment('parens'); push({ - type: 'comma', + type: 'paren', value }); - block.commas++; continue; } - /** - * Dot: '.' - */ - - - if (value === CHAR_DOT && depth > 0 && block.commas === 0) { - let siblings = block.nodes; - if (depth === 0 || siblings.length === 0) { - push({ - type: 'text', - value - }); - continue; + if (value === ')') { + if (state.parens === 0 && opts.strictBrackets === true) { + throw new SyntaxError(syntaxError$1('opening', '(')); } - if (prev.type === 'dot') { - block.range = []; - prev.value += value; - prev.type = 'range'; - - if (block.nodes.length !== 3 && block.nodes.length !== 5) { - block.invalid = true; - block.ranges = 0; - prev.type = 'text'; - continue; - } - - block.ranges++; - block.args = []; - continue; - } + const extglob = extglobs[extglobs.length - 1]; - if (prev.type === 'range') { - siblings.pop(); - let before = siblings[siblings.length - 1]; - before.value += prev.value + value; - prev = before; - block.ranges--; + if (extglob && state.parens === extglob.parens + 1) { + extglobClose(extglobs.pop()); continue; } push({ - type: 'dot', - value + type: 'paren', + value, + output: state.parens ? ')' : '\\)' }); + decrement('parens'); continue; } /** - * Text + * Square brackets */ - push({ - type: 'text', - value - }); - } // Mark imbalanced braces and brackets as invalid - - - do { - block = stack.pop(); - - if (block.type !== 'root') { - block.nodes.forEach(node => { - if (!node.nodes) { - if (node.type === 'open') node.isOpen = true; - if (node.type === 'close') node.isClose = true; - if (!node.nodes) node.type = 'text'; - node.invalid = true; + if (value === '[') { + if (opts.nobracket === true || !remaining().includes(']')) { + if (opts.nobracket !== true && opts.strictBrackets === true) { + throw new SyntaxError(syntaxError$1('closing', ']')); } - }); // get the location of the block on parent.nodes (block's siblings) - - let parent = stack[stack.length - 1]; - let index = parent.nodes.indexOf(block); // replace the (invalid) block with it's nodes - - parent.nodes.splice(index, 1, ...block.nodes); - } - } while (stack.length > 0); - push({ - type: 'eos' - }); - return ast; -}; - -var parse_1 = parse$5; - -/** - * Expand the given pattern or create a regex-compatible string. - * - * ```js - * const braces = require('braces'); - * console.log(braces('{a,b,c}', { compile: true })); //=> ['(a|b|c)'] - * console.log(braces('{a,b,c}')); //=> ['a', 'b', 'c'] - * ``` - * @param {String} `str` - * @param {Object} `options` - * @return {String} - * @api public - */ - - -const braces = (input, options = {}) => { - let output = []; - - if (Array.isArray(input)) { - for (let pattern of input) { - let result = braces.create(pattern, options); - - if (Array.isArray(result)) { - output.push(...result); + value = `\\${value}`; } else { - output.push(result); + increment('brackets'); } - } - } else { - output = [].concat(braces.create(input, options)); - } - - if (options && options.expand === true && options.nodupes === true) { - output = [...new Set(output)]; - } - - return output; -}; -/** - * Parse the given `str` with the given `options`. - * - * ```js - * // braces.parse(pattern, [, options]); - * const ast = braces.parse('a/{b,c}/d'); - * console.log(ast); - * ``` - * @param {String} pattern Brace pattern to parse - * @param {Object} options - * @return {Object} Returns an AST - * @api public - */ - - -braces.parse = (input, options = {}) => parse_1(input, options); -/** - * Creates a braces string from an AST, or an AST node. - * - * ```js - * const braces = require('braces'); - * let ast = braces.parse('foo/{a,b}/bar'); - * console.log(stringify(ast.nodes[2])); //=> '{a,b}' - * ``` - * @param {String} `input` Brace pattern or AST. - * @param {Object} `options` - * @return {Array} Returns an array of expanded values. - * @api public - */ - - -braces.stringify = (input, options = {}) => { - if (typeof input === 'string') { - return stringify$1(braces.parse(input, options), options); - } - - return stringify$1(input, options); -}; -/** - * Compiles a brace pattern into a regex-compatible, optimized string. - * This method is called by the main [braces](#braces) function by default. - * - * ```js - * const braces = require('braces'); - * console.log(braces.compile('a/{b,c}/d')); - * //=> ['a/(b|c)/d'] - * ``` - * @param {String} `input` Brace pattern or AST. - * @param {Object} `options` - * @return {Array} Returns an array of expanded values. - * @api public - */ - - -braces.compile = (input, options = {}) => { - if (typeof input === 'string') { - input = braces.parse(input, options); - } - - return compile_1(input, options); -}; -/** - * Expands a brace pattern into an array. This method is called by the - * main [braces](#braces) function when `options.expand` is true. Before - * using this method it's recommended that you read the [performance notes](#performance)) - * and advantages of using [.compile](#compile) instead. - * - * ```js - * const braces = require('braces'); - * console.log(braces.expand('a/{b,c}/d')); - * //=> ['a/b/d', 'a/c/d']; - * ``` - * @param {String} `pattern` Brace pattern - * @param {Object} `options` - * @return {Array} Returns an array of expanded values. - * @api public - */ - - -braces.expand = (input, options = {}) => { - if (typeof input === 'string') { - input = braces.parse(input, options); - } - - let result = expand_1(input, options); // filter out empty strings if specified - - if (options.noempty === true) { - result = result.filter(Boolean); - } // filter out duplicates if specified - - - if (options.nodupes === true) { - result = [...new Set(result)]; - } - - return result; -}; -/** - * Processes a brace pattern and returns either an expanded array - * (if `options.expand` is true), a highly optimized regex-compatible string. - * This method is called by the main [braces](#braces) function. - * - * ```js - * const braces = require('braces'); - * console.log(braces.create('user-{200..300}/project-{a,b,c}-{1..10}')) - * //=> 'user-(20[0-9]|2[1-9][0-9]|300)/project-(a|b|c)-([1-9]|10)' - * ``` - * @param {String} `pattern` Brace pattern - * @param {Object} `options` - * @return {Array} Returns an array of expanded values. - * @api public - */ - - -braces.create = (input, options = {}) => { - if (input === '' || input.length < 3) { - return [input]; - } - - return options.expand !== true ? braces.compile(input, options) : braces.expand(input, options); -}; -/** - * Expose "braces" - */ - - -var braces_1 = braces; - -const WIN_SLASH = '\\\\/'; -const WIN_NO_SLASH = `[^${WIN_SLASH}]`; -/** - * Posix glob regex - */ - -const DOT_LITERAL = '\\.'; -const PLUS_LITERAL = '\\+'; -const QMARK_LITERAL = '\\?'; -const SLASH_LITERAL = '\\/'; -const ONE_CHAR = '(?=.)'; -const QMARK = '[^/]'; -const END_ANCHOR = `(?:${SLASH_LITERAL}|$)`; -const START_ANCHOR = `(?:^|${SLASH_LITERAL})`; -const DOTS_SLASH = `${DOT_LITERAL}{1,2}${END_ANCHOR}`; -const NO_DOT = `(?!${DOT_LITERAL})`; -const NO_DOTS = `(?!${START_ANCHOR}${DOTS_SLASH})`; -const NO_DOT_SLASH = `(?!${DOT_LITERAL}{0,1}${END_ANCHOR})`; -const NO_DOTS_SLASH = `(?!${DOTS_SLASH})`; -const QMARK_NO_DOT = `[^.${SLASH_LITERAL}]`; -const STAR = `${QMARK}*?`; -const POSIX_CHARS = { - DOT_LITERAL, - PLUS_LITERAL, - QMARK_LITERAL, - SLASH_LITERAL, - ONE_CHAR, - QMARK, - END_ANCHOR, - DOTS_SLASH, - NO_DOT, - NO_DOTS, - NO_DOT_SLASH, - NO_DOTS_SLASH, - QMARK_NO_DOT, - STAR, - START_ANCHOR -}; -/** - * Windows glob regex - */ - -const WINDOWS_CHARS = Object.assign({}, POSIX_CHARS, { - SLASH_LITERAL: `[${WIN_SLASH}]`, - QMARK: WIN_NO_SLASH, - STAR: `${WIN_NO_SLASH}*?`, - DOTS_SLASH: `${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$)`, - NO_DOT: `(?!${DOT_LITERAL})`, - NO_DOTS: `(?!(?:^|[${WIN_SLASH}])${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$))`, - NO_DOT_SLASH: `(?!${DOT_LITERAL}{0,1}(?:[${WIN_SLASH}]|$))`, - NO_DOTS_SLASH: `(?!${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$))`, - QMARK_NO_DOT: `[^.${WIN_SLASH}]`, - START_ANCHOR: `(?:^|[${WIN_SLASH}])`, - END_ANCHOR: `(?:[${WIN_SLASH}]|$)` -}); -/** - * POSIX Bracket Regex - */ - -const POSIX_REGEX_SOURCE = { - alnum: 'a-zA-Z0-9', - alpha: 'a-zA-Z', - ascii: '\\x00-\\x7F', - blank: ' \\t', - cntrl: '\\x00-\\x1F\\x7F', - digit: '0-9', - graph: '\\x21-\\x7E', - lower: 'a-z', - print: '\\x20-\\x7E ', - punct: '\\-!"#$%&\'()\\*+,./:;<=>?@[\\]^_`{|}~', - space: ' \\t\\r\\n\\v\\f', - upper: 'A-Z', - word: 'A-Za-z0-9_', - xdigit: 'A-Fa-f0-9' -}; -var constants$4 = { - MAX_LENGTH: 1024 * 64, - POSIX_REGEX_SOURCE, - // regular expressions - REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g, - REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/, - REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/, - REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g, - REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g, - REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g, - // Replace globs with equivalent patterns to reduce parsing time. - REPLACEMENTS: { - '***': '*', - '**/**': '**', - '**/**/**': '**' - }, - // Digits - CHAR_0: 48, - - /* 0 */ - CHAR_9: 57, - - /* 9 */ - // Alphabet chars. - CHAR_UPPERCASE_A: 65, - - /* A */ - CHAR_LOWERCASE_A: 97, - - /* a */ - CHAR_UPPERCASE_Z: 90, - - /* Z */ - CHAR_LOWERCASE_Z: 122, - - /* z */ - CHAR_LEFT_PARENTHESES: 40, - - /* ( */ - CHAR_RIGHT_PARENTHESES: 41, - - /* ) */ - CHAR_ASTERISK: 42, - - /* * */ - // Non-alphabetic chars. - CHAR_AMPERSAND: 38, - - /* & */ - CHAR_AT: 64, - - /* @ */ - CHAR_BACKWARD_SLASH: 92, - - /* \ */ - CHAR_CARRIAGE_RETURN: 13, - - /* \r */ - CHAR_CIRCUMFLEX_ACCENT: 94, - /* ^ */ - CHAR_COLON: 58, + push({ + type: 'bracket', + value + }); + continue; + } - /* : */ - CHAR_COMMA: 44, + if (value === ']') { + if (opts.nobracket === true || prev && prev.type === 'bracket' && prev.value.length === 1) { + push({ + type: 'text', + value, + output: `\\${value}` + }); + continue; + } - /* , */ - CHAR_DOT: 46, + if (state.brackets === 0) { + if (opts.strictBrackets === true) { + throw new SyntaxError(syntaxError$1('opening', '[')); + } - /* . */ - CHAR_DOUBLE_QUOTE: 34, + push({ + type: 'text', + value, + output: `\\${value}` + }); + continue; + } - /* " */ - CHAR_EQUAL: 61, + decrement('brackets'); + const prevValue = prev.value.slice(1); - /* = */ - CHAR_EXCLAMATION_MARK: 33, + if (prev.posix !== true && prevValue[0] === '^' && !prevValue.includes('/')) { + value = `/${value}`; + } - /* ! */ - CHAR_FORM_FEED: 12, + prev.value += value; + append({ + value + }); // when literal brackets are explicitly disabled + // assume we should match with a regex character class - /* \f */ - CHAR_FORWARD_SLASH: 47, + if (opts.literalBrackets === false || utils$k.hasRegexChars(prevValue)) { + continue; + } - /* / */ - CHAR_GRAVE_ACCENT: 96, + const escaped = utils$k.escapeRegex(prev.value); + state.output = state.output.slice(0, -prev.value.length); // when literal brackets are explicitly enabled + // assume we should escape the brackets to match literal characters - /* ` */ - CHAR_HASH: 35, + if (opts.literalBrackets === true) { + state.output += escaped; + prev.value = escaped; + continue; + } // when the user specifies nothing, try to match both - /* # */ - CHAR_HYPHEN_MINUS: 45, - /* - */ - CHAR_LEFT_ANGLE_BRACKET: 60, + prev.value = `(${capture}${escaped}|${prev.value})`; + state.output += prev.value; + continue; + } + /** + * Braces + */ - /* < */ - CHAR_LEFT_CURLY_BRACE: 123, - /* { */ - CHAR_LEFT_SQUARE_BRACKET: 91, + if (value === '{' && opts.nobrace !== true) { + increment('braces'); + const open = { + type: 'brace', + value, + output: '(', + outputIndex: state.output.length, + tokensIndex: state.tokens.length + }; + braces.push(open); + push(open); + continue; + } - /* [ */ - CHAR_LINE_FEED: 10, + if (value === '}') { + const brace = braces[braces.length - 1]; - /* \n */ - CHAR_NO_BREAK_SPACE: 160, + if (opts.nobrace === true || !brace) { + push({ + type: 'text', + value, + output: value + }); + continue; + } - /* \u00A0 */ - CHAR_PERCENT: 37, + let output = ')'; - /* % */ - CHAR_PLUS: 43, + if (brace.dots === true) { + const arr = tokens.slice(); + const range = []; - /* + */ - CHAR_QUESTION_MARK: 63, + for (let i = arr.length - 1; i >= 0; i--) { + tokens.pop(); - /* ? */ - CHAR_RIGHT_ANGLE_BRACKET: 62, + if (arr[i].type === 'brace') { + break; + } - /* > */ - CHAR_RIGHT_CURLY_BRACE: 125, + if (arr[i].type !== 'dots') { + range.unshift(arr[i].value); + } + } - /* } */ - CHAR_RIGHT_SQUARE_BRACKET: 93, + output = expandRange(range, opts); + state.backtrack = true; + } - /* ] */ - CHAR_SEMICOLON: 59, + if (brace.comma !== true && brace.dots !== true) { + const out = state.output.slice(0, brace.outputIndex); + const toks = state.tokens.slice(brace.tokensIndex); + brace.value = brace.output = '\\{'; + value = output = '\\}'; + state.output = out; - /* ; */ - CHAR_SINGLE_QUOTE: 39, + for (const t of toks) { + state.output += t.output || t.value; + } + } - /* ' */ - CHAR_SPACE: 32, + push({ + type: 'brace', + value, + output + }); + decrement('braces'); + braces.pop(); + continue; + } + /** + * Pipes + */ - /* */ - CHAR_TAB: 9, - /* \t */ - CHAR_UNDERSCORE: 95, + if (value === '|') { + if (extglobs.length > 0) { + extglobs[extglobs.length - 1].conditions++; + } - /* _ */ - CHAR_VERTICAL_LINE: 124, + push({ + type: 'text', + value + }); + continue; + } + /** + * Commas + */ - /* | */ - CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, - /* \uFEFF */ - SEP: path__default['default'].sep, + if (value === ',') { + let output = value; + const brace = braces[braces.length - 1]; - /** - * Create EXTGLOB_CHARS - */ - extglobChars(chars) { - return { - '!': { - type: 'negate', - open: '(?:(?!(?:', - close: `))${chars.STAR})` - }, - '?': { - type: 'qmark', - open: '(?:', - close: ')?' - }, - '+': { - type: 'plus', - open: '(?:', - close: ')+' - }, - '*': { - type: 'star', - open: '(?:', - close: ')*' - }, - '@': { - type: 'at', - open: '(?:', - close: ')' + if (brace && stack[stack.length - 1] === 'braces') { + brace.comma = true; + output = '|'; } - }; - }, - /** - * Create GLOB_CHARS - */ - globChars(win32) { - return win32 === true ? WINDOWS_CHARS : POSIX_CHARS; - } + push({ + type: 'comma', + value, + output + }); + continue; + } + /** + * Slashes + */ -}; -var utils$2 = createCommonjsModule(function (module, exports) { + if (value === '/') { + // if the beginning of the glob is "./", advance the start + // to the current index, and don't add the "./" characters + // to the state. This greatly simplifies lookbehinds when + // checking for BOS characters like "!" and "." (not "./") + if (prev.type === 'dot' && state.index === state.start + 1) { + state.start = state.index + 1; + state.consumed = ''; + state.output = ''; + tokens.pop(); + prev = bos; // reset "prev" to the first token - const win32 = process.platform === 'win32'; - const { - REGEX_BACKSLASH, - REGEX_REMOVE_BACKSLASH, - REGEX_SPECIAL_CHARS, - REGEX_SPECIAL_CHARS_GLOBAL - } = constants$4; + continue; + } - exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val); + push({ + type: 'slash', + value, + output: SLASH_LITERAL + }); + continue; + } + /** + * Dots + */ - exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str); - exports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str); + if (value === '.') { + if (state.braces > 0 && prev.type === 'dot') { + if (prev.value === '.') prev.output = DOT_LITERAL; + const brace = braces[braces.length - 1]; + prev.type = 'dots'; + prev.output += value; + prev.value += value; + brace.dots = true; + continue; + } - exports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1'); + if (state.braces + state.parens === 0 && prev.type !== 'bos' && prev.type !== 'slash') { + push({ + type: 'text', + value, + output: DOT_LITERAL + }); + continue; + } - exports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/'); + push({ + type: 'dot', + value, + output: DOT_LITERAL + }); + continue; + } + /** + * Question marks + */ - exports.removeBackslashes = str => { - return str.replace(REGEX_REMOVE_BACKSLASH, match => { - return match === '\\' ? '' : match; - }); - }; - exports.supportsLookbehinds = () => { - const segs = process.version.slice(1).split('.').map(Number); + if (value === '?') { + const isGroup = prev && prev.value === '('; - if (segs.length === 3 && segs[0] >= 9 || segs[0] === 8 && segs[1] >= 10) { - return true; - } + if (!isGroup && opts.noextglob !== true && peek() === '(' && peek(2) !== '?') { + extglobOpen('qmark', value); + continue; + } - return false; - }; + if (prev && prev.type === 'paren') { + const next = peek(); + let output = value; - exports.isWindows = options => { - if (options && typeof options.windows === 'boolean') { - return options.windows; - } + if (next === '<' && !utils$k.supportsLookbehinds()) { + throw new Error('Node.js v10 or higher is required for regex lookbehinds'); + } - return win32 === true || path__default['default'].sep === '\\'; - }; + if (prev.value === '(' && !/[!=<:]/.test(next) || next === '<' && !/<([!=]|\w+>)/.test(remaining())) { + output = `\\${value}`; + } - exports.escapeLast = (input, char, lastIdx) => { - const idx = input.lastIndexOf(char, lastIdx); - if (idx === -1) return input; - if (input[idx - 1] === '\\') return exports.escapeLast(input, char, idx - 1); - return `${input.slice(0, idx)}\\${input.slice(idx)}`; - }; + push({ + type: 'text', + value, + output + }); + continue; + } - exports.removePrefix = (input, state = {}) => { - let output = input; + if (opts.dot !== true && (prev.type === 'slash' || prev.type === 'bos')) { + push({ + type: 'qmark', + value, + output: QMARK_NO_DOT + }); + continue; + } - if (output.startsWith('./')) { - output = output.slice(2); - state.prefix = './'; + push({ + type: 'qmark', + value, + output: QMARK + }); + continue; } + /** + * Exclamation + */ - return output; - }; - exports.wrapOutput = (input, state = {}, options = {}) => { - const prepend = options.contains ? '' : '^'; - const append = options.contains ? '' : '$'; - let output = `${prepend}(?:${input})${append}`; + if (value === '!') { + if (opts.noextglob !== true && peek() === '(') { + if (peek(2) !== '?' || !/[!=<:]/.test(peek(3))) { + extglobOpen('negate', value); + continue; + } + } - if (state.negated === true) { - output = `(?:^(?!${output}).*$)`; + if (opts.nonegate !== true && state.index === 0) { + negate(); + continue; + } } + /** + * Plus + */ - return output; - }; -}); -const { - CHAR_ASTERISK, + if (value === '+') { + if (opts.noextglob !== true && peek() === '(' && peek(2) !== '?') { + extglobOpen('plus', value); + continue; + } - /* * */ - CHAR_AT, + if (prev && prev.value === '(' || opts.regex === false) { + push({ + type: 'plus', + value, + output: PLUS_LITERAL + }); + continue; + } - /* @ */ - CHAR_BACKWARD_SLASH, + if (prev && (prev.type === 'bracket' || prev.type === 'paren' || prev.type === 'brace') || state.parens > 0) { + push({ + type: 'plus', + value + }); + continue; + } - /* \ */ - CHAR_COMMA: CHAR_COMMA$2, + push({ + type: 'plus', + value: PLUS_LITERAL + }); + continue; + } + /** + * Plain text + */ - /* , */ - CHAR_DOT: CHAR_DOT$1, - /* . */ - CHAR_EXCLAMATION_MARK, + if (value === '@') { + if (opts.noextglob !== true && peek() === '(' && peek(2) !== '?') { + push({ + type: 'at', + extglob: true, + value, + output: '' + }); + continue; + } - /* ! */ - CHAR_FORWARD_SLASH, + push({ + type: 'text', + value + }); + continue; + } + /** + * Plain text + */ - /* / */ - CHAR_LEFT_CURLY_BRACE: CHAR_LEFT_CURLY_BRACE$1, - /* { */ - CHAR_LEFT_PARENTHESES: CHAR_LEFT_PARENTHESES$1, + if (value !== '*') { + if (value === '$' || value === '^') { + value = `\\${value}`; + } - /* ( */ - CHAR_LEFT_SQUARE_BRACKET: CHAR_LEFT_SQUARE_BRACKET$1, + const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); - /* [ */ - CHAR_PLUS: CHAR_PLUS$1, + if (match) { + value += match[0]; + state.index += match[0].length; + } - /* + */ - CHAR_QUESTION_MARK, + push({ + type: 'text', + value + }); + continue; + } + /** + * Stars + */ - /* ? */ - CHAR_RIGHT_CURLY_BRACE: CHAR_RIGHT_CURLY_BRACE$1, - /* } */ - CHAR_RIGHT_PARENTHESES: CHAR_RIGHT_PARENTHESES$1, + if (prev && (prev.type === 'globstar' || prev.star === true)) { + prev.type = 'star'; + prev.star = true; + prev.value += value; + prev.output = star; + state.backtrack = true; + state.globstar = true; + consume(value); + continue; + } - /* ) */ - CHAR_RIGHT_SQUARE_BRACKET: CHAR_RIGHT_SQUARE_BRACKET$1 - /* ] */ + let rest = remaining(); -} = constants$4; + if (opts.noextglob !== true && /^\([^?]/.test(rest)) { + extglobOpen('star', value); + continue; + } -const isPathSeparator = code => { - return code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH; -}; + if (prev.type === 'star') { + if (opts.noglobstar === true) { + consume(value); + continue; + } -const depth = token => { - if (token.isPrefix !== true) { - token.depth = token.isGlobstar ? Infinity : 1; - } -}; -/** - * Quickly scans a glob pattern and returns an object with a handful of - * useful properties, like `isGlob`, `path` (the leading non-glob, if it exists), - * `glob` (the actual pattern), and `negated` (true if the path starts with `!`). - * - * ```js - * const pm = require('picomatch'); - * console.log(pm.scan('foo/bar/*.js')); - * { isGlob: true, input: 'foo/bar/*.js', base: 'foo/bar', glob: '*.js' } - * ``` - * @param {String} `str` - * @param {Object} `options` - * @return {Object} Returns an object with tokens and regex source string. - * @api public - */ + const prior = prev.prev; + const before = prior.prev; + const isStart = prior.type === 'slash' || prior.type === 'bos'; + const afterStar = before && (before.type === 'star' || before.type === 'globstar'); + if (opts.bash === true && (!isStart || rest[0] && rest[0] !== '/')) { + push({ + type: 'star', + value, + output: '' + }); + continue; + } -const scan = (input, options) => { - const opts = options || {}; - const length = input.length - 1; - const scanToEnd = opts.parts === true || opts.scanToEnd === true; - const slashes = []; - const tokens = []; - const parts = []; - let str = input; - let index = -1; - let start = 0; - let lastIndex = 0; - let isBrace = false; - let isBracket = false; - let isGlob = false; - let isExtglob = false; - let isGlobstar = false; - let braceEscaped = false; - let backslashes = false; - let negated = false; - let finished = false; - let braces = 0; - let prev; - let code; - let token = { - value: '', - depth: 0, - isGlob: false - }; + const isBrace = state.braces > 0 && (prior.type === 'comma' || prior.type === 'brace'); + const isExtglob = extglobs.length && (prior.type === 'pipe' || prior.type === 'paren'); + + if (!isStart && prior.type !== 'paren' && !isBrace && !isExtglob) { + push({ + type: 'star', + value, + output: '' + }); + continue; + } // strip consecutive `/**/` - const eos = () => index >= length; - const peek = () => str.charCodeAt(index + 1); + while (rest.slice(0, 3) === '/**') { + const after = input[state.index + 4]; - const advance = () => { - prev = code; - return str.charCodeAt(++index); - }; + if (after && after !== '/') { + break; + } - while (index < length) { - code = advance(); - let next; + rest = rest.slice(3); + consume('/**', 3); + } - if (code === CHAR_BACKWARD_SLASH) { - backslashes = token.backslashes = true; - code = advance(); + if (prior.type === 'bos' && eos()) { + prev.type = 'globstar'; + prev.value += value; + prev.output = globstar(opts); + state.output = prev.output; + state.globstar = true; + consume(value); + continue; + } - if (code === CHAR_LEFT_CURLY_BRACE$1) { - braceEscaped = true; + if (prior.type === 'slash' && prior.prev.type !== 'bos' && !afterStar && eos()) { + state.output = state.output.slice(0, -(prior.output + prev.output).length); + prior.output = `(?:${prior.output}`; + prev.type = 'globstar'; + prev.output = globstar(opts) + (opts.strictSlashes ? ')' : '|$)'); + prev.value += value; + state.globstar = true; + state.output += prior.output + prev.output; + consume(value); + continue; } - continue; - } + if (prior.type === 'slash' && prior.prev.type !== 'bos' && rest[0] === '/') { + const end = rest[1] !== void 0 ? '|$' : ''; + state.output = state.output.slice(0, -(prior.output + prev.output).length); + prior.output = `(?:${prior.output}`; + prev.type = 'globstar'; + prev.output = `${globstar(opts)}${SLASH_LITERAL}|${SLASH_LITERAL}${end})`; + prev.value += value; + state.output += prior.output + prev.output; + state.globstar = true; + consume(value + advance()); + push({ + type: 'slash', + value: '/', + output: '' + }); + continue; + } - if (braceEscaped === true || code === CHAR_LEFT_CURLY_BRACE$1) { - braces++; + if (prior.type === 'bos' && rest[0] === '/') { + prev.type = 'globstar'; + prev.value += value; + prev.output = `(?:^|${SLASH_LITERAL}|${globstar(opts)}${SLASH_LITERAL})`; + state.output = prev.output; + state.globstar = true; + consume(value + advance()); + push({ + type: 'slash', + value: '/', + output: '' + }); + continue; + } // remove single star from output - while (eos() !== true && (code = advance())) { - if (code === CHAR_BACKWARD_SLASH) { - backslashes = token.backslashes = true; - advance(); - continue; - } - if (code === CHAR_LEFT_CURLY_BRACE$1) { - braces++; - continue; - } + state.output = state.output.slice(0, -prev.output.length); // reset previous token to globstar - if (braceEscaped !== true && code === CHAR_DOT$1 && (code = advance()) === CHAR_DOT$1) { - isBrace = token.isBrace = true; - isGlob = token.isGlob = true; - finished = true; + prev.type = 'globstar'; + prev.output = globstar(opts); + prev.value += value; // reset output with globstar - if (scanToEnd === true) { - continue; - } + state.output += prev.output; + state.globstar = true; + consume(value); + continue; + } - break; - } + const token = { + type: 'star', + value, + output: star + }; - if (braceEscaped !== true && code === CHAR_COMMA$2) { - isBrace = token.isBrace = true; - isGlob = token.isGlob = true; - finished = true; + if (opts.bash === true) { + token.output = '.*?'; - if (scanToEnd === true) { - continue; - } + if (prev.type === 'bos' || prev.type === 'slash') { + token.output = nodot + token.output; + } - break; - } + push(token); + continue; + } - if (code === CHAR_RIGHT_CURLY_BRACE$1) { - braces--; + if (prev && (prev.type === 'bracket' || prev.type === 'paren') && opts.regex === true) { + token.output = value; + push(token); + continue; + } - if (braces === 0) { - braceEscaped = false; - isBrace = token.isBrace = true; - finished = true; - break; - } - } + if (state.index === state.start || prev.type === 'slash' || prev.type === 'dot') { + if (prev.type === 'dot') { + state.output += NO_DOT_SLASH; + prev.output += NO_DOT_SLASH; + } else if (opts.dot === true) { + state.output += NO_DOTS_SLASH; + prev.output += NO_DOTS_SLASH; + } else { + state.output += nodot; + prev.output += nodot; } - if (scanToEnd === true) { - continue; + if (peek() !== '*') { + state.output += ONE_CHAR; + prev.output += ONE_CHAR; } - - break; } - if (code === CHAR_FORWARD_SLASH) { - slashes.push(index); - tokens.push(token); - token = { - value: '', - depth: 0, - isGlob: false - }; - if (finished === true) continue; + push(token); + } - if (prev === CHAR_DOT$1 && index === start + 1) { - start += 2; - continue; - } + while (state.brackets > 0) { + if (opts.strictBrackets === true) throw new SyntaxError(syntaxError$1('closing', ']')); + state.output = utils$k.escapeLast(state.output, '['); + decrement('brackets'); + } - lastIndex = index + 1; - continue; - } + while (state.parens > 0) { + if (opts.strictBrackets === true) throw new SyntaxError(syntaxError$1('closing', ')')); + state.output = utils$k.escapeLast(state.output, '('); + decrement('parens'); + } - if (opts.noext !== true) { - const isExtglobChar = code === CHAR_PLUS$1 || code === CHAR_AT || code === CHAR_ASTERISK || code === CHAR_QUESTION_MARK || code === CHAR_EXCLAMATION_MARK; + while (state.braces > 0) { + if (opts.strictBrackets === true) throw new SyntaxError(syntaxError$1('closing', '}')); + state.output = utils$k.escapeLast(state.output, '{'); + decrement('braces'); + } - if (isExtglobChar === true && peek() === CHAR_LEFT_PARENTHESES$1) { - isGlob = token.isGlob = true; - isExtglob = token.isExtglob = true; - finished = true; + if (opts.strictSlashes !== true && (prev.type === 'star' || prev.type === 'bracket')) { + push({ + type: 'maybe_slash', + value: '', + output: `${SLASH_LITERAL}?` + }); + } // rebuild the output if we had to backtrack at any point - if (scanToEnd === true) { - while (eos() !== true && (code = advance())) { - if (code === CHAR_BACKWARD_SLASH) { - backslashes = token.backslashes = true; - code = advance(); - continue; - } - if (code === CHAR_RIGHT_PARENTHESES$1) { - isGlob = token.isGlob = true; - finished = true; - break; - } - } + if (state.backtrack === true) { + state.output = ''; - continue; - } + for (const token of state.tokens) { + state.output += token.output != null ? token.output : token.value; - break; + if (token.suffix) { + state.output += token.suffix; } } + } - if (code === CHAR_ASTERISK) { - if (prev === CHAR_ASTERISK) isGlobstar = token.isGlobstar = true; - isGlob = token.isGlob = true; - finished = true; + return state; +}; +/** + * Fast paths for creating regular expressions for common glob patterns. + * This can significantly speed up processing and has very little downside + * impact when none of the fast paths match. + */ - if (scanToEnd === true) { - continue; - } - break; - } +parse$3.fastpaths = (input, options) => { + const opts = Object.assign({}, options); + const max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH; + const len = input.length; - if (code === CHAR_QUESTION_MARK) { - isGlob = token.isGlob = true; - finished = true; + if (len > max) { + throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`); + } - if (scanToEnd === true) { - continue; - } + input = REPLACEMENTS[input] || input; + const win32 = utils$k.isWindows(options); // create constants based on platform, for windows or posix - break; - } + const { + DOT_LITERAL, + SLASH_LITERAL, + ONE_CHAR, + DOTS_SLASH, + NO_DOT, + NO_DOTS, + NO_DOTS_SLASH, + STAR, + START_ANCHOR + } = constants$2.globChars(win32); + const nodot = opts.dot ? NO_DOTS : NO_DOT; + const slashDot = opts.dot ? NO_DOTS_SLASH : NO_DOT; + const capture = opts.capture ? '' : '?:'; + const state = { + negated: false, + prefix: '' + }; + let star = opts.bash === true ? '.*?' : STAR; - if (code === CHAR_LEFT_SQUARE_BRACKET$1) { - while (eos() !== true && (next = advance())) { - if (next === CHAR_BACKWARD_SLASH) { - backslashes = token.backslashes = true; - advance(); - continue; - } + if (opts.capture) { + star = `(${star})`; + } - if (next === CHAR_RIGHT_SQUARE_BRACKET$1) { - isBracket = token.isBracket = true; - isGlob = token.isGlob = true; - finished = true; + const globstar = opts => { + if (opts.noglobstar === true) return star; + return `(${capture}(?:(?!${START_ANCHOR}${opts.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`; + }; - if (scanToEnd === true) { - continue; - } + const create = str => { + switch (str) { + case '*': + return `${nodot}${ONE_CHAR}${star}`; - break; + case '.*': + return `${DOT_LITERAL}${ONE_CHAR}${star}`; + + case '*.*': + return `${nodot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`; + + case '*/*': + return `${nodot}${star}${SLASH_LITERAL}${ONE_CHAR}${slashDot}${star}`; + + case '**': + return nodot + globstar(opts); + + case '**/*': + return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${ONE_CHAR}${star}`; + + case '**/*.*': + return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`; + + case '**/.*': + return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${DOT_LITERAL}${ONE_CHAR}${star}`; + + default: + { + const match = /^(.*?)\.(\w+)$/.exec(str); + if (!match) return; + const source = create(match[1]); + if (!source) return; + return source + DOT_LITERAL + match[2]; } - } } + }; - if (opts.nonegate !== true && code === CHAR_EXCLAMATION_MARK && index === start) { - negated = token.negated = true; - start++; - continue; - } + const output = utils$k.removePrefix(input, state); + let source = create(output); - if (opts.noparen !== true && code === CHAR_LEFT_PARENTHESES$1) { - isGlob = token.isGlob = true; + if (source && opts.strictSlashes !== true) { + source += `${SLASH_LITERAL}?`; + } - if (scanToEnd === true) { - while (eos() !== true && (code = advance())) { - if (code === CHAR_LEFT_PARENTHESES$1) { - backslashes = token.backslashes = true; - code = advance(); - continue; - } + return source; +}; - if (code === CHAR_RIGHT_PARENTHESES$1) { - finished = true; - break; - } - } +var parse_1$1 = parse$3; - continue; - } +const path$9 = require$$0__default$2["default"]; +const scan = scan_1; +const parse$2 = parse_1$1; +const utils$j = utils$m; +const constants$1 = constants$3; - break; - } +const isObject = val => val && typeof val === 'object' && !Array.isArray(val); +/** + * Creates a matcher function from one or more glob patterns. The + * returned function takes a string to match as its first argument, + * and returns true if the string is a match. The returned matcher + * function also takes a boolean as the second argument that, when true, + * returns an object with additional information. + * + * ```js + * const picomatch = require('picomatch'); + * // picomatch(glob[, options]); + * + * const isMatch = picomatch('*.!(*a)'); + * console.log(isMatch('a.a')); //=> false + * console.log(isMatch('a.b')); //=> true + * ``` + * @name picomatch + * @param {String|Array} `globs` One or more glob patterns. + * @param {Object=} `options` + * @return {Function=} Returns a matcher function. + * @api public + */ - if (isGlob === true) { - finished = true; - if (scanToEnd === true) { - continue; +const picomatch$2 = (glob, options, returnState = false) => { + if (Array.isArray(glob)) { + const fns = glob.map(input => picomatch$2(input, options, returnState)); + + const arrayMatcher = str => { + for (const isMatch of fns) { + const state = isMatch(str); + if (state) return state; } - break; - } - } + return false; + }; - if (opts.noext === true) { - isExtglob = false; - isGlob = false; + return arrayMatcher; } - let base = str; - let prefix = ''; - let glob = ''; + const isState = isObject(glob) && glob.tokens && glob.input; - if (start > 0) { - prefix = str.slice(0, start); - str = str.slice(start); - lastIndex -= start; + if (glob === '' || typeof glob !== 'string' && !isState) { + throw new TypeError('Expected pattern to be a non-empty string'); } - if (base && isGlob === true && lastIndex > 0) { - base = str.slice(0, lastIndex); - glob = str.slice(lastIndex); - } else if (isGlob === true) { - base = ''; - glob = str; - } else { - base = str; - } + const opts = options || {}; + const posix = utils$j.isWindows(options); + const regex = isState ? picomatch$2.compileRe(glob, options) : picomatch$2.makeRe(glob, options, false, true); + const state = regex.state; + delete regex.state; - if (base && base !== '' && base !== '/' && base !== str) { - if (isPathSeparator(base.charCodeAt(base.length - 1))) { - base = base.slice(0, -1); - } + let isIgnored = () => false; + + if (opts.ignore) { + const ignoreOpts = Object.assign(Object.assign({}, options), {}, { + ignore: null, + onMatch: null, + onResult: null + }); + isIgnored = picomatch$2(opts.ignore, ignoreOpts, returnState); } - if (opts.unescape === true) { - if (glob) glob = utils$2.removeBackslashes(glob); + const matcher = (input, returnObject = false) => { + const { + isMatch, + match, + output + } = picomatch$2.test(input, regex, options, { + glob, + posix + }); + const result = { + glob, + state, + regex, + posix, + input, + output, + match, + isMatch + }; - if (base && backslashes === true) { - base = utils$2.removeBackslashes(base); + if (typeof opts.onResult === 'function') { + opts.onResult(result); } - } - const state = { - prefix, - input, - start, - base, - glob, - isBrace, - isBracket, - isGlob, - isExtglob, - isGlobstar, - negated - }; + if (isMatch === false) { + result.isMatch = false; + return returnObject ? result : false; + } - if (opts.tokens === true) { - state.maxDepth = 0; + if (isIgnored(input)) { + if (typeof opts.onIgnore === 'function') { + opts.onIgnore(result); + } - if (!isPathSeparator(code)) { - tokens.push(token); + result.isMatch = false; + return returnObject ? result : false; } - state.tokens = tokens; - } + if (typeof opts.onMatch === 'function') { + opts.onMatch(result); + } - if (opts.parts === true || opts.tokens === true) { - let prevIndex; + return returnObject ? result : true; + }; - for (let idx = 0; idx < slashes.length; idx++) { - const n = prevIndex ? prevIndex + 1 : start; - const i = slashes[idx]; - const value = input.slice(n, i); + if (returnState) { + matcher.state = state; + } - if (opts.tokens) { - if (idx === 0 && start !== 0) { - tokens[idx].isPrefix = true; - tokens[idx].value = prefix; - } else { - tokens[idx].value = value; - } + return matcher; +}; +/** + * Test `input` with the given `regex`. This is used by the main + * `picomatch()` function to test the input string. + * + * ```js + * const picomatch = require('picomatch'); + * // picomatch.test(input, regex[, options]); + * + * console.log(picomatch.test('foo/bar', /^(?:([^/]*?)\/([^/]*?))$/)); + * // { isMatch: true, match: [ 'foo/', 'foo', 'bar' ], output: 'foo/bar' } + * ``` + * @param {String} `input` String to test. + * @param {RegExp} `regex` + * @return {Object} Returns an object with matching info. + * @api public + */ - depth(tokens[idx]); - state.maxDepth += tokens[idx].depth; - } - if (idx !== 0 || value !== '') { - parts.push(value); - } +picomatch$2.test = (input, regex, options, { + glob, + posix +} = {}) => { + if (typeof input !== 'string') { + throw new TypeError('Expected input to be a string'); + } - prevIndex = i; - } + if (input === '') { + return { + isMatch: false, + output: '' + }; + } - if (prevIndex && prevIndex + 1 < input.length) { - const value = input.slice(prevIndex + 1); - parts.push(value); + const opts = options || {}; + const format = opts.format || (posix ? utils$j.toPosixSlashes : null); + let match = input === glob; + let output = match && format ? format(input) : input; - if (opts.tokens) { - tokens[tokens.length - 1].value = value; - depth(tokens[tokens.length - 1]); - state.maxDepth += tokens[tokens.length - 1].depth; - } - } + if (match === false) { + output = format ? format(input) : input; + match = output === glob; + } - state.slashes = slashes; - state.parts = parts; + if (match === false || opts.capture === true) { + if (opts.matchBase === true || opts.basename === true) { + match = picomatch$2.matchBase(input, regex, options, posix); + } else { + match = regex.exec(output); + } } - return state; + return { + isMatch: Boolean(match), + match, + output + }; }; - -var scan_1 = scan; - /** - * Constants + * Match the basename of a filepath. + * + * ```js + * const picomatch = require('picomatch'); + * // picomatch.matchBase(input, glob[, options]); + * console.log(picomatch.matchBase('foo/bar.js', '*.js'); // true + * ``` + * @param {String} `input` String to test. + * @param {RegExp|String} `glob` Glob pattern or regex created by [.makeRe](#makeRe). + * @return {Boolean} + * @api public */ -const { - MAX_LENGTH: MAX_LENGTH$3, - POSIX_REGEX_SOURCE: POSIX_REGEX_SOURCE$1, - REGEX_NON_SPECIAL_CHARS, - REGEX_SPECIAL_CHARS_BACKREF, - REPLACEMENTS -} = constants$4; +picomatch$2.matchBase = (input, glob, options, posix = utils$j.isWindows(options)) => { + const regex = glob instanceof RegExp ? glob : picomatch$2.makeRe(glob, options); + return regex.test(path$9.basename(input)); +}; /** - * Helpers + * Returns true if **any** of the given glob `patterns` match the specified `string`. + * + * ```js + * const picomatch = require('picomatch'); + * // picomatch.isMatch(string, patterns[, options]); + * + * console.log(picomatch.isMatch('a.a', ['b.*', '*.a'])); //=> true + * console.log(picomatch.isMatch('a.a', 'b.*')); //=> false + * ``` + * @param {String|Array} str The string to test. + * @param {String|Array} patterns One or more glob patterns to use for matching. + * @param {Object} [options] See available [options](#options). + * @return {Boolean} Returns true if any patterns match `str` + * @api public */ -const expandRange = (args, options) => { - if (typeof options.expandRange === 'function') { - return options.expandRange(...args, options); - } - args.sort(); - const value = `[${args.join('-')}]`; +picomatch$2.isMatch = (str, patterns, options) => picomatch$2(patterns, options)(str); +/** + * Parse a glob pattern to create the source string for a regular + * expression. + * + * ```js + * const picomatch = require('picomatch'); + * const result = picomatch.parse(pattern[, options]); + * ``` + * @param {String} `pattern` + * @param {Object} `options` + * @return {Object} Returns an object with useful properties and output to be used as a regex source string. + * @api public + */ - try { - /* eslint-disable-next-line no-new */ - new RegExp(value); - } catch (ex) { - return args.map(v => utils$2.escapeRegex(v)).join('..'); - } - return value; +picomatch$2.parse = (pattern, options) => { + if (Array.isArray(pattern)) return pattern.map(p => picomatch$2.parse(p, options)); + return parse$2(pattern, Object.assign(Object.assign({}, options), {}, { + fastpaths: false + })); }; /** - * Create the message for a syntax error + * Scan a glob pattern to separate the pattern into segments. + * + * ```js + * const picomatch = require('picomatch'); + * // picomatch.scan(input[, options]); + * + * const result = picomatch.scan('!./foo/*.js'); + * console.log(result); + * { prefix: '!./', + * input: '!./foo/*.js', + * start: 3, + * base: 'foo', + * glob: '*.js', + * isBrace: false, + * isBracket: false, + * isGlob: true, + * isExtglob: false, + * isGlobstar: false, + * negated: true } + * ``` + * @param {String} `input` Glob pattern to scan. + * @param {Object} `options` + * @return {Object} Returns an object with + * @api public */ -const syntaxError$1 = (type, char) => { - return `Missing ${type}: "${char}" - use "\\\\${char}" to match literal characters`; -}; +picomatch$2.scan = (input, options) => scan(input, options); /** - * Parse the given input string. - * @param {String} input - * @param {Object} options - * @return {Object} + * Compile a regular expression from the `state` object returned by the + * [parse()](#parse) method. + * + * @param {Object} `state` + * @param {Object} `options` + * @param {Boolean} `returnOutput` Intended for implementors, this argument allows you to return the raw output from the parser. + * @param {Boolean} `returnState` Adds the state to a `state` property on the returned regex. Useful for implementors and debugging. + * @return {RegExp} + * @api public */ -const parse$6 = (input, options) => { - if (typeof input !== 'string') { - throw new TypeError('Expected a string'); +picomatch$2.compileRe = (state, options, returnOutput = false, returnState = false) => { + if (returnOutput === true) { + return state.output; } - input = REPLACEMENTS[input] || input; - const opts = Object.assign({}, options); - const max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH$3, opts.maxLength) : MAX_LENGTH$3; - let len = input.length; + const opts = options || {}; + const prepend = opts.contains ? '' : '^'; + const append = opts.contains ? '' : '$'; + let source = `${prepend}(?:${state.output})${append}`; - if (len > max) { - throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`); + if (state && state.negated === true) { + source = `^(?!${source}).*$`; } - const bos = { - type: 'bos', - value: '', - output: opts.prepend || '' - }; - const tokens = [bos]; - const capture = opts.capture ? '' : '?:'; - const win32 = utils$2.isWindows(options); // create constants based on platform, for windows or posix - - const PLATFORM_CHARS = constants$4.globChars(win32); - const EXTGLOB_CHARS = constants$4.extglobChars(PLATFORM_CHARS); - const { - DOT_LITERAL, - PLUS_LITERAL, - SLASH_LITERAL, - ONE_CHAR, - DOTS_SLASH, - NO_DOT, - NO_DOT_SLASH, - NO_DOTS_SLASH, - QMARK, - QMARK_NO_DOT, - STAR, - START_ANCHOR - } = PLATFORM_CHARS; - - const globstar = opts => { - return `(${capture}(?:(?!${START_ANCHOR}${opts.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`; - }; + const regex = picomatch$2.toRegex(source, options); - const nodot = opts.dot ? '' : NO_DOT; - const qmarkNoDot = opts.dot ? QMARK : QMARK_NO_DOT; - let star = opts.bash === true ? globstar(opts) : STAR; + if (returnState === true) { + regex.state = state; + } - if (opts.capture) { - star = `(${star})`; - } // minimatch options support + return regex; +}; +/** + * Create a regular expression from a parsed glob pattern. + * + * ```js + * const picomatch = require('picomatch'); + * const state = picomatch.parse('*.js'); + * // picomatch.compileRe(state[, options]); + * + * console.log(picomatch.compileRe(state)); + * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/ + * ``` + * @param {String} `state` The object returned from the `.parse` method. + * @param {Object} `options` + * @param {Boolean} `returnOutput` Implementors may use this argument to return the compiled output, instead of a regular expression. This is not exposed on the options to prevent end-users from mutating the result. + * @param {Boolean} `returnState` Implementors may use this argument to return the state from the parsed glob with the returned regular expression. + * @return {RegExp} Returns a regex created from the given pattern. + * @api public + */ - if (typeof opts.noext === 'boolean') { - opts.noextglob = opts.noext; +picomatch$2.makeRe = (input, options = {}, returnOutput = false, returnState = false) => { + if (!input || typeof input !== 'string') { + throw new TypeError('Expected a non-empty string'); } - const state = { - input, - index: -1, - start: 0, - dot: opts.dot === true, - consumed: '', - output: '', - prefix: '', - backtrack: false, + let parsed = { negated: false, - brackets: 0, - braces: 0, - parens: 0, - quotes: 0, - globstar: false, - tokens + fastpaths: true }; - input = utils$2.removePrefix(input, state); - len = input.length; - const extglobs = []; - const braces = []; - const stack = []; - let prev = bos; - let value; - /** - * Tokenizing helpers - */ - const eos = () => state.index === len - 1; - - const peek = state.peek = (n = 1) => input[state.index + n]; - - const advance = state.advance = () => input[++state.index]; - - const remaining = () => input.slice(state.index + 1); + if (options.fastpaths !== false && (input[0] === '.' || input[0] === '*')) { + parsed.output = parse$2.fastpaths(input, options); + } - const consume = (value = '', num = 0) => { - state.consumed += value; - state.index += num; - }; + if (!parsed.output) { + parsed = parse$2(input, options); + } - const append = token => { - state.output += token.output != null ? token.output : token.value; - consume(token.value); - }; + return picomatch$2.compileRe(parsed, options, returnOutput, returnState); +}; +/** + * Create a regular expression from the given regex source string. + * + * ```js + * const picomatch = require('picomatch'); + * // picomatch.toRegex(source[, options]); + * + * const { output } = picomatch.parse('*.js'); + * console.log(picomatch.toRegex(output)); + * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/ + * ``` + * @param {String} `source` Regular expression source string. + * @param {Object} `options` + * @return {RegExp} + * @api public + */ - const negate = () => { - let count = 1; - while (peek() === '!' && (peek(2) !== '(' || peek(3) === '?')) { - advance(); - state.start++; - count++; - } +picomatch$2.toRegex = (source, options) => { + try { + const opts = options || {}; + return new RegExp(source, opts.flags || (opts.nocase ? 'i' : '')); + } catch (err) { + if (options && options.debug === true) throw err; + return /$^/; + } +}; +/** + * Picomatch constants. + * @return {Object} + */ - if (count % 2 === 0) { - return false; - } - state.negated = true; - state.start++; - return true; - }; +picomatch$2.constants = constants$1; +/** + * Expose "picomatch" + */ - const increment = type => { - state[type]++; - stack.push(type); - }; +var picomatch_1 = picomatch$2; - const decrement = type => { - state[type]--; - stack.pop(); - }; - /** - * Push tokens onto the tokens array. This helper speeds up - * tokenizing by 1) helping us avoid backtracking as much as possible, - * and 2) helping us avoid creating extra tokens when consecutive - * characters are plain text. This improves performance and simplifies - * lookbehinds. - */ +var picomatch$1 = picomatch_1; +const util$1 = require$$0__default$4["default"]; +const braces = braces_1; +const picomatch = picomatch$1; +const utils$i = utils$m; - const push = tok => { - if (prev.type === 'globstar') { - const isBrace = state.braces > 0 && (tok.type === 'comma' || tok.type === 'brace'); - const isExtglob = tok.extglob === true || extglobs.length && (tok.type === 'pipe' || tok.type === 'paren'); +const isEmptyString = val => val === '' || val === './'; +/** + * Returns an array of strings that match one or more glob patterns. + * + * ```js + * const mm = require('micromatch'); + * // mm(list, patterns[, options]); + * + * console.log(mm(['a.js', 'a.txt'], ['*.js'])); + * //=> [ 'a.js' ] + * ``` + * @param {String|Array} `list` List of strings to match. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) + * @return {Array} Returns an array of matches + * @summary false + * @api public + */ - if (tok.type !== 'slash' && tok.type !== 'paren' && !isBrace && !isExtglob) { - state.output = state.output.slice(0, -prev.output.length); - prev.type = 'star'; - prev.value = '*'; - prev.output = star; - state.output += prev.output; - } - } - if (extglobs.length && tok.type !== 'paren' && !EXTGLOB_CHARS[tok.value]) { - extglobs[extglobs.length - 1].inner += tok.value; - } +const micromatch$1 = (list, patterns, options) => { + patterns = [].concat(patterns); + list = [].concat(list); + let omit = new Set(); + let keep = new Set(); + let items = new Set(); + let negatives = 0; - if (tok.value || tok.output) append(tok); + let onResult = state => { + items.add(state.output); - if (prev && prev.type === 'text' && tok.type === 'text') { - prev.value += tok.value; - prev.output = (prev.output || '') + tok.value; - return; + if (options && options.onResult) { + options.onResult(state); } - - tok.prev = prev; - tokens.push(tok); - prev = tok; - }; - - const extglobOpen = (type, value) => { - const token = Object.assign({}, EXTGLOB_CHARS[value], { - conditions: 1, - inner: '' - }); - token.prev = prev; - token.parens = state.parens; - token.output = state.output; - const output = (opts.capture ? '(' : '') + token.open; - increment('parens'); - push({ - type, - value, - output: state.output ? '' : ONE_CHAR - }); - push({ - type: 'paren', - extglob: true, - value: advance(), - output - }); - extglobs.push(token); }; - const extglobClose = token => { - let output = token.close + (opts.capture ? ')' : ''); + for (let i = 0; i < patterns.length; i++) { + let isMatch = picomatch(String(patterns[i]), Object.assign(Object.assign({}, options), {}, { + onResult + }), true); + let negated = isMatch.state.negated || isMatch.state.negatedExtglob; + if (negated) negatives++; - if (token.type === 'negate') { - let extglobStar = star; + for (let item of list) { + let matched = isMatch(item, true); + let match = negated ? !matched.isMatch : matched.isMatch; + if (!match) continue; - if (token.inner && token.inner.length > 1 && token.inner.includes('/')) { - extglobStar = globstar(opts); + if (negated) { + omit.add(matched.output); + } else { + omit.delete(matched.output); + keep.add(matched.output); } + } + } - if (extglobStar !== star || eos() || /^\)+$/.test(remaining())) { - output = token.close = `)$))${extglobStar}`; - } + let result = negatives === patterns.length ? [...items] : [...keep]; + let matches = result.filter(item => !omit.has(item)); - if (token.prev.type === 'bos' && eos()) { - state.negatedExtglob = true; - } + if (options && matches.length === 0) { + if (options.failglob === true) { + throw new Error(`No matches found for "${patterns.join(', ')}"`); } - push({ - type: 'paren', - extglob: true, - value, - output - }); - decrement('parens'); - }; - /** - * Fast paths - */ + if (options.nonull === true || options.nullglob === true) { + return options.unescape ? patterns.map(p => p.replace(/\\/g, '')) : patterns; + } + } + return matches; +}; +/** + * Backwards compatibility + */ - if (opts.fastpaths !== false && !/(^[*!]|[/()[\]{}"])/.test(input)) { - let backslashes = false; - let output = input.replace(REGEX_SPECIAL_CHARS_BACKREF, (m, esc, chars, first, rest, index) => { - if (first === '\\') { - backslashes = true; - return m; - } - if (first === '?') { - if (esc) { - return esc + first + (rest ? QMARK.repeat(rest.length) : ''); - } +micromatch$1.match = micromatch$1; +/** + * Returns a matcher function from the given glob `pattern` and `options`. + * The returned function takes a string to match as its only argument and returns + * true if the string is a match. + * + * ```js + * const mm = require('micromatch'); + * // mm.matcher(pattern[, options]); + * + * const isMatch = mm.matcher('*.!(*a)'); + * console.log(isMatch('a.a')); //=> false + * console.log(isMatch('a.b')); //=> true + * ``` + * @param {String} `pattern` Glob pattern + * @param {Object} `options` + * @return {Function} Returns a matcher function. + * @api public + */ - if (index === 0) { - return qmarkNoDot + (rest ? QMARK.repeat(rest.length) : ''); - } +micromatch$1.matcher = (pattern, options) => picomatch(pattern, options); +/** + * Returns true if **any** of the given glob `patterns` match the specified `string`. + * + * ```js + * const mm = require('micromatch'); + * // mm.isMatch(string, patterns[, options]); + * + * console.log(mm.isMatch('a.a', ['b.*', '*.a'])); //=> true + * console.log(mm.isMatch('a.a', 'b.*')); //=> false + * ``` + * @param {String} `str` The string to test. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `[options]` See available [options](#options). + * @return {Boolean} Returns true if any patterns match `str` + * @api public + */ - return QMARK.repeat(chars.length); - } - if (first === '.') { - return DOT_LITERAL.repeat(chars.length); - } +micromatch$1.isMatch = (str, patterns, options) => picomatch(patterns, options)(str); +/** + * Backwards compatibility + */ + + +micromatch$1.any = micromatch$1.isMatch; +/** + * Returns a list of strings that _**do not match any**_ of the given `patterns`. + * + * ```js + * const mm = require('micromatch'); + * // mm.not(list, patterns[, options]); + * + * console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a')); + * //=> ['b.b', 'c.c'] + * ``` + * @param {Array} `list` Array of strings to match. + * @param {String|Array} `patterns` One or more glob pattern to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Array} Returns an array of strings that **do not match** the given patterns. + * @api public + */ - if (first === '*') { - if (esc) { - return esc + first + (rest ? star : ''); - } +micromatch$1.not = (list, patterns, options = {}) => { + patterns = [].concat(patterns).map(String); + let result = new Set(); + let items = []; - return star; - } + let onResult = state => { + if (options.onResult) options.onResult(state); + items.push(state.output); + }; - return esc ? m : `\\${m}`; - }); + let matches = micromatch$1(list, patterns, Object.assign(Object.assign({}, options), {}, { + onResult + })); - if (backslashes === true) { - if (opts.unescape === true) { - output = output.replace(/\\/g, ''); - } else { - output = output.replace(/\\+/g, m => { - return m.length % 2 === 0 ? '\\\\' : m ? '\\' : ''; - }); - } + for (let item of items) { + if (!matches.includes(item)) { + result.add(item); } + } - if (output === input && opts.contains === true) { - state.output = input; - return state; - } + return [...result]; +}; +/** + * Returns true if the given `string` contains the given pattern. Similar + * to [.isMatch](#isMatch) but the pattern can match any part of the string. + * + * ```js + * var mm = require('micromatch'); + * // mm.contains(string, pattern[, options]); + * + * console.log(mm.contains('aa/bb/cc', '*b')); + * //=> true + * console.log(mm.contains('aa/bb/cc', '*d')); + * //=> false + * ``` + * @param {String} `str` The string to match. + * @param {String|Array} `patterns` Glob pattern to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any of the patterns matches any part of `str`. + * @api public + */ - state.output = utils$2.wrapOutput(output, state, options); - return state; - } - /** - * Tokenize input until we reach end-of-string - */ +micromatch$1.contains = (str, pattern, options) => { + if (typeof str !== 'string') { + throw new TypeError(`Expected a string: "${util$1.inspect(str)}"`); + } - while (!eos()) { - value = advance(); + if (Array.isArray(pattern)) { + return pattern.some(p => micromatch$1.contains(str, p, options)); + } - if (value === '\u0000') { - continue; + if (typeof pattern === 'string') { + if (isEmptyString(str) || isEmptyString(pattern)) { + return false; } - /** - * Escaped characters - */ + if (str.includes(pattern) || str.startsWith('./') && str.slice(2).includes(pattern)) { + return true; + } + } - if (value === '\\') { - const next = peek(); + return micromatch$1.isMatch(str, pattern, Object.assign(Object.assign({}, options), {}, { + contains: true + })); +}; +/** + * Filter the keys of the given object with the given `glob` pattern + * and `options`. Does not attempt to match nested keys. If you need this feature, + * use [glob-object][] instead. + * + * ```js + * const mm = require('micromatch'); + * // mm.matchKeys(object, patterns[, options]); + * + * const obj = { aa: 'a', ab: 'b', ac: 'c' }; + * console.log(mm.matchKeys(obj, '*b')); + * //=> { ab: 'b' } + * ``` + * @param {Object} `object` The object with keys to filter. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Object} Returns an object with only keys that match the given patterns. + * @api public + */ - if (next === '/' && opts.bash !== true) { - continue; - } - if (next === '.' || next === ';') { - continue; - } +micromatch$1.matchKeys = (obj, patterns, options) => { + if (!utils$i.isObject(obj)) { + throw new TypeError('Expected the first argument to be an object'); + } - if (!next) { - value += '\\'; - push({ - type: 'text', - value - }); - continue; - } // collapse slashes to reduce potential for exploits + let keys = micromatch$1(Object.keys(obj), patterns, options); + let res = {}; + for (let key of keys) res[key] = obj[key]; - const match = /^\\+/.exec(remaining()); - let slashes = 0; + return res; +}; +/** + * Returns true if some of the strings in the given `list` match any of the given glob `patterns`. + * + * ```js + * const mm = require('micromatch'); + * // mm.some(list, patterns[, options]); + * + * console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); + * // true + * console.log(mm.some(['foo.js'], ['*.js', '!foo.js'])); + * // false + * ``` + * @param {String|Array} `list` The string or array of strings to test. Returns as soon as the first match is found. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any `patterns` matches any of the strings in `list` + * @api public + */ - if (match && match[0].length > 2) { - slashes = match[0].length; - state.index += slashes; - if (slashes % 2 !== 0) { - value += '\\'; - } - } +micromatch$1.some = (list, patterns, options) => { + let items = [].concat(list); - if (opts.unescape === true) { - value = advance() || ''; - } else { - value += advance() || ''; - } + for (let pattern of [].concat(patterns)) { + let isMatch = picomatch(String(pattern), options); - if (state.brackets === 0) { - push({ - type: 'text', - value - }); - continue; - } + if (items.some(item => isMatch(item))) { + return true; } - /** - * If we're inside a regex character class, continue - * until we reach the closing bracket. - */ + } + return false; +}; +/** + * Returns true if every string in the given `list` matches + * any of the given glob `patterns`. + * + * ```js + * const mm = require('micromatch'); + * // mm.every(list, patterns[, options]); + * + * console.log(mm.every('foo.js', ['foo.js'])); + * // true + * console.log(mm.every(['foo.js', 'bar.js'], ['*.js'])); + * // true + * console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); + * // false + * console.log(mm.every(['foo.js'], ['*.js', '!foo.js'])); + * // false + * ``` + * @param {String|Array} `list` The string or array of strings to test. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if all `patterns` matches all of the strings in `list` + * @api public + */ - if (state.brackets > 0 && (value !== ']' || prev.value === '[' || prev.value === '[^')) { - if (opts.posix !== false && value === ':') { - const inner = prev.value.slice(1); - if (inner.includes('[')) { - prev.posix = true; +micromatch$1.every = (list, patterns, options) => { + let items = [].concat(list); - if (inner.includes(':')) { - const idx = prev.value.lastIndexOf('['); - const pre = prev.value.slice(0, idx); - const rest = prev.value.slice(idx + 2); - const posix = POSIX_REGEX_SOURCE$1[rest]; + for (let pattern of [].concat(patterns)) { + let isMatch = picomatch(String(pattern), options); - if (posix) { - prev.value = pre + posix; - state.backtrack = true; - advance(); + if (!items.every(item => isMatch(item))) { + return false; + } + } - if (!bos.output && tokens.indexOf(prev) === 1) { - bos.output = ONE_CHAR; - } + return true; +}; +/** + * Returns true if **all** of the given `patterns` match + * the specified string. + * + * ```js + * const mm = require('micromatch'); + * // mm.all(string, patterns[, options]); + * + * console.log(mm.all('foo.js', ['foo.js'])); + * // true + * + * console.log(mm.all('foo.js', ['*.js', '!foo.js'])); + * // false + * + * console.log(mm.all('foo.js', ['*.js', 'foo.js'])); + * // true + * + * console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js'])); + * // true + * ``` + * @param {String|Array} `str` The string to test. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any patterns match `str` + * @api public + */ - continue; - } - } - } - } - if (value === '[' && peek() !== ':' || value === '-' && peek() === ']') { - value = `\\${value}`; - } +micromatch$1.all = (str, patterns, options) => { + if (typeof str !== 'string') { + throw new TypeError(`Expected a string: "${util$1.inspect(str)}"`); + } - if (value === ']' && (prev.value === '[' || prev.value === '[^')) { - value = `\\${value}`; - } + return [].concat(patterns).every(p => picomatch(p, options)(str)); +}; +/** + * Returns an array of matches captured by `pattern` in `string, or `null` if the pattern did not match. + * + * ```js + * const mm = require('micromatch'); + * // mm.capture(pattern, string[, options]); + * + * console.log(mm.capture('test/*.js', 'test/foo.js')); + * //=> ['foo'] + * console.log(mm.capture('test/*.js', 'foo/bar.css')); + * //=> null + * ``` + * @param {String} `glob` Glob pattern to use for matching. + * @param {String} `input` String to match + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Array|null} Returns an array of captures if the input matches the glob pattern, otherwise `null`. + * @api public + */ - if (opts.posix === true && value === '!' && prev.value === '[') { - value = '^'; - } - prev.value += value; - append({ - value - }); - continue; - } - /** - * If we're inside a quoted string, continue - * until we reach the closing double quote. - */ +micromatch$1.capture = (glob, input, options) => { + let posix = utils$i.isWindows(options); + let regex = picomatch.makeRe(String(glob), Object.assign(Object.assign({}, options), {}, { + capture: true + })); + let match = regex.exec(posix ? utils$i.toPosixSlashes(input) : input); + if (match) { + return match.slice(1).map(v => v === void 0 ? '' : v); + } +}; +/** + * Create a regular expression from the given glob `pattern`. + * + * ```js + * const mm = require('micromatch'); + * // mm.makeRe(pattern[, options]); + * + * console.log(mm.makeRe('*.js')); + * //=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/ + * ``` + * @param {String} `pattern` A glob pattern to convert to regex. + * @param {Object} `options` + * @return {RegExp} Returns a regex created from the given pattern. + * @api public + */ - if (state.quotes === 1 && value !== '"') { - value = utils$2.escapeRegex(value); - prev.value += value; - append({ - value - }); - continue; - } - /** - * Double quotes - */ +micromatch$1.makeRe = (...args) => picomatch.makeRe(...args); +/** + * Scan a glob pattern to separate the pattern into segments. Used + * by the [split](#split) method. + * + * ```js + * const mm = require('micromatch'); + * const state = mm.scan(pattern[, options]); + * ``` + * @param {String} `pattern` + * @param {Object} `options` + * @return {Object} Returns an object with + * @api public + */ - if (value === '"') { - state.quotes = state.quotes === 1 ? 0 : 1; - if (opts.keepQuotes === true) { - push({ - type: 'text', - value - }); - } +micromatch$1.scan = (...args) => picomatch.scan(...args); +/** + * Parse a glob pattern to create the source string for a regular + * expression. + * + * ```js + * const mm = require('micromatch'); + * const state = mm(pattern[, options]); + * ``` + * @param {String} `glob` + * @param {Object} `options` + * @return {Object} Returns an object with useful properties and output to be used as regex source string. + * @api public + */ - continue; - } - /** - * Parentheses - */ +micromatch$1.parse = (patterns, options) => { + let res = []; - if (value === '(') { - increment('parens'); - push({ - type: 'paren', - value - }); - continue; + for (let pattern of [].concat(patterns || [])) { + for (let str of braces(String(pattern), options)) { + res.push(picomatch.parse(str, options)); } + } - if (value === ')') { - if (state.parens === 0 && opts.strictBrackets === true) { - throw new SyntaxError(syntaxError$1('opening', '(')); - } - - const extglob = extglobs[extglobs.length - 1]; - - if (extglob && state.parens === extglob.parens + 1) { - extglobClose(extglobs.pop()); - continue; - } - - push({ - type: 'paren', - value, - output: state.parens ? ')' : '\\)' - }); - decrement('parens'); - continue; - } - /** - * Square brackets - */ + return res; +}; +/** + * Process the given brace `pattern`. + * + * ```js + * const { braces } = require('micromatch'); + * console.log(braces('foo/{a,b,c}/bar')); + * //=> [ 'foo/(a|b|c)/bar' ] + * + * console.log(braces('foo/{a,b,c}/bar', { expand: true })); + * //=> [ 'foo/a/bar', 'foo/b/bar', 'foo/c/bar' ] + * ``` + * @param {String} `pattern` String with brace pattern to process. + * @param {Object} `options` Any [options](#options) to change how expansion is performed. See the [braces][] library for all available options. + * @return {Array} + * @api public + */ - if (value === '[') { - if (opts.nobracket === true || !remaining().includes(']')) { - if (opts.nobracket !== true && opts.strictBrackets === true) { - throw new SyntaxError(syntaxError$1('closing', ']')); - } +micromatch$1.braces = (pattern, options) => { + if (typeof pattern !== 'string') throw new TypeError('Expected a string'); - value = `\\${value}`; - } else { - increment('brackets'); - } + if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) { + return [pattern]; + } - push({ - type: 'bracket', - value - }); - continue; - } + return braces(pattern, options); +}; +/** + * Expand braces + */ - if (value === ']') { - if (opts.nobracket === true || prev && prev.type === 'bracket' && prev.value.length === 1) { - push({ - type: 'text', - value, - output: `\\${value}` - }); - continue; - } - if (state.brackets === 0) { - if (opts.strictBrackets === true) { - throw new SyntaxError(syntaxError$1('opening', '[')); - } +micromatch$1.braceExpand = (pattern, options) => { + if (typeof pattern !== 'string') throw new TypeError('Expected a string'); + return micromatch$1.braces(pattern, Object.assign(Object.assign({}, options), {}, { + expand: true + })); +}; +/** + * Expose micromatch + */ - push({ - type: 'text', - value, - output: `\\${value}` - }); - continue; - } - decrement('brackets'); - const prevValue = prev.value.slice(1); +var micromatch_1 = micromatch$1; - if (prev.posix !== true && prevValue[0] === '^' && !prevValue.includes('/')) { - value = `/${value}`; - } +Object.defineProperty(pattern$1, "__esModule", { + value: true +}); +pattern$1.matchAny = pattern$1.convertPatternsToRe = pattern$1.makeRe = pattern$1.getPatternParts = pattern$1.expandBraceExpansion = pattern$1.expandPatternsWithBraceExpansion = pattern$1.isAffectDepthOfReadingPattern = pattern$1.endsWithSlashGlobStar = pattern$1.hasGlobStar = pattern$1.getBaseDirectory = pattern$1.isPatternRelatedToParentDirectory = pattern$1.getPatternsOutsideCurrentDirectory = pattern$1.getPatternsInsideCurrentDirectory = pattern$1.getPositivePatterns = pattern$1.getNegativePatterns = pattern$1.isPositivePattern = pattern$1.isNegativePattern = pattern$1.convertToNegativePattern = pattern$1.convertToPositivePattern = pattern$1.isDynamicPattern = pattern$1.isStaticPattern = void 0; +const path$8 = require$$0__default$2["default"]; +const globParent = globParent$1; +const micromatch = micromatch_1; +const GLOBSTAR = '**'; +const ESCAPE_SYMBOL = '\\'; +const COMMON_GLOB_SYMBOLS_RE = /[*?]|^!/; +const REGEX_CHARACTER_CLASS_SYMBOLS_RE = /\[.*]/; +const REGEX_GROUP_SYMBOLS_RE = /(?:^|[^!*+?@])\(.*\|.*\)/; +const GLOB_EXTENSION_SYMBOLS_RE = /[!*+?@]\(.*\)/; +const BRACE_EXPANSIONS_SYMBOLS_RE = /{.*(?:,|\.\.).*}/; - prev.value += value; - append({ - value - }); // when literal brackets are explicitly disabled - // assume we should match with a regex character class +function isStaticPattern(pattern, options = {}) { + return !isDynamicPattern(pattern, options); +} - if (opts.literalBrackets === false || utils$2.hasRegexChars(prevValue)) { - continue; - } +pattern$1.isStaticPattern = isStaticPattern; - const escaped = utils$2.escapeRegex(prev.value); - state.output = state.output.slice(0, -prev.value.length); // when literal brackets are explicitly enabled - // assume we should escape the brackets to match literal characters +function isDynamicPattern(pattern, options = {}) { + /** + * A special case with an empty string is necessary for matching patterns that start with a forward slash. + * An empty string cannot be a dynamic pattern. + * For example, the pattern `/lib/*` will be spread into parts: '', 'lib', '*'. + */ + if (pattern === '') { + return false; + } + /** + * When the `caseSensitiveMatch` option is disabled, all patterns must be marked as dynamic, because we cannot check + * filepath directly (without read directory). + */ - if (opts.literalBrackets === true) { - state.output += escaped; - prev.value = escaped; - continue; - } // when the user specifies nothing, try to match both + if (options.caseSensitiveMatch === false || pattern.includes(ESCAPE_SYMBOL)) { + return true; + } - prev.value = `(${capture}${escaped}|${prev.value})`; - state.output += prev.value; - continue; - } - /** - * Braces - */ + if (COMMON_GLOB_SYMBOLS_RE.test(pattern) || REGEX_CHARACTER_CLASS_SYMBOLS_RE.test(pattern) || REGEX_GROUP_SYMBOLS_RE.test(pattern)) { + return true; + } + if (options.extglob !== false && GLOB_EXTENSION_SYMBOLS_RE.test(pattern)) { + return true; + } - if (value === '{' && opts.nobrace !== true) { - increment('braces'); - const open = { - type: 'brace', - value, - output: '(', - outputIndex: state.output.length, - tokensIndex: state.tokens.length - }; - braces.push(open); - push(open); - continue; - } + if (options.braceExpansion !== false && BRACE_EXPANSIONS_SYMBOLS_RE.test(pattern)) { + return true; + } - if (value === '}') { - const brace = braces[braces.length - 1]; + return false; +} - if (opts.nobrace === true || !brace) { - push({ - type: 'text', - value, - output: value - }); - continue; - } +pattern$1.isDynamicPattern = isDynamicPattern; - let output = ')'; +function convertToPositivePattern(pattern) { + return isNegativePattern(pattern) ? pattern.slice(1) : pattern; +} - if (brace.dots === true) { - const arr = tokens.slice(); - const range = []; +pattern$1.convertToPositivePattern = convertToPositivePattern; - for (let i = arr.length - 1; i >= 0; i--) { - tokens.pop(); +function convertToNegativePattern(pattern) { + return '!' + pattern; +} - if (arr[i].type === 'brace') { - break; - } +pattern$1.convertToNegativePattern = convertToNegativePattern; - if (arr[i].type !== 'dots') { - range.unshift(arr[i].value); - } - } +function isNegativePattern(pattern) { + return pattern.startsWith('!') && pattern[1] !== '('; +} - output = expandRange(range, opts); - state.backtrack = true; - } +pattern$1.isNegativePattern = isNegativePattern; - if (brace.comma !== true && brace.dots !== true) { - const out = state.output.slice(0, brace.outputIndex); - const toks = state.tokens.slice(brace.tokensIndex); - brace.value = brace.output = '\\{'; - value = output = '\\}'; - state.output = out; +function isPositivePattern(pattern) { + return !isNegativePattern(pattern); +} - for (const t of toks) { - state.output += t.output || t.value; - } - } +pattern$1.isPositivePattern = isPositivePattern; - push({ - type: 'brace', - value, - output - }); - decrement('braces'); - braces.pop(); - continue; - } - /** - * Pipes - */ +function getNegativePatterns(patterns) { + return patterns.filter(isNegativePattern); +} +pattern$1.getNegativePatterns = getNegativePatterns; - if (value === '|') { - if (extglobs.length > 0) { - extglobs[extglobs.length - 1].conditions++; - } +function getPositivePatterns$1(patterns) { + return patterns.filter(isPositivePattern); +} - push({ - type: 'text', - value - }); - continue; - } - /** - * Commas - */ +pattern$1.getPositivePatterns = getPositivePatterns$1; +/** + * Returns patterns that can be applied inside the current directory. + * + * @example + * // ['./*', '*', 'a/*'] + * getPatternsInsideCurrentDirectory(['./*', '*', 'a/*', '../*', './../*']) + */ +function getPatternsInsideCurrentDirectory(patterns) { + return patterns.filter(pattern => !isPatternRelatedToParentDirectory(pattern)); +} - if (value === ',') { - let output = value; - const brace = braces[braces.length - 1]; +pattern$1.getPatternsInsideCurrentDirectory = getPatternsInsideCurrentDirectory; +/** + * Returns patterns to be expanded relative to (outside) the current directory. + * + * @example + * // ['../*', './../*'] + * getPatternsInsideCurrentDirectory(['./*', '*', 'a/*', '../*', './../*']) + */ - if (brace && stack[stack.length - 1] === 'braces') { - brace.comma = true; - output = '|'; - } +function getPatternsOutsideCurrentDirectory(patterns) { + return patterns.filter(isPatternRelatedToParentDirectory); +} - push({ - type: 'comma', - value, - output - }); - continue; - } - /** - * Slashes - */ +pattern$1.getPatternsOutsideCurrentDirectory = getPatternsOutsideCurrentDirectory; +function isPatternRelatedToParentDirectory(pattern) { + return pattern.startsWith('..') || pattern.startsWith('./..'); +} - if (value === '/') { - // if the beginning of the glob is "./", advance the start - // to the current index, and don't add the "./" characters - // to the state. This greatly simplifies lookbehinds when - // checking for BOS characters like "!" and "." (not "./") - if (prev.type === 'dot' && state.index === state.start + 1) { - state.start = state.index + 1; - state.consumed = ''; - state.output = ''; - tokens.pop(); - prev = bos; // reset "prev" to the first token +pattern$1.isPatternRelatedToParentDirectory = isPatternRelatedToParentDirectory; - continue; - } +function getBaseDirectory(pattern) { + return globParent(pattern, { + flipBackslashes: false + }); +} - push({ - type: 'slash', - value, - output: SLASH_LITERAL - }); - continue; - } - /** - * Dots - */ +pattern$1.getBaseDirectory = getBaseDirectory; +function hasGlobStar(pattern) { + return pattern.includes(GLOBSTAR); +} - if (value === '.') { - if (state.braces > 0 && prev.type === 'dot') { - if (prev.value === '.') prev.output = DOT_LITERAL; - const brace = braces[braces.length - 1]; - prev.type = 'dots'; - prev.output += value; - prev.value += value; - brace.dots = true; - continue; - } +pattern$1.hasGlobStar = hasGlobStar; - if (state.braces + state.parens === 0 && prev.type !== 'bos' && prev.type !== 'slash') { - push({ - type: 'text', - value, - output: DOT_LITERAL - }); - continue; - } +function endsWithSlashGlobStar(pattern) { + return pattern.endsWith('/' + GLOBSTAR); +} - push({ - type: 'dot', - value, - output: DOT_LITERAL - }); - continue; - } - /** - * Question marks - */ +pattern$1.endsWithSlashGlobStar = endsWithSlashGlobStar; +function isAffectDepthOfReadingPattern(pattern) { + const basename = path$8.basename(pattern); + return endsWithSlashGlobStar(pattern) || isStaticPattern(basename); +} - if (value === '?') { - const isGroup = prev && prev.value === '('; +pattern$1.isAffectDepthOfReadingPattern = isAffectDepthOfReadingPattern; - if (!isGroup && opts.noextglob !== true && peek() === '(' && peek(2) !== '?') { - extglobOpen('qmark', value); - continue; - } +function expandPatternsWithBraceExpansion(patterns) { + return patterns.reduce((collection, pattern) => { + return collection.concat(expandBraceExpansion(pattern)); + }, []); +} - if (prev && prev.type === 'paren') { - const next = peek(); - let output = value; +pattern$1.expandPatternsWithBraceExpansion = expandPatternsWithBraceExpansion; - if (next === '<' && !utils$2.supportsLookbehinds()) { - throw new Error('Node.js v10 or higher is required for regex lookbehinds'); - } +function expandBraceExpansion(pattern) { + return micromatch.braces(pattern, { + expand: true, + nodupes: true + }); +} - if (prev.value === '(' && !/[!=<:]/.test(next) || next === '<' && !/<([!=]|\w+>)/.test(remaining())) { - output = `\\${value}`; - } +pattern$1.expandBraceExpansion = expandBraceExpansion; - push({ - type: 'text', - value, - output - }); - continue; - } +function getPatternParts(pattern, options) { + let { + parts + } = micromatch.scan(pattern, Object.assign(Object.assign({}, options), { + parts: true + })); + /** + * The scan method returns an empty array in some cases. + * See micromatch/picomatch#58 for more details. + */ - if (opts.dot !== true && (prev.type === 'slash' || prev.type === 'bos')) { - push({ - type: 'qmark', - value, - output: QMARK_NO_DOT - }); - continue; - } + if (parts.length === 0) { + parts = [pattern]; + } + /** + * The scan method does not return an empty part for the pattern with a forward slash. + * This is another part of micromatch/picomatch#58. + */ - push({ - type: 'qmark', - value, - output: QMARK - }); - continue; - } - /** - * Exclamation - */ + if (parts[0].startsWith('/')) { + parts[0] = parts[0].slice(1); + parts.unshift(''); + } - if (value === '!') { - if (opts.noextglob !== true && peek() === '(') { - if (peek(2) !== '?' || !/[!=<:]/.test(peek(3))) { - extglobOpen('negate', value); - continue; - } - } + return parts; +} - if (opts.nonegate !== true && state.index === 0) { - negate(); - continue; - } - } - /** - * Plus - */ +pattern$1.getPatternParts = getPatternParts; +function makeRe(pattern, options) { + return micromatch.makeRe(pattern, options); +} - if (value === '+') { - if (opts.noextglob !== true && peek() === '(' && peek(2) !== '?') { - extglobOpen('plus', value); - continue; - } +pattern$1.makeRe = makeRe; - if (prev && prev.value === '(' || opts.regex === false) { - push({ - type: 'plus', - value, - output: PLUS_LITERAL - }); - continue; - } +function convertPatternsToRe(patterns, options) { + return patterns.map(pattern => makeRe(pattern, options)); +} - if (prev && (prev.type === 'bracket' || prev.type === 'paren' || prev.type === 'brace') || state.parens > 0) { - push({ - type: 'plus', - value - }); - continue; - } +pattern$1.convertPatternsToRe = convertPatternsToRe; - push({ - type: 'plus', - value: PLUS_LITERAL - }); - continue; - } - /** - * Plain text - */ +function matchAny(entry, patternsRe) { + return patternsRe.some(patternRe => patternRe.test(entry)); +} +pattern$1.matchAny = matchAny; - if (value === '@') { - if (opts.noextglob !== true && peek() === '(' && peek(2) !== '?') { - push({ - type: 'at', - extglob: true, - value, - output: '' - }); - continue; - } +var stream$4 = {}; - push({ - type: 'text', - value - }); - continue; - } - /** - * Plain text - */ +Object.defineProperty(stream$4, "__esModule", { + value: true +}); +stream$4.merge = void 0; +const merge2$1 = merge2_1; +function merge(streams) { + const mergedStream = merge2$1(streams); + streams.forEach(stream => { + stream.once('error', error => mergedStream.emit('error', error)); + }); + mergedStream.once('close', () => propagateCloseEventToSources(streams)); + mergedStream.once('end', () => propagateCloseEventToSources(streams)); + return mergedStream; +} - if (value !== '*') { - if (value === '$' || value === '^') { - value = `\\${value}`; - } +stream$4.merge = merge; - const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); +function propagateCloseEventToSources(streams) { + streams.forEach(stream => stream.emit('close')); +} - if (match) { - value += match[0]; - state.index += match[0].length; - } +var string$1 = {}; - push({ - type: 'text', - value - }); - continue; - } - /** - * Stars - */ +Object.defineProperty(string$1, "__esModule", { + value: true +}); +string$1.isEmpty = string$1.isString = void 0; +function isString$1(input) { + return typeof input === 'string'; +} - if (prev && (prev.type === 'globstar' || prev.star === true)) { - prev.type = 'star'; - prev.star = true; - prev.value += value; - prev.output = star; - state.backtrack = true; - state.globstar = true; - consume(value); - continue; - } +string$1.isString = isString$1; - let rest = remaining(); +function isEmpty(input) { + return input === ''; +} - if (opts.noextglob !== true && /^\([^?]/.test(rest)) { - extglobOpen('star', value); - continue; - } +string$1.isEmpty = isEmpty; - if (prev.type === 'star') { - if (opts.noglobstar === true) { - consume(value); - continue; - } +Object.defineProperty(utils$r, "__esModule", { + value: true +}); +utils$r.string = utils$r.stream = utils$r.pattern = utils$r.path = utils$r.fs = utils$r.errno = utils$r.array = void 0; +const array$1 = array$2; +utils$r.array = array$1; +const errno = errno$1; +utils$r.errno = errno; +const fs$a = fs$b; +utils$r.fs = fs$a; +const path$7 = path$c; +utils$r.path = path$7; +const pattern = pattern$1; +utils$r.pattern = pattern; +const stream$3 = stream$4; +utils$r.stream = stream$3; +const string = string$1; +utils$r.string = string; + +Object.defineProperty(tasks, "__esModule", { + value: true +}); +tasks.convertPatternGroupToTask = tasks.convertPatternGroupsToTasks = tasks.groupPatternsByBaseDirectory = tasks.getNegativePatternsAsPositive = tasks.getPositivePatterns = tasks.convertPatternsToTasks = tasks.generate = void 0; +const utils$h = utils$r; + +function generate(patterns, settings) { + const positivePatterns = getPositivePatterns(patterns); + const negativePatterns = getNegativePatternsAsPositive(patterns, settings.ignore); + const staticPatterns = positivePatterns.filter(pattern => utils$h.pattern.isStaticPattern(pattern, settings)); + const dynamicPatterns = positivePatterns.filter(pattern => utils$h.pattern.isDynamicPattern(pattern, settings)); + const staticTasks = convertPatternsToTasks(staticPatterns, negativePatterns, + /* dynamic */ + false); + const dynamicTasks = convertPatternsToTasks(dynamicPatterns, negativePatterns, + /* dynamic */ + true); + return staticTasks.concat(dynamicTasks); +} - const prior = prev.prev; - const before = prior.prev; - const isStart = prior.type === 'slash' || prior.type === 'bos'; - const afterStar = before && (before.type === 'star' || before.type === 'globstar'); +tasks.generate = generate; +/** + * Returns tasks grouped by basic pattern directories. + * + * Patterns that can be found inside (`./`) and outside (`../`) the current directory are handled separately. + * This is necessary because directory traversal starts at the base directory and goes deeper. + */ - if (opts.bash === true && (!isStart || rest[0] && rest[0] !== '/')) { - push({ - type: 'star', - value, - output: '' - }); - continue; - } +function convertPatternsToTasks(positive, negative, dynamic) { + const tasks = []; + const patternsOutsideCurrentDirectory = utils$h.pattern.getPatternsOutsideCurrentDirectory(positive); + const patternsInsideCurrentDirectory = utils$h.pattern.getPatternsInsideCurrentDirectory(positive); + const outsideCurrentDirectoryGroup = groupPatternsByBaseDirectory(patternsOutsideCurrentDirectory); + const insideCurrentDirectoryGroup = groupPatternsByBaseDirectory(patternsInsideCurrentDirectory); + tasks.push(...convertPatternGroupsToTasks(outsideCurrentDirectoryGroup, negative, dynamic)); + /* + * For the sake of reducing future accesses to the file system, we merge all tasks within the current directory + * into a global task, if at least one pattern refers to the root (`.`). In this case, the global task covers the rest. + */ - const isBrace = state.braces > 0 && (prior.type === 'comma' || prior.type === 'brace'); - const isExtglob = extglobs.length && (prior.type === 'pipe' || prior.type === 'paren'); + if ('.' in insideCurrentDirectoryGroup) { + tasks.push(convertPatternGroupToTask('.', patternsInsideCurrentDirectory, negative, dynamic)); + } else { + tasks.push(...convertPatternGroupsToTasks(insideCurrentDirectoryGroup, negative, dynamic)); + } - if (!isStart && prior.type !== 'paren' && !isBrace && !isExtglob) { - push({ - type: 'star', - value, - output: '' - }); - continue; - } // strip consecutive `/**/` + return tasks; +} +tasks.convertPatternsToTasks = convertPatternsToTasks; - while (rest.slice(0, 3) === '/**') { - const after = input[state.index + 4]; +function getPositivePatterns(patterns) { + return utils$h.pattern.getPositivePatterns(patterns); +} - if (after && after !== '/') { - break; - } +tasks.getPositivePatterns = getPositivePatterns; - rest = rest.slice(3); - consume('/**', 3); - } +function getNegativePatternsAsPositive(patterns, ignore) { + const negative = utils$h.pattern.getNegativePatterns(patterns).concat(ignore); + const positive = negative.map(utils$h.pattern.convertToPositivePattern); + return positive; +} - if (prior.type === 'bos' && eos()) { - prev.type = 'globstar'; - prev.value += value; - prev.output = globstar(opts); - state.output = prev.output; - state.globstar = true; - consume(value); - continue; - } +tasks.getNegativePatternsAsPositive = getNegativePatternsAsPositive; - if (prior.type === 'slash' && prior.prev.type !== 'bos' && !afterStar && eos()) { - state.output = state.output.slice(0, -(prior.output + prev.output).length); - prior.output = `(?:${prior.output}`; - prev.type = 'globstar'; - prev.output = globstar(opts) + (opts.strictSlashes ? ')' : '|$)'); - prev.value += value; - state.globstar = true; - state.output += prior.output + prev.output; - consume(value); - continue; - } +function groupPatternsByBaseDirectory(patterns) { + const group = {}; + return patterns.reduce((collection, pattern) => { + const base = utils$h.pattern.getBaseDirectory(pattern); - if (prior.type === 'slash' && prior.prev.type !== 'bos' && rest[0] === '/') { - const end = rest[1] !== void 0 ? '|$' : ''; - state.output = state.output.slice(0, -(prior.output + prev.output).length); - prior.output = `(?:${prior.output}`; - prev.type = 'globstar'; - prev.output = `${globstar(opts)}${SLASH_LITERAL}|${SLASH_LITERAL}${end})`; - prev.value += value; - state.output += prior.output + prev.output; - state.globstar = true; - consume(value + advance()); - push({ - type: 'slash', - value: '/', - output: '' - }); - continue; - } + if (base in collection) { + collection[base].push(pattern); + } else { + collection[base] = [pattern]; + } - if (prior.type === 'bos' && rest[0] === '/') { - prev.type = 'globstar'; - prev.value += value; - prev.output = `(?:^|${SLASH_LITERAL}|${globstar(opts)}${SLASH_LITERAL})`; - state.output = prev.output; - state.globstar = true; - consume(value + advance()); - push({ - type: 'slash', - value: '/', - output: '' - }); - continue; - } // remove single star from output + return collection; + }, group); +} +tasks.groupPatternsByBaseDirectory = groupPatternsByBaseDirectory; - state.output = state.output.slice(0, -prev.output.length); // reset previous token to globstar +function convertPatternGroupsToTasks(positive, negative, dynamic) { + return Object.keys(positive).map(base => { + return convertPatternGroupToTask(base, positive[base], negative, dynamic); + }); +} - prev.type = 'globstar'; - prev.output = globstar(opts); - prev.value += value; // reset output with globstar +tasks.convertPatternGroupsToTasks = convertPatternGroupsToTasks; - state.output += prev.output; - state.globstar = true; - consume(value); - continue; - } +function convertPatternGroupToTask(base, positive, negative, dynamic) { + return { + dynamic, + positive, + negative, + base, + patterns: [].concat(positive, negative.map(utils$h.pattern.convertToNegativePattern)) + }; +} - const token = { - type: 'star', - value, - output: star - }; +tasks.convertPatternGroupToTask = convertPatternGroupToTask; - if (opts.bash === true) { - token.output = '.*?'; +var async$6 = {}; - if (prev.type === 'bos' || prev.type === 'slash') { - token.output = nodot + token.output; - } +var stream$2 = {}; - push(token); - continue; - } +var out$3 = {}; - if (prev && (prev.type === 'bracket' || prev.type === 'paren') && opts.regex === true) { - token.output = value; - push(token); - continue; - } +var async$5 = {}; - if (state.index === state.start || prev.type === 'slash' || prev.type === 'dot') { - if (prev.type === 'dot') { - state.output += NO_DOT_SLASH; - prev.output += NO_DOT_SLASH; - } else if (opts.dot === true) { - state.output += NO_DOTS_SLASH; - prev.output += NO_DOTS_SLASH; - } else { - state.output += nodot; - prev.output += nodot; - } +Object.defineProperty(async$5, "__esModule", { + value: true +}); +async$5.read = void 0; - if (peek() !== '*') { - state.output += ONE_CHAR; - prev.output += ONE_CHAR; - } +function read$3(path, settings, callback) { + settings.fs.lstat(path, (lstatError, lstat) => { + if (lstatError !== null) { + callFailureCallback$2(callback, lstatError); + return; } - push(token); - } + if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { + callSuccessCallback$2(callback, lstat); + return; + } - while (state.brackets > 0) { - if (opts.strictBrackets === true) throw new SyntaxError(syntaxError$1('closing', ']')); - state.output = utils$2.escapeLast(state.output, '['); - decrement('brackets'); - } + settings.fs.stat(path, (statError, stat) => { + if (statError !== null) { + if (settings.throwErrorOnBrokenSymbolicLink) { + callFailureCallback$2(callback, statError); + return; + } - while (state.parens > 0) { - if (opts.strictBrackets === true) throw new SyntaxError(syntaxError$1('closing', ')')); - state.output = utils$2.escapeLast(state.output, '('); - decrement('parens'); - } + callSuccessCallback$2(callback, lstat); + return; + } - while (state.braces > 0) { - if (opts.strictBrackets === true) throw new SyntaxError(syntaxError$1('closing', '}')); - state.output = utils$2.escapeLast(state.output, '{'); - decrement('braces'); - } + if (settings.markSymbolicLink) { + stat.isSymbolicLink = () => true; + } - if (opts.strictSlashes !== true && (prev.type === 'star' || prev.type === 'bracket')) { - push({ - type: 'maybe_slash', - value: '', - output: `${SLASH_LITERAL}?` + callSuccessCallback$2(callback, stat); }); - } // rebuild the output if we had to backtrack at any point + }); +} +async$5.read = read$3; - if (state.backtrack === true) { - state.output = ''; +function callFailureCallback$2(callback, error) { + callback(error); +} - for (const token of state.tokens) { - state.output += token.output != null ? token.output : token.value; +function callSuccessCallback$2(callback, result) { + callback(null, result); +} - if (token.suffix) { - state.output += token.suffix; - } - } +var sync$7 = {}; + +Object.defineProperty(sync$7, "__esModule", { + value: true +}); +sync$7.read = void 0; + +function read$2(path, settings) { + const lstat = settings.fs.lstatSync(path); + + if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { + return lstat; } - return state; -}; -/** - * Fast paths for creating regular expressions for common glob patterns. - * This can significantly speed up processing and has very little downside - * impact when none of the fast paths match. - */ + try { + const stat = settings.fs.statSync(path); + if (settings.markSymbolicLink) { + stat.isSymbolicLink = () => true; + } -parse$6.fastpaths = (input, options) => { - const opts = Object.assign({}, options); - const max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH$3, opts.maxLength) : MAX_LENGTH$3; - const len = input.length; + return stat; + } catch (error) { + if (!settings.throwErrorOnBrokenSymbolicLink) { + return lstat; + } - if (len > max) { - throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`); + throw error; } +} - input = REPLACEMENTS[input] || input; - const win32 = utils$2.isWindows(options); // create constants based on platform, for windows or posix +sync$7.read = read$2; - const { - DOT_LITERAL, - SLASH_LITERAL, - ONE_CHAR, - DOTS_SLASH, - NO_DOT, - NO_DOTS, - NO_DOTS_SLASH, - STAR, - START_ANCHOR - } = constants$4.globChars(win32); - const nodot = opts.dot ? NO_DOTS : NO_DOT; - const slashDot = opts.dot ? NO_DOTS_SLASH : NO_DOT; - const capture = opts.capture ? '' : '?:'; - const state = { - negated: false, - prefix: '' +var settings$3 = {}; + +var fs$9 = {}; + +(function (exports) { + + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0; + const fs = require$$0__default["default"]; + exports.FILE_SYSTEM_ADAPTER = { + lstat: fs.lstat, + stat: fs.stat, + lstatSync: fs.lstatSync, + statSync: fs.statSync }; - let star = opts.bash === true ? '.*?' : STAR; - if (opts.capture) { - star = `(${star})`; + function createFileSystemAdapter(fsMethods) { + if (fsMethods === undefined) { + return exports.FILE_SYSTEM_ADAPTER; + } + + return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods); } - const globstar = opts => { - if (opts.noglobstar === true) return star; - return `(${capture}(?:(?!${START_ANCHOR}${opts.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`; - }; + exports.createFileSystemAdapter = createFileSystemAdapter; +})(fs$9); - const create = str => { - switch (str) { - case '*': - return `${nodot}${ONE_CHAR}${star}`; +Object.defineProperty(settings$3, "__esModule", { + value: true +}); +const fs$8 = fs$9; - case '.*': - return `${DOT_LITERAL}${ONE_CHAR}${star}`; +class Settings$2 { + constructor(_options = {}) { + this._options = _options; + this.followSymbolicLink = this._getValue(this._options.followSymbolicLink, true); + this.fs = fs$8.createFileSystemAdapter(this._options.fs); + this.markSymbolicLink = this._getValue(this._options.markSymbolicLink, false); + this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); + } - case '*.*': - return `${nodot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`; + _getValue(option, value) { + return option !== null && option !== void 0 ? option : value; + } - case '*/*': - return `${nodot}${star}${SLASH_LITERAL}${ONE_CHAR}${slashDot}${star}`; +} - case '**': - return nodot + globstar(opts); +settings$3.default = Settings$2; - case '**/*': - return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${ONE_CHAR}${star}`; +Object.defineProperty(out$3, "__esModule", { + value: true +}); +out$3.statSync = out$3.stat = out$3.Settings = void 0; +const async$4 = async$5; +const sync$6 = sync$7; +const settings_1$3 = settings$3; +out$3.Settings = settings_1$3.default; + +function stat(path, optionsOrSettingsOrCallback, callback) { + if (typeof optionsOrSettingsOrCallback === 'function') { + async$4.read(path, getSettings$2(), optionsOrSettingsOrCallback); + return; + } - case '**/*.*': - return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`; + async$4.read(path, getSettings$2(optionsOrSettingsOrCallback), callback); +} - case '**/.*': - return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${DOT_LITERAL}${ONE_CHAR}${star}`; +out$3.stat = stat; - default: - { - const match = /^(.*?)\.(\w+)$/.exec(str); - if (!match) return; - const source = create(match[1]); - if (!source) return; - return source + DOT_LITERAL + match[2]; - } - } - }; +function statSync(path, optionsOrSettings) { + const settings = getSettings$2(optionsOrSettings); + return sync$6.read(path, settings); +} - const output = utils$2.removePrefix(input, state); - let source = create(output); +out$3.statSync = statSync; - if (source && opts.strictSlashes !== true) { - source += `${SLASH_LITERAL}?`; +function getSettings$2(settingsOrOptions = {}) { + if (settingsOrOptions instanceof settings_1$3.default) { + return settingsOrOptions; } - return source; -}; + return new settings_1$3.default(settingsOrOptions); +} -var parse_1$1 = parse$6; +var out$2 = {}; -const isObject$2 = val => val && typeof val === 'object' && !Array.isArray(val); -/** - * Creates a matcher function from one or more glob patterns. The - * returned function takes a string to match as its first argument, - * and returns true if the string is a match. The returned matcher - * function also takes a boolean as the second argument that, when true, - * returns an object with additional information. - * - * ```js - * const picomatch = require('picomatch'); - * // picomatch(glob[, options]); - * - * const isMatch = picomatch('*.!(*a)'); - * console.log(isMatch('a.a')); //=> false - * console.log(isMatch('a.b')); //=> true - * ``` - * @name picomatch - * @param {String|Array} `globs` One or more glob patterns. - * @param {Object=} `options` - * @return {Function=} Returns a matcher function. - * @api public - */ +var async$3 = {}; +var async$2 = {}; -const picomatch = (glob, options, returnState = false) => { - if (Array.isArray(glob)) { - const fns = glob.map(input => picomatch(input, options, returnState)); +var out$1 = {}; - const arrayMatcher = str => { - for (const isMatch of fns) { - const state = isMatch(str); - if (state) return state; - } +var async$1 = {}; - return false; - }; +/*! queue-microtask. MIT License. Feross Aboukhadijeh */ +let promise; +var queueMicrotask_1 = typeof queueMicrotask === 'function' ? queueMicrotask.bind(typeof window !== 'undefined' ? window : global) // reuse resolved promise, and allocate it lazily +: cb => (promise || (promise = Promise.resolve())).then(cb).catch(err => setTimeout(() => { + throw err; +}, 0)); - return arrayMatcher; +/*! run-parallel. MIT License. Feross Aboukhadijeh */ +var runParallel_1 = runParallel; +const queueMicrotask$1 = queueMicrotask_1; + +function runParallel(tasks, cb) { + let results, pending, keys; + let isSync = true; + + if (Array.isArray(tasks)) { + results = []; + pending = tasks.length; + } else { + keys = Object.keys(tasks); + results = {}; + pending = keys.length; } - const isState = isObject$2(glob) && glob.tokens && glob.input; + function done(err) { + function end() { + if (cb) cb(err, results); + cb = null; + } - if (glob === '' || typeof glob !== 'string' && !isState) { - throw new TypeError('Expected pattern to be a non-empty string'); + if (isSync) queueMicrotask$1(end);else end(); } - const opts = options || {}; - const posix = utils$2.isWindows(options); - const regex = isState ? picomatch.compileRe(glob, options) : picomatch.makeRe(glob, options, false, true); - const state = regex.state; - delete regex.state; + function each(i, err, result) { + results[i] = result; - let isIgnored = () => false; + if (--pending === 0 || err) { + done(err); + } + } - if (opts.ignore) { - const ignoreOpts = Object.assign({}, options, { - ignore: null, - onMatch: null, - onResult: null + if (!pending) { + // empty + done(null); + } else if (keys) { + // object + keys.forEach(function (key) { + tasks[key](function (err, result) { + each(key, err, result); + }); + }); + } else { + // array + tasks.forEach(function (task, i) { + task(function (err, result) { + each(i, err, result); + }); }); - isIgnored = picomatch(opts.ignore, ignoreOpts, returnState); } - const matcher = (input, returnObject = false) => { - const { - isMatch, - match, - output - } = picomatch.test(input, regex, options, { - glob, - posix - }); - const result = { - glob, - state, - regex, - posix, - input, - output, - match, - isMatch - }; + isSync = false; +} - if (typeof opts.onResult === 'function') { - opts.onResult(result); - } +var constants = {}; - if (isMatch === false) { - result.isMatch = false; - return returnObject ? result : false; - } +Object.defineProperty(constants, "__esModule", { + value: true +}); +constants.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0; +const NODE_PROCESS_VERSION_PARTS = process.versions.node.split('.'); - if (isIgnored(input)) { - if (typeof opts.onIgnore === 'function') { - opts.onIgnore(result); - } +if (NODE_PROCESS_VERSION_PARTS[0] === undefined || NODE_PROCESS_VERSION_PARTS[1] === undefined) { + throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`); +} - result.isMatch = false; - return returnObject ? result : false; - } +const MAJOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[0], 10); +const MINOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[1], 10); +const SUPPORTED_MAJOR_VERSION = 10; +const SUPPORTED_MINOR_VERSION = 10; +const IS_MATCHED_BY_MAJOR = MAJOR_VERSION > SUPPORTED_MAJOR_VERSION; +const IS_MATCHED_BY_MAJOR_AND_MINOR = MAJOR_VERSION === SUPPORTED_MAJOR_VERSION && MINOR_VERSION >= SUPPORTED_MINOR_VERSION; +/** + * IS `true` for Node.js 10.10 and greater. + */ - if (typeof opts.onMatch === 'function') { - opts.onMatch(result); - } +constants.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR; - return returnObject ? result : true; - }; +var utils$g = {}; - if (returnState) { - matcher.state = state; +var fs$7 = {}; + +Object.defineProperty(fs$7, "__esModule", { + value: true +}); +fs$7.createDirentFromStats = void 0; + +class DirentFromStats { + constructor(name, stats) { + this.name = name; + this.isBlockDevice = stats.isBlockDevice.bind(stats); + this.isCharacterDevice = stats.isCharacterDevice.bind(stats); + this.isDirectory = stats.isDirectory.bind(stats); + this.isFIFO = stats.isFIFO.bind(stats); + this.isFile = stats.isFile.bind(stats); + this.isSocket = stats.isSocket.bind(stats); + this.isSymbolicLink = stats.isSymbolicLink.bind(stats); } - return matcher; -}; -/** - * Test `input` with the given `regex`. This is used by the main - * `picomatch()` function to test the input string. - * - * ```js - * const picomatch = require('picomatch'); - * // picomatch.test(input, regex[, options]); - * - * console.log(picomatch.test('foo/bar', /^(?:([^/]*?)\/([^/]*?))$/)); - * // { isMatch: true, match: [ 'foo/', 'foo', 'bar' ], output: 'foo/bar' } - * ``` - * @param {String} `input` String to test. - * @param {RegExp} `regex` - * @return {Object} Returns an object with matching info. - * @api public - */ +} +function createDirentFromStats(name, stats) { + return new DirentFromStats(name, stats); +} -picomatch.test = (input, regex, options, { - glob, - posix -} = {}) => { - if (typeof input !== 'string') { - throw new TypeError('Expected input to be a string'); - } +fs$7.createDirentFromStats = createDirentFromStats; - if (input === '') { - return { - isMatch: false, - output: '' - }; +Object.defineProperty(utils$g, "__esModule", { + value: true +}); +utils$g.fs = void 0; +const fs$6 = fs$7; +utils$g.fs = fs$6; + +var common$6 = {}; + +Object.defineProperty(common$6, "__esModule", { + value: true +}); +common$6.joinPathSegments = void 0; + +function joinPathSegments$1(a, b, separator) { + /** + * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). + */ + if (a.endsWith(separator)) { + return a + b; } - const opts = options || {}; - const format = opts.format || (posix ? utils$2.toPosixSlashes : null); - let match = input === glob; - let output = match && format ? format(input) : input; + return a + separator + b; +} - if (match === false) { - output = format ? format(input) : input; - match = output === glob; +common$6.joinPathSegments = joinPathSegments$1; + +Object.defineProperty(async$1, "__esModule", { + value: true +}); +async$1.readdir = async$1.readdirWithFileTypes = async$1.read = void 0; +const fsStat$5 = out$3; +const rpl = runParallel_1; +const constants_1$1 = constants; +const utils$f = utils$g; +const common$5 = common$6; + +function read$1(directory, settings, callback) { + if (!settings.stats && constants_1$1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { + readdirWithFileTypes$1(directory, settings, callback); + return; } - if (match === false || opts.capture === true) { - if (opts.matchBase === true || opts.basename === true) { - match = picomatch.matchBase(input, regex, options, posix); - } else { - match = regex.exec(output); + readdir$1(directory, settings, callback); +} + +async$1.read = read$1; + +function readdirWithFileTypes$1(directory, settings, callback) { + settings.fs.readdir(directory, { + withFileTypes: true + }, (readdirError, dirents) => { + if (readdirError !== null) { + callFailureCallback$1(callback, readdirError); + return; } - } - return { - isMatch: Boolean(match), - match, - output - }; -}; -/** - * Match the basename of a filepath. - * - * ```js - * const picomatch = require('picomatch'); - * // picomatch.matchBase(input, glob[, options]); - * console.log(picomatch.matchBase('foo/bar.js', '*.js'); // true - * ``` - * @param {String} `input` String to test. - * @param {RegExp|String} `glob` Glob pattern or regex created by [.makeRe](#makeRe). - * @return {Boolean} - * @api public - */ + const entries = dirents.map(dirent => ({ + dirent, + name: dirent.name, + path: common$5.joinPathSegments(directory, dirent.name, settings.pathSegmentSeparator) + })); + if (!settings.followSymbolicLinks) { + callSuccessCallback$1(callback, entries); + return; + } -picomatch.matchBase = (input, glob, options, posix = utils$2.isWindows(options)) => { - const regex = glob instanceof RegExp ? glob : picomatch.makeRe(glob, options); - return regex.test(path__default['default'].basename(input)); -}; -/** - * Returns true if **any** of the given glob `patterns` match the specified `string`. - * - * ```js - * const picomatch = require('picomatch'); - * // picomatch.isMatch(string, patterns[, options]); - * - * console.log(picomatch.isMatch('a.a', ['b.*', '*.a'])); //=> true - * console.log(picomatch.isMatch('a.a', 'b.*')); //=> false - * ``` - * @param {String|Array} str The string to test. - * @param {String|Array} patterns One or more glob patterns to use for matching. - * @param {Object} [options] See available [options](#options). - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ + const tasks = entries.map(entry => makeRplTaskEntry(entry, settings)); + rpl(tasks, (rplError, rplEntries) => { + if (rplError !== null) { + callFailureCallback$1(callback, rplError); + return; + } + callSuccessCallback$1(callback, rplEntries); + }); + }); +} -picomatch.isMatch = (str, patterns, options) => picomatch(patterns, options)(str); -/** - * Parse a glob pattern to create the source string for a regular - * expression. - * - * ```js - * const picomatch = require('picomatch'); - * const result = picomatch.parse(pattern[, options]); - * ``` - * @param {String} `pattern` - * @param {Object} `options` - * @return {Object} Returns an object with useful properties and output to be used as a regex source string. - * @api public - */ +async$1.readdirWithFileTypes = readdirWithFileTypes$1; +function makeRplTaskEntry(entry, settings) { + return done => { + if (!entry.dirent.isSymbolicLink()) { + done(null, entry); + return; + } -picomatch.parse = (pattern, options) => { - if (Array.isArray(pattern)) return pattern.map(p => picomatch.parse(p, options)); - return parse_1$1(pattern, Object.assign({}, options, { - fastpaths: false - })); -}; -/** - * Scan a glob pattern to separate the pattern into segments. - * - * ```js - * const picomatch = require('picomatch'); - * // picomatch.scan(input[, options]); - * - * const result = picomatch.scan('!./foo/*.js'); - * console.log(result); - * { prefix: '!./', - * input: '!./foo/*.js', - * start: 3, - * base: 'foo', - * glob: '*.js', - * isBrace: false, - * isBracket: false, - * isGlob: true, - * isExtglob: false, - * isGlobstar: false, - * negated: true } - * ``` - * @param {String} `input` Glob pattern to scan. - * @param {Object} `options` - * @return {Object} Returns an object with - * @api public - */ + settings.fs.stat(entry.path, (statError, stats) => { + if (statError !== null) { + if (settings.throwErrorOnBrokenSymbolicLink) { + done(statError); + return; + } + done(null, entry); + return; + } -picomatch.scan = (input, options) => scan_1(input, options); -/** - * Create a regular expression from a parsed glob pattern. - * - * ```js - * const picomatch = require('picomatch'); - * const state = picomatch.parse('*.js'); - * // picomatch.compileRe(state[, options]); - * - * console.log(picomatch.compileRe(state)); - * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/ - * ``` - * @param {String} `state` The object returned from the `.parse` method. - * @param {Object} `options` - * @return {RegExp} Returns a regex created from the given pattern. - * @api public - */ + entry.dirent = utils$f.fs.createDirentFromStats(entry.name, stats); + done(null, entry); + }); + }; +} +function readdir$1(directory, settings, callback) { + settings.fs.readdir(directory, (readdirError, names) => { + if (readdirError !== null) { + callFailureCallback$1(callback, readdirError); + return; + } -picomatch.compileRe = (parsed, options, returnOutput = false, returnState = false) => { - if (returnOutput === true) { - return parsed.output; - } + const tasks = names.map(name => { + const path = common$5.joinPathSegments(directory, name, settings.pathSegmentSeparator); + return done => { + fsStat$5.stat(path, settings.fsStatSettings, (error, stats) => { + if (error !== null) { + done(error); + return; + } - const opts = options || {}; - const prepend = opts.contains ? '' : '^'; - const append = opts.contains ? '' : '$'; - let source = `${prepend}(?:${parsed.output})${append}`; + const entry = { + name, + path, + dirent: utils$f.fs.createDirentFromStats(name, stats) + }; - if (parsed && parsed.negated === true) { - source = `^(?!${source}).*$`; - } + if (settings.stats) { + entry.stats = stats; + } - const regex = picomatch.toRegex(source, options); + done(null, entry); + }); + }; + }); + rpl(tasks, (rplError, entries) => { + if (rplError !== null) { + callFailureCallback$1(callback, rplError); + return; + } - if (returnState === true) { - regex.state = parsed; - } + callSuccessCallback$1(callback, entries); + }); + }); +} - return regex; -}; +async$1.readdir = readdir$1; -picomatch.makeRe = (input, options, returnOutput = false, returnState = false) => { - if (!input || typeof input !== 'string') { - throw new TypeError('Expected a non-empty string'); - } +function callFailureCallback$1(callback, error) { + callback(error); +} - const opts = options || {}; - let parsed = { - negated: false, - fastpaths: true - }; - let prefix = ''; - let output; +function callSuccessCallback$1(callback, result) { + callback(null, result); +} - if (input.startsWith('./')) { - input = input.slice(2); - prefix = parsed.prefix = './'; - } +var sync$5 = {}; - if (opts.fastpaths !== false && (input[0] === '.' || input[0] === '*')) { - output = parse_1$1.fastpaths(input, options); - } +Object.defineProperty(sync$5, "__esModule", { + value: true +}); +sync$5.readdir = sync$5.readdirWithFileTypes = sync$5.read = void 0; +const fsStat$4 = out$3; +const constants_1 = constants; +const utils$e = utils$g; +const common$4 = common$6; - if (output === undefined) { - parsed = parse_1$1(input, options); - parsed.prefix = prefix + (parsed.prefix || ''); - } else { - parsed.output = output; +function read(directory, settings) { + if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { + return readdirWithFileTypes(directory, settings); } - return picomatch.compileRe(parsed, options, returnOutput, returnState); -}; -/** - * Create a regular expression from the given regex source string. - * - * ```js - * const picomatch = require('picomatch'); - * // picomatch.toRegex(source[, options]); - * - * const { output } = picomatch.parse('*.js'); - * console.log(picomatch.toRegex(output)); - * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/ - * ``` - * @param {String} `source` Regular expression source string. - * @param {Object} `options` - * @return {RegExp} - * @api public - */ + return readdir(directory, settings); +} +sync$5.read = read; -picomatch.toRegex = (source, options) => { - try { - const opts = options || {}; - return new RegExp(source, opts.flags || (opts.nocase ? 'i' : '')); - } catch (err) { - if (options && options.debug === true) throw err; - return /$^/; - } -}; -/** - * Picomatch constants. - * @return {Object} - */ +function readdirWithFileTypes(directory, settings) { + const dirents = settings.fs.readdirSync(directory, { + withFileTypes: true + }); + return dirents.map(dirent => { + const entry = { + dirent, + name: dirent.name, + path: common$4.joinPathSegments(directory, dirent.name, settings.pathSegmentSeparator) + }; + if (entry.dirent.isSymbolicLink() && settings.followSymbolicLinks) { + try { + const stats = settings.fs.statSync(entry.path); + entry.dirent = utils$e.fs.createDirentFromStats(entry.name, stats); + } catch (error) { + if (settings.throwErrorOnBrokenSymbolicLink) { + throw error; + } + } + } -picomatch.constants = constants$4; -/** - * Expose "picomatch" - */ + return entry; + }); +} -var picomatch_1 = picomatch; +sync$5.readdirWithFileTypes = readdirWithFileTypes; -var picomatch$1 = picomatch_1; +function readdir(directory, settings) { + const names = settings.fs.readdirSync(directory); + return names.map(name => { + const entryPath = common$4.joinPathSegments(directory, name, settings.pathSegmentSeparator); + const stats = fsStat$4.statSync(entryPath, settings.fsStatSettings); + const entry = { + name, + path: entryPath, + dirent: utils$e.fs.createDirentFromStats(name, stats) + }; -const isEmptyString = val => typeof val === 'string' && (val === '' || val === './'); -/** - * Returns an array of strings that match one or more glob patterns. - * - * ```js - * const mm = require('micromatch'); - * // mm(list, patterns[, options]); - * - * console.log(mm(['a.js', 'a.txt'], ['*.js'])); - * //=> [ 'a.js' ] - * ``` - * @param {String|Array} list List of strings to match. - * @param {String|Array} patterns One or more glob patterns to use for matching. - * @param {Object} options See available [options](#options) - * @return {Array} Returns an array of matches - * @summary false - * @api public - */ + if (settings.stats) { + entry.stats = stats; + } + + return entry; + }); +} +sync$5.readdir = readdir; -const micromatch = (list, patterns, options) => { - patterns = [].concat(patterns); - list = [].concat(list); - let omit = new Set(); - let keep = new Set(); - let items = new Set(); - let negatives = 0; +var settings$2 = {}; + +var fs$5 = {}; - let onResult = state => { - items.add(state.output); +(function (exports) { - if (options && options.onResult) { - options.onResult(state); - } + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0; + const fs = require$$0__default["default"]; + exports.FILE_SYSTEM_ADAPTER = { + lstat: fs.lstat, + stat: fs.stat, + lstatSync: fs.lstatSync, + statSync: fs.statSync, + readdir: fs.readdir, + readdirSync: fs.readdirSync }; - for (let i = 0; i < patterns.length; i++) { - let isMatch = picomatch$1(String(patterns[i]), Object.assign({}, options, { - onResult - }), true); - let negated = isMatch.state.negated || isMatch.state.negatedExtglob; - if (negated) negatives++; + function createFileSystemAdapter(fsMethods) { + if (fsMethods === undefined) { + return exports.FILE_SYSTEM_ADAPTER; + } - for (let item of list) { - let matched = isMatch(item, true); - let match = negated ? !matched.isMatch : matched.isMatch; - if (!match) continue; + return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods); + } - if (negated) { - omit.add(matched.output); - } else { - omit.delete(matched.output); - keep.add(matched.output); - } - } + exports.createFileSystemAdapter = createFileSystemAdapter; +})(fs$5); + +Object.defineProperty(settings$2, "__esModule", { + value: true +}); +const path$6 = require$$0__default$2["default"]; +const fsStat$3 = out$3; +const fs$4 = fs$5; + +class Settings$1 { + constructor(_options = {}) { + this._options = _options; + this.followSymbolicLinks = this._getValue(this._options.followSymbolicLinks, false); + this.fs = fs$4.createFileSystemAdapter(this._options.fs); + this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path$6.sep); + this.stats = this._getValue(this._options.stats, false); + this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); + this.fsStatSettings = new fsStat$3.Settings({ + followSymbolicLink: this.followSymbolicLinks, + fs: this.fs, + throwErrorOnBrokenSymbolicLink: this.throwErrorOnBrokenSymbolicLink + }); } - let result = negatives === patterns.length ? [...items] : [...keep]; - let matches = result.filter(item => !omit.has(item)); + _getValue(option, value) { + return option !== null && option !== void 0 ? option : value; + } - if (options && matches.length === 0) { - if (options.failglob === true) { - throw new Error(`No matches found for "${patterns.join(', ')}"`); - } +} - if (options.nonull === true || options.nullglob === true) { - return options.unescape ? patterns.map(p => p.replace(/\\/g, '')) : patterns; - } +settings$2.default = Settings$1; + +Object.defineProperty(out$1, "__esModule", { + value: true +}); +out$1.Settings = out$1.scandirSync = out$1.scandir = void 0; +const async = async$1; +const sync$4 = sync$5; +const settings_1$2 = settings$2; +out$1.Settings = settings_1$2.default; + +function scandir(path, optionsOrSettingsOrCallback, callback) { + if (typeof optionsOrSettingsOrCallback === 'function') { + async.read(path, getSettings$1(), optionsOrSettingsOrCallback); + return; } - return matches; -}; -/** - * Backwards compatibility - */ + async.read(path, getSettings$1(optionsOrSettingsOrCallback), callback); +} +out$1.scandir = scandir; -micromatch.match = micromatch; -/** - * Returns a matcher function from the given glob `pattern` and `options`. - * The returned function takes a string to match as its only argument and returns - * true if the string is a match. - * - * ```js - * const mm = require('micromatch'); - * // mm.matcher(pattern[, options]); - * - * const isMatch = mm.matcher('*.!(*a)'); - * console.log(isMatch('a.a')); //=> false - * console.log(isMatch('a.b')); //=> true - * ``` - * @param {String} `pattern` Glob pattern - * @param {Object} `options` - * @return {Function} Returns a matcher function. - * @api public - */ +function scandirSync(path, optionsOrSettings) { + const settings = getSettings$1(optionsOrSettings); + return sync$4.read(path, settings); +} -micromatch.matcher = (pattern, options) => picomatch$1(pattern, options); -/** - * Returns true if **any** of the given glob `patterns` match the specified `string`. - * - * ```js - * const mm = require('micromatch'); - * // mm.isMatch(string, patterns[, options]); - * - * console.log(mm.isMatch('a.a', ['b.*', '*.a'])); //=> true - * console.log(mm.isMatch('a.a', 'b.*')); //=> false - * ``` - * @param {String} str The string to test. - * @param {String|Array} patterns One or more glob patterns to use for matching. - * @param {Object} [options] See available [options](#options). - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ +out$1.scandirSync = scandirSync; +function getSettings$1(settingsOrOptions = {}) { + if (settingsOrOptions instanceof settings_1$2.default) { + return settingsOrOptions; + } -micromatch.isMatch = (str, patterns, options) => picomatch$1(patterns, options)(str); -/** - * Backwards compatibility - */ + return new settings_1$2.default(settingsOrOptions); +} +var queue = {exports: {}}; -micromatch.any = micromatch.isMatch; -/** - * Returns a list of strings that _**do not match any**_ of the given `patterns`. - * - * ```js - * const mm = require('micromatch'); - * // mm.not(list, patterns[, options]); - * - * console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a')); - * //=> ['b.b', 'c.c'] - * ``` - * @param {Array} `list` Array of strings to match. - * @param {String|Array} `patterns` One or more glob pattern to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Array} Returns an array of strings that **do not match** the given patterns. - * @api public - */ +function reusify$1(Constructor) { + var head = new Constructor(); + var tail = head; -micromatch.not = (list, patterns, options = {}) => { - patterns = [].concat(patterns).map(String); - let result = new Set(); - let items = []; + function get() { + var current = head; - let onResult = state => { - if (options.onResult) options.onResult(state); - items.push(state.output); + if (current.next) { + head = current.next; + } else { + head = new Constructor(); + tail = head; + } + + current.next = null; + return current; + } + + function release(obj) { + tail.next = obj; + tail = obj; + } + + return { + get: get, + release: release }; +} - let matches = micromatch(list, patterns, Object.assign({}, options, { - onResult - })); +var reusify_1 = reusify$1; - for (let item of items) { - if (!matches.includes(item)) { - result.add(item); - } +/* eslint-disable no-var */ + + +var reusify = reusify_1; + +function fastqueue(context, worker, concurrency) { + if (typeof context === 'function') { + concurrency = worker; + worker = context; + context = null; } - return [...result]; -}; -/** - * Returns true if the given `string` contains the given pattern. Similar - * to [.isMatch](#isMatch) but the pattern can match any part of the string. - * - * ```js - * var mm = require('micromatch'); - * // mm.contains(string, pattern[, options]); - * - * console.log(mm.contains('aa/bb/cc', '*b')); - * //=> true - * console.log(mm.contains('aa/bb/cc', '*d')); - * //=> false - * ``` - * @param {String} `str` The string to match. - * @param {String|Array} `patterns` Glob pattern to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if the patter matches any part of `str`. - * @api public - */ + if (concurrency < 1) { + throw new Error('fastqueue concurrency must be greater than 1'); + } + var cache = reusify(Task); + var queueHead = null; + var queueTail = null; + var _running = 0; + var errorHandler = null; + var self = { + push: push, + drain: noop, + saturated: noop, + pause: pause, + paused: false, + concurrency: concurrency, + running: running, + resume: resume, + idle: idle, + length: length, + getQueue: getQueue, + unshift: unshift, + empty: noop, + kill: kill, + killAndDrain: killAndDrain, + error: error + }; + return self; -micromatch.contains = (str, pattern, options) => { - if (typeof str !== 'string') { - throw new TypeError(`Expected a string: "${util__default['default'].inspect(str)}"`); + function running() { + return _running; } - if (Array.isArray(pattern)) { - return pattern.some(p => micromatch.contains(str, p, options)); + function pause() { + self.paused = true; } - if (typeof pattern === 'string') { - if (isEmptyString(str) || isEmptyString(pattern)) { - return false; - } + function length() { + var current = queueHead; + var counter = 0; - if (str.includes(pattern) || str.startsWith('./') && str.slice(2).includes(pattern)) { - return true; + while (current) { + current = current.next; + counter++; } + + return counter; } - return micromatch.isMatch(str, pattern, Object.assign({}, options, { - contains: true - })); -}; -/** - * Filter the keys of the given object with the given `glob` pattern - * and `options`. Does not attempt to match nested keys. If you need this feature, - * use [glob-object][] instead. - * - * ```js - * const mm = require('micromatch'); - * // mm.matchKeys(object, patterns[, options]); - * - * const obj = { aa: 'a', ab: 'b', ac: 'c' }; - * console.log(mm.matchKeys(obj, '*b')); - * //=> { ab: 'b' } - * ``` - * @param {Object} `object` The object with keys to filter. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Object} Returns an object with only keys that match the given patterns. - * @api public - */ + function getQueue() { + var current = queueHead; + var tasks = []; + while (current) { + tasks.push(current.value); + current = current.next; + } -micromatch.matchKeys = (obj, patterns, options) => { - if (!utils$2.isObject(obj)) { - throw new TypeError('Expected the first argument to be an object'); + return tasks; } - let keys = micromatch(Object.keys(obj), patterns, options); - let res = {}; + function resume() { + if (!self.paused) return; + self.paused = false; - for (let key of keys) res[key] = obj[key]; + for (var i = 0; i < self.concurrency; i++) { + _running++; + release(); + } + } - return res; -}; -/** - * Returns true if some of the strings in the given `list` match any of the given glob `patterns`. - * - * ```js - * const mm = require('micromatch'); - * // mm.some(list, patterns[, options]); - * - * console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); - * // true - * console.log(mm.some(['foo.js'], ['*.js', '!foo.js'])); - * // false - * ``` - * @param {String|Array} `list` The string or array of strings to test. Returns as soon as the first match is found. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ + function idle() { + return _running === 0 && self.length() === 0; + } + function push(value, done) { + var current = cache.get(); + current.context = context; + current.release = release; + current.value = value; + current.callback = done || noop; + current.errorHandler = errorHandler; -micromatch.some = (list, patterns, options) => { - let items = [].concat(list); + if (_running === self.concurrency || self.paused) { + if (queueTail) { + queueTail.next = current; + queueTail = current; + } else { + queueHead = current; + queueTail = current; + self.saturated(); + } + } else { + _running++; + worker.call(context, current.value, current.worked); + } + } - for (let pattern of [].concat(patterns)) { - let isMatch = picomatch$1(String(pattern), options); + function unshift(value, done) { + var current = cache.get(); + current.context = context; + current.release = release; + current.value = value; + current.callback = done || noop; - if (items.some(item => isMatch(item))) { - return true; + if (_running === self.concurrency || self.paused) { + if (queueHead) { + current.next = queueHead; + queueHead = current; + } else { + queueHead = current; + queueTail = current; + self.saturated(); + } + } else { + _running++; + worker.call(context, current.value, current.worked); } } - return false; -}; -/** - * Returns true if every string in the given `list` matches - * any of the given glob `patterns`. - * - * ```js - * const mm = require('micromatch'); - * // mm.every(list, patterns[, options]); - * - * console.log(mm.every('foo.js', ['foo.js'])); - * // true - * console.log(mm.every(['foo.js', 'bar.js'], ['*.js'])); - * // true - * console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); - * // false - * console.log(mm.every(['foo.js'], ['*.js', '!foo.js'])); - * // false - * ``` - * @param {String|Array} `list` The string or array of strings to test. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ + function release(holder) { + if (holder) { + cache.release(holder); + } + var next = queueHead; -micromatch.every = (list, patterns, options) => { - let items = [].concat(list); + if (next) { + if (!self.paused) { + if (queueTail === queueHead) { + queueTail = null; + } - for (let pattern of [].concat(patterns)) { - let isMatch = picomatch$1(String(pattern), options); + queueHead = next.next; + next.next = null; + worker.call(context, next.value, next.worked); - if (!items.every(item => isMatch(item))) { - return false; + if (queueTail === null) { + self.empty(); + } + } else { + _running--; + } + } else if (--_running === 0) { + self.drain(); } } - return true; -}; -/** - * Returns true if **all** of the given `patterns` match - * the specified string. - * - * ```js - * const mm = require('micromatch'); - * // mm.all(string, patterns[, options]); - * - * console.log(mm.all('foo.js', ['foo.js'])); - * // true - * - * console.log(mm.all('foo.js', ['*.js', '!foo.js'])); - * // false - * - * console.log(mm.all('foo.js', ['*.js', 'foo.js'])); - * // true - * - * console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js'])); - * // true - * ``` - * @param {String|Array} `str` The string to test. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ - - -micromatch.all = (str, patterns, options) => { - if (typeof str !== 'string') { - throw new TypeError(`Expected a string: "${util__default['default'].inspect(str)}"`); + function kill() { + queueHead = null; + queueTail = null; + self.drain = noop; } - return [].concat(patterns).every(p => picomatch$1(p, options)(str)); -}; -/** - * Returns an array of matches captured by `pattern` in `string, or `null` if the pattern did not match. - * - * ```js - * const mm = require('micromatch'); - * // mm.capture(pattern, string[, options]); - * - * console.log(mm.capture('test/*.js', 'test/foo.js')); - * //=> ['foo'] - * console.log(mm.capture('test/*.js', 'foo/bar.css')); - * //=> null - * ``` - * @param {String} `glob` Glob pattern to use for matching. - * @param {String} `input` String to match - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns an array of captures if the input matches the glob pattern, otherwise `null`. - * @api public - */ - - -micromatch.capture = (glob, input, options) => { - let posix = utils$2.isWindows(options); - let regex = picomatch$1.makeRe(String(glob), Object.assign({}, options, { - capture: true - })); - let match = regex.exec(posix ? utils$2.toPosixSlashes(input) : input); + function killAndDrain() { + queueHead = null; + queueTail = null; + self.drain(); + self.drain = noop; + } - if (match) { - return match.slice(1).map(v => v === void 0 ? '' : v); + function error(handler) { + errorHandler = handler; } -}; -/** - * Create a regular expression from the given glob `pattern`. - * - * ```js - * const mm = require('micromatch'); - * // mm.makeRe(pattern[, options]); - * - * console.log(mm.makeRe('*.js')); - * //=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/ - * ``` - * @param {String} `pattern` A glob pattern to convert to regex. - * @param {Object} `options` - * @return {RegExp} Returns a regex created from the given pattern. - * @api public - */ +} +function noop() {} -micromatch.makeRe = (...args) => picomatch$1.makeRe(...args); -/** - * Scan a glob pattern to separate the pattern into segments. Used - * by the [split](#split) method. - * - * ```js - * const mm = require('micromatch'); - * const state = mm.scan(pattern[, options]); - * ``` - * @param {String} `pattern` - * @param {Object} `options` - * @return {Object} Returns an object with - * @api public - */ +function Task() { + this.value = null; + this.callback = noop; + this.next = null; + this.release = noop; + this.context = null; + this.errorHandler = null; + var self = this; + this.worked = function worked(err, result) { + var callback = self.callback; + var errorHandler = self.errorHandler; + var val = self.value; + self.value = null; + self.callback = noop; -micromatch.scan = (...args) => picomatch$1.scan(...args); -/** - * Parse a glob pattern to create the source string for a regular - * expression. - * - * ```js - * const mm = require('micromatch'); - * const state = mm(pattern[, options]); - * ``` - * @param {String} `glob` - * @param {Object} `options` - * @return {Object} Returns an object with useful properties and output to be used as regex source string. - * @api public - */ + if (self.errorHandler) { + errorHandler(err, val); + } + callback.call(self.context, err, result); + self.release(self); + }; +} -micromatch.parse = (patterns, options) => { - let res = []; +function queueAsPromised(context, worker, concurrency) { + if (typeof context === 'function') { + concurrency = worker; + worker = context; + context = null; + } - for (let pattern of [].concat(patterns || [])) { - for (let str of braces_1(String(pattern), options)) { - res.push(picomatch$1.parse(str, options)); - } + function asyncWrapper(arg, cb) { + worker.call(this, arg).then(function (res) { + cb(null, res); + }, cb); } - return res; -}; -/** - * Process the given brace `pattern`. - * - * ```js - * const { braces } = require('micromatch'); - * console.log(braces('foo/{a,b,c}/bar')); - * //=> [ 'foo/(a|b|c)/bar' ] - * - * console.log(braces('foo/{a,b,c}/bar', { expand: true })); - * //=> [ 'foo/a/bar', 'foo/b/bar', 'foo/c/bar' ] - * ``` - * @param {String} `pattern` String with brace pattern to process. - * @param {Object} `options` Any [options](#options) to change how expansion is performed. See the [braces][] library for all available options. - * @return {Array} - * @api public - */ + var queue = fastqueue(context, asyncWrapper, concurrency); + var pushCb = queue.push; + var unshiftCb = queue.unshift; + queue.push = push; + queue.unshift = unshift; + queue.drained = drained; + return queue; + function push(value) { + var p = new Promise(function (resolve, reject) { + pushCb(value, function (err, result) { + if (err) { + reject(err); + return; + } -micromatch.braces = (pattern, options) => { - if (typeof pattern !== 'string') throw new TypeError('Expected a string'); + resolve(result); + }); + }); // Let's fork the promise chain to + // make the error bubble up to the user but + // not lead to a unhandledRejection - if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) { - return [pattern]; + p.catch(noop); + return p; } - return braces_1(pattern, options); -}; -/** - * Expand braces - */ + function unshift(value) { + var p = new Promise(function (resolve, reject) { + unshiftCb(value, function (err, result) { + if (err) { + reject(err); + return; + } + resolve(result); + }); + }); // Let's fork the promise chain to + // make the error bubble up to the user but + // not lead to a unhandledRejection -micromatch.braceExpand = (pattern, options) => { - if (typeof pattern !== 'string') throw new TypeError('Expected a string'); - return micromatch.braces(pattern, Object.assign({}, options, { - expand: true - })); -}; -/** - * Expose micromatch - */ + p.catch(noop); + return p; + } + function drained() { + var previousDrain = queue.drain; + var p = new Promise(function (resolve) { + queue.drain = function () { + previousDrain(); + resolve(); + }; + }); + return p; + } +} -var micromatch_1 = micromatch; +queue.exports = fastqueue; +queue.exports.promise = queueAsPromised; -var pattern = createCommonjsModule(function (module, exports) { +var common$3 = {}; - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = void 0; - const GLOBSTAR = '**'; - const ESCAPE_SYMBOL = '\\'; - const COMMON_GLOB_SYMBOLS_RE = /[*?]|^!/; - const REGEX_CHARACTER_CLASS_SYMBOLS_RE = /\[.*]/; - const REGEX_GROUP_SYMBOLS_RE = /(?:^|[^!*+?@])\(.*\|.*\)/; - const GLOB_EXTENSION_SYMBOLS_RE = /[!*+?@]\(.*\)/; - const BRACE_EXPANSIONS_SYMBOLS_RE = /{.*(?:,|\.\.).*}/; - - function isStaticPattern(pattern, options = {}) { - return !isDynamicPattern(pattern, options); - } - - exports.isStaticPattern = isStaticPattern; - - function isDynamicPattern(pattern, options = {}) { - /** - * A special case with an empty string is necessary for matching patterns that start with a forward slash. - * An empty string cannot be a dynamic pattern. - * For example, the pattern `/lib/*` will be spread into parts: '', 'lib', '*'. - */ - if (pattern === '') { - return false; - } - /** - * When the `caseSensitiveMatch` option is disabled, all patterns must be marked as dynamic, because we cannot check - * filepath directly (without read directory). - */ +Object.defineProperty(common$3, "__esModule", { + value: true +}); +common$3.joinPathSegments = common$3.replacePathSegmentSeparator = common$3.isAppliedFilter = common$3.isFatalError = void 0; +function isFatalError(settings, error) { + if (settings.errorFilter === null) { + return true; + } - if (options.caseSensitiveMatch === false || pattern.includes(ESCAPE_SYMBOL)) { - return true; - } + return !settings.errorFilter(error); +} - if (COMMON_GLOB_SYMBOLS_RE.test(pattern) || REGEX_CHARACTER_CLASS_SYMBOLS_RE.test(pattern) || REGEX_GROUP_SYMBOLS_RE.test(pattern)) { - return true; - } +common$3.isFatalError = isFatalError; - if (options.extglob !== false && GLOB_EXTENSION_SYMBOLS_RE.test(pattern)) { - return true; - } +function isAppliedFilter(filter, value) { + return filter === null || filter(value); +} - if (options.braceExpansion !== false && BRACE_EXPANSIONS_SYMBOLS_RE.test(pattern)) { - return true; - } +common$3.isAppliedFilter = isAppliedFilter; - return false; - } +function replacePathSegmentSeparator(filepath, separator) { + return filepath.split(/[/\\]/).join(separator); +} - exports.isDynamicPattern = isDynamicPattern; +common$3.replacePathSegmentSeparator = replacePathSegmentSeparator; - function convertToPositivePattern(pattern) { - return isNegativePattern(pattern) ? pattern.slice(1) : pattern; +function joinPathSegments(a, b, separator) { + if (a === '') { + return b; } + /** + * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). + */ - exports.convertToPositivePattern = convertToPositivePattern; - function convertToNegativePattern(pattern) { - return '!' + pattern; + if (a.endsWith(separator)) { + return a + b; } - exports.convertToNegativePattern = convertToNegativePattern; - - function isNegativePattern(pattern) { - return pattern.startsWith('!') && pattern[1] !== '('; - } + return a + separator + b; +} - exports.isNegativePattern = isNegativePattern; +common$3.joinPathSegments = joinPathSegments; - function isPositivePattern(pattern) { - return !isNegativePattern(pattern); - } +var reader$1 = {}; - exports.isPositivePattern = isPositivePattern; +Object.defineProperty(reader$1, "__esModule", { + value: true +}); +const common$2 = common$3; - function getNegativePatterns(patterns) { - return patterns.filter(isNegativePattern); +class Reader$1 { + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._root = common$2.replacePathSegmentSeparator(_root, _settings.pathSegmentSeparator); } - exports.getNegativePatterns = getNegativePatterns; +} - function getPositivePatterns(patterns) { - return patterns.filter(isPositivePattern); - } +reader$1.default = Reader$1; - exports.getPositivePatterns = getPositivePatterns; +Object.defineProperty(async$2, "__esModule", { + value: true +}); +const events_1 = require$$0__default$6["default"]; +const fsScandir$2 = out$1; +const fastq = queue.exports; +const common$1 = common$3; +const reader_1$3 = reader$1; + +class AsyncReader extends reader_1$3.default { + constructor(_root, _settings) { + super(_root, _settings); + this._settings = _settings; + this._scandir = fsScandir$2.scandir; + this._emitter = new events_1.EventEmitter(); + this._queue = fastq(this._worker.bind(this), this._settings.concurrency); + this._isFatalError = false; + this._isDestroyed = false; + + this._queue.drain = () => { + if (!this._isFatalError) { + this._emitter.emit('end'); + } + }; + } - function getBaseDirectory(pattern) { - return globParent(pattern, { - flipBackslashes: false + read() { + this._isFatalError = false; + this._isDestroyed = false; + setImmediate(() => { + this._pushToQueue(this._root, this._settings.basePath); }); + return this._emitter; } - exports.getBaseDirectory = getBaseDirectory; - - function hasGlobStar(pattern) { - return pattern.includes(GLOBSTAR); + get isDestroyed() { + return this._isDestroyed; } - exports.hasGlobStar = hasGlobStar; + destroy() { + if (this._isDestroyed) { + throw new Error('The reader is already destroyed'); + } + + this._isDestroyed = true; - function endsWithSlashGlobStar(pattern) { - return pattern.endsWith('/' + GLOBSTAR); + this._queue.killAndDrain(); } - exports.endsWithSlashGlobStar = endsWithSlashGlobStar; - - function isAffectDepthOfReadingPattern(pattern) { - const basename = path__default['default'].basename(pattern); - return endsWithSlashGlobStar(pattern) || isStaticPattern(basename); + onEntry(callback) { + this._emitter.on('entry', callback); } - exports.isAffectDepthOfReadingPattern = isAffectDepthOfReadingPattern; + onError(callback) { + this._emitter.once('error', callback); + } - function expandPatternsWithBraceExpansion(patterns) { - return patterns.reduce((collection, pattern) => { - return collection.concat(expandBraceExpansion(pattern)); - }, []); + onEnd(callback) { + this._emitter.once('end', callback); } - exports.expandPatternsWithBraceExpansion = expandPatternsWithBraceExpansion; + _pushToQueue(directory, base) { + const queueItem = { + directory, + base + }; - function expandBraceExpansion(pattern) { - return micromatch_1.braces(pattern, { - expand: true, - nodupes: true + this._queue.push(queueItem, error => { + if (error !== null) { + this._handleError(error); + } }); } - exports.expandBraceExpansion = expandBraceExpansion; + _worker(item, done) { + this._scandir(item.directory, this._settings.fsScandirSettings, (error, entries) => { + if (error !== null) { + done(error, undefined); + return; + } - function getPatternParts(pattern, options) { - let { - parts - } = picomatch$1.scan(pattern, Object.assign(Object.assign({}, options), { - parts: true - })); - /** - * The scan method returns an empty array in some cases. - * See micromatch/picomatch#58 for more details. - */ + for (const entry of entries) { + this._handleEntry(entry, item.base); + } + + done(null, undefined); + }); + } - if (parts.length === 0) { - parts = [pattern]; + _handleError(error) { + if (this._isDestroyed || !common$1.isFatalError(this._settings, error)) { + return; } - /** - * The scan method does not return an empty part for the pattern with a forward slash. - * This is another part of micromatch/picomatch#58. - */ + this._isFatalError = true; + this._isDestroyed = true; + + this._emitter.emit('error', error); + } - if (parts[0].startsWith('/')) { - parts[0] = parts[0].slice(1); - parts.unshift(''); + _handleEntry(entry, base) { + if (this._isDestroyed || this._isFatalError) { + return; } - return parts; - } + const fullpath = entry.path; + + if (base !== undefined) { + entry.path = common$1.joinPathSegments(base, entry.name, this._settings.pathSegmentSeparator); + } - exports.getPatternParts = getPatternParts; + if (common$1.isAppliedFilter(this._settings.entryFilter, entry)) { + this._emitEntry(entry); + } - function makeRe(pattern, options) { - return micromatch_1.makeRe(pattern, options); + if (entry.dirent.isDirectory() && common$1.isAppliedFilter(this._settings.deepFilter, entry)) { + this._pushToQueue(fullpath, base === undefined ? undefined : entry.path); + } } - exports.makeRe = makeRe; - - function convertPatternsToRe(patterns, options) { - return patterns.map(pattern => makeRe(pattern, options)); + _emitEntry(entry) { + this._emitter.emit('entry', entry); } - exports.convertPatternsToRe = convertPatternsToRe; +} - function matchAny(entry, patternsRe) { - return patternsRe.some(patternRe => patternRe.test(entry)); - } +async$2.default = AsyncReader; - exports.matchAny = matchAny; +Object.defineProperty(async$3, "__esModule", { + value: true }); +const async_1$3 = async$2; -var stream$2 = createCommonjsModule(function (module, exports) { +class AsyncProvider { + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._reader = new async_1$3.default(this._root, this._settings); + this._storage = []; + } - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.merge = void 0; + read(callback) { + this._reader.onError(error => { + callFailureCallback(callback, error); + }); - function merge(streams) { - const mergedStream = merge2_1(streams); - streams.forEach(stream => { - stream.once('error', error => mergedStream.emit('error', error)); + this._reader.onEntry(entry => { + this._storage.push(entry); }); - mergedStream.once('close', () => propagateCloseEventToSources(streams)); - mergedStream.once('end', () => propagateCloseEventToSources(streams)); - return mergedStream; - } - exports.merge = merge; + this._reader.onEnd(() => { + callSuccessCallback(callback, this._storage); + }); - function propagateCloseEventToSources(streams) { - streams.forEach(stream => stream.emit('close')); + this._reader.read(); } -}); -var string$1 = createCommonjsModule(function (module, exports) { +} - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.isEmpty = exports.isString = void 0; +async$3.default = AsyncProvider; - function isString(input) { - return typeof input === 'string'; - } +function callFailureCallback(callback, error) { + callback(error); +} - exports.isString = isString; +function callSuccessCallback(callback, entries) { + callback(null, entries); +} - function isEmpty(input) { - return input === ''; - } +var stream$1 = {}; - exports.isEmpty = isEmpty; +Object.defineProperty(stream$1, "__esModule", { + value: true }); +const stream_1$5 = require$$0__default$5["default"]; +const async_1$2 = async$2; + +class StreamProvider { + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._reader = new async_1$2.default(this._root, this._settings); + this._stream = new stream_1$5.Readable({ + objectMode: true, + read: () => {}, + destroy: () => { + if (!this._reader.isDestroyed) { + this._reader.destroy(); + } + } + }); + } -var utils$3 = createCommonjsModule(function (module, exports) { + read() { + this._reader.onError(error => { + this._stream.emit('error', error); + }); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.string = exports.stream = exports.pattern = exports.path = exports.fs = exports.errno = exports.array = void 0; - exports.array = array$2; - exports.errno = errno; - exports.fs = fs$2; - exports.path = path_1; - exports.pattern = pattern; - exports.stream = stream$2; - exports.string = string$1; -}); + this._reader.onEntry(entry => { + this._stream.push(entry); + }); -var tasks = createCommonjsModule(function (module, exports) { + this._reader.onEnd(() => { + this._stream.push(null); + }); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.convertPatternGroupToTask = exports.convertPatternGroupsToTasks = exports.groupPatternsByBaseDirectory = exports.getNegativePatternsAsPositive = exports.getPositivePatterns = exports.convertPatternsToTasks = exports.generate = void 0; + this._reader.read(); - function generate(patterns, settings) { - const positivePatterns = getPositivePatterns(patterns); - const negativePatterns = getNegativePatternsAsPositive(patterns, settings.ignore); - const staticPatterns = positivePatterns.filter(pattern => utils$3.pattern.isStaticPattern(pattern, settings)); - const dynamicPatterns = positivePatterns.filter(pattern => utils$3.pattern.isDynamicPattern(pattern, settings)); - const staticTasks = convertPatternsToTasks(staticPatterns, negativePatterns, - /* dynamic */ - false); - const dynamicTasks = convertPatternsToTasks(dynamicPatterns, negativePatterns, - /* dynamic */ - true); - return staticTasks.concat(dynamicTasks); + return this._stream; } - exports.generate = generate; - - function convertPatternsToTasks(positive, negative, dynamic) { - const positivePatternsGroup = groupPatternsByBaseDirectory(positive); // When we have a global group – there is no reason to divide the patterns into independent tasks. - // In this case, the global task covers the rest. - - if ('.' in positivePatternsGroup) { - const task = convertPatternGroupToTask('.', positive, negative, dynamic); - return [task]; - } +} - return convertPatternGroupsToTasks(positivePatternsGroup, negative, dynamic); - } +stream$1.default = StreamProvider; - exports.convertPatternsToTasks = convertPatternsToTasks; +var sync$3 = {}; - function getPositivePatterns(patterns) { - return utils$3.pattern.getPositivePatterns(patterns); - } +var sync$2 = {}; - exports.getPositivePatterns = getPositivePatterns; +Object.defineProperty(sync$2, "__esModule", { + value: true +}); +const fsScandir$1 = out$1; +const common = common$3; +const reader_1$2 = reader$1; - function getNegativePatternsAsPositive(patterns, ignore) { - const negative = utils$3.pattern.getNegativePatterns(patterns).concat(ignore); - const positive = negative.map(utils$3.pattern.convertToPositivePattern); - return positive; +class SyncReader extends reader_1$2.default { + constructor() { + super(...arguments); + this._scandir = fsScandir$1.scandirSync; + this._storage = []; + this._queue = new Set(); } - exports.getNegativePatternsAsPositive = getNegativePatternsAsPositive; + read() { + this._pushToQueue(this._root, this._settings.basePath); - function groupPatternsByBaseDirectory(patterns) { - const group = {}; - return patterns.reduce((collection, pattern) => { - const base = utils$3.pattern.getBaseDirectory(pattern); + this._handleQueue(); - if (base in collection) { - collection[base].push(pattern); - } else { - collection[base] = [pattern]; - } - - return collection; - }, group); + return this._storage; } - exports.groupPatternsByBaseDirectory = groupPatternsByBaseDirectory; - - function convertPatternGroupsToTasks(positive, negative, dynamic) { - return Object.keys(positive).map(base => { - return convertPatternGroupToTask(base, positive[base], negative, dynamic); + _pushToQueue(directory, base) { + this._queue.add({ + directory, + base }); } - exports.convertPatternGroupsToTasks = convertPatternGroupsToTasks; - - function convertPatternGroupToTask(base, positive, negative, dynamic) { - return { - dynamic, - positive, - negative, - base, - patterns: [].concat(positive, negative.map(utils$3.pattern.convertToNegativePattern)) - }; + _handleQueue() { + for (const item of this._queue.values()) { + this._handleDirectory(item.directory, item.base); + } } - exports.convertPatternGroupToTask = convertPatternGroupToTask; -}); - -var async$1 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - function read(path, settings, callback) { - settings.fs.lstat(path, (lstatError, lstat) => { - if (lstatError !== null) { - return callFailureCallback(callback, lstatError); - } + _handleDirectory(directory, base) { + try { + const entries = this._scandir(directory, this._settings.fsScandirSettings); - if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { - return callSuccessCallback(callback, lstat); + for (const entry of entries) { + this._handleEntry(entry, base); } + } catch (error) { + this._handleError(error); + } + } - settings.fs.stat(path, (statError, stat) => { - if (statError !== null) { - if (settings.throwErrorOnBrokenSymbolicLink) { - return callFailureCallback(callback, statError); - } + _handleError(error) { + if (!common.isFatalError(this._settings, error)) { + return; + } - return callSuccessCallback(callback, lstat); - } + throw error; + } - if (settings.markSymbolicLink) { - stat.isSymbolicLink = () => true; - } + _handleEntry(entry, base) { + const fullpath = entry.path; - callSuccessCallback(callback, stat); - }); - }); - } + if (base !== undefined) { + entry.path = common.joinPathSegments(base, entry.name, this._settings.pathSegmentSeparator); + } - exports.read = read; + if (common.isAppliedFilter(this._settings.entryFilter, entry)) { + this._pushToStorage(entry); + } - function callFailureCallback(callback, error) { - callback(error); + if (entry.dirent.isDirectory() && common.isAppliedFilter(this._settings.deepFilter, entry)) { + this._pushToQueue(fullpath, base === undefined ? undefined : entry.path); + } } - function callSuccessCallback(callback, result) { - callback(null, result); + _pushToStorage(entry) { + this._storage.push(entry); } -}); -var sync$1 = createCommonjsModule(function (module, exports) { +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +sync$2.default = SyncReader; - function read(path, settings) { - const lstat = settings.fs.lstatSync(path); +Object.defineProperty(sync$3, "__esModule", { + value: true +}); +const sync_1$3 = sync$2; - if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { - return lstat; - } +class SyncProvider { + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._reader = new sync_1$3.default(this._root, this._settings); + } - try { - const stat = settings.fs.statSync(path); + read() { + return this._reader.read(); + } - if (settings.markSymbolicLink) { - stat.isSymbolicLink = () => true; - } +} - return stat; - } catch (error) { - if (!settings.throwErrorOnBrokenSymbolicLink) { - return lstat; - } +sync$3.default = SyncProvider; - throw error; - } - } +var settings$1 = {}; - exports.read = read; +Object.defineProperty(settings$1, "__esModule", { + value: true }); +const path$5 = require$$0__default$2["default"]; +const fsScandir = out$1; + +class Settings { + constructor(_options = {}) { + this._options = _options; + this.basePath = this._getValue(this._options.basePath, undefined); + this.concurrency = this._getValue(this._options.concurrency, Number.POSITIVE_INFINITY); + this.deepFilter = this._getValue(this._options.deepFilter, null); + this.entryFilter = this._getValue(this._options.entryFilter, null); + this.errorFilter = this._getValue(this._options.errorFilter, null); + this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path$5.sep); + this.fsScandirSettings = new fsScandir.Settings({ + followSymbolicLinks: this._options.followSymbolicLinks, + fs: this._options.fs, + pathSegmentSeparator: this._options.pathSegmentSeparator, + stats: this._options.stats, + throwErrorOnBrokenSymbolicLink: this._options.throwErrorOnBrokenSymbolicLink + }); + } -var fs_1 = createCommonjsModule(function (module, exports) { + _getValue(option, value) { + return option !== null && option !== void 0 ? option : value; + } - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.FILE_SYSTEM_ADAPTER = { - lstat: fs__default['default'].lstat, - stat: fs__default['default'].stat, - lstatSync: fs__default['default'].lstatSync, - statSync: fs__default['default'].statSync - }; +} - function createFileSystemAdapter(fsMethods) { - if (fsMethods === undefined) { - return exports.FILE_SYSTEM_ADAPTER; - } +settings$1.default = Settings; - return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods); +Object.defineProperty(out$2, "__esModule", { + value: true +}); +out$2.Settings = out$2.walkStream = out$2.walkSync = out$2.walk = void 0; +const async_1$1 = async$3; +const stream_1$4 = stream$1; +const sync_1$2 = sync$3; +const settings_1$1 = settings$1; +out$2.Settings = settings_1$1.default; + +function walk(directory, optionsOrSettingsOrCallback, callback) { + if (typeof optionsOrSettingsOrCallback === 'function') { + new async_1$1.default(directory, getSettings()).read(optionsOrSettingsOrCallback); + return; } - exports.createFileSystemAdapter = createFileSystemAdapter; -}); + new async_1$1.default(directory, getSettings(optionsOrSettingsOrCallback)).read(callback); +} -var settings = createCommonjsModule(function (module, exports) { +out$2.walk = walk; - Object.defineProperty(exports, "__esModule", { - value: true - }); +function walkSync(directory, optionsOrSettings) { + const settings = getSettings(optionsOrSettings); + const provider = new sync_1$2.default(directory, settings); + return provider.read(); +} - class Settings { - constructor(_options = {}) { - this._options = _options; - this.followSymbolicLink = this._getValue(this._options.followSymbolicLink, true); - this.fs = fs_1.createFileSystemAdapter(this._options.fs); - this.markSymbolicLink = this._getValue(this._options.markSymbolicLink, false); - this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); - } +out$2.walkSync = walkSync; - _getValue(option, value) { - return option === undefined ? value : option; - } +function walkStream(directory, optionsOrSettings) { + const settings = getSettings(optionsOrSettings); + const provider = new stream_1$4.default(directory, settings); + return provider.read(); +} +out$2.walkStream = walkStream; + +function getSettings(settingsOrOptions = {}) { + if (settingsOrOptions instanceof settings_1$1.default) { + return settingsOrOptions; } - exports.default = Settings; + return new settings_1$1.default(settingsOrOptions); +} + +var reader = {}; + +Object.defineProperty(reader, "__esModule", { + value: true }); +const path$4 = require$$0__default$2["default"]; +const fsStat$2 = out$3; +const utils$d = utils$r; + +class Reader { + constructor(_settings) { + this._settings = _settings; + this._fsStatSettings = new fsStat$2.Settings({ + followSymbolicLink: this._settings.followSymbolicLinks, + fs: this._settings.fs, + throwErrorOnBrokenSymbolicLink: this._settings.followSymbolicLinks + }); + } -var out = createCommonjsModule(function (module, exports) { + _getFullEntryPath(filepath) { + return path$4.resolve(this._settings.cwd, filepath); + } - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.Settings = settings.default; + _makeEntry(stats, pattern) { + const entry = { + name: pattern, + path: pattern, + dirent: utils$d.fs.createDirentFromStats(pattern, stats) + }; - function stat(path, optionsOrSettingsOrCallback, callback) { - if (typeof optionsOrSettingsOrCallback === 'function') { - return async$1.read(path, getSettings(), optionsOrSettingsOrCallback); + if (this._settings.stats) { + entry.stats = stats; } - async$1.read(path, getSettings(optionsOrSettingsOrCallback), callback); + return entry; } - exports.stat = stat; - - function statSync(path, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - return sync$1.read(path, settings); + _isFatalError(error) { + return !utils$d.errno.isEnoentCodeError(error) && !this._settings.suppressErrors; } - exports.statSync = statSync; +} - function getSettings(settingsOrOptions = {}) { - if (settingsOrOptions instanceof settings.default) { - return settingsOrOptions; - } +reader.default = Reader; - return new settings.default(settingsOrOptions); - } +Object.defineProperty(stream$2, "__esModule", { + value: true }); +const stream_1$3 = require$$0__default$5["default"]; +const fsStat$1 = out$3; +const fsWalk$1 = out$2; +const reader_1$1 = reader; -var runParallel_1 = runParallel; - -function runParallel(tasks, cb) { - var results, pending, keys; - var isSync = true; +class ReaderStream extends reader_1$1.default { + constructor() { + super(...arguments); + this._walkStream = fsWalk$1.walkStream; + this._stat = fsStat$1.stat; + } - if (Array.isArray(tasks)) { - results = []; - pending = tasks.length; - } else { - keys = Object.keys(tasks); - results = {}; - pending = keys.length; + dynamic(root, options) { + return this._walkStream(root, options); } - function done(err) { - function end() { - if (cb) cb(err, results); - cb = null; - } + static(patterns, options) { + const filepaths = patterns.map(this._getFullEntryPath, this); + const stream = new stream_1$3.PassThrough({ + objectMode: true + }); - if (isSync) process.nextTick(end);else end(); - } + stream._write = (index, _enc, done) => { + return this._getEntry(filepaths[index], patterns[index], options).then(entry => { + if (entry !== null && options.entryFilter(entry)) { + stream.push(entry); + } - function each(i, err, result) { - results[i] = result; + if (index === filepaths.length - 1) { + stream.end(); + } - if (--pending === 0 || err) { - done(err); + done(); + }).catch(done); + }; + + for (let i = 0; i < filepaths.length; i++) { + stream.write(i); } + + return stream; } - if (!pending) { - // empty - done(null); - } else if (keys) { - // object - keys.forEach(function (key) { - tasks[key](function (err, result) { - each(key, err, result); - }); + _getEntry(filepath, pattern, options) { + return this._getStat(filepath).then(stats => this._makeEntry(stats, pattern)).catch(error => { + if (options.errorFilter(error)) { + return null; + } + + throw error; }); - } else { - // array - tasks.forEach(function (task, i) { - task(function (err, result) { - each(i, err, result); + } + + _getStat(filepath) { + return new Promise((resolve, reject) => { + this._stat(filepath, this._fsStatSettings, (error, stats) => { + return error === null ? resolve(stats) : reject(error); }); }); } - isSync = false; } -var constants$5 = createCommonjsModule(function (module, exports) { +stream$2.default = ReaderStream; - Object.defineProperty(exports, "__esModule", { - value: true - }); - const NODE_PROCESS_VERSION_PARTS = process.versions.node.split('.'); - const MAJOR_VERSION = parseInt(NODE_PROCESS_VERSION_PARTS[0], 10); - const MINOR_VERSION = parseInt(NODE_PROCESS_VERSION_PARTS[1], 10); - const SUPPORTED_MAJOR_VERSION = 10; - const SUPPORTED_MINOR_VERSION = 10; - const IS_MATCHED_BY_MAJOR = MAJOR_VERSION > SUPPORTED_MAJOR_VERSION; - const IS_MATCHED_BY_MAJOR_AND_MINOR = MAJOR_VERSION === SUPPORTED_MAJOR_VERSION && MINOR_VERSION >= SUPPORTED_MINOR_VERSION; - /** - * IS `true` for Node.js 10.10 and greater. - */ +var provider = {}; - exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR; -}); +var deep = {}; -var fs$3 = createCommonjsModule(function (module, exports) { +var partial = {}; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var matcher = {}; - class DirentFromStats { - constructor(name, stats) { - this.name = name; - this.isBlockDevice = stats.isBlockDevice.bind(stats); - this.isCharacterDevice = stats.isCharacterDevice.bind(stats); - this.isDirectory = stats.isDirectory.bind(stats); - this.isFIFO = stats.isFIFO.bind(stats); - this.isFile = stats.isFile.bind(stats); - this.isSocket = stats.isSocket.bind(stats); - this.isSymbolicLink = stats.isSymbolicLink.bind(stats); - } +Object.defineProperty(matcher, "__esModule", { + value: true +}); +const utils$c = utils$r; - } +class Matcher { + constructor(_patterns, _settings, _micromatchOptions) { + this._patterns = _patterns; + this._settings = _settings; + this._micromatchOptions = _micromatchOptions; + this._storage = []; - function createDirentFromStats(name, stats) { - return new DirentFromStats(name, stats); + this._fillStorage(); } - exports.createDirentFromStats = createDirentFromStats; -}); + _fillStorage() { + /** + * The original pattern may include `{,*,**,a/*}`, which will lead to problems with matching (unresolved level). + * So, before expand patterns with brace expansion into separated patterns. + */ + const patterns = utils$c.pattern.expandPatternsWithBraceExpansion(this._patterns); -var utils$4 = createCommonjsModule(function (module, exports) { + for (const pattern of patterns) { + const segments = this._getPatternSegments(pattern); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.fs = fs$3; -}); + const sections = this._splitSegmentsIntoSections(segments); -var async$2 = createCommonjsModule(function (module, exports) { + this._storage.push({ + complete: sections.length <= 1, + pattern, + segments, + sections + }); + } + } - Object.defineProperty(exports, "__esModule", { - value: true - }); + _getPatternSegments(pattern) { + const parts = utils$c.pattern.getPatternParts(pattern, this._micromatchOptions); + return parts.map(part => { + const dynamic = utils$c.pattern.isDynamicPattern(part, this._settings); - function read(directory, settings, callback) { - if (!settings.stats && constants$5.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { - return readdirWithFileTypes(directory, settings, callback); - } + if (!dynamic) { + return { + dynamic: false, + pattern: part + }; + } - return readdir(directory, settings, callback); + return { + dynamic: true, + pattern: part, + patternRe: utils$c.pattern.makeRe(part, this._micromatchOptions) + }; + }); } - exports.read = read; + _splitSegmentsIntoSections(segments) { + return utils$c.array.splitWhen(segments, segment => segment.dynamic && utils$c.pattern.hasGlobStar(segment.pattern)); + } - function readdirWithFileTypes(directory, settings, callback) { - settings.fs.readdir(directory, { - withFileTypes: true - }, (readdirError, dirents) => { - if (readdirError !== null) { - return callFailureCallback(callback, readdirError); - } +} - const entries = dirents.map(dirent => ({ - dirent, - name: dirent.name, - path: `${directory}${settings.pathSegmentSeparator}${dirent.name}` - })); +matcher.default = Matcher; - if (!settings.followSymbolicLinks) { - return callSuccessCallback(callback, entries); - } +Object.defineProperty(partial, "__esModule", { + value: true +}); +const matcher_1 = matcher; - const tasks = entries.map(entry => makeRplTaskEntry(entry, settings)); - runParallel_1(tasks, (rplError, rplEntries) => { - if (rplError !== null) { - return callFailureCallback(callback, rplError); - } +class PartialMatcher extends matcher_1.default { + match(filepath) { + const parts = filepath.split('/'); + const levels = parts.length; - callSuccessCallback(callback, rplEntries); - }); - }); - } + const patterns = this._storage.filter(info => !info.complete || info.segments.length > levels); - exports.readdirWithFileTypes = readdirWithFileTypes; + for (const pattern of patterns) { + const section = pattern.sections[0]; + /** + * In this case, the pattern has a globstar and we must read all directories unconditionally, + * but only if the level has reached the end of the first group. + * + * fixtures/{a,b}/** + * ^ true/false ^ always true + */ - function makeRplTaskEntry(entry, settings) { - return done => { - if (!entry.dirent.isSymbolicLink()) { - return done(null, entry); + if (!pattern.complete && levels > section.length) { + return true; } - settings.fs.stat(entry.path, (statError, stats) => { - if (statError !== null) { - if (settings.throwErrorOnBrokenSymbolicLink) { - return done(statError); - } + const match = parts.every((part, index) => { + const segment = pattern.segments[index]; + + if (segment.dynamic && segment.patternRe.test(part)) { + return true; + } - return done(null, entry); + if (!segment.dynamic && segment.pattern === part) { + return true; } - entry.dirent = utils$4.fs.createDirentFromStats(entry.name, stats); - return done(null, entry); + return false; }); - }; - } - function readdir(directory, settings, callback) { - settings.fs.readdir(directory, (readdirError, names) => { - if (readdirError !== null) { - return callFailureCallback(callback, readdirError); + if (match) { + return true; } + } - const filepaths = names.map(name => `${directory}${settings.pathSegmentSeparator}${name}`); - const tasks = filepaths.map(filepath => { - return done => out.stat(filepath, settings.fsStatSettings, done); - }); - runParallel_1(tasks, (rplError, results) => { - if (rplError !== null) { - return callFailureCallback(callback, rplError); - } + return false; + } - const entries = []; - names.forEach((name, index) => { - const stats = results[index]; - const entry = { - name, - path: filepaths[index], - dirent: utils$4.fs.createDirentFromStats(name, stats) - }; +} - if (settings.stats) { - entry.stats = stats; - } +partial.default = PartialMatcher; - entries.push(entry); - }); - callSuccessCallback(callback, entries); - }); - }); +Object.defineProperty(deep, "__esModule", { + value: true +}); +const utils$b = utils$r; +const partial_1 = partial; + +class DeepFilter { + constructor(_settings, _micromatchOptions) { + this._settings = _settings; + this._micromatchOptions = _micromatchOptions; } - exports.readdir = readdir; + getFilter(basePath, positive, negative) { + const matcher = this._getMatcher(positive); + + const negativeRe = this._getNegativePatternsRe(negative); - function callFailureCallback(callback, error) { - callback(error); + return entry => this._filter(basePath, entry, matcher, negativeRe); } - function callSuccessCallback(callback, result) { - callback(null, result); + _getMatcher(patterns) { + return new partial_1.default(patterns, this._settings, this._micromatchOptions); } -}); -var sync$2 = createCommonjsModule(function (module, exports) { + _getNegativePatternsRe(patterns) { + const affectDepthOfReadingPatterns = patterns.filter(utils$b.pattern.isAffectDepthOfReadingPattern); + return utils$b.pattern.convertPatternsToRe(affectDepthOfReadingPatterns, this._micromatchOptions); + } - Object.defineProperty(exports, "__esModule", { - value: true - }); + _filter(basePath, entry, matcher, negativeRe) { + if (this._isSkippedByDeep(basePath, entry.path)) { + return false; + } - function read(directory, settings) { - if (!settings.stats && constants$5.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { - return readdirWithFileTypes(directory, settings); + if (this._isSkippedSymbolicLink(entry)) { + return false; } - return readdir(directory, settings); - } + const filepath = utils$b.path.removeLeadingDotSegment(entry.path); - exports.read = read; + if (this._isSkippedByPositivePatterns(filepath, matcher)) { + return false; + } - function readdirWithFileTypes(directory, settings) { - const dirents = settings.fs.readdirSync(directory, { - withFileTypes: true - }); - return dirents.map(dirent => { - const entry = { - dirent, - name: dirent.name, - path: `${directory}${settings.pathSegmentSeparator}${dirent.name}` - }; + return this._isSkippedByNegativePatterns(filepath, negativeRe); + } - if (entry.dirent.isSymbolicLink() && settings.followSymbolicLinks) { - try { - const stats = settings.fs.statSync(entry.path); - entry.dirent = utils$4.fs.createDirentFromStats(entry.name, stats); - } catch (error) { - if (settings.throwErrorOnBrokenSymbolicLink) { - throw error; - } - } - } + _isSkippedByDeep(basePath, entryPath) { + /** + * Avoid unnecessary depth calculations when it doesn't matter. + */ + if (this._settings.deep === Infinity) { + return false; + } - return entry; - }); + return this._getEntryLevel(basePath, entryPath) >= this._settings.deep; } - exports.readdirWithFileTypes = readdirWithFileTypes; + _getEntryLevel(basePath, entryPath) { + const entryPathDepth = entryPath.split('/').length; - function readdir(directory, settings) { - const names = settings.fs.readdirSync(directory); - return names.map(name => { - const entryPath = `${directory}${settings.pathSegmentSeparator}${name}`; - const stats = out.statSync(entryPath, settings.fsStatSettings); - const entry = { - name, - path: entryPath, - dirent: utils$4.fs.createDirentFromStats(name, stats) - }; + if (basePath === '') { + return entryPathDepth; + } - if (settings.stats) { - entry.stats = stats; - } + const basePathDepth = basePath.split('/').length; + return entryPathDepth - basePathDepth; + } - return entry; - }); + _isSkippedSymbolicLink(entry) { + return !this._settings.followSymbolicLinks && entry.dirent.isSymbolicLink(); } - exports.readdir = readdir; -}); + _isSkippedByPositivePatterns(entryPath, matcher) { + return !this._settings.baseNameMatch && !matcher.match(entryPath); + } -var fs_1$1 = createCommonjsModule(function (module, exports) { + _isSkippedByNegativePatterns(entryPath, patternsRe) { + return !utils$b.pattern.matchAny(entryPath, patternsRe); + } - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.FILE_SYSTEM_ADAPTER = { - lstat: fs__default['default'].lstat, - stat: fs__default['default'].stat, - lstatSync: fs__default['default'].lstatSync, - statSync: fs__default['default'].statSync, - readdir: fs__default['default'].readdir, - readdirSync: fs__default['default'].readdirSync - }; +} - function createFileSystemAdapter(fsMethods) { - if (fsMethods === undefined) { - return exports.FILE_SYSTEM_ADAPTER; - } +deep.default = DeepFilter; - return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods); - } +var entry$1 = {}; - exports.createFileSystemAdapter = createFileSystemAdapter; +Object.defineProperty(entry$1, "__esModule", { + value: true }); +const utils$a = utils$r; -var settings$1 = createCommonjsModule(function (module, exports) { +class EntryFilter { + constructor(_settings, _micromatchOptions) { + this._settings = _settings; + this._micromatchOptions = _micromatchOptions; + this.index = new Map(); + } - Object.defineProperty(exports, "__esModule", { - value: true - }); + getFilter(positive, negative) { + const positiveRe = utils$a.pattern.convertPatternsToRe(positive, this._micromatchOptions); + const negativeRe = utils$a.pattern.convertPatternsToRe(negative, this._micromatchOptions); + return entry => this._filter(entry, positiveRe, negativeRe); + } - class Settings { - constructor(_options = {}) { - this._options = _options; - this.followSymbolicLinks = this._getValue(this._options.followSymbolicLinks, false); - this.fs = fs_1$1.createFileSystemAdapter(this._options.fs); - this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path__default['default'].sep); - this.stats = this._getValue(this._options.stats, false); - this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); - this.fsStatSettings = new out.Settings({ - followSymbolicLink: this.followSymbolicLinks, - fs: this.fs, - throwErrorOnBrokenSymbolicLink: this.throwErrorOnBrokenSymbolicLink - }); + _filter(entry, positiveRe, negativeRe) { + if (this._settings.unique && this._isDuplicateEntry(entry)) { + return false; } - _getValue(option, value) { - return option === undefined ? value : option; + if (this._onlyFileFilter(entry) || this._onlyDirectoryFilter(entry)) { + return false; } - } - - exports.default = Settings; -}); - -var out$1 = createCommonjsModule(function (module, exports) { + if (this._isSkippedByAbsoluteNegativePatterns(entry.path, negativeRe)) { + return false; + } - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.Settings = settings$1.default; + const filepath = this._settings.baseNameMatch ? entry.name : entry.path; + const isMatched = this._isMatchToPatterns(filepath, positiveRe) && !this._isMatchToPatterns(entry.path, negativeRe); - function scandir(path, optionsOrSettingsOrCallback, callback) { - if (typeof optionsOrSettingsOrCallback === 'function') { - return async$2.read(path, getSettings(), optionsOrSettingsOrCallback); + if (this._settings.unique && isMatched) { + this._createIndexRecord(entry); } - async$2.read(path, getSettings(optionsOrSettingsOrCallback), callback); + return isMatched; } - exports.scandir = scandir; - - function scandirSync(path, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - return sync$2.read(path, settings); + _isDuplicateEntry(entry) { + return this.index.has(entry.path); } - exports.scandirSync = scandirSync; - - function getSettings(settingsOrOptions = {}) { - if (settingsOrOptions instanceof settings$1.default) { - return settingsOrOptions; - } - - return new settings$1.default(settingsOrOptions); + _createIndexRecord(entry) { + this.index.set(entry.path, undefined); } -}); -function reusify(Constructor) { - var head = new Constructor(); - var tail = head; + _onlyFileFilter(entry) { + return this._settings.onlyFiles && !entry.dirent.isFile(); + } - function get() { - var current = head; + _onlyDirectoryFilter(entry) { + return this._settings.onlyDirectories && !entry.dirent.isDirectory(); + } - if (current.next) { - head = current.next; - } else { - head = new Constructor(); - tail = head; + _isSkippedByAbsoluteNegativePatterns(entryPath, patternsRe) { + if (!this._settings.absolute) { + return false; } - current.next = null; - return current; + const fullpath = utils$a.path.makeAbsolute(this._settings.cwd, entryPath); + return utils$a.pattern.matchAny(fullpath, patternsRe); } - function release(obj) { - tail.next = obj; - tail = obj; + _isMatchToPatterns(entryPath, patternsRe) { + const filepath = utils$a.path.removeLeadingDotSegment(entryPath); + return utils$a.pattern.matchAny(filepath, patternsRe); } - return { - get: get, - release: release - }; } -var reusify_1 = reusify; +entry$1.default = EntryFilter; -function fastqueue(context, worker, concurrency) { - if (typeof context === 'function') { - concurrency = worker; - worker = context; - context = null; - } +var error$1 = {}; - var cache = reusify_1(Task); - var queueHead = null; - var queueTail = null; - var _running = 0; - var self = { - push: push, - drain: noop$1, - saturated: noop$1, - pause: pause, - paused: false, - concurrency: concurrency, - running: running, - resume: resume, - idle: idle, - length: length, - getQueue: getQueue, - unshift: unshift, - empty: noop$1, - kill: kill, - killAndDrain: killAndDrain - }; - return self; +Object.defineProperty(error$1, "__esModule", { + value: true +}); +const utils$9 = utils$r; - function running() { - return _running; +class ErrorFilter { + constructor(_settings) { + this._settings = _settings; } - function pause() { - self.paused = true; + getFilter() { + return error => this._isNonFatalError(error); } - function length() { - var current = queueHead; - var counter = 0; - - while (current) { - current = current.next; - counter++; - } - - return counter; + _isNonFatalError(error) { + return utils$9.errno.isEnoentCodeError(error) || this._settings.suppressErrors; } - function getQueue() { - var current = queueHead; - var tasks = []; +} - while (current) { - tasks.push(current.value); - current = current.next; - } +error$1.default = ErrorFilter; - return tasks; - } +var entry = {}; - function resume() { - if (!self.paused) return; - self.paused = false; +Object.defineProperty(entry, "__esModule", { + value: true +}); +const utils$8 = utils$r; - for (var i = 0; i < self.concurrency; i++) { - _running++; - release(); - } +class EntryTransformer { + constructor(_settings) { + this._settings = _settings; } - function idle() { - return _running === 0 && self.length() === 0; + getTransformer() { + return entry => this._transform(entry); } - function push(value, done) { - var current = cache.get(); - current.context = context; - current.release = release; - current.value = value; - current.callback = done || noop$1; + _transform(entry) { + let filepath = entry.path; - if (_running === self.concurrency || self.paused) { - if (queueTail) { - queueTail.next = current; - queueTail = current; - } else { - queueHead = current; - queueTail = current; - self.saturated(); - } - } else { - _running++; - worker.call(context, current.value, current.worked); + if (this._settings.absolute) { + filepath = utils$8.path.makeAbsolute(this._settings.cwd, filepath); + filepath = utils$8.path.unixify(filepath); } - } - function unshift(value, done) { - var current = cache.get(); - current.context = context; - current.release = release; - current.value = value; - current.callback = done || noop$1; + if (this._settings.markDirectories && entry.dirent.isDirectory()) { + filepath += '/'; + } - if (_running === self.concurrency || self.paused) { - if (queueHead) { - current.next = queueHead; - queueHead = current; - } else { - queueHead = current; - queueTail = current; - self.saturated(); - } - } else { - _running++; - worker.call(context, current.value, current.worked); + if (!this._settings.objectMode) { + return filepath; } + + return Object.assign(Object.assign({}, entry), { + path: filepath + }); } - function release(holder) { - if (holder) { - cache.release(holder); - } +} - var next = queueHead; +entry.default = EntryTransformer; - if (next) { - if (!self.paused) { - if (queueTail === queueHead) { - queueTail = null; - } +Object.defineProperty(provider, "__esModule", { + value: true +}); +const path$3 = require$$0__default$2["default"]; +const deep_1 = deep; +const entry_1 = entry$1; +const error_1 = error$1; +const entry_2 = entry; - queueHead = next.next; - next.next = null; - worker.call(context, next.value, next.worked); +class Provider { + constructor(_settings) { + this._settings = _settings; + this.errorFilter = new error_1.default(this._settings); + this.entryFilter = new entry_1.default(this._settings, this._getMicromatchOptions()); + this.deepFilter = new deep_1.default(this._settings, this._getMicromatchOptions()); + this.entryTransformer = new entry_2.default(this._settings); + } - if (queueTail === null) { - self.empty(); - } - } else { - _running--; - } - } else if (--_running === 0) { - self.drain(); - } + _getRootDirectory(task) { + return path$3.resolve(this._settings.cwd, task.base); } - function kill() { - queueHead = null; - queueTail = null; - self.drain = noop$1; + _getReaderOptions(task) { + const basePath = task.base === '.' ? '' : task.base; + return { + basePath, + pathSegmentSeparator: '/', + concurrency: this._settings.concurrency, + deepFilter: this.deepFilter.getFilter(basePath, task.positive, task.negative), + entryFilter: this.entryFilter.getFilter(task.positive, task.negative), + errorFilter: this.errorFilter.getFilter(), + followSymbolicLinks: this._settings.followSymbolicLinks, + fs: this._settings.fs, + stats: this._settings.stats, + throwErrorOnBrokenSymbolicLink: this._settings.throwErrorOnBrokenSymbolicLink, + transform: this.entryTransformer.getTransformer() + }; } - function killAndDrain() { - queueHead = null; - queueTail = null; - self.drain(); - self.drain = noop$1; + _getMicromatchOptions() { + return { + dot: this._settings.dot, + matchBase: this._settings.baseNameMatch, + nobrace: !this._settings.braceExpansion, + nocase: !this._settings.caseSensitiveMatch, + noext: !this._settings.extglob, + noglobstar: !this._settings.globstar, + posix: true, + strictSlashes: false + }; } + } -function noop$1() {} +provider.default = Provider; -function Task() { - this.value = null; - this.callback = noop$1; - this.next = null; - this.release = noop$1; - this.context = null; - var self = this; +Object.defineProperty(async$6, "__esModule", { + value: true +}); +const stream_1$2 = stream$2; +const provider_1$2 = provider; - this.worked = function worked(err, result) { - var callback = self.callback; - self.value = null; - self.callback = noop$1; - callback.call(self.context, err, result); - self.release(self); - }; -} +class ProviderAsync extends provider_1$2.default { + constructor() { + super(...arguments); + this._reader = new stream_1$2.default(this._settings); + } -var queue = fastqueue; + read(task) { + const root = this._getRootDirectory(task); -var common$2 = createCommonjsModule(function (module, exports) { + const options = this._getReaderOptions(task); - Object.defineProperty(exports, "__esModule", { - value: true - }); + const entries = []; + return new Promise((resolve, reject) => { + const stream = this.api(root, task, options); + stream.once('error', reject); + stream.on('data', entry => entries.push(options.transform(entry))); + stream.once('end', () => resolve(entries)); + }); + } - function isFatalError(settings, error) { - if (settings.errorFilter === null) { - return true; + api(root, task, options) { + if (task.dynamic) { + return this._reader.dynamic(root, options); } - return !settings.errorFilter(error); + return this._reader.static(task.patterns, options); } - exports.isFatalError = isFatalError; +} - function isAppliedFilter(filter, value) { - return filter === null || filter(value); - } +async$6.default = ProviderAsync; - exports.isAppliedFilter = isAppliedFilter; +var stream = {}; - function replacePathSegmentSeparator(filepath, separator) { - return filepath.split(/[\\/]/).join(separator); +Object.defineProperty(stream, "__esModule", { + value: true +}); +const stream_1$1 = require$$0__default$5["default"]; +const stream_2 = stream$2; +const provider_1$1 = provider; + +class ProviderStream extends provider_1$1.default { + constructor() { + super(...arguments); + this._reader = new stream_2.default(this._settings); } - exports.replacePathSegmentSeparator = replacePathSegmentSeparator; + read(task) { + const root = this._getRootDirectory(task); + + const options = this._getReaderOptions(task); - function joinPathSegments(a, b, separator) { - if (a === '') { - return b; + const source = this.api(root, task, options); + const destination = new stream_1$1.Readable({ + objectMode: true, + read: () => {} + }); + source.once('error', error => destination.emit('error', error)).on('data', entry => destination.emit('data', options.transform(entry))).once('end', () => destination.emit('end')); + destination.once('close', () => source.destroy()); + return destination; + } + + api(root, task, options) { + if (task.dynamic) { + return this._reader.dynamic(root, options); } - return a + separator + b; + return this._reader.static(task.patterns, options); } - exports.joinPathSegments = joinPathSegments; -}); +} -var reader = createCommonjsModule(function (module, exports) { +stream.default = ProviderStream; - Object.defineProperty(exports, "__esModule", { - value: true - }); +var sync$1 = {}; - class Reader { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._root = common$2.replacePathSegmentSeparator(_root, _settings.pathSegmentSeparator); - } +var sync = {}; + +Object.defineProperty(sync, "__esModule", { + value: true +}); +const fsStat = out$3; +const fsWalk = out$2; +const reader_1 = reader; +class ReaderSync extends reader_1.default { + constructor() { + super(...arguments); + this._walkSync = fsWalk.walkSync; + this._statSync = fsStat.statSync; } - exports.default = Reader; -}); + dynamic(root, options) { + return this._walkSync(root, options); + } -var async$3 = createCommonjsModule(function (module, exports) { + static(patterns, options) { + const entries = []; - Object.defineProperty(exports, "__esModule", { - value: true - }); + for (const pattern of patterns) { + const filepath = this._getFullEntryPath(pattern); - class AsyncReader extends reader.default { - constructor(_root, _settings) { - super(_root, _settings); - this._settings = _settings; - this._scandir = out$1.scandir; - this._emitter = new events_1__default['default'].EventEmitter(); - this._queue = queue(this._worker.bind(this), this._settings.concurrency); - this._isFatalError = false; - this._isDestroyed = false; + const entry = this._getEntry(filepath, pattern, options); - this._queue.drain = () => { - if (!this._isFatalError) { - this._emitter.emit('end'); - } - }; - } + if (entry === null || !options.entryFilter(entry)) { + continue; + } - read() { - this._isFatalError = false; - this._isDestroyed = false; - setImmediate(() => { - this._pushToQueue(this._root, this._settings.basePath); - }); - return this._emitter; + entries.push(entry); } - destroy() { - if (this._isDestroyed) { - throw new Error('The reader is already destroyed'); - } + return entries; + } - this._isDestroyed = true; + _getEntry(filepath, pattern, options) { + try { + const stats = this._getStat(filepath); - this._queue.killAndDrain(); - } + return this._makeEntry(stats, pattern); + } catch (error) { + if (options.errorFilter(error)) { + return null; + } - onEntry(callback) { - this._emitter.on('entry', callback); + throw error; } + } - onError(callback) { - this._emitter.once('error', callback); - } + _getStat(filepath) { + return this._statSync(filepath, this._fsStatSettings); + } - onEnd(callback) { - this._emitter.once('end', callback); - } +} - _pushToQueue(directory, base) { - const queueItem = { - directory, - base - }; +sync.default = ReaderSync; - this._queue.push(queueItem, error => { - if (error !== null) { - this._handleError(error); - } - }); - } +Object.defineProperty(sync$1, "__esModule", { + value: true +}); +const sync_1$1 = sync; +const provider_1 = provider; - _worker(item, done) { - this._scandir(item.directory, this._settings.fsScandirSettings, (error, entries) => { - if (error !== null) { - return done(error, undefined); - } +class ProviderSync extends provider_1.default { + constructor() { + super(...arguments); + this._reader = new sync_1$1.default(this._settings); + } - for (const entry of entries) { - this._handleEntry(entry, item.base); - } + read(task) { + const root = this._getRootDirectory(task); - done(null, undefined); - }); + const options = this._getReaderOptions(task); + + const entries = this.api(root, task, options); + return entries.map(options.transform); + } + + api(root, task, options) { + if (task.dynamic) { + return this._reader.dynamic(root, options); } - _handleError(error) { - if (!common$2.isFatalError(this._settings, error)) { - return; - } + return this._reader.static(task.patterns, options); + } - this._isFatalError = true; - this._isDestroyed = true; +} - this._emitter.emit('error', error); - } +sync$1.default = ProviderSync; - _handleEntry(entry, base) { - if (this._isDestroyed || this._isFatalError) { - return; - } +var settings = {}; - const fullpath = entry.path; +(function (exports) { - if (base !== undefined) { - entry.path = common$2.joinPathSegments(base, entry.name, this._settings.pathSegmentSeparator); - } + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.DEFAULT_FILE_SYSTEM_ADAPTER = void 0; + const fs = require$$0__default["default"]; + const os = require$$0__default$1["default"]; + /** + * The `os.cpus` method can return zero. We expect the number of cores to be greater than zero. + * https://github.com/nodejs/node/blob/7faeddf23a98c53896f8b574a6e66589e8fb1eb8/lib/os.js#L106-L107 + */ + + const CPU_COUNT = Math.max(os.cpus().length, 1); + exports.DEFAULT_FILE_SYSTEM_ADAPTER = { + lstat: fs.lstat, + lstatSync: fs.lstatSync, + stat: fs.stat, + statSync: fs.statSync, + readdir: fs.readdir, + readdirSync: fs.readdirSync + }; + + class Settings { + constructor(_options = {}) { + this._options = _options; + this.absolute = this._getValue(this._options.absolute, false); + this.baseNameMatch = this._getValue(this._options.baseNameMatch, false); + this.braceExpansion = this._getValue(this._options.braceExpansion, true); + this.caseSensitiveMatch = this._getValue(this._options.caseSensitiveMatch, true); + this.concurrency = this._getValue(this._options.concurrency, CPU_COUNT); + this.cwd = this._getValue(this._options.cwd, process.cwd()); + this.deep = this._getValue(this._options.deep, Infinity); + this.dot = this._getValue(this._options.dot, false); + this.extglob = this._getValue(this._options.extglob, true); + this.followSymbolicLinks = this._getValue(this._options.followSymbolicLinks, true); + this.fs = this._getFileSystemMethods(this._options.fs); + this.globstar = this._getValue(this._options.globstar, true); + this.ignore = this._getValue(this._options.ignore, []); + this.markDirectories = this._getValue(this._options.markDirectories, false); + this.objectMode = this._getValue(this._options.objectMode, false); + this.onlyDirectories = this._getValue(this._options.onlyDirectories, false); + this.onlyFiles = this._getValue(this._options.onlyFiles, true); + this.stats = this._getValue(this._options.stats, false); + this.suppressErrors = this._getValue(this._options.suppressErrors, false); + this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, false); + this.unique = this._getValue(this._options.unique, true); - if (common$2.isAppliedFilter(this._settings.entryFilter, entry)) { - this._emitEntry(entry); + if (this.onlyDirectories) { + this.onlyFiles = false; } - if (entry.dirent.isDirectory() && common$2.isAppliedFilter(this._settings.deepFilter, entry)) { - this._pushToQueue(fullpath, entry.path); + if (this.stats) { + this.objectMode = true; } } - _emitEntry(entry) { - this._emitter.emit('entry', entry); + _getValue(option, value) { + return option === undefined ? value : option; + } + + _getFileSystemMethods(methods = {}) { + return Object.assign(Object.assign({}, exports.DEFAULT_FILE_SYSTEM_ADAPTER), methods); } } - exports.default = AsyncReader; -}); + exports.default = Settings; +})(settings); -var async$4 = createCommonjsModule(function (module, exports) { +const taskManager = tasks; +const async_1 = async$6; +const stream_1 = stream; +const sync_1 = sync$1; +const settings_1 = settings; +const utils$7 = utils$r; - Object.defineProperty(exports, "__esModule", { - value: true - }); +async function FastGlob(source, options) { + assertPatternsInput$1(source); + const works = getWorks(source, async_1.default, options); + const result = await Promise.all(works); + return utils$7.array.flatten(result); +} // https://github.com/typescript-eslint/typescript-eslint/issues/60 +// eslint-disable-next-line no-redeclare - class AsyncProvider { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._reader = new async$3.default(this._root, this._settings); - this._storage = new Set(); - } - read(callback) { - this._reader.onError(error => { - callFailureCallback(callback, error); - }); +(function (FastGlob) { + function sync(source, options) { + assertPatternsInput$1(source); + const works = getWorks(source, sync_1.default, options); + return utils$7.array.flatten(works); + } - this._reader.onEntry(entry => { - this._storage.add(entry); - }); + FastGlob.sync = sync; - this._reader.onEnd(() => { - callSuccessCallback(callback, [...this._storage]); - }); + function stream(source, options) { + assertPatternsInput$1(source); + const works = getWorks(source, stream_1.default, options); + /** + * The stream returned by the provider cannot work with an asynchronous iterator. + * To support asynchronous iterators, regardless of the number of tasks, we always multiplex streams. + * This affects performance (+25%). I don't see best solution right now. + */ - this._reader.read(); - } + return utils$7.stream.merge(works); + } + + FastGlob.stream = stream; + function generateTasks(source, options) { + assertPatternsInput$1(source); + const patterns = [].concat(source); + const settings = new settings_1.default(options); + return taskManager.generate(patterns, settings); } - exports.default = AsyncProvider; + FastGlob.generateTasks = generateTasks; - function callFailureCallback(callback, error) { - callback(error); + function isDynamicPattern(source, options) { + assertPatternsInput$1(source); + const settings = new settings_1.default(options); + return utils$7.pattern.isDynamicPattern(source, settings); } - function callSuccessCallback(callback, entries) { - callback(null, entries); + FastGlob.isDynamicPattern = isDynamicPattern; + + function escapePath(source) { + assertPatternsInput$1(source); + return utils$7.path.escape(source); } -}); -var stream$3 = createCommonjsModule(function (module, exports) { + FastGlob.escapePath = escapePath; +})(FastGlob || (FastGlob = {})); - Object.defineProperty(exports, "__esModule", { - value: true - }); +function getWorks(source, _Provider, options) { + const patterns = [].concat(source); + const settings = new settings_1.default(options); + const tasks = taskManager.generate(patterns, settings); + const provider = new _Provider(settings); + return tasks.map(provider.read, provider); +} - class StreamProvider { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._reader = new async$3.default(this._root, this._settings); - this._stream = new stream_1__default['default'].Readable({ - objectMode: true, - read: () => {}, - destroy: this._reader.destroy.bind(this._reader) - }); - } +function assertPatternsInput$1(input) { + const source = [].concat(input); + const isValidSource = source.every(item => utils$7.string.isString(item) && !utils$7.string.isEmpty(item)); - read() { - this._reader.onError(error => { - this._stream.emit('error', error); - }); + if (!isValidSource) { + throw new TypeError('Patterns must be a string (non empty) or an array of strings'); + } +} - this._reader.onEntry(entry => { - this._stream.push(entry); - }); +var out = FastGlob; - this._reader.onEnd(() => { - this._stream.push(null); - }); +var dirGlob$1 = {exports: {}}; - this._reader.read(); +var pathType$1 = {}; - return this._stream; - } +const { + promisify: promisify$1 +} = require$$0__default$4["default"]; +const fs$3 = require$$0__default["default"]; +async function isType(fsStatType, statsMethodName, filePath) { + if (typeof filePath !== 'string') { + throw new TypeError(`Expected a string, got ${typeof filePath}`); } - exports.default = StreamProvider; -}); + try { + const stats = await promisify$1(fs$3[fsStatType])(filePath); + return stats[statsMethodName](); + } catch (error) { + if (error.code === 'ENOENT') { + return false; + } -var sync$3 = createCommonjsModule(function (module, exports) { + throw error; + } +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +function isTypeSync(fsStatType, statsMethodName, filePath) { + if (typeof filePath !== 'string') { + throw new TypeError(`Expected a string, got ${typeof filePath}`); + } - class SyncReader extends reader.default { - constructor() { - super(...arguments); - this._scandir = out$1.scandirSync; - this._storage = new Set(); - this._queue = new Set(); + try { + return fs$3[fsStatType](filePath)[statsMethodName](); + } catch (error) { + if (error.code === 'ENOENT') { + return false; } - read() { - this._pushToQueue(this._root, this._settings.basePath); + throw error; + } +} - this._handleQueue(); +pathType$1.isFile = isType.bind(null, 'stat', 'isFile'); +pathType$1.isDirectory = isType.bind(null, 'stat', 'isDirectory'); +pathType$1.isSymlink = isType.bind(null, 'lstat', 'isSymbolicLink'); +pathType$1.isFileSync = isTypeSync.bind(null, 'statSync', 'isFile'); +pathType$1.isDirectorySync = isTypeSync.bind(null, 'statSync', 'isDirectory'); +pathType$1.isSymlinkSync = isTypeSync.bind(null, 'lstatSync', 'isSymbolicLink'); - return [...this._storage]; - } +const path$2 = require$$0__default$2["default"]; +const pathType = pathType$1; - _pushToQueue(directory, base) { - this._queue.add({ - directory, - base - }); - } +const getExtensions = extensions => extensions.length > 1 ? `{${extensions.join(',')}}` : extensions[0]; - _handleQueue() { - for (const item of this._queue.values()) { - this._handleDirectory(item.directory, item.base); - } - } +const getPath = (filepath, cwd) => { + const pth = filepath[0] === '!' ? filepath.slice(1) : filepath; + return path$2.isAbsolute(pth) ? pth : path$2.join(cwd, pth); +}; - _handleDirectory(directory, base) { - try { - const entries = this._scandir(directory, this._settings.fsScandirSettings); +const addExtensions = (file, extensions) => { + if (path$2.extname(file)) { + return `**/${file}`; + } - for (const entry of entries) { - this._handleEntry(entry, base); - } - } catch (error) { - this._handleError(error); - } - } + return `**/${file}.${getExtensions(extensions)}`; +}; - _handleError(error) { - if (!common$2.isFatalError(this._settings, error)) { - return; - } +const getGlob = (directory, options) => { + if (options.files && !Array.isArray(options.files)) { + throw new TypeError(`Expected \`files\` to be of type \`Array\` but received type \`${typeof options.files}\``); + } - throw error; - } + if (options.extensions && !Array.isArray(options.extensions)) { + throw new TypeError(`Expected \`extensions\` to be of type \`Array\` but received type \`${typeof options.extensions}\``); + } + + if (options.files && options.extensions) { + return options.files.map(x => path$2.posix.join(directory, addExtensions(x, options.extensions))); + } - _handleEntry(entry, base) { - const fullpath = entry.path; + if (options.files) { + return options.files.map(x => path$2.posix.join(directory, `**/${x}`)); + } - if (base !== undefined) { - entry.path = common$2.joinPathSegments(base, entry.name, this._settings.pathSegmentSeparator); - } + if (options.extensions) { + return [path$2.posix.join(directory, `**/*.${getExtensions(options.extensions)}`)]; + } - if (common$2.isAppliedFilter(this._settings.entryFilter, entry)) { - this._pushToStorage(entry); - } + return [path$2.posix.join(directory, '**')]; +}; - if (entry.dirent.isDirectory() && common$2.isAppliedFilter(this._settings.deepFilter, entry)) { - this._pushToQueue(fullpath, entry.path); - } - } +dirGlob$1.exports = async (input, options) => { + options = Object.assign({ + cwd: process.cwd() + }, options); - _pushToStorage(entry) { - this._storage.add(entry); - } + if (typeof options.cwd !== 'string') { + throw new TypeError(`Expected \`cwd\` to be of type \`string\` but received type \`${typeof options.cwd}\``); + } + + const globs = await Promise.all([].concat(input).map(async x => { + const isDirectory = await pathType.isDirectory(getPath(x, options.cwd)); + return isDirectory ? getGlob(x, options) : x; + })); + return [].concat.apply([], globs); // eslint-disable-line prefer-spread +}; + +dirGlob$1.exports.sync = (input, options) => { + options = Object.assign({ + cwd: process.cwd() + }, options); + if (typeof options.cwd !== 'string') { + throw new TypeError(`Expected \`cwd\` to be of type \`string\` but received type \`${typeof options.cwd}\``); } - exports.default = SyncReader; + const globs = [].concat(input).map(x => pathType.isDirectorySync(getPath(x, options.cwd)) ? getGlob(x, options) : x); + return [].concat.apply([], globs); // eslint-disable-line prefer-spread +}; + +var gitignore$1 = {exports: {}}; + +function makeArray(subject) { + return Array.isArray(subject) ? subject : [subject]; +} + +const EMPTY = ''; +const SPACE = ' '; +const ESCAPE = '\\'; +const REGEX_TEST_BLANK_LINE = /^\s+$/; +const REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION = /^\\!/; +const REGEX_REPLACE_LEADING_EXCAPED_HASH = /^\\#/; +const REGEX_SPLITALL_CRLF = /\r?\n/g; // /foo, +// ./foo, +// ../foo, +// . +// .. + +const REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/; +const SLASH = '/'; +const KEY_IGNORE = typeof Symbol !== 'undefined' ? Symbol.for('node-ignore') +/* istanbul ignore next */ +: 'node-ignore'; + +const define = (object, key, value) => Object.defineProperty(object, key, { + value }); -var sync$4 = createCommonjsModule(function (module, exports) { +const REGEX_REGEXP_RANGE = /([0-z])-([0-z])/g; // Sanitize the range of a regular expression +// The cases are complicated, see test cases for details - Object.defineProperty(exports, "__esModule", { - value: true - }); +const sanitizeRange = range => range.replace(REGEX_REGEXP_RANGE, (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match // Invalid range (out of order) which is ok for gitignore rules but +// fatal for JavaScript regular expression, so eliminate it. +: EMPTY); // See fixtures #59 + + +const cleanRangeBackSlash = slashes => { + const { + length + } = slashes; + return slashes.slice(0, length - length % 2); +}; // > If the pattern ends with a slash, +// > it is removed for the purpose of the following description, +// > but it would only find a match with a directory. +// > In other words, foo/ will match a directory foo and paths underneath it, +// > but will not match a regular file or a symbolic link foo +// > (this is consistent with the way how pathspec works in general in Git). +// '`foo/`' will not match regular file '`foo`' or symbolic link '`foo`' +// -> ignore-rules will not deal with it, because it costs extra `fs.stat` call +// you could use option `mark: true` with `glob` +// '`foo/`' should not continue with the '`..`' + + +const REPLACERS = [// > Trailing spaces are ignored unless they are quoted with backslash ("\") +[// (a\ ) -> (a ) +// (a ) -> (a) +// (a \ ) -> (a ) +/\\?\s+$/, match => match.indexOf('\\') === 0 ? SPACE : EMPTY], // replace (\ ) with ' ' +[/\\\s/g, () => SPACE], // Escape metacharacters +// which is written down by users but means special for regular expressions. +// > There are 12 characters with special meanings: +// > - the backslash \, +// > - the caret ^, +// > - the dollar sign $, +// > - the period or dot ., +// > - the vertical bar or pipe symbol |, +// > - the question mark ?, +// > - the asterisk or star *, +// > - the plus sign +, +// > - the opening parenthesis (, +// > - the closing parenthesis ), +// > - and the opening square bracket [, +// > - the opening curly brace {, +// > These special characters are often called "metacharacters". +[/[\\$.|*+(){^]/g, match => `\\${match}`], [// > a question mark (?) matches a single character +/(?!\\)\?/g, () => '[^/]'], // leading slash +[// > A leading slash matches the beginning of the pathname. +// > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". +// A leading slash matches the beginning of the pathname +/^\//, () => '^'], // replace special metacharacter slash after the leading slash +[/\//g, () => '\\/'], [// > A leading "**" followed by a slash means match in all directories. +// > For example, "**/foo" matches file or directory "foo" anywhere, +// > the same as pattern "foo". +// > "**/foo/bar" matches file or directory "bar" anywhere that is directly +// > under directory "foo". +// Notice that the '*'s have been replaced as '\\*' +/^\^*\\\*\\\*\\\//, // '**/foo' <-> 'foo' +() => '^(?:.*\\/)?'], // starting +[// there will be no leading '/' +// (which has been replaced by section "leading slash") +// If starts with '**', adding a '^' to the regular expression also works +/^(?=[^^])/, function startingReplacer() { + // If has a slash `/` at the beginning or middle + return !/\/(?!$)/.test(this) // > Prior to 2.22.1 + // > If the pattern does not contain a slash /, + // > Git treats it as a shell glob pattern + // Actually, if there is only a trailing slash, + // git also treats it as a shell glob pattern + // After 2.22.1 (compatible but clearer) + // > If there is a separator at the beginning or middle (or both) + // > of the pattern, then the pattern is relative to the directory + // > level of the particular .gitignore file itself. + // > Otherwise the pattern may also match at any level below + // > the .gitignore level. + ? '(?:^|\\/)' // > Otherwise, Git treats the pattern as a shell glob suitable for + // > consumption by fnmatch(3) + : '^'; +}], // two globstars +[// Use lookahead assertions so that we could match more than one `'/**'` +/\\\/\\\*\\\*(?=\\\/|$)/g, // Zero, one or several directories +// should not use '*', or it will be replaced by the next replacer +// Check if it is not the last `'/**'` +(_, index, str) => index + 6 < str.length // case: /**/ +// > A slash followed by two consecutive asterisks then a slash matches +// > zero or more directories. +// > For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on. +// '/**/' +? '(?:\\/[^\\/]+)*' // case: /** +// > A trailing `"/**"` matches everything inside. +// #21: everything inside but it should not include the current folder +: '\\/.+'], // intermediate wildcards +[// Never replace escaped '*' +// ignore rule '\*' will match the path '*' +// 'abc.*/' -> go +// 'abc.*' -> skip this rule +/(^|[^\\]+)\\\*(?=.+)/g, // '*.js' matches '.js' +// '*.js' doesn't match 'abc' +(_, p1) => `${p1}[^\\/]*`], [// unescape, revert step 3 except for back slash +// For example, if a user escape a '\\*', +// after step 3, the result will be '\\\\\\*' +/\\\\\\(?=[$.|*+(){^])/g, () => ESCAPE], [// '\\\\' -> '\\' +/\\\\/g, () => ESCAPE], [// > The range notation, e.g. [a-zA-Z], +// > can be used to match one of the characters in a range. +// `\` is escaped by step 3 +/(\\)?\[([^\]/]*?)(\\*)($|\])/g, (match, leadEscape, range, endEscape, close) => leadEscape === ESCAPE // '\\[bar]' -> '\\\\[bar\\]' +? `\\[${range}${cleanRangeBackSlash(endEscape)}${close}` : close === ']' ? endEscape.length % 2 === 0 // A normal case, and it is a range notation +// '[bar]' +// '[bar\\\\]' +? `[${sanitizeRange(range)}${endEscape}]` // Invalid range notaton +// '[bar\\]' -> '[bar\\\\]' +: '[]' : '[]'], // ending +[// 'js' will not match 'js.' +// 'ab' will not match 'abc' +/(?:[^*])$/, // WTF! +// https://git-scm.com/docs/gitignore +// changes in [2.22.1](https://git-scm.com/docs/gitignore/2.22.1) +// which re-fixes #24, #38 +// > If there is a separator at the end of the pattern then the pattern +// > will only match directories, otherwise the pattern can match both +// > files and directories. +// 'js*' will not match 'a.js' +// 'js/' will not match 'a.js' +// 'js' will match 'a.js' and 'a.js/' +match => /\/$/.test(match) // foo/ will not match 'foo' +? `${match}$` // foo matches 'foo' and 'foo/' +: `${match}(?=$|\\/$)`], // trailing wildcard +[/(\^|\\\/)?\\\*$/, (_, p1) => { + const prefix = p1 // '\^': + // '/*' does not match EMPTY + // '/*' does not match everything + // '\\\/': + // 'abc/*' does not match 'abc/' + ? `${p1}[^/]+` // 'a*' matches 'a' + // 'a*' matches 'aa' + : '[^/]*'; + return `${prefix}(?=$|\\/$)`; +}]]; // A simple cache, because an ignore rule only has only one certain meaning - class SyncProvider { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._reader = new sync$3.default(this._root, this._settings); - } +const regexCache = Object.create(null); // @param {pattern} - read() { - return this._reader.read(); - } +const makeRegex = (pattern, ignorecase) => { + let source = regexCache[pattern]; + if (!source) { + source = REPLACERS.reduce((prev, current) => prev.replace(current[0], current[1].bind(pattern)), pattern); + regexCache[pattern] = source; } - exports.default = SyncProvider; -}); + return ignorecase ? new RegExp(source, 'i') : new RegExp(source); +}; -var settings$2 = createCommonjsModule(function (module, exports) { +const isString = subject => typeof subject === 'string'; // > A blank line matches no files, so it can serve as a separator for readability. - Object.defineProperty(exports, "__esModule", { - value: true - }); - class Settings { - constructor(_options = {}) { - this._options = _options; - this.basePath = this._getValue(this._options.basePath, undefined); - this.concurrency = this._getValue(this._options.concurrency, Infinity); - this.deepFilter = this._getValue(this._options.deepFilter, null); - this.entryFilter = this._getValue(this._options.entryFilter, null); - this.errorFilter = this._getValue(this._options.errorFilter, null); - this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path__default['default'].sep); - this.fsScandirSettings = new out$1.Settings({ - followSymbolicLinks: this._options.followSymbolicLinks, - fs: this._options.fs, - pathSegmentSeparator: this._options.pathSegmentSeparator, - stats: this._options.stats, - throwErrorOnBrokenSymbolicLink: this._options.throwErrorOnBrokenSymbolicLink - }); - } +const checkPattern = pattern => pattern && isString(pattern) && !REGEX_TEST_BLANK_LINE.test(pattern) // > A line starting with # serves as a comment. +&& pattern.indexOf('#') !== 0; - _getValue(option, value) { - return option === undefined ? value : option; - } +const splitPattern = pattern => pattern.split(REGEX_SPLITALL_CRLF); +class IgnoreRule { + constructor(origin, pattern, negative, regex) { + this.origin = origin; + this.pattern = pattern; + this.negative = negative; + this.regex = regex; } - exports.default = Settings; -}); - -var out$2 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.Settings = settings$2.default; +} - function walk(directory, optionsOrSettingsOrCallback, callback) { - if (typeof optionsOrSettingsOrCallback === 'function') { - return new async$4.default(directory, getSettings()).read(optionsOrSettingsOrCallback); - } +const createRule = (pattern, ignorecase) => { + const origin = pattern; + let negative = false; // > An optional prefix "!" which negates the pattern; - new async$4.default(directory, getSettings(optionsOrSettingsOrCallback)).read(callback); + if (pattern.indexOf('!') === 0) { + negative = true; + pattern = pattern.substr(1); } - exports.walk = walk; + pattern = pattern // > Put a backslash ("\") in front of the first "!" for patterns that + // > begin with a literal "!", for example, `"\!important!.txt"`. + .replace(REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION, '!') // > Put a backslash ("\") in front of the first hash for patterns that + // > begin with a hash. + .replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, '#'); + const regex = makeRegex(pattern, ignorecase); + return new IgnoreRule(origin, pattern, negative, regex); +}; - function walkSync(directory, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - const provider = new sync$4.default(directory, settings); - return provider.read(); - } +const throwError = (message, Ctor) => { + throw new Ctor(message); +}; - exports.walkSync = walkSync; +const checkPath = (path, originalPath, doThrow) => { + if (!isString(path)) { + return doThrow(`path must be a string, but got \`${originalPath}\``, TypeError); + } // We don't know if we should ignore EMPTY, so throw - function walkStream(directory, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - const provider = new stream$3.default(directory, settings); - return provider.read(); - } - exports.walkStream = walkStream; + if (!path) { + return doThrow(`path must not be empty`, TypeError); + } // Check if it is a relative path - function getSettings(settingsOrOptions = {}) { - if (settingsOrOptions instanceof settings$2.default) { - return settingsOrOptions; - } - return new settings$2.default(settingsOrOptions); + if (checkPath.isNotRelative(path)) { + const r = '`path.relative()`d'; + return doThrow(`path should be a ${r} string, but got "${originalPath}"`, RangeError); } -}); - -var reader$1 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class Reader { - constructor(_settings) { - this._settings = _settings; - this._fsStatSettings = new out.Settings({ - followSymbolicLink: this._settings.followSymbolicLinks, - fs: this._settings.fs, - throwErrorOnBrokenSymbolicLink: this._settings.followSymbolicLinks - }); - } - _getFullEntryPath(filepath) { - return path__default['default'].resolve(this._settings.cwd, filepath); - } + return true; +}; - _makeEntry(stats, pattern) { - const entry = { - name: pattern, - path: pattern, - dirent: utils$3.fs.createDirentFromStats(pattern, stats) - }; +const isNotRelative = path => REGEX_TEST_INVALID_PATH.test(path); - if (this._settings.stats) { - entry.stats = stats; - } +checkPath.isNotRelative = isNotRelative; - return entry; - } +checkPath.convert = p => p; - _isFatalError(error) { - return !utils$3.errno.isEnoentCodeError(error) && !this._settings.suppressErrors; - } +class Ignore { + constructor({ + ignorecase = true + } = {}) { + define(this, KEY_IGNORE, true); + this._rules = []; + this._ignorecase = ignorecase; + this._initCache(); } - exports.default = Reader; -}); - -var stream$4 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class ReaderStream extends reader$1.default { - constructor() { - super(...arguments); - this._walkStream = out$2.walkStream; - this._stat = out.stat; - } - - dynamic(root, options) { - return this._walkStream(root, options); - } - - static(patterns, options) { - const filepaths = patterns.map(this._getFullEntryPath, this); - const stream = new stream_1__default['default'].PassThrough({ - objectMode: true - }); - - stream._write = (index, _enc, done) => { - return this._getEntry(filepaths[index], patterns[index], options).then(entry => { - if (entry !== null && options.entryFilter(entry)) { - stream.push(entry); - } - - if (index === filepaths.length - 1) { - stream.end(); - } - - done(); - }).catch(done); - }; - - for (let i = 0; i < filepaths.length; i++) { - stream.write(i); - } - - return stream; - } - - _getEntry(filepath, pattern, options) { - return this._getStat(filepath).then(stats => this._makeEntry(stats, pattern)).catch(error => { - if (options.errorFilter(error)) { - return null; - } - - throw error; - }); - } - - _getStat(filepath) { - return new Promise((resolve, reject) => { - this._stat(filepath, this._fsStatSettings, (error, stats) => { - return error === null ? resolve(stats) : reject(error); - }); - }); - } - + _initCache() { + this._ignoreCache = Object.create(null); + this._testCache = Object.create(null); } - exports.default = ReaderStream; -}); - -var matcher = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class Matcher { - constructor(_patterns, _settings, _micromatchOptions) { - this._patterns = _patterns; - this._settings = _settings; - this._micromatchOptions = _micromatchOptions; - this._storage = []; - - this._fillStorage(); + _addPattern(pattern) { + // #32 + if (pattern && pattern[KEY_IGNORE]) { + this._rules = this._rules.concat(pattern._rules); + this._added = true; + return; } - _fillStorage() { - /** - * The original pattern may include `{,*,**,a/*}`, which will lead to problems with matching (unresolved level). - * So, before expand patterns with brace expansion into separated patterns. - */ - const patterns = utils$3.pattern.expandPatternsWithBraceExpansion(this._patterns); - - for (const pattern of patterns) { - const segments = this._getPatternSegments(pattern); - - const sections = this._splitSegmentsIntoSections(segments); + if (checkPattern(pattern)) { + const rule = createRule(pattern, this._ignorecase); + this._added = true; - this._storage.push({ - complete: sections.length <= 1, - pattern, - segments, - sections - }); - } + this._rules.push(rule); } + } // @param {Array | string | Ignore} pattern - _getPatternSegments(pattern) { - const parts = utils$3.pattern.getPatternParts(pattern, this._micromatchOptions); - return parts.map(part => { - const dynamic = utils$3.pattern.isDynamicPattern(part, this._settings); - - if (!dynamic) { - return { - dynamic: false, - pattern: part - }; - } - return { - dynamic: true, - pattern: part, - patternRe: utils$3.pattern.makeRe(part, this._micromatchOptions) - }; - }); - } + add(pattern) { + this._added = false; + makeArray(isString(pattern) ? splitPattern(pattern) : pattern).forEach(this._addPattern, this); // Some rules have just added to the ignore, + // making the behavior changed. - _splitSegmentsIntoSections(segments) { - return utils$3.array.splitWhen(segments, segment => segment.dynamic && utils$3.pattern.hasGlobStar(segment.pattern)); + if (this._added) { + this._initCache(); } - } - - exports.default = Matcher; -}); - -var partial = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class PartialMatcher extends matcher.default { - match(filepath) { - const parts = filepath.split('/'); - const levels = parts.length; - - const patterns = this._storage.filter(info => !info.complete || info.segments.length > levels); - - for (const pattern of patterns) { - const section = pattern.sections[0]; - /** - * In this case, the pattern has a globstar and we must read all directories unconditionally, - * but only if the level has reached the end of the first group. - * - * fixtures/{a,b}/** - * ^ true/false ^ always true - */ + return this; + } // legacy - if (!pattern.complete && levels > section.length) { - return true; - } - const match = parts.every((part, index) => { - const segment = pattern.segments[index]; + addPattern(pattern) { + return this.add(pattern); + } // | ignored : unignored + // negative | 0:0 | 0:1 | 1:0 | 1:1 + // -------- | ------- | ------- | ------- | -------- + // 0 | TEST | TEST | SKIP | X + // 1 | TESTIF | SKIP | TEST | X + // - SKIP: always skip + // - TEST: always test + // - TESTIF: only test if checkUnignored + // - X: that never happen + // @param {boolean} whether should check if the path is unignored, + // setting `checkUnignored` to `false` could reduce additional + // path matching. + // @returns {TestResult} true if a file is ignored - if (segment.dynamic && segment.patternRe.test(part)) { - return true; - } - if (!segment.dynamic && segment.pattern === part) { - return true; - } + _testOne(path, checkUnignored) { + let ignored = false; + let unignored = false; - return false; - }); + this._rules.forEach(rule => { + const { + negative + } = rule; - if (match) { - return true; - } + if (unignored === negative && ignored !== unignored || negative && !ignored && !unignored && !checkUnignored) { + return; } - return false; - } - - } - - exports.default = PartialMatcher; -}); - -var deep = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class DeepFilter { - constructor(_settings, _micromatchOptions) { - this._settings = _settings; - this._micromatchOptions = _micromatchOptions; - } - - getFilter(basePath, positive, negative) { - const matcher = this._getMatcher(positive); - - const negativeRe = this._getNegativePatternsRe(negative); - - return entry => this._filter(basePath, entry, matcher, negativeRe); - } - - _getMatcher(patterns) { - return new partial.default(patterns, this._settings, this._micromatchOptions); - } - - _getNegativePatternsRe(patterns) { - const affectDepthOfReadingPatterns = patterns.filter(utils$3.pattern.isAffectDepthOfReadingPattern); - return utils$3.pattern.convertPatternsToRe(affectDepthOfReadingPatterns, this._micromatchOptions); - } + const matched = rule.regex.test(path); - _filter(basePath, entry, matcher, negativeRe) { - if (this._isSkippedByDeep(basePath, entry.path)) { - return false; + if (matched) { + ignored = !negative; + unignored = negative; } + }); - if (this._isSkippedSymbolicLink(entry)) { - return false; - } + return { + ignored, + unignored + }; + } // @returns {TestResult} - const filepath = utils$3.path.removeLeadingDotSegment(entry.path); - if (this._isSkippedByPositivePatterns(filepath, matcher)) { - return false; - } + _test(originalPath, cache, checkUnignored, slices) { + const path = originalPath // Supports nullable path + && checkPath.convert(originalPath); + checkPath(path, originalPath, throwError); + return this._t(path, cache, checkUnignored, slices); + } - return this._isSkippedByNegativePatterns(filepath, negativeRe); + _t(path, cache, checkUnignored, slices) { + if (path in cache) { + return cache[path]; } - _isSkippedByDeep(basePath, entryPath) { - /** - * Avoid unnecessary depth calculations when it doesn't matter. - */ - if (this._settings.deep === Infinity) { - return false; - } - - return this._getEntryLevel(basePath, entryPath) >= this._settings.deep; + if (!slices) { + // path/to/a.js + // ['path', 'to', 'a.js'] + slices = path.split(SLASH); } - _getEntryLevel(basePath, entryPath) { - const entryPathDepth = entryPath.split('/').length; - - if (basePath === '') { - return entryPathDepth; - } - - const basePathDepth = basePath.split('/').length; - return entryPathDepth - basePathDepth; - } + slices.pop(); // If the path has no parent directory, just test it - _isSkippedSymbolicLink(entry) { - return !this._settings.followSymbolicLinks && entry.dirent.isSymbolicLink(); + if (!slices.length) { + return cache[path] = this._testOne(path, checkUnignored); } - _isSkippedByPositivePatterns(entryPath, matcher) { - return !this._settings.baseNameMatch && !matcher.match(entryPath); - } + const parent = this._t(slices.join(SLASH) + SLASH, cache, checkUnignored, slices); // If the path contains a parent directory, check the parent first - _isSkippedByNegativePatterns(entryPath, patternsRe) { - return !utils$3.pattern.matchAny(entryPath, patternsRe); - } + return cache[path] = parent.ignored // > It is not possible to re-include a file if a parent directory of + // > that file is excluded. + ? parent : this._testOne(path, checkUnignored); } - exports.default = DeepFilter; -}); - -var entry = createCommonjsModule(function (module, exports) { + ignores(path) { + return this._test(path, this._ignoreCache, false).ignored; + } - Object.defineProperty(exports, "__esModule", { - value: true - }); + createFilter() { + return path => !this.ignores(path); + } - class EntryFilter { - constructor(_settings, _micromatchOptions) { - this._settings = _settings; - this._micromatchOptions = _micromatchOptions; - this.index = new Map(); - } + filter(paths) { + return makeArray(paths).filter(this.createFilter()); + } // @returns {TestResult} - getFilter(positive, negative) { - const positiveRe = utils$3.pattern.convertPatternsToRe(positive, this._micromatchOptions); - const negativeRe = utils$3.pattern.convertPatternsToRe(negative, this._micromatchOptions); - return entry => this._filter(entry, positiveRe, negativeRe); - } - _filter(entry, positiveRe, negativeRe) { - if (this._settings.unique && this._isDuplicateEntry(entry)) { - return false; - } + test(path) { + return this._test(path, this._testCache, true); + } - if (this._onlyFileFilter(entry) || this._onlyDirectoryFilter(entry)) { - return false; - } +} - if (this._isSkippedByAbsoluteNegativePatterns(entry.path, negativeRe)) { - return false; - } +const factory = options => new Ignore(options); - const filepath = this._settings.baseNameMatch ? entry.name : entry.path; - const isMatched = this._isMatchToPatterns(filepath, positiveRe) && !this._isMatchToPatterns(entry.path, negativeRe); +const returnFalse = () => false; - if (this._settings.unique && isMatched) { - this._createIndexRecord(entry); - } +const isPathValid = path => checkPath(path && checkPath.convert(path), path, returnFalse); - return isMatched; - } +factory.isPathValid = isPathValid; // Fixes typescript - _isDuplicateEntry(entry) { - return this.index.has(entry.path); - } +factory.default = factory; +var ignore = factory; // Windows +// -------------------------------------------------------------- - _createIndexRecord(entry) { - this.index.set(entry.path, undefined); - } +/* istanbul ignore if */ - _onlyFileFilter(entry) { - return this._settings.onlyFiles && !entry.dirent.isFile(); - } +if ( // Detect `process` so that it can run in browsers. +typeof process !== 'undefined' && (process.env && process.env.IGNORE_TEST_WIN32 || process.platform === 'win32')) { + /* eslint no-control-regex: "off" */ + const makePosix = str => /^\\\\\?\\/.test(str) || /["<>|\u0000-\u001F]+/u.test(str) ? str : str.replace(/\\/g, '/'); - _onlyDirectoryFilter(entry) { - return this._settings.onlyDirectories && !entry.dirent.isDirectory(); - } + checkPath.convert = makePosix; // 'C:\\foo' <- 'C:\\foo' has been converted to 'C:/' + // 'd:\\foo' - _isSkippedByAbsoluteNegativePatterns(entryPath, patternsRe) { - if (!this._settings.absolute) { - return false; - } + const REGIX_IS_WINDOWS_PATH_ABSOLUTE = /^[a-z]:\//i; - const fullpath = utils$3.path.makeAbsolute(this._settings.cwd, entryPath); - return utils$3.pattern.matchAny(fullpath, patternsRe); - } + checkPath.isNotRelative = path => REGIX_IS_WINDOWS_PATH_ABSOLUTE.test(path) || isNotRelative(path); +} - _isMatchToPatterns(entryPath, patternsRe) { - const filepath = utils$3.path.removeLeadingDotSegment(entryPath); - return utils$3.pattern.matchAny(filepath, patternsRe); - } +var slash$1 = path => { + const isExtendedLengthPath = /^\\\\\?\\/.test(path); + const hasNonAscii = /[^\u0000-\u0080]+/.test(path); // eslint-disable-line no-control-regex + if (isExtendedLengthPath || hasNonAscii) { + return path; } - exports.default = EntryFilter; -}); - -var error = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class ErrorFilter { - constructor(_settings) { - this._settings = _settings; - } - - getFilter() { - return error => this._isNonFatalError(error); - } + return path.replace(/\\/g, '/'); +}; - _isNonFatalError(error) { - return utils$3.errno.isEnoentCodeError(error) || this._settings.suppressErrors; - } +const { + promisify +} = require$$0__default$4["default"]; +const fs$2 = require$$0__default["default"]; +const path$1 = require$$0__default$2["default"]; +const fastGlob$1 = out; +const gitIgnore = ignore; +const slash = slash$1; +const DEFAULT_IGNORE = ['**/node_modules/**', '**/flow-typed/**', '**/coverage/**', '**/.git']; +const readFileP = promisify(fs$2.readFile); +const mapGitIgnorePatternTo = base => ignore => { + if (ignore.startsWith('!')) { + return '!' + path$1.posix.join(base, ignore.slice(1)); } - exports.default = ErrorFilter; -}); - -var entry$1 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class EntryTransformer { - constructor(_settings) { - this._settings = _settings; - } - - getTransformer() { - return entry => this._transform(entry); - } - - _transform(entry) { - let filepath = entry.path; - - if (this._settings.absolute) { - filepath = utils$3.path.makeAbsolute(this._settings.cwd, filepath); - filepath = utils$3.path.unixify(filepath); - } - - if (this._settings.markDirectories && entry.dirent.isDirectory()) { - filepath += '/'; - } + return path$1.posix.join(base, ignore); +}; - if (!this._settings.objectMode) { - return filepath; - } +const parseGitIgnore = (content, options) => { + const base = slash(path$1.relative(options.cwd, path$1.dirname(options.fileName))); + return content.split(/\r?\n/).filter(Boolean).filter(line => !line.startsWith('#')).map(mapGitIgnorePatternTo(base)); +}; - return Object.assign(Object.assign({}, entry), { - path: filepath - }); - } +const reduceIgnore = files => { + const ignores = gitIgnore(); + for (const file of files) { + ignores.add(parseGitIgnore(file.content, { + cwd: file.cwd, + fileName: file.filePath + })); } - exports.default = EntryTransformer; -}); - -var provider = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); - - class Provider { - constructor(_settings) { - this._settings = _settings; - this.errorFilter = new error.default(this._settings); - this.entryFilter = new entry.default(this._settings, this._getMicromatchOptions()); - this.deepFilter = new deep.default(this._settings, this._getMicromatchOptions()); - this.entryTransformer = new entry$1.default(this._settings); - } - - _getRootDirectory(task) { - return path__default['default'].resolve(this._settings.cwd, task.base); - } + return ignores; +}; - _getReaderOptions(task) { - const basePath = task.base === '.' ? '' : task.base; - return { - basePath, - pathSegmentSeparator: '/', - concurrency: this._settings.concurrency, - deepFilter: this.deepFilter.getFilter(basePath, task.positive, task.negative), - entryFilter: this.entryFilter.getFilter(task.positive, task.negative), - errorFilter: this.errorFilter.getFilter(), - followSymbolicLinks: this._settings.followSymbolicLinks, - fs: this._settings.fs, - stats: this._settings.stats, - throwErrorOnBrokenSymbolicLink: this._settings.throwErrorOnBrokenSymbolicLink, - transform: this.entryTransformer.getTransformer() - }; - } +const ensureAbsolutePathForCwd = (cwd, p) => { + cwd = slash(cwd); - _getMicromatchOptions() { - return { - dot: this._settings.dot, - matchBase: this._settings.baseNameMatch, - nobrace: !this._settings.braceExpansion, - nocase: !this._settings.caseSensitiveMatch, - noext: !this._settings.extglob, - noglobstar: !this._settings.globstar, - posix: true, - strictSlashes: false - }; + if (path$1.isAbsolute(p)) { + if (slash(p).startsWith(cwd)) { + return p; } + throw new Error(`Path ${p} is not in cwd ${cwd}`); } - exports.default = Provider; -}); - -var async$5 = createCommonjsModule(function (module, exports) { + return path$1.join(cwd, p); +}; - Object.defineProperty(exports, "__esModule", { - value: true - }); +const getIsIgnoredPredecate = (ignores, cwd) => { + return p => ignores.ignores(slash(path$1.relative(cwd, ensureAbsolutePathForCwd(cwd, p.path || p)))); +}; - class ProviderAsync extends provider.default { - constructor() { - super(...arguments); - this._reader = new stream$4.default(this._settings); - } +const getFile = async (file, cwd) => { + const filePath = path$1.join(cwd, file); + const content = await readFileP(filePath, 'utf8'); + return { + cwd, + filePath, + content + }; +}; - read(task) { - const root = this._getRootDirectory(task); +const getFileSync = (file, cwd) => { + const filePath = path$1.join(cwd, file); + const content = fs$2.readFileSync(filePath, 'utf8'); + return { + cwd, + filePath, + content + }; +}; - const options = this._getReaderOptions(task); +const normalizeOptions = ({ + ignore = [], + cwd = slash(process.cwd()) +} = {}) => { + return { + ignore, + cwd + }; +}; - const entries = []; - return new Promise((resolve, reject) => { - const stream = this.api(root, task, options); - stream.once('error', reject); - stream.on('data', entry => entries.push(options.transform(entry))); - stream.once('end', () => resolve(entries)); - }); - } +gitignore$1.exports = async options => { + options = normalizeOptions(options); + const paths = await fastGlob$1('**/.gitignore', { + ignore: DEFAULT_IGNORE.concat(options.ignore), + cwd: options.cwd + }); + const files = await Promise.all(paths.map(file => getFile(file, options.cwd))); + const ignores = reduceIgnore(files); + return getIsIgnoredPredecate(ignores, options.cwd); +}; - api(root, task, options) { - if (task.dynamic) { - return this._reader.dynamic(root, options); - } +gitignore$1.exports.sync = options => { + options = normalizeOptions(options); + const paths = fastGlob$1.sync('**/.gitignore', { + ignore: DEFAULT_IGNORE.concat(options.ignore), + cwd: options.cwd + }); + const files = paths.map(file => getFileSync(file, options.cwd)); + const ignores = reduceIgnore(files); + return getIsIgnoredPredecate(ignores, options.cwd); +}; - return this._reader.static(task.patterns, options); - } +const { + Transform +} = require$$0__default$5["default"]; +class ObjectTransform extends Transform { + constructor() { + super({ + objectMode: true + }); } - exports.default = ProviderAsync; -}); - -var stream$5 = createCommonjsModule(function (module, exports) { +} - Object.defineProperty(exports, "__esModule", { - value: true - }); +class FilterStream$1 extends ObjectTransform { + constructor(filter) { + super(); + this._filter = filter; + } - class ProviderStream extends provider.default { - constructor() { - super(...arguments); - this._reader = new stream$4.default(this._settings); + _transform(data, encoding, callback) { + if (this._filter(data)) { + this.push(data); } - read(task) { - const root = this._getRootDirectory(task); + callback(); + } - const options = this._getReaderOptions(task); +} - const source = this.api(root, task, options); - const destination = new stream_1__default['default'].Readable({ - objectMode: true, - read: () => {} - }); - source.once('error', error => destination.emit('error', error)).on('data', entry => destination.emit('data', options.transform(entry))).once('end', () => destination.emit('end')); - destination.once('close', () => source.destroy()); - return destination; - } +class UniqueStream$1 extends ObjectTransform { + constructor() { + super(); + this._pushed = new Set(); + } - api(root, task, options) { - if (task.dynamic) { - return this._reader.dynamic(root, options); - } + _transform(data, encoding, callback) { + if (!this._pushed.has(data)) { + this.push(data); - return this._reader.static(task.patterns, options); + this._pushed.add(data); } + callback(); } - exports.default = ProviderStream; -}); - -var sync$5 = createCommonjsModule(function (module, exports) { - - Object.defineProperty(exports, "__esModule", { - value: true - }); +} - class ReaderSync extends reader$1.default { - constructor() { - super(...arguments); - this._walkSync = out$2.walkSync; - this._statSync = out.statSync; - } +var streamUtils = { + FilterStream: FilterStream$1, + UniqueStream: UniqueStream$1 +}; - dynamic(root, options) { - return this._walkSync(root, options); - } +const fs$1 = require$$0__default["default"]; +const arrayUnion = arrayUnion$1; +const merge2 = merge2_1; +const fastGlob = out; +const dirGlob = dirGlob$1.exports; +const gitignore = gitignore$1.exports; +const { + FilterStream, + UniqueStream +} = streamUtils; - static(patterns, options) { - const entries = []; +const DEFAULT_FILTER = () => false; - for (const pattern of patterns) { - const filepath = this._getFullEntryPath(pattern); +const isNegative = pattern => pattern[0] === '!'; - const entry = this._getEntry(filepath, pattern, options); +const assertPatternsInput = patterns => { + if (!patterns.every(pattern => typeof pattern === 'string')) { + throw new TypeError('Patterns must be a string or an array of strings'); + } +}; - if (entry === null || !options.entryFilter(entry)) { - continue; - } +const checkCwdOption = (options = {}) => { + if (!options.cwd) { + return; + } - entries.push(entry); - } + let stat; - return entries; - } + try { + stat = fs$1.statSync(options.cwd); + } catch { + return; + } - _getEntry(filepath, pattern, options) { - try { - const stats = this._getStat(filepath); + if (!stat.isDirectory()) { + throw new Error('The `cwd` option must be a path to a directory'); + } +}; - return this._makeEntry(stats, pattern); - } catch (error) { - if (options.errorFilter(error)) { - return null; - } +const getPathString = p => p.stats instanceof fs$1.Stats ? p.path : p; - throw error; - } - } +const generateGlobTasks = (patterns, taskOptions) => { + patterns = arrayUnion([].concat(patterns)); + assertPatternsInput(patterns); + checkCwdOption(taskOptions); + const globTasks = []; + taskOptions = Object.assign({ + ignore: [], + expandDirectories: true + }, taskOptions); - _getStat(filepath) { - return this._statSync(filepath, this._fsStatSettings); + for (const [index, pattern] of patterns.entries()) { + if (isNegative(pattern)) { + continue; } + const ignore = patterns.slice(index).filter(pattern => isNegative(pattern)).map(pattern => pattern.slice(1)); + const options = Object.assign(Object.assign({}, taskOptions), {}, { + ignore: taskOptions.ignore.concat(ignore) + }); + globTasks.push({ + pattern, + options + }); } - exports.default = ReaderSync; -}); - -var sync$6 = createCommonjsModule(function (module, exports) { + return globTasks; +}; - Object.defineProperty(exports, "__esModule", { - value: true - }); +const globDirs = (task, fn) => { + let options = {}; - class ProviderSync extends provider.default { - constructor() { - super(...arguments); - this._reader = new sync$5.default(this._settings); - } + if (task.options.cwd) { + options.cwd = task.options.cwd; + } - read(task) { - const root = this._getRootDirectory(task); + if (Array.isArray(task.options.expandDirectories)) { + options = Object.assign(Object.assign({}, options), {}, { + files: task.options.expandDirectories + }); + } else if (typeof task.options.expandDirectories === 'object') { + options = Object.assign(Object.assign({}, options), task.options.expandDirectories); + } - const options = this._getReaderOptions(task); + return fn(task.pattern, options); +}; - const entries = this.api(root, task, options); - return entries.map(options.transform); - } +const getPattern = (task, fn) => task.options.expandDirectories ? globDirs(task, fn) : [task.pattern]; - api(root, task, options) { - if (task.dynamic) { - return this._reader.dynamic(root, options); - } +const getFilterSync = options => { + return options && options.gitignore ? gitignore.sync({ + cwd: options.cwd, + ignore: options.ignore + }) : DEFAULT_FILTER; +}; - return this._reader.static(task.patterns, options); - } +const globToTask = task => glob => { + const { + options + } = task; + if (options.ignore && Array.isArray(options.ignore) && options.expandDirectories) { + options.ignore = dirGlob.sync(options.ignore); } - exports.default = ProviderSync; -}); + return { + pattern: glob, + options + }; +}; -var settings$3 = createCommonjsModule(function (module, exports) { +globby$2.exports = async (patterns, options) => { + const globTasks = generateGlobTasks(patterns, options); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.DEFAULT_FILE_SYSTEM_ADAPTER = void 0; - const CPU_COUNT = os__default['default'].cpus().length; - exports.DEFAULT_FILE_SYSTEM_ADAPTER = { - lstat: fs__default['default'].lstat, - lstatSync: fs__default['default'].lstatSync, - stat: fs__default['default'].stat, - statSync: fs__default['default'].statSync, - readdir: fs__default['default'].readdir, - readdirSync: fs__default['default'].readdirSync + const getFilter = async () => { + return options && options.gitignore ? gitignore({ + cwd: options.cwd, + ignore: options.ignore + }) : DEFAULT_FILTER; }; - class Settings { - constructor(_options = {}) { - this._options = _options; - this.absolute = this._getValue(this._options.absolute, false); - this.baseNameMatch = this._getValue(this._options.baseNameMatch, false); - this.braceExpansion = this._getValue(this._options.braceExpansion, true); - this.caseSensitiveMatch = this._getValue(this._options.caseSensitiveMatch, true); - this.concurrency = this._getValue(this._options.concurrency, CPU_COUNT); - this.cwd = this._getValue(this._options.cwd, process.cwd()); - this.deep = this._getValue(this._options.deep, Infinity); - this.dot = this._getValue(this._options.dot, false); - this.extglob = this._getValue(this._options.extglob, true); - this.followSymbolicLinks = this._getValue(this._options.followSymbolicLinks, true); - this.fs = this._getFileSystemMethods(this._options.fs); - this.globstar = this._getValue(this._options.globstar, true); - this.ignore = this._getValue(this._options.ignore, []); - this.markDirectories = this._getValue(this._options.markDirectories, false); - this.objectMode = this._getValue(this._options.objectMode, false); - this.onlyDirectories = this._getValue(this._options.onlyDirectories, false); - this.onlyFiles = this._getValue(this._options.onlyFiles, true); - this.stats = this._getValue(this._options.stats, false); - this.suppressErrors = this._getValue(this._options.suppressErrors, false); - this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, false); - this.unique = this._getValue(this._options.unique, true); + const getTasks = async () => { + const tasks = await Promise.all(globTasks.map(async task => { + const globs = await getPattern(task, dirGlob); + return Promise.all(globs.map(globToTask(task))); + })); + return arrayUnion(...tasks); + }; - if (this.onlyDirectories) { - this.onlyFiles = false; - } + const [filter, tasks] = await Promise.all([getFilter(), getTasks()]); + const paths = await Promise.all(tasks.map(task => fastGlob(task.pattern, task.options))); + return arrayUnion(...paths).filter(path_ => !filter(getPathString(path_))); +}; - if (this.stats) { - this.objectMode = true; - } - } +globby$2.exports.sync = (patterns, options) => { + const globTasks = generateGlobTasks(patterns, options); + const tasks = []; - _getValue(option, value) { - return option === undefined ? value : option; - } + for (const task of globTasks) { + const newTask = getPattern(task, dirGlob.sync).map(globToTask(task)); + tasks.push(...newTask); + } - _getFileSystemMethods(methods = {}) { - return Object.assign(Object.assign({}, exports.DEFAULT_FILE_SYSTEM_ADAPTER), methods); - } + const filter = getFilterSync(options); + let matches = []; + for (const task of tasks) { + matches = arrayUnion(matches, fastGlob.sync(task.pattern, task.options)); } - exports.default = Settings; -}); - -async function FastGlob(source, options) { - assertPatternsInput(source); - const works = getWorks(source, async$5.default, options); - const result = await Promise.all(works); - return utils$3.array.flatten(result); -} // https://github.com/typescript-eslint/typescript-eslint/issues/60 -// eslint-disable-next-line no-redeclare + return matches.filter(path_ => !filter(path_)); +}; +globby$2.exports.stream = (patterns, options) => { + const globTasks = generateGlobTasks(patterns, options); + const tasks = []; -(function (FastGlob) { - function sync(source, options) { - assertPatternsInput(source); - const works = getWorks(source, sync$6.default, options); - return utils$3.array.flatten(works); + for (const task of globTasks) { + const newTask = getPattern(task, dirGlob.sync).map(globToTask(task)); + tasks.push(...newTask); } - FastGlob.sync = sync; + const filter = getFilterSync(options); + const filterStream = new FilterStream(p => !filter(p)); + const uniqueStream = new UniqueStream(); + return merge2(tasks.map(task => fastGlob.stream(task.pattern, task.options))).pipe(filterStream).pipe(uniqueStream); +}; - function stream(source, options) { - assertPatternsInput(source); - const works = getWorks(source, stream$5.default, options); - /** - * The stream returned by the provider cannot work with an asynchronous iterator. - * To support asynchronous iterators, regardless of the number of tasks, we always multiplex streams. - * This affects performance (+25%). I don't see best solution right now. - */ +globby$2.exports.generateGlobTasks = generateGlobTasks; - return utils$3.stream.merge(works); - } +globby$2.exports.hasMagic = (patterns, options) => [].concat(patterns).some(pattern => fastGlob.isDynamicPattern(pattern, options)); - FastGlob.stream = stream; +globby$2.exports.gitignore = gitignore; - function generateTasks(source, options) { - assertPatternsInput(source); - const patterns = [].concat(source); - const settings = new settings$3.default(options); - return tasks.generate(patterns, settings); - } +const _excluded = ["languageId"]; - FastGlob.generateTasks = generateTasks; +var createLanguage$7 = function (linguistData, override) { + const { + languageId + } = linguistData, + rest = _objectWithoutProperties(linguistData, _excluded); - function isDynamicPattern(source, options) { - assertPatternsInput(source); - const settings = new settings$3.default(options); - return utils$3.pattern.isDynamicPattern(source, settings); - } + return Object.assign(Object.assign({ + linguistLanguageId: languageId + }, rest), override(linguistData)); +}; - FastGlob.isDynamicPattern = isDynamicPattern; +var utils$6 = {}; - function escapePath(source) { - assertPatternsInput(source); - return utils$3.path.escape(source); - } +var ast = {exports: {}}; - FastGlob.escapePath = escapePath; -})(FastGlob || (FastGlob = {})); +/* + Copyright (C) 2013 Yusuke Suzuki + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ -function getWorks(source, _Provider, options) { - const patterns = [].concat(source); - const settings = new settings$3.default(options); - const tasks$1 = tasks.generate(patterns, settings); - const provider = new _Provider(settings); - return tasks$1.map(provider.read, provider); -} +(function () { -function assertPatternsInput(input) { - const source = [].concat(input); - const isValidSource = source.every(item => utils$3.string.isString(item) && !utils$3.string.isEmpty(item)); + function isExpression(node) { + if (node == null) { + return false; + } - if (!isValidSource) { - throw new TypeError('Patterns must be a string (non empty) or an array of strings'); + switch (node.type) { + case 'ArrayExpression': + case 'AssignmentExpression': + case 'BinaryExpression': + case 'CallExpression': + case 'ConditionalExpression': + case 'FunctionExpression': + case 'Identifier': + case 'Literal': + case 'LogicalExpression': + case 'MemberExpression': + case 'NewExpression': + case 'ObjectExpression': + case 'SequenceExpression': + case 'ThisExpression': + case 'UnaryExpression': + case 'UpdateExpression': + return true; + } + + return false; } -} -var out$3 = FastGlob; + function isIterationStatement(node) { + if (node == null) { + return false; + } -const { - promisify -} = util__default['default']; + switch (node.type) { + case 'DoWhileStatement': + case 'ForInStatement': + case 'ForStatement': + case 'WhileStatement': + return true; + } -async function isType(fsStatType, statsMethodName, filePath) { - if (typeof filePath !== 'string') { - throw new TypeError(`Expected a string, got ${typeof filePath}`); + return false; } - try { - const stats = await promisify(fs__default['default'][fsStatType])(filePath); - return stats[statsMethodName](); - } catch (error) { - if (error.code === 'ENOENT') { + function isStatement(node) { + if (node == null) { return false; } - throw error; + switch (node.type) { + case 'BlockStatement': + case 'BreakStatement': + case 'ContinueStatement': + case 'DebuggerStatement': + case 'DoWhileStatement': + case 'EmptyStatement': + case 'ExpressionStatement': + case 'ForInStatement': + case 'ForStatement': + case 'IfStatement': + case 'LabeledStatement': + case 'ReturnStatement': + case 'SwitchStatement': + case 'ThrowStatement': + case 'TryStatement': + case 'VariableDeclaration': + case 'WhileStatement': + case 'WithStatement': + return true; + } + + return false; } -} -function isTypeSync(fsStatType, statsMethodName, filePath) { - if (typeof filePath !== 'string') { - throw new TypeError(`Expected a string, got ${typeof filePath}`); + function isSourceElement(node) { + return isStatement(node) || node != null && node.type === 'FunctionDeclaration'; } - try { - return fs__default['default'][fsStatType](filePath)[statsMethodName](); - } catch (error) { - if (error.code === 'ENOENT') { - return false; + function trailingStatement(node) { + switch (node.type) { + case 'IfStatement': + if (node.alternate != null) { + return node.alternate; + } + + return node.consequent; + + case 'LabeledStatement': + case 'ForStatement': + case 'ForInStatement': + case 'WhileStatement': + case 'WithStatement': + return node.body; } - throw error; + return null; } -} - -var isFile = isType.bind(null, 'stat', 'isFile'); -var isDirectory = isType.bind(null, 'stat', 'isDirectory'); -var isSymlink = isType.bind(null, 'lstat', 'isSymbolicLink'); -var isFileSync = isTypeSync.bind(null, 'statSync', 'isFile'); -var isDirectorySync = isTypeSync.bind(null, 'statSync', 'isDirectory'); -var isSymlinkSync = isTypeSync.bind(null, 'lstatSync', 'isSymbolicLink'); -var pathType = { - isFile: isFile, - isDirectory: isDirectory, - isSymlink: isSymlink, - isFileSync: isFileSync, - isDirectorySync: isDirectorySync, - isSymlinkSync: isSymlinkSync -}; -const getExtensions = extensions => extensions.length > 1 ? `{${extensions.join(',')}}` : extensions[0]; + function isProblematicIfStatement(node) { + var current; -const getPath = (filepath, cwd) => { - const pth = filepath[0] === '!' ? filepath.slice(1) : filepath; - return path__default['default'].isAbsolute(pth) ? pth : path__default['default'].join(cwd, pth); -}; + if (node.type !== 'IfStatement') { + return false; + } -const addExtensions = (file, extensions) => { - if (path__default['default'].extname(file)) { - return `**/${file}`; - } + if (node.alternate == null) { + return false; + } - return `**/${file}.${getExtensions(extensions)}`; -}; + current = node.consequent; -const getGlob = (directory, options) => { - if (options.files && !Array.isArray(options.files)) { - throw new TypeError(`Expected \`files\` to be of type \`Array\` but received type \`${typeof options.files}\``); - } + do { + if (current.type === 'IfStatement') { + if (current.alternate == null) { + return true; + } + } - if (options.extensions && !Array.isArray(options.extensions)) { - throw new TypeError(`Expected \`extensions\` to be of type \`Array\` but received type \`${typeof options.extensions}\``); - } + current = trailingStatement(current); + } while (current); - if (options.files && options.extensions) { - return options.files.map(x => path__default['default'].posix.join(directory, addExtensions(x, options.extensions))); + return false; } - if (options.files) { - return options.files.map(x => path__default['default'].posix.join(directory, `**/${x}`)); - } + ast.exports = { + isExpression: isExpression, + isStatement: isStatement, + isIterationStatement: isIterationStatement, + isSourceElement: isSourceElement, + isProblematicIfStatement: isProblematicIfStatement, + trailingStatement: trailingStatement + }; +})(); - if (options.extensions) { - return [path__default['default'].posix.join(directory, `**/*.${getExtensions(options.extensions)}`)]; - } +var code = {exports: {}}; - return [path__default['default'].posix.join(directory, '**')]; -}; +/* + Copyright (C) 2013-2014 Yusuke Suzuki + Copyright (C) 2014 Ivan Nikulin + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ -var dirGlob = async (input, options) => { - options = Object.assign({ - cwd: process.cwd() - }, options); +(function () { - if (typeof options.cwd !== 'string') { - throw new TypeError(`Expected \`cwd\` to be of type \`string\` but received type \`${typeof options.cwd}\``); - } + var ES6Regex, ES5Regex, NON_ASCII_WHITESPACES, IDENTIFIER_START, IDENTIFIER_PART, ch; // See `tools/generate-identifier-regex.js`. - const globs = await Promise.all([].concat(input).map(async x => { - const isDirectory = await pathType.isDirectory(getPath(x, options.cwd)); - return isDirectory ? getGlob(x, options) : x; - })); - return [].concat.apply([], globs); // eslint-disable-line prefer-spread -}; + ES5Regex = { + // ECMAScript 5.1/Unicode v9.0.0 NonAsciiIdentifierStart: + NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/, + // ECMAScript 5.1/Unicode v9.0.0 NonAsciiIdentifierPart: + NonAsciiIdentifierPart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/ + }; + ES6Regex = { + // ECMAScript 6/Unicode v9.0.0 NonAsciiIdentifierStart: + NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/, + // ECMAScript 6/Unicode v9.0.0 NonAsciiIdentifierPart: + NonAsciiIdentifierPart: /[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/ + }; -var sync$7 = (input, options) => { - options = Object.assign({ - cwd: process.cwd() - }, options); + function isDecimalDigit(ch) { + return 0x30 <= ch && ch <= 0x39; // 0..9 + } - if (typeof options.cwd !== 'string') { - throw new TypeError(`Expected \`cwd\` to be of type \`string\` but received type \`${typeof options.cwd}\``); + function isHexDigit(ch) { + return 0x30 <= ch && ch <= 0x39 || // 0..9 + 0x61 <= ch && ch <= 0x66 || // a..f + 0x41 <= ch && ch <= 0x46; // A..F } - const globs = [].concat(input).map(x => pathType.isDirectorySync(getPath(x, options.cwd)) ? getGlob(x, options) : x); - return [].concat.apply([], globs); // eslint-disable-line prefer-spread -}; -dirGlob.sync = sync$7; + function isOctalDigit(ch) { + return ch >= 0x30 && ch <= 0x37; // 0..7 + } // 7.2 White Space -// A simple implementation of make-array -function makeArray(subject) { - return Array.isArray(subject) ? subject : [subject]; -} -const EMPTY = ''; -const SPACE = ' '; -const ESCAPE = '\\'; -const REGEX_TEST_BLANK_LINE = /^\s+$/; -const REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION = /^\\!/; -const REGEX_REPLACE_LEADING_EXCAPED_HASH = /^\\#/; -const REGEX_SPLITALL_CRLF = /\r?\n/g; // /foo, -// ./foo, -// ../foo, -// . -// .. + NON_ASCII_WHITESPACES = [0x1680, 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005, 0x2006, 0x2007, 0x2008, 0x2009, 0x200A, 0x202F, 0x205F, 0x3000, 0xFEFF]; -const REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/; -const SLASH$1 = '/'; -const KEY_IGNORE$1 = typeof Symbol !== 'undefined' ? Symbol.for('node-ignore') -/* istanbul ignore next */ -: 'node-ignore'; + function isWhiteSpace(ch) { + return ch === 0x20 || ch === 0x09 || ch === 0x0B || ch === 0x0C || ch === 0xA0 || ch >= 0x1680 && NON_ASCII_WHITESPACES.indexOf(ch) >= 0; + } // 7.3 Line Terminators -const define$1 = (object, key, value) => Object.defineProperty(object, key, { - value -}); -const REGEX_REGEXP_RANGE$1 = /([0-z])-([0-z])/g; // Sanitize the range of a regular expression -// The cases are complicated, see test cases for details + function isLineTerminator(ch) { + return ch === 0x0A || ch === 0x0D || ch === 0x2028 || ch === 0x2029; + } // 7.6 Identifier Names and Identifiers -const sanitizeRange$1 = range => range.replace(REGEX_REGEXP_RANGE$1, (match, from, to) => from.charCodeAt(0) <= to.charCodeAt(0) ? match // Invalid range (out of order) which is ok for gitignore rules but -// fatal for JavaScript regular expression, so eliminate it. -: EMPTY); // See fixtures #59 + function fromCodePoint(cp) { + if (cp <= 0xFFFF) { + return String.fromCharCode(cp); + } -const cleanRangeBackSlash = slashes => { - const { - length - } = slashes; - return slashes.slice(0, length - length % 2); -}; // > If the pattern ends with a slash, -// > it is removed for the purpose of the following description, -// > but it would only find a match with a directory. -// > In other words, foo/ will match a directory foo and paths underneath it, -// > but will not match a regular file or a symbolic link foo -// > (this is consistent with the way how pathspec works in general in Git). -// '`foo/`' will not match regular file '`foo`' or symbolic link '`foo`' -// -> ignore-rules will not deal with it, because it costs extra `fs.stat` call -// you could use option `mark: true` with `glob` -// '`foo/`' should not continue with the '`..`' + var cu1 = String.fromCharCode(Math.floor((cp - 0x10000) / 0x400) + 0xD800); + var cu2 = String.fromCharCode((cp - 0x10000) % 0x400 + 0xDC00); + return cu1 + cu2; + } + IDENTIFIER_START = new Array(0x80); -const REPLACERS = [// > Trailing spaces are ignored unless they are quoted with backslash ("\") -[// (a\ ) -> (a ) -// (a ) -> (a) -// (a \ ) -> (a ) -/\\?\s+$/, match => match.indexOf('\\') === 0 ? SPACE : EMPTY], // replace (\ ) with ' ' -[/\\\s/g, () => SPACE], // Escape metacharacters -// which is written down by users but means special for regular expressions. -// > There are 12 characters with special meanings: -// > - the backslash \, -// > - the caret ^, -// > - the dollar sign $, -// > - the period or dot ., -// > - the vertical bar or pipe symbol |, -// > - the question mark ?, -// > - the asterisk or star *, -// > - the plus sign +, -// > - the opening parenthesis (, -// > - the closing parenthesis ), -// > - and the opening square bracket [, -// > - the opening curly brace {, -// > These special characters are often called "metacharacters". -[/[\\$.|*+(){^]/g, match => `\\${match}`], [// > a question mark (?) matches a single character -/(?!\\)\?/g, () => '[^/]'], // leading slash -[// > A leading slash matches the beginning of the pathname. -// > For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". -// A leading slash matches the beginning of the pathname -/^\//, () => '^'], // replace special metacharacter slash after the leading slash -[/\//g, () => '\\/'], [// > A leading "**" followed by a slash means match in all directories. -// > For example, "**/foo" matches file or directory "foo" anywhere, -// > the same as pattern "foo". -// > "**/foo/bar" matches file or directory "bar" anywhere that is directly -// > under directory "foo". -// Notice that the '*'s have been replaced as '\\*' -/^\^*\\\*\\\*\\\//, // '**/foo' <-> 'foo' -() => '^(?:.*\\/)?'], // starting -[// there will be no leading '/' -// (which has been replaced by section "leading slash") -// If starts with '**', adding a '^' to the regular expression also works -/^(?=[^^])/, function startingReplacer() { - // If has a slash `/` at the beginning or middle - return !/\/(?!$)/.test(this) // > Prior to 2.22.1 - // > If the pattern does not contain a slash /, - // > Git treats it as a shell glob pattern - // Actually, if there is only a trailing slash, - // git also treats it as a shell glob pattern - // After 2.22.1 (compatible but clearer) - // > If there is a separator at the beginning or middle (or both) - // > of the pattern, then the pattern is relative to the directory - // > level of the particular .gitignore file itself. - // > Otherwise the pattern may also match at any level below - // > the .gitignore level. - ? '(?:^|\\/)' // > Otherwise, Git treats the pattern as a shell glob suitable for - // > consumption by fnmatch(3) - : '^'; -}], // two globstars -[// Use lookahead assertions so that we could match more than one `'/**'` -/\\\/\\\*\\\*(?=\\\/|$)/g, // Zero, one or several directories -// should not use '*', or it will be replaced by the next replacer -// Check if it is not the last `'/**'` -(_, index, str) => index + 6 < str.length // case: /**/ -// > A slash followed by two consecutive asterisks then a slash matches -// > zero or more directories. -// > For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on. -// '/**/' -? '(?:\\/[^\\/]+)*' // case: /** -// > A trailing `"/**"` matches everything inside. -// #21: everything inside but it should not include the current folder -: '\\/.+'], // intermediate wildcards -[// Never replace escaped '*' -// ignore rule '\*' will match the path '*' -// 'abc.*/' -> go -// 'abc.*' -> skip this rule -/(^|[^\\]+)\\\*(?=.+)/g, // '*.js' matches '.js' -// '*.js' doesn't match 'abc' -(_, p1) => `${p1}[^\\/]*`], [// unescape, revert step 3 except for back slash -// For example, if a user escape a '\\*', -// after step 3, the result will be '\\\\\\*' -/\\\\\\(?=[$.|*+(){^])/g, () => ESCAPE], [// '\\\\' -> '\\' -/\\\\/g, () => ESCAPE], [// > The range notation, e.g. [a-zA-Z], -// > can be used to match one of the characters in a range. -// `\` is escaped by step 3 -/(\\)?\[([^\]/]*?)(\\*)($|\])/g, (match, leadEscape, range, endEscape, close) => leadEscape === ESCAPE // '\\[bar]' -> '\\\\[bar\\]' -? `\\[${range}${cleanRangeBackSlash(endEscape)}${close}` : close === ']' ? endEscape.length % 2 === 0 // A normal case, and it is a range notation -// '[bar]' -// '[bar\\\\]' -? `[${sanitizeRange$1(range)}${endEscape}]` // Invalid range notaton -// '[bar\\]' -> '[bar\\\\]' -: '[]' : '[]'], // ending -[// 'js' will not match 'js.' -// 'ab' will not match 'abc' -/(?:[^*])$/, // WTF! -// https://git-scm.com/docs/gitignore -// changes in [2.22.1](https://git-scm.com/docs/gitignore/2.22.1) -// which re-fixes #24, #38 -// > If there is a separator at the end of the pattern then the pattern -// > will only match directories, otherwise the pattern can match both -// > files and directories. -// 'js*' will not match 'a.js' -// 'js/' will not match 'a.js' -// 'js' will match 'a.js' and 'a.js/' -match => /\/$/.test(match) // foo/ will not match 'foo' -? `${match}$` // foo matches 'foo' and 'foo/' -: `${match}(?=$|\\/$)`], // trailing wildcard -[/(\^|\\\/)?\\\*$/, (_, p1) => { - const prefix = p1 // '\^': - // '/*' does not match EMPTY - // '/*' does not match everything - // '\\\/': - // 'abc/*' does not match 'abc/' - ? `${p1}[^/]+` // 'a*' matches 'a' - // 'a*' matches 'aa' - : '[^/]*'; - return `${prefix}(?=$|\\/$)`; -}]]; // A simple cache, because an ignore rule only has only one certain meaning + for (ch = 0; ch < 0x80; ++ch) { + IDENTIFIER_START[ch] = ch >= 0x61 && ch <= 0x7A || // a..z + ch >= 0x41 && ch <= 0x5A || // A..Z + ch === 0x24 || ch === 0x5F; // $ (dollar) and _ (underscore) + } -const regexCache = Object.create(null); // @param {pattern} + IDENTIFIER_PART = new Array(0x80); -const makeRegex = (pattern, negative, ignorecase) => { - const r = regexCache[pattern]; + for (ch = 0; ch < 0x80; ++ch) { + IDENTIFIER_PART[ch] = ch >= 0x61 && ch <= 0x7A || // a..z + ch >= 0x41 && ch <= 0x5A || // A..Z + ch >= 0x30 && ch <= 0x39 || // 0..9 + ch === 0x24 || ch === 0x5F; // $ (dollar) and _ (underscore) + } - if (r) { - return r; - } // const replacers = negative - // ? NEGATIVE_REPLACERS - // : POSITIVE_REPLACERS + function isIdentifierStartES5(ch) { + return ch < 0x80 ? IDENTIFIER_START[ch] : ES5Regex.NonAsciiIdentifierStart.test(fromCodePoint(ch)); + } + function isIdentifierPartES5(ch) { + return ch < 0x80 ? IDENTIFIER_PART[ch] : ES5Regex.NonAsciiIdentifierPart.test(fromCodePoint(ch)); + } - const source = REPLACERS.reduce((prev, current) => prev.replace(current[0], current[1].bind(pattern)), pattern); - return regexCache[pattern] = ignorecase ? new RegExp(source, 'i') : new RegExp(source); -}; + function isIdentifierStartES6(ch) { + return ch < 0x80 ? IDENTIFIER_START[ch] : ES6Regex.NonAsciiIdentifierStart.test(fromCodePoint(ch)); + } -const isString = subject => typeof subject === 'string'; // > A blank line matches no files, so it can serve as a separator for readability. + function isIdentifierPartES6(ch) { + return ch < 0x80 ? IDENTIFIER_PART[ch] : ES6Regex.NonAsciiIdentifierPart.test(fromCodePoint(ch)); + } + code.exports = { + isDecimalDigit: isDecimalDigit, + isHexDigit: isHexDigit, + isOctalDigit: isOctalDigit, + isWhiteSpace: isWhiteSpace, + isLineTerminator: isLineTerminator, + isIdentifierStartES5: isIdentifierStartES5, + isIdentifierPartES5: isIdentifierPartES5, + isIdentifierStartES6: isIdentifierStartES6, + isIdentifierPartES6: isIdentifierPartES6 + }; +})(); -const checkPattern$1 = pattern => pattern && isString(pattern) && !REGEX_TEST_BLANK_LINE.test(pattern) // > A line starting with # serves as a comment. -&& pattern.indexOf('#') !== 0; +var keyword = {exports: {}}; -const splitPattern = pattern => pattern.split(REGEX_SPLITALL_CRLF); +/* + Copyright (C) 2013 Yusuke Suzuki + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ -class IgnoreRule { - constructor(origin, pattern, negative, regex) { - this.origin = origin; - this.pattern = pattern; - this.negative = negative; - this.regex = regex; - } +(function () { -} + var code$1 = code.exports; -const createRule$1 = (pattern, ignorecase) => { - const origin = pattern; - let negative = false; // > An optional prefix "!" which negates the pattern; + function isStrictModeReservedWordES6(id) { + switch (id) { + case 'implements': + case 'interface': + case 'package': + case 'private': + case 'protected': + case 'public': + case 'static': + case 'let': + return true; - if (pattern.indexOf('!') === 0) { - negative = true; - pattern = pattern.substr(1); + default: + return false; + } } - pattern = pattern // > Put a backslash ("\") in front of the first "!" for patterns that - // > begin with a literal "!", for example, `"\!important!.txt"`. - .replace(REGEX_REPLACE_LEADING_EXCAPED_EXCLAMATION, '!') // > Put a backslash ("\") in front of the first hash for patterns that - // > begin with a hash. - .replace(REGEX_REPLACE_LEADING_EXCAPED_HASH, '#'); - const regex = makeRegex(pattern, negative, ignorecase); - return new IgnoreRule(origin, pattern, negative, regex); -}; + function isKeywordES5(id, strict) { + // yield should not be treated as keyword under non-strict mode. + if (!strict && id === 'yield') { + return false; + } -const throwError = (message, Ctor) => { - throw new Ctor(message); -}; + return isKeywordES6(id, strict); + } -const checkPath = (path, originalPath, doThrow) => { - if (!isString(path)) { - return doThrow(`path must be a string, but got \`${originalPath}\``, TypeError); - } // We don't know if we should ignore EMPTY, so throw + function isKeywordES6(id, strict) { + if (strict && isStrictModeReservedWordES6(id)) { + return true; + } + switch (id.length) { + case 2: + return id === 'if' || id === 'in' || id === 'do'; - if (!path) { - return doThrow(`path must not be empty`, TypeError); - } // Check if it is a relative path + case 3: + return id === 'var' || id === 'for' || id === 'new' || id === 'try'; + case 4: + return id === 'this' || id === 'else' || id === 'case' || id === 'void' || id === 'with' || id === 'enum'; - if (checkPath.isNotRelative(path)) { - const r = '`path.relative()`d'; - return doThrow(`path should be a ${r} string, but got "${originalPath}"`, RangeError); - } + case 5: + return id === 'while' || id === 'break' || id === 'catch' || id === 'throw' || id === 'const' || id === 'yield' || id === 'class' || id === 'super'; - return true; -}; + case 6: + return id === 'return' || id === 'typeof' || id === 'delete' || id === 'switch' || id === 'export' || id === 'import'; -const isNotRelative = path => REGEX_TEST_INVALID_PATH.test(path); + case 7: + return id === 'default' || id === 'finally' || id === 'extends'; -checkPath.isNotRelative = isNotRelative; + case 8: + return id === 'function' || id === 'continue' || id === 'debugger'; -checkPath.convert = p => p; + case 10: + return id === 'instanceof'; -class Ignore { - constructor({ - ignorecase = true - } = {}) { - this._rules = []; - this._ignorecase = ignorecase; - define$1(this, KEY_IGNORE$1, true); + default: + return false; + } + } - this._initCache(); + function isReservedWordES5(id, strict) { + return id === 'null' || id === 'true' || id === 'false' || isKeywordES5(id, strict); } - _initCache() { - this._ignoreCache = Object.create(null); - this._testCache = Object.create(null); + function isReservedWordES6(id, strict) { + return id === 'null' || id === 'true' || id === 'false' || isKeywordES6(id, strict); } - _addPattern(pattern) { - // #32 - if (pattern && pattern[KEY_IGNORE$1]) { - this._rules = this._rules.concat(pattern._rules); - this._added = true; - return; - } + function isRestrictedWord(id) { + return id === 'eval' || id === 'arguments'; + } - if (checkPattern$1(pattern)) { - const rule = createRule$1(pattern, this._ignorecase); - this._added = true; + function isIdentifierNameES5(id) { + var i, iz, ch; - this._rules.push(rule); + if (id.length === 0) { + return false; } - } // @param {Array | string | Ignore} pattern + ch = id.charCodeAt(0); - add(pattern) { - this._added = false; - makeArray(isString(pattern) ? splitPattern(pattern) : pattern).forEach(this._addPattern, this); // Some rules have just added to the ignore, - // making the behavior changed. - - if (this._added) { - this._initCache(); + if (!code$1.isIdentifierStartES5(ch)) { + return false; } - return this; - } // legacy + for (i = 1, iz = id.length; i < iz; ++i) { + ch = id.charCodeAt(i); + if (!code$1.isIdentifierPartES5(ch)) { + return false; + } + } - addPattern(pattern) { - return this.add(pattern); - } // | ignored : unignored - // negative | 0:0 | 0:1 | 1:0 | 1:1 - // -------- | ------- | ------- | ------- | -------- - // 0 | TEST | TEST | SKIP | X - // 1 | TESTIF | SKIP | TEST | X - // - SKIP: always skip - // - TEST: always test - // - TESTIF: only test if checkUnignored - // - X: that never happen - // @param {boolean} whether should check if the path is unignored, - // setting `checkUnignored` to `false` could reduce additional - // path matching. - // @returns {TestResult} true if a file is ignored - + return true; + } - _testOne(path, checkUnignored) { - let ignored = false; - let unignored = false; + function decodeUtf16(lead, trail) { + return (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000; + } - this._rules.forEach(rule => { - const { - negative - } = rule; + function isIdentifierNameES6(id) { + var i, iz, ch, lowCh, check; - if (unignored === negative && ignored !== unignored || negative && !ignored && !unignored && !checkUnignored) { - return; - } + if (id.length === 0) { + return false; + } - const matched = rule.regex.test(path); + check = code$1.isIdentifierStartES6; - if (matched) { - ignored = !negative; - unignored = negative; - } - }); + for (i = 0, iz = id.length; i < iz; ++i) { + ch = id.charCodeAt(i); - return { - ignored, - unignored - }; - } // @returns {TestResult} + if (0xD800 <= ch && ch <= 0xDBFF) { + ++i; + if (i >= iz) { + return false; + } - _test(originalPath, cache, checkUnignored, slices) { - const path = originalPath // Supports nullable path - && checkPath.convert(originalPath); - checkPath(path, originalPath, throwError); - return this._t(path, cache, checkUnignored, slices); - } + lowCh = id.charCodeAt(i); - _t(path, cache, checkUnignored, slices) { - if (path in cache) { - return cache[path]; - } + if (!(0xDC00 <= lowCh && lowCh <= 0xDFFF)) { + return false; + } - if (!slices) { - // path/to/a.js - // ['path', 'to', 'a.js'] - slices = path.split(SLASH$1); - } + ch = decodeUtf16(ch, lowCh); + } - slices.pop(); // If the path has no parent directory, just test it + if (!check(ch)) { + return false; + } - if (!slices.length) { - return cache[path] = this._testOne(path, checkUnignored); + check = code$1.isIdentifierPartES6; } - const parent = this._t(slices.join(SLASH$1) + SLASH$1, cache, checkUnignored, slices); // If the path contains a parent directory, check the parent first - - - return cache[path] = parent.ignored // > It is not possible to re-include a file if a parent directory of - // > that file is excluded. - ? parent : this._testOne(path, checkUnignored); + return true; } - ignores(path) { - return this._test(path, this._ignoreCache, false).ignored; + function isIdentifierES5(id, strict) { + return isIdentifierNameES5(id) && !isReservedWordES5(id, strict); } - createFilter() { - return path => !this.ignores(path); + function isIdentifierES6(id, strict) { + return isIdentifierNameES6(id) && !isReservedWordES6(id, strict); } - filter(paths) { - return makeArray(paths).filter(this.createFilter()); - } // @returns {TestResult} - + keyword.exports = { + isKeywordES5: isKeywordES5, + isKeywordES6: isKeywordES6, + isReservedWordES5: isReservedWordES5, + isReservedWordES6: isReservedWordES6, + isRestrictedWord: isRestrictedWord, + isIdentifierNameES5: isIdentifierNameES5, + isIdentifierNameES6: isIdentifierNameES6, + isIdentifierES5: isIdentifierES5, + isIdentifierES6: isIdentifierES6 + }; +})(); - test(path) { - return this._test(path, this._testCache, true); - } +/* + Copyright (C) 2013 Yusuke Suzuki + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ -} +(function () { -const factory = options => new Ignore(options); + utils$6.ast = ast.exports; + utils$6.code = code.exports; + utils$6.keyword = keyword.exports; +})(); -const returnFalse = () => false; +const isIdentifierName = utils$6.keyword.isIdentifierNameES5; +const { + getLast: getLast$l, + hasNewline: hasNewline$7, + skipWhitespace, + isNonEmptyArray: isNonEmptyArray$h, + isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$1, + getStringWidth: getStringWidth$3 +} = util$8; +const { + locStart: locStart$q, + locEnd: locEnd$p, + hasSameLocStart +} = loc$6; +/** + * @typedef {import("./types/estree").Node} Node + * @typedef {import("./types/estree").TemplateLiteral} TemplateLiteral + * @typedef {import("./types/estree").Comment} Comment + * @typedef {import("./types/estree").MemberExpression} MemberExpression + * @typedef {import("./types/estree").OptionalMemberExpression} OptionalMemberExpression + * @typedef {import("./types/estree").CallExpression} CallExpression + * @typedef {import("./types/estree").OptionalCallExpression} OptionalCallExpression + * @typedef {import("./types/estree").Expression} Expression + * @typedef {import("./types/estree").Property} Property + * @typedef {import("./types/estree").ObjectTypeProperty} ObjectTypeProperty + * @typedef {import("./types/estree").TaggedTemplateExpression} TaggedTemplateExpression + * @typedef {import("./types/estree").Literal} Literal + * + * @typedef {import("../common/ast-path")} AstPath + */ +// We match any whitespace except line terminators because +// Flow annotation comments cannot be split across lines. For example: +// +// (this /* +// : any */).foo = 5; +// +// is not picked up by Flow (see https://github.com/facebook/flow/issues/7050), so +// removing the newline would create a type annotation that the user did not intend +// to create. -const isPathValid = path => checkPath(path && checkPath.convert(path), path, returnFalse); +const NON_LINE_TERMINATING_WHITE_SPACE = "(?:(?=.)\\s)"; +const FLOW_SHORTHAND_ANNOTATION = new RegExp(`^${NON_LINE_TERMINATING_WHITE_SPACE}*:`); +const FLOW_ANNOTATION = new RegExp(`^${NON_LINE_TERMINATING_WHITE_SPACE}*::`); +/** + * @param {Node} node + * @returns {boolean} + */ -factory.isPathValid = isPathValid; // Fixes typescript +function hasFlowShorthandAnnotationComment$3(node) { + // https://flow.org/en/docs/types/comments/ + // Syntax example: const r = new (window.Request /*: Class */)(""); + return node.extra && node.extra.parenthesized && isNonEmptyArray$h(node.trailingComments) && isBlockComment$5(node.trailingComments[0]) && FLOW_SHORTHAND_ANNOTATION.test(node.trailingComments[0].value); +} +/** + * @param {Comment[]} comments + * @returns {boolean} + */ -factory.default = factory; -var ignore$1 = factory; // Windows -// -------------------------------------------------------------- -/* istanbul ignore if */ +function hasFlowAnnotationComment$2(comments) { + return isNonEmptyArray$h(comments) && isBlockComment$5(comments[0]) && FLOW_ANNOTATION.test(comments[0].value); +} +/** + * @param {Node} node + * @param {(Node) => boolean} fn + * @returns {boolean} + */ -if ( // Detect `process` so that it can run in browsers. -typeof process !== 'undefined' && (process.env && process.env.IGNORE_TEST_WIN32 || process.platform === 'win32')) { - /* eslint no-control-regex: "off" */ - const makePosix = str => /^\\\\\?\\/.test(str) || /["<>|\u0000-\u001F]+/u.test(str) ? str : str.replace(/\\/g, '/'); - checkPath.convert = makePosix; // 'C:\\foo' <- 'C:\\foo' has been converted to 'C:/' - // 'd:\\foo' +function hasNode$2(node, fn) { + if (!node || typeof node !== "object") { + return false; + } - const REGIX_IS_WINDOWS_PATH_ABSOLUTE = /^[a-z]:\//i; + if (Array.isArray(node)) { + return node.some(value => hasNode$2(value, fn)); + } - checkPath.isNotRelative = path => REGIX_IS_WINDOWS_PATH_ABSOLUTE.test(path) || isNotRelative(path); + const result = fn(node); + return typeof result === "boolean" ? result : Object.values(node).some(value => hasNode$2(value, fn)); } +/** + * @param {Node} node + * @returns {boolean} + */ -var slash$1 = path => { - const isExtendedLengthPath = /^\\\\\?\\/.test(path); - const hasNonAscii = /[^\u0000-\u0080]+/.test(path); // eslint-disable-line no-control-regex - if (isExtendedLengthPath || hasNonAscii) { - return path; +function hasNakedLeftSide$3(node) { + return node.type === "AssignmentExpression" || node.type === "BinaryExpression" || node.type === "LogicalExpression" || node.type === "NGPipeExpression" || node.type === "ConditionalExpression" || isCallExpression$d(node) || isMemberExpression$a(node) || node.type === "SequenceExpression" || node.type === "TaggedTemplateExpression" || node.type === "BindExpression" || node.type === "UpdateExpression" && !node.prefix || node.type === "TSAsExpression" || node.type === "TSNonNullExpression"; +} + +function getLeftSide$1(node) { + if (node.expressions) { + return node.expressions[0]; } - return path.replace(/\\/g, '/'); -}; + return node.left || node.test || node.callee || node.object || node.tag || node.argument || node.expression; +} -const { - promisify: promisify$1 -} = util__default['default']; -const DEFAULT_IGNORE = ['**/node_modules/**', '**/flow-typed/**', '**/coverage/**', '**/.git']; -const readFileP = promisify$1(fs__default['default'].readFile); +function getLeftSidePathName$2(path, node) { + if (node.expressions) { + return ["expressions", 0]; + } -const mapGitIgnorePatternTo = base => ignore => { - if (ignore.startsWith('!')) { - return '!' + path__default['default'].posix.join(base, ignore.slice(1)); + if (node.left) { + return ["left"]; } - return path__default['default'].posix.join(base, ignore); -}; + if (node.test) { + return ["test"]; + } -const parseGitIgnore = (content, options) => { - const base = slash$1(path__default['default'].relative(options.cwd, path__default['default'].dirname(options.fileName))); - return content.split(/\r?\n/).filter(Boolean).filter(line => !line.startsWith('#')).map(mapGitIgnorePatternTo(base)); -}; + if (node.object) { + return ["object"]; + } -const reduceIgnore = files => { - return files.reduce((ignores, file) => { - ignores.add(parseGitIgnore(file.content, { - cwd: file.cwd, - fileName: file.filePath - })); - return ignores; - }, ignore$1()); -}; + if (node.callee) { + return ["callee"]; + } -const ensureAbsolutePathForCwd = (cwd, p) => { - cwd = slash$1(cwd); + if (node.tag) { + return ["tag"]; + } - if (path__default['default'].isAbsolute(p)) { - if (p.startsWith(cwd)) { - return p; - } + if (node.argument) { + return ["argument"]; + } - throw new Error(`Path ${p} is not in cwd ${cwd}`); + if (node.expression) { + return ["expression"]; } - return path__default['default'].join(cwd, p); -}; + throw new Error("Unexpected node has no left side."); +} +/** + * @param {Comment} comment + * @returns {boolean} + */ -const getIsIgnoredPredecate = (ignores, cwd) => { - return p => ignores.ignores(slash$1(path__default['default'].relative(cwd, ensureAbsolutePathForCwd(cwd, p)))); -}; -const getFile = async (file, cwd) => { - const filePath = path__default['default'].join(cwd, file); - const content = await readFileP(filePath, 'utf8'); - return { - cwd, - filePath, - content - }; -}; +function isBlockComment$5(comment) { + return comment.type === "Block" || comment.type === "CommentBlock" || // `meriyah` + comment.type === "MultiLine"; +} +/** + * @param {Comment} comment + * @returns {boolean} + */ -const getFileSync = (file, cwd) => { - const filePath = path__default['default'].join(cwd, file); - const content = fs__default['default'].readFileSync(filePath, 'utf8'); - return { - cwd, - filePath, - content - }; -}; -const normalizeOptions$3 = ({ - ignore = [], - cwd = slash$1(process.cwd()) -} = {}) => { - return { - ignore, - cwd - }; -}; +function isLineComment$3(comment) { + return comment.type === "Line" || comment.type === "CommentLine" || // `meriyah` has `SingleLine`, `HashbangComment`, `HTMLOpen`, and `HTMLClose` + comment.type === "SingleLine" || comment.type === "HashbangComment" || comment.type === "HTMLOpen" || comment.type === "HTMLClose"; +} -var gitignore = async options => { - options = normalizeOptions$3(options); - const paths = await out$3('**/.gitignore', { - ignore: DEFAULT_IGNORE.concat(options.ignore), - cwd: options.cwd - }); - const files = await Promise.all(paths.map(file => getFile(file, options.cwd))); - const ignores = reduceIgnore(files); - return getIsIgnoredPredecate(ignores, options.cwd); -}; +const exportDeclarationTypes = new Set(["ExportDefaultDeclaration", "ExportDefaultSpecifier", "DeclareExportDeclaration", "ExportNamedDeclaration", "ExportAllDeclaration"]); +/** + * @param {Node} node + * @returns {boolean} + */ -var sync$8 = options => { - options = normalizeOptions$3(options); - const paths = out$3.sync('**/.gitignore', { - ignore: DEFAULT_IGNORE.concat(options.ignore), - cwd: options.cwd - }); - const files = paths.map(file => getFileSync(file, options.cwd)); - const ignores = reduceIgnore(files); - return getIsIgnoredPredecate(ignores, options.cwd); -}; -gitignore.sync = sync$8; +function isExportDeclaration(node) { + return node && exportDeclarationTypes.has(node.type); +} +/** + * @param {AstPath} path + * @returns {Node | null} + */ -const { - Transform -} = stream_1__default['default']; -class ObjectTransform extends Transform { - constructor() { - super({ - objectMode: true - }); +function getParentExportDeclaration$2(path) { + const parentNode = path.getParentNode(); + + if (path.getName() === "declaration" && isExportDeclaration(parentNode)) { + return parentNode; } + return null; } +/** + * @param {Node} node + * @returns {boolean} + */ -class FilterStream extends ObjectTransform { - constructor(filter) { - super(); - this._filter = filter; - } - _transform(data, encoding, callback) { - if (this._filter(data)) { - this.push(data); - } +function isLiteral$3(node) { + return node.type === "BooleanLiteral" || node.type === "DirectiveLiteral" || node.type === "Literal" || node.type === "NullLiteral" || node.type === "NumericLiteral" || node.type === "BigIntLiteral" || node.type === "DecimalLiteral" || node.type === "RegExpLiteral" || node.type === "StringLiteral" || node.type === "TemplateLiteral" || node.type === "TSTypeLiteral" || node.type === "JSXText"; +} +/** + * @param {Node} node + * @returns {boolean} + */ - callback(); - } +function isNumericLiteral$5(node) { + return node.type === "NumericLiteral" || node.type === "Literal" && typeof node.value === "number"; } -class UniqueStream extends ObjectTransform { - constructor() { - super(); - this._pushed = new Set(); - } +function isSignedNumericLiteral$2(node) { + return node.type === "UnaryExpression" && (node.operator === "+" || node.operator === "-") && isNumericLiteral$5(node.argument); +} +/** + * @param {Node} node + * @returns {boolean} + */ - _transform(data, encoding, callback) { - if (!this._pushed.has(data)) { - this.push(data); - this._pushed.add(data); - } +function isStringLiteral$5(node) { + return node.type === "StringLiteral" || node.type === "Literal" && typeof node.value === "string"; +} +/** + * @param {Node} node + * @returns {boolean} + */ - callback(); - } +function isObjectType$3(node) { + return node.type === "ObjectTypeAnnotation" || node.type === "TSTypeLiteral" || node.type === "TSMappedType"; } +/** + * @param {Node} node + * @returns {boolean} + */ -var streamUtils = { - FilterStream, - UniqueStream -}; -const { - FilterStream: FilterStream$1, - UniqueStream: UniqueStream$1 -} = streamUtils; +function isFunctionOrArrowExpression$1(node) { + return node.type === "FunctionExpression" || node.type === "ArrowFunctionExpression"; +} +/** + * @param {Node} node + * @returns {boolean} + */ -const DEFAULT_FILTER = () => false; -const isNegative = pattern => pattern[0] === '!'; +function isFunctionOrArrowExpressionWithBody(node) { + return node.type === "FunctionExpression" || node.type === "ArrowFunctionExpression" && node.body.type === "BlockStatement"; +} +/** + * @param {Node} node + * @returns {boolean} + */ -const assertPatternsInput$1 = patterns => { - if (!patterns.every(pattern => typeof pattern === 'string')) { - throw new TypeError('Patterns must be a string or an array of strings'); - } -}; -const checkCwdOption = (options = {}) => { - if (!options.cwd) { - return; - } +function isTemplateLiteral(node) { + return node.type === "TemplateLiteral"; +} +/** + * Note: `inject` is used in AngularJS 1.x, `async` in Angular 2+ + * example: https://docs.angularjs.org/guide/unit-testing#using-beforeall- + * + * @param {CallExpression} node + * @returns {boolean} + */ - let stat; - try { - stat = fs__default['default'].statSync(options.cwd); - } catch (_) { - return; - } +function isAngularTestWrapper(node) { + return isCallExpression$d(node) && node.callee.type === "Identifier" && (node.callee.name === "async" || node.callee.name === "inject" || node.callee.name === "fakeAsync"); +} +/** + * @param {Node} node + * @returns {boolean} + */ - if (!stat.isDirectory()) { - throw new Error('The `cwd` option must be a path to a directory'); - } -}; -const getPathString = p => p.stats instanceof fs__default['default'].Stats ? p.path : p; +function isJsxNode$7(node) { + return node.type === "JSXElement" || node.type === "JSXFragment"; +} -const generateGlobTasks = (patterns, taskOptions) => { - patterns = arrayUnion([].concat(patterns)); - assertPatternsInput$1(patterns); - checkCwdOption(taskOptions); - const globTasks = []; - taskOptions = Object.assign({ - ignore: [], - expandDirectories: true - }, taskOptions); +function isTheOnlyJsxElementInMarkdown$2(options, path) { + if (options.parentParser !== "markdown" && options.parentParser !== "mdx") { + return false; + } - for (const [index, pattern] of patterns.entries()) { - if (isNegative(pattern)) { - continue; - } + const node = path.getNode(); - const ignore = patterns.slice(index).filter(isNegative).map(pattern => pattern.slice(1)); - const options = Object.assign({}, taskOptions, { - ignore: taskOptions.ignore.concat(ignore) - }); - globTasks.push({ - pattern, - options - }); + if (!node.expression || !isJsxNode$7(node.expression)) { + return false; } - return globTasks; -}; + const parent = path.getParentNode(); + return parent.type === "Program" && parent.body.length === 1; +} -const globDirs = (task, fn) => { - let options = {}; +function isGetterOrSetter$1(node) { + return node.kind === "get" || node.kind === "set"; +} // TODO: This is a bad hack and we need a better way to distinguish between +// arrow functions and otherwise - if (task.options.cwd) { - options.cwd = task.options.cwd; - } - if (Array.isArray(task.options.expandDirectories)) { - options = Object.assign({}, options, { - files: task.options.expandDirectories - }); - } else if (typeof task.options.expandDirectories === 'object') { - options = Object.assign({}, options, task.options.expandDirectories); - } +function isFunctionNotation$1(node) { + return isGetterOrSetter$1(node) || hasSameLocStart(node, node.value); +} // Hack to differentiate between the following two which have the same ast +// type T = { method: () => void }; +// type T = { method(): void }; - return fn(task.pattern, options); -}; +/** + * @param {Node} node + * @returns {boolean} + */ -const getPattern = (task, fn) => task.options.expandDirectories ? globDirs(task, fn) : [task.pattern]; -const getFilterSync = options => { - return options && options.gitignore ? gitignore.sync({ - cwd: options.cwd, - ignore: options.ignore - }) : DEFAULT_FILTER; -}; +function isObjectTypePropertyAFunction$2(node) { + return (node.type === "ObjectTypeProperty" || node.type === "ObjectTypeInternalSlot") && node.value.type === "FunctionTypeAnnotation" && !node.static && !isFunctionNotation$1(node); +} // Hack to differentiate between the following two which have the same ast +// declare function f(a): void; +// var f: (a) => void; -const globToTask = task => glob => { - const { - options - } = task; - if (options.ignore && Array.isArray(options.ignore) && options.expandDirectories) { - options.ignore = dirGlob.sync(options.ignore); - } +function isTypeAnnotationAFunction$1(node) { + return (node.type === "TypeAnnotation" || node.type === "TSTypeAnnotation") && node.typeAnnotation.type === "FunctionTypeAnnotation" && !node.static && !hasSameLocStart(node, node.typeAnnotation); +} - return { - pattern: glob, - options - }; -}; +const binaryishNodeTypes = new Set(["BinaryExpression", "LogicalExpression", "NGPipeExpression"]); +/** + * @param {Node} node + * @returns {boolean} + */ -var globby$1 = async (patterns, options) => { - const globTasks = generateGlobTasks(patterns, options); +function isBinaryish$5(node) { + return binaryishNodeTypes.has(node.type); +} +/** + * @param {Node} node + * @returns {boolean} + */ - const getFilter = async () => { - return options && options.gitignore ? gitignore({ - cwd: options.cwd, - ignore: options.ignore - }) : DEFAULT_FILTER; - }; - const getTasks = async () => { - const tasks = await Promise.all(globTasks.map(async task => { - const globs = await getPattern(task, dirGlob); - return Promise.all(globs.map(globToTask(task))); - })); - return arrayUnion(...tasks); - }; +function isMemberish$2(node) { + return isMemberExpression$a(node) || node.type === "BindExpression" && Boolean(node.object); +} - const [filter, tasks] = await Promise.all([getFilter(), getTasks()]); - const paths = await Promise.all(tasks.map(task => out$3(task.pattern, task.options))); - return arrayUnion(...paths).filter(path_ => !filter(getPathString(path_))); -}; +const simpleTypeAnnotations = new Set([// `any` +"AnyTypeAnnotation", "TSAnyKeyword", // `null` +"NullLiteralTypeAnnotation", "TSNullKeyword", // `this` +"ThisTypeAnnotation", "TSThisType", // `number` +"NumberTypeAnnotation", "TSNumberKeyword", // `void` +"VoidTypeAnnotation", "TSVoidKeyword", // `boolean` +"BooleanTypeAnnotation", "TSBooleanKeyword", // `bigint` +"BigIntTypeAnnotation", "TSBigIntKeyword", // `symbol` +"SymbolTypeAnnotation", "TSSymbolKeyword", // `string` +"StringTypeAnnotation", "TSStringKeyword", // literals +"BooleanLiteralTypeAnnotation", "StringLiteralTypeAnnotation", "BigIntLiteralTypeAnnotation", "NumberLiteralTypeAnnotation", "TSLiteralType", "TSTemplateLiteralType", // flow only, `empty`, `mixed` +"EmptyTypeAnnotation", "MixedTypeAnnotation", // typescript only, `never`, `object`, `undefined`, `unknown` +"TSNeverKeyword", "TSObjectKeyword", "TSUndefinedKeyword", "TSUnknownKeyword"]); +/** + * @param {Node} node + * @returns {boolean} + */ -var sync$9 = (patterns, options) => { - const globTasks = generateGlobTasks(patterns, options); - const tasks = globTasks.reduce((tasks, task) => { - const newTask = getPattern(task, dirGlob.sync).map(globToTask(task)); - return tasks.concat(newTask); - }, []); - const filter = getFilterSync(options); - return tasks.reduce((matches, task) => arrayUnion(matches, out$3.sync(task.pattern, task.options)), []).filter(path_ => !filter(path_)); -}; +function isSimpleType$2(node) { + if (!node) { + return false; + } -var stream$6 = (patterns, options) => { - const globTasks = generateGlobTasks(patterns, options); - const tasks = globTasks.reduce((tasks, task) => { - const newTask = getPattern(task, dirGlob.sync).map(globToTask(task)); - return tasks.concat(newTask); - }, []); - const filter = getFilterSync(options); - const filterStream = new FilterStream$1(p => !filter(p)); - const uniqueStream = new UniqueStream$1(); - return merge2_1(tasks.map(task => out$3.stream(task.pattern, task.options))).pipe(filterStream).pipe(uniqueStream); -}; + if ((node.type === "GenericTypeAnnotation" || node.type === "TSTypeReference") && !node.typeParameters) { + return true; + } -var generateGlobTasks_1 = generateGlobTasks; + if (simpleTypeAnnotations.has(node.type)) { + return true; + } -var hasMagic = (patterns, options) => [].concat(patterns).some(pattern => out$3.isDynamicPattern(pattern, options)); + return false; +} -var gitignore_1 = gitignore; -globby$1.sync = sync$9; -globby$1.stream = stream$6; -globby$1.generateGlobTasks = generateGlobTasks_1; -globby$1.hasMagic = hasMagic; -globby$1.gitignore = gitignore_1; +const unitTestRe = /^(?:skip|[fx]?(?:it|describe|test))$/; +/** + * @param {{callee: MemberExpression | OptionalMemberExpression}} node + * @returns {boolean} + */ -var createLanguage = function (linguistData, override) { - const { - languageId - } = linguistData, - rest = _objectWithoutPropertiesLoose(linguistData, ["languageId"]); +function isSkipOrOnlyBlock(node) { + return isMemberExpression$a(node.callee) && node.callee.object.type === "Identifier" && node.callee.property.type === "Identifier" && unitTestRe.test(node.callee.object.name) && (node.callee.property.name === "only" || node.callee.property.name === "skip"); +} +/** + * @param {CallExpression} node + * @returns {boolean} + */ - return Object.assign({ - linguistLanguageId: languageId - }, rest, override(linguistData)); -}; -var ast = createCommonjsModule(function (module) { - /* - Copyright (C) 2013 Yusuke Suzuki - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - (function () { +function isUnitTestSetUp(node) { + const unitTestSetUpRe = /^(?:before|after)(?:Each|All)$/; + return node.callee.type === "Identifier" && unitTestSetUpRe.test(node.callee.name) && node.arguments.length === 1; +} // eg; `describe("some string", (done) => {})` - function isExpression(node) { - if (node == null) { - return false; - } - switch (node.type) { - case 'ArrayExpression': - case 'AssignmentExpression': - case 'BinaryExpression': - case 'CallExpression': - case 'ConditionalExpression': - case 'FunctionExpression': - case 'Identifier': - case 'Literal': - case 'LogicalExpression': - case 'MemberExpression': - case 'NewExpression': - case 'ObjectExpression': - case 'SequenceExpression': - case 'ThisExpression': - case 'UnaryExpression': - case 'UpdateExpression': - return true; - } +function isTestCall$3(node, parent) { + if (node.type !== "CallExpression") { + return false; + } - return false; + if (node.arguments.length === 1) { + if (isAngularTestWrapper(node) && parent && isTestCall$3(parent)) { + return isFunctionOrArrowExpression$1(node.arguments[0]); } - function isIterationStatement(node) { - if (node == null) { + if (isUnitTestSetUp(node)) { + return isAngularTestWrapper(node.arguments[0]); + } + } else if (node.arguments.length === 2 || node.arguments.length === 3) { + if ((node.callee.type === "Identifier" && unitTestRe.test(node.callee.name) || isSkipOrOnlyBlock(node)) && (isTemplateLiteral(node.arguments[0]) || isStringLiteral$5(node.arguments[0]))) { + // it("name", () => { ... }, 2500) + if (node.arguments[2] && !isNumericLiteral$5(node.arguments[2])) { return false; } - switch (node.type) { - case 'DoWhileStatement': - case 'ForInStatement': - case 'ForStatement': - case 'WhileStatement': - return true; - } - - return false; + return (node.arguments.length === 2 ? isFunctionOrArrowExpression$1(node.arguments[1]) : isFunctionOrArrowExpressionWithBody(node.arguments[1]) && getFunctionParameters$6(node.arguments[1]).length <= 1) || isAngularTestWrapper(node.arguments[1]); } + } - function isStatement(node) { - if (node == null) { - return false; - } + return false; +} +/** + * @param {Node} node + * @returns {boolean} + */ - switch (node.type) { - case 'BlockStatement': - case 'BreakStatement': - case 'ContinueStatement': - case 'DebuggerStatement': - case 'DoWhileStatement': - case 'EmptyStatement': - case 'ExpressionStatement': - case 'ForInStatement': - case 'ForStatement': - case 'IfStatement': - case 'LabeledStatement': - case 'ReturnStatement': - case 'SwitchStatement': - case 'ThrowStatement': - case 'TryStatement': - case 'VariableDeclaration': - case 'WhileStatement': - case 'WithStatement': - return true; - } - return false; - } +function isCallExpression$d(node) { + return node && (node.type === "CallExpression" || node.type === "OptionalCallExpression"); +} +/** + * @param {Node} node + * @returns {boolean} + */ - function isSourceElement(node) { - return isStatement(node) || node != null && node.type === 'FunctionDeclaration'; - } - function trailingStatement(node) { - switch (node.type) { - case 'IfStatement': - if (node.alternate != null) { - return node.alternate; - } +function isMemberExpression$a(node) { + return node && (node.type === "MemberExpression" || node.type === "OptionalMemberExpression"); +} +/** + * + * @param {any} node + * @returns {boolean} + */ - return node.consequent; - case 'LabeledStatement': - case 'ForStatement': - case 'ForInStatement': - case 'WhileStatement': - case 'WithStatement': - return node.body; - } +function isSimpleTemplateLiteral$1(node) { + let expressionsKey = "expressions"; - return null; - } + if (node.type === "TSTemplateLiteralType") { + expressionsKey = "types"; + } - function isProblematicIfStatement(node) { - var current; + const expressions = node[expressionsKey]; - if (node.type !== 'IfStatement') { - return false; - } + if (expressions.length === 0) { + return false; + } - if (node.alternate == null) { - return false; - } + return expressions.every(expr => { + // Disallow comments since printDocToString can't print them here + if (hasComment$j(expr)) { + return false; + } // Allow `x` and `this` - current = node.consequent; - do { - if (current.type === 'IfStatement') { - if (current.alternate == null) { - return true; - } + if (expr.type === "Identifier" || expr.type === "ThisExpression") { + return true; + } // Allow `a.b.c`, `a.b[c]`, and `this.x.y` + + + if (isMemberExpression$a(expr)) { + let head = expr; + + while (isMemberExpression$a(head)) { + if (head.property.type !== "Identifier" && head.property.type !== "Literal" && head.property.type !== "StringLiteral" && head.property.type !== "NumericLiteral") { + return false; + } + + head = head.object; + + if (hasComment$j(head)) { + return false; } + } - current = trailingStatement(current); - } while (current); + if (head.type === "Identifier" || head.type === "ThisExpression") { + return true; + } return false; } - module.exports = { - isExpression: isExpression, - isStatement: isStatement, - isIterationStatement: isIterationStatement, - isSourceElement: isSourceElement, - isProblematicIfStatement: isProblematicIfStatement, - trailingStatement: trailingStatement - }; - })(); - /* vim: set sw=4 ts=4 et tw=80 : */ + return false; + }); +} +/** + * @param {string} tokenNode + * @param {string} keyword + * @returns {string} + */ -}); -var code = createCommonjsModule(function (module) { - /* - Copyright (C) 2013-2014 Yusuke Suzuki - Copyright (C) 2014 Ivan Nikulin - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - (function () { +function getTypeScriptMappedTypeModifier$1(tokenNode, keyword) { + if (tokenNode === "+") { + return "+" + keyword; + } - var ES6Regex, ES5Regex, NON_ASCII_WHITESPACES, IDENTIFIER_START, IDENTIFIER_PART, ch; // See `tools/generate-identifier-regex.js`. + if (tokenNode === "-") { + return "-" + keyword; + } - ES5Regex = { - // ECMAScript 5.1/Unicode v9.0.0 NonAsciiIdentifierStart: - NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/, - // ECMAScript 5.1/Unicode v9.0.0 NonAsciiIdentifierPart: - NonAsciiIdentifierPart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/ - }; - ES6Regex = { - // ECMAScript 6/Unicode v9.0.0 NonAsciiIdentifierStart: - NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/, - // ECMAScript 6/Unicode v9.0.0 NonAsciiIdentifierPart: - NonAsciiIdentifierPart: /[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/ - }; + return keyword; +} +/** + * @param {string} text + * @param {Node} typeAnnotation + * @returns {boolean} + */ - function isDecimalDigit(ch) { - return 0x30 <= ch && ch <= 0x39; // 0..9 - } - function isHexDigit(ch) { - return 0x30 <= ch && ch <= 0x39 || // 0..9 - 0x61 <= ch && ch <= 0x66 || // a..f - 0x41 <= ch && ch <= 0x46; // A..F - } +function isFlowAnnotationComment$2(text, typeAnnotation) { + const start = locStart$q(typeAnnotation); + const end = skipWhitespace(text, locEnd$p(typeAnnotation)); + return end !== false && text.slice(start, start + 2) === "/*" && text.slice(end, end + 2) === "*/"; +} +/** + * @param {string} text + * @param {Node} node + * @returns {boolean} + */ - function isOctalDigit(ch) { - return ch >= 0x30 && ch <= 0x37; // 0..7 - } // 7.2 White Space +function hasLeadingOwnLineComment$4(text, node) { + if (isJsxNode$7(node)) { + return hasNodeIgnoreComment$1(node); + } - NON_ASCII_WHITESPACES = [0x1680, 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005, 0x2006, 0x2007, 0x2008, 0x2009, 0x200A, 0x202F, 0x205F, 0x3000, 0xFEFF]; + return hasComment$j(node, CommentCheckFlags$g.Leading, comment => hasNewline$7(text, locEnd$p(comment))); +} // Note: Quoting/unquoting numbers in TypeScript is not safe. +// +// let a = { 1: 1, 2: 2 } +// let b = { '1': 1, '2': 2 } +// +// declare let aa: keyof typeof a; +// declare let bb: keyof typeof b; +// +// aa = bb; +// ^^ +// Type '"1" | "2"' is not assignable to type '1 | 2'. +// Type '"1"' is not assignable to type '1 | 2'.(2322) +// +// And in Flow, you get: +// +// const x = { +// 0: 1 +// ^ Non-string literal property keys not supported. [unsupported-syntax] +// } +// +// Angular does not support unquoted numbers in expressions. +// +// So we play it safe and only unquote numbers for the JavaScript parsers. +// (Vue supports unquoted numbers in expressions, but let’s keep it simple.) +// +// Identifiers can be unquoted in more circumstances, though. - function isWhiteSpace(ch) { - return ch === 0x20 || ch === 0x09 || ch === 0x0B || ch === 0x0C || ch === 0xA0 || ch >= 0x1680 && NON_ASCII_WHITESPACES.indexOf(ch) >= 0; - } // 7.3 Line Terminators +function isStringPropSafeToUnquote$1(node, options) { + return options.parser !== "json" && isStringLiteral$5(node.key) && rawText$5(node.key).slice(1, -1) === node.key.value && (isIdentifierName(node.key.value) && // With `--strictPropertyInitialization`, TS treats properties with quoted names differently than unquoted ones. + // See https://github.com/microsoft/TypeScript/pull/20075 + !(options.parser === "babel-ts" && node.type === "ClassProperty" || options.parser === "typescript" && node.type === "PropertyDefinition") || isSimpleNumber$1(node.key.value) && String(Number(node.key.value)) === node.key.value && (options.parser === "babel" || options.parser === "espree" || options.parser === "meriyah" || options.parser === "__babel_estree")); +} // Matches “simple” numbers like `123` and `2.5` but not `1_000`, `1e+100` or `0b10`. - function isLineTerminator(ch) { - return ch === 0x0A || ch === 0x0D || ch === 0x2028 || ch === 0x2029; - } // 7.6 Identifier Names and Identifiers +function isSimpleNumber$1(numberString) { + return /^(?:\d+|\d+\.\d+)$/.test(numberString); +} +/** + * @param {Node} node + * @param {Node} parentNode + * @returns {boolean} + */ - function fromCodePoint(cp) { - if (cp <= 0xFFFF) { - return String.fromCharCode(cp); - } - var cu1 = String.fromCharCode(Math.floor((cp - 0x10000) / 0x400) + 0xD800); - var cu2 = String.fromCharCode((cp - 0x10000) % 0x400 + 0xDC00); - return cu1 + cu2; - } +function isJestEachTemplateLiteral$1(node, parentNode) { + /** + * describe.each`table`(name, fn) + * describe.only.each`table`(name, fn) + * describe.skip.each`table`(name, fn) + * test.each`table`(name, fn) + * test.only.each`table`(name, fn) + * test.skip.each`table`(name, fn) + * + * Ref: https://github.com/facebook/jest/pull/6102 + */ + const jestEachTriggerRegex = /^[fx]?(?:describe|it|test)$/; + return parentNode.type === "TaggedTemplateExpression" && parentNode.quasi === node && parentNode.tag.type === "MemberExpression" && parentNode.tag.property.type === "Identifier" && parentNode.tag.property.name === "each" && (parentNode.tag.object.type === "Identifier" && jestEachTriggerRegex.test(parentNode.tag.object.name) || parentNode.tag.object.type === "MemberExpression" && parentNode.tag.object.property.type === "Identifier" && (parentNode.tag.object.property.name === "only" || parentNode.tag.object.property.name === "skip") && parentNode.tag.object.object.type === "Identifier" && jestEachTriggerRegex.test(parentNode.tag.object.object.name)); +} +/** + * @param {TemplateLiteral} template + * @returns {boolean} + */ - IDENTIFIER_START = new Array(0x80); - for (ch = 0; ch < 0x80; ++ch) { - IDENTIFIER_START[ch] = ch >= 0x61 && ch <= 0x7A || // a..z - ch >= 0x41 && ch <= 0x5A || // A..Z - ch === 0x24 || ch === 0x5F; // $ (dollar) and _ (underscore) - } +function templateLiteralHasNewLines(template) { + return template.quasis.some(quasi => quasi.value.raw.includes("\n")); +} +/** + * @param {TemplateLiteral | TaggedTemplateExpression} node + * @param {string} text + * @returns {boolean} + */ - IDENTIFIER_PART = new Array(0x80); - for (ch = 0; ch < 0x80; ++ch) { - IDENTIFIER_PART[ch] = ch >= 0x61 && ch <= 0x7A || // a..z - ch >= 0x41 && ch <= 0x5A || // A..Z - ch >= 0x30 && ch <= 0x39 || // 0..9 - ch === 0x24 || ch === 0x5F; // $ (dollar) and _ (underscore) - } +function isTemplateOnItsOwnLine$2(node, text) { + return (node.type === "TemplateLiteral" && templateLiteralHasNewLines(node) || node.type === "TaggedTemplateExpression" && templateLiteralHasNewLines(node.quasi)) && !hasNewline$7(text, locStart$q(node), { + backwards: true + }); +} +/** + * @param {Node} node + * @returns {boolean} + */ - function isIdentifierStartES5(ch) { - return ch < 0x80 ? IDENTIFIER_START[ch] : ES5Regex.NonAsciiIdentifierStart.test(fromCodePoint(ch)); - } - function isIdentifierPartES5(ch) { - return ch < 0x80 ? IDENTIFIER_PART[ch] : ES5Regex.NonAsciiIdentifierPart.test(fromCodePoint(ch)); - } +function needsHardlineAfterDanglingComment$2(node) { + if (!hasComment$j(node)) { + return false; + } - function isIdentifierStartES6(ch) { - return ch < 0x80 ? IDENTIFIER_START[ch] : ES6Regex.NonAsciiIdentifierStart.test(fromCodePoint(ch)); - } + const lastDanglingComment = getLast$l(getComments$5(node, CommentCheckFlags$g.Dangling)); + return lastDanglingComment && !isBlockComment$5(lastDanglingComment); +} // Logic to check for args with multiple anonymous functions. For instance, +// the following call should be split on multiple lines for readability: +// source.pipe(map((x) => x + x), filter((x) => x % 2 === 0)) - function isIdentifierPartES6(ch) { - return ch < 0x80 ? IDENTIFIER_PART[ch] : ES6Regex.NonAsciiIdentifierPart.test(fromCodePoint(ch)); - } - module.exports = { - isDecimalDigit: isDecimalDigit, - isHexDigit: isHexDigit, - isOctalDigit: isOctalDigit, - isWhiteSpace: isWhiteSpace, - isLineTerminator: isLineTerminator, - isIdentifierStartES5: isIdentifierStartES5, - isIdentifierPartES5: isIdentifierPartES5, - isIdentifierStartES6: isIdentifierStartES6, - isIdentifierPartES6: isIdentifierPartES6 - }; - })(); - /* vim: set sw=4 ts=4 et tw=80 : */ +function isFunctionCompositionArgs$1(args) { + if (args.length <= 1) { + return false; + } -}); + let count = 0; -var keyword$1 = createCommonjsModule(function (module) { - /* - Copyright (C) 2013 Yusuke Suzuki - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - (function () { - - var code$1 = code; - - function isStrictModeReservedWordES6(id) { - switch (id) { - case 'implements': - case 'interface': - case 'package': - case 'private': - case 'protected': - case 'public': - case 'static': - case 'let': - return true; + for (const arg of args) { + if (isFunctionOrArrowExpression$1(arg)) { + count += 1; - default: - return false; + if (count > 1) { + return true; } - } - - function isKeywordES5(id, strict) { - // yield should not be treated as keyword under non-strict mode. - if (!strict && id === 'yield') { - return false; + } else if (isCallExpression$d(arg)) { + for (const childArg of arg.arguments) { + if (isFunctionOrArrowExpression$1(childArg)) { + return true; + } } - - return isKeywordES6(id, strict); } + } - function isKeywordES6(id, strict) { - if (strict && isStrictModeReservedWordES6(id)) { - return true; - } - - switch (id.length) { - case 2: - return id === 'if' || id === 'in' || id === 'do'; + return false; +} // Logic to determine if a call is a “long curried function call”. +// See https://github.com/prettier/prettier/issues/1420. +// +// `connect(a, b, c)(d)` +// In the above call expression, the second call is the parent node and the +// first call is the current node. - case 3: - return id === 'var' || id === 'for' || id === 'new' || id === 'try'; +/** + * @param {AstPath} path + * @returns {boolean} + */ - case 4: - return id === 'this' || id === 'else' || id === 'case' || id === 'void' || id === 'with' || id === 'enum'; - case 5: - return id === 'while' || id === 'break' || id === 'catch' || id === 'throw' || id === 'const' || id === 'yield' || id === 'class' || id === 'super'; +function isLongCurriedCallExpression$2(path) { + const node = path.getValue(); + const parent = path.getParentNode(); + return isCallExpression$d(node) && isCallExpression$d(parent) && parent.callee === node && node.arguments.length > parent.arguments.length && parent.arguments.length > 0; +} +/** + * @param {any} node + * @param {number} depth + * @returns {boolean} + */ - case 6: - return id === 'return' || id === 'typeof' || id === 'delete' || id === 'switch' || id === 'export' || id === 'import'; - case 7: - return id === 'default' || id === 'finally' || id === 'extends'; +function isSimpleCallArgument$1(node, depth) { + if (depth >= 2) { + return false; + } - case 8: - return id === 'function' || id === 'continue' || id === 'debugger'; + const isChildSimple = child => isSimpleCallArgument$1(child, depth + 1); - case 10: - return id === 'instanceof'; + const regexpPattern = node.type === "Literal" && "regex" in node && node.regex.pattern || node.type === "RegExpLiteral" && node.pattern; - default: - return false; - } - } + if (regexpPattern && getStringWidth$3(regexpPattern) > 5) { + return false; + } - function isReservedWordES5(id, strict) { - return id === 'null' || id === 'true' || id === 'false' || isKeywordES5(id, strict); - } + if (node.type === "Literal" || node.type === "BigIntLiteral" || node.type === "DecimalLiteral" || node.type === "BooleanLiteral" || node.type === "NullLiteral" || node.type === "NumericLiteral" || node.type === "RegExpLiteral" || node.type === "StringLiteral" || node.type === "Identifier" || node.type === "ThisExpression" || node.type === "Super" || node.type === "PrivateName" || node.type === "PrivateIdentifier" || node.type === "ArgumentPlaceholder" || node.type === "Import") { + return true; + } - function isReservedWordES6(id, strict) { - return id === 'null' || id === 'true' || id === 'false' || isKeywordES6(id, strict); - } + if (node.type === "TemplateLiteral") { + return node.quasis.every(element => !element.value.raw.includes("\n")) && node.expressions.every(isChildSimple); + } - function isRestrictedWord(id) { - return id === 'eval' || id === 'arguments'; - } + if (node.type === "ObjectExpression") { + return node.properties.every(p => !p.computed && (p.shorthand || p.value && isChildSimple(p.value))); + } - function isIdentifierNameES5(id) { - var i, iz, ch; + if (node.type === "ArrayExpression") { + return node.elements.every(x => x === null || isChildSimple(x)); + } - if (id.length === 0) { - return false; - } + if (isCallLikeExpression$2(node)) { + return (node.type === "ImportExpression" || isSimpleCallArgument$1(node.callee, depth)) && getCallArguments$5(node).every(isChildSimple); + } - ch = id.charCodeAt(0); + if (isMemberExpression$a(node)) { + return isSimpleCallArgument$1(node.object, depth) && isSimpleCallArgument$1(node.property, depth); + } - if (!code$1.isIdentifierStartES5(ch)) { - return false; - } + if (node.type === "UnaryExpression" && (node.operator === "!" || node.operator === "-")) { + return isSimpleCallArgument$1(node.argument, depth); + } - for (i = 1, iz = id.length; i < iz; ++i) { - ch = id.charCodeAt(i); + if (node.type === "TSNonNullExpression") { + return isSimpleCallArgument$1(node.expression, depth); + } - if (!code$1.isIdentifierPartES5(ch)) { - return false; - } - } + return false; +} - return true; - } +function rawText$5(node) { + return node.extra ? node.extra.raw : node.raw; +} - function decodeUtf16(lead, trail) { - return (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000; - } +function identity$1(x) { + return x; +} - function isIdentifierNameES6(id) { - var i, iz, ch, lowCh, check; +function isTSXFile$1(options) { + return options.filepath && /\.tsx$/i.test(options.filepath); +} +/** + * @param {any} options + * @param {("es5" | "all")} [level] + * @returns {boolean} + */ - if (id.length === 0) { - return false; - } - check = code$1.isIdentifierStartES6; +function shouldPrintComma$b(options, level = "es5") { + return options.trailingComma === "es5" && level === "es5" || options.trailingComma === "all" && (level === "all" || level === "es5"); +} +/** + * Tests if an expression starts with `{`, or (if forbidFunctionClassAndDoExpr + * holds) `function`, `class`, or `do {}`. Will be overzealous if there's + * already necessary grouping parentheses. + * + * @param {Node} node + * @param {boolean} forbidFunctionClassAndDoExpr + * @returns {boolean} + */ - for (i = 0, iz = id.length; i < iz; ++i) { - ch = id.charCodeAt(i); - if (0xD800 <= ch && ch <= 0xDBFF) { - ++i; +function startsWithNoLookaheadToken$2(node, forbidFunctionClassAndDoExpr) { + node = getLeftMost(node); - if (i >= iz) { - return false; - } + switch (node.type) { + case "FunctionExpression": + case "ClassExpression": + case "DoExpression": + return forbidFunctionClassAndDoExpr; - lowCh = id.charCodeAt(i); + case "ObjectExpression": + return true; - if (!(0xDC00 <= lowCh && lowCh <= 0xDFFF)) { - return false; - } + case "MemberExpression": + case "OptionalMemberExpression": + return startsWithNoLookaheadToken$2(node.object, forbidFunctionClassAndDoExpr); - ch = decodeUtf16(ch, lowCh); - } + case "TaggedTemplateExpression": + if (node.tag.type === "FunctionExpression") { + // IIFEs are always already parenthesized + return false; + } - if (!check(ch)) { - return false; - } + return startsWithNoLookaheadToken$2(node.tag, forbidFunctionClassAndDoExpr); - check = code$1.isIdentifierPartES6; + case "CallExpression": + case "OptionalCallExpression": + if (node.callee.type === "FunctionExpression") { + // IIFEs are always already parenthesized + return false; } - return true; - } + return startsWithNoLookaheadToken$2(node.callee, forbidFunctionClassAndDoExpr); - function isIdentifierES5(id, strict) { - return isIdentifierNameES5(id) && !isReservedWordES5(id, strict); - } + case "ConditionalExpression": + return startsWithNoLookaheadToken$2(node.test, forbidFunctionClassAndDoExpr); - function isIdentifierES6(id, strict) { - return isIdentifierNameES6(id) && !isReservedWordES6(id, strict); - } + case "UpdateExpression": + return !node.prefix && startsWithNoLookaheadToken$2(node.argument, forbidFunctionClassAndDoExpr); - module.exports = { - isKeywordES5: isKeywordES5, - isKeywordES6: isKeywordES6, - isReservedWordES5: isReservedWordES5, - isReservedWordES6: isReservedWordES6, - isRestrictedWord: isRestrictedWord, - isIdentifierNameES5: isIdentifierNameES5, - isIdentifierNameES6: isIdentifierNameES6, - isIdentifierES5: isIdentifierES5, - isIdentifierES6: isIdentifierES6 - }; - })(); - /* vim: set sw=4 ts=4 et tw=80 : */ + case "BindExpression": + return node.object && startsWithNoLookaheadToken$2(node.object, forbidFunctionClassAndDoExpr); -}); + case "SequenceExpression": + return startsWithNoLookaheadToken$2(node.expressions[0], forbidFunctionClassAndDoExpr); -var utils$5 = createCommonjsModule(function (module, exports) { - /* - Copyright (C) 2013 Yusuke Suzuki - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - (function () { + case "TSAsExpression": + case "TSNonNullExpression": + return startsWithNoLookaheadToken$2(node.expression, forbidFunctionClassAndDoExpr); - exports.ast = ast; - exports.code = code; - exports.keyword = keyword$1; - })(); - /* vim: set sw=4 ts=4 et tw=80 : */ + default: + return false; + } +} -}); +const equalityOperators = { + "==": true, + "!=": true, + "===": true, + "!==": true +}; +const multiplicativeOperators = { + "*": true, + "/": true, + "%": true +}; +const bitshiftOperators = { + ">>": true, + ">>>": true, + "<<": true +}; -const isIdentifierName = utils$5.keyword.isIdentifierNameES5; -const { - getLast: getLast$1, - hasNewline: hasNewline$3, - hasNewlineInRange: hasNewlineInRange$2, - skipWhitespace: skipWhitespace$2 -} = util; -const { - locStart: locStart$2, - locEnd: locEnd$2, - hasSameLocStart: hasSameLocStart$1 -} = loc; -/** - * @typedef {import("./types/estree").Node} Node - * @typedef {import("./types/estree").TemplateLiteral} TemplateLiteral - * @typedef {import("./types/estree").Comment} Comment - * @typedef {import("./types/estree").MemberExpression} MemberExpression - * @typedef {import("./types/estree").OptionalMemberExpression} OptionalMemberExpression - * @typedef {import("./types/estree").CallExpression} CallExpression - * @typedef {import("./types/estree").OptionalCallExpression} OptionalCallExpression - * @typedef {import("./types/estree").Expression} Expression - * @typedef {import("./types/estree").Property} Property - * @typedef {import("./types/estree").ObjectTypeProperty} ObjectTypeProperty - * @typedef {import("./types/estree").JSXElement} JSXElement - * @typedef {import("./types/estree").TaggedTemplateExpression} TaggedTemplateExpression - * @typedef {import("./types/estree").Literal} Literal - * - * @typedef {import("../common/fast-path")} FastPath - */ -// We match any whitespace except line terminators because -// Flow annotation comments cannot be split across lines. For example: -// -// (this /* -// : any */).foo = 5; -// -// is not picked up by Flow (see https://github.com/facebook/flow/issues/7050), so -// removing the newline would create a type annotation that the user did not intend -// to create. +function shouldFlatten$2(parentOp, nodeOp) { + if (getPrecedence$1(nodeOp) !== getPrecedence$1(parentOp)) { + return false; + } // ** is right-associative + // x ** y ** z --> x ** (y ** z) -const NON_LINE_TERMINATING_WHITE_SPACE = "(?:(?=.)\\s)"; -const FLOW_SHORTHAND_ANNOTATION = new RegExp(`^${NON_LINE_TERMINATING_WHITE_SPACE}*:`); -const FLOW_ANNOTATION = new RegExp(`^${NON_LINE_TERMINATING_WHITE_SPACE}*::`); -/** - * @param {Node} node - * @returns {boolean} - */ -function hasFlowShorthandAnnotationComment(node) { - // https://flow.org/en/docs/types/comments/ - // Syntax example: const r = new (window.Request /*: Class */)(""); - return node.extra && node.extra.parenthesized && node.trailingComments && isBlockComment(node.trailingComments[0]) && FLOW_SHORTHAND_ANNOTATION.test(node.trailingComments[0].value); -} -/** - * @param {Comment[]} comments - * @returns {boolean} - */ + if (parentOp === "**") { + return false; + } // x == y == z --> (x == y) == z + + if (equalityOperators[parentOp] && equalityOperators[nodeOp]) { + return false; + } // x * y % z --> (x * y) % z -function hasFlowAnnotationComment(comments) { - return comments && isBlockComment(comments[0]) && FLOW_ANNOTATION.test(comments[0].value); -} -/** - * @param {Node} node - * @param {(Node) => boolean} fn - * @returns {boolean} - */ + if (nodeOp === "%" && multiplicativeOperators[parentOp] || parentOp === "%" && multiplicativeOperators[nodeOp]) { + return false; + } // x * y / z --> (x * y) / z + // x / y * z --> (x / y) * z -function hasNode(node, fn) { - if (!node || typeof node !== "object") { + + if (nodeOp !== parentOp && multiplicativeOperators[nodeOp] && multiplicativeOperators[parentOp]) { return false; - } + } // x << y << z --> (x << y) << z - if (Array.isArray(node)) { - return node.some(value => hasNode(value, fn)); + + if (bitshiftOperators[parentOp] && bitshiftOperators[nodeOp]) { + return false; } - const result = fn(node); - return typeof result === "boolean" ? result : Object.keys(node).some(key => hasNode(node[key], fn)); + return true; } -/** - * @param {Node} node - * @returns {boolean} - */ +const PRECEDENCE = {}; + +for (const [i, tier] of [["|>"], ["??"], ["||"], ["&&"], ["|"], ["^"], ["&"], ["==", "===", "!=", "!=="], ["<", ">", "<=", ">=", "in", "instanceof"], [">>", "<<", ">>>"], ["+", "-"], ["*", "/", "%"], ["**"]].entries()) { + for (const op of tier) { + PRECEDENCE[op] = i; + } +} -function hasNakedLeftSide(node) { - return node.type === "AssignmentExpression" || node.type === "BinaryExpression" || node.type === "LogicalExpression" || node.type === "NGPipeExpression" || node.type === "ConditionalExpression" || node.type === "CallExpression" || node.type === "OptionalCallExpression" || node.type === "MemberExpression" || node.type === "OptionalMemberExpression" || node.type === "SequenceExpression" || node.type === "TaggedTemplateExpression" || node.type === "BindExpression" || node.type === "UpdateExpression" && !node.prefix || node.type === "TSAsExpression" || node.type === "TSNonNullExpression"; +function getPrecedence$1(op) { + return PRECEDENCE[op]; } -function getLeftSide(node) { - if (node.expressions) { - return node.expressions[0]; +function getLeftMost(node) { + while (node.left) { + node = node.left; } - return node.left || node.test || node.callee || node.object || node.tag || node.argument || node.expression; + return node; } -function getLeftSidePathName(path, node) { - if (node.expressions) { - return ["expressions", 0]; - } +function isBitwiseOperator$1(operator) { + return Boolean(bitshiftOperators[operator]) || operator === "|" || operator === "^" || operator === "&"; +} - if (node.left) { - return ["left"]; +function hasRestParameter$1(node) { + if (node.rest) { + return true; } - if (node.test) { - return ["test"]; - } + const parameters = getFunctionParameters$6(node); + return parameters.length > 0 && getLast$l(parameters).type === "RestElement"; +} - if (node.object) { - return ["object"]; - } +const functionParametersCache = new WeakMap(); - if (node.callee) { - return ["callee"]; +function getFunctionParameters$6(node) { + if (functionParametersCache.has(node)) { + return functionParametersCache.get(node); } - if (node.tag) { - return ["tag"]; - } + const parameters = []; - if (node.argument) { - return ["argument"]; + if (node.this) { + parameters.push(node.this); + } // `params` vs `parameters` - see https://github.com/babel/babel/issues/9231 + + + if (Array.isArray(node.parameters)) { + parameters.push(...node.parameters); + } else if (Array.isArray(node.params)) { + parameters.push(...node.params); } - if (node.expression) { - return ["expression"]; + if (node.rest) { + parameters.push(node.rest); } - throw new Error("Unexpected node has no left side."); + functionParametersCache.set(node, parameters); + return parameters; } -/** - * @param {Comment} comment - * @returns {boolean} - */ +function iterateFunctionParametersPath$1(path, iteratee) { + const node = path.getValue(); + let index = 0; -function isBlockComment(comment) { - return comment.type === "Block" || comment.type === "CommentBlock" || // `meriyah` - comment.type === "MultiLine"; -} -/** - * @param {Comment} comment - * @returns {boolean} - */ + const callback = childPath => iteratee(childPath, index++); + if (node.this) { + path.call(callback, "this"); + } -function isLineComment(comment) { - return comment.type === "Line" || comment.type === "CommentLine" || // `meriyah` has `SingleLine`, `HashbangComment`, `HTMLOpen`, and `HTMLClose` - comment.type === "SingleLine" || comment.type === "HashbangComment" || comment.type === "HTMLOpen" || comment.type === "HTMLClose"; + if (Array.isArray(node.parameters)) { + path.each(callback, "parameters"); + } else if (Array.isArray(node.params)) { + path.each(callback, "params"); + } + + if (node.rest) { + path.call(callback, "rest"); + } } -const exportDeclarationTypes = new Set(["ExportDefaultDeclaration", "ExportDefaultSpecifier", "DeclareExportDeclaration", "ExportNamedDeclaration", "ExportAllDeclaration"]); -/** - * @param {Node} node - * @returns {boolean} - */ +const callArgumentsCache = new WeakMap(); -function isExportDeclaration(node) { - return node && exportDeclarationTypes.has(node.type); -} -/** - * @param {FastPath} path - * @returns {Node | null} - */ +function getCallArguments$5(node) { + if (callArgumentsCache.has(node)) { + return callArgumentsCache.get(node); + } + let args = node.arguments; -function getParentExportDeclaration(path) { - const parentNode = path.getParentNode(); + if (node.type === "ImportExpression") { + args = [node.source]; - if (path.getName() === "declaration" && isExportDeclaration(parentNode)) { - return parentNode; + if (node.attributes) { + args.push(node.attributes); + } } - return null; + callArgumentsCache.set(node, args); + return args; } -/** - * @param {Node} node - * @returns {boolean} - */ +function iterateCallArgumentsPath$2(path, iteratee) { + const node = path.getValue(); -function isLiteral(node) { - return node.type === "BooleanLiteral" || node.type === "DirectiveLiteral" || node.type === "Literal" || node.type === "NullLiteral" || node.type === "NumericLiteral" || node.type === "BigIntLiteral" || node.type === "DecimalLiteral" || node.type === "RegExpLiteral" || node.type === "StringLiteral" || node.type === "TemplateLiteral" || node.type === "TSTypeLiteral" || node.type === "JSXText"; -} -/** - * @param {Node} node - * @returns {boolean} - */ + if (node.type === "ImportExpression") { + path.call(sourcePath => iteratee(sourcePath, 0), "source"); + if (node.attributes) { + path.call(sourcePath => iteratee(sourcePath, 1), "attributes"); + } + } else { + path.each(iteratee, "arguments"); + } +} -function isNumericLiteral(node) { - return node.type === "NumericLiteral" || node.type === "Literal" && typeof node.value === "number"; +function isPrettierIgnoreComment$1(comment) { + return comment.value.trim() === "prettier-ignore" && !comment.unignore; } -/** - * @param {Node} node - * @returns {boolean} - */ +function hasNodeIgnoreComment$1(node) { + return node && (node.prettierIgnore || hasComment$j(node, CommentCheckFlags$g.PrettierIgnore)); +} -function isStringLiteral(node) { - return node.type === "StringLiteral" || node.type === "Literal" && typeof node.value === "string"; +function hasIgnoreComment$2(path) { + const node = path.getValue(); + return hasNodeIgnoreComment$1(node); } -/** - * @param {Node} node - * @returns {boolean} - */ +const CommentCheckFlags$g = { + /** Check comment is a leading comment */ + Leading: 1 << 1, -function isObjectType(node) { - return node.type === "ObjectTypeAnnotation" || node.type === "TSTypeLiteral"; -} -/** - * @param {Node} node - * @returns {boolean} - */ + /** Check comment is a trailing comment */ + Trailing: 1 << 2, + /** Check comment is a dangling comment */ + Dangling: 1 << 3, -function isFunctionOrArrowExpression(node) { - return node.type === "FunctionExpression" || node.type === "ArrowFunctionExpression"; -} -/** - * @param {Node} node - * @returns {boolean} - */ + /** Check comment is a block comment */ + Block: 1 << 4, + /** Check comment is a line comment */ + Line: 1 << 5, -function isFunctionOrArrowExpressionWithBody(node) { - return node.type === "FunctionExpression" || node.type === "ArrowFunctionExpression" && node.body.type === "BlockStatement"; -} -/** - * @param {Node} node - * @returns {boolean} - */ + /** Check comment is a `prettier-ignore` comment */ + PrettierIgnore: 1 << 6, + /** Check comment is the first attached comment */ + First: 1 << 7, -function isTemplateLiteral(node) { - return node.type === "TemplateLiteral"; -} -/** - * Note: `inject` is used in AngularJS 1.x, `async` in Angular 2+ - * example: https://docs.angularjs.org/guide/unit-testing#using-beforeall- - * - * @param {Node} node - * @returns {boolean} - */ + /** Check comment is the last attached comment */ + Last: 1 << 8 +}; +const getCommentTestFunction = (flags, fn) => { + if (typeof flags === "function") { + fn = flags; + flags = 0; + } -function isAngularTestWrapper(node) { - return (node.type === "CallExpression" || node.type === "OptionalCallExpression") && node.callee.type === "Identifier" && (node.callee.name === "async" || node.callee.name === "inject" || node.callee.name === "fakeAsync"); -} + if (flags || fn) { + return (comment, index, comments) => !(flags & CommentCheckFlags$g.Leading && !comment.leading || flags & CommentCheckFlags$g.Trailing && !comment.trailing || flags & CommentCheckFlags$g.Dangling && (comment.leading || comment.trailing) || flags & CommentCheckFlags$g.Block && !isBlockComment$5(comment) || flags & CommentCheckFlags$g.Line && !isLineComment$3(comment) || flags & CommentCheckFlags$g.First && index !== 0 || flags & CommentCheckFlags$g.Last && index !== comments.length - 1 || flags & CommentCheckFlags$g.PrettierIgnore && !isPrettierIgnoreComment$1(comment) || fn && !fn(comment)); + } +}; /** * @param {Node} node + * @param {number | function} [flags] + * @param {function} [fn] * @returns {boolean} */ -function isJSXNode(node) { - return node.type === "JSXElement" || node.type === "JSXFragment"; -} - -function isTheOnlyJSXElementInMarkdown(options, path) { - if (options.parentParser !== "markdown" && options.parentParser !== "mdx") { - return false; - } - - const node = path.getNode(); - - if (!node.expression || !isJSXNode(node.expression)) { +function hasComment$j(node, flags, fn) { + if (!node || !isNonEmptyArray$h(node.comments)) { return false; } - const parent = path.getParentNode(); - return parent.type === "Program" && parent.body.length === 1; -} // Detect an expression node representing `{" "}` - - -function isJSXWhitespaceExpression(node) { - return node.type === "JSXExpressionContainer" && isLiteral(node.expression) && node.expression.value === " " && !node.expression.comments; + const test = getCommentTestFunction(flags, fn); + return test ? node.comments.some(test) : true; } /** * @param {Node} node - * @returns {boolean} + * @param {number | function} [flags] + * @param {function} [fn] + * @returns {Comment[]} */ -function isMemberExpressionChain(node) { - if (node.type !== "MemberExpression" && node.type !== "OptionalMemberExpression") { - return false; - } - - if (node.object.type === "Identifier") { - return true; +function getComments$5(node, flags, fn) { + if (!node || !Array.isArray(node.comments)) { + return []; } - return isMemberExpressionChain(node.object); + const test = getCommentTestFunction(flags, fn); + return test ? node.comments.filter(test) : node.comments; } - -function isGetterOrSetter(node) { - return node.kind === "get" || node.kind === "set"; -} // TODO: This is a bad hack and we need a better way to distinguish between -// arrow functions and otherwise - - -function isFunctionNotation(node) { - return isGetterOrSetter(node) || hasSameLocStart$1(node, node.value); -} // Hack to differentiate between the following two which have the same ast -// type T = { method: () => void }; -// type T = { method(): void }; - /** * @param {Node} node * @returns {boolean} */ -function isObjectTypePropertyAFunction(node) { - return (node.type === "ObjectTypeProperty" || node.type === "ObjectTypeInternalSlot") && node.value.type === "FunctionTypeAnnotation" && !node.static && !isFunctionNotation(node); -} // Hack to differentiate between the following two which have the same ast -// declare function f(a): void; -// var f: (a) => void; - +const isNextLineEmpty$c = (node, { + originalText +}) => isNextLineEmptyAfterIndex$1(originalText, locEnd$p(node)); -function isTypeAnnotationAFunction(node) { - return (node.type === "TypeAnnotation" || node.type === "TSTypeAnnotation") && node.typeAnnotation.type === "FunctionTypeAnnotation" && !node.static && !hasSameLocStart$1(node, node.typeAnnotation); +function isCallLikeExpression$2(node) { + return isCallExpression$d(node) || node.type === "NewExpression" || node.type === "ImportExpression"; } -const binaryishNodeTypes = new Set(["BinaryExpression", "LogicalExpression", "NGPipeExpression"]); -/** - * @param {Node} node - * @returns {boolean} - */ +function isObjectProperty$6(node) { + return node && (node.type === "ObjectProperty" || node.type === "Property" && !node.method && node.kind === "init"); +} -function isBinaryish(node) { - return binaryishNodeTypes.has(node.type); +function isEnabledHackPipeline$1(options) { + return Boolean(options.__isUsingHackPipeline); } -/** - * @param {Node} node - * @returns {boolean} - */ +var utils$5 = { + getFunctionParameters: getFunctionParameters$6, + iterateFunctionParametersPath: iterateFunctionParametersPath$1, + getCallArguments: getCallArguments$5, + iterateCallArgumentsPath: iterateCallArgumentsPath$2, + hasRestParameter: hasRestParameter$1, + getLeftSide: getLeftSide$1, + getLeftSidePathName: getLeftSidePathName$2, + getParentExportDeclaration: getParentExportDeclaration$2, + getTypeScriptMappedTypeModifier: getTypeScriptMappedTypeModifier$1, + hasFlowAnnotationComment: hasFlowAnnotationComment$2, + hasFlowShorthandAnnotationComment: hasFlowShorthandAnnotationComment$3, + hasLeadingOwnLineComment: hasLeadingOwnLineComment$4, + hasNakedLeftSide: hasNakedLeftSide$3, + hasNode: hasNode$2, + hasIgnoreComment: hasIgnoreComment$2, + hasNodeIgnoreComment: hasNodeIgnoreComment$1, + identity: identity$1, + isBinaryish: isBinaryish$5, + isBlockComment: isBlockComment$5, + isCallLikeExpression: isCallLikeExpression$2, + isEnabledHackPipeline: isEnabledHackPipeline$1, + isLineComment: isLineComment$3, + isPrettierIgnoreComment: isPrettierIgnoreComment$1, + isCallExpression: isCallExpression$d, + isMemberExpression: isMemberExpression$a, + isExportDeclaration, + isFlowAnnotationComment: isFlowAnnotationComment$2, + isFunctionCompositionArgs: isFunctionCompositionArgs$1, + isFunctionNotation: isFunctionNotation$1, + isFunctionOrArrowExpression: isFunctionOrArrowExpression$1, + isGetterOrSetter: isGetterOrSetter$1, + isJestEachTemplateLiteral: isJestEachTemplateLiteral$1, + isJsxNode: isJsxNode$7, + isLiteral: isLiteral$3, + isLongCurriedCallExpression: isLongCurriedCallExpression$2, + isSimpleCallArgument: isSimpleCallArgument$1, + isMemberish: isMemberish$2, + isNumericLiteral: isNumericLiteral$5, + isSignedNumericLiteral: isSignedNumericLiteral$2, + isObjectProperty: isObjectProperty$6, + isObjectType: isObjectType$3, + isObjectTypePropertyAFunction: isObjectTypePropertyAFunction$2, + isSimpleType: isSimpleType$2, + isSimpleNumber: isSimpleNumber$1, + isSimpleTemplateLiteral: isSimpleTemplateLiteral$1, + isStringLiteral: isStringLiteral$5, + isStringPropSafeToUnquote: isStringPropSafeToUnquote$1, + isTemplateOnItsOwnLine: isTemplateOnItsOwnLine$2, + isTestCall: isTestCall$3, + isTheOnlyJsxElementInMarkdown: isTheOnlyJsxElementInMarkdown$2, + isTSXFile: isTSXFile$1, + isTypeAnnotationAFunction: isTypeAnnotationAFunction$1, + isNextLineEmpty: isNextLineEmpty$c, + needsHardlineAfterDanglingComment: needsHardlineAfterDanglingComment$2, + rawText: rawText$5, + shouldPrintComma: shouldPrintComma$b, + isBitwiseOperator: isBitwiseOperator$1, + shouldFlatten: shouldFlatten$2, + startsWithNoLookaheadToken: startsWithNoLookaheadToken$2, + getPrecedence: getPrecedence$1, + hasComment: hasComment$j, + getComments: getComments$5, + CommentCheckFlags: CommentCheckFlags$g +}; + +const getLast$k = getLast_1; +const { + getStringWidth: getStringWidth$2, + getIndentSize +} = util$8; +const { + builders: { + join: join$u, + hardline: hardline$A, + softline: softline$t, + group: group$C, + indent: indent$y, + align: align$5, + lineSuffixBoundary: lineSuffixBoundary$1, + addAlignmentToDoc + }, + printer: { + printDocToString: printDocToString$1 + }, + utils: { + mapDoc: mapDoc$3 + } +} = require$$7$3; +const { + isBinaryish: isBinaryish$4, + isJestEachTemplateLiteral, + isSimpleTemplateLiteral, + hasComment: hasComment$i, + isMemberExpression: isMemberExpression$9 +} = utils$5; -function isMemberish(node) { - return node.type === "MemberExpression" || node.type === "OptionalMemberExpression" || node.type === "BindExpression" && Boolean(node.object); -} +function printTemplateLiteral$2(path, print, options) { + const node = path.getValue(); + const isTemplateLiteral = node.type === "TemplateLiteral"; -const simpleTypeAnnotations = new Set([// `any` -"AnyTypeAnnotation", "TSAnyKeyword", // `null` -"NullLiteralTypeAnnotation", "TSNullKeyword", // `this` -"ThisTypeAnnotation", "TSThisType", // `number` -"NumberTypeAnnotation", "TSNumberKeyword", // `void` -"VoidTypeAnnotation", "TSVoidKeyword", // `boolean` -"BooleanTypeAnnotation", "TSBooleanKeyword", // `bigint` -"BigIntTypeAnnotation", "TSBigIntKeyword", // `symbol` -"SymbolTypeAnnotation", "TSSymbolKeyword", // `string` -"StringTypeAnnotation", "TSStringKeyword", // literals -"BooleanLiteralTypeAnnotation", "StringLiteralTypeAnnotation", "BigIntLiteralTypeAnnotation", "NumberLiteralTypeAnnotation", "TSLiteralType", "TSTemplateLiteralType", // flow only, `empty`, `mixed` -"EmptyTypeAnnotation", "MixedTypeAnnotation", // typescript only, `never`, `object`, `undefined`, `unknown` -"TSNeverKeyword", "TSObjectKeyword", "TSUndefinedKeyword", "TSUnknownKeyword"]); -/** - * @param {Node} node - * @returns {boolean} - */ + if (isTemplateLiteral && isJestEachTemplateLiteral(node, path.getParentNode())) { + const printed = printJestEachTemplateLiteral(path, options, print); -function isSimpleType(node) { - if (!node) { - return false; + if (printed) { + return printed; + } } - if ((node.type === "GenericTypeAnnotation" || node.type === "TSTypeReference") && !node.typeParameters) { - return true; + let expressionsKey = "expressions"; + + if (node.type === "TSTemplateLiteralType") { + expressionsKey = "types"; } - if (simpleTypeAnnotations.has(node.type)) { - return true; + const parts = []; + let expressions = path.map(print, expressionsKey); + const isSimple = isSimpleTemplateLiteral(node); + + if (isSimple) { + expressions = expressions.map(doc => printDocToString$1(doc, Object.assign(Object.assign({}, options), {}, { + printWidth: Number.POSITIVE_INFINITY + })).formatted); } - return false; -} + parts.push(lineSuffixBoundary$1, "`"); + path.each(childPath => { + const i = childPath.getName(); + parts.push(print()); -const unitTestRe = /^(skip|[fx]?(it|describe|test))$/; -/** - * @param {CallExpression} node - * @returns {boolean} - */ + if (i < expressions.length) { + // For a template literal of the following form: + // `someQuery { + // ${call({ + // a, + // b, + // })} + // }` + // the expression is on its own line (there is a \n in the previous + // quasi literal), therefore we want to indent the JavaScript + // expression inside at the beginning of ${ instead of the beginning + // of the `. + const { + tabWidth + } = options; + const quasi = childPath.getValue(); + const indentSize = getIndentSize(quasi.value.raw, tabWidth); + let printed = expressions[i]; -function isSkipOrOnlyBlock(node) { - return (node.callee.type === "MemberExpression" || node.callee.type === "OptionalMemberExpression") && node.callee.object.type === "Identifier" && node.callee.property.type === "Identifier" && unitTestRe.test(node.callee.object.name) && (node.callee.property.name === "only" || node.callee.property.name === "skip"); -} -/** - * @param {CallExpression} node - * @returns {boolean} - */ + if (!isSimple) { + const expression = node[expressionsKey][i]; // Breaks at the template element boundaries (${ and }) are preferred to breaking + // in the middle of a MemberExpression + if (hasComment$i(expression) || isMemberExpression$9(expression) || expression.type === "ConditionalExpression" || expression.type === "SequenceExpression" || expression.type === "TSAsExpression" || isBinaryish$4(expression)) { + printed = [indent$y([softline$t, printed]), softline$t]; + } + } -function isUnitTestSetUp(node) { - const unitTestSetUpRe = /^(before|after)(Each|All)$/; - return node.callee.type === "Identifier" && unitTestSetUpRe.test(node.callee.name) && node.arguments.length === 1; -} // eg; `describe("some string", (done) => {})` + const aligned = indentSize === 0 && quasi.value.raw.endsWith("\n") ? align$5(Number.NEGATIVE_INFINITY, printed) : addAlignmentToDoc(printed, indentSize, tabWidth); + parts.push(group$C(["${", aligned, lineSuffixBoundary$1, "}"])); + } + }, "quasis"); + parts.push("`"); + return parts; +} +function printJestEachTemplateLiteral(path, options, print) { + /** + * a | b | expected + * ${1} | ${1} | ${2} + * ${1} | ${2} | ${3} + * ${2} | ${1} | ${3} + */ + const node = path.getNode(); + const headerNames = node.quasis[0].value.raw.trim().split(/\s*\|\s*/); -function isTestCall(n, parent) { - if (n.type !== "CallExpression") { - return false; - } + if (headerNames.length > 1 || headerNames.some(headerName => headerName.length > 0)) { + options.__inJestEach = true; + const expressions = path.map(print, "expressions"); + options.__inJestEach = false; + const parts = []; + const stringifiedExpressions = expressions.map(doc => "${" + printDocToString$1(doc, Object.assign(Object.assign({}, options), {}, { + printWidth: Number.POSITIVE_INFINITY, + endOfLine: "lf" + })).formatted + "}"); + const tableBody = [{ + hasLineBreak: false, + cells: [] + }]; - if (n.arguments.length === 1) { - if (isAngularTestWrapper(n) && parent && isTestCall(parent)) { - return isFunctionOrArrowExpression(n.arguments[0]); - } + for (let i = 1; i < node.quasis.length; i++) { + const row = getLast$k(tableBody); + const correspondingExpression = stringifiedExpressions[i - 1]; + row.cells.push(correspondingExpression); - if (isUnitTestSetUp(n)) { - return isAngularTestWrapper(n.arguments[0]); - } - } else if (n.arguments.length === 2 || n.arguments.length === 3) { - if ((n.callee.type === "Identifier" && unitTestRe.test(n.callee.name) || isSkipOrOnlyBlock(n)) && (isTemplateLiteral(n.arguments[0]) || isStringLiteral(n.arguments[0]))) { - // it("name", () => { ... }, 2500) - if (n.arguments[2] && !isNumericLiteral(n.arguments[2])) { - return false; + if (correspondingExpression.includes("\n")) { + row.hasLineBreak = true; } - return (n.arguments.length === 2 ? isFunctionOrArrowExpression(n.arguments[1]) : isFunctionOrArrowExpressionWithBody(n.arguments[1]) && getFunctionParameters(n.arguments[1]).length <= 1) || isAngularTestWrapper(n.arguments[1]); + if (node.quasis[i].value.raw.includes("\n")) { + tableBody.push({ + hasLineBreak: false, + cells: [] + }); + } } - } - return false; -} -/** - * @param {Node} node - * @returns {boolean} - */ + const maxColumnCount = Math.max(headerNames.length, ...tableBody.map(row => row.cells.length)); + const maxColumnWidths = Array.from({ + length: maxColumnCount + }).fill(0); + const table = [{ + cells: headerNames + }, ...tableBody.filter(row => row.cells.length > 0)]; + for (const { + cells + } of table.filter(row => !row.hasLineBreak)) { + for (const [index, cell] of cells.entries()) { + maxColumnWidths[index] = Math.max(maxColumnWidths[index], getStringWidth$2(cell)); + } + } -function hasLeadingComment(node) { - return node.comments && node.comments.some(comment => comment.leading); + parts.push(lineSuffixBoundary$1, "`", indent$y([hardline$A, join$u(hardline$A, table.map(row => join$u(" | ", row.cells.map((cell, index) => row.hasLineBreak ? cell : cell + " ".repeat(maxColumnWidths[index] - getStringWidth$2(cell))))))]), hardline$A, "`"); + return parts; + } } -/** - * @param {Node} node - * @returns {boolean} - */ +function printTemplateExpression(path, print) { + const node = path.getValue(); + let printed = print(); -function hasTrailingComment(node) { - return node.comments && node.comments.some(comment => comment.trailing); -} -/** - * @param {Node} node - * @returns {boolean} - */ + if (hasComment$i(node)) { + printed = group$C([indent$y([softline$t, printed]), softline$t]); + } + return ["${", printed, lineSuffixBoundary$1, "}"]; +} -function hasTrailingLineComment(node) { - return node.comments && node.comments.some(comment => comment.trailing && !isBlockComment(comment)); +function printTemplateExpressions$3(path, print) { + return path.map(path => printTemplateExpression(path, print), "expressions"); } -/** - * @param {CallExpression | OptionalCallExpression} node - * @returns {boolean} - */ +function escapeTemplateCharacters$2(doc, raw) { + return mapDoc$3(doc, currentDoc => { + if (typeof currentDoc === "string") { + return raw ? currentDoc.replace(/(\\*)`/g, "$1$1\\`") : uncookTemplateElementValue$1(currentDoc); + } -function isCallOrOptionalCallExpression(node) { - return node.type === "CallExpression" || node.type === "OptionalCallExpression"; + return currentDoc; + }); } -/** - * @param {Node} node - * @returns {boolean} - */ - -function hasDanglingComments(node) { - return node.comments && node.comments.some(comment => !comment.leading && !comment.trailing); +function uncookTemplateElementValue$1(cookedValue) { + return cookedValue.replace(/([\\`]|\${)/g, "\\$1"); } -/** identify if an angular expression seems to have side effects */ -/** - * @param {FastPath} path - * @returns {boolean} - */ +var templateLiteral = { + printTemplateLiteral: printTemplateLiteral$2, + printTemplateExpressions: printTemplateExpressions$3, + escapeTemplateCharacters: escapeTemplateCharacters$2, + uncookTemplateElementValue: uncookTemplateElementValue$1 +}; +const { + builders: { + indent: indent$x, + softline: softline$s, + literalline: literalline$4, + dedentToRoot: dedentToRoot$2 + } +} = require$$7$3; +const { + escapeTemplateCharacters: escapeTemplateCharacters$1 +} = templateLiteral; -function hasNgSideEffect(path) { - return hasNode(path.getValue(), node => { - switch (node.type) { - case undefined: - return false; +function format$3(path, print, textToDoc) { + const node = path.getValue(); + let text = node.quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g, (_, backslashes) => "\\".repeat(backslashes.length / 2) + "`"); + const indentation = getIndentation(text); + const hasIndent = indentation !== ""; - case "CallExpression": - case "OptionalCallExpression": - case "AssignmentExpression": - return true; - } - }); + if (hasIndent) { + text = text.replace(new RegExp(`^${indentation}`, "gm"), ""); + } + + const doc = escapeTemplateCharacters$1(textToDoc(text, { + parser: "markdown", + __inJsTemplate: true + }, { + stripTrailingHardline: true + }), true); + return ["`", hasIndent ? indent$x([softline$s, doc]) : [literalline$4, dedentToRoot$2(doc)], softline$s, "`"]; } -function isNgForOf(node, index, parentNode) { - return node.type === "NGMicrosyntaxKeyedExpression" && node.key.name === "of" && index === 1 && parentNode.body[0].type === "NGMicrosyntaxLet" && parentNode.body[0].value === null; +function getIndentation(str) { + const firstMatchedIndent = str.match(/^([^\S\n]*)\S/m); + return firstMatchedIndent === null ? "" : firstMatchedIndent[1]; } -/** - * - * @param {any} node - * @returns {boolean} - */ +var markdown = format$3; -function isSimpleTemplateLiteral(node) { - let expressionsKey = "expressions"; - - if (node.type === "TSTemplateLiteralType") { - expressionsKey = "types"; +const { + isNonEmptyArray: isNonEmptyArray$g +} = util$8; +const { + builders: { + indent: indent$w, + hardline: hardline$z, + softline: softline$r + }, + utils: { + mapDoc: mapDoc$2, + replaceEndOfLine: replaceEndOfLine$1, + cleanDoc: cleanDoc$3 } +} = require$$7$3; +const { + printTemplateExpressions: printTemplateExpressions$2 +} = templateLiteral; - const expressions = node[expressionsKey]; +function format$2(path, print, textToDoc) { + const node = path.getValue(); // Get full template literal with expressions replaced by placeholders - if (expressions.length === 0) { - return false; - } + const rawQuasis = node.quasis.map(q => q.value.raw); + let placeholderID = 0; + const text = rawQuasis.reduce((prevVal, currVal, idx) => idx === 0 ? currVal : prevVal + "@prettier-placeholder-" + placeholderID++ + "-id" + currVal, ""); + const doc = textToDoc(text, { + parser: "scss" + }, { + stripTrailingHardline: true + }); + const expressionDocs = printTemplateExpressions$2(path, print); + return transformCssDoc(doc, node, expressionDocs); +} - return expressions.every(expr => { - // Disallow comments since printDocToString can't print them here - if (expr.comments) { - return false; - } // Allow `x` and `this` +function transformCssDoc(quasisDoc, parentNode, expressionDocs) { + const isEmpty = parentNode.quasis.length === 1 && !parentNode.quasis[0].value.raw.trim(); + if (isEmpty) { + return "``"; + } - if (expr.type === "Identifier" || expr.type === "ThisExpression") { - return true; - } // Allow `a.b.c`, `a.b[c]`, and `this.x.y` + const newDoc = replacePlaceholders(quasisDoc, expressionDocs); + /* istanbul ignore if */ + if (!newDoc) { + throw new Error("Couldn't insert all the expressions"); + } - if (expr.type === "MemberExpression" || expr.type === "OptionalMemberExpression") { - let head = expr; + return ["`", indent$w([hardline$z, newDoc]), softline$r, "`"]; +} // Search all the placeholders in the quasisDoc tree +// and replace them with the expression docs one by one +// returns a new doc with all the placeholders replaced, +// or null if it couldn't replace any expression - while (head.type === "MemberExpression" || head.type === "OptionalMemberExpression") { - if (head.property.type !== "Identifier" && head.property.type !== "Literal" && head.property.type !== "StringLiteral" && head.property.type !== "NumericLiteral") { - return false; - } - head = head.object; +function replacePlaceholders(quasisDoc, expressionDocs) { + if (!isNonEmptyArray$g(expressionDocs)) { + return quasisDoc; + } - if (head.comments) { - return false; - } - } + let replaceCounter = 0; + const newDoc = mapDoc$2(cleanDoc$3(quasisDoc), doc => { + if (typeof doc !== "string" || !doc.includes("@prettier-placeholder")) { + return doc; + } // When we have multiple placeholders in one line, like: + // ${Child}${Child2}:not(:first-child) - if (head.type === "Identifier" || head.type === "ThisExpression") { - return true; - } - return false; - } + return doc.split(/@prettier-placeholder-(\d+)-id/).map((component, idx) => { + // The placeholder is always at odd indices + if (idx % 2 === 0) { + return replaceEndOfLine$1(component); + } // The component will always be a number at odd index - return false; + + replaceCounter++; + return expressionDocs[component]; + }); }); + return expressionDocs.length === replaceCounter ? newDoc : null; } -/** - * @param {FastPath} path - * @returns {boolean} - */ - -function classPropMayCauseASIProblems(path) { - const node = path.getNode(); +var css = format$2; - if (node.type !== "ClassProperty" && node.type !== "FieldDefinition") { - return false; +const { + builders: { + indent: indent$v, + join: join$t, + hardline: hardline$y } +} = require$$7$3; +const { + escapeTemplateCharacters, + printTemplateExpressions: printTemplateExpressions$1 +} = templateLiteral; - const name = node.key && node.key.name; // this isn't actually possible yet with most parsers available today - // so isn't properly tested yet. - - if ((name === "static" || name === "get" || name === "set") && !node.value && !node.typeAnnotation) { - return true; - } -} +function format$1(path, print, textToDoc) { + const node = path.getValue(); + const numQuasis = node.quasis.length; -function classChildNeedsASIProtection(node) { - if (!node) { - return; + if (numQuasis === 1 && node.quasis[0].value.raw.trim() === "") { + return "``"; } - if (node.static || node.accessibility // TypeScript - ) { - return false; - } + const expressionDocs = printTemplateExpressions$1(path, print); + const parts = []; - if (!node.computed) { - const name = node.key && node.key.name; + for (let i = 0; i < numQuasis; i++) { + const templateElement = node.quasis[i]; + const isFirst = i === 0; + const isLast = i === numQuasis - 1; + const text = templateElement.value.cooked; + const lines = text.split("\n"); + const numLines = lines.length; + const expressionDoc = expressionDocs[i]; + const startsWithBlankLine = numLines > 2 && lines[0].trim() === "" && lines[1].trim() === ""; + const endsWithBlankLine = numLines > 2 && lines[numLines - 1].trim() === "" && lines[numLines - 2].trim() === ""; + const commentsAndWhitespaceOnly = lines.every(line => /^\s*(?:#[^\n\r]*)?$/.test(line)); // Bail out if an interpolation occurs within a comment. - if (name === "in" || name === "instanceof") { - return true; + if (!isLast && /#[^\n\r]*$/.test(lines[numLines - 1])) { + return null; } - } - - switch (node.type) { - case "ClassProperty": - case "FieldDefinition": - case "TSAbstractClassProperty": - return node.computed; - case "MethodDefinition": // Flow + let doc = null; - case "TSAbstractMethodDefinition": // TypeScript + if (commentsAndWhitespaceOnly) { + doc = printGraphqlComments(lines); + } else { + doc = textToDoc(text, { + parser: "graphql" + }, { + stripTrailingHardline: true + }); + } - case "ClassMethod": - case "ClassPrivateMethod": - { - // Babel - const isAsync = node.value ? node.value.async : node.async; - const isGenerator = node.value ? node.value.generator : node.generator; + if (doc) { + doc = escapeTemplateCharacters(doc, false); - if (isAsync || node.kind === "get" || node.kind === "set") { - return false; - } + if (!isFirst && startsWithBlankLine) { + parts.push(""); + } - if (node.computed || isGenerator) { - return true; - } + parts.push(doc); - return false; + if (!isLast && endsWithBlankLine) { + parts.push(""); } + } else if (!isFirst && !isLast && startsWithBlankLine) { + parts.push(""); + } - case "TSIndexSignature": - return true; - - default: - /* istanbul ignore next */ - return false; + if (expressionDoc) { + parts.push(expressionDoc); + } } + + return ["`", indent$v([hardline$y, join$t(hardline$y, parts)]), hardline$y, "`"]; } -/** - * @param {string} tokenNode - * @param {string} keyword - * @returns {string} - */ +function printGraphqlComments(lines) { + const parts = []; + let seenComment = false; + const array = lines.map(textLine => textLine.trim()); -function getTypeScriptMappedTypeModifier(tokenNode, keyword) { - if (tokenNode === "+") { - return "+" + keyword; - } else if (tokenNode === "-") { - return "-" + keyword; - } + for (const [i, textLine] of array.entries()) { + // Lines are either whitespace only, or a comment (with potential whitespace + // around it). Drop whitespace-only lines. + if (textLine === "") { + continue; + } - return keyword; -} + if (array[i - 1] === "" && seenComment) { + // If a non-first comment is preceded by a blank (whitespace only) line, + // add in a blank line. + parts.push([hardline$y, textLine]); + } else { + parts.push(textLine); + } -function hasNewlineBetweenOrAfterDecorators(node, options) { - return hasNewlineInRange$2(options.originalText, locStart$2(node.decorators[0]), locEnd$2(getLast$1(node.decorators))) || hasNewline$3(options.originalText, locEnd$2(getLast$1(node.decorators))); -} // Only space, newline, carriage return, and tab are treated as whitespace -// inside JSX. + seenComment = true; + } // If `lines` was whitespace only, return `null`. -const jsxWhitespaceChars = " \n\r\t"; -const matchJsxWhitespaceRegex = new RegExp("([" + jsxWhitespaceChars + "]+)"); -const containsNonJsxWhitespaceRegex = new RegExp("[^" + jsxWhitespaceChars + "]"); // Meaningful if it contains non-whitespace characters, -// or it contains whitespace without a new line. + return parts.length === 0 ? null : join$t(hardline$y, parts); +} -/** - * @param {Node} node - * @returns {boolean} - */ +var graphql = format$1; -function isMeaningfulJSXText(node) { - return isLiteral(node) && (containsNonJsxWhitespaceRegex.test(rawText(node)) || !/\n/.test(rawText(node))); -} -/** - * @param {FastPath} path - * @returns {boolean} - */ +const { + builders: { + indent: indent$u, + line: line$y, + hardline: hardline$x, + group: group$B + }, + utils: { + mapDoc: mapDoc$1 + } +} = require$$7$3; +const { + printTemplateExpressions, + uncookTemplateElementValue +} = templateLiteral; // The counter is needed to distinguish nested embeds. +let htmlTemplateLiteralCounter = 0; -function hasJsxIgnoreComment(path) { +function format(path, print, textToDoc, options, { + parser +}) { const node = path.getValue(); - const parent = path.getParentNode(); + const counter = htmlTemplateLiteralCounter; + htmlTemplateLiteralCounter = htmlTemplateLiteralCounter + 1 >>> 0; - if (!parent || !node || !isJSXNode(node) || !isJSXNode(parent)) { - return false; - } // Lookup the previous sibling, ignoring any empty JSXText elements + const composePlaceholder = index => `PRETTIER_HTML_PLACEHOLDER_${index}_${counter}_IN_JS`; + const text = node.quasis.map((quasi, index, quasis) => index === quasis.length - 1 ? quasi.value.cooked : quasi.value.cooked + composePlaceholder(index)).join(""); + const expressionDocs = printTemplateExpressions(path, print); - const index = parent.children.indexOf(node); - let prevSibling = null; + if (expressionDocs.length === 0 && text.trim().length === 0) { + return "``"; + } - for (let i = index; i > 0; i--) { - const candidate = parent.children[i - 1]; + const placeholderRegex = new RegExp(composePlaceholder("(\\d+)"), "g"); + let topLevelCount = 0; + const doc = textToDoc(text, { + parser, - if (candidate.type === "JSXText" && !isMeaningfulJSXText(candidate)) { - continue; + __onHtmlRoot(root) { + topLevelCount = root.children.length; } - prevSibling = candidate; - break; - } - - return prevSibling && prevSibling.type === "JSXExpressionContainer" && prevSibling.expression.type === "JSXEmptyExpression" && prevSibling.expression.comments && prevSibling.expression.comments.some(comment => isPrettierIgnoreComment(comment)); -} -/** - * @param {JSXElement} node - * @returns {boolean} - */ - + }, { + stripTrailingHardline: true + }); + const contentDoc = mapDoc$1(doc, doc => { + if (typeof doc !== "string") { + return doc; + } -function isEmptyJSXElement(node) { - if (node.children.length === 0) { - return true; - } + const parts = []; + const components = doc.split(placeholderRegex); - if (node.children.length > 1) { - return false; - } // if there is one text child and does not contain any meaningful text - // we can treat the element as empty. + for (let i = 0; i < components.length; i++) { + let component = components[i]; + if (i % 2 === 0) { + if (component) { + component = uncookTemplateElementValue(component); - const child = node.children[0]; - return isLiteral(child) && !isMeaningfulJSXText(child); -} -/** - * @param {FastPath} path - * @returns {boolean} - */ + if (options.__embeddedInHtml) { + component = component.replace(/<\/(script)\b/gi, "<\\/$1"); + } + parts.push(component); + } -function hasPrettierIgnore(path) { - return hasIgnoreComment(path) || hasJsxIgnoreComment(path); -} -/** - * @param {FastPath} path - * @returns {boolean} - */ + continue; + } + const placeholderIndex = Number(component); + parts.push(expressionDocs[placeholderIndex]); + } -function isLastStatement(path) { - const parent = path.getParentNode(); + return parts; + }); + const leadingWhitespace = /^\s/.test(text) ? " " : ""; + const trailingWhitespace = /\s$/.test(text) ? " " : ""; + const linebreak = options.htmlWhitespaceSensitivity === "ignore" ? hardline$x : leadingWhitespace && trailingWhitespace ? line$y : null; - if (!parent) { - return true; + if (linebreak) { + return group$B(["`", indent$u([linebreak, group$B(contentDoc)]), linebreak, "`"]); } - const node = path.getValue(); - const body = (parent.body || parent.consequent).filter(stmt => stmt.type !== "EmptyStatement"); - return body[body.length - 1] === node; + return group$B(["`", leadingWhitespace, topLevelCount > 1 ? indent$u(group$B(contentDoc)) : group$B(contentDoc), trailingWhitespace, "`"]); } -/** - * @param {string} text - * @param {Node} typeAnnotation - * @returns {boolean} - */ +var html$3 = format; -function isFlowAnnotationComment(text, typeAnnotation) { - const start = locStart$2(typeAnnotation); - const end = skipWhitespace$2(text, locEnd$2(typeAnnotation)); - return end !== false && text.slice(start, start + 2) === "/*" && text.slice(end, end + 2) === "*/"; -} -/** - * @param {string} text - * @param {Node} node - * @returns {boolean} - */ - +const { + hasComment: hasComment$h, + CommentCheckFlags: CommentCheckFlags$f, + isObjectProperty: isObjectProperty$5 +} = utils$5; +const formatMarkdown = markdown; +const formatCss = css; +const formatGraphql = graphql; +const formatHtml = html$3; -function hasLeadingOwnLineComment(text, node) { - if (isJSXNode(node)) { - return hasNodeIgnoreComment(node); +function getLanguage(path) { + if (isStyledJsx(path) || isStyledComponents(path) || isCssProp(path) || isAngularComponentStyles(path)) { + return "css"; } - const res = node.comments && node.comments.some(comment => comment.leading && hasNewline$3(text, locEnd$2(comment))); - return res; -} // This recurses the return argument, looking for the first token -// (the leftmost leaf node) and, if it (or its parents) has any -// leadingComments, returns true (so it can be wrapped in parens). + if (isGraphQL(path)) { + return "graphql"; + } + if (isHtml(path)) { + return "html"; + } -function returnArgumentHasLeadingComment(options, argument) { - if (hasLeadingOwnLineComment(options.originalText, argument)) { - return true; + if (isAngularComponentTemplate(path)) { + return "angular"; } - if (hasNakedLeftSide(argument)) { - let leftMost = argument; - let newLeftMost; + if (isMarkdown(path)) { + return "markdown"; + } +} - while (newLeftMost = getLeftSide(leftMost)) { - leftMost = newLeftMost; +function embed$a(path, print, textToDoc, options) { + const node = path.getValue(); - if (hasLeadingOwnLineComment(options.originalText, leftMost)) { - return true; - } - } + if (node.type !== "TemplateLiteral" || // Bail out if any of the quasis have an invalid escape sequence + // (which would make the `cooked` value be `null`) + hasInvalidCookedValue(node)) { + return; } - return false; -} // Note: Quoting/unquoting numbers in TypeScript is not safe. -// -// let a = { 1: 1, 2: 2 } -// let b = { '1': 1, '2': 2 } -// -// declare let aa: keyof typeof a; -// declare let bb: keyof typeof b; -// -// aa = bb; -// ^^ -// Type '"1" | "2"' is not assignable to type '1 | 2'. -// Type '"1"' is not assignable to type '1 | 2'.(2322) -// -// And in Flow, you get: -// -// const x = { -// 0: 1 -// ^ Non-string literal property keys not supported. [unsupported-syntax] -// } -// -// Angular does not support unquoted numbers in expressions. -// -// So we play it safe and only unquote numbers for the JavaScript parsers. -// (Vue supports unquoted numbers in expressions, but let’s keep it simple.) -// -// Identifiers can be unquoted in more circumstances, though. + const language = getLanguage(path); + if (!language) { + return; + } -function isStringPropSafeToUnquote(node, options) { - return options.parser !== "json" && isStringLiteral(node.key) && rawText(node.key).slice(1, -1) === node.key.value && (isIdentifierName(node.key.value) && // With `--strictPropertyInitialization`, TS treats properties with quoted names differently than unquoted ones. - // See https://github.com/microsoft/TypeScript/pull/20075 - !((options.parser === "typescript" || options.parser === "babel-ts") && node.type === "ClassProperty") || isSimpleNumber(node.key.value) && String(Number(node.key.value)) === node.key.value && (options.parser === "babel" || options.parser === "espree" || options.parser === "meriyah")); -} // Matches “simple” numbers like `123` and `2.5` but not `1_000`, `1e+100` or `0b10`. + if (language === "markdown") { + return formatMarkdown(path, print, textToDoc); + } + + if (language === "css") { + return formatCss(path, print, textToDoc); + } + if (language === "graphql") { + return formatGraphql(path, print, textToDoc); + } -function isSimpleNumber(numberString) { - return /^(\d+|\d+\.\d+)$/.test(numberString); + if (language === "html" || language === "angular") { + return formatHtml(path, print, textToDoc, options, { + parser: language + }); + } } /** - * @param {Node} node - * @param {Node} parentNode - * @returns {boolean} + * md`...` + * markdown`...` */ -function isJestEachTemplateLiteral(node, parentNode) { - /** - * describe.each`table`(name, fn) - * describe.only.each`table`(name, fn) - * describe.skip.each`table`(name, fn) - * test.each`table`(name, fn) - * test.only.each`table`(name, fn) - * test.skip.each`table`(name, fn) - * - * Ref: https://github.com/facebook/jest/pull/6102 - */ - const jestEachTriggerRegex = /^[fx]?(describe|it|test)$/; - return parentNode.type === "TaggedTemplateExpression" && parentNode.quasi === node && parentNode.tag.type === "MemberExpression" && parentNode.tag.property.type === "Identifier" && parentNode.tag.property.name === "each" && (parentNode.tag.object.type === "Identifier" && jestEachTriggerRegex.test(parentNode.tag.object.name) || parentNode.tag.object.type === "MemberExpression" && parentNode.tag.object.property.type === "Identifier" && (parentNode.tag.object.property.name === "only" || parentNode.tag.object.property.name === "skip") && parentNode.tag.object.object.type === "Identifier" && jestEachTriggerRegex.test(parentNode.tag.object.object.name)); +function isMarkdown(path) { + const node = path.getValue(); + const parent = path.getParentNode(); + return parent && parent.type === "TaggedTemplateExpression" && node.quasis.length === 1 && parent.tag.type === "Identifier" && (parent.tag.name === "md" || parent.tag.name === "markdown"); } /** - * @param {TemplateLiteral} template - * @returns {boolean} + * Template literal in these contexts: + * + * css`` + * css.global`` + * css.resolve`` */ -function templateLiteralHasNewLines(template) { - return template.quasis.some(quasi => quasi.value.raw.includes("\n")); +function isStyledJsx(path) { + const node = path.getValue(); + const parent = path.getParentNode(); + const parentParent = path.getParentNode(1); + return parentParent && node.quasis && parent.type === "JSXExpressionContainer" && parentParent.type === "JSXElement" && parentParent.openingElement.name.name === "style" && parentParent.openingElement.attributes.some(attribute => attribute.name.name === "jsx") || parent && parent.type === "TaggedTemplateExpression" && parent.tag.type === "Identifier" && parent.tag.name === "css" || parent && parent.type === "TaggedTemplateExpression" && parent.tag.type === "MemberExpression" && parent.tag.object.name === "css" && (parent.tag.property.name === "global" || parent.tag.property.name === "resolve"); } /** - * @param {TemplateLiteral | TaggedTemplateExpression} n - * @param {string} text - * @returns {boolean} + * Angular Components can have: + * - Inline HTML template + * - Inline CSS styles + * + * ...which are both within template literals somewhere + * inside of the Component decorator factory. + * + * E.g. + * @Component({ + * template: `
...
`, + * styles: [`h1 { color: blue; }`] + * }) */ -function isTemplateOnItsOwnLine(n, text) { - return (n.type === "TemplateLiteral" && templateLiteralHasNewLines(n) || n.type === "TaggedTemplateExpression" && templateLiteralHasNewLines(n.quasi)) && !hasNewline$3(text, locStart$2(n), { - backwards: true - }); +function isAngularComponentStyles(path) { + return path.match(node => node.type === "TemplateLiteral", (node, name) => node.type === "ArrayExpression" && name === "elements", (node, name) => isObjectProperty$5(node) && node.key.type === "Identifier" && node.key.name === "styles" && name === "value", ...angularComponentObjectExpressionPredicates); +} + +function isAngularComponentTemplate(path) { + return path.match(node => node.type === "TemplateLiteral", (node, name) => isObjectProperty$5(node) && node.key.type === "Identifier" && node.key.name === "template" && name === "value", ...angularComponentObjectExpressionPredicates); } + +const angularComponentObjectExpressionPredicates = [(node, name) => node.type === "ObjectExpression" && name === "properties", (node, name) => node.type === "CallExpression" && node.callee.type === "Identifier" && node.callee.name === "Component" && name === "arguments", (node, name) => node.type === "Decorator" && name === "expression"]; /** - * @param {Node} node - * @returns {boolean} + * styled-components template literals */ +function isStyledComponents(path) { + const parent = path.getParentNode(); -function needsHardlineAfterDanglingComment(node) { - if (!node.comments) { + if (!parent || parent.type !== "TaggedTemplateExpression") { return false; } - const lastDanglingComment = getLast$1(node.comments.filter(comment => !comment.leading && !comment.trailing)); - return lastDanglingComment && !isBlockComment(lastDanglingComment); -} // Logic to check for args with multiple anonymous functions. For instance, -// the following call should be split on multiple lines for readability: -// source.pipe(map((x) => x + x), filter((x) => x % 2 === 0)) - + const tag = parent.tag.type === "ParenthesizedExpression" ? parent.tag.expression : parent.tag; -function isFunctionCompositionArgs(args) { - if (args.length <= 1) { - return false; - } + switch (tag.type) { + case "MemberExpression": + return (// styled.foo`` + isStyledIdentifier(tag.object) || // Component.extend`` + isStyledExtend(tag) + ); - let count = 0; + case "CallExpression": + return (// styled(Component)`` + isStyledIdentifier(tag.callee) || tag.callee.type === "MemberExpression" && (tag.callee.object.type === "MemberExpression" && ( // styled.foo.attrs({})`` + isStyledIdentifier(tag.callee.object.object) || // Component.extend.attrs({})`` + isStyledExtend(tag.callee.object)) || // styled(Component).attrs({})`` + tag.callee.object.type === "CallExpression" && isStyledIdentifier(tag.callee.object.callee)) + ); - for (const arg of args) { - if (isFunctionOrArrowExpression(arg)) { - count += 1; + case "Identifier": + // css`` + return tag.name === "css"; - if (count > 1) { - return true; - } - } else if (isCallOrOptionalCallExpression(arg)) { - for (const childArg of arg.arguments) { - if (isFunctionOrArrowExpression(childArg)) { - return true; - } - } - } + default: + return false; } +} +/** + * JSX element with CSS prop + */ - return false; -} // Logic to determine if a call is a “long curried function call”. -// See https://github.com/prettier/prettier/issues/1420. -// -// `connect(a, b, c)(d)` -// In the above call expression, the second call is the parent node and the -// first call is the current node. -/** - * @param {FastPath} path - * @returns {boolean} +function isCssProp(path) { + const parent = path.getParentNode(); + const parentParent = path.getParentNode(1); + return parentParent && parent.type === "JSXExpressionContainer" && parentParent.type === "JSXAttribute" && parentParent.name.type === "JSXIdentifier" && parentParent.name.name === "css"; +} + +function isStyledIdentifier(node) { + return node.type === "Identifier" && node.name === "styled"; +} + +function isStyledExtend(node) { + return /^[A-Z]/.test(node.object.name) && node.property.name === "extend"; +} +/* + * react-relay and graphql-tag + * graphql`...` + * graphql.experimental`...` + * gql`...` + * GraphQL comment block + * + * This intentionally excludes Relay Classic tags, as Prettier does not + * support Relay Classic formatting. */ -function isLongCurriedCallExpression(path) { +function isGraphQL(path) { const node = path.getValue(); const parent = path.getParentNode(); - return isCallOrOptionalCallExpression(node) && isCallOrOptionalCallExpression(parent) && parent.callee === node && node.arguments.length > parent.arguments.length && parent.arguments.length > 0; + return hasLanguageComment(node, "GraphQL") || parent && (parent.type === "TaggedTemplateExpression" && (parent.tag.type === "MemberExpression" && parent.tag.object.name === "graphql" && parent.tag.property.name === "experimental" || parent.tag.type === "Identifier" && (parent.tag.name === "gql" || parent.tag.name === "graphql")) || parent.type === "CallExpression" && parent.callee.type === "Identifier" && parent.callee.name === "graphql"); +} + +function hasLanguageComment(node, languageName) { + // This checks for a leading comment that is exactly `/* GraphQL */` + // In order to be in line with other implementations of this comment tag + // we will not trim the comment value and we will expect exactly one space on + // either side of the GraphQL string + // Also see ./clean.js + return hasComment$h(node, CommentCheckFlags$f.Block | CommentCheckFlags$f.Leading, ({ + value + }) => value === ` ${languageName} `); } /** - * @param {any} node - * @param {number} depth - * @returns {boolean} + * - html`...` + * - HTML comment block */ -function isSimpleCallArgument(node, depth) { - if (depth >= 2) { - return false; - } +function isHtml(path) { + return hasLanguageComment(path.getValue(), "HTML") || path.match(node => node.type === "TemplateLiteral", (node, name) => node.type === "TaggedTemplateExpression" && node.tag.type === "Identifier" && node.tag.name === "html" && name === "quasi"); +} - const isChildSimple = child => isSimpleCallArgument(child, depth + 1); +function hasInvalidCookedValue({ + quasis +}) { + return quasis.some(({ + value: { + cooked + } + }) => cooked === null); +} - const regexpPattern = node.type === "Literal" && "regex" in node && node.regex.pattern || node.type === "RegExpLiteral" && node.pattern; +var embed_1$4 = embed$a; - if (regexpPattern && regexpPattern.length > 5) { - return false; - } +const { + isBlockComment: isBlockComment$4 +} = utils$5; +const ignoredProperties$4 = new Set(["range", "raw", "comments", "leadingComments", "trailingComments", "innerComments", "extra", "start", "end", "loc", "flags", "errors", "tokens"]); - if (node.type === "Literal" || node.type === "BigIntLiteral" || node.type === "DecimalLiteral" || node.type === "BooleanLiteral" || node.type === "NullLiteral" || node.type === "NumericLiteral" || node.type === "RegExpLiteral" || node.type === "StringLiteral" || node.type === "Identifier" || node.type === "ThisExpression" || node.type === "Super" || node.type === "PrivateName" || node.type === "ArgumentPlaceholder" || node.type === "Import") { - return true; +const removeTemplateElementsValue = node => { + for (const templateElement of node.quasis) { + delete templateElement.value; } +}; - if (node.type === "TemplateLiteral") { - return node.expressions.every(isChildSimple); +function clean$c(ast, newObj, parent) { + if (ast.type === "Program") { + delete newObj.sourceType; } - if (node.type === "ObjectExpression") { - return node.properties.every(p => !p.computed && (p.shorthand || p.value && isChildSimple(p.value))); + if (ast.type === "BigIntLiteral" || ast.type === "BigIntLiteralTypeAnnotation") { + if (newObj.value) { + newObj.value = newObj.value.toLowerCase(); + } } - if (node.type === "ArrayExpression") { - return node.elements.every(x => x === null || isChildSimple(x)); + if (ast.type === "BigIntLiteral" || ast.type === "Literal") { + if (newObj.bigint) { + newObj.bigint = newObj.bigint.toLowerCase(); + } } - if (node.type === "ImportExpression") { - return isChildSimple(node.source); + if (ast.type === "DecimalLiteral") { + newObj.value = Number(newObj.value); } - if (node.type === "CallExpression" || node.type === "OptionalCallExpression" || node.type === "NewExpression") { - return isSimpleCallArgument(node.callee, depth) && node.arguments.every(isChildSimple); - } + if (ast.type === "Literal" && newObj.decimal) { + newObj.decimal = Number(newObj.decimal); + } // We remove extra `;` and add them when needed - if (node.type === "MemberExpression" || node.type === "OptionalMemberExpression") { - return isSimpleCallArgument(node.object, depth) && isSimpleCallArgument(node.property, depth); - } - if (node.type === "UnaryExpression" && (node.operator === "!" || node.operator === "-")) { - return isSimpleCallArgument(node.argument, depth); - } + if (ast.type === "EmptyStatement") { + return null; + } // We move text around, including whitespaces and add {" "} - if (node.type === "TSNonNullExpression") { - return isSimpleCallArgument(node.expression, depth); + + if (ast.type === "JSXText") { + return null; } - return false; -} + if (ast.type === "JSXExpressionContainer" && (ast.expression.type === "Literal" || ast.expression.type === "StringLiteral") && ast.expression.value === " ") { + return null; + } // We change {'key': value} into {key: value}. + // And {key: value} into {'key': value}. + // Also for (some) number keys. -function rawText(node) { - return node.extra ? node.extra.raw : node.raw; -} -function identity$1(x) { - return x; -} + if ((ast.type === "Property" || ast.type === "ObjectProperty" || ast.type === "MethodDefinition" || ast.type === "ClassProperty" || ast.type === "ClassMethod" || ast.type === "PropertyDefinition" || ast.type === "TSDeclareMethod" || ast.type === "TSPropertySignature" || ast.type === "ObjectTypeProperty") && typeof ast.key === "object" && ast.key && (ast.key.type === "Literal" || ast.key.type === "NumericLiteral" || ast.key.type === "StringLiteral" || ast.key.type === "Identifier")) { + delete newObj.key; + } // Remove raw and cooked values from TemplateElement when it's CSS + // styled-jsx -function isTSXFile(options) { - return options.filepath && /\.tsx$/i.test(options.filepath); -} -/** - * @param {any} options - * @param {("es5" | "all")} [level] - * @returns {boolean} - */ + if (ast.type === "JSXElement" && ast.openingElement.name.name === "style" && ast.openingElement.attributes.some(attr => attr.name.name === "jsx")) { + for (const { + type, + expression + } of newObj.children) { + if (type === "JSXExpressionContainer" && expression.type === "TemplateLiteral") { + removeTemplateElementsValue(expression); + } + } + } // CSS template literals in css prop -function shouldPrintComma(options, level = "es5") { - return options.trailingComma === "es5" && level === "es5" || options.trailingComma === "all" && (level === "all" || level === "es5"); -} -/** - * Tests if an expression starts with `{`, or (if forbidFunctionClassAndDoExpr - * holds) `function`, `class`, or `do {}`. Will be overzealous if there's - * already necessary grouping parentheses. - * - * @param {Node} node - * @param {boolean} forbidFunctionClassAndDoExpr - * @returns {boolean} - */ + if (ast.type === "JSXAttribute" && ast.name.name === "css" && ast.value.type === "JSXExpressionContainer" && ast.value.expression.type === "TemplateLiteral") { + removeTemplateElementsValue(newObj.value.expression); + } // We change quotes -function startsWithNoLookaheadToken(node, forbidFunctionClassAndDoExpr) { - node = getLeftMost(node); - switch (node.type) { - case "FunctionExpression": - case "ClassExpression": - case "DoExpression": - return forbidFunctionClassAndDoExpr; + if (ast.type === "JSXAttribute" && ast.value && ast.value.type === "Literal" && /["']|"|'/.test(ast.value.value)) { + newObj.value.value = newObj.value.value.replace(/["']|"|'/g, '"'); + } // Angular Components: Inline HTML template and Inline CSS styles - case "ObjectExpression": - return true; - case "MemberExpression": - case "OptionalMemberExpression": - return startsWithNoLookaheadToken(node.object, forbidFunctionClassAndDoExpr); + const expression = ast.expression || ast.callee; - case "TaggedTemplateExpression": - if (node.tag.type === "FunctionExpression") { - // IIFEs are always already parenthesized - return false; - } + if (ast.type === "Decorator" && expression.type === "CallExpression" && expression.callee.name === "Component" && expression.arguments.length === 1) { + const astProps = ast.expression.arguments[0].properties; - return startsWithNoLookaheadToken(node.tag, forbidFunctionClassAndDoExpr); + for (const [index, prop] of newObj.expression.arguments[0].properties.entries()) { + switch (astProps[index].key.name) { + case "styles": + if (prop.value.type === "ArrayExpression") { + removeTemplateElementsValue(prop.value.elements[0]); + } - case "CallExpression": - case "OptionalCallExpression": - if (node.callee.type === "FunctionExpression") { - // IIFEs are always already parenthesized - return false; + break; + + case "template": + if (prop.value.type === "TemplateLiteral") { + removeTemplateElementsValue(prop.value); + } + + break; } + } + } // styled-components, graphql, markdown - return startsWithNoLookaheadToken(node.callee, forbidFunctionClassAndDoExpr); - case "ConditionalExpression": - return startsWithNoLookaheadToken(node.test, forbidFunctionClassAndDoExpr); + if (ast.type === "TaggedTemplateExpression" && (ast.tag.type === "MemberExpression" || ast.tag.type === "Identifier" && (ast.tag.name === "gql" || ast.tag.name === "graphql" || ast.tag.name === "css" || ast.tag.name === "md" || ast.tag.name === "markdown" || ast.tag.name === "html") || ast.tag.type === "CallExpression")) { + removeTemplateElementsValue(newObj.quasi); + } - case "UpdateExpression": - return !node.prefix && startsWithNoLookaheadToken(node.argument, forbidFunctionClassAndDoExpr); + if (ast.type === "TemplateLiteral") { + // This checks for a leading comment that is exactly `/* GraphQL */` + // In order to be in line with other implementations of this comment tag + // we will not trim the comment value and we will expect exactly one space on + // either side of the GraphQL string + // Also see ./embed.js + const hasLanguageComment = ast.leadingComments && ast.leadingComments.some(comment => isBlockComment$4(comment) && ["GraphQL", "HTML"].some(languageName => comment.value === ` ${languageName} `)); - case "BindExpression": - return node.object && startsWithNoLookaheadToken(node.object, forbidFunctionClassAndDoExpr); + if (hasLanguageComment || parent.type === "CallExpression" && parent.callee.name === "graphql" || // TODO: check parser + // `flow` and `typescript` don't have `leadingComments` + !ast.leadingComments) { + removeTemplateElementsValue(newObj); + } + } - case "SequenceExpression": - return startsWithNoLookaheadToken(node.expressions[0], forbidFunctionClassAndDoExpr); + if (ast.type === "InterpreterDirective") { + newObj.value = newObj.value.trimEnd(); + } // Prettier removes degenerate union and intersection types with only one member. - case "TSAsExpression": - return startsWithNoLookaheadToken(node.expression, forbidFunctionClassAndDoExpr); - default: - return false; + if ((ast.type === "TSIntersectionType" || ast.type === "TSUnionType") && ast.types.length === 1) { + return newObj.types[0]; } } -const equalityOperators = { - "==": true, - "!=": true, - "===": true, - "!==": true -}; -const multiplicativeOperators = { - "*": true, - "/": true, - "%": true -}; -const bitshiftOperators = { - ">>": true, - ">>>": true, - "<<": true -}; +clean$c.ignoredProperties = ignoredProperties$4; +var clean_1$4 = clean$c; -function shouldFlatten(parentOp, nodeOp) { - if (getPrecedence(nodeOp) !== getPrecedence(parentOp)) { - return false; - } // ** is right-associative - // x ** y ** z --> x ** (y ** z) +var build = {}; +var detectNewline$1 = {exports: {}}; - if (parentOp === "**") { - return false; - } // x == y == z --> (x == y) == z +const detectNewline = string => { + if (typeof string !== 'string') { + throw new TypeError('Expected a string'); + } + const newlines = string.match(/(?:\r?\n)/g) || []; - if (equalityOperators[parentOp] && equalityOperators[nodeOp]) { - return false; - } // x * y % z --> (x * y) % z + if (newlines.length === 0) { + return; + } + const crlf = newlines.filter(newline => newline === '\r\n').length; + const lf = newlines.length - crlf; + return crlf > lf ? '\r\n' : '\n'; +}; - if (nodeOp === "%" && multiplicativeOperators[parentOp] || parentOp === "%" && multiplicativeOperators[nodeOp]) { - return false; - } // x * y / z --> (x * y) / z - // x / y * z --> (x / y) * z +detectNewline$1.exports = detectNewline; +detectNewline$1.exports.graceful = string => typeof string === 'string' && detectNewline(string) || '\n'; - if (nodeOp !== parentOp && multiplicativeOperators[nodeOp] && multiplicativeOperators[parentOp]) { - return false; - } // x << y << z --> (x << y) << z +Object.defineProperty(build, '__esModule', { + value: true +}); +build.extract = extract$1; +build.strip = strip$1; +build.parse = parse$1; +build.parseWithComments = parseWithComments$1; +build.print = print$3; +function _os() { + const data = require$$0__default$1["default"]; - if (bitshiftOperators[parentOp] && bitshiftOperators[nodeOp]) { - return false; - } + _os = function () { + return data; + }; - return true; + return data; } -const PRECEDENCE = {}; -[["|>"], ["??"], ["||"], ["&&"], ["|"], ["^"], ["&"], ["==", "===", "!=", "!=="], ["<", ">", "<=", ">=", "in", "instanceof"], [">>", "<<", ">>>"], ["+", "-"], ["*", "/", "%"], ["**"]].forEach((tier, i) => { - tier.forEach(op => { - PRECEDENCE[op] = i; - }); -}); - -function getPrecedence(op) { - return PRECEDENCE[op]; -} +function _detectNewline() { + const data = _interopRequireDefault(detectNewline$1.exports); -function getLeftMost(node) { - while (node.left) { - node = node.left; - } + _detectNewline = function () { + return data; + }; - return node; + return data; } -function isBitwiseOperator(operator) { - return !!bitshiftOperators[operator] || operator === "|" || operator === "^" || operator === "&"; +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + default: obj + }; } +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ -function hasRestParameter(node) { - if (node.rest) { - return true; - } - const parameters = getFunctionParameters(node); - return parameters.length > 0 && getLast$1(parameters).type === "RestElement"; +const commentEndRe = /\*\/$/; +const commentStartRe = /^\/\*\*/; +const docblockRe = /^\s*(\/\*\*?(.|\r?\n)*?\*\/)/; +const lineCommentRe = /(^|\s+)\/\/([^\r\n]*)/g; +const ltrimNewlineRe = /^(\r?\n)+/; +const multilineRe = /(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g; +const propertyRe = /(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g; +const stringStartRe = /(\r?\n|^) *\* ?/g; +const STRING_ARRAY = []; + +function extract$1(contents) { + const match = contents.match(docblockRe); + return match ? match[0].trimLeft() : ''; } -const functionParametersCache = new WeakMap(); +function strip$1(contents) { + const match = contents.match(docblockRe); + return match && match[0] ? contents.substring(match[0].length) : contents; +} -function getFunctionParameters(node) { - if (functionParametersCache.has(node)) { - return functionParametersCache.get(node); - } +function parse$1(docblock) { + return parseWithComments$1(docblock).pragmas; +} - const parameters = []; +function parseWithComments$1(docblock) { + const line = (0, _detectNewline().default)(docblock) || _os().EOL; - if (node.this) { - parameters.push(node.this); - } // `params` vs `parameters` - see https://github.com/babel/babel/issues/9231 + docblock = docblock.replace(commentStartRe, '').replace(commentEndRe, '').replace(stringStartRe, '$1'); // Normalize multi-line directives + let prev = ''; - if (Array.isArray(node.parameters)) { - parameters.push(...node.parameters); - } else if (Array.isArray(node.params)) { - parameters.push(...node.params); + while (prev !== docblock) { + prev = docblock; + docblock = docblock.replace(multilineRe, `${line}$1 $2${line}`); } - if (node.rest) { - parameters.push(node.rest); + docblock = docblock.replace(ltrimNewlineRe, '').trimRight(); + const result = Object.create(null); + const comments = docblock.replace(propertyRe, '').replace(ltrimNewlineRe, '').trimRight(); + let match; + + while (match = propertyRe.exec(docblock)) { + // strip linecomments from pragmas + const nextPragma = match[2].replace(lineCommentRe, ''); + + if (typeof result[match[1]] === 'string' || Array.isArray(result[match[1]])) { + result[match[1]] = STRING_ARRAY.concat(result[match[1]], nextPragma); + } else { + result[match[1]] = nextPragma; + } } - functionParametersCache.set(node, parameters); - return parameters; + return { + comments, + pragmas: result + }; } -function iterateFunctionParametersPath(path, iteratee) { - const node = path.getValue(); - let index = 0; +function print$3({ + comments = '', + pragmas = {} +}) { + const line = (0, _detectNewline().default)(comments) || _os().EOL; - const callback = childPath => iteratee(childPath, index++); + const head = '/**'; + const start = ' *'; + const tail = ' */'; + const keys = Object.keys(pragmas); + const printedObject = keys.map(key => printKeyValues(key, pragmas[key])).reduce((arr, next) => arr.concat(next), []).map(keyValue => start + ' ' + keyValue + line).join(''); - if (node.this) { - path.call(callback, "this"); - } + if (!comments) { + if (keys.length === 0) { + return ''; + } - if (Array.isArray(node.parameters)) { - path.each(callback, "parameters"); - } else if (Array.isArray(node.params)) { - path.each(callback, "params"); + if (keys.length === 1 && !Array.isArray(pragmas[keys[0]])) { + const value = pragmas[keys[0]]; + return `${head} ${printKeyValues(keys[0], value)[0]}${tail}`; + } } - if (node.rest) { - path.call(callback, "rest"); - } + const printedComments = comments.split(line).map(textLine => `${start} ${textLine}`).join(line) + line; + return head + line + (comments ? printedComments : '') + (comments && keys.length ? start + line : '') + printedObject + tail; } -const callArgumentsCache = new WeakMap(); - -function getCallArguments(node) { - if (callArgumentsCache.has(node)) { - return callArgumentsCache.get(node); - } - - const args = node.type === "ImportExpression" ? // No parser except `babel` supports `import("./foo.json", { assert: { type: "json" } })` yet, - // And `babel` parser it as `CallExpression` - // We need add the second argument here - [node.source] : node.arguments; - callArgumentsCache.set(node, args); - return args; +function printKeyValues(key, valueOrArray) { + return STRING_ARRAY.concat(valueOrArray).map(value => `@${key} ${value}`.trim()); } -function iterateCallArgumentsPath(path, iteratee) { - const node = path.getValue(); // See comment in `getCallArguments` +const { + parseWithComments, + strip, + extract, + print: print$2 +} = build; +const { + getShebang +} = util$8; +const { + normalizeEndOfLine +} = endOfLine; + +function parseDocBlock(text) { + const shebang = getShebang(text); - if (node.type === "ImportExpression") { - path.call(sourcePath => iteratee(sourcePath, 0), "source"); - } else { - path.each(iteratee, "arguments"); + if (shebang) { + text = text.slice(shebang.length + 1); } -} -function isPrettierIgnoreComment(comment) { - return comment.value.trim() === "prettier-ignore"; + const docBlock = extract(text); + const { + pragmas, + comments + } = parseWithComments(docBlock); + return { + shebang, + text, + pragmas, + comments + }; } -function hasNodeIgnoreComment(node) { - return node && (node.comments && node.comments.length > 0 && node.comments.some(comment => isPrettierIgnoreComment(comment) && !comment.unignore) || node.prettierIgnore); +function hasPragma$4(text) { + const pragmas = Object.keys(parseDocBlock(text).pragmas); + return pragmas.includes("prettier") || pragmas.includes("format"); } -function hasIgnoreComment(path) { - const node = path.getValue(); - return hasNodeIgnoreComment(node); +function insertPragma$a(originalText) { + const { + shebang, + text, + pragmas, + comments + } = parseDocBlock(originalText); + const strippedText = strip(text); + const docBlock = print$2({ + pragmas: Object.assign({ + format: "" + }, pragmas), + comments: comments.trimStart() + }); + return (shebang ? `${shebang}\n` : "") + // normalise newlines (mitigate use of os.EOL by jest-docblock) + normalizeEndOfLine(docBlock) + (strippedText.startsWith("\n") ? "\n" : "\n\n") + strippedText; } -var utils$6 = { - classChildNeedsASIProtection, - classPropMayCauseASIProblems, - getFunctionParameters, - iterateFunctionParametersPath, - getCallArguments, - iterateCallArgumentsPath, - hasRestParameter, - getLeftSidePathName, - getParentExportDeclaration, - getTypeScriptMappedTypeModifier, - hasDanglingComments, - hasFlowAnnotationComment, - hasFlowShorthandAnnotationComment, - hasLeadingComment, - hasLeadingOwnLineComment, - hasNakedLeftSide, - hasNewlineBetweenOrAfterDecorators, - hasNgSideEffect, - hasNode, - hasPrettierIgnore, - hasTrailingComment, - hasTrailingLineComment, - hasIgnoreComment, - hasNodeIgnoreComment, - identity: identity$1, - isBinaryish, - isBlockComment, - isLineComment, - isPrettierIgnoreComment, - isCallOrOptionalCallExpression, - isEmptyJSXElement, - isExportDeclaration, - isFlowAnnotationComment, - isFunctionCompositionArgs, - isFunctionNotation, - isFunctionOrArrowExpression, - isGetterOrSetter, - isJestEachTemplateLiteral, - isJSXNode, - isJSXWhitespaceExpression, - isLastStatement, - isLiteral, - isLongCurriedCallExpression, - isSimpleCallArgument, - isMeaningfulJSXText, - isMemberExpressionChain, - isMemberish, - isNgForOf, - isNumericLiteral, - isObjectType, - isObjectTypePropertyAFunction, - isSimpleType, - isSimpleNumber, - isSimpleTemplateLiteral, - isStringLiteral, - isStringPropSafeToUnquote, - isTemplateOnItsOwnLine, - isTestCall, - isTheOnlyJSXElementInMarkdown, - isTSXFile, - isTypeAnnotationAFunction, - matchJsxWhitespaceRegex, - needsHardlineAfterDanglingComment, - rawText, - returnArgumentHasLeadingComment, - shouldPrintComma, - isBitwiseOperator, - shouldFlatten, - startsWithNoLookaheadToken, - getPrecedence +var pragma$5 = { + hasPragma: hasPragma$4, + insertPragma: insertPragma$a }; const { - getLast: getLast$2, - hasNewline: hasNewline$4, - getNextNonSpaceNonCommentCharacterIndexWithStartIndex: getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1, + getLast: getLast$j, + hasNewline: hasNewline$6, + getNextNonSpaceNonCommentCharacterIndexWithStartIndex, getNextNonSpaceNonCommentCharacter: getNextNonSpaceNonCommentCharacter$1, hasNewlineInRange: hasNewlineInRange$3, - addLeadingComment: addLeadingComment$3, - addTrailingComment: addTrailingComment$3, - addDanglingComment: addDanglingComment$3, - getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$2 -} = util; + addLeadingComment, + addTrailingComment, + addDanglingComment, + getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$2, + isNonEmptyArray: isNonEmptyArray$f +} = util$8; const { - isBlockComment: isBlockComment$1, - getFunctionParameters: getFunctionParameters$1, - isPrettierIgnoreComment: isPrettierIgnoreComment$1, - isJSXNode: isJSXNode$1, - hasFlowShorthandAnnotationComment: hasFlowShorthandAnnotationComment$1, + isBlockComment: isBlockComment$3, + getFunctionParameters: getFunctionParameters$5, + isPrettierIgnoreComment, + isJsxNode: isJsxNode$6, + hasFlowShorthandAnnotationComment: hasFlowShorthandAnnotationComment$2, hasFlowAnnotationComment: hasFlowAnnotationComment$1, - hasIgnoreComment: hasIgnoreComment$1 -} = utils$6; + hasIgnoreComment: hasIgnoreComment$1, + isCallLikeExpression: isCallLikeExpression$1, + getCallArguments: getCallArguments$4, + isCallExpression: isCallExpression$c, + isMemberExpression: isMemberExpression$8, + isObjectProperty: isObjectProperty$4, + getComments: getComments$4, + CommentCheckFlags: CommentCheckFlags$e +} = utils$5; const { - locStart: locStart$3, - locEnd: locEnd$3 -} = loc; + locStart: locStart$p, + locEnd: locEnd$o +} = loc$6; +/** + * @typedef {import("./types/estree").Node} Node + * @typedef {import("./types/estree").Comment} Comment + * @typedef {import("../common/ast-path")} AstPath + * + * @typedef {Object} CommentContext + * @property {Comment} comment + * @property {Node} precedingNode + * @property {Node} enclosingNode + * @property {Node} followingNode + * @property {string} text + * @property {any} options + * @property {Node} ast + * @property {boolean} isLastComment + */ + +/** + * @param {CommentContext} context + * @returns {boolean} + */ -function handleOwnLineComment(comment, text, options, ast, isLastComment) { - return handleIgnoreComments(comment) || handleLastFunctionArgComments(comment, text) || handleMemberExpressionComments(comment) || handleIfStatementComments(comment, text) || handleWhileComments(comment, text) || handleTryStatementComments(comment) || handleClassComments(comment) || handleImportSpecifierComments(comment) || handleForComments(comment) || handleUnionTypeComments(comment) || handleOnlyComments(comment, ast, isLastComment) || handleImportDeclarationComments(comment, text) || handleAssignmentPatternComments(comment) || handleMethodNameComments(comment, text) || handleLabeledStatementComments(comment); +function handleOwnLineComment(context) { + return [handleIgnoreComments, handleLastFunctionArgComments, handleMemberExpressionComments, handleIfStatementComments, handleWhileComments, handleTryStatementComments, handleClassComments, handleImportSpecifierComments, handleForComments, handleUnionTypeComments, handleOnlyComments, handleImportDeclarationComments, handleAssignmentPatternComments, handleMethodNameComments, handleLabeledStatementComments].some(fn => fn(context)); } +/** + * @param {CommentContext} context + * @returns {boolean} + */ + -function handleEndOfLineComment(comment, text, options, ast, isLastComment) { - return handleClosureTypeCastComments(comment) || handleLastFunctionArgComments(comment, text) || handleConditionalExpressionComments(comment, text) || handleImportSpecifierComments(comment) || handleIfStatementComments(comment, text) || handleWhileComments(comment, text) || handleTryStatementComments(comment) || handleClassComments(comment) || handleLabeledStatementComments(comment) || handleCallExpressionComments(comment) || handlePropertyComments(comment) || handleOnlyComments(comment, ast, isLastComment) || handleTypeAliasComments(comment) || handleVariableDeclaratorComments(comment); +function handleEndOfLineComment(context) { + return [handleClosureTypeCastComments, handleLastFunctionArgComments, handleConditionalExpressionComments, handleImportSpecifierComments, handleIfStatementComments, handleWhileComments, handleTryStatementComments, handleClassComments, handleLabeledStatementComments, handleCallExpressionComments, handlePropertyComments, handleOnlyComments, handleTypeAliasComments, handleVariableDeclaratorComments].some(fn => fn(context)); } +/** + * @param {CommentContext} context + * @returns {boolean} + */ -function handleRemainingComment(comment, text, options, ast, isLastComment) { - if (handleIgnoreComments(comment) || handleIfStatementComments(comment, text) || handleWhileComments(comment, text) || handleObjectPropertyAssignment(comment) || handleCommentInEmptyParens(comment, text) || handleMethodNameComments(comment, text) || handleOnlyComments(comment, ast, isLastComment) || handleCommentAfterArrowParams(comment, text) || handleFunctionNameComments(comment, text) || handleTSMappedTypeComments(comment) || handleBreakAndContinueStatementComments(comment) || handleTSFunctionTrailingComments(comment, text)) { - return true; - } - return false; +function handleRemainingComment(context) { + return [handleIgnoreComments, handleIfStatementComments, handleWhileComments, handleObjectPropertyAssignment, handleCommentInEmptyParens, handleMethodNameComments, handleOnlyComments, handleCommentAfterArrowParams, handleFunctionNameComments, handleTSMappedTypeComments, handleBreakAndContinueStatementComments, handleTSFunctionTrailingComments].some(fn => fn(context)); } +/** + * @param {Node} node + * @returns {void} + */ + function addBlockStatementFirstComment(node, comment) { + // @ts-expect-error const firstNonEmptyNode = (node.body || node.properties).find(({ type }) => type !== "EmptyStatement"); if (firstNonEmptyNode) { - addLeadingComment$3(firstNonEmptyNode, comment); + addLeadingComment(firstNonEmptyNode, comment); } else { - addDanglingComment$3(node, comment); + addDanglingComment(node, comment); } } +/** + * @param {Node} node + * @returns {void} + */ + function addBlockOrNotComment(node, comment) { if (node.type === "BlockStatement") { addBlockStatementFirstComment(node, comment); } else { - addLeadingComment$3(node, comment); + addLeadingComment(node, comment); } } -function handleClosureTypeCastComments(comment) { - const { - followingNode - } = comment; - +function handleClosureTypeCastComments({ + comment, + followingNode +}) { if (followingNode && isTypeCastComment(comment)) { - addLeadingComment$3(followingNode, comment); + addLeadingComment(followingNode, comment); return true; } @@ -39390,13 +41355,13 @@ function handleClosureTypeCastComments(comment) { // } -function handleIfStatementComments(comment, text) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - +function handleIfStatementComments({ + comment, + precedingNode, + enclosingNode, + followingNode, + text +}) { if (!enclosingNode || enclosingNode.type !== "IfStatement" || !followingNode) { return false; } // We unfortunately have no way using the AST or location of nodes to know @@ -39406,10 +41371,10 @@ function handleIfStatementComments(comment, text) { // it is a ). - const nextCharacter = getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$3); + const nextCharacter = getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$o); if (nextCharacter === ")") { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); return true; } // Comments before `else`: // - treat as trailing comments of the consequent, if it's a BlockStatement @@ -39418,9 +41383,9 @@ function handleIfStatementComments(comment, text) { if (precedingNode === enclosingNode.consequent && followingNode === enclosingNode.alternate) { if (precedingNode.type === "BlockStatement") { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); } else { - addDanglingComment$3(enclosingNode, comment); + addDanglingComment(enclosingNode, comment); } return true; @@ -39442,20 +41407,20 @@ function handleIfStatementComments(comment, text) { if (enclosingNode.consequent === followingNode) { - addLeadingComment$3(followingNode, comment); + addLeadingComment(followingNode, comment); return true; } return false; } -function handleWhileComments(comment, text) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - +function handleWhileComments({ + comment, + precedingNode, + enclosingNode, + followingNode, + text +}) { if (!enclosingNode || enclosingNode.type !== "WhileStatement" || !followingNode) { return false; } // We unfortunately have no way using the AST or location of nodes to know @@ -39465,10 +41430,10 @@ function handleWhileComments(comment, text) { // it is a ). - const nextCharacter = getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$3); + const nextCharacter = getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$o); if (nextCharacter === ")") { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); return true; } @@ -39478,7 +41443,7 @@ function handleWhileComments(comment, text) { } if (enclosingNode.body === followingNode) { - addLeadingComment$3(followingNode, comment); + addLeadingComment(followingNode, comment); return true; } @@ -39486,19 +41451,18 @@ function handleWhileComments(comment, text) { } // Same as IfStatement but for TryStatement -function handleTryStatementComments(comment) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - +function handleTryStatementComments({ + comment, + precedingNode, + enclosingNode, + followingNode +}) { if (!enclosingNode || enclosingNode.type !== "TryStatement" && enclosingNode.type !== "CatchClause" || !followingNode) { return false; } if (enclosingNode.type === "CatchClause" && precedingNode) { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); return true; } @@ -39520,60 +41484,58 @@ function handleTryStatementComments(comment) { return false; } -function handleMemberExpressionComments(comment) { - const { - enclosingNode, - followingNode - } = comment; - - if (enclosingNode && (enclosingNode.type === "MemberExpression" || enclosingNode.type === "OptionalMemberExpression") && followingNode && followingNode.type === "Identifier") { - addLeadingComment$3(enclosingNode, comment); +function handleMemberExpressionComments({ + comment, + enclosingNode, + followingNode +}) { + if (isMemberExpression$8(enclosingNode) && followingNode && followingNode.type === "Identifier") { + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleConditionalExpressionComments(comment, text) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - const isSameLineAsPrecedingNode = precedingNode && !hasNewlineInRange$3(text, locEnd$3(precedingNode), locStart$3(comment)); +function handleConditionalExpressionComments({ + comment, + precedingNode, + enclosingNode, + followingNode, + text +}) { + const isSameLineAsPrecedingNode = precedingNode && !hasNewlineInRange$3(text, locEnd$o(precedingNode), locStart$p(comment)); if ((!precedingNode || !isSameLineAsPrecedingNode) && enclosingNode && (enclosingNode.type === "ConditionalExpression" || enclosingNode.type === "TSConditionalType") && followingNode) { - addLeadingComment$3(followingNode, comment); + addLeadingComment(followingNode, comment); return true; } return false; } -function handleObjectPropertyAssignment(comment) { - const { - precedingNode, - enclosingNode - } = comment; - - if (enclosingNode && (enclosingNode.type === "ObjectProperty" || enclosingNode.type === "Property") && enclosingNode.shorthand && enclosingNode.key === precedingNode && enclosingNode.value.type === "AssignmentPattern") { - addTrailingComment$3(enclosingNode.value.left, comment); +function handleObjectPropertyAssignment({ + comment, + precedingNode, + enclosingNode +}) { + if (isObjectProperty$4(enclosingNode) && enclosingNode.shorthand && enclosingNode.key === precedingNode && enclosingNode.value.type === "AssignmentPattern") { + addTrailingComment(enclosingNode.value.left, comment); return true; } return false; } -function handleClassComments(comment) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - +function handleClassComments({ + comment, + precedingNode, + enclosingNode, + followingNode +}) { if (enclosingNode && (enclosingNode.type === "ClassDeclaration" || enclosingNode.type === "ClassExpression" || enclosingNode.type === "DeclareClass" || enclosingNode.type === "DeclareInterface" || enclosingNode.type === "InterfaceDeclaration" || enclosingNode.type === "TSInterfaceDeclaration")) { - if (enclosingNode.decorators && enclosingNode.decorators.length > 0 && !(followingNode && followingNode.type === "Decorator")) { - addTrailingComment$3(enclosingNode.decorators[enclosingNode.decorators.length - 1], comment); + if (isNonEmptyArray$f(enclosingNode.decorators) && !(followingNode && followingNode.type === "Decorator")) { + addTrailingComment(getLast$j(enclosingNode.decorators), comment); return true; } @@ -39588,9 +41550,9 @@ function handleClassComments(comment) { for (const prop of ["implements", "extends", "mixins"]) { if (enclosingNode[prop] && followingNode === enclosingNode[prop][0]) { if (precedingNode && (precedingNode === enclosingNode.id || precedingNode === enclosingNode.typeParameters || precedingNode === enclosingNode.superClass)) { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); } else { - addDanglingComment$3(enclosingNode, comment, prop); + addDanglingComment(enclosingNode, comment, prop); } return true; @@ -39602,123 +41564,126 @@ function handleClassComments(comment) { return false; } -function handleMethodNameComments(comment, text) { - const { - precedingNode, - enclosingNode - } = comment; // This is only needed for estree parsers (flow, typescript) to attach +function handleMethodNameComments({ + comment, + precedingNode, + enclosingNode, + text +}) { + // This is only needed for estree parsers (flow, typescript) to attach // after a method name: // obj = { fn /*comment*/() {} }; - if (enclosingNode && precedingNode && ( // "MethodDefinition" is handled in getCommentChildNodes enclosingNode.type === "Property" || enclosingNode.type === "TSDeclareMethod" || enclosingNode.type === "TSAbstractMethodDefinition") && precedingNode.type === "Identifier" && enclosingNode.key === precedingNode && // special Property case: { key: /*comment*/(value) }; // comment should be attached to value instead of key - getNextNonSpaceNonCommentCharacter$1(text, precedingNode, locEnd$3) !== ":") { - addTrailingComment$3(precedingNode, comment); + getNextNonSpaceNonCommentCharacter$1(text, precedingNode, locEnd$o) !== ":") { + addTrailingComment(precedingNode, comment); return true; } // Print comments between decorators and class methods as a trailing comment // on the decorator node instead of the method node - if (precedingNode && enclosingNode && precedingNode.type === "Decorator" && (enclosingNode.type === "ClassMethod" || enclosingNode.type === "ClassProperty" || enclosingNode.type === "FieldDefinition" || enclosingNode.type === "TSAbstractClassProperty" || enclosingNode.type === "TSAbstractMethodDefinition" || enclosingNode.type === "TSDeclareMethod" || enclosingNode.type === "MethodDefinition")) { - addTrailingComment$3(precedingNode, comment); + if (precedingNode && enclosingNode && precedingNode.type === "Decorator" && (enclosingNode.type === "ClassMethod" || enclosingNode.type === "ClassProperty" || enclosingNode.type === "PropertyDefinition" || enclosingNode.type === "TSAbstractPropertyDefinition" || enclosingNode.type === "TSAbstractMethodDefinition" || enclosingNode.type === "TSDeclareMethod" || enclosingNode.type === "MethodDefinition")) { + addTrailingComment(precedingNode, comment); return true; } return false; } -function handleFunctionNameComments(comment, text) { - if (getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$3) !== "(") { +function handleFunctionNameComments({ + comment, + precedingNode, + enclosingNode, + text +}) { + if (getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$o) !== "(") { return false; - } - - const { - precedingNode, - enclosingNode - } = comment; + } if (precedingNode && enclosingNode && (enclosingNode.type === "FunctionDeclaration" || enclosingNode.type === "FunctionExpression" || enclosingNode.type === "ClassMethod" || enclosingNode.type === "MethodDefinition" || enclosingNode.type === "ObjectMethod")) { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); return true; } return false; } -function handleCommentAfterArrowParams(comment, text) { - const { - enclosingNode - } = comment; - +function handleCommentAfterArrowParams({ + comment, + enclosingNode, + text +}) { if (!(enclosingNode && enclosingNode.type === "ArrowFunctionExpression")) { return false; } - const index = getNextNonSpaceNonCommentCharacterIndex$2(text, comment, locEnd$3); + const index = getNextNonSpaceNonCommentCharacterIndex$2(text, comment, locEnd$o); if (index !== false && text.slice(index, index + 2) === "=>") { - addDanglingComment$3(enclosingNode, comment); + addDanglingComment(enclosingNode, comment); return true; } return false; } -function handleCommentInEmptyParens(comment, text) { - if (getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$3) !== ")") { +function handleCommentInEmptyParens({ + comment, + enclosingNode, + text +}) { + if (getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$o) !== ")") { return false; - } - - const { - enclosingNode - } = comment; // Only add dangling comments to fix the case when no params are present, + } // Only add dangling comments to fix the case when no params are present, // i.e. a function without any argument. - if (enclosingNode && (isRealFunctionLikeNode(enclosingNode) && getFunctionParameters$1(enclosingNode).length === 0 || (enclosingNode.type === "CallExpression" || enclosingNode.type === "OptionalCallExpression" || enclosingNode.type === "NewExpression") && enclosingNode.arguments.length === 0)) { - addDanglingComment$3(enclosingNode, comment); + + if (enclosingNode && (isRealFunctionLikeNode(enclosingNode) && getFunctionParameters$5(enclosingNode).length === 0 || isCallLikeExpression$1(enclosingNode) && getCallArguments$4(enclosingNode).length === 0)) { + addDanglingComment(enclosingNode, comment); return true; } - if (enclosingNode && enclosingNode.type === "MethodDefinition" && getFunctionParameters$1(enclosingNode.value).length === 0) { - addDanglingComment$3(enclosingNode.value, comment); + if (enclosingNode && (enclosingNode.type === "MethodDefinition" || enclosingNode.type === "TSAbstractMethodDefinition") && getFunctionParameters$5(enclosingNode.value).length === 0) { + addDanglingComment(enclosingNode.value, comment); return true; } return false; } -function handleLastFunctionArgComments(comment, text) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; // Flow function type definitions - +function handleLastFunctionArgComments({ + comment, + precedingNode, + enclosingNode, + followingNode, + text +}) { + // Flow function type definitions if (precedingNode && precedingNode.type === "FunctionTypeParam" && enclosingNode && enclosingNode.type === "FunctionTypeAnnotation" && followingNode && followingNode.type !== "FunctionTypeParam") { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); return true; } // Real functions and TypeScript function type definitions - if (precedingNode && (precedingNode.type === "Identifier" || precedingNode.type === "AssignmentPattern") && enclosingNode && isRealFunctionLikeNode(enclosingNode) && getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$3) === ")") { - addTrailingComment$3(precedingNode, comment); + if (precedingNode && (precedingNode.type === "Identifier" || precedingNode.type === "AssignmentPattern") && enclosingNode && isRealFunctionLikeNode(enclosingNode) && getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$o) === ")") { + addTrailingComment(precedingNode, comment); return true; } if (enclosingNode && enclosingNode.type === "FunctionDeclaration" && followingNode && followingNode.type === "BlockStatement") { const functionParamRightParenIndex = (() => { - const parameters = getFunctionParameters$1(enclosingNode); + const parameters = getFunctionParameters$5(enclosingNode); - if (parameters.length !== 0) { - return getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1(text, locEnd$3(getLast$2(parameters))); + if (parameters.length > 0) { + return getNextNonSpaceNonCommentCharacterIndexWithStartIndex(text, locEnd$o(getLast$j(parameters))); } - const functionParamLeftParenIndex = getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1(text, locEnd$3(enclosingNode.id)); - return functionParamLeftParenIndex !== false && getNextNonSpaceNonCommentCharacterIndexWithStartIndex$1(text, functionParamLeftParenIndex + 1); + const functionParamLeftParenIndex = getNextNonSpaceNonCommentCharacterIndexWithStartIndex(text, locEnd$o(enclosingNode.id)); + return functionParamLeftParenIndex !== false && getNextNonSpaceNonCommentCharacterIndexWithStartIndex(text, functionParamLeftParenIndex + 1); })(); - if (locStart$3(comment) > functionParamRightParenIndex) { + if (locStart$p(comment) > functionParamRightParenIndex) { addBlockStatementFirstComment(followingNode, comment); return true; } @@ -39727,81 +41692,76 @@ function handleLastFunctionArgComments(comment, text) { return false; } -function handleImportSpecifierComments(comment) { - const { - enclosingNode - } = comment; - +function handleImportSpecifierComments({ + comment, + enclosingNode +}) { if (enclosingNode && enclosingNode.type === "ImportSpecifier") { - addLeadingComment$3(enclosingNode, comment); + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleLabeledStatementComments(comment) { - const { - enclosingNode - } = comment; - +function handleLabeledStatementComments({ + comment, + enclosingNode +}) { if (enclosingNode && enclosingNode.type === "LabeledStatement") { - addLeadingComment$3(enclosingNode, comment); + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleBreakAndContinueStatementComments(comment) { - const { - enclosingNode - } = comment; - +function handleBreakAndContinueStatementComments({ + comment, + enclosingNode +}) { if (enclosingNode && (enclosingNode.type === "ContinueStatement" || enclosingNode.type === "BreakStatement") && !enclosingNode.label) { - addTrailingComment$3(enclosingNode, comment); + addTrailingComment(enclosingNode, comment); return true; } return false; } -function handleCallExpressionComments(comment) { - const { - precedingNode, - enclosingNode - } = comment; - - if (enclosingNode && (enclosingNode.type === "CallExpression" || enclosingNode.type === "OptionalCallExpression") && precedingNode && enclosingNode.callee === precedingNode && enclosingNode.arguments.length > 0) { - addLeadingComment$3(enclosingNode.arguments[0], comment); +function handleCallExpressionComments({ + comment, + precedingNode, + enclosingNode +}) { + if (isCallExpression$c(enclosingNode) && precedingNode && enclosingNode.callee === precedingNode && enclosingNode.arguments.length > 0) { + addLeadingComment(enclosingNode.arguments[0], comment); return true; } return false; } -function handleUnionTypeComments(comment) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - +function handleUnionTypeComments({ + comment, + precedingNode, + enclosingNode, + followingNode +}) { if (enclosingNode && (enclosingNode.type === "UnionTypeAnnotation" || enclosingNode.type === "TSUnionType")) { - if (isPrettierIgnoreComment$1(comment)) { + if (isPrettierIgnoreComment(comment)) { followingNode.prettierIgnore = true; comment.unignore = true; } if (precedingNode) { - addTrailingComment$3(precedingNode, comment); + addTrailingComment(precedingNode, comment); return true; } return false; } - if (followingNode && (followingNode.type === "UnionTypeAnnotation" || followingNode.type === "TSUnionType") && isPrettierIgnoreComment$1(comment)) { + if (followingNode && (followingNode.type === "UnionTypeAnnotation" || followingNode.type === "TSUnionType") && isPrettierIgnoreComment(comment)) { followingNode.types[0].prettierIgnore = true; comment.unignore = true; } @@ -39809,192 +41769,179 @@ function handleUnionTypeComments(comment) { return false; } -function handlePropertyComments(comment) { - const { - enclosingNode - } = comment; - - if (enclosingNode && (enclosingNode.type === "Property" || enclosingNode.type === "ObjectProperty")) { - addLeadingComment$3(enclosingNode, comment); +function handlePropertyComments({ + comment, + enclosingNode +}) { + if (isObjectProperty$4(enclosingNode)) { + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleOnlyComments(comment, ast, isLastComment) { - const { - enclosingNode - } = comment; // With Flow the enclosingNode is undefined so use the AST instead. - +function handleOnlyComments({ + comment, + enclosingNode, + followingNode, + ast, + isLastComment +}) { + // With Flow the enclosingNode is undefined so use the AST instead. if (ast && ast.body && ast.body.length === 0) { if (isLastComment) { - addDanglingComment$3(ast, comment); + addDanglingComment(ast, comment); } else { - addLeadingComment$3(ast, comment); + addLeadingComment(ast, comment); } return true; - } else if (enclosingNode && enclosingNode.type === "Program" && enclosingNode.body.length === 0 && enclosingNode.directives && enclosingNode.directives.length === 0) { + } + + if (enclosingNode && enclosingNode.type === "Program" && enclosingNode.body.length === 0 && !isNonEmptyArray$f(enclosingNode.directives)) { if (isLastComment) { - addDanglingComment$3(enclosingNode, comment); + addDanglingComment(enclosingNode, comment); } else { - addLeadingComment$3(enclosingNode, comment); + addLeadingComment(enclosingNode, comment); } return true; } + if (followingNode && followingNode.type === "Program" && followingNode.body.length === 0 && enclosingNode && enclosingNode.type === "ModuleExpression") { + addDanglingComment(followingNode, comment); + return true; + } + return false; } -function handleForComments(comment) { - const { - enclosingNode - } = comment; - +function handleForComments({ + comment, + enclosingNode +}) { if (enclosingNode && (enclosingNode.type === "ForInStatement" || enclosingNode.type === "ForOfStatement")) { - addLeadingComment$3(enclosingNode, comment); + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleImportDeclarationComments(comment, text) { - const { - precedingNode, - enclosingNode - } = comment; - - if (precedingNode && precedingNode.type === "ImportSpecifier" && enclosingNode && enclosingNode.type === "ImportDeclaration" && hasNewline$4(text, locEnd$3(comment))) { - addTrailingComment$3(precedingNode, comment); +function handleImportDeclarationComments({ + comment, + precedingNode, + enclosingNode, + text +}) { + if (precedingNode && precedingNode.type === "ImportSpecifier" && enclosingNode && enclosingNode.type === "ImportDeclaration" && hasNewline$6(text, locEnd$o(comment))) { + addTrailingComment(precedingNode, comment); return true; } return false; } -function handleAssignmentPatternComments(comment) { - const { - enclosingNode - } = comment; - +function handleAssignmentPatternComments({ + comment, + enclosingNode +}) { if (enclosingNode && enclosingNode.type === "AssignmentPattern") { - addLeadingComment$3(enclosingNode, comment); + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleTypeAliasComments(comment) { - const { - enclosingNode - } = comment; - +function handleTypeAliasComments({ + comment, + enclosingNode +}) { if (enclosingNode && enclosingNode.type === "TypeAlias") { - addLeadingComment$3(enclosingNode, comment); + addLeadingComment(enclosingNode, comment); return true; } return false; } -function handleVariableDeclaratorComments(comment) { - const { - enclosingNode, - followingNode - } = comment; - - if (enclosingNode && (enclosingNode.type === "VariableDeclarator" || enclosingNode.type === "AssignmentExpression") && followingNode && (followingNode.type === "ObjectExpression" || followingNode.type === "ArrayExpression" || followingNode.type === "TemplateLiteral" || followingNode.type === "TaggedTemplateExpression" || isBlockComment$1(comment))) { - addLeadingComment$3(followingNode, comment); +function handleVariableDeclaratorComments({ + comment, + enclosingNode, + followingNode +}) { + if (enclosingNode && (enclosingNode.type === "VariableDeclarator" || enclosingNode.type === "AssignmentExpression") && followingNode && (followingNode.type === "ObjectExpression" || followingNode.type === "ArrayExpression" || followingNode.type === "TemplateLiteral" || followingNode.type === "TaggedTemplateExpression" || isBlockComment$3(comment))) { + addLeadingComment(followingNode, comment); return true; } return false; } -function handleTSFunctionTrailingComments(comment, text) { - const { - enclosingNode, - followingNode - } = comment; - - if (!followingNode && enclosingNode && (enclosingNode.type === "TSMethodSignature" || enclosingNode.type === "TSDeclareFunction" || enclosingNode.type === "TSAbstractMethodDefinition") && getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$3) === ";") { - addTrailingComment$3(enclosingNode, comment); +function handleTSFunctionTrailingComments({ + comment, + enclosingNode, + followingNode, + text +}) { + if (!followingNode && enclosingNode && (enclosingNode.type === "TSMethodSignature" || enclosingNode.type === "TSDeclareFunction" || enclosingNode.type === "TSAbstractMethodDefinition") && getNextNonSpaceNonCommentCharacter$1(text, comment, locEnd$o) === ";") { + addTrailingComment(enclosingNode, comment); return true; } return false; } -function handleIgnoreComments(comment) { - const { - enclosingNode, - followingNode - } = comment; - - if (isPrettierIgnoreComment$1(comment) && enclosingNode && enclosingNode.type === "TSMappedType" && followingNode && followingNode.type === "TSTypeParameter" && followingNode.constraint) { +function handleIgnoreComments({ + comment, + enclosingNode, + followingNode +}) { + if (isPrettierIgnoreComment(comment) && enclosingNode && enclosingNode.type === "TSMappedType" && followingNode && followingNode.type === "TSTypeParameter" && followingNode.constraint) { enclosingNode.prettierIgnore = true; comment.unignore = true; return true; } } -function handleTSMappedTypeComments(comment) { - const { - precedingNode, - enclosingNode, - followingNode - } = comment; - +function handleTSMappedTypeComments({ + comment, + precedingNode, + enclosingNode, + followingNode +}) { if (!enclosingNode || enclosingNode.type !== "TSMappedType") { return false; } if (followingNode && followingNode.type === "TSTypeParameter" && followingNode.name) { - addLeadingComment$3(followingNode.name, comment); + addLeadingComment(followingNode.name, comment); return true; } if (precedingNode && precedingNode.type === "TSTypeParameter" && precedingNode.constraint) { - addTrailingComment$3(precedingNode.constraint, comment); + addTrailingComment(precedingNode.constraint, comment); return true; } return false; } /** - * @param {any} node - * @param {(comment: any) => boolean} fn - * @returns boolean + * @param {Node} node + * @returns {boolean} */ -function hasLeadingComment$1(node, fn = () => true) { - if (node.leadingComments) { - return node.leadingComments.some(fn); - } - - if (node.comments) { - return node.comments.some(comment => comment.leading && fn(comment)); - } - - return false; -} - function isRealFunctionLikeNode(node) { return node.type === "ArrowFunctionExpression" || node.type === "FunctionExpression" || node.type === "FunctionDeclaration" || node.type === "ObjectMethod" || node.type === "ClassMethod" || node.type === "TSDeclareFunction" || node.type === "TSCallSignatureDeclaration" || node.type === "TSConstructSignatureDeclaration" || node.type === "TSMethodSignature" || node.type === "TSConstructorType" || node.type === "TSFunctionType" || node.type === "TSDeclareMethod"; } +/** + * @param {any} node + * @returns {Node[] | void} + */ -function getGapRegex(enclosingNode) { - if (enclosingNode && enclosingNode.type !== "BinaryExpression" && enclosingNode.type !== "LogicalExpression") { - // Support degenerate single-element unions and intersections. - // E.g.: `type A = /* 1 */ & B` - return /^[\s&(|]*$/; - } -} function getCommentChildNodes(node, options) { // Prevent attaching comments to FunctionExpression in this case: @@ -40004,1981 +41951,2023 @@ function getCommentChildNodes(node, options) { // baz(); // } // } - if ((options.parser === "typescript" || options.parser === "flow" || options.parser === "espree" || options.parser === "meriyah") && node.type === "MethodDefinition" && node.value && node.value.type === "FunctionExpression" && getFunctionParameters$1(node.value).length === 0 && !node.value.returnType && (!node.value.typeParameters || node.value.typeParameters.length === 0) && node.value.body) { + if ((options.parser === "typescript" || options.parser === "flow" || options.parser === "espree" || options.parser === "meriyah" || options.parser === "__babel_estree") && node.type === "MethodDefinition" && node.value && node.value.type === "FunctionExpression" && getFunctionParameters$5(node.value).length === 0 && !node.value.returnType && !isNonEmptyArray$f(node.value.typeParameters) && node.value.body) { return [...(node.decorators || []), node.key, node.value.body]; } } +/** + * @param {Comment} comment + * @returns {boolean} + */ + function isTypeCastComment(comment) { - return isBlockComment$1(comment) && comment.value[0] === "*" && // TypeScript expects the type to be enclosed in curly brackets, however + return isBlockComment$3(comment) && comment.value[0] === "*" && // TypeScript expects the type to be enclosed in curly brackets, however // Closure Compiler accepts types in parens and even without any delimiters at all. // That's why we just search for "@type". /@type\b/.test(comment.value); } +/** + * @param {AstPath} path + * @returns {boolean} + */ -function willPrintOwnComments(path + +function willPrintOwnComments$1(path /*, options */ ) { const node = path.getValue(); const parent = path.getParentNode(); - return (node && (isJSXNode$1(node) || hasFlowShorthandAnnotationComment$1(node) || parent && (parent.type === "CallExpression" || parent.type === "OptionalCallExpression") && (hasFlowAnnotationComment$1(node.leadingComments) || hasFlowAnnotationComment$1(node.trailingComments))) || parent && (parent.type === "JSXSpreadAttribute" || parent.type === "JSXSpreadChild" || parent.type === "UnionTypeAnnotation" || parent.type === "TSUnionType" || (parent.type === "ClassDeclaration" || parent.type === "ClassExpression") && parent.superClass === node)) && (!hasIgnoreComment$1(path) || parent.type === "UnionTypeAnnotation" || parent.type === "TSUnionType"); + + const hasFlowAnnotations = node => hasFlowAnnotationComment$1(getComments$4(node, CommentCheckFlags$e.Leading)) || hasFlowAnnotationComment$1(getComments$4(node, CommentCheckFlags$e.Trailing)); + + return (node && (isJsxNode$6(node) || hasFlowShorthandAnnotationComment$2(node) || isCallExpression$c(parent) && hasFlowAnnotations(node)) || parent && (parent.type === "JSXSpreadAttribute" || parent.type === "JSXSpreadChild" || parent.type === "UnionTypeAnnotation" || parent.type === "TSUnionType" || (parent.type === "ClassDeclaration" || parent.type === "ClassExpression") && parent.superClass === node)) && (!hasIgnoreComment$1(path) || parent.type === "UnionTypeAnnotation" || parent.type === "TSUnionType"); } -var comments$1 = { +var comments = { handleOwnLineComment, handleEndOfLineComment, handleRemainingComment, - hasLeadingComment: hasLeadingComment$1, isTypeCastComment, - getGapRegex, getCommentChildNodes, - willPrintOwnComments + willPrintOwnComments: willPrintOwnComments$1 }; +const getLast$i = getLast_1; const { - getStringWidth: getStringWidth$3, - getIndentSize: getIndentSize$2 -} = util; -const { - builders: { - concat: concat$5, - join: join$2, - hardline: hardline$3, - softline: softline$1, - group: group$1, - indent: indent$2, - align: align$1, - lineSuffixBoundary: lineSuffixBoundary$1, - addAlignmentToDoc: addAlignmentToDoc$2 - }, - printer: { - printDocToString: printDocToString$2 - }, - utils: { - mapDoc: mapDoc$1 - } -} = document; -const { - isBinaryish: isBinaryish$1, - isJestEachTemplateLiteral: isJestEachTemplateLiteral$1, - isSimpleTemplateLiteral: isSimpleTemplateLiteral$1 -} = utils$6; - -function printTemplateLiteral(path, print, options) { - const node = path.getValue(); - const isTemplateLiteral = node.type === "TemplateLiteral"; + getFunctionParameters: getFunctionParameters$4, + getLeftSidePathName: getLeftSidePathName$1, + hasFlowShorthandAnnotationComment: hasFlowShorthandAnnotationComment$1, + hasNakedLeftSide: hasNakedLeftSide$2, + hasNode: hasNode$1, + isBitwiseOperator, + startsWithNoLookaheadToken: startsWithNoLookaheadToken$1, + shouldFlatten: shouldFlatten$1, + getPrecedence, + isCallExpression: isCallExpression$b, + isMemberExpression: isMemberExpression$7, + isObjectProperty: isObjectProperty$3 +} = utils$5; - if (isTemplateLiteral && isJestEachTemplateLiteral$1(node, path.getParentNode())) { - const printed = printJestEachTemplateLiteral(path, options, print); +function needsParens(path, options) { + const parent = path.getParentNode(); - if (printed) { - return printed; - } + if (!parent) { + return false; } - let expressionsKey = "expressions"; + const name = path.getName(); + const node = path.getNode(); // to avoid unexpected `}}` in HTML interpolations - if (node.type === "TSTemplateLiteralType") { - expressionsKey = "types"; - } + if (options.__isInHtmlInterpolation && !options.bracketSpacing && endsWithRightBracket(node) && isFollowedByRightBracket(path)) { + return true; + } // Only statements don't need parentheses. - const parts = []; - let expressions = path.map(print, expressionsKey); - const isSimple = isSimpleTemplateLiteral$1(node); - if (isSimple) { - expressions = expressions.map(doc => printDocToString$2(doc, Object.assign({}, options, { - printWidth: Infinity - })).formatted); + if (isStatement(node)) { + return false; } - parts.push(lineSuffixBoundary$1, "`"); - path.each(childPath => { - const i = childPath.getName(); - parts.push(print(childPath)); - - if (i < expressions.length) { - // For a template literal of the following form: - // `someQuery { - // ${call({ - // a, - // b, - // })} - // }` - // the expression is on its own line (there is a \n in the previous - // quasi literal), therefore we want to indent the JavaScript - // expression inside at the beginning of ${ instead of the beginning - // of the `. - const { - tabWidth - } = options; - const quasi = childPath.getValue(); - const indentSize = getIndentSize$2(quasi.value.raw, tabWidth); - let printed = expressions[i]; - - if (!isSimple) { - const expression = node[expressionsKey][i]; // Breaks at the template element boundaries (${ and }) are preferred to breaking - // in the middle of a MemberExpression - - if (expression.comments && expression.comments.length || expression.type === "MemberExpression" || expression.type === "OptionalMemberExpression" || expression.type === "ConditionalExpression" || expression.type === "SequenceExpression" || expression.type === "TSAsExpression" || isBinaryish$1(expression)) { - printed = concat$5([indent$2(concat$5([softline$1, printed])), softline$1]); - } - } - - const aligned = indentSize === 0 && quasi.value.raw.endsWith("\n") ? align$1(-Infinity, printed) : addAlignmentToDoc$2(printed, indentSize, tabWidth); - parts.push(group$1(concat$5(["${", aligned, lineSuffixBoundary$1, "}"]))); - } - }, "quasis"); - parts.push("`"); - return concat$5(parts); -} - -function printJestEachTemplateLiteral(path, options, print) { - /** - * a | b | expected - * ${1} | ${1} | ${2} - * ${1} | ${2} | ${3} - * ${2} | ${1} | ${3} - */ - const node = path.getNode(); - const headerNames = node.quasis[0].value.raw.trim().split(/\s*\|\s*/); - - if (headerNames.length > 1 || headerNames.some(headerName => headerName.length !== 0)) { - options.__inJestEach = true; - const expressions = path.map(print, "expressions"); - options.__inJestEach = false; - const parts = []; - const stringifiedExpressions = expressions.map(doc => "${" + printDocToString$2(doc, Object.assign({}, options, { - printWidth: Infinity, - endOfLine: "lf" - })).formatted + "}"); - const tableBody = [{ - hasLineBreak: false, - cells: [] - }]; - - for (let i = 1; i < node.quasis.length; i++) { - const row = tableBody[tableBody.length - 1]; - const correspondingExpression = stringifiedExpressions[i - 1]; - row.cells.push(correspondingExpression); + if ( // Preserve parens if we have a Flow annotation comment, unless we're using the Flow + // parser. The Flow parser turns Flow comments into type annotation nodes in its + // AST, which we handle separately. + options.parser !== "flow" && hasFlowShorthandAnnotationComment$1(path.getValue())) { + return true; + } // Identifiers never need parentheses. - if (correspondingExpression.includes("\n")) { - row.hasLineBreak = true; - } - if (node.quasis[i].value.raw.includes("\n")) { - tableBody.push({ - hasLineBreak: false, - cells: [] - }); - } - } + if (node.type === "Identifier") { + // ...unless those identifiers are embed placeholders. They might be substituted by complex + // expressions, so the parens around them should not be dropped. Example (JS-in-HTML-in-JS): + // let tpl = html``; + // If the inner JS formatter removes the parens, the expression might change its meaning: + // f((a + b) / 2) vs f(a + b / 2) + if (node.extra && node.extra.parenthesized && /^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(node.name)) { + return true; + } // `for (async of []);` is invalid - const maxColumnCount = Math.max(headerNames.length, ...tableBody.map(row => row.cells.length)); - const maxColumnWidths = Array.from({ - length: maxColumnCount - }).fill(0); - const table = [{ - cells: headerNames - }, ...tableBody.filter(row => row.cells.length !== 0)]; - for (const { - cells - } of table.filter(row => !row.hasLineBreak)) { - cells.forEach((cell, index) => { - maxColumnWidths[index] = Math.max(maxColumnWidths[index], getStringWidth$3(cell)); - }); + if (name === "left" && node.name === "async" && parent.type === "ForOfStatement" && !parent.await) { + return true; } - parts.push(lineSuffixBoundary$1, "`", indent$2(concat$5([hardline$3, join$2(hardline$3, table.map(row => join$2(" | ", row.cells.map((cell, index) => row.hasLineBreak ? cell : cell + " ".repeat(maxColumnWidths[index] - getStringWidth$3(cell))))))])), hardline$3, "`"); - return concat$5(parts); - } -} - -function printTemplateExpression(path, print) { - const node = path.getValue(); - let printed = print(path); - - if (node.comments && node.comments.length) { - printed = group$1(concat$5([indent$2(concat$5([softline$1, printed])), softline$1])); + return false; } - return concat$5(["${", printed, lineSuffixBoundary$1, "}"]); -} - -function printTemplateExpressions(path, print) { - return path.map(path => printTemplateExpression(path, print), "expressions"); -} + switch (parent.type) { + case "ParenthesizedExpression": + return false; -function escapeTemplateCharacters(doc, raw) { - return mapDoc$1(doc, currentDoc => { - if (!currentDoc.parts) { - return currentDoc; - } + case "ClassDeclaration": + case "ClassExpression": + { + // Add parens around the extends clause of a class. It is needed for almost + // all expressions. + if (name === "superClass" && (node.type === "ArrowFunctionExpression" || node.type === "AssignmentExpression" || node.type === "AwaitExpression" || node.type === "BinaryExpression" || node.type === "ConditionalExpression" || node.type === "LogicalExpression" || node.type === "NewExpression" || node.type === "ObjectExpression" || node.type === "ParenthesizedExpression" || node.type === "SequenceExpression" || node.type === "TaggedTemplateExpression" || node.type === "UnaryExpression" || node.type === "UpdateExpression" || node.type === "YieldExpression" || node.type === "TSNonNullExpression")) { + return true; + } - const parts = currentDoc.parts.map(part => { - if (typeof part === "string") { - return raw ? part.replace(/(\\*)`/g, "$1$1\\`") : uncookTemplateElementValue(part); + break; } - return part; - }); - return Object.assign({}, currentDoc, { - parts - }); - }); -} - -function uncookTemplateElementValue(cookedValue) { - return cookedValue.replace(/([\\`]|\${)/g, "\\$1"); -} - -var templateLiteral = { - printTemplateLiteral, - printTemplateExpressions, - escapeTemplateCharacters, - uncookTemplateElementValue -}; - -const { - builders: { - indent: indent$3, - softline: softline$2, - literalline: literalline$2, - concat: concat$6, - dedentToRoot: dedentToRoot$1 - } -} = document; -const { - escapeTemplateCharacters: escapeTemplateCharacters$1 -} = templateLiteral; - -function format$1(path, print, textToDoc) { - const node = path.getValue(); - let text = node.quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g, (_, backslashes) => "\\".repeat(backslashes.length / 2) + "`"); - const indentation = getIndentation(text); - const hasIndent = indentation !== ""; - - if (hasIndent) { - text = text.replace(new RegExp(`^${indentation}`, "gm"), ""); - } - - const doc = escapeTemplateCharacters$1(textToDoc(text, { - parser: "markdown", - __inJsTemplate: true - }, { - stripTrailingHardline: true - }), true); - return concat$6(["`", hasIndent ? indent$3(concat$6([softline$2, doc])) : concat$6([literalline$2, dedentToRoot$1(doc)]), softline$2, "`"]); -} - -function getIndentation(str) { - const firstMatchedIndent = str.match(/^([^\S\n]*)\S/m); - return firstMatchedIndent === null ? "" : firstMatchedIndent[1]; -} - -var markdown = format$1; - -const { - builders: { - indent: indent$4, - hardline: hardline$4, - softline: softline$3, - concat: concat$7 - }, - utils: { - mapDoc: mapDoc$2, - replaceNewlinesWithLiterallines: replaceNewlinesWithLiterallines$1 - } -} = document; -const { - printTemplateExpressions: printTemplateExpressions$1 -} = templateLiteral; - -function format$2(path, print, textToDoc) { - const node = path.getValue(); // Get full template literal with expressions replaced by placeholders - - const rawQuasis = node.quasis.map(q => q.value.raw); - let placeholderID = 0; - const text = rawQuasis.reduce((prevVal, currVal, idx) => { - return idx === 0 ? currVal : prevVal + "@prettier-placeholder-" + placeholderID++ + "-id" + currVal; - }, ""); - const doc = textToDoc(text, { - parser: "scss" - }, { - stripTrailingHardline: true - }); - const expressionDocs = printTemplateExpressions$1(path, print); - return transformCssDoc(doc, node, expressionDocs); -} - -function transformCssDoc(quasisDoc, parentNode, expressionDocs) { - const isEmpty = parentNode.quasis.length === 1 && !parentNode.quasis[0].value.raw.trim(); - - if (isEmpty) { - return "``"; - } - - const newDoc = replacePlaceholders(quasisDoc, expressionDocs); - /* istanbul ignore if */ - - if (!newDoc) { - throw new Error("Couldn't insert all the expressions"); - } - - return concat$7(["`", indent$4(concat$7([hardline$4, newDoc])), softline$3, "`"]); -} // Search all the placeholders in the quasisDoc tree -// and replace them with the expression docs one by one -// returns a new doc with all the placeholders replaced, -// or null if it couldn't replace any expression - - -function replacePlaceholders(quasisDoc, expressionDocs) { - if (!expressionDocs || !expressionDocs.length) { - return quasisDoc; - } - - let replaceCounter = 0; - const newDoc = mapDoc$2(quasisDoc, doc => { - if (!doc || !doc.parts || !doc.parts.length) { - return doc; - } - - let { - parts - } = doc; - const atIndex = parts.indexOf("@"); - const placeholderIndex = atIndex + 1; - - if (atIndex > -1 && typeof parts[placeholderIndex] === "string" && parts[placeholderIndex].startsWith("prettier-placeholder")) { - // If placeholder is split, join it - const at = parts[atIndex]; - const placeholder = parts[placeholderIndex]; - const rest = parts.slice(placeholderIndex + 1); - parts = parts.slice(0, atIndex).concat([at + placeholder]).concat(rest); - } - - const replacedParts = []; - parts.forEach(part => { - if (typeof part !== "string" || !part.includes("@prettier-placeholder")) { - replacedParts.push(part); - return; - } // When we have multiple placeholders in one line, like: - // ${Child}${Child2}:not(:first-child) - - - part.split(/@prettier-placeholder-(\d+)-id/).forEach((component, idx) => { - // The placeholder is always at odd indices - if (idx % 2 === 0) { - replacedParts.push(replaceNewlinesWithLiterallines$1(component)); - return; - } // The component will always be a number at odd index - - - replacedParts.push(expressionDocs[component]); - replaceCounter++; - }); - }); - return Object.assign({}, doc, { - parts: replacedParts - }); - }); - return expressionDocs.length === replaceCounter ? newDoc : null; -} - -var css = format$2; - -const { - builders: { - indent: indent$5, - join: join$3, - hardline: hardline$5, - concat: concat$8 - } -} = document; -const { - escapeTemplateCharacters: escapeTemplateCharacters$2, - printTemplateExpressions: printTemplateExpressions$2 -} = templateLiteral; - -function format$3(path, print, textToDoc) { - const node = path.getValue(); - const numQuasis = node.quasis.length; - - if (numQuasis === 1 && node.quasis[0].value.raw.trim() === "") { - return "``"; - } - - const expressionDocs = printTemplateExpressions$2(path, print); - const parts = []; - - for (let i = 0; i < numQuasis; i++) { - const templateElement = node.quasis[i]; - const isFirst = i === 0; - const isLast = i === numQuasis - 1; - const text = templateElement.value.cooked; - const lines = text.split("\n"); - const numLines = lines.length; - const expressionDoc = expressionDocs[i]; - const startsWithBlankLine = numLines > 2 && lines[0].trim() === "" && lines[1].trim() === ""; - const endsWithBlankLine = numLines > 2 && lines[numLines - 1].trim() === "" && lines[numLines - 2].trim() === ""; - const commentsAndWhitespaceOnly = lines.every(line => /^\s*(?:#[^\n\r]*)?$/.test(line)); // Bail out if an interpolation occurs within a comment. - - if (!isLast && /#[^\n\r]*$/.test(lines[numLines - 1])) { - return null; - } - - let doc = null; + case "ExportDefaultDeclaration": + { + return (// `export default function` or `export default class` can't be followed by + // anything after. So an expression like `export default (function(){}).toString()` + // needs to be followed by a parentheses + shouldWrapFunctionForExportDefault(path, options) || // `export default (foo, bar)` also needs parentheses + node.type === "SequenceExpression" + ); + } - if (commentsAndWhitespaceOnly) { - doc = printGraphqlComments(lines); - } else { - doc = textToDoc(text, { - parser: "graphql" - }, { - stripTrailingHardline: true - }); - } + case "Decorator": + { + if (name === "expression") { + let hasCallExpression = false; + let hasMemberExpression = false; + let current = node; - if (doc) { - doc = escapeTemplateCharacters$2(doc, false); + while (current) { + switch (current.type) { + case "MemberExpression": + hasMemberExpression = true; + current = current.object; + break; - if (!isFirst && startsWithBlankLine) { - parts.push(""); - } + case "CallExpression": + if ( + /** @(x().y) */ + hasMemberExpression || + /** @(x().y()) */ + hasCallExpression) { + return options.parser !== "typescript"; + } - parts.push(doc); + hasCallExpression = true; + current = current.callee; + break; - if (!isLast && endsWithBlankLine) { - parts.push(""); - } - } else if (!isFirst && !isLast && startsWithBlankLine) { - parts.push(""); - } + case "Identifier": + return false; - if (expressionDoc) { - parts.push(expressionDoc); - } - } + case "TaggedTemplateExpression": + // babel-parser cannot parse + // @foo`bar` + return options.parser !== "typescript"; - return concat$8(["`", indent$5(concat$8([hardline$5, join$3(hardline$5, parts)])), hardline$5, "`"]); -} + default: + return true; + } + } -function printGraphqlComments(lines) { - const parts = []; - let seenComment = false; - lines.map(textLine => textLine.trim()).forEach((textLine, i, array) => { - // Lines are either whitespace only, or a comment (with potential whitespace - // around it). Drop whitespace-only lines. - if (textLine === "") { - return; - } + return true; + } - if (array[i - 1] === "" && seenComment) { - // If a non-first comment is preceded by a blank (whitespace only) line, - // add in a blank line. - parts.push(concat$8([hardline$5, textLine])); - } else { - parts.push(textLine); - } + break; + } - seenComment = true; - }); // If `lines` was whitespace only, return `null`. + case "ExpressionStatement": + { + if (startsWithNoLookaheadToken$1(node, + /* forbidFunctionClassAndDoExpr */ + true)) { + return true; + } - return parts.length === 0 ? null : join$3(hardline$5, parts); -} + break; + } -var graphql = format$3; + case "ArrowFunctionExpression": + { + if (name === "body" && node.type !== "SequenceExpression" && // these have parens added anyway + startsWithNoLookaheadToken$1(node, + /* forbidFunctionClassAndDoExpr */ + false)) { + return true; + } -const { - builders: { - indent: indent$6, - line: line$3, - hardline: hardline$6, - concat: concat$9, - group: group$2 - }, - utils: { - mapDoc: mapDoc$3 + break; + } } -} = document; -const { - printTemplateExpressions: printTemplateExpressions$3, - uncookTemplateElementValue: uncookTemplateElementValue$1 -} = templateLiteral; // The counter is needed to distinguish nested embeds. -let htmlTemplateLiteralCounter = 0; + switch (node.type) { + case "UpdateExpression": + if (parent.type === "UnaryExpression") { + return node.prefix && (node.operator === "++" && parent.operator === "+" || node.operator === "--" && parent.operator === "-"); + } -function format$4(path, print, textToDoc, options, { - parser -}) { - const node = path.getValue(); - const counter = htmlTemplateLiteralCounter; - htmlTemplateLiteralCounter = htmlTemplateLiteralCounter + 1 >>> 0; + // else fallthrough - const composePlaceholder = index => `PRETTIER_HTML_PLACEHOLDER_${index}_${counter}_IN_JS`; + case "UnaryExpression": + switch (parent.type) { + case "UnaryExpression": + return node.operator === parent.operator && (node.operator === "+" || node.operator === "-"); - const text = node.quasis.map((quasi, index, quasis) => index === quasis.length - 1 ? quasi.value.cooked : quasi.value.cooked + composePlaceholder(index)).join(""); - const expressionDocs = printTemplateExpressions$3(path, print); + case "BindExpression": + return true; - if (expressionDocs.length === 0 && text.trim().length === 0) { - return "``"; - } + case "MemberExpression": + case "OptionalMemberExpression": + return name === "object"; - const placeholderRegex = new RegExp(composePlaceholder("(\\d+)"), "g"); - let topLevelCount = 0; - const doc = textToDoc(text, { - parser, + case "TaggedTemplateExpression": + return true; - __onHtmlRoot(root) { - topLevelCount = root.children.length; - } + case "NewExpression": + case "CallExpression": + case "OptionalCallExpression": + return name === "callee"; - }, { - stripTrailingHardline: true - }); - const contentDoc = mapDoc$3(doc, doc => { - if (typeof doc !== "string") { - return doc; - } + case "BinaryExpression": + return name === "left" && parent.operator === "**"; - const parts = []; - const components = doc.split(placeholderRegex); + case "TSNonNullExpression": + return true; - for (let i = 0; i < components.length; i++) { - let component = components[i]; + default: + return false; + } - if (i % 2 === 0) { - if (component) { - component = uncookTemplateElementValue$1(component); + case "BinaryExpression": + { + if (parent.type === "UpdateExpression") { + return true; + } // We add parentheses to any `a in b` inside `ForStatement` initializer + // https://github.com/prettier/prettier/issues/907#issuecomment-284304321 - if (options.embeddedInHtml) { - component = component.replace(/<\/(script)\b/gi, "<\\/$1"); - } - parts.push(component); + if (node.operator === "in" && isPathInForStatementInitializer(path)) { + return true; } - continue; - } - - const placeholderIndex = +component; - parts.push(expressionDocs[placeholderIndex]); - } + if (node.operator === "|>" && node.extra && node.extra.parenthesized) { + const grandParent = path.getParentNode(1); - return concat$9(parts); - }); - const leadingWhitespace = /^\s/.test(text) ? " " : ""; - const trailingWhitespace = /\s$/.test(text) ? " " : ""; - const linebreak = options.htmlWhitespaceSensitivity === "ignore" ? hardline$6 : leadingWhitespace && trailingWhitespace ? line$3 : null; + if (grandParent.type === "BinaryExpression" && grandParent.operator === "|>") { + return true; + } + } + } + // fallthrough - if (linebreak) { - return group$2(concat$9(["`", indent$6(concat$9([linebreak, group$2(contentDoc)])), linebreak, "`"])); - } + case "TSTypeAssertion": + case "TSAsExpression": + case "LogicalExpression": + switch (parent.type) { + case "TSAsExpression": + // example: foo as unknown as Bar + return node.type !== "TSAsExpression"; - return group$2(concat$9(["`", leadingWhitespace, topLevelCount > 1 ? indent$6(group$2(contentDoc)) : group$2(contentDoc), trailingWhitespace, "`"])); -} + case "ConditionalExpression": + return node.type === "TSAsExpression"; -var html = format$4; + case "CallExpression": + case "NewExpression": + case "OptionalCallExpression": + return name === "callee"; -const { - isBlockComment: isBlockComment$2 -} = utils$6; -const { - hasLeadingComment: hasLeadingComment$2 -} = comments$1; + case "ClassExpression": + case "ClassDeclaration": + return name === "superClass"; -function getLanguage(path) { - if (isStyledJsx(path) || isStyledComponents(path) || isCssProp(path) || isAngularComponentStyles(path)) { - return "css"; - } + case "TSTypeAssertion": + case "TaggedTemplateExpression": + case "UnaryExpression": + case "JSXSpreadAttribute": + case "SpreadElement": + case "SpreadProperty": + case "BindExpression": + case "AwaitExpression": + case "TSNonNullExpression": + case "UpdateExpression": + return true; - if (isGraphQL(path)) { - return "graphql"; - } + case "MemberExpression": + case "OptionalMemberExpression": + return name === "object"; - if (isHtml(path)) { - return "html"; - } + case "AssignmentExpression": + case "AssignmentPattern": + return name === "left" && (node.type === "TSTypeAssertion" || node.type === "TSAsExpression"); - if (isAngularComponentTemplate(path)) { - return "angular"; - } + case "LogicalExpression": + if (node.type === "LogicalExpression") { + return parent.operator !== node.operator; + } - if (isMarkdown(path)) { - return "markdown"; - } -} + // else fallthrough -function embed(path, print, textToDoc, options) { - const node = path.getValue(); + case "BinaryExpression": + { + const { + operator, + type + } = node; - if (node.type !== "TemplateLiteral" || // Bail out if any of the quasis have an invalid escape sequence - // (which would make the `cooked` value be `null`) - hasInvalidCookedValue(node)) { - return; - } + if (!operator && type !== "TSTypeAssertion") { + return true; + } - const language = getLanguage(path); + const precedence = getPrecedence(operator); + const parentOperator = parent.operator; + const parentPrecedence = getPrecedence(parentOperator); - if (!language) { - return; - } + if (parentPrecedence > precedence) { + return true; + } - if (language === "markdown") { - return markdown(path, print, textToDoc); - } + if (name === "right" && parentPrecedence === precedence) { + return true; + } - if (language === "css") { - return css(path, print, textToDoc); - } + if (parentPrecedence === precedence && !shouldFlatten$1(parentOperator, operator)) { + return true; + } - if (language === "graphql") { - return graphql(path, print, textToDoc); - } + if (parentPrecedence < precedence && operator === "%") { + return parentOperator === "+" || parentOperator === "-"; + } // Add parenthesis when working with bitwise operators + // It's not strictly needed but helps with code understanding - if (language === "html" || language === "angular") { - return html(path, print, textToDoc, options, { - parser: language - }); - } -} -/** - * md`...` - * markdown`...` - */ + if (isBitwiseOperator(parentOperator)) { + return true; + } -function isMarkdown(path) { - const node = path.getValue(); - const parent = path.getParentNode(); - return parent && parent.type === "TaggedTemplateExpression" && node.quasis.length === 1 && parent.tag.type === "Identifier" && (parent.tag.name === "md" || parent.tag.name === "markdown"); -} -/** - * Template literal in these contexts: - * - * css`` - * css.global`` - * css.resolve`` - */ + return false; + } + default: + return false; + } -function isStyledJsx(path) { - const node = path.getValue(); - const parent = path.getParentNode(); - const parentParent = path.getParentNode(1); - return parentParent && node.quasis && parent.type === "JSXExpressionContainer" && parentParent.type === "JSXElement" && parentParent.openingElement.name.name === "style" && parentParent.openingElement.attributes.some(attribute => attribute.name.name === "jsx") || parent && parent.type === "TaggedTemplateExpression" && parent.tag.type === "Identifier" && parent.tag.name === "css" || parent && parent.type === "TaggedTemplateExpression" && parent.tag.type === "MemberExpression" && parent.tag.object.name === "css" && (parent.tag.property.name === "global" || parent.tag.property.name === "resolve"); -} -/** - * Angular Components can have: - * - Inline HTML template - * - Inline CSS styles - * - * ...which are both within template literals somewhere - * inside of the Component decorator factory. - * - * E.g. - * @Component({ - * template: `
...
`, - * styles: [`h1 { color: blue; }`] - * }) - */ + case "SequenceExpression": + switch (parent.type) { + case "ReturnStatement": + return false; + case "ForStatement": + // Although parentheses wouldn't hurt around sequence + // expressions in the head of for loops, traditional style + // dictates that e.g. i++, j++ should not be wrapped with + // parentheses. + return false; -function isAngularComponentStyles(path) { - return path.match(node => node.type === "TemplateLiteral", (node, name) => node.type === "ArrayExpression" && name === "elements", (node, name) => (node.type === "Property" || node.type === "ObjectProperty") && node.key.type === "Identifier" && node.key.name === "styles" && name === "value", ...angularComponentObjectExpressionPredicates); -} + case "ExpressionStatement": + return name !== "expression"; -function isAngularComponentTemplate(path) { - return path.match(node => node.type === "TemplateLiteral", (node, name) => (node.type === "Property" || node.type === "ObjectProperty") && node.key.type === "Identifier" && node.key.name === "template" && name === "value", ...angularComponentObjectExpressionPredicates); -} + case "ArrowFunctionExpression": + // We do need parentheses, but SequenceExpressions are handled + // specially when printing bodies of arrow functions. + return name !== "body"; -const angularComponentObjectExpressionPredicates = [(node, name) => node.type === "ObjectExpression" && name === "properties", (node, name) => node.type === "CallExpression" && node.callee.type === "Identifier" && node.callee.name === "Component" && name === "arguments", (node, name) => node.type === "Decorator" && name === "expression"]; -/** - * styled-components template literals - */ + default: + // Otherwise err on the side of overparenthesization, adding + // explicit exceptions above if this proves overzealous. + return true; + } -function isStyledComponents(path) { - const parent = path.getParentNode(); + case "YieldExpression": + if (parent.type === "UnaryExpression" || parent.type === "AwaitExpression" || parent.type === "TSAsExpression" || parent.type === "TSNonNullExpression") { + return true; + } - if (!parent || parent.type !== "TaggedTemplateExpression") { - return false; - } + // else fallthrough - const { - tag - } = parent; + case "AwaitExpression": + switch (parent.type) { + case "TaggedTemplateExpression": + case "UnaryExpression": + case "LogicalExpression": + case "SpreadElement": + case "SpreadProperty": + case "TSAsExpression": + case "TSNonNullExpression": + case "BindExpression": + return true; - switch (tag.type) { - case "MemberExpression": - return (// styled.foo`` - isStyledIdentifier(tag.object) || // Component.extend`` - isStyledExtend(tag) - ); + case "MemberExpression": + case "OptionalMemberExpression": + return name === "object"; - case "CallExpression": - return (// styled(Component)`` - isStyledIdentifier(tag.callee) || tag.callee.type === "MemberExpression" && (tag.callee.object.type === "MemberExpression" && ( // styled.foo.attrs({})`` - isStyledIdentifier(tag.callee.object.object) || // Component.extend.attrs({})`` - isStyledExtend(tag.callee.object)) || // styled(Component).attrs({})`` - tag.callee.object.type === "CallExpression" && isStyledIdentifier(tag.callee.object.callee)) - ); + case "NewExpression": + case "CallExpression": + case "OptionalCallExpression": + return name === "callee"; - case "Identifier": - // css`` - return tag.name === "css"; + case "ConditionalExpression": + return name === "test"; - default: - return false; - } -} -/** - * JSX element with CSS prop - */ + case "BinaryExpression": + { + if (!node.argument && parent.operator === "|>") { + return false; + } + return true; + } -function isCssProp(path) { - const parent = path.getParentNode(); - const parentParent = path.getParentNode(1); - return parentParent && parent.type === "JSXExpressionContainer" && parentParent.type === "JSXAttribute" && parentParent.name.type === "JSXIdentifier" && parentParent.name.name === "css"; -} + default: + return false; + } -function isStyledIdentifier(node) { - return node.type === "Identifier" && node.name === "styled"; -} + case "TSConditionalType": + if (name === "extendsType" && parent.type === "TSConditionalType") { + return true; + } -function isStyledExtend(node) { - return /^[A-Z]/.test(node.object.name) && node.property.name === "extend"; -} -/* - * react-relay and graphql-tag - * graphql`...` - * graphql.experimental`...` - * gql`...` - * GraphQL comment block - * - * This intentionally excludes Relay Classic tags, as Prettier does not - * support Relay Classic formatting. - */ + // fallthrough + case "TSFunctionType": + case "TSConstructorType": + if (name === "checkType" && parent.type === "TSConditionalType") { + return true; + } -function isGraphQL(path) { - const node = path.getValue(); - const parent = path.getParentNode(); - return hasLanguageComment(node, "GraphQL") || parent && (parent.type === "TaggedTemplateExpression" && (parent.tag.type === "MemberExpression" && parent.tag.object.name === "graphql" && parent.tag.property.name === "experimental" || parent.tag.type === "Identifier" && (parent.tag.name === "gql" || parent.tag.name === "graphql")) || parent.type === "CallExpression" && parent.callee.type === "Identifier" && parent.callee.name === "graphql"); -} + // fallthrough -function hasLanguageComment(node, languageName) { - // This checks for a leading comment that is exactly `/* GraphQL */` - // In order to be in line with other implementations of this comment tag - // we will not trim the comment value and we will expect exactly one space on - // either side of the GraphQL string - // Also see ./clean.js - return hasLeadingComment$2(node, comment => isBlockComment$2(comment) && comment.value === ` ${languageName} `); -} -/** - * - html`...` - * - HTML comment block - */ + case "TSUnionType": + case "TSIntersectionType": + if ((parent.type === "TSUnionType" || parent.type === "TSIntersectionType") && parent.types.length > 1 && (!node.types || node.types.length > 1)) { + return true; + } + // fallthrough -function isHtml(path) { - return hasLanguageComment(path.getValue(), "HTML") || path.match(node => node.type === "TemplateLiteral", (node, name) => node.type === "TaggedTemplateExpression" && node.tag.type === "Identifier" && node.tag.name === "html" && name === "quasi"); -} + case "TSInferType": + if (node.type === "TSInferType" && parent.type === "TSRestType") { + return false; + } -function hasInvalidCookedValue({ - quasis -}) { - return quasis.some(({ - value: { - cooked - } - }) => cooked === null); -} + // fallthrough -var embed_1 = embed; + case "TSTypeOperator": + return parent.type === "TSArrayType" || parent.type === "TSOptionalType" || parent.type === "TSRestType" || name === "objectType" && parent.type === "TSIndexedAccessType" || parent.type === "TSTypeOperator" || parent.type === "TSTypeAnnotation" && path.getParentNode(1).type.startsWith("TSJSDoc"); -const { - isBlockComment: isBlockComment$3 -} = utils$6; -const ignoredProperties = new Set(["range", "raw", "comments", "leadingComments", "trailingComments", "innerComments", "extra", "start", "end", "loc", "flags", "errors", "tokens"]); + case "ArrayTypeAnnotation": + return parent.type === "NullableTypeAnnotation"; -function clean(ast, newObj, parent) { - if (ast.type === "Program") { - delete newObj.sourceType; - } + case "IntersectionTypeAnnotation": + case "UnionTypeAnnotation": + return parent.type === "ArrayTypeAnnotation" || parent.type === "NullableTypeAnnotation" || parent.type === "IntersectionTypeAnnotation" || parent.type === "UnionTypeAnnotation" || name === "objectType" && (parent.type === "IndexedAccessType" || parent.type === "OptionalIndexedAccessType"); - if (ast.type === "BigIntLiteral" || ast.type === "BigIntLiteralTypeAnnotation") { - if (newObj.value) { - newObj.value = newObj.value.toLowerCase(); - } - } + case "NullableTypeAnnotation": + return parent.type === "ArrayTypeAnnotation" || name === "objectType" && (parent.type === "IndexedAccessType" || parent.type === "OptionalIndexedAccessType"); - if (ast.type === "BigIntLiteral" || ast.type === "Literal") { - if (newObj.bigint) { - newObj.bigint = newObj.bigint.toLowerCase(); - } - } + case "FunctionTypeAnnotation": + { + const ancestor = parent.type === "NullableTypeAnnotation" ? path.getParentNode(1) : parent; + return ancestor.type === "UnionTypeAnnotation" || ancestor.type === "IntersectionTypeAnnotation" || ancestor.type === "ArrayTypeAnnotation" || name === "objectType" && (ancestor.type === "IndexedAccessType" || ancestor.type === "OptionalIndexedAccessType") || // We should check ancestor's parent to know whether the parentheses + // are really needed, but since ??T doesn't make sense this check + // will almost never be true. + ancestor.type === "NullableTypeAnnotation" || // See #5283 + parent.type === "FunctionTypeParam" && parent.name === null && getFunctionParameters$4(node).some(param => param.typeAnnotation && param.typeAnnotation.type === "NullableTypeAnnotation"); + } - if (ast.type === "DecimalLiteral") { - newObj.value = Number(newObj.value); - } // We remove extra `;` and add them when needed + case "OptionalIndexedAccessType": + return name === "objectType" && parent.type === "IndexedAccessType"; + case "TypeofTypeAnnotation": + return name === "objectType" && (parent.type === "IndexedAccessType" || parent.type === "OptionalIndexedAccessType"); - if (ast.type === "EmptyStatement") { - return null; - } // We move text around, including whitespaces and add {" "} + case "StringLiteral": + case "NumericLiteral": + case "Literal": + if (typeof node.value === "string" && parent.type === "ExpressionStatement" && !parent.directive) { + // To avoid becoming a directive + const grandParent = path.getParentNode(1); + return grandParent.type === "Program" || grandParent.type === "BlockStatement"; + } + return name === "object" && parent.type === "MemberExpression" && typeof node.value === "number"; - if (ast.type === "JSXText") { - return null; - } + case "AssignmentExpression": + { + const grandParent = path.getParentNode(1); - if (ast.type === "JSXExpressionContainer" && (ast.expression.type === "Literal" || ast.expression.type === "StringLiteral") && ast.expression.value === " ") { - return null; - } // We change {'key': value} into {key: value}. - // And {key: value} into {'key': value}. - // Also for (some) number keys. + if (name === "body" && parent.type === "ArrowFunctionExpression") { + return true; + } + if (name === "key" && (parent.type === "ClassProperty" || parent.type === "PropertyDefinition") && parent.computed) { + return false; + } - if ((ast.type === "Property" || ast.type === "ObjectProperty" || ast.type === "MethodDefinition" || ast.type === "ClassProperty" || ast.type === "ClassMethod" || ast.type === "FieldDefinition" || ast.type === "TSDeclareMethod" || ast.type === "TSPropertySignature" || ast.type === "ObjectTypeProperty") && typeof ast.key === "object" && ast.key && (ast.key.type === "Literal" || ast.key.type === "NumericLiteral" || ast.key.type === "StringLiteral" || ast.key.type === "Identifier")) { - delete newObj.key; - } + if ((name === "init" || name === "update") && parent.type === "ForStatement") { + return false; + } - if (ast.type === "OptionalMemberExpression" && ast.optional === false) { - newObj.type = "MemberExpression"; - delete newObj.optional; - } // Remove raw and cooked values from TemplateElement when it's CSS - // styled-jsx + if (parent.type === "ExpressionStatement") { + return node.left.type === "ObjectPattern"; + } + if (name === "key" && parent.type === "TSPropertySignature") { + return false; + } - if (ast.type === "JSXElement" && ast.openingElement.name.name === "style" && ast.openingElement.attributes.some(attr => attr.name.name === "jsx")) { - const templateLiterals = newObj.children.filter(child => child.type === "JSXExpressionContainer" && child.expression.type === "TemplateLiteral").map(container => container.expression); - const quasis = templateLiterals.reduce((quasis, templateLiteral) => quasis.concat(templateLiteral.quasis), []); - quasis.forEach(q => delete q.value); - } // CSS template literals in css prop + if (parent.type === "AssignmentExpression") { + return false; + } + if (parent.type === "SequenceExpression" && grandParent && grandParent.type === "ForStatement" && (grandParent.init === parent || grandParent.update === parent)) { + return false; + } - if (ast.type === "JSXAttribute" && ast.name.name === "css" && ast.value.type === "JSXExpressionContainer" && ast.value.expression.type === "TemplateLiteral") { - newObj.value.expression.quasis.forEach(q => delete q.value); - } // We change quotes + if (name === "value" && parent.type === "Property" && grandParent && grandParent.type === "ObjectPattern" && grandParent.properties.includes(parent)) { + return false; + } + if (parent.type === "NGChainedExpression") { + return false; + } - if (ast.type === "JSXAttribute" && ast.value && ast.value.type === "Literal" && /["']|"|'/.test(ast.value.value)) { - newObj.value.value = newObj.value.value.replace(/["']|"|'/g, '"'); - } // Angular Components: Inline HTML template and Inline CSS styles + return true; + } + case "ConditionalExpression": + switch (parent.type) { + case "TaggedTemplateExpression": + case "UnaryExpression": + case "SpreadElement": + case "SpreadProperty": + case "BinaryExpression": + case "LogicalExpression": + case "NGPipeExpression": + case "ExportDefaultDeclaration": + case "AwaitExpression": + case "JSXSpreadAttribute": + case "TSTypeAssertion": + case "TypeCastExpression": + case "TSAsExpression": + case "TSNonNullExpression": + return true; - const expression = ast.expression || ast.callee; + case "NewExpression": + case "CallExpression": + case "OptionalCallExpression": + return name === "callee"; - if (ast.type === "Decorator" && expression.type === "CallExpression" && expression.callee.name === "Component" && expression.arguments.length === 1) { - const astProps = ast.expression.arguments[0].properties; - newObj.expression.arguments[0].properties.forEach((prop, index) => { - let templateLiteral = null; + case "ConditionalExpression": + return name === "test"; - switch (astProps[index].key.name) { - case "styles": - if (prop.value.type === "ArrayExpression") { - templateLiteral = prop.value.elements[0]; - } + case "MemberExpression": + case "OptionalMemberExpression": + return name === "object"; - break; + default: + return false; + } - case "template": - if (prop.value.type === "TemplateLiteral") { - templateLiteral = prop.value; - } + case "FunctionExpression": + switch (parent.type) { + case "NewExpression": + case "CallExpression": + case "OptionalCallExpression": + // Not always necessary, but it's clearer to the reader if IIFEs are wrapped in parentheses. + // Is necessary if it is `expression` of `ExpressionStatement`. + return name === "callee"; - break; - } + case "TaggedTemplateExpression": + return true; + // This is basically a kind of IIFE. - if (templateLiteral) { - templateLiteral.quasis.forEach(q => delete q.value); + default: + return false; } - }); - } // styled-components, graphql, markdown + case "ArrowFunctionExpression": + switch (parent.type) { + case "BinaryExpression": + return parent.operator !== "|>" || node.extra && node.extra.parenthesized; - if (ast.type === "TaggedTemplateExpression" && (ast.tag.type === "MemberExpression" || ast.tag.type === "Identifier" && (ast.tag.name === "gql" || ast.tag.name === "graphql" || ast.tag.name === "css" || ast.tag.name === "md" || ast.tag.name === "markdown" || ast.tag.name === "html") || ast.tag.type === "CallExpression")) { - newObj.quasi.quasis.forEach(quasi => delete quasi.value); - } + case "NewExpression": + case "CallExpression": + case "OptionalCallExpression": + return name === "callee"; - if (ast.type === "TemplateLiteral") { - // This checks for a leading comment that is exactly `/* GraphQL */` - // In order to be in line with other implementations of this comment tag - // we will not trim the comment value and we will expect exactly one space on - // either side of the GraphQL string - // Also see ./embed.js - const hasLanguageComment = ast.leadingComments && ast.leadingComments.some(comment => isBlockComment$3(comment) && ["GraphQL", "HTML"].some(languageName => comment.value === ` ${languageName} `)); + case "MemberExpression": + case "OptionalMemberExpression": + return name === "object"; - if (hasLanguageComment || parent.type === "CallExpression" && parent.callee.name === "graphql") { - newObj.quasis.forEach(quasi => delete quasi.value); - } // TODO: check parser - // `flow` and `typescript` don't have `leadingComments` + case "TSAsExpression": + case "TSNonNullExpression": + case "BindExpression": + case "TaggedTemplateExpression": + case "UnaryExpression": + case "LogicalExpression": + case "AwaitExpression": + case "TSTypeAssertion": + return true; + case "ConditionalExpression": + return name === "test"; - if (!ast.leadingComments) { - newObj.quasis.forEach(quasi => { - if (quasi.value) { - delete quasi.value.cooked; - } - }); - } - } + default: + return false; + } - if (ast.type === "InterpreterDirective") { - newObj.value = newObj.value.trimEnd(); - } -} + case "ClassExpression": + switch (parent.type) { + case "NewExpression": + return name === "callee"; -clean.ignoredProperties = ignoredProperties; -var clean_1 = clean; + default: + return false; + } -const detectNewline = string => { - if (typeof string !== 'string') { - throw new TypeError('Expected a string'); - } + case "OptionalMemberExpression": + case "OptionalCallExpression": + { + const parentParent = path.getParentNode(1); - const newlines = string.match(/(?:\r?\n)/g) || []; + if (name === "object" && parent.type === "MemberExpression" || name === "callee" && (parent.type === "CallExpression" || parent.type === "NewExpression") || parent.type === "TSNonNullExpression" && parentParent.type === "MemberExpression" && parentParent.object === parent) { + return true; + } + } + // fallthrough - if (newlines.length === 0) { - return; - } + case "CallExpression": + case "MemberExpression": + case "TaggedTemplateExpression": + case "TSNonNullExpression": + if (name === "callee" && (parent.type === "BindExpression" || parent.type === "NewExpression")) { + let object = node; - const crlf = newlines.filter(newline => newline === '\r\n').length; - const lf = newlines.length - crlf; - return crlf > lf ? '\r\n' : '\n'; -}; + while (object) { + switch (object.type) { + case "CallExpression": + case "OptionalCallExpression": + return true; -var detectNewline_1 = detectNewline; + case "MemberExpression": + case "OptionalMemberExpression": + case "BindExpression": + object = object.object; + break; + // tagged templates are basically member expressions from a grammar perspective + // see https://tc39.github.io/ecma262/#prod-MemberExpression -var graceful = string => typeof string === 'string' && detectNewline(string) || '\n'; -detectNewline_1.graceful = graceful; + case "TaggedTemplateExpression": + object = object.tag; + break; -var build = createCommonjsModule(function (module, exports) { + case "TSNonNullExpression": + object = object.expression; + break; - Object.defineProperty(exports, '__esModule', { - value: true - }); - exports.extract = extract; - exports.strip = strip; - exports.parse = parse; - exports.parseWithComments = parseWithComments; - exports.print = print; + default: + return false; + } + } + } - function _os() { - const data = os__default['default']; + return false; - _os = function () { - return data; - }; + case "BindExpression": + return name === "callee" && (parent.type === "BindExpression" || parent.type === "NewExpression") || name === "object" && isMemberExpression$7(parent); - return data; - } + case "NGPipeExpression": + if (parent.type === "NGRoot" || parent.type === "NGMicrosyntaxExpression" || parent.type === "ObjectProperty" && // Preserve parens for compatibility with AngularJS expressions + !(node.extra && node.extra.parenthesized) || parent.type === "ArrayExpression" || isCallExpression$b(parent) && parent.arguments[name] === node || name === "right" && parent.type === "NGPipeExpression" || name === "property" && parent.type === "MemberExpression" || parent.type === "AssignmentExpression") { + return false; + } - function _detectNewline() { - const data = _interopRequireDefault(detectNewline_1); + return true; - _detectNewline = function () { - return data; - }; + case "JSXFragment": + case "JSXElement": + return name === "callee" || name === "left" && parent.type === "BinaryExpression" && parent.operator === "<" || parent.type !== "ArrayExpression" && parent.type !== "ArrowFunctionExpression" && parent.type !== "AssignmentExpression" && parent.type !== "AssignmentPattern" && parent.type !== "BinaryExpression" && parent.type !== "NewExpression" && parent.type !== "ConditionalExpression" && parent.type !== "ExpressionStatement" && parent.type !== "JsExpressionRoot" && parent.type !== "JSXAttribute" && parent.type !== "JSXElement" && parent.type !== "JSXExpressionContainer" && parent.type !== "JSXFragment" && parent.type !== "LogicalExpression" && !isCallExpression$b(parent) && !isObjectProperty$3(parent) && parent.type !== "ReturnStatement" && parent.type !== "ThrowStatement" && parent.type !== "TypeCastExpression" && parent.type !== "VariableDeclarator" && parent.type !== "YieldExpression"; - return data; + case "TypeAnnotation": + return name === "returnType" && parent.type === "ArrowFunctionExpression" && includesFunctionTypeInObjectType(node); } - function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : { - default: obj - }; - } - /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ + return false; +} +function isStatement(node) { + return node.type === "BlockStatement" || node.type === "BreakStatement" || node.type === "ClassBody" || node.type === "ClassDeclaration" || node.type === "ClassMethod" || node.type === "ClassProperty" || node.type === "PropertyDefinition" || node.type === "ClassPrivateProperty" || node.type === "ContinueStatement" || node.type === "DebuggerStatement" || node.type === "DeclareClass" || node.type === "DeclareExportAllDeclaration" || node.type === "DeclareExportDeclaration" || node.type === "DeclareFunction" || node.type === "DeclareInterface" || node.type === "DeclareModule" || node.type === "DeclareModuleExports" || node.type === "DeclareVariable" || node.type === "DoWhileStatement" || node.type === "EnumDeclaration" || node.type === "ExportAllDeclaration" || node.type === "ExportDefaultDeclaration" || node.type === "ExportNamedDeclaration" || node.type === "ExpressionStatement" || node.type === "ForInStatement" || node.type === "ForOfStatement" || node.type === "ForStatement" || node.type === "FunctionDeclaration" || node.type === "IfStatement" || node.type === "ImportDeclaration" || node.type === "InterfaceDeclaration" || node.type === "LabeledStatement" || node.type === "MethodDefinition" || node.type === "ReturnStatement" || node.type === "SwitchStatement" || node.type === "ThrowStatement" || node.type === "TryStatement" || node.type === "TSDeclareFunction" || node.type === "TSEnumDeclaration" || node.type === "TSImportEqualsDeclaration" || node.type === "TSInterfaceDeclaration" || node.type === "TSModuleDeclaration" || node.type === "TSNamespaceExportDeclaration" || node.type === "TypeAlias" || node.type === "VariableDeclaration" || node.type === "WhileStatement" || node.type === "WithStatement"; +} - const commentEndRe = /\*\/$/; - const commentStartRe = /^\/\*\*/; - const docblockRe = /^\s*(\/\*\*?(.|\r?\n)*?\*\/)/; - const lineCommentRe = /(^|\s+)\/\/([^\r\n]*)/g; - const ltrimNewlineRe = /^(\r?\n)+/; - const multilineRe = /(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g; - const propertyRe = /(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g; - const stringStartRe = /(\r?\n|^) *\* ?/g; - const STRING_ARRAY = []; +function isPathInForStatementInitializer(path) { + let i = 0; + let node = path.getValue(); - function extract(contents) { - const match = contents.match(docblockRe); - return match ? match[0].trimLeft() : ''; - } + while (node) { + const parent = path.getParentNode(i++); - function strip(contents) { - const match = contents.match(docblockRe); - return match && match[0] ? contents.substring(match[0].length) : contents; - } + if (parent && parent.type === "ForStatement" && parent.init === node) { + return true; + } - function parse(docblock) { - return parseWithComments(docblock).pragmas; + node = parent; } - function parseWithComments(docblock) { - const line = (0, _detectNewline().default)(docblock) || _os().EOL; + return false; +} - docblock = docblock.replace(commentStartRe, '').replace(commentEndRe, '').replace(stringStartRe, '$1'); // Normalize multi-line directives +function includesFunctionTypeInObjectType(node) { + return hasNode$1(node, n1 => n1.type === "ObjectTypeAnnotation" && hasNode$1(n1, n2 => n2.type === "FunctionTypeAnnotation" || undefined) || undefined); +} - let prev = ''; +function endsWithRightBracket(node) { + switch (node.type) { + case "ObjectExpression": + return true; - while (prev !== docblock) { - prev = docblock; - docblock = docblock.replace(multilineRe, `${line}$1 $2${line}`); - } + default: + return false; + } +} - docblock = docblock.replace(ltrimNewlineRe, '').trimRight(); - const result = Object.create(null); - const comments = docblock.replace(propertyRe, '').replace(ltrimNewlineRe, '').trimRight(); - let match; +function isFollowedByRightBracket(path) { + const node = path.getValue(); + const parent = path.getParentNode(); + const name = path.getName(); - while (match = propertyRe.exec(docblock)) { - // strip linecomments from pragmas - const nextPragma = match[2].replace(lineCommentRe, ''); + switch (parent.type) { + case "NGPipeExpression": + if (typeof name === "number" && parent.arguments[name] === node && parent.arguments.length - 1 === name) { + return path.callParent(isFollowedByRightBracket); + } - if (typeof result[match[1]] === 'string' || Array.isArray(result[match[1]])) { - result[match[1]] = STRING_ARRAY.concat(result[match[1]], nextPragma); - } else { - result[match[1]] = nextPragma; + break; + + case "ObjectProperty": + if (name === "value") { + const parentParent = path.getParentNode(1); + return getLast$i(parentParent.properties) === parent; } - } - return { - comments, - pragmas: result - }; - } + break; - function print({ - comments = '', - pragmas = {} - }) { - const line = (0, _detectNewline().default)(comments) || _os().EOL; + case "BinaryExpression": + case "LogicalExpression": + if (name === "right") { + return path.callParent(isFollowedByRightBracket); + } - const head = '/**'; - const start = ' *'; - const tail = ' */'; - const keys = Object.keys(pragmas); - const printedObject = keys.map(key => printKeyValues(key, pragmas[key])).reduce((arr, next) => arr.concat(next), []).map(keyValue => start + ' ' + keyValue + line).join(''); + break; - if (!comments) { - if (keys.length === 0) { - return ''; + case "ConditionalExpression": + if (name === "alternate") { + return path.callParent(isFollowedByRightBracket); } - if (keys.length === 1 && !Array.isArray(pragmas[keys[0]])) { - const value = pragmas[keys[0]]; - return `${head} ${printKeyValues(keys[0], value)[0]}${tail}`; + break; + + case "UnaryExpression": + if (parent.prefix) { + return path.callParent(isFollowedByRightBracket); } - } - const printedComments = comments.split(line).map(textLine => `${start} ${textLine}`).join(line) + line; - return head + line + (comments ? printedComments : '') + (comments && keys.length ? start + line : '') + printedObject + tail; + break; } - function printKeyValues(key, valueOrArray) { - return STRING_ARRAY.concat(valueOrArray).map(value => `@${key} ${value}`.trim()); - } -}); + return false; +} -const { - parseWithComments, - strip, - extract, - print -} = build; -const { - getShebang: getShebang$1 -} = util; -const { - normalizeEndOfLine: normalizeEndOfLine$2 -} = endOfLine; +function shouldWrapFunctionForExportDefault(path, options) { + const node = path.getValue(); + const parent = path.getParentNode(); -function parseDocBlock(text) { - const shebang = getShebang$1(text); + if (node.type === "FunctionExpression" || node.type === "ClassExpression") { + return parent.type === "ExportDefaultDeclaration" || // in some cases the function is already wrapped + // (e.g. `export default (function() {})();`) + // in this case we don't need to add extra parens + !needsParens(path, options); + } - if (shebang) { - text = text.slice(shebang.length + 1); + if (!hasNakedLeftSide$2(node) || parent.type !== "ExportDefaultDeclaration" && needsParens(path, options)) { + return false; } - const docBlock = extract(text); - const { - pragmas, - comments - } = parseWithComments(docBlock); - return { - shebang, - text, - pragmas, - comments - }; + return path.call(childPath => shouldWrapFunctionForExportDefault(childPath, options), ...getLeftSidePathName$1(path, node)); } -function hasPragma(text) { - const pragmas = Object.keys(parseDocBlock(text).pragmas); - return pragmas.includes("prettier") || pragmas.includes("format"); -} +var needsParens_1 = needsParens; -function insertPragma(originalText) { - const { - shebang, - text, - pragmas, - comments - } = parseDocBlock(originalText); - const strippedText = strip(text); - const docBlock = print({ - pragmas: Object.assign({ - format: "" - }, pragmas), - comments: comments.trimStart() - }); - return (shebang ? `${shebang}\n` : "") + // normalise newlines (mitigate use of os.EOL by jest-docblock) - normalizeEndOfLine$2(docBlock) + (strippedText.startsWith("\n") ? "\n" : "\n\n") + strippedText; +function preprocess$8(ast, options) { + switch (options.parser) { + case "json": + case "json5": + case "json-stringify": + case "__js_expression": + case "__vue_expression": + return Object.assign(Object.assign({}, ast), {}, { + type: options.parser.startsWith("__") ? "JsExpressionRoot" : "JsonRoot", + node: ast, + comments: [], + rootMarker: options.rootMarker + }); + + default: + return ast; + } } -var pragma = { - hasPragma, - insertPragma -}; +var printPreprocess$3 = preprocess$8; const { - getFunctionParameters: getFunctionParameters$2, - getLeftSidePathName: getLeftSidePathName$1, - hasFlowShorthandAnnotationComment: hasFlowShorthandAnnotationComment$2, - hasNakedLeftSide: hasNakedLeftSide$1, - hasNode: hasNode$1, - isBitwiseOperator: isBitwiseOperator$1, - startsWithNoLookaheadToken: startsWithNoLookaheadToken$1, - shouldFlatten: shouldFlatten$1, - getPrecedence: getPrecedence$1 -} = utils$6; - -function needsParens(path, options) { - const parent = path.getParentNode(); - - if (!parent) { - return false; + builders: { + join: join$s, + line: line$x, + group: group$A, + softline: softline$q, + indent: indent$t } +} = require$$7$3; - const name = path.getName(); - const node = path.getNode(); // to avoid unexpected `}}` in HTML interpolations - - if (options.__isInHtmlInterpolation && !options.bracketSpacing && endsWithRightBracket(node) && isFollowedByRightBracket(path)) { - return true; - } // Only statements don't need parentheses. - +function printHtmlBinding$1(path, options, print) { + const node = path.getValue(); - if (isStatement(node)) { - return false; + if (options.__onHtmlBindingRoot && path.getName() === null) { + options.__onHtmlBindingRoot(node, options); } - if ( // Preserve parens if we have a Flow annotation comment, unless we're using the Flow - // parser. The Flow parser turns Flow comments into type annotation nodes in its - // AST, which we handle separately. - options.parser !== "flow" && hasFlowShorthandAnnotationComment$2(path.getValue())) { - return true; - } // Identifiers never need parentheses. + if (node.type !== "File") { + return; + } + if (options.__isVueForBindingLeft) { + return path.call(functionDeclarationPath => { + const printed = join$s([",", line$x], functionDeclarationPath.map(print, "params")); + const { + params + } = functionDeclarationPath.getValue(); - if (node.type === "Identifier") { - // ...unless those identifiers are embed placeholders. They might be substituted by complex - // expressions, so the parens around them should not be dropped. Example (JS-in-HTML-in-JS): - // let tpl = html``; - // If the inner JS formatter removes the parens, the expression might change its meaning: - // f((a + b) / 2) vs f(a + b / 2) - if (node.extra && node.extra.parenthesized && /^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(node.name)) { - return true; - } + if (params.length === 1) { + return printed; + } - return false; + return ["(", indent$t([softline$q, group$A(printed)]), softline$q, ")"]; + }, "program", "body", 0); } - switch (parent.type) { - case "ParenthesizedExpression": - return false; - - case "ClassDeclaration": - case "ClassExpression": - { - // Add parens around the extends clause of a class. It is needed for almost - // all expressions. - if (name === "superClass" && (node.type === "ArrowFunctionExpression" || node.type === "AssignmentExpression" || node.type === "AwaitExpression" || node.type === "BinaryExpression" || node.type === "ConditionalExpression" || node.type === "LogicalExpression" || node.type === "NewExpression" || node.type === "ObjectExpression" || node.type === "ParenthesizedExpression" || node.type === "SequenceExpression" || node.type === "TaggedTemplateExpression" || node.type === "UnaryExpression" || node.type === "UpdateExpression" || node.type === "YieldExpression")) { - return true; - } + if (options.__isVueBindings) { + return path.call(functionDeclarationPath => join$s([",", line$x], functionDeclarationPath.map(print, "params")), "program", "body", 0); + } +} // based on https://github.com/prettier/prettier/blob/main/src/language-html/syntax-vue.js isVueEventBindingExpression() - break; - } - case "ExportDefaultDeclaration": - { - return (// `export default function` or `export default class` can't be followed by - // anything after. So an expression like `export default (function(){}).toString()` - // needs to be followed by a parentheses - shouldWrapFunctionForExportDefault(path, options) || // `export default (foo, bar)` also needs parentheses - node.type === "SequenceExpression" - ); +function isVueEventBindingExpression$3(node) { + switch (node.type) { + case "MemberExpression": + switch (node.property.type) { + case "Identifier": + case "NumericLiteral": + case "StringLiteral": + return isVueEventBindingExpression$3(node.object); } - case "Decorator": - { - if (name === "expression") { - let hasCallExpression = false; - let hasMemberExpression = false; - let current = node; - - while (current) { - switch (current.type) { - case "MemberExpression": - hasMemberExpression = true; - current = current.object; - break; - - case "CallExpression": - if ( - /** @(x().y) */ - hasMemberExpression || - /** @(x().y()) */ - hasCallExpression) { - return true; - } + return false; - hasCallExpression = true; - current = current.callee; - break; + case "Identifier": + return true; - case "Identifier": - return false; + default: + return false; + } +} - default: - return true; - } - } +var htmlBinding = { + isVueEventBindingExpression: isVueEventBindingExpression$3, + printHtmlBinding: printHtmlBinding$1 +}; - return true; - } +const { + printComments: printComments$5 +} = comments$4; +const { + getLast: getLast$h +} = util$8; +const { + builders: { + join: join$r, + line: line$w, + softline: softline$p, + group: group$z, + indent: indent$s, + align: align$4, + ifBreak: ifBreak$m, + indentIfBreak: indentIfBreak$3 + }, + utils: { + cleanDoc: cleanDoc$2, + getDocParts: getDocParts$6, + isConcat: isConcat$1 + } +} = require$$7$3; +const { + hasLeadingOwnLineComment: hasLeadingOwnLineComment$3, + isBinaryish: isBinaryish$3, + isJsxNode: isJsxNode$5, + shouldFlatten, + hasComment: hasComment$g, + CommentCheckFlags: CommentCheckFlags$d, + isCallExpression: isCallExpression$a, + isMemberExpression: isMemberExpression$6, + isObjectProperty: isObjectProperty$2, + isEnabledHackPipeline +} = utils$5; +/** @typedef {import("../../document").Doc} Doc */ - break; - } +let uid = 0; - case "ExpressionStatement": - { - if (startsWithNoLookaheadToken$1(node, - /* forbidFunctionClassAndDoExpr */ - true)) { - return true; - } +function printBinaryishExpression$2(path, options, print) { + const node = path.getValue(); + const parent = path.getParentNode(); + const parentParent = path.getParentNode(1); + const isInsideParenthesis = node !== parent.body && (parent.type === "IfStatement" || parent.type === "WhileStatement" || parent.type === "SwitchStatement" || parent.type === "DoWhileStatement"); + const isHackPipeline = isEnabledHackPipeline(options) && node.operator === "|>"; + const parts = printBinaryishExpressions(path, print, options, + /* isNested */ + false, isInsideParenthesis); // if ( + // this.hasPlugin("dynamicImports") && this.lookahead().type === tt.parenLeft + // ) { + // + // looks super weird, we want to break the children if the parent breaks + // + // if ( + // this.hasPlugin("dynamicImports") && + // this.lookahead().type === tt.parenLeft + // ) { - break; - } + if (isInsideParenthesis) { + return parts; + } - case "ArrowFunctionExpression": - { - if (name === "body" && node.type !== "SequenceExpression" && // these have parens added anyway - startsWithNoLookaheadToken$1(node, - /* forbidFunctionClassAndDoExpr */ - false)) { - return true; - } + if (isHackPipeline) { + return group$z(parts); + } // Break between the parens in + // unaries or in a member or specific call expression, i.e. + // + // ( + // a && + // b && + // c + // ).call() - break; - } - } - switch (node.type) { - case "SpreadElement": - case "SpreadProperty": - return name === "object" && parent.type === "MemberExpression"; + if (isCallExpression$a(parent) && parent.callee === node || parent.type === "UnaryExpression" || isMemberExpression$6(parent) && !parent.computed) { + return group$z([indent$s([softline$p, ...parts]), softline$p]); + } // Avoid indenting sub-expressions in some cases where the first sub-expression is already + // indented accordingly. We should indent sub-expressions where the first case isn't indented. - case "UpdateExpression": - if (parent.type === "UnaryExpression") { - return node.prefix && (node.operator === "++" && parent.operator === "+" || node.operator === "--" && parent.operator === "-"); - } - // else fallthrough + const shouldNotIndent = parent.type === "ReturnStatement" || parent.type === "ThrowStatement" || parent.type === "JSXExpressionContainer" && parentParent.type === "JSXAttribute" || node.operator !== "|" && parent.type === "JsExpressionRoot" || node.type !== "NGPipeExpression" && (parent.type === "NGRoot" && options.parser === "__ng_binding" || parent.type === "NGMicrosyntaxExpression" && parentParent.type === "NGMicrosyntax" && parentParent.body.length === 1) || node === parent.body && parent.type === "ArrowFunctionExpression" || node !== parent.body && parent.type === "ForStatement" || parent.type === "ConditionalExpression" && parentParent.type !== "ReturnStatement" && parentParent.type !== "ThrowStatement" && !isCallExpression$a(parentParent) || parent.type === "TemplateLiteral"; + const shouldIndentIfInlining = parent.type === "AssignmentExpression" || parent.type === "VariableDeclarator" || parent.type === "ClassProperty" || parent.type === "PropertyDefinition" || parent.type === "TSAbstractPropertyDefinition" || parent.type === "ClassPrivateProperty" || isObjectProperty$2(parent); + const samePrecedenceSubExpression = isBinaryish$3(node.left) && shouldFlatten(node.operator, node.left.operator); - case "UnaryExpression": - switch (parent.type) { - case "UnaryExpression": - return node.operator === parent.operator && (node.operator === "+" || node.operator === "-"); + if (shouldNotIndent || shouldInlineLogicalExpression$1(node) && !samePrecedenceSubExpression || !shouldInlineLogicalExpression$1(node) && shouldIndentIfInlining) { + return group$z(parts); + } - case "BindExpression": - return true; + if (parts.length === 0) { + return ""; + } // If the right part is a JSX node, we include it in a separate group to + // prevent it breaking the whole chain, so we can print the expression like: + // + // foo && bar && ( + // + // + // + // ) - case "MemberExpression": - case "OptionalMemberExpression": - return name === "object"; - case "TaggedTemplateExpression": - return true; + const hasJsx = isJsxNode$5(node.right); + const firstGroupIndex = parts.findIndex(part => typeof part !== "string" && !Array.isArray(part) && part.type === "group"); // Separate the leftmost expression, possibly with its leading comments. - case "NewExpression": - case "CallExpression": - case "OptionalCallExpression": - return name === "callee"; + const headParts = parts.slice(0, firstGroupIndex === -1 ? 1 : firstGroupIndex + 1); + const rest = parts.slice(headParts.length, hasJsx ? -1 : undefined); + const groupId = Symbol("logicalChain-" + ++uid); + const chain = group$z([// Don't include the initial expression in the indentation + // level. The first item is guaranteed to be the first + // left-most expression. + ...headParts, indent$s(rest)], { + id: groupId + }); - case "BinaryExpression": - return name === "left" && parent.operator === "**"; + if (!hasJsx) { + return chain; + } - case "TSNonNullExpression": - return true; + const jsxPart = getLast$h(parts); + return group$z([chain, indentIfBreak$3(jsxPart, { + groupId + })]); +} // For binary expressions to be consistent, we need to group +// subsequent operators with the same precedence level under a single +// group. Otherwise they will be nested such that some of them break +// onto new lines but not all. Operators with the same precedence +// level should either all break or not. Because we group them by +// precedence level and the AST is structured based on precedence +// level, things are naturally broken up correctly, i.e. `&&` is +// broken before `+`. - default: - return false; - } - case "BinaryExpression": - { - if (parent.type === "UpdateExpression" || parent.type === "PipelineTopicExpression" && node.operator === "|>") { - return true; - } // We add parentheses to any `a in b` inside `ForStatement` initializer - // https://github.com/prettier/prettier/issues/907#issuecomment-284304321 +function printBinaryishExpressions(path, print, options, isNested, isInsideParenthesis) { + const node = path.getValue(); // Simply print the node normally. + if (!isBinaryish$3(node)) { + return [group$z(print())]; + } + /** @type{Doc[]} */ - if (node.operator === "in" && isPathInForStatementInitializer(path)) { - return true; - } - if (node.operator === "|>" && node.extra && node.extra.parenthesized) { - const grandParent = path.getParentNode(1); + let parts = []; // We treat BinaryExpression and LogicalExpression nodes the same. + // Put all operators with the same precedence level in the same + // group. The reason we only need to do this with the `left` + // expression is because given an expression like `1 + 2 - 3`, it + // is always parsed like `((1 + 2) - 3)`, meaning the `left` side + // is where the rest of the expression will exist. Binary + // expressions on the right side mean they have a difference + // precedence level and should be treated as a separate group, so + // print them normally. (This doesn't hold for the `**` operator, + // which is unique in that it is right-associative.) + + if (shouldFlatten(node.operator, node.left.operator)) { + // Flatten them out by recursively calling this function. + parts = path.call(left => printBinaryishExpressions(left, print, options, + /* isNested */ + true, isInsideParenthesis), "left"); + } else { + parts.push(group$z(print("left"))); + } - if (grandParent.type === "BinaryExpression" && grandParent.operator === "|>") { - return true; - } - } - } - // fallthrough + const shouldInline = shouldInlineLogicalExpression$1(node); + const lineBeforeOperator = (node.operator === "|>" || node.type === "NGPipeExpression" || node.operator === "|" && options.parser === "__vue_expression") && !hasLeadingOwnLineComment$3(options.originalText, node.right); + const operator = node.type === "NGPipeExpression" ? "|" : node.operator; + const rightSuffix = node.type === "NGPipeExpression" && node.arguments.length > 0 ? group$z(indent$s([softline$p, ": ", join$r([softline$p, ":", ifBreak$m(" ")], path.map(print, "arguments").map(arg => align$4(2, group$z(arg))))])) : ""; + /** @type {Doc} */ - case "TSTypeAssertion": - case "TSAsExpression": - case "LogicalExpression": - switch (parent.type) { - case "ConditionalExpression": - return node.type === "TSAsExpression"; + let right; - case "CallExpression": - case "NewExpression": - case "OptionalCallExpression": - return name === "callee"; + if (shouldInline) { + right = [operator, " ", print("right"), rightSuffix]; + } else { + const isHackPipeline = isEnabledHackPipeline(options) && operator === "|>"; + const rightContent = isHackPipeline ? path.call(left => printBinaryishExpressions(left, print, options, + /* isNested */ + true, isInsideParenthesis), "right") : print("right"); + right = [lineBeforeOperator ? line$w : "", operator, lineBeforeOperator ? " " : line$w, rightContent, rightSuffix]; + } // If there's only a single binary expression, we want to create a group + // in order to avoid having a small right part like -1 be on its own line. - case "ClassExpression": - case "ClassDeclaration": - return name === "superClass"; - case "TSTypeAssertion": - case "TaggedTemplateExpression": - case "UnaryExpression": - case "JSXSpreadAttribute": - case "SpreadElement": - case "SpreadProperty": - case "BindExpression": - case "AwaitExpression": - case "TSAsExpression": - case "TSNonNullExpression": - case "UpdateExpression": - return true; + const parent = path.getParentNode(); + const shouldBreak = hasComment$g(node.left, CommentCheckFlags$d.Trailing | CommentCheckFlags$d.Line); + const shouldGroup = shouldBreak || !(isInsideParenthesis && node.type === "LogicalExpression") && parent.type !== node.type && node.left.type !== node.type && node.right.type !== node.type; + parts.push(lineBeforeOperator ? "" : " ", shouldGroup ? group$z(right, { + shouldBreak + }) : right); // The root comments are already printed, but we need to manually print + // the other ones since we don't call the normal print on BinaryExpression, + // only for the left and right parts - case "MemberExpression": - case "OptionalMemberExpression": - return name === "object"; + if (isNested && hasComment$g(node)) { + const printed = cleanDoc$2(printComments$5(path, parts, options)); + /* istanbul ignore else */ - case "AssignmentExpression": - return name === "left" && (node.type === "TSTypeAssertion" || node.type === "TSAsExpression"); + if (isConcat$1(printed) || printed.type === "fill") { + return getDocParts$6(printed); + } - case "LogicalExpression": - if (node.type === "LogicalExpression") { - return parent.operator !== node.operator; - } + return [printed]; + } - // else fallthrough + return parts; +} - case "BinaryExpression": - { - const { - operator, - type - } = node; +function shouldInlineLogicalExpression$1(node) { + if (node.type !== "LogicalExpression") { + return false; + } - if (!operator && type !== "TSTypeAssertion") { - return true; - } + if (node.right.type === "ObjectExpression" && node.right.properties.length > 0) { + return true; + } - const precedence = getPrecedence$1(operator); - const parentOperator = parent.operator; - const parentPrecedence = getPrecedence$1(parentOperator); + if (node.right.type === "ArrayExpression" && node.right.elements.length > 0) { + return true; + } - if (parentPrecedence > precedence) { - return true; - } + if (isJsxNode$5(node.right)) { + return true; + } - if (name === "right" && parentPrecedence === precedence) { - return true; - } + return false; +} - if (parentPrecedence === precedence && !shouldFlatten$1(parentOperator, operator)) { - return true; - } +var binaryish = { + printBinaryishExpression: printBinaryishExpression$2, + shouldInlineLogicalExpression: shouldInlineLogicalExpression$1 +}; - if (parentPrecedence < precedence && operator === "%") { - return parentOperator === "+" || parentOperator === "-"; - } // Add parenthesis when working with bitwise operators - // It's not strictly needed but helps with code understanding +const { + builders: { + join: join$q, + line: line$v, + group: group$y + } +} = require$$7$3; +const { + hasNode, + hasComment: hasComment$f, + getComments: getComments$3 +} = utils$5; +const { + printBinaryishExpression: printBinaryishExpression$1 +} = binaryish; +/** @typedef {import("../../common/ast-path")} AstPath */ +function printAngular$1(path, options, print) { + const node = path.getValue(); // Angular nodes always starts with `NG` - if (isBitwiseOperator$1(parentOperator)) { - return true; - } + if (!node.type.startsWith("NG")) { + return; + } - return false; - } + switch (node.type) { + case "NGRoot": + return [print("node"), !hasComment$f(node.node) ? "" : " //" + getComments$3(node.node)[0].value.trimEnd()]; - default: - return false; - } + case "NGPipeExpression": + return printBinaryishExpression$1(path, options, print); - case "SequenceExpression": - switch (parent.type) { - case "ReturnStatement": - return false; + case "NGChainedExpression": + return group$y(join$q([";", line$v], path.map(childPath => hasNgSideEffect(childPath) ? print() : ["(", print(), ")"], "expressions"))); - case "ForStatement": - // Although parentheses wouldn't hurt around sequence - // expressions in the head of for loops, traditional style - // dictates that e.g. i++, j++ should not be wrapped with - // parentheses. - return false; + case "NGEmptyExpression": + return ""; - case "ExpressionStatement": - return name !== "expression"; + case "NGQuotedExpression": + return [node.prefix, ": ", node.value.trim()]; - case "ArrowFunctionExpression": - // We do need parentheses, but SequenceExpressions are handled - // specially when printing bodies of arrow functions. - return name !== "body"; + case "NGMicrosyntax": + return path.map((childPath, index) => [index === 0 ? "" : isNgForOf(childPath.getValue(), index, node) ? " " : [";", line$v], print()], "body"); - default: - // Otherwise err on the side of overparenthesization, adding - // explicit exceptions above if this proves overzealous. - return true; - } + case "NGMicrosyntaxKey": + return /^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(node.name) ? node.name : JSON.stringify(node.name); - case "YieldExpression": - if (parent.type === "UnaryExpression" || parent.type === "AwaitExpression" || parent.type === "TSAsExpression" || parent.type === "TSNonNullExpression") { - return true; - } + case "NGMicrosyntaxExpression": + return [print("expression"), node.alias === null ? "" : [" as ", print("alias")]]; - // else fallthrough + case "NGMicrosyntaxKeyedExpression": + { + const index = path.getName(); + const parentNode = path.getParentNode(); + const shouldNotPrintColon = isNgForOf(node, index, parentNode) || (index === 1 && (node.key.name === "then" || node.key.name === "else") || index === 2 && node.key.name === "else" && parentNode.body[index - 1].type === "NGMicrosyntaxKeyedExpression" && parentNode.body[index - 1].key.name === "then") && parentNode.body[0].type === "NGMicrosyntaxExpression"; + return [print("key"), shouldNotPrintColon ? " " : ": ", print("expression")]; + } - case "AwaitExpression": - switch (parent.type) { - case "TaggedTemplateExpression": - case "UnaryExpression": - case "LogicalExpression": - case "SpreadElement": - case "SpreadProperty": - case "TSAsExpression": - case "TSNonNullExpression": - case "BindExpression": - return true; + case "NGMicrosyntaxLet": + return ["let ", print("key"), node.value === null ? "" : [" = ", print("value")]]; - case "MemberExpression": - case "OptionalMemberExpression": - return name === "object"; + case "NGMicrosyntaxAs": + return [print("key"), " as ", print("alias")]; - case "NewExpression": - case "CallExpression": - case "OptionalCallExpression": - return name === "callee"; + default: + /* istanbul ignore next */ + throw new Error(`Unknown Angular node type: ${JSON.stringify(node.type)}.`); + } +} - case "ConditionalExpression": - return name === "test"; +function isNgForOf(node, index, parentNode) { + return node.type === "NGMicrosyntaxKeyedExpression" && node.key.name === "of" && index === 1 && parentNode.body[0].type === "NGMicrosyntaxLet" && parentNode.body[0].value === null; +} +/** identify if an angular expression seems to have side effects */ - case "BinaryExpression": - { - if (!node.argument && parent.operator === "|>") { - return false; - } +/** + * @param {AstPath} path + * @returns {boolean} + */ - return true; - } - default: - return false; - } +function hasNgSideEffect(path) { + return hasNode(path.getValue(), node => { + switch (node.type) { + case undefined: + return false; - case "TSJSDocFunctionType": - case "TSConditionalType": - if (name === "extendsType" && parent.type === "TSConditionalType") { + case "CallExpression": + case "OptionalCallExpression": + case "AssignmentExpression": return true; - } + } + }); +} - // fallthrough +var angular = { + printAngular: printAngular$1 +}; - case "TSFunctionType": - case "TSConstructorType": - if (name === "checkType" && parent.type === "TSConditionalType") { - return true; - } +const { + printComments: printComments$4, + printDanglingComments: printDanglingComments$d +} = comments$4; +const { + builders: { + line: line$u, + hardline: hardline$w, + softline: softline$o, + group: group$x, + indent: indent$r, + conditionalGroup: conditionalGroup$4, + fill: fill$8, + ifBreak: ifBreak$l, + lineSuffixBoundary, + join: join$p + }, + utils: { + willBreak: willBreak$5 + } +} = require$$7$3; +const { + getLast: getLast$g, + getPreferredQuote: getPreferredQuote$1 +} = util$8; +const { + isJsxNode: isJsxNode$4, + rawText: rawText$4, + isLiteral: isLiteral$2, + isCallExpression: isCallExpression$9, + isStringLiteral: isStringLiteral$4, + isBinaryish: isBinaryish$2, + hasComment: hasComment$e, + CommentCheckFlags: CommentCheckFlags$c, + hasNodeIgnoreComment +} = utils$5; +const pathNeedsParens$5 = needsParens_1; +const { + willPrintOwnComments +} = comments; - // fallthrough +const isEmptyStringOrAnyLine = doc => doc === "" || doc === line$u || doc === hardline$w || doc === softline$o; +/** + * @typedef {import("../../common/ast-path")} AstPath + * @typedef {import("../types/estree").Node} Node + * @typedef {import("../types/estree").JSXElement} JSXElement + */ +// JSX expands children from the inside-out, instead of the outside-in. +// This is both to break children before attributes, +// and to ensure that when children break, their parents do as well. +// +// Any element that is written without any newlines and fits on a single line +// is left that way. +// Not only that, any user-written-line containing multiple JSX siblings +// should also be kept on one line if possible, +// so each user-written-line is wrapped in its own group. +// +// Elements that contain newlines or don't fit on a single line (recursively) +// are fully-split, using hardline and shouldBreak: true. +// +// To support that case properly, all leading and trailing spaces +// are stripped from the list of children, and replaced with a single hardline. - case "TSUnionType": - case "TSIntersectionType": - if (parent.type === "TSUnionType" || parent.type === "TSIntersectionType") { - return true; - } - // fallthrough +function printJsxElementInternal(path, options, print) { + const node = path.getValue(); - case "TSInferType": - if (node.type === "TSInferType" && parent.type === "TSRestType") { - return false; - } + if (node.type === "JSXElement" && isEmptyJsxElement(node)) { + return [print("openingElement"), print("closingElement")]; + } - // fallthrough + const openingLines = node.type === "JSXElement" ? print("openingElement") : print("openingFragment"); + const closingLines = node.type === "JSXElement" ? print("closingElement") : print("closingFragment"); - case "TSTypeOperator": - return parent.type === "TSArrayType" || parent.type === "TSOptionalType" || parent.type === "TSRestType" || name === "objectType" && parent.type === "TSIndexedAccessType" || parent.type === "TSTypeOperator" || parent.type === "TSTypeAnnotation" && /^TSJSDoc/.test(path.getParentNode(1).type); + if (node.children.length === 1 && node.children[0].type === "JSXExpressionContainer" && (node.children[0].expression.type === "TemplateLiteral" || node.children[0].expression.type === "TaggedTemplateExpression")) { + return [openingLines, ...path.map(print, "children"), closingLines]; + } // Convert `{" "}` to text nodes containing a space. + // This makes it easy to turn them into `jsxWhitespace` which + // can then print as either a space or `{" "}` when breaking. - case "ArrayTypeAnnotation": - return parent.type === "NullableTypeAnnotation"; - case "IntersectionTypeAnnotation": - case "UnionTypeAnnotation": - return parent.type === "ArrayTypeAnnotation" || parent.type === "NullableTypeAnnotation" || parent.type === "IntersectionTypeAnnotation" || parent.type === "UnionTypeAnnotation"; + node.children = node.children.map(child => { + if (isJsxWhitespaceExpression(child)) { + return { + type: "JSXText", + value: " ", + raw: " " + }; + } - case "NullableTypeAnnotation": - return parent.type === "ArrayTypeAnnotation"; + return child; + }); + const containsTag = node.children.some(isJsxNode$4); + const containsMultipleExpressions = node.children.filter(child => child.type === "JSXExpressionContainer").length > 1; + const containsMultipleAttributes = node.type === "JSXElement" && node.openingElement.attributes.length > 1; // Record any breaks. Should never go from true to false, only false to true. - case "FunctionTypeAnnotation": - { - const ancestor = parent.type === "NullableTypeAnnotation" ? path.getParentNode(1) : parent; - return ancestor.type === "UnionTypeAnnotation" || ancestor.type === "IntersectionTypeAnnotation" || ancestor.type === "ArrayTypeAnnotation" || // We should check ancestor's parent to know whether the parentheses - // are really needed, but since ??T doesn't make sense this check - // will almost never be true. - ancestor.type === "NullableTypeAnnotation" || // See #5283 - parent.type === "FunctionTypeParam" && parent.name === null && getFunctionParameters$2(node).some(param => param.typeAnnotation && param.typeAnnotation.type === "NullableTypeAnnotation"); - } + let forcedBreak = willBreak$5(openingLines) || containsTag || containsMultipleAttributes || containsMultipleExpressions; + const isMdxBlock = path.getParentNode().rootMarker === "mdx"; + const rawJsxWhitespace = options.singleQuote ? "{' '}" : '{" "}'; + const jsxWhitespace = isMdxBlock ? " " : ifBreak$l([rawJsxWhitespace, softline$o], " "); + const isFacebookTranslationTag = node.openingElement && node.openingElement.name && node.openingElement.name.name === "fbt"; + const children = printJsxChildren(path, options, print, jsxWhitespace, isFacebookTranslationTag); + const containsText = node.children.some(child => isMeaningfulJsxText(child)); // We can end up we multiple whitespace elements with empty string + // content between them. + // We need to remove empty whitespace and softlines before JSX whitespace + // to get the correct output. - case "StringLiteral": - case "NumericLiteral": - case "Literal": - if (typeof node.value === "string" && parent.type === "ExpressionStatement" && !parent.directive) { - // To avoid becoming a directive - const grandParent = path.getParentNode(1); - return grandParent.type === "Program" || grandParent.type === "BlockStatement"; - } + for (let i = children.length - 2; i >= 0; i--) { + const isPairOfEmptyStrings = children[i] === "" && children[i + 1] === ""; + const isPairOfHardlines = children[i] === hardline$w && children[i + 1] === "" && children[i + 2] === hardline$w; + const isLineFollowedByJsxWhitespace = (children[i] === softline$o || children[i] === hardline$w) && children[i + 1] === "" && children[i + 2] === jsxWhitespace; + const isJsxWhitespaceFollowedByLine = children[i] === jsxWhitespace && children[i + 1] === "" && (children[i + 2] === softline$o || children[i + 2] === hardline$w); + const isDoubleJsxWhitespace = children[i] === jsxWhitespace && children[i + 1] === "" && children[i + 2] === jsxWhitespace; + const isPairOfHardOrSoftLines = children[i] === softline$o && children[i + 1] === "" && children[i + 2] === hardline$w || children[i] === hardline$w && children[i + 1] === "" && children[i + 2] === softline$o; - return name === "object" && parent.type === "MemberExpression" && typeof node.value === "number"; + if (isPairOfHardlines && containsText || isPairOfEmptyStrings || isLineFollowedByJsxWhitespace || isDoubleJsxWhitespace || isPairOfHardOrSoftLines) { + children.splice(i, 2); + } else if (isJsxWhitespaceFollowedByLine) { + children.splice(i + 1, 2); + } + } // Trim trailing lines (or empty strings) - case "AssignmentExpression": - { - const grandParent = path.getParentNode(1); - if (name === "body" && parent.type === "ArrowFunctionExpression") { - return true; - } else if (name === "key" && (parent.type === "ClassProperty" || parent.type === "FieldDefinition") && parent.computed) { - return false; - } else if ((name === "init" || name === "update") && parent.type === "ForStatement") { - return false; - } else if (parent.type === "ExpressionStatement") { - return node.left.type === "ObjectPattern"; - } else if (name === "key" && parent.type === "TSPropertySignature") { - return false; - } else if (parent.type === "AssignmentExpression") { - return false; - } else if (parent.type === "SequenceExpression" && grandParent && grandParent.type === "ForStatement" && (grandParent.init === parent || grandParent.update === parent)) { - return false; - } else if (name === "value" && parent.type === "Property" && grandParent && grandParent.type === "ObjectPattern" && grandParent.properties.includes(parent)) { - return false; - } else if (parent.type === "NGChainedExpression") { - return false; - } + while (children.length > 0 && isEmptyStringOrAnyLine(getLast$g(children))) { + children.pop(); + } // Trim leading lines (or empty strings) - return true; - } - case "ConditionalExpression": - switch (parent.type) { - case "TaggedTemplateExpression": - case "UnaryExpression": - case "SpreadElement": - case "SpreadProperty": - case "BinaryExpression": - case "LogicalExpression": - case "NGPipeExpression": - case "ExportDefaultDeclaration": - case "AwaitExpression": - case "JSXSpreadAttribute": - case "TSTypeAssertion": - case "TypeCastExpression": - case "TSAsExpression": - case "TSNonNullExpression": - return true; + while (children.length > 1 && isEmptyStringOrAnyLine(children[0]) && isEmptyStringOrAnyLine(children[1])) { + children.shift(); + children.shift(); + } // Tweak how we format children if outputting this element over multiple lines. + // Also detect whether we will force this element to output over multiple lines. - case "NewExpression": - case "CallExpression": - case "OptionalCallExpression": - return name === "callee"; - case "ConditionalExpression": - return name === "test"; + const multilineChildren = []; - case "MemberExpression": - case "OptionalMemberExpression": - return name === "object"; + for (const [i, child] of children.entries()) { + // There are a number of situations where we need to ensure we display + // whitespace as `{" "}` when outputting this element over multiple lines. + if (child === jsxWhitespace) { + if (i === 1 && children[i - 1] === "") { + if (children.length === 2) { + // Solitary whitespace + multilineChildren.push(rawJsxWhitespace); + continue; + } // Leading whitespace - default: - return false; + + multilineChildren.push([rawJsxWhitespace, hardline$w]); + continue; + } else if (i === children.length - 1) { + // Trailing whitespace + multilineChildren.push(rawJsxWhitespace); + continue; + } else if (children[i - 1] === "" && children[i - 2] === hardline$w) { + // Whitespace after line break + multilineChildren.push(rawJsxWhitespace); + continue; } + } - case "FunctionExpression": - switch (parent.type) { - case "NewExpression": - case "CallExpression": - case "OptionalCallExpression": - // Not always necessary, but it's clearer to the reader if IIFEs are wrapped in parentheses. - // Is necessary if it is `expression` of `ExpressionStatement`. - return name === "callee"; + multilineChildren.push(child); - case "TaggedTemplateExpression": - return true; - // This is basically a kind of IIFE. + if (willBreak$5(child)) { + forcedBreak = true; + } + } // If there is text we use `fill` to fit as much onto each line as possible. + // When there is no text (just tags and expressions) we use `group` + // to output each on a separate line. - default: - return false; - } - case "ArrowFunctionExpression": - switch (parent.type) { - case "PipelineTopicExpression": - return !!(node.extra && node.extra.parenthesized); + const content = containsText ? fill$8(multilineChildren) : group$x(multilineChildren, { + shouldBreak: true + }); - case "BinaryExpression": - return parent.operator !== "|>" || node.extra && node.extra.parenthesized; + if (isMdxBlock) { + return content; + } - case "NewExpression": - case "CallExpression": - case "OptionalCallExpression": - return name === "callee"; + const multiLineElem = group$x([openingLines, indent$r([hardline$w, content]), hardline$w, closingLines]); - case "MemberExpression": - case "OptionalMemberExpression": - return name === "object"; + if (forcedBreak) { + return multiLineElem; + } + + return conditionalGroup$4([group$x([openingLines, ...children, closingLines]), multiLineElem]); +} // JSX Children are strange, mostly for two reasons: +// 1. JSX reads newlines into string values, instead of skipping them like JS +// 2. up to one whitespace between elements within a line is significant, +// but not between lines. +// +// Leading, trailing, and lone whitespace all need to +// turn themselves into the rather ugly `{' '}` when breaking. +// +// We print JSX using the `fill` doc primitive. +// This requires that we give it an array of alternating +// content and whitespace elements. +// To ensure this we add dummy `""` content elements as needed. - case "TSAsExpression": - case "BindExpression": - case "TaggedTemplateExpression": - case "UnaryExpression": - case "LogicalExpression": - case "AwaitExpression": - case "TSTypeAssertion": - return true; - case "ConditionalExpression": - return name === "test"; +function printJsxChildren(path, options, print, jsxWhitespace, isFacebookTranslationTag) { + const parts = []; + path.each((childPath, i, children) => { + const child = childPath.getValue(); - default: - return false; - } + if (isLiteral$2(child)) { + const text = rawText$4(child); // Contains a non-whitespace character - case "ClassExpression": - switch (parent.type) { - case "NewExpression": - return name === "callee"; + if (isMeaningfulJsxText(child)) { + const words = text.split(matchJsxWhitespaceRegex); // Starts with whitespace - default: - return false; - } + if (words[0] === "") { + parts.push(""); + words.shift(); - case "OptionalMemberExpression": - case "OptionalCallExpression": - { - const parentParent = path.getParentNode(1); + if (/\n/.test(words[0])) { + const next = children[i + 1]; + parts.push(separatorWithWhitespace(isFacebookTranslationTag, words[1], child, next)); + } else { + parts.push(jsxWhitespace); + } - if (name === "object" && parent.type === "MemberExpression" || name === "callee" && (parent.type === "CallExpression" || parent.type === "NewExpression") || parent.type === "TSNonNullExpression" && parentParent.type === "MemberExpression" && parentParent.object === parent) { - return true; + words.shift(); } - } - // fallthrough - case "CallExpression": - case "MemberExpression": - case "TaggedTemplateExpression": - case "TSNonNullExpression": - if (name === "callee" && (parent.type === "BindExpression" || parent.type === "NewExpression")) { - let object = node; + let endWhitespace; // Ends with whitespace - while (object) { - switch (object.type) { - case "CallExpression": - case "OptionalCallExpression": - return true; + if (getLast$g(words) === "") { + words.pop(); + endWhitespace = words.pop(); + } // This was whitespace only without a new line. - case "MemberExpression": - case "OptionalMemberExpression": - case "BindExpression": - object = object.object; - break; - // tagged templates are basically member expressions from a grammar perspective - // see https://tc39.github.io/ecma262/#prod-MemberExpression - case "TaggedTemplateExpression": - object = object.tag; - break; + if (words.length === 0) { + return; + } - case "TSNonNullExpression": - object = object.expression; - break; + for (const [i, word] of words.entries()) { + if (i % 2 === 1) { + parts.push(line$u); + } else { + parts.push(word); + } + } - default: - return false; + if (endWhitespace !== undefined) { + if (/\n/.test(endWhitespace)) { + const next = children[i + 1]; + parts.push(separatorWithWhitespace(isFacebookTranslationTag, getLast$g(parts), child, next)); + } else { + parts.push(jsxWhitespace); } + } else { + const next = children[i + 1]; + parts.push(separatorNoWhitespace(isFacebookTranslationTag, getLast$g(parts), child, next)); + } + } else if (/\n/.test(text)) { + // Keep (up to one) blank line between tags/expressions/text. + // Note: We don't keep blank lines between text elements. + if (text.match(/\n/g).length > 1) { + parts.push("", hardline$w); } + } else { + parts.push("", jsxWhitespace); } + } else { + const printedChild = print(); + parts.push(printedChild); + const next = children[i + 1]; + const directlyFollowedByMeaningfulText = next && isMeaningfulJsxText(next); - return false; - - case "BindExpression": - return name === "callee" && (parent.type === "BindExpression" || parent.type === "NewExpression") || name === "object" && (parent.type === "MemberExpression" || parent.type === "OptionalMemberExpression"); - - case "NGPipeExpression": - if (parent.type === "NGRoot" || parent.type === "NGMicrosyntaxExpression" || parent.type === "ObjectProperty" && // Preserve parens for compatibility with AngularJS expressions - !(node.extra && node.extra.parenthesized) || parent.type === "ArrayExpression" || (parent.type === "CallExpression" || parent.type === "OptionalCallExpression") && parent.arguments[name] === node || name === "right" && parent.type === "NGPipeExpression" || name === "property" && parent.type === "MemberExpression" || parent.type === "AssignmentExpression") { - return false; + if (directlyFollowedByMeaningfulText) { + const firstWord = trimJsxWhitespace(rawText$4(next)).split(matchJsxWhitespaceRegex)[0]; + parts.push(separatorNoWhitespace(isFacebookTranslationTag, firstWord, child, next)); + } else { + parts.push(hardline$w); } + } + }, "children"); + return parts; +} - return true; - - case "JSXFragment": - case "JSXElement": - return name === "callee" || name === "left" && parent.type === "BinaryExpression" && parent.operator === "<" || parent.type !== "ArrayExpression" && parent.type !== "ArrowFunctionExpression" && parent.type !== "AssignmentExpression" && parent.type !== "AssignmentPattern" && parent.type !== "BinaryExpression" && parent.type !== "CallExpression" && parent.type !== "NewExpression" && parent.type !== "ConditionalExpression" && parent.type !== "ExpressionStatement" && parent.type !== "JsExpressionRoot" && parent.type !== "JSXAttribute" && parent.type !== "JSXElement" && parent.type !== "JSXExpressionContainer" && parent.type !== "JSXFragment" && parent.type !== "LogicalExpression" && parent.type !== "ObjectProperty" && parent.type !== "OptionalCallExpression" && parent.type !== "Property" && parent.type !== "ReturnStatement" && parent.type !== "ThrowStatement" && parent.type !== "TypeCastExpression" && parent.type !== "VariableDeclarator" && parent.type !== "YieldExpression"; +function separatorNoWhitespace(isFacebookTranslationTag, child, childNode, nextNode) { + if (isFacebookTranslationTag) { + return ""; + } - case "TypeAnnotation": - return name === "returnType" && parent.type === "ArrowFunctionExpression" && includesFunctionTypeInObjectType(node); + if (childNode.type === "JSXElement" && !childNode.closingElement || nextNode && nextNode.type === "JSXElement" && !nextNode.closingElement) { + return child.length === 1 ? softline$o : hardline$w; } - return false; + return softline$o; } -function isStatement(node) { - return node.type === "BlockStatement" || node.type === "BreakStatement" || node.type === "ClassBody" || node.type === "ClassDeclaration" || node.type === "ClassMethod" || node.type === "ClassProperty" || node.type === "FieldDefinition" || node.type === "ClassPrivateProperty" || node.type === "ContinueStatement" || node.type === "DebuggerStatement" || node.type === "DeclareClass" || node.type === "DeclareExportAllDeclaration" || node.type === "DeclareExportDeclaration" || node.type === "DeclareFunction" || node.type === "DeclareInterface" || node.type === "DeclareModule" || node.type === "DeclareModuleExports" || node.type === "DeclareVariable" || node.type === "DoWhileStatement" || node.type === "EnumDeclaration" || node.type === "ExportAllDeclaration" || node.type === "ExportDefaultDeclaration" || node.type === "ExportNamedDeclaration" || node.type === "ExpressionStatement" || node.type === "ForInStatement" || node.type === "ForOfStatement" || node.type === "ForStatement" || node.type === "FunctionDeclaration" || node.type === "IfStatement" || node.type === "ImportDeclaration" || node.type === "InterfaceDeclaration" || node.type === "LabeledStatement" || node.type === "MethodDefinition" || node.type === "ReturnStatement" || node.type === "SwitchStatement" || node.type === "ThrowStatement" || node.type === "TryStatement" || node.type === "TSDeclareFunction" || node.type === "TSEnumDeclaration" || node.type === "TSImportEqualsDeclaration" || node.type === "TSInterfaceDeclaration" || node.type === "TSModuleDeclaration" || node.type === "TSNamespaceExportDeclaration" || node.type === "TypeAlias" || node.type === "VariableDeclaration" || node.type === "WhileStatement" || node.type === "WithStatement"; +function separatorWithWhitespace(isFacebookTranslationTag, child, childNode, nextNode) { + if (isFacebookTranslationTag) { + return hardline$w; + } + + if (child.length === 1) { + return childNode.type === "JSXElement" && !childNode.closingElement || nextNode && nextNode.type === "JSXElement" && !nextNode.closingElement ? hardline$w : softline$o; + } + + return hardline$w; } -function isPathInForStatementInitializer(path) { - let i = 0; - let node = path.getValue(); +function maybeWrapJsxElementInParens(path, elem, options) { + const parent = path.getParentNode(); + /* istanbul ignore next */ - while (node) { - const parent = path.getParentNode(i++); + if (!parent) { + return elem; + } - if (parent && parent.type === "ForStatement" && parent.init === node) { - return true; - } + const NO_WRAP_PARENTS = { + ArrayExpression: true, + JSXAttribute: true, + JSXElement: true, + JSXExpressionContainer: true, + JSXFragment: true, + ExpressionStatement: true, + CallExpression: true, + OptionalCallExpression: true, + ConditionalExpression: true, + JsExpressionRoot: true + }; - node = parent; + if (NO_WRAP_PARENTS[parent.type]) { + return elem; } - return false; + const shouldBreak = path.match(undefined, node => node.type === "ArrowFunctionExpression", isCallExpression$9, node => node.type === "JSXExpressionContainer"); + const needsParens = pathNeedsParens$5(path, options); + return group$x([needsParens ? "" : ifBreak$l("("), indent$r([softline$o, elem]), softline$o, needsParens ? "" : ifBreak$l(")")], { + shouldBreak + }); } -function includesFunctionTypeInObjectType(node) { - return hasNode$1(node, n1 => n1.type === "ObjectTypeAnnotation" && hasNode$1(n1, n2 => n2.type === "FunctionTypeAnnotation" || undefined) || undefined); -} +function printJsxAttribute(path, options, print) { + const node = path.getValue(); + const parts = []; + parts.push(print("name")); -function endsWithRightBracket(node) { - switch (node.type) { - case "ObjectExpression": - return true; + if (node.value) { + let res; - default: - return false; + if (isStringLiteral$4(node.value)) { + const raw = rawText$4(node.value); // Remove enclosing quotes and unescape + // all quotes so we get an accurate preferred quote + + let final = raw.slice(1, -1).replace(/'/g, "'").replace(/"/g, '"'); + const { + escaped, + quote, + regex + } = getPreferredQuote$1(final, options.jsxSingleQuote ? "'" : '"'); + final = final.replace(regex, escaped); + res = [quote, final, quote]; + } else { + res = print("value"); + } + + parts.push("=", res); } + + return parts; } -function isFollowedByRightBracket(path) { +function printJsxExpressionContainer(path, options, print) { const node = path.getValue(); - const parent = path.getParentNode(); - const name = path.getName(); + const parent = path.getParentNode(0); + const shouldInline = node.expression.type === "JSXEmptyExpression" || !hasComment$e(node.expression) && (node.expression.type === "ArrayExpression" || node.expression.type === "ObjectExpression" || node.expression.type === "ArrowFunctionExpression" || isCallExpression$9(node.expression) || node.expression.type === "FunctionExpression" || node.expression.type === "TemplateLiteral" || node.expression.type === "TaggedTemplateExpression" || node.expression.type === "DoExpression" || isJsxNode$4(parent) && (node.expression.type === "ConditionalExpression" || isBinaryish$2(node.expression))); - switch (parent.type) { - case "NGPipeExpression": - if (typeof name === "number" && parent.arguments[name] === node && parent.arguments.length - 1 === name) { - return path.callParent(isFollowedByRightBracket); - } + if (shouldInline) { + return group$x(["{", print("expression"), lineSuffixBoundary, "}"]); + } - break; + return group$x(["{", indent$r([softline$o, print("expression")]), softline$o, lineSuffixBoundary, "}"]); +} - case "ObjectProperty": - if (name === "value") { - const parentParent = path.getParentNode(1); - return parentParent.properties[parentParent.properties.length - 1] === parent; - } +function printJsxOpeningElement(path, options, print) { + const node = path.getValue(); + const nameHasComments = node.name && hasComment$e(node.name) || node.typeParameters && hasComment$e(node.typeParameters); // Don't break self-closing elements with no attributes and no comments - break; + if (node.selfClosing && node.attributes.length === 0 && !nameHasComments) { + return ["<", print("name"), print("typeParameters"), " />"]; + } // don't break up opening elements with a single long text attribute - case "BinaryExpression": - case "LogicalExpression": - if (name === "right") { - return path.callParent(isFollowedByRightBracket); - } - break; + if (node.attributes && node.attributes.length === 1 && node.attributes[0].value && isStringLiteral$4(node.attributes[0].value) && !node.attributes[0].value.value.includes("\n") && // We should break for the following cases: + //
+ //
+ !nameHasComments && !hasComment$e(node.attributes[0])) { + return group$x(["<", print("name"), print("typeParameters"), " ", ...path.map(print, "attributes"), node.selfClosing ? " />" : ">"]); + } - case "ConditionalExpression": - if (name === "alternate") { - return path.callParent(isFollowedByRightBracket); - } + const lastAttrHasTrailingComments = node.attributes.length > 0 && hasComment$e(getLast$g(node.attributes), CommentCheckFlags$c.Trailing); + const bracketSameLine = // Simple tags (no attributes and no comment in tag name) should be + // kept unbroken regardless of `bracketSameLine`. + // jsxBracketSameLine is deprecated in favour of bracketSameLine, + // but is still needed for backwards compatibility. + node.attributes.length === 0 && !nameHasComments || (options.bracketSameLine || options.jsxBracketSameLine) && ( // We should print the bracket in a new line for the following cases: + //
+ //
+ !nameHasComments || node.attributes.length > 0) && !lastAttrHasTrailingComments; // We should print the opening element expanded if any prop value is a + // string literal with newlines - break; + const shouldBreak = node.attributes && node.attributes.some(attr => attr.value && isStringLiteral$4(attr.value) && attr.value.value.includes("\n")); + return group$x(["<", print("name"), print("typeParameters"), indent$r(path.map(() => [line$u, print()], "attributes")), node.selfClosing ? line$u : bracketSameLine ? ">" : softline$o, node.selfClosing ? "/>" : bracketSameLine ? "" : ">"], { + shouldBreak + }); +} - case "UnaryExpression": - if (parent.prefix) { - return path.callParent(isFollowedByRightBracket); - } +function printJsxClosingElement(path, options, print) { + const node = path.getValue(); + const parts = []; + parts.push(""); + return parts; } -function shouldWrapFunctionForExportDefault(path, options) { +function printJsxOpeningClosingFragment(path, options +/*, print*/ +) { const node = path.getValue(); - const parent = path.getParentNode(); - - if (node.type === "FunctionExpression" || node.type === "ClassExpression") { - return parent.type === "ExportDefaultDeclaration" || // in some cases the function is already wrapped - // (e.g. `export default (function() {})();`) - // in this case we don't need to add extra parens - !needsParens(path, options); - } - - if (!hasNakedLeftSide$1(node) || parent.type !== "ExportDefaultDeclaration" && needsParens(path, options)) { - return false; - } + const nodeHasComment = hasComment$e(node); + const hasOwnLineComment = hasComment$e(node, CommentCheckFlags$c.Line); + const isOpeningFragment = node.type === "JSXOpeningFragment"; + return [isOpeningFragment ? "<" : ""]; +} - return path.call(childPath => shouldWrapFunctionForExportDefault(childPath, options), ...getLeftSidePathName$1(path, node)); +function printJsxElement(path, options, print) { + const elem = printComments$4(path, printJsxElementInternal(path, options, print), options); + return maybeWrapJsxElementInParens(path, elem, options); } -var needsParens_1 = needsParens; +function printJsxEmptyExpression(path, options +/*, print*/ +) { + const node = path.getValue(); + const requiresHardline = hasComment$e(node, CommentCheckFlags$c.Line); + return [printDanglingComments$d(path, options, + /* sameIndent */ + !requiresHardline), requiresHardline ? hardline$w : ""]; +} // `JSXSpreadAttribute` and `JSXSpreadChild` -const { - builders: { - concat: concat$a, - join: join$4, - line: line$4, - group: group$3, - softline: softline$4, - indent: indent$7 - } -} = document; -function printHtmlBinding(path, options, print) { +function printJsxSpreadAttribute(path, options, print) { const node = path.getValue(); + return ["{", path.call(p => { + const printed = ["...", print()]; + const node = p.getValue(); - if (options.__onHtmlBindingRoot && path.getName() === null) { - options.__onHtmlBindingRoot(node, options); - } + if (!hasComment$e(node) || !willPrintOwnComments(p)) { + return printed; + } - if (node.type !== "File") { + return [indent$r([softline$o, printComments$4(p, printed, options)]), softline$o]; + }, node.type === "JSXSpreadAttribute" ? "argument" : "expression"), "}"]; +} + +function printJsx$1(path, options, print) { + const node = path.getValue(); // JSX nodes always starts with `JSX` + + if (!node.type.startsWith("JSX")) { return; } - if (options.__isVueForBindingLeft) { - return path.call(functionDeclarationPath => { - const printed = join$4(concat$a([",", line$4]), functionDeclarationPath.map(print, "params")); - const { - params - } = functionDeclarationPath.getValue(); + switch (node.type) { + case "JSXAttribute": + return printJsxAttribute(path, options, print); - if (params.length === 1) { - return printed; - } + case "JSXIdentifier": + return String(node.name); - return concat$a(["(", indent$7(concat$a([softline$4, group$3(printed)])), softline$4, ")"]); - }, "program", "body", 0); - } + case "JSXNamespacedName": + return join$p(":", [print("namespace"), print("name")]); - if (options.__isVueBindings) { - return path.call(functionDeclarationPath => join$4(concat$a([",", line$4]), functionDeclarationPath.map(print, "params")), "program", "body", 0); - } -} // based on https://github.com/prettier/prettier/blob/master/src/language-html/syntax-vue.js isVueEventBindingExpression() + case "JSXMemberExpression": + return join$p(".", [print("object"), print("property")]); + case "JSXSpreadAttribute": + return printJsxSpreadAttribute(path, options, print); -function isVueEventBindingExpression(node) { - switch (node.type) { - case "MemberExpression": - switch (node.property.type) { - case "Identifier": - case "NumericLiteral": - case "StringLiteral": - return isVueEventBindingExpression(node.object); + case "JSXSpreadChild": + { + // Same as `printJsxSpreadAttribute` + const printJsxSpreadChild = printJsxSpreadAttribute; + return printJsxSpreadChild(path, options, print); } - return false; + case "JSXExpressionContainer": + return printJsxExpressionContainer(path, options, print); - case "Identifier": - return true; + case "JSXFragment": + case "JSXElement": + return printJsxElement(path, options, print); + + case "JSXOpeningElement": + return printJsxOpeningElement(path, options, print); + + case "JSXClosingElement": + return printJsxClosingElement(path, options, print); + + case "JSXOpeningFragment": + case "JSXClosingFragment": + return printJsxOpeningClosingFragment(path, options + /*, print*/ + ); + + case "JSXEmptyExpression": + return printJsxEmptyExpression(path, options + /*, print*/ + ); + + case "JSXText": + /* istanbul ignore next */ + throw new Error("JSXTest should be handled by JSXElement"); default: - return false; + /* istanbul ignore next */ + throw new Error(`Unknown JSX node type: ${JSON.stringify(node.type)}.`); + } +} // Only space, newline, carriage return, and tab are treated as whitespace +// inside JSX. + + +const jsxWhitespaceChars = " \n\r\t"; +const matchJsxWhitespaceRegex = new RegExp("([" + jsxWhitespaceChars + "]+)"); +const containsNonJsxWhitespaceRegex = new RegExp("[^" + jsxWhitespaceChars + "]"); + +const trimJsxWhitespace = text => text.replace(new RegExp("(?:^" + matchJsxWhitespaceRegex.source + "|" + matchJsxWhitespaceRegex.source + "$)"), ""); +/** + * @param {JSXElement} node + * @returns {boolean} + */ + + +function isEmptyJsxElement(node) { + if (node.children.length === 0) { + return true; } + + if (node.children.length > 1) { + return false; + } // if there is one text child and does not contain any meaningful text + // we can treat the element as empty. + + + const child = node.children[0]; + return isLiteral$2(child) && !isMeaningfulJsxText(child); +} // Meaningful if it contains non-whitespace characters, +// or it contains whitespace without a new line. + +/** + * @param {Node} node + * @returns {boolean} + */ + + +function isMeaningfulJsxText(node) { + return isLiteral$2(node) && (containsNonJsxWhitespaceRegex.test(rawText$4(node)) || !/\n/.test(rawText$4(node))); +} // Detect an expression node representing `{" "}` + + +function isJsxWhitespaceExpression(node) { + return node.type === "JSXExpressionContainer" && isLiteral$2(node.expression) && node.expression.value === " " && !hasComment$e(node.expression); } +/** + * @param {AstPath} path + * @returns {boolean} + */ -var htmlBinding = { - isVueEventBindingExpression, - printHtmlBinding -}; -function preprocess(ast, options) { - switch (options.parser) { - case "json": - case "json5": - case "json-stringify": - case "__js_expression": - case "__vue_expression": - return Object.assign({}, ast, { - type: options.parser.startsWith("__") ? "JsExpressionRoot" : "JsonRoot", - node: ast, - comments: [], - rootMarker: options.rootMarker - }); +function hasJsxIgnoreComment$1(path) { + const node = path.getValue(); + const parent = path.getParentNode(); - default: - return ast; + if (!parent || !node || !isJsxNode$4(node) || !isJsxNode$4(parent)) { + return false; + } // Lookup the previous sibling, ignoring any empty JSXText elements + + + const index = parent.children.indexOf(node); + let prevSibling = null; + + for (let i = index; i > 0; i--) { + const candidate = parent.children[i - 1]; + + if (candidate.type === "JSXText" && !isMeaningfulJsxText(candidate)) { + continue; + } + + prevSibling = candidate; + break; + } + + return prevSibling && prevSibling.type === "JSXExpressionContainer" && prevSibling.expression.type === "JSXEmptyExpression" && hasNodeIgnoreComment(prevSibling.expression); +} + +var jsx = { + hasJsxIgnoreComment: hasJsxIgnoreComment$1, + printJsx: printJsx$1 +}; + +var $ = _export; +var flattenIntoArray = flattenIntoArray_1; +var toObject = toObject$4; +var lengthOfArrayLike = lengthOfArrayLike$6; +var toIntegerOrInfinity = toIntegerOrInfinity$3; +var arraySpeciesCreate = arraySpeciesCreate$2; + +// `Array.prototype.flat` method +// https://tc39.es/ecma262/#sec-array.prototype.flat +$({ target: 'Array', proto: true }, { + flat: function flat(/* depthArg = 1 */) { + var depthArg = arguments.length ? arguments[0] : undefined; + var O = toObject(this); + var sourceLen = lengthOfArrayLike(O); + var A = arraySpeciesCreate(O, 0); + A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toIntegerOrInfinity(depthArg)); + return A; } +}); + +var internalObjectKeys = objectKeysInternal; +var enumBugKeys$1 = enumBugKeys$3; + +// `Object.keys` method +// https://tc39.es/ecma262/#sec-object.keys +// eslint-disable-next-line es/no-object-keys -- safe +var objectKeys$1 = Object.keys || function keys(O) { + return internalObjectKeys(O, enumBugKeys$1); +}; + +var DESCRIPTORS = descriptors$1; +var definePropertyModule$1 = objectDefineProperty; +var anObject$1 = anObject$7; +var toIndexedObject = toIndexedObject$4; +var objectKeys = objectKeys$1; + +// `Object.defineProperties` method +// https://tc39.es/ecma262/#sec-object.defineproperties +// eslint-disable-next-line es/no-object-defineproperties -- safe +var objectDefineProperties = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) { + anObject$1(O); + var props = toIndexedObject(Properties); + var keys = objectKeys(Properties); + var length = keys.length; + var index = 0; + var key; + while (length > index) definePropertyModule$1.f(O, key = keys[index++], props[key]); + return O; +}; + +var getBuiltIn = getBuiltIn$5; + +var html$2 = getBuiltIn('document', 'documentElement'); + +/* global ActiveXObject -- old IE, WSH */ + +var anObject = anObject$7; +var defineProperties = objectDefineProperties; +var enumBugKeys = enumBugKeys$3; +var hiddenKeys = hiddenKeys$4; +var html$1 = html$2; +var documentCreateElement = documentCreateElement$1; +var sharedKey = sharedKey$2; + +var GT = '>'; +var LT = '<'; +var PROTOTYPE = 'prototype'; +var SCRIPT = 'script'; +var IE_PROTO = sharedKey('IE_PROTO'); + +var EmptyConstructor = function () { /* empty */ }; + +var scriptTag = function (content) { + return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; +}; + +// Create object with fake `null` prototype: use ActiveX Object with cleared prototype +var NullProtoObjectViaActiveX = function (activeXDocument) { + activeXDocument.write(scriptTag('')); + activeXDocument.close(); + var temp = activeXDocument.parentWindow.Object; + activeXDocument = null; // avoid memory leak + return temp; +}; + +// Create object with fake `null` prototype: use iframe Object with cleared prototype +var NullProtoObjectViaIFrame = function () { + // Thrash, waste and sodomy: IE GC bug + var iframe = documentCreateElement('iframe'); + var JS = 'java' + SCRIPT + ':'; + var iframeDocument; + iframe.style.display = 'none'; + html$1.appendChild(iframe); + // https://github.com/zloirock/core-js/issues/475 + iframe.src = String(JS); + iframeDocument = iframe.contentWindow.document; + iframeDocument.open(); + iframeDocument.write(scriptTag('document.F=Object')); + iframeDocument.close(); + return iframeDocument.F; +}; + +// Check for document.domain and active x support +// No need to use active x approach when document.domain is not set +// see https://github.com/es-shims/es5-shim/issues/150 +// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 +// avoid IE GC bug +var activeXDocument; +var NullProtoObject = function () { + try { + activeXDocument = new ActiveXObject('htmlfile'); + } catch (error) { /* ignore */ } + NullProtoObject = typeof document != 'undefined' + ? document.domain && activeXDocument + ? NullProtoObjectViaActiveX(activeXDocument) // old IE + : NullProtoObjectViaIFrame() + : NullProtoObjectViaActiveX(activeXDocument); // WSH + var length = enumBugKeys.length; + while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; + return NullProtoObject(); +}; + +hiddenKeys[IE_PROTO] = true; + +// `Object.create` method +// https://tc39.es/ecma262/#sec-object.create +var objectCreate = Object.create || function create(O, Properties) { + var result; + if (O !== null) { + EmptyConstructor[PROTOTYPE] = anObject(O); + result = new EmptyConstructor(); + EmptyConstructor[PROTOTYPE] = null; + // add "__proto__" for Object.getPrototypeOf polyfill + result[IE_PROTO] = O; + } else result = NullProtoObject(); + return Properties === undefined ? result : defineProperties(result, Properties); +}; + +var wellKnownSymbol = wellKnownSymbol$7; +var create = objectCreate; +var definePropertyModule = objectDefineProperty; + +var UNSCOPABLES = wellKnownSymbol('unscopables'); +var ArrayPrototype = Array.prototype; + +// Array.prototype[@@unscopables] +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +if (ArrayPrototype[UNSCOPABLES] == undefined) { + definePropertyModule.f(ArrayPrototype, UNSCOPABLES, { + configurable: true, + value: create(null) + }); } -var printPreprocess = preprocess; +// add a key to Array.prototype[@@unscopables] +var addToUnscopables$1 = function (key) { + ArrayPrototype[UNSCOPABLES][key] = true; +}; -/** @type {import("assert")} */ +// this method was added to unscopables after implementation +// in popular engines, so it's moved to a separate module +var addToUnscopables = addToUnscopables$1; +// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables +addToUnscopables('flat'); +const { + isNonEmptyArray: isNonEmptyArray$e +} = util$8; const { builders: { - concat: concat$b, - group: group$4, - indent: indent$8, - join: join$5, - line: line$5, - hardline: hardline$7 + indent: indent$q, + join: join$o, + line: line$t } -} = document; +} = require$$7$3; const { - hasNewlineBetweenOrAfterDecorators: hasNewlineBetweenOrAfterDecorators$1, - getParentExportDeclaration: getParentExportDeclaration$1 -} = utils$6; + isFlowAnnotationComment: isFlowAnnotationComment$1 +} = utils$5; -function printOptionalToken(path) { +function printOptionalToken$9(path) { const node = path.getValue(); if (!node.optional || // It's an optional computed method parsed by typescript-estree. @@ -41994,773 +43983,1109 @@ function printOptionalToken(path) { return "?"; } -function printFunctionTypeParameters(path, options, print) { +function printFunctionTypeParameters$4(path, options, print) { const fun = path.getValue(); if (fun.typeArguments) { - return path.call(print, "typeArguments"); + return print("typeArguments"); } if (fun.typeParameters) { - return path.call(print, "typeParameters"); + return print("typeParameters"); } return ""; } -function printBindExpressionCallee(path, options, print) { - return concat$b(["::", path.call(print, "callee")]); -} - -function printTypeScriptModifiers(path, options, print) { - const n = path.getValue(); +function printTypeAnnotation$5(path, options, print) { + const node = path.getValue(); - if (!n.modifiers || !n.modifiers.length) { + if (!node.typeAnnotation) { return ""; } - return concat$b([join$5(" ", path.map(print, "modifiers")), " "]); -} + const parentNode = path.getParentNode(); + const isDefinite = node.definite || parentNode && parentNode.type === "VariableDeclarator" && parentNode.definite; + const isFunctionDeclarationIdentifier = parentNode.type === "DeclareFunction" && parentNode.id === node; -function printDecorators(path, options, print) { - const node = path.getValue(); - return group$4(concat$b([join$5(line$5, path.map(print, "decorators")), hasNewlineBetweenOrAfterDecorators$1(node, options) ? hardline$7 : line$5])); + if (isFlowAnnotationComment$1(options.originalText, node.typeAnnotation)) { + return [" /*: ", print("typeAnnotation"), " */"]; + } + + return [isFunctionDeclarationIdentifier ? "" : isDefinite ? "!: " : ": ", print("typeAnnotation")]; } -function printFlowDeclaration(path, printed) { - const parentExportDecl = getParentExportDeclaration$1(path); +function printBindExpressionCallee$2(path, options, print) { + return ["::", print("callee")]; +} - if (parentExportDecl) { - assert__default['default'].strictEqual(parentExportDecl.type, "DeclareExportDeclaration"); - return printed; - } // If the parent node has type DeclareExportDeclaration, then it - // will be responsible for printing the "declare" token. Otherwise - // it needs to be printed with this non-exported declaration node. +function printTypeScriptModifiers$2(path, options, print) { + const node = path.getValue(); + if (!isNonEmptyArray$e(node.modifiers)) { + return ""; + } - return concat$b(["declare ", printed]); + return [join$o(" ", path.map(print, "modifiers")), " "]; } -function adjustClause(node, clause, forceSpace) { +function adjustClause$1(node, clause, forceSpace) { if (node.type === "EmptyStatement") { return ";"; } if (node.type === "BlockStatement" || forceSpace) { - return concat$b([" ", clause]); + return [" ", clause]; } - return indent$8(concat$b([line$5, clause])); + return indent$q([line$t, clause]); } -var misc = { - printOptionalToken, - printFunctionTypeParameters, - printBindExpressionCallee, - printTypeScriptModifiers, - printDecorators, - printFlowDeclaration, - adjustClause +function printRestSpread$2(path, options, print) { + return ["...", print("argument"), printTypeAnnotation$5(path, options, print)]; +} + +var misc$1 = { + printOptionalToken: printOptionalToken$9, + printFunctionTypeParameters: printFunctionTypeParameters$4, + printBindExpressionCallee: printBindExpressionCallee$2, + printTypeScriptModifiers: printTypeScriptModifiers$2, + printTypeAnnotation: printTypeAnnotation$5, + printRestSpread: printRestSpread$2, + adjustClause: adjustClause$1 +}; + +const { + printDanglingComments: printDanglingComments$c +} = comments$4; +const { + builders: { + line: line$s, + softline: softline$n, + hardline: hardline$v, + group: group$w, + indent: indent$p, + ifBreak: ifBreak$k, + fill: fill$7 + } +} = require$$7$3; +const { + getLast: getLast$f, + hasNewline: hasNewline$5 +} = util$8; +const { + shouldPrintComma: shouldPrintComma$a, + hasComment: hasComment$d, + CommentCheckFlags: CommentCheckFlags$b, + isNextLineEmpty: isNextLineEmpty$b, + isNumericLiteral: isNumericLiteral$4, + isSignedNumericLiteral: isSignedNumericLiteral$1 +} = utils$5; +const { + locStart: locStart$o +} = loc$6; +const { + printOptionalToken: printOptionalToken$8, + printTypeAnnotation: printTypeAnnotation$4 +} = misc$1; +/** @typedef {import("../../document").Doc} Doc */ + +function printArray$1(path, options, print) { + const node = path.getValue(); + /** @type{Doc[]} */ + + const parts = []; + const openBracket = node.type === "TupleExpression" ? "#[" : "["; + const closeBracket = "]"; + + if (node.elements.length === 0) { + if (!hasComment$d(node, CommentCheckFlags$b.Dangling)) { + parts.push(openBracket, closeBracket); + } else { + parts.push(group$w([openBracket, printDanglingComments$c(path, options), softline$n, closeBracket])); + } + } else { + const lastElem = getLast$f(node.elements); + const canHaveTrailingComma = !(lastElem && lastElem.type === "RestElement"); // JavaScript allows you to have empty elements in an array which + // changes its length based on the number of commas. The algorithm + // is that if the last argument is null, we need to force insert + // a comma to ensure JavaScript recognizes it. + // [,].length === 1 + // [1,].length === 1 + // [1,,].length === 2 + // + // Note that getLast returns null if the array is empty, but + // we already check for an empty array just above so we are safe + + const needsForcedTrailingComma = lastElem === null; + const groupId = Symbol("array"); + const shouldBreak = !options.__inJestEach && node.elements.length > 1 && node.elements.every((element, i, elements) => { + const elementType = element && element.type; + + if (elementType !== "ArrayExpression" && elementType !== "ObjectExpression") { + return false; + } + + const nextElement = elements[i + 1]; + + if (nextElement && elementType !== nextElement.type) { + return false; + } + + const itemsKey = elementType === "ArrayExpression" ? "elements" : "properties"; + return element[itemsKey] && element[itemsKey].length > 1; + }); + const shouldUseConciseFormatting = isConciselyPrintedArray$1(node, options); + const trailingComma = !canHaveTrailingComma ? "" : needsForcedTrailingComma ? "," : !shouldPrintComma$a(options) ? "" : shouldUseConciseFormatting ? ifBreak$k(",", "", { + groupId + }) : ifBreak$k(","); + parts.push(group$w([openBracket, indent$p([softline$n, shouldUseConciseFormatting ? printArrayItemsConcisely(path, options, print, trailingComma) : [printArrayItems$3(path, options, "elements", print), trailingComma], printDanglingComments$c(path, options, + /* sameIndent */ + true)]), softline$n, closeBracket], { + shouldBreak, + id: groupId + })); + } + + parts.push(printOptionalToken$8(path), printTypeAnnotation$4(path, options, print)); + return parts; +} + +function isConciselyPrintedArray$1(node, options) { + return node.elements.length > 1 && node.elements.every(element => element && (isNumericLiteral$4(element) || isSignedNumericLiteral$1(element) && !hasComment$d(element.argument)) && !hasComment$d(element, CommentCheckFlags$b.Trailing | CommentCheckFlags$b.Line, comment => !hasNewline$5(options.originalText, locStart$o(comment), { + backwards: true + }))); +} + +function printArrayItems$3(path, options, printPath, print) { + const printedElements = []; + let separatorParts = []; + path.each(childPath => { + printedElements.push(separatorParts, group$w(print())); + separatorParts = [",", line$s]; + + if (childPath.getValue() && isNextLineEmpty$b(childPath.getValue(), options)) { + separatorParts.push(softline$n); + } + }, printPath); + return printedElements; +} + +function printArrayItemsConcisely(path, options, print, trailingComma) { + const parts = []; + path.each((childPath, i, elements) => { + const isLast = i === elements.length - 1; + parts.push([print(), isLast ? trailingComma : ","]); + + if (!isLast) { + parts.push(isNextLineEmpty$b(childPath.getValue(), options) ? [hardline$v, hardline$v] : hasComment$d(elements[i + 1], CommentCheckFlags$b.Leading | CommentCheckFlags$b.Line) ? hardline$v : line$s); + } + }, "elements"); + return fill$7(parts); +} + +var array = { + printArray: printArray$1, + printArrayItems: printArrayItems$3, + isConciselyPrintedArray: isConciselyPrintedArray$1 }; +const { + printDanglingComments: printDanglingComments$b +} = comments$4; +const { + getLast: getLast$e, + getPenultimate +} = util$8; +const { + getFunctionParameters: getFunctionParameters$3, + hasComment: hasComment$c, + CommentCheckFlags: CommentCheckFlags$a, + isFunctionCompositionArgs, + isJsxNode: isJsxNode$3, + isLongCurriedCallExpression: isLongCurriedCallExpression$1, + shouldPrintComma: shouldPrintComma$9, + getCallArguments: getCallArguments$3, + iterateCallArgumentsPath: iterateCallArgumentsPath$1, + isNextLineEmpty: isNextLineEmpty$a, + isCallExpression: isCallExpression$8, + isStringLiteral: isStringLiteral$3, + isObjectProperty: isObjectProperty$1 +} = utils$5; const { builders: { - concat: concat$c, - softline: softline$5, - group: group$5, - indent: indent$9, - join: join$6, - line: line$6, - ifBreak: ifBreak$1, - hardline: hardline$8 + line: line$r, + hardline: hardline$u, + softline: softline$m, + group: group$v, + indent: indent$o, + conditionalGroup: conditionalGroup$3, + ifBreak: ifBreak$j, + breakParent: breakParent$9 + }, + utils: { + willBreak: willBreak$4 } -} = document; -const { - printDanglingComments: printDanglingComments$1 -} = comments; +} = require$$7$3; const { - hasDanglingComments: hasDanglingComments$1, - shouldPrintComma: shouldPrintComma$1, - needsHardlineAfterDanglingComment: needsHardlineAfterDanglingComment$1 -} = utils$6; + ArgExpansionBailout: ArgExpansionBailout$2 +} = errors; const { - locStart: locStart$4, - hasSameLoc: hasSameLoc$1 -} = loc; -/** - * @typedef {import("../../document").Doc} Doc - */ + isConciselyPrintedArray +} = array; -function printImportDeclaration(path, options, print) { +function printCallArguments$2(path, options, print) { const node = path.getValue(); - const semi = options.semi ? ";" : ""; - /** @type{Doc[]} */ + const isDynamicImport = node.type === "ImportExpression"; + const args = getCallArguments$3(node); - const parts = []; - const { - importKind - } = node; - parts.push("import"); + if (args.length === 0) { + return ["(", printDanglingComments$b(path, options, + /* sameIndent */ + true), ")"]; + } // useEffect(() => { ... }, [foo, bar, baz]) - if (importKind && importKind !== "value") { - parts.push(" ", importKind); + + if (isReactHookCallWithDepsArray(args)) { + return ["(", print(["arguments", 0]), ", ", print(["arguments", 1]), ")"]; } - parts.push(printModuleSpecifiers(path, options, print), printModuleSource(path, options, print), printImportAssertions(path, options, print)); - parts.push(semi); - return concat$c(parts); -} + let anyArgEmptyLine = false; + let hasEmptyLineFollowingFirstArg = false; + const lastArgIndex = args.length - 1; + const printedArguments = []; + iterateCallArgumentsPath$1(path, (argPath, index) => { + const arg = argPath.getNode(); + const parts = [print()]; -function printExportDeclaration(path, options, print) { - const node = path.getValue(); - /** @type{Doc[]} */ + if (index === lastArgIndex) ; else if (isNextLineEmpty$a(arg, options)) { + if (index === 0) { + hasEmptyLineFollowingFirstArg = true; + } - const parts = []; - const { - type, - exportKind, - declaration - } = node; + anyArgEmptyLine = true; + parts.push(",", hardline$u, hardline$u); + } else { + parts.push(",", line$r); + } - if (type === "DeclareExportDeclaration") { - parts.push("declare "); - } + printedArguments.push(parts); + }); + const maybeTrailingComma = // Dynamic imports cannot have trailing commas + !(isDynamicImport || node.callee && node.callee.type === "Import") && shouldPrintComma$9(options, "all") ? "," : ""; - parts.push("export"); - const isDefaultExport = node.default || type === "ExportDefaultDeclaration"; + function allArgsBrokenOut() { + return group$v(["(", indent$o([line$r, ...printedArguments]), maybeTrailingComma, line$r, ")"], { + shouldBreak: true + }); + } - if (isDefaultExport) { - parts.push(" default"); + if (anyArgEmptyLine || path.getParentNode().type !== "Decorator" && isFunctionCompositionArgs(args)) { + return allArgsBrokenOut(); } - if (hasDanglingComments$1(node)) { - parts.push(" ", printDanglingComments$1(path, options, - /* sameIndent */ - true)); + const shouldGroupFirst = shouldGroupFirstArg(args); + const shouldGroupLast = shouldGroupLastArg(args, options); - if (needsHardlineAfterDanglingComment$1(node)) { - parts.push(hardline$8); - } - } + if (shouldGroupFirst || shouldGroupLast) { + if (shouldGroupFirst ? printedArguments.slice(1).some(willBreak$4) : printedArguments.slice(0, -1).some(willBreak$4)) { + return allArgsBrokenOut(); + } // We want to print the last argument with a special flag - if (declaration) { - parts.push(" ", path.call(print, "declaration")); - } else { - parts.push(exportKind === "type" ? " type" : "", printModuleSpecifiers(path, options, print), printModuleSource(path, options, print), printImportAssertions(path, options, print)); - } - if (shouldExportDeclarationPrintSemi(node, options)) { - parts.push(";"); - } + let printedExpanded = []; - return concat$c(parts); -} + try { + path.try(() => { + iterateCallArgumentsPath$1(path, (argPath, i) => { + if (shouldGroupFirst && i === 0) { + printedExpanded = [[print([], { + expandFirstArg: true + }), printedArguments.length > 1 ? "," : "", hasEmptyLineFollowingFirstArg ? hardline$u : line$r, hasEmptyLineFollowingFirstArg ? hardline$u : ""], ...printedArguments.slice(1)]; + } -function printExportAllDeclaration(path, options, print) { - const node = path.getValue(); - let semi = options.semi ? ";" : ""; - /** @type{Doc[]} */ + if (shouldGroupLast && i === lastArgIndex) { + printedExpanded = [...printedArguments.slice(0, -1), print([], { + expandLastArg: true + })]; + } + }); + }); + } catch (caught) { + if (caught instanceof ArgExpansionBailout$2) { + return allArgsBrokenOut(); + } + /* istanbul ignore next */ - const parts = []; - const { - type, - exportKind, - exported - } = node; - if (type === "DeclareExportAllDeclaration") { - parts.push("declare "); - semi = ""; + throw caught; + } + + return [printedArguments.some(willBreak$4) ? breakParent$9 : "", conditionalGroup$3([["(", ...printedExpanded, ")"], shouldGroupFirst ? ["(", group$v(printedExpanded[0], { + shouldBreak: true + }), ...printedExpanded.slice(1), ")"] : ["(", ...printedArguments.slice(0, -1), group$v(getLast$e(printedExpanded), { + shouldBreak: true + }), ")"], allArgsBrokenOut()])]; } - parts.push("export"); + const contents = ["(", indent$o([softline$m, ...printedArguments]), ifBreak$j(maybeTrailingComma), softline$m, ")"]; - if (exportKind === "type") { - parts.push(" type"); + if (isLongCurriedCallExpression$1(path)) { + // By not wrapping the arguments in a group, the printer prioritizes + // breaking up these arguments rather than the args of the parent call. + return contents; } - parts.push(" *"); + return group$v(contents, { + shouldBreak: printedArguments.some(willBreak$4) || anyArgEmptyLine + }); +} - if (exported) { - parts.push(" as ", path.call(print, "exported")); - } +function couldGroupArg(arg, arrowChainRecursion = false) { + return arg.type === "ObjectExpression" && (arg.properties.length > 0 || hasComment$c(arg)) || arg.type === "ArrayExpression" && (arg.elements.length > 0 || hasComment$c(arg)) || arg.type === "TSTypeAssertion" && couldGroupArg(arg.expression) || arg.type === "TSAsExpression" && couldGroupArg(arg.expression) || arg.type === "FunctionExpression" || arg.type === "ArrowFunctionExpression" && ( // we want to avoid breaking inside composite return types but not simple keywords + // https://github.com/prettier/prettier/issues/4070 + // export class Thing implements OtherThing { + // do: (type: Type) => Provider = memoize( + // (type: ObjectType): Provider => {} + // ); + // } + // https://github.com/prettier/prettier/issues/6099 + // app.get("/", (req, res): void => { + // res.send("Hello World!"); + // }); + !arg.returnType || !arg.returnType.typeAnnotation || arg.returnType.typeAnnotation.type !== "TSTypeReference" || // https://github.com/prettier/prettier/issues/7542 + isNonEmptyBlockStatement(arg.body)) && (arg.body.type === "BlockStatement" || arg.body.type === "ArrowFunctionExpression" && couldGroupArg(arg.body, true) || arg.body.type === "ObjectExpression" || arg.body.type === "ArrayExpression" || !arrowChainRecursion && (isCallExpression$8(arg.body) || arg.body.type === "ConditionalExpression") || isJsxNode$3(arg.body)) || arg.type === "DoExpression" || arg.type === "ModuleExpression"; +} - parts.push(printModuleSource(path, options, print), printImportAssertions(path, options, print), semi); - return concat$c(parts); +function shouldGroupLastArg(args, options) { + const lastArg = getLast$e(args); + const penultimateArg = getPenultimate(args); + return !hasComment$c(lastArg, CommentCheckFlags$a.Leading) && !hasComment$c(lastArg, CommentCheckFlags$a.Trailing) && couldGroupArg(lastArg) && ( // If the last two arguments are of the same type, + // disable last element expansion. + !penultimateArg || penultimateArg.type !== lastArg.type) && ( // useMemo(() => func(), [foo, bar, baz]) + args.length !== 2 || penultimateArg.type !== "ArrowFunctionExpression" || lastArg.type !== "ArrayExpression") && !(args.length > 1 && lastArg.type === "ArrayExpression" && isConciselyPrintedArray(lastArg, options)); } -function shouldExportDeclarationPrintSemi(node, options) { - if (!options.semi) { +function shouldGroupFirstArg(args) { + if (args.length !== 2) { return false; } - const { - type, - declaration - } = node; - const isDefaultExport = node.default || type === "ExportDefaultDeclaration"; + const [firstArg, secondArg] = args; - if (!declaration) { + if (firstArg.type === "ModuleExpression" && isTypeModuleObjectExpression(secondArg)) { return true; } - const { - type: declarationType - } = declaration; + return !hasComment$c(firstArg) && (firstArg.type === "FunctionExpression" || firstArg.type === "ArrowFunctionExpression" && firstArg.body.type === "BlockStatement") && secondArg.type !== "FunctionExpression" && secondArg.type !== "ArrowFunctionExpression" && secondArg.type !== "ConditionalExpression" && !couldGroupArg(secondArg); +} - if (isDefaultExport && declarationType !== "ClassDeclaration" && declarationType !== "FunctionDeclaration" && declarationType !== "TSInterfaceDeclaration" && declarationType !== "DeclareClass" && declarationType !== "DeclareFunction" && declarationType !== "TSDeclareFunction" && declarationType !== "EnumDeclaration") { - return true; +function isReactHookCallWithDepsArray(args) { + return args.length === 2 && args[0].type === "ArrowFunctionExpression" && getFunctionParameters$3(args[0]).length === 0 && args[0].body.type === "BlockStatement" && args[1].type === "ArrayExpression" && !args.some(arg => hasComment$c(arg)); +} + +function isNonEmptyBlockStatement(node) { + return node.type === "BlockStatement" && (node.body.some(node => node.type !== "EmptyStatement") || hasComment$c(node, CommentCheckFlags$a.Dangling)); +} // { type: "module" } + + +function isTypeModuleObjectExpression(node) { + return node.type === "ObjectExpression" && node.properties.length === 1 && isObjectProperty$1(node.properties[0]) && node.properties[0].key.type === "Identifier" && node.properties[0].key.name === "type" && isStringLiteral$3(node.properties[0].value) && node.properties[0].value.value === "module"; +} + +var callArguments = printCallArguments$2; + +const { + builders: { + softline: softline$l, + group: group$u, + indent: indent$n, + label: label$2 } +} = require$$7$3; +const { + isNumericLiteral: isNumericLiteral$3, + isMemberExpression: isMemberExpression$5, + isCallExpression: isCallExpression$7 +} = utils$5; +const { + printOptionalToken: printOptionalToken$7 +} = misc$1; - return false; +function printMemberExpression$1(path, options, print) { + const node = path.getValue(); + const parent = path.getParentNode(); + let firstNonMemberParent; + let i = 0; + + do { + firstNonMemberParent = path.getParentNode(i); + i++; + } while (firstNonMemberParent && (isMemberExpression$5(firstNonMemberParent) || firstNonMemberParent.type === "TSNonNullExpression")); + + const objectDoc = print("object"); + const lookupDoc = printMemberLookup$1(path, options, print); + const shouldInline = firstNonMemberParent && (firstNonMemberParent.type === "NewExpression" || firstNonMemberParent.type === "BindExpression" || firstNonMemberParent.type === "AssignmentExpression" && firstNonMemberParent.left.type !== "Identifier") || node.computed || node.object.type === "Identifier" && node.property.type === "Identifier" && !isMemberExpression$5(parent) || (parent.type === "AssignmentExpression" || parent.type === "VariableDeclarator") && (isCallExpression$7(node.object) && node.object.arguments.length > 0 || node.object.type === "TSNonNullExpression" && isCallExpression$7(node.object.expression) && node.object.expression.arguments.length > 0 || objectDoc.label === "member-chain"); + return label$2(objectDoc.label === "member-chain" ? "member-chain" : "member", [objectDoc, shouldInline ? lookupDoc : group$u(indent$n([softline$l, lookupDoc]))]); } -function printModuleSource(path, options, print) { +function printMemberLookup$1(path, options, print) { + const property = print("property"); const node = path.getValue(); + const optional = printOptionalToken$7(path); - if (!node.source) { - return ""; + if (!node.computed) { + return [optional, ".", property]; } - /** @type{Doc[]} */ + if (!node.property || isNumericLiteral$3(node.property)) { + return [optional, "[", property, "]"]; + } - const parts = []; + return group$u([optional, "[", indent$n([softline$l, property]), softline$l, "]"]); +} - if (!shouldNotPrintSpecifiers(node, options)) { - parts.push(" from"); +var member = { + printMemberExpression: printMemberExpression$1, + printMemberLookup: printMemberLookup$1 +}; + +const { + printComments: printComments$3 +} = comments$4; +const { + getLast: getLast$d, + isNextLineEmptyAfterIndex, + getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$1 +} = util$8; +const pathNeedsParens$4 = needsParens_1; +const { + isCallExpression: isCallExpression$6, + isMemberExpression: isMemberExpression$4, + isFunctionOrArrowExpression, + isLongCurriedCallExpression, + isMemberish: isMemberish$1, + isNumericLiteral: isNumericLiteral$2, + isSimpleCallArgument, + hasComment: hasComment$b, + CommentCheckFlags: CommentCheckFlags$9, + isNextLineEmpty: isNextLineEmpty$9 +} = utils$5; +const { + locEnd: locEnd$n +} = loc$6; +const { + builders: { + join: join$n, + hardline: hardline$t, + group: group$t, + indent: indent$m, + conditionalGroup: conditionalGroup$2, + breakParent: breakParent$8, + label: label$1 + }, + utils: { + willBreak: willBreak$3 } +} = require$$7$3; +const printCallArguments$1 = callArguments; +const { + printMemberLookup +} = member; +const { + printOptionalToken: printOptionalToken$6, + printFunctionTypeParameters: printFunctionTypeParameters$3, + printBindExpressionCallee: printBindExpressionCallee$1 +} = misc$1; // We detect calls on member expressions specially to format a +// common pattern better. The pattern we are looking for is this: +// +// arr +// .map(x => x + 1) +// .filter(x => x > 10) +// .some(x => x % 2) +// +// The way it is structured in the AST is via a nested sequence of +// MemberExpression and CallExpression. We need to traverse the AST +// and make groups out of it to print it in the desired way. - parts.push(" ", path.call(print, "source")); - return concat$c(parts); -} +function printMemberChain$1(path, options, print) { + const parent = path.getParentNode(); + const isExpressionStatement = !parent || parent.type === "ExpressionStatement"; // The first phase is to linearize the AST by traversing it down. + // + // a().b() + // has the following AST structure: + // CallExpression(MemberExpression(CallExpression(Identifier))) + // and we transform it into + // [Identifier, CallExpression, MemberExpression, CallExpression] -function printModuleSpecifiers(path, options, print) { - const node = path.getValue(); + const printedNodes = []; // Here we try to retain one typed empty line after each call expression or + // the first group whether it is in parentheses or not - if (shouldNotPrintSpecifiers(node, options)) { - return ""; + function shouldInsertEmptyLineAfter(node) { + const { + originalText + } = options; + const nextCharIndex = getNextNonSpaceNonCommentCharacterIndex$1(originalText, node, locEnd$n); + const nextChar = originalText.charAt(nextCharIndex); // if it is cut off by a parenthesis, we only account for one typed empty + // line after that parenthesis + + if (nextChar === ")") { + return nextCharIndex !== false && isNextLineEmptyAfterIndex(originalText, nextCharIndex + 1); + } + + return isNextLineEmpty$9(node, options); } - /** @type{Doc[]} */ + function rec(path) { + const node = path.getValue(); - const parts = [" "]; + if (isCallExpression$6(node) && (isMemberish$1(node.callee) || isCallExpression$6(node.callee))) { + printedNodes.unshift({ + node, + printed: [printComments$3(path, [printOptionalToken$6(path), printFunctionTypeParameters$3(path, options, print), printCallArguments$1(path, options, print)], options), shouldInsertEmptyLineAfter(node) ? hardline$t : ""] + }); + path.call(callee => rec(callee), "callee"); + } else if (isMemberish$1(node)) { + printedNodes.unshift({ + node, + needsParens: pathNeedsParens$4(path, options), + printed: printComments$3(path, isMemberExpression$4(node) ? printMemberLookup(path, options, print) : printBindExpressionCallee$1(path, options, print), options) + }); + path.call(object => rec(object), "object"); + } else if (node.type === "TSNonNullExpression") { + printedNodes.unshift({ + node, + printed: printComments$3(path, "!", options) + }); + path.call(expression => rec(expression), "expression"); + } else { + printedNodes.unshift({ + node, + printed: print() + }); + } + } // Note: the comments of the root node have already been printed, so we + // need to extract this first call without printing them as they would + // if handled inside of the recursive call. - if (node.specifiers && node.specifiers.length > 0) { - const standaloneSpecifiers = []; - const groupedSpecifiers = []; - path.each(specifierPath => { - const specifierType = path.getValue().type; - if (specifierType === "ExportNamespaceSpecifier" || specifierType === "ExportDefaultSpecifier" || specifierType === "ImportNamespaceSpecifier" || specifierType === "ImportDefaultSpecifier") { - standaloneSpecifiers.push(print(specifierPath)); - } else if (specifierType === "ExportSpecifier" || specifierType === "ImportSpecifier") { - groupedSpecifiers.push(print(specifierPath)); - } else { - /* istanbul ignore next */ - throw new Error(`Unknown specifier type ${JSON.stringify(specifierType)}`); - } - }, "specifiers"); - parts.push(join$6(", ", standaloneSpecifiers)); + const node = path.getValue(); + printedNodes.unshift({ + node, + printed: [printOptionalToken$6(path), printFunctionTypeParameters$3(path, options, print), printCallArguments$1(path, options, print)] + }); - if (groupedSpecifiers.length !== 0) { - if (standaloneSpecifiers.length !== 0) { - parts.push(", "); - } + if (node.callee) { + path.call(callee => rec(callee), "callee"); + } // Once we have a linear list of printed nodes, we want to create groups out + // of it. + // + // a().b.c().d().e + // will be grouped as + // [ + // [Identifier, CallExpression], + // [MemberExpression, MemberExpression, CallExpression], + // [MemberExpression, CallExpression], + // [MemberExpression], + // ] + // so that we can print it as + // a() + // .b.c() + // .d() + // .e + // The first group is the first node followed by + // - as many CallExpression as possible + // < fn()()() >.something() + // - as many array accessors as possible + // < fn()[0][1][2] >.something() + // - then, as many MemberExpression as possible but the last one + // < this.items >.something() - const canBreak = groupedSpecifiers.length > 1 || standaloneSpecifiers.length > 0 || node.specifiers.some(node => node.comments); - if (canBreak) { - parts.push(group$5(concat$c(["{", indent$9(concat$c([options.bracketSpacing ? line$6 : softline$5, join$6(concat$c([",", line$6]), groupedSpecifiers)])), ifBreak$1(shouldPrintComma$1(options) ? "," : ""), options.bracketSpacing ? line$6 : softline$5, "}"]))); + const groups = []; + let currentGroup = [printedNodes[0]]; + let i = 1; + + for (; i < printedNodes.length; ++i) { + if (printedNodes[i].node.type === "TSNonNullExpression" || isCallExpression$6(printedNodes[i].node) || isMemberExpression$4(printedNodes[i].node) && printedNodes[i].node.computed && isNumericLiteral$2(printedNodes[i].node.property)) { + currentGroup.push(printedNodes[i]); + } else { + break; + } + } + + if (!isCallExpression$6(printedNodes[0].node)) { + for (; i + 1 < printedNodes.length; ++i) { + if (isMemberish$1(printedNodes[i].node) && isMemberish$1(printedNodes[i + 1].node)) { + currentGroup.push(printedNodes[i]); } else { - parts.push(concat$c(["{", options.bracketSpacing ? " " : "", concat$c(groupedSpecifiers), options.bracketSpacing ? " " : "", "}"])); + break; } } - } else { - parts.push("{}"); } - return concat$c(parts); -} + groups.push(currentGroup); + currentGroup = []; // Then, each following group is a sequence of MemberExpression followed by + // a sequence of CallExpression. To compute it, we keep adding things to the + // group until we has seen a CallExpression in the past and reach a + // MemberExpression -function shouldNotPrintSpecifiers(node, options) { - const { - type, - importKind, - source, - specifiers - } = node; + let hasSeenCallExpression = false; - if (type !== "ImportDeclaration" || Array.isArray(specifiers) && specifiers.length > 0 || importKind === "type") { - return false; - } // TODO: check tokens + for (; i < printedNodes.length; ++i) { + if (hasSeenCallExpression && isMemberish$1(printedNodes[i].node)) { + // [0] should be appended at the end of the group instead of the + // beginning of the next one + if (printedNodes[i].node.computed && isNumericLiteral$2(printedNodes[i].node.property)) { + currentGroup.push(printedNodes[i]); + continue; + } + groups.push(currentGroup); + currentGroup = []; + hasSeenCallExpression = false; + } - return !/{\s*}/.test(options.originalText.slice(locStart$4(node), locStart$4(source))); -} + if (isCallExpression$6(printedNodes[i].node) || printedNodes[i].node.type === "ImportExpression") { + hasSeenCallExpression = true; + } -function printImportAssertions(path, options, print) { - const node = path.getNode(); + currentGroup.push(printedNodes[i]); - if (Array.isArray(node.assertions) && node.assertions.length !== 0) { - return concat$c([" assert {", options.bracketSpacing ? " " : "", join$6(", ", path.map(print, "assertions")), options.bracketSpacing ? " " : "", "}"]); + if (hasComment$b(printedNodes[i].node, CommentCheckFlags$9.Trailing)) { + groups.push(currentGroup); + currentGroup = []; + hasSeenCallExpression = false; + } } - return ""; -} + if (currentGroup.length > 0) { + groups.push(currentGroup); + } // There are cases like Object.keys(), Observable.of(), _.values() where + // they are the subject of all the chained calls and therefore should + // be kept on the same line: + // + // Object.keys(items) + // .filter(x => x) + // .map(x => x) + // + // In order to detect those cases, we use an heuristic: if the first + // node is an identifier with the name starting with a capital + // letter or just a sequence of _$. The rationale is that they are + // likely to be factories. -function printModuleSpecifier(path, options, print) { - const node = path.getNode(); - const { - type, - importKind - } = node; - /** @type{Doc[]} */ - const parts = []; + function isFactory(name) { + return /^[A-Z]|^[$_]+$/.test(name); + } // In case the Identifier is shorter than tab width, we can keep the + // first call in a single line, if it's an ExpressionStatement. + // + // d3.scaleLinear() + // .domain([0, 100]) + // .range([0, width]); + // + - if (type === "ImportSpecifier" && importKind) { - parts.push(importKind, " "); + function isShort(name) { + return name.length <= options.tabWidth; } - const isImport = type.startsWith("Import"); - const leftSideProperty = isImport ? "imported" : "local"; - const rightSideProperty = isImport ? "local" : "exported"; - let left = ""; - let right = ""; + function shouldNotWrap(groups) { + const hasComputed = groups[1].length > 0 && groups[1][0].node.computed; - if (type === "ExportNamespaceSpecifier" || type === "ImportNamespaceSpecifier") { - left = "*"; - } else if (node[leftSideProperty]) { - left = path.call(print, leftSideProperty); - } + if (groups[0].length === 1) { + const firstNode = groups[0][0].node; + return firstNode.type === "ThisExpression" || firstNode.type === "Identifier" && (isFactory(firstNode.name) || isExpressionStatement && isShort(firstNode.name) || hasComputed); + } - if (node[rightSideProperty] && (!node[leftSideProperty] || // import {a as a} from '.' - !hasSameLoc$1(node[leftSideProperty], node[rightSideProperty]))) { - right = path.call(print, rightSideProperty); + const lastNode = getLast$d(groups[0]).node; + return isMemberExpression$4(lastNode) && lastNode.property.type === "Identifier" && (isFactory(lastNode.property.name) || hasComputed); } - parts.push(left, left && right ? " as " : "", right); - return concat$c(parts); -} - -var module$3 = { - printImportDeclaration, - printExportDeclaration, - printExportAllDeclaration, - printModuleSpecifier -}; + const shouldMerge = groups.length >= 2 && !hasComment$b(groups[1][0].node) && shouldNotWrap(groups); -const { - hasNewlineInRange: hasNewlineInRange$4 -} = util; -const { - isJSXNode: isJSXNode$2, - isBlockComment: isBlockComment$4 -} = utils$6; -const { - locStart: locStart$5, - locEnd: locEnd$4 -} = loc; -const { - builders: { - concat: concat$d, - line: line$7, - softline: softline$6, - group: group$6, - indent: indent$a, - align: align$2, - ifBreak: ifBreak$2, - dedent: dedent$1, - breakParent: breakParent$2 - } -} = document; -/** - * @typedef {import("../../document").Doc} Doc - * @typedef {import("../../common/fast-path")} FastPath - * - * @typedef {any} Options - Prettier options (TBD ...) - * - * @typedef {Object} OperatorOptions - * @property {() => Array} beforeParts - Parts to print before the `?`. - * @property {(breakClosingParen: boolean) => Array} afterParts - Parts to print after the conditional expression. - * @property {boolean} shouldCheckJsx - Whether to check for and print in JSX mode. - * @property {string} conditionalNodeType - The type of the conditional expression node, ie "ConditionalExpression" or "TSConditionalType". - * @property {string} consequentNodePropertyName - The property at which the consequent node can be found on the main node, eg "consequent". - * @property {string} alternateNodePropertyName - The property at which the alternate node can be found on the main node, eg "alternate". - * @property {string[]} testNodePropertyNames - The properties at which the test nodes can be found on the main node, eg "test". - */ -// If we have nested conditional expressions, we want to print them in JSX mode -// if there's at least one JSXElement somewhere in the tree. -// -// A conditional expression chain like this should be printed in normal mode, -// because there aren't JSXElements anywhere in it: -// -// isA ? "A" : isB ? "B" : isC ? "C" : "Unknown"; -// -// But a conditional expression chain like this should be printed in JSX mode, -// because there is a JSXElement in the last ConditionalExpression: -// -// isA ? "A" : isB ? "B" : isC ? "C" : Unknown; -// -// This type of ConditionalExpression chain is structured like this in the AST: -// -// ConditionalExpression { -// test: ..., -// consequent: ..., -// alternate: ConditionalExpression { -// test: ..., -// consequent: ..., -// alternate: ConditionalExpression { -// test: ..., -// consequent: ..., -// alternate: ..., -// } -// } -// } -// -// We want to traverse over that shape and convert it into a flat structure so -// that we can find if there's a JSXElement somewhere inside. + function printGroup(printedGroup) { + const printed = printedGroup.map(tuple => tuple.printed); // Checks if the last node (i.e. the parent node) needs parens and print + // accordingly -function getConditionalChainContents(node) { - // Given this code: - // - // // Using a ConditionalExpression as the consequent is uncommon, but should - // // be handled. - // A ? B : C ? D : E ? F ? G : H : I - // - // which has this AST: - // - // ConditionalExpression { - // test: Identifier(A), - // consequent: Identifier(B), - // alternate: ConditionalExpression { - // test: Identifier(C), - // consequent: Identifier(D), - // alternate: ConditionalExpression { - // test: Identifier(E), - // consequent: ConditionalExpression { - // test: Identifier(F), - // consequent: Identifier(G), - // alternate: Identifier(H), - // }, - // alternate: Identifier(I), - // } - // } - // } - // - // we should return this Array: - // - // [ - // Identifier(A), - // Identifier(B), - // Identifier(C), - // Identifier(D), - // Identifier(E), - // Identifier(F), - // Identifier(G), - // Identifier(H), - // Identifier(I) - // ]; - // - // This loses the information about whether each node was the test, - // consequent, or alternate, but we don't care about that here- we are only - // flattening this structure to find if there's any JSXElements inside. - const nonConditionalExpressions = []; - - function recurse(node) { - if (node.type === "ConditionalExpression") { - recurse(node.test); - recurse(node.consequent); - recurse(node.alternate); - } else { - nonConditionalExpressions.push(node); + if (printedGroup.length > 0 && getLast$d(printedGroup).needsParens) { + return ["(", ...printed, ")"]; } + + return printed; } - recurse(node); - return nonConditionalExpressions; -} + function printIndentedGroup(groups) { + /* istanbul ignore next */ + if (groups.length === 0) { + return ""; + } + + return indent$m(group$t([hardline$t, join$n(hardline$t, groups.map(printGroup))])); + } + + const printedGroups = groups.map(printGroup); + const oneLine = printedGroups; + const cutoff = shouldMerge ? 3 : 2; + const flatGroups = groups.flat(); + const nodeHasComment = flatGroups.slice(1, -1).some(node => hasComment$b(node.node, CommentCheckFlags$9.Leading)) || flatGroups.slice(0, -1).some(node => hasComment$b(node.node, CommentCheckFlags$9.Trailing)) || groups[cutoff] && hasComment$b(groups[cutoff][0].node, CommentCheckFlags$9.Leading); // If we only have a single `.`, we shouldn't do anything fancy and just + // render everything concatenated together. + + if (groups.length <= cutoff && !nodeHasComment) { + if (isLongCurriedCallExpression(path)) { + return oneLine; + } + + return group$t(oneLine); + } // Find out the last node in the first group and check if it has an + // empty line after + + + const lastNodeBeforeIndent = getLast$d(groups[shouldMerge ? 1 : 0]).node; + const shouldHaveEmptyLineBeforeIndent = !isCallExpression$6(lastNodeBeforeIndent) && shouldInsertEmptyLineAfter(lastNodeBeforeIndent); + const expanded = [printGroup(groups[0]), shouldMerge ? groups.slice(1, 2).map(printGroup) : "", shouldHaveEmptyLineBeforeIndent ? hardline$t : "", printIndentedGroup(groups.slice(shouldMerge ? 2 : 1))]; + const callExpressions = printedNodes.map(({ + node + }) => node).filter(isCallExpression$6); + + function lastGroupWillBreakAndOtherCallsHaveFunctionArguments() { + const lastGroupNode = getLast$d(getLast$d(groups)).node; + const lastGroupDoc = getLast$d(printedGroups); + return isCallExpression$6(lastGroupNode) && willBreak$3(lastGroupDoc) && callExpressions.slice(0, -1).some(node => node.arguments.some(isFunctionOrArrowExpression)); + } + + let result; // We don't want to print in one line if at least one of these conditions occurs: + // * the chain has comments, + // * the chain is an expression statement and all the arguments are literal-like ("fluent configuration" pattern), + // * the chain is longer than 2 calls and has non-trivial arguments or more than 2 arguments in any call but the first one, + // * any group but the last one has a hard line, + // * the last call's arguments have a hard line and other calls have non-trivial arguments. + + if (nodeHasComment || callExpressions.length > 2 && callExpressions.some(expr => !expr.arguments.every(arg => isSimpleCallArgument(arg, 0))) || printedGroups.slice(0, -1).some(willBreak$3) || lastGroupWillBreakAndOtherCallsHaveFunctionArguments()) { + result = group$t(expanded); + } else { + result = [// We only need to check `oneLine` because if `expanded` is chosen + // that means that the parent group has already been broken + // naturally + willBreak$3(oneLine) || shouldHaveEmptyLineBeforeIndent ? breakParent$8 : "", conditionalGroup$2([oneLine, expanded])]; + } -function conditionalExpressionChainContainsJSX(node) { - return getConditionalChainContents(node).some(isJSXNode$2); + return label$1("member-chain", result); } -/** - * The following is the shared logic for - * ternary operators, namely ConditionalExpression - * and TSConditionalType - * @param {FastPath} path - The path to the ConditionalExpression/TSConditionalType node. - * @param {Options} options - Prettier options - * @param {Function} print - Print function to call recursively - * @param {OperatorOptions} operatorOptions - * @returns {Doc} - */ +var memberChain = printMemberChain$1; -function printTernaryOperator(path, options, print, operatorOptions) { - const node = path.getValue(); - const consequentNode = node[operatorOptions.consequentNodePropertyName]; - const alternateNode = node[operatorOptions.alternateNodePropertyName]; - const parts = []; // We print a ConditionalExpression in either "JSX mode" or "normal mode". - // See tests/jsx/conditional-expression.js for more info. +const { + builders: { + join: join$m, + group: group$s + } +} = require$$7$3; +const pathNeedsParens$3 = needsParens_1; +const { + getCallArguments: getCallArguments$2, + hasFlowAnnotationComment, + isCallExpression: isCallExpression$5, + isMemberish, + isStringLiteral: isStringLiteral$2, + isTemplateOnItsOwnLine: isTemplateOnItsOwnLine$1, + isTestCall: isTestCall$2, + iterateCallArgumentsPath +} = utils$5; +const printMemberChain = memberChain; +const printCallArguments = callArguments; +const { + printOptionalToken: printOptionalToken$5, + printFunctionTypeParameters: printFunctionTypeParameters$2 +} = misc$1; - let jsxMode = false; - const parent = path.getParentNode(); - const isParentTest = parent.type === operatorOptions.conditionalNodeType && operatorOptions.testNodePropertyNames.some(prop => parent[prop] === node); - let forceNoIndent = parent.type === operatorOptions.conditionalNodeType && !isParentTest; // Find the outermost non-ConditionalExpression parent, and the outermost - // ConditionalExpression parent. We'll use these to determine if we should - // print in JSX mode. +function printCallExpression$2(path, options, print) { + const node = path.getValue(); + const parentNode = path.getParentNode(); + const isNew = node.type === "NewExpression"; + const isDynamicImport = node.type === "ImportExpression"; + const optional = printOptionalToken$5(path); + const args = getCallArguments$2(node); - let currentParent; - let previousParent; - let i = 0; + if ( // Dangling comments are not handled, all these special cases should have arguments #9668 + args.length > 0 && ( // We want to keep CommonJS- and AMD-style require calls, and AMD-style + // define calls, as a unit. + // e.g. `define(["some/lib"], (lib) => {` + !isDynamicImport && !isNew && isCommonsJsOrAmdCall(node, parentNode) || // Template literals as single arguments + args.length === 1 && isTemplateOnItsOwnLine$1(args[0], options.originalText) || // Keep test declarations on a single line + // e.g. `it('long name', () => {` + !isNew && isTestCall$2(node, parentNode))) { + const printed = []; + iterateCallArgumentsPath(path, () => { + printed.push(print()); + }); + return [isNew ? "new " : "", print("callee"), optional, printFunctionTypeParameters$2(path, options, print), "(", join$m(", ", printed), ")"]; + } // Inline Flow annotation comments following Identifiers in Call nodes need to + // stay with the Identifier. For example: + // + // foo /*:: */(bar); + // + // Here, we ensure that such comments stay between the Identifier and the Callee. - do { - previousParent = currentParent || node; - currentParent = path.getParentNode(i); - i++; - } while (currentParent && currentParent.type === operatorOptions.conditionalNodeType && operatorOptions.testNodePropertyNames.every(prop => currentParent[prop] !== previousParent)); - const firstNonConditionalParent = currentParent || parent; - const lastConditionalParent = previousParent; + const isIdentifierWithFlowAnnotation = (options.parser === "babel" || options.parser === "babel-flow") && node.callee && node.callee.type === "Identifier" && hasFlowAnnotationComment(node.callee.trailingComments); - if (operatorOptions.shouldCheckJsx && (isJSXNode$2(node[operatorOptions.testNodePropertyNames[0]]) || isJSXNode$2(consequentNode) || isJSXNode$2(alternateNode) || conditionalExpressionChainContainsJSX(lastConditionalParent))) { - jsxMode = true; - forceNoIndent = true; // Even though they don't need parens, we wrap (almost) everything in - // parens when using ?: within JSX, because the parens are analogous to - // curly braces in an if statement. + if (isIdentifierWithFlowAnnotation) { + node.callee.trailingComments[0].printed = true; + } // We detect calls on member lookups and possibly print them in a + // special chain format. See `printMemberChain` for more info. - const wrap = doc => concat$d([ifBreak$2("(", ""), indent$a(concat$d([softline$6, doc])), softline$6, ifBreak$2(")", "")]); // The only things we don't wrap are: - // * Nested conditional expressions in alternates - // * null - // * undefined + if (!isDynamicImport && !isNew && isMemberish(node.callee) && !path.call(path => pathNeedsParens$3(path, options), "callee")) { + return printMemberChain(path, options, print); + } - const isNil = node => node.type === "NullLiteral" || node.type === "Literal" && node.value === null || node.type === "Identifier" && node.name === "undefined"; + const contents = [isNew ? "new " : "", isDynamicImport ? "import" : print("callee"), optional, isIdentifierWithFlowAnnotation ? `/*:: ${node.callee.trailingComments[0].value.slice(2).trim()} */` : "", printFunctionTypeParameters$2(path, options, print), printCallArguments(path, options, print)]; // We group here when the callee is itself a call expression. + // See `isLongCurriedCallExpression` for more info. - parts.push(" ? ", isNil(consequentNode) ? path.call(print, operatorOptions.consequentNodePropertyName) : wrap(path.call(print, operatorOptions.consequentNodePropertyName)), " : ", alternateNode.type === operatorOptions.conditionalNodeType || isNil(alternateNode) ? path.call(print, operatorOptions.alternateNodePropertyName) : wrap(path.call(print, operatorOptions.alternateNodePropertyName))); - } else { - // normal mode - const part = concat$d([line$7, "? ", consequentNode.type === operatorOptions.conditionalNodeType ? ifBreak$2("", "(") : "", align$2(2, path.call(print, operatorOptions.consequentNodePropertyName)), consequentNode.type === operatorOptions.conditionalNodeType ? ifBreak$2("", ")") : "", line$7, ": ", alternateNode.type === operatorOptions.conditionalNodeType ? path.call(print, operatorOptions.alternateNodePropertyName) : align$2(2, path.call(print, operatorOptions.alternateNodePropertyName))]); - parts.push(parent.type !== operatorOptions.conditionalNodeType || parent[operatorOptions.alternateNodePropertyName] === node || isParentTest ? part : options.useTabs ? dedent$1(indent$a(part)) : align$2(Math.max(0, options.tabWidth - 2), part)); - } // We want a whole chain of ConditionalExpressions to all - // break if any of them break. That means we should only group around the - // outer-most ConditionalExpression. + if (isDynamicImport || isCallExpression$5(node.callee)) { + return group$s(contents); + } + return contents; +} - const comments = flatten_1([...operatorOptions.testNodePropertyNames.map(propertyName => node[propertyName].comments), consequentNode.comments, alternateNode.comments]).filter(Boolean); - const shouldBreak = comments.some(comment => isBlockComment$4(comment) && hasNewlineInRange$4(options.originalText, locStart$5(comment), locEnd$4(comment))); +function isCommonsJsOrAmdCall(node, parentNode) { + if (node.callee.type !== "Identifier") { + return false; + } - const maybeGroup = doc => parent === firstNonConditionalParent ? group$6(doc, { - shouldBreak - }) : shouldBreak ? concat$d([doc, breakParent$2]) : doc; // Break the closing paren to keep the chain right after it: - // (a - // ? b - // : c - // ).call() + if (node.callee.name === "require") { + return true; + } + if (node.callee.name === "define") { + const args = getCallArguments$2(node); + return parentNode.type === "ExpressionStatement" && (args.length === 1 || args.length === 2 && args[0].type === "ArrayExpression" || args.length === 3 && isStringLiteral$2(args[0]) && args[1].type === "ArrayExpression"); + } - const breakClosingParen = !jsxMode && (parent.type === "MemberExpression" || parent.type === "OptionalMemberExpression" || parent.type === "NGPipeExpression" && parent.left === node) && !parent.computed; - const result = maybeGroup(concat$d([].concat((testDoc => - /** - * a - * ? b - * : multiline - * test - * node - * ^^ align(2) - * ? d - * : e - */ - parent.type === operatorOptions.conditionalNodeType && parent[operatorOptions.alternateNodePropertyName] === node ? align$2(2, testDoc) : testDoc)(concat$d(operatorOptions.beforeParts())), forceNoIndent ? concat$d(parts) : indent$a(concat$d(parts)), operatorOptions.afterParts(breakClosingParen)))); - return isParentTest ? group$6(concat$d([indent$a(concat$d([softline$6, result])), softline$6])) : result; + return false; } -var ternary = printTernaryOperator; +var callExpression = { + printCallExpression: printCallExpression$2 +}; const { - getNextNonSpaceNonCommentCharacter: getNextNonSpaceNonCommentCharacter$2, - isNextLineEmpty: isNextLineEmpty$2 -} = util; -const { - printDanglingComments: printDanglingComments$2 -} = comments; + isNonEmptyArray: isNonEmptyArray$d, + getStringWidth: getStringWidth$1 +} = util$8; const { builders: { - concat: concat$e, - line: line$8, - hardline: hardline$9, - softline: softline$7, - group: group$7, - indent: indent$b, - ifBreak: ifBreak$3 + line: line$q, + group: group$r, + indent: indent$l, + indentIfBreak: indentIfBreak$2 }, utils: { - removeLines: removeLines$1 + cleanDoc: cleanDoc$1, + willBreak: willBreak$2, + canBreak } -} = document; +} = require$$7$3; const { - getFunctionParameters: getFunctionParameters$3, - iterateFunctionParametersPath: iterateFunctionParametersPath$1, - isSimpleType: isSimpleType$1, - isTestCall: isTestCall$1, - isTypeAnnotationAFunction: isTypeAnnotationAFunction$1, - isObjectType: isObjectType$1, - isObjectTypePropertyAFunction: isObjectTypePropertyAFunction$1, - hasRestParameter: hasRestParameter$1, - shouldPrintComma: shouldPrintComma$2 -} = utils$6; + hasLeadingOwnLineComment: hasLeadingOwnLineComment$2, + isBinaryish: isBinaryish$1, + isStringLiteral: isStringLiteral$1, + isLiteral: isLiteral$1, + isNumericLiteral: isNumericLiteral$1, + isCallExpression: isCallExpression$4, + isMemberExpression: isMemberExpression$3, + getCallArguments: getCallArguments$1, + rawText: rawText$3, + hasComment: hasComment$a, + isSignedNumericLiteral, + isObjectProperty +} = utils$5; const { - locEnd: locEnd$5 -} = loc; + shouldInlineLogicalExpression +} = binaryish; const { - printFunctionTypeParameters: printFunctionTypeParameters$1 -} = misc; + printCallExpression: printCallExpression$1 +} = callExpression; -function printFunctionParameters(path, print, options, expandArg, printTypeParams) { - const functionNode = path.getValue(); - const parameters = getFunctionParameters$3(functionNode); - const typeParams = printTypeParams ? printFunctionTypeParameters$1(path, options, print) : ""; +function printAssignment$3(path, options, print, leftDoc, operator, rightPropertyName) { + const layout = chooseLayout(path, options, print, leftDoc, rightPropertyName); + const rightDoc = print(rightPropertyName, { + assignmentLayout: layout + }); - if (parameters.length === 0) { - return concat$e([typeParams, "(", printDanglingComments$2(path, options, - /* sameIndent */ - true, comment => getNextNonSpaceNonCommentCharacter$2(options.originalText, comment, locEnd$5) === ")"), ")"]); - } + switch (layout) { + // First break after operator, then the sides are broken independently on their own lines + case "break-after-operator": + return group$r([group$r(leftDoc), operator, group$r(indent$l([line$q, rightDoc]))]); + // First break right-hand side, then left-hand side - const parent = path.getParentNode(); - const isParametersInTestCall = isTestCall$1(parent); - const shouldHugParameters = shouldHugFunctionParameters(functionNode); - const shouldExpandParameters = expandArg && !parameters.some(node => node.comments); - const printed = []; - iterateFunctionParametersPath$1(path, (parameterPath, index) => { - const isLastParameter = index === parameters.length - 1; + case "never-break-after-operator": + return group$r([group$r(leftDoc), operator, " ", rightDoc]); + // First break right-hand side, then after operator - if (isLastParameter && functionNode.rest) { - printed.push("..."); - } + case "fluid": + { + const groupId = Symbol("assignment"); + return group$r([group$r(leftDoc), operator, group$r(indent$l(line$q), { + id: groupId + }), indentIfBreak$2(rightDoc, { + groupId + })]); + } - printed.push(parameterPath.call(print)); + case "break-lhs": + return group$r([leftDoc, operator, " ", group$r(rightDoc)]); + // Parts of assignment chains aren't wrapped in groups. + // Once one of them breaks, the chain breaks too. - if (isLastParameter) { - return; - } + case "chain": + return [group$r(leftDoc), operator, line$q, rightDoc]; - printed.push(","); + case "chain-tail": + return [group$r(leftDoc), operator, indent$l([line$q, rightDoc])]; - if (isParametersInTestCall || shouldHugParameters || shouldExpandParameters) { - printed.push(" "); - } else if (isNextLineEmpty$2(options.originalText, parameters[index], locEnd$5)) { - printed.push(hardline$9, hardline$9); - } else { - printed.push(line$8); - } - }); // If the parent is a call with the first/last argument expansion and this is the - // params of the first/last argument, we don't want the arguments to break and instead - // want the whole expression to be on a new line. - // - // Good: Bad: - // verylongcall( verylongcall(( - // (a, b) => { a, - // } b, - // }) ) => { - // }) + case "chain-tail-arrow-chain": + return [group$r(leftDoc), operator, rightDoc]; - if (shouldExpandParameters) { - return group$7(concat$e([removeLines$1(typeParams), "(", concat$e(printed.map(removeLines$1)), ")"])); - } // Single object destructuring should hug - // - // function({ - // a, - // b, - // c - // }) {} + case "only-left": + return leftDoc; + } +} +function printAssignmentExpression$1(path, options, print) { + const node = path.getValue(); + return printAssignment$3(path, options, print, print("left"), [" ", node.operator], "right"); +} - const hasNotParameterDecorator = parameters.every(node => !node.decorators); +function printVariableDeclarator$1(path, options, print) { + return printAssignment$3(path, options, print, print("id"), " =", "init"); +} - if (shouldHugParameters && hasNotParameterDecorator) { - return concat$e([typeParams, "(", concat$e(printed), ")"]); - } // don't break in specs, eg; `it("should maintain parens around done even when long", (done) => {})` +function chooseLayout(path, options, print, leftDoc, rightPropertyName) { + const node = path.getValue(); + const rightNode = node[rightPropertyName]; + if (!rightNode) { + return "only-left"; + } // Short assignment chains (only 2 segments) are NOT formatted as chains. + // 1) a = b = c; (expression statements) + // 2) var/let/const a = b = c; - if (isParametersInTestCall) { - return concat$e([typeParams, "(", concat$e(printed), ")"]); + + const isTail = !isAssignment(rightNode); + const shouldUseChainFormatting = path.match(isAssignment, isAssignmentOrVariableDeclarator, node => !isTail || node.type !== "ExpressionStatement" && node.type !== "VariableDeclaration"); + + if (shouldUseChainFormatting) { + return !isTail ? "chain" : rightNode.type === "ArrowFunctionExpression" && rightNode.body.type === "ArrowFunctionExpression" ? "chain-tail-arrow-chain" : "chain-tail"; } - const isFlowShorthandWithOneArg = (isObjectTypePropertyAFunction$1(parent) || isTypeAnnotationAFunction$1(parent) || parent.type === "TypeAlias" || parent.type === "UnionTypeAnnotation" || parent.type === "TSUnionType" || parent.type === "IntersectionTypeAnnotation" || parent.type === "FunctionTypeAnnotation" && parent.returnType === functionNode) && parameters.length === 1 && parameters[0].name === null && // `type q = (this: string) => void;` - functionNode.this !== parameters[0] && parameters[0].typeAnnotation && functionNode.typeParameters === null && isSimpleType$1(parameters[0].typeAnnotation) && !functionNode.rest; + const isHeadOfLongChain = !isTail && isAssignment(rightNode.right); - if (isFlowShorthandWithOneArg) { - if (options.arrowParens === "always") { - return concat$e(["(", concat$e(printed), ")"]); - } + if (isHeadOfLongChain || hasLeadingOwnLineComment$2(options.originalText, rightNode)) { + return "break-after-operator"; + } + + if (rightNode.type === "CallExpression" && rightNode.callee.name === "require" || // do not put values on a separate line from the key in json + options.parser === "json5" || options.parser === "json") { + return "never-break-after-operator"; + } + + if (isComplexDestructuring(node) || isComplexTypeAliasParams(node) || hasComplexTypeAnnotation(node) || isArrowFunctionVariableDeclarator$1(node) && canBreak(leftDoc)) { + return "break-lhs"; + } // wrapping object properties with very short keys usually doesn't add much value + + + const hasShortKey = isObjectPropertyWithShortKey(node, leftDoc, options); + + if (path.call(() => shouldBreakAfterOperator(path, options, print, hasShortKey), rightPropertyName)) { + return "break-after-operator"; + } - return concat$e(printed); + if (hasShortKey || rightNode.type === "TemplateLiteral" || rightNode.type === "TaggedTemplateExpression" || rightNode.type === "BooleanLiteral" || isNumericLiteral$1(rightNode) || rightNode.type === "ClassExpression") { + return "never-break-after-operator"; } - return concat$e([typeParams, "(", indent$b(concat$e([softline$7, concat$e(printed)])), ifBreak$3(!hasRestParameter$1(functionNode) && shouldPrintComma$2(options, "all") ? "," : ""), softline$7, ")"]); + return "fluid"; } -function shouldHugFunctionParameters(node) { - if (!node) { - return false; +function shouldBreakAfterOperator(path, options, print, hasShortKey) { + const rightNode = path.getValue(); + + if (isBinaryish$1(rightNode) && !shouldInlineLogicalExpression(rightNode)) { + return true; } - const parameters = getFunctionParameters$3(node); + switch (rightNode.type) { + case "StringLiteralTypeAnnotation": + case "SequenceExpression": + return true; - if (parameters.length !== 1) { + case "ConditionalExpression": + { + const { + test + } = rightNode; + return isBinaryish$1(test) && !shouldInlineLogicalExpression(test); + } + + case "ClassExpression": + return isNonEmptyArray$d(rightNode.decorators); + } + + if (hasShortKey) { return false; } - const [parameter] = parameters; - return !parameter.comments && (parameter.type === "ObjectPattern" || parameter.type === "ArrayPattern" || parameter.type === "Identifier" && parameter.typeAnnotation && (parameter.typeAnnotation.type === "TypeAnnotation" || parameter.typeAnnotation.type === "TSTypeAnnotation") && isObjectType$1(parameter.typeAnnotation.typeAnnotation) || parameter.type === "FunctionTypeParam" && isObjectType$1(parameter.typeAnnotation) || parameter.type === "AssignmentPattern" && (parameter.left.type === "ObjectPattern" || parameter.left.type === "ArrayPattern") && (parameter.right.type === "Identifier" || parameter.right.type === "ObjectExpression" && parameter.right.properties.length === 0 || parameter.right.type === "ArrayExpression" && parameter.right.elements.length === 0)); -} + let node = rightNode; + const propertiesForPath = []; -var functionParameters = { - printFunctionParameters, - shouldHugFunctionParameters -}; + for (;;) { + if (node.type === "UnaryExpression") { + node = node.argument; + propertiesForPath.push("argument"); + } else if (node.type === "TSNonNullExpression") { + node = node.expression; + propertiesForPath.push("expression"); + } else { + break; + } + } -const { - builders: { - concat: concat$f + if (isStringLiteral$1(node) || path.call(() => isPoorlyBreakableMemberOrCallChain(path, options, print), ...propertiesForPath)) { + return true; } -} = document; -const { - isFlowAnnotationComment: isFlowAnnotationComment$1, - isSimpleType: isSimpleType$2, - isObjectType: isObjectType$2 -} = utils$6; -function printTypeAnnotation(path, options, print) { - const node = path.getValue(); + return false; +} // prefer to break destructuring assignment +// if it includes default values or non-shorthand properties - if (!node.typeAnnotation) { - return ""; + +function isComplexDestructuring(node) { + if (isAssignmentOrVariableDeclarator(node)) { + const leftNode = node.left || node.id; + return leftNode.type === "ObjectPattern" && leftNode.properties.length > 2 && leftNode.properties.some(property => isObjectProperty(property) && (!property.shorthand || property.value && property.value.type === "AssignmentPattern")); } - const parentNode = path.getParentNode(); - const isDefinite = node.definite || parentNode && parentNode.type === "VariableDeclarator" && parentNode.definite; - const isFunctionDeclarationIdentifier = parentNode.type === "DeclareFunction" && parentNode.id === node; + return false; +} - if (isFlowAnnotationComment$1(options.originalText, node.typeAnnotation)) { - return concat$f([" /*: ", path.call(print, "typeAnnotation"), " */"]); - } +function isAssignment(node) { + return node.type === "AssignmentExpression"; +} - return concat$f([isFunctionDeclarationIdentifier ? "" : isDefinite ? "!: " : ": ", path.call(print, "typeAnnotation")]); +function isAssignmentOrVariableDeclarator(node) { + return isAssignment(node) || node.type === "VariableDeclarator"; } -function shouldHugType(node) { - if (isSimpleType$2(node) || isObjectType$2(node)) { - return true; - } +function isComplexTypeAliasParams(node) { + const typeParams = getTypeParametersFromTypeAlias(node); - if (node.type === "UnionTypeAnnotation" || node.type === "TSUnionType") { - const voidCount = node.types.filter(n => n.type === "VoidTypeAnnotation" || n.type === "TSVoidKeyword" || n.type === "NullLiteralTypeAnnotation" || n.type === "TSNullKeyword").length; - const hasObject = node.types.some(n => n.type === "ObjectTypeAnnotation" || n.type === "TSTypeLiteral" || // This is a bit aggressive but captures Array<{x}> - n.type === "GenericTypeAnnotation" || n.type === "TSTypeReference"); + if (isNonEmptyArray$d(typeParams)) { + const constraintPropertyName = node.type === "TSTypeAliasDeclaration" ? "constraint" : "bound"; - if (node.types.length - 1 === voidCount && hasObject) { + if (typeParams.length > 1 && typeParams.some(param => param[constraintPropertyName] || param.default)) { return true; } } @@ -42768,804 +45093,695 @@ function shouldHugType(node) { return false; } -var typeAnnotation = { - printTypeAnnotation, - shouldHugType -}; - -const { - printDanglingComments: printDanglingComments$3 -} = comments; -const { - builders: { - concat: concat$g, - line: line$9, - softline: softline$8, - group: group$8, - indent: indent$c, - ifBreak: ifBreak$4 +function getTypeParametersFromTypeAlias(node) { + if (isTypeAlias(node) && node.typeParameters && node.typeParameters.params) { + return node.typeParameters.params; } -} = document; -const { - getLast: getLast$3, - isNextLineEmpty: isNextLineEmpty$3 -} = util; -const { - hasDanglingComments: hasDanglingComments$2, - shouldPrintComma: shouldPrintComma$3 -} = utils$6; -const { - locEnd: locEnd$6 -} = loc; -const { - printOptionalToken: printOptionalToken$1 -} = misc; -const { - printTypeAnnotation: printTypeAnnotation$1 -} = typeAnnotation; -/** @typedef {import("../../document").Doc} Doc */ -function printArray(path, options, print) { - const n = path.getValue(); - /** @type{Doc[]} */ + return null; +} - const parts = []; - const openBracket = n.type === "TupleExpression" ? "#[" : "["; - const closeBracket = "]"; +function isTypeAlias(node) { + return node.type === "TSTypeAliasDeclaration" || node.type === "TypeAlias"; +} - if (n.elements.length === 0) { - if (!hasDanglingComments$2(n)) { - parts.push(openBracket, closeBracket); - } else { - parts.push(group$8(concat$g([openBracket, printDanglingComments$3(path, options), softline$8, closeBracket]))); - } - } else { - const lastElem = getLast$3(n.elements); - const canHaveTrailingComma = !(lastElem && lastElem.type === "RestElement"); // JavaScript allows you to have empty elements in an array which - // changes its length based on the number of commas. The algorithm - // is that if the last argument is null, we need to force insert - // a comma to ensure JavaScript recognizes it. - // [,].length === 1 - // [1,].length === 1 - // [1,,].length === 2 - // - // Note that getLast returns null if the array is empty, but - // we already check for an empty array just above so we are safe +function hasComplexTypeAnnotation(node) { + if (node.type !== "VariableDeclarator") { + return false; + } - const needsForcedTrailingComma = canHaveTrailingComma && lastElem === null; - const shouldBreak = !options.__inJestEach && n.elements.length > 1 && n.elements.every((element, i, elements) => { - const elementType = element && element.type; + const { + typeAnnotation + } = node.id; - if (elementType !== "ArrayExpression" && elementType !== "ObjectExpression") { - return false; - } + if (!typeAnnotation || !typeAnnotation.typeAnnotation) { + return false; + } - const nextElement = elements[i + 1]; + const typeParams = getTypeParametersFromTypeReference(typeAnnotation.typeAnnotation); + return isNonEmptyArray$d(typeParams) && typeParams.length > 1 && typeParams.some(param => isNonEmptyArray$d(getTypeParametersFromTypeReference(param)) || param.type === "TSConditionalType"); +} - if (nextElement && elementType !== nextElement.type) { - return false; - } +function isArrowFunctionVariableDeclarator$1(node) { + return node.type === "VariableDeclarator" && node.init && node.init.type === "ArrowFunctionExpression"; +} - const itemsKey = elementType === "ArrayExpression" ? "elements" : "properties"; - return element[itemsKey] && element[itemsKey].length > 1; - }); - parts.push(group$8(concat$g([openBracket, indent$c(concat$g([softline$8, printArrayItems(path, options, "elements", print)])), needsForcedTrailingComma ? "," : "", ifBreak$4(canHaveTrailingComma && !needsForcedTrailingComma && shouldPrintComma$3(options) ? "," : ""), printDanglingComments$3(path, options, - /* sameIndent */ - true), softline$8, closeBracket]), { - shouldBreak - })); +function getTypeParametersFromTypeReference(node) { + if (isTypeReference(node) && node.typeParameters && node.typeParameters.params) { + return node.typeParameters.params; } - parts.push(printOptionalToken$1(path), printTypeAnnotation$1(path, options, print)); - return concat$g(parts); + return null; } -function printArrayItems(path, options, printPath, print) { - const printedElements = []; - let separatorParts = []; - path.each(childPath => { - printedElements.push(concat$g(separatorParts)); - printedElements.push(group$8(print(childPath))); - separatorParts = [",", line$9]; +function isTypeReference(node) { + return node.type === "TSTypeReference" || node.type === "GenericTypeAnnotation"; +} +/** + * A chain with no calls at all or whose calls are all without arguments or with lone short arguments, + * excluding chains printed by `printMemberChain` + */ - if (childPath.getValue() && isNextLineEmpty$3(options.originalText, childPath.getValue(), locEnd$6)) { - separatorParts.push(softline$8); + +function isPoorlyBreakableMemberOrCallChain(path, options, print, deep = false) { + const node = path.getValue(); + + const goDeeper = () => isPoorlyBreakableMemberOrCallChain(path, options, print, true); + + if (node.type === "TSNonNullExpression") { + return path.call(goDeeper, "expression"); + } + + if (isCallExpression$4(node)) { + /** @type {any} TODO */ + const doc = printCallExpression$1(path, options, print); + + if (doc.label === "member-chain") { + return false; } - }, printPath); - return concat$g(printedElements); -} -var array$3 = { - printArray, - printArrayItems -}; + const args = getCallArguments$1(node); + const isPoorlyBreakableCall = args.length === 0 || args.length === 1 && isLoneShortArgument(args[0], options); -const { - printDanglingComments: printDanglingComments$4 -} = comments; -const { - builders: { - concat: concat$h, - line: line$a, - softline: softline$9, - group: group$9, - indent: indent$d, - ifBreak: ifBreak$5, - hardline: hardline$a + if (!isPoorlyBreakableCall) { + return false; + } + + if (isCallExpressionWithComplexTypeArguments(node, print)) { + return false; + } + + return path.call(goDeeper, "callee"); } -} = document; -const { - getLast: getLast$4, - isNextLineEmpty: isNextLineEmpty$4, - hasNewlineInRange: hasNewlineInRange$5, - hasNewline: hasNewline$5 -} = util; -const { - hasDanglingComments: hasDanglingComments$3, - shouldPrintComma: shouldPrintComma$4, - hasNodeIgnoreComment: hasNodeIgnoreComment$1, - isBlockComment: isBlockComment$5 -} = utils$6; -const { - locStart: locStart$6, - locEnd: locEnd$7 -} = loc; -const { - printOptionalToken: printOptionalToken$2 -} = misc; -const { - shouldHugFunctionParameters: shouldHugFunctionParameters$1 -} = functionParameters; -const { - printTypeAnnotation: printTypeAnnotation$2, - shouldHugType: shouldHugType$1 -} = typeAnnotation; -/** @typedef {import("../../document").Doc} Doc */ -function printObject(path, options, print) { - const semi = options.semi ? ";" : ""; - const n = path.getValue(); - let propertiesField; + if (isMemberExpression$3(node)) { + return path.call(goDeeper, "object"); + } - if (n.type === "TSTypeLiteral") { - propertiesField = "members"; - } else if (n.type === "TSInterfaceBody") { - propertiesField = "body"; - } else { - propertiesField = "properties"; + return deep && (node.type === "Identifier" || node.type === "ThisExpression"); +} + +const LONE_SHORT_ARGUMENT_THRESHOLD_RATE = 0.25; + +function isLoneShortArgument(node, { + printWidth +}) { + if (hasComment$a(node)) { + return false; } - const isTypeAnnotation = n.type === "ObjectTypeAnnotation"; - const fields = []; + const threshold = printWidth * LONE_SHORT_ARGUMENT_THRESHOLD_RATE; - if (isTypeAnnotation) { - fields.push("indexers", "callProperties", "internalSlots"); + if (node.type === "ThisExpression" || node.type === "Identifier" && node.name.length <= threshold || isSignedNumericLiteral(node) && !hasComment$a(node.argument)) { + return true; } - fields.push(propertiesField); - const firstProperty = fields.map(field => n[field][0]).sort((a, b) => locStart$6(a) - locStart$6(b))[0]; - const parent = path.getParentNode(0); - const isFlowInterfaceLikeBody = isTypeAnnotation && parent && (parent.type === "InterfaceDeclaration" || parent.type === "DeclareInterface" || parent.type === "DeclareClass") && path.getName() === "body"; - const shouldBreak = n.type === "TSInterfaceBody" || isFlowInterfaceLikeBody || n.type === "ObjectPattern" && parent.type !== "FunctionDeclaration" && parent.type !== "FunctionExpression" && parent.type !== "ArrowFunctionExpression" && parent.type !== "ObjectMethod" && parent.type !== "ClassMethod" && parent.type !== "ClassPrivateMethod" && parent.type !== "AssignmentPattern" && parent.type !== "CatchClause" && n.properties.some(property => property.value && (property.value.type === "ObjectPattern" || property.value.type === "ArrayPattern")) || n.type !== "ObjectPattern" && firstProperty && hasNewlineInRange$5(options.originalText, locStart$6(n), locStart$6(firstProperty)); - const separator = isFlowInterfaceLikeBody ? ";" : n.type === "TSInterfaceBody" || n.type === "TSTypeLiteral" ? ifBreak$5(semi, ";") : ","; - const leftBrace = n.type === "RecordExpression" ? "#{" : n.exact ? "{|" : "{"; - const rightBrace = n.exact ? "|}" : "}"; // Unfortunately, things are grouped together in the ast can be - // interleaved in the source code. So we need to reorder them before - // printing them. + const regexpPattern = node.type === "Literal" && "regex" in node && node.regex.pattern || node.type === "RegExpLiteral" && node.pattern; - const propsAndLoc = []; - fields.forEach(field => { - path.each(childPath => { - const node = childPath.getValue(); - propsAndLoc.push({ - node, - printed: print(childPath), - loc: locStart$6(node) - }); - }, field); - }); - let separatorParts = []; - const props = propsAndLoc.sort((a, b) => a.loc - b.loc).map(prop => { - const result = concat$h(separatorParts.concat(group$9(prop.printed))); - separatorParts = [separator, line$a]; + if (regexpPattern) { + return regexpPattern.length <= threshold; + } - if ((prop.node.type === "TSPropertySignature" || prop.node.type === "TSMethodSignature" || prop.node.type === "TSConstructSignatureDeclaration") && hasNodeIgnoreComment$1(prop.node)) { - separatorParts.shift(); - } + if (isStringLiteral$1(node)) { + return rawText$3(node).length <= threshold; + } - if (isNextLineEmpty$4(options.originalText, prop.node, locEnd$7)) { - separatorParts.push(hardline$a); - } + if (node.type === "TemplateLiteral") { + return node.expressions.length === 0 && node.quasis[0].value.raw.length <= threshold && !node.quasis[0].value.raw.includes("\n"); + } - return result; - }); + return isLiteral$1(node); +} - if (n.inexact) { - let printed; +function isObjectPropertyWithShortKey(node, keyDoc, options) { + if (!isObjectProperty(node)) { + return false; + } // TODO: for performance, it might make sense to use a more lightweight + // version of cleanDoc, such that it would stop once it detects that + // the doc can't be reduced to a string. - if (hasDanglingComments$3(n)) { - const hasLineComments = !n.comments.every(comment => isBlockComment$5(comment)); - const printedDanglingComments = printDanglingComments$4(path, options, - /* sameIndent */ - true); - printed = concat$h([printedDanglingComments, hasLineComments || hasNewline$5(options.originalText, locEnd$7(n.comments[n.comments.length - 1])) ? hardline$a : line$a, "..."]); - } else { - printed = "..."; - } - props.push(concat$h(separatorParts.concat(printed))); - } + keyDoc = cleanDoc$1(keyDoc); + const MIN_OVERLAP_FOR_BREAK = 3; // ↓↓ - insufficient overlap for a line break + // key1: longValue1, + // ↓↓↓↓↓↓ - overlap is long enough to break + // key2abcd: + // longValue2 - const lastElem = getLast$4(n[propertiesField]); - const canHaveTrailingSeparator = !(n.inexact || lastElem && lastElem.type === "RestElement" || lastElem && (lastElem.type === "TSPropertySignature" || lastElem.type === "TSCallSignatureDeclaration" || lastElem.type === "TSMethodSignature" || lastElem.type === "TSConstructSignatureDeclaration") && hasNodeIgnoreComment$1(lastElem)); - let content; + return typeof keyDoc === "string" && getStringWidth$1(keyDoc) < options.tabWidth + MIN_OVERLAP_FOR_BREAK; +} - if (props.length === 0) { - if (!hasDanglingComments$3(n)) { - return concat$h([leftBrace, rightBrace, printTypeAnnotation$2(path, options, print)]); +function isCallExpressionWithComplexTypeArguments(node, print) { + const typeArgs = getTypeArgumentsFromCallExpression(node); + + if (isNonEmptyArray$d(typeArgs)) { + if (typeArgs.length > 1) { + return true; } - content = group$9(concat$h([leftBrace, printDanglingComments$4(path, options), softline$9, rightBrace, printOptionalToken$2(path), printTypeAnnotation$2(path, options, print)])); - } else { - content = concat$h([leftBrace, indent$d(concat$h([options.bracketSpacing ? line$a : softline$9, concat$h(props)])), ifBreak$5(canHaveTrailingSeparator && (separator !== "," || shouldPrintComma$4(options)) ? separator : ""), concat$h([options.bracketSpacing ? line$a : softline$9, rightBrace]), printOptionalToken$2(path), printTypeAnnotation$2(path, options, print)]); - } // If we inline the object as first argument of the parent, we don't want - // to create another group so that the object breaks before the return - // type + if (typeArgs.length === 1) { + const firstArg = typeArgs[0]; + if (firstArg.type === "TSUnionType" || firstArg.type === "UnionTypeAnnotation" || firstArg.type === "TSIntersectionType" || firstArg.type === "IntersectionTypeAnnotation") { + return true; + } + } - if (path.match(node => node.type === "ObjectPattern" && !node.decorators, (node, name, number) => shouldHugFunctionParameters$1(node) && (name === "params" || name === "parameters" || name === "this" || name === "rest") && number === 0) || path.match(shouldHugType$1, (node, name) => name === "typeAnnotation", (node, name) => name === "typeAnnotation", (node, name, number) => shouldHugFunctionParameters$1(node) && (name === "params" || name === "parameters" || name === "this" || name === "rest") && number === 0)) { - return content; + const typeArgsKeyName = node.typeParameters ? "typeParameters" : "typeArguments"; + + if (willBreak$2(print(typeArgsKeyName))) { + return true; + } } - return group$9(content, { - shouldBreak - }); + return false; } -var object = { - printObject +function getTypeArgumentsFromCallExpression(node) { + return node.typeParameters && node.typeParameters.params || node.typeArguments && node.typeArguments.params; +} + +var assignment = { + printVariableDeclarator: printVariableDeclarator$1, + printAssignmentExpression: printAssignmentExpression$1, + printAssignment: printAssignment$3, + isArrowFunctionVariableDeclarator: isArrowFunctionVariableDeclarator$1 }; const { - printComments: printComments$1, - printDanglingComments: printDanglingComments$5 -} = comments; + getNextNonSpaceNonCommentCharacter +} = util$8; +const { + printDanglingComments: printDanglingComments$a +} = comments$4; const { builders: { - concat: concat$i, - line: line$b, - hardline: hardline$b, - softline: softline$a, - group: group$a, - indent: indent$e, - conditionalGroup: conditionalGroup$1, - fill: fill$3, - ifBreak: ifBreak$6, - lineSuffixBoundary: lineSuffixBoundary$2 + line: line$p, + hardline: hardline$s, + softline: softline$k, + group: group$q, + indent: indent$k, + ifBreak: ifBreak$i }, utils: { - willBreak: willBreak$1, - isLineNext: isLineNext$1, - isEmpty: isEmpty$1 - } -} = document; -const { - getLast: getLast$5, - getPreferredQuote: getPreferredQuote$1 -} = util; -const { - hasTrailingComment: hasTrailingComment$1, - isEmptyJSXElement: isEmptyJSXElement$1, - isJSXWhitespaceExpression: isJSXWhitespaceExpression$1, - isJSXNode: isJSXNode$3, - isMeaningfulJSXText: isMeaningfulJSXText$1, - matchJsxWhitespaceRegex: matchJsxWhitespaceRegex$1, - rawText: rawText$1, - isLiteral: isLiteral$1, - isCallOrOptionalCallExpression: isCallOrOptionalCallExpression$1, - isStringLiteral: isStringLiteral$1, - isBinaryish: isBinaryish$2, - isBlockComment: isBlockComment$6 -} = utils$6; -const { - willPrintOwnComments: willPrintOwnComments$1 -} = comments$1; // JSX expands children from the inside-out, instead of the outside-in. -// This is both to break children before attributes, -// and to ensure that when children break, their parents do as well. -// -// Any element that is written without any newlines and fits on a single line -// is left that way. -// Not only that, any user-written-line containing multiple JSX siblings -// should also be kept on one line if possible, -// so each user-written-line is wrapped in its own group. -// -// Elements that contain newlines or don't fit on a single line (recursively) -// are fully-split, using hardline and shouldBreak: true. -// -// To support that case properly, all leading and trailing spaces -// are stripped from the list of children, and replaced with a single hardline. - -function printJsxElementInternal(path, options, print) { - const n = path.getValue(); - - if (n.type === "JSXElement" && isEmptyJSXElement$1(n)) { - return concat$i([path.call(print, "openingElement"), path.call(print, "closingElement")]); + removeLines: removeLines$2, + willBreak: willBreak$1 } +} = require$$7$3; +const { + getFunctionParameters: getFunctionParameters$2, + iterateFunctionParametersPath, + isSimpleType: isSimpleType$1, + isTestCall: isTestCall$1, + isTypeAnnotationAFunction, + isObjectType: isObjectType$2, + isObjectTypePropertyAFunction: isObjectTypePropertyAFunction$1, + hasRestParameter, + shouldPrintComma: shouldPrintComma$8, + hasComment: hasComment$9, + isNextLineEmpty: isNextLineEmpty$8 +} = utils$5; +const { + locEnd: locEnd$m +} = loc$6; +const { + ArgExpansionBailout: ArgExpansionBailout$1 +} = errors; +const { + printFunctionTypeParameters: printFunctionTypeParameters$1 +} = misc$1; - const openingLines = n.type === "JSXElement" ? path.call(print, "openingElement") : path.call(print, "openingFragment"); - const closingLines = n.type === "JSXElement" ? path.call(print, "closingElement") : path.call(print, "closingFragment"); +function printFunctionParameters$3(path, print, options, expandArg, printTypeParams) { + const functionNode = path.getValue(); + const parameters = getFunctionParameters$2(functionNode); + const typeParams = printTypeParams ? printFunctionTypeParameters$1(path, options, print) : ""; - if (n.children.length === 1 && n.children[0].type === "JSXExpressionContainer" && (n.children[0].expression.type === "TemplateLiteral" || n.children[0].expression.type === "TaggedTemplateExpression")) { - return concat$i([openingLines, concat$i(path.map(print, "children")), closingLines]); - } // Convert `{" "}` to text nodes containing a space. - // This makes it easy to turn them into `jsxWhitespace` which - // can then print as either a space or `{" "}` when breaking. + if (parameters.length === 0) { + return [typeParams, "(", printDanglingComments$a(path, options, + /* sameIndent */ + true, comment => getNextNonSpaceNonCommentCharacter(options.originalText, comment, locEnd$m) === ")"), ")"]; + } + const parent = path.getParentNode(); + const isParametersInTestCall = isTestCall$1(parent); + const shouldHugParameters = shouldHugFunctionParameters$1(functionNode); + const printed = []; + iterateFunctionParametersPath(path, (parameterPath, index) => { + const isLastParameter = index === parameters.length - 1; - n.children = n.children.map(child => { - if (isJSXWhitespaceExpression$1(child)) { - return { - type: "JSXText", - value: " ", - raw: " " - }; + if (isLastParameter && functionNode.rest) { + printed.push("..."); } - return child; - }); - const containsTag = n.children.filter(isJSXNode$3).length > 0; - const containsMultipleExpressions = n.children.filter(child => child.type === "JSXExpressionContainer").length > 1; - const containsMultipleAttributes = n.type === "JSXElement" && n.openingElement.attributes.length > 1; // Record any breaks. Should never go from true to false, only false to true. + printed.push(print()); - let forcedBreak = willBreak$1(openingLines) || containsTag || containsMultipleAttributes || containsMultipleExpressions; - const isMdxBlock = path.getParentNode().rootMarker === "mdx"; - const rawJsxWhitespace = options.singleQuote ? "{' '}" : '{" "}'; - const jsxWhitespace = isMdxBlock ? concat$i([" "]) : ifBreak$6(concat$i([rawJsxWhitespace, softline$a]), " "); - const isFacebookTranslationTag = n.openingElement && n.openingElement.name && n.openingElement.name.name === "fbt"; - const children = printJSXChildren(path, options, print, jsxWhitespace, isFacebookTranslationTag); - const containsText = n.children.some(child => isMeaningfulJSXText$1(child)); // We can end up we multiple whitespace elements with empty string - // content between them. - // We need to remove empty whitespace and softlines before JSX whitespace - // to get the correct output. + if (isLastParameter) { + return; + } - for (let i = children.length - 2; i >= 0; i--) { - const isPairOfEmptyStrings = children[i] === "" && children[i + 1] === ""; - const isPairOfHardlines = children[i] === hardline$b && children[i + 1] === "" && children[i + 2] === hardline$b; - const isLineFollowedByJSXWhitespace = (children[i] === softline$a || children[i] === hardline$b) && children[i + 1] === "" && children[i + 2] === jsxWhitespace; - const isJSXWhitespaceFollowedByLine = children[i] === jsxWhitespace && children[i + 1] === "" && (children[i + 2] === softline$a || children[i + 2] === hardline$b); - const isDoubleJSXWhitespace = children[i] === jsxWhitespace && children[i + 1] === "" && children[i + 2] === jsxWhitespace; - const isPairOfHardOrSoftLines = children[i] === softline$a && children[i + 1] === "" && children[i + 2] === hardline$b || children[i] === hardline$b && children[i + 1] === "" && children[i + 2] === softline$a; + printed.push(","); - if (isPairOfHardlines && containsText || isPairOfEmptyStrings || isLineFollowedByJSXWhitespace || isDoubleJSXWhitespace || isPairOfHardOrSoftLines) { - children.splice(i, 2); - } else if (isJSXWhitespaceFollowedByLine) { - children.splice(i + 1, 2); + if (isParametersInTestCall || shouldHugParameters) { + printed.push(" "); + } else if (isNextLineEmpty$8(parameters[index], options)) { + printed.push(hardline$s, hardline$s); + } else { + printed.push(line$p); } - } // Trim trailing lines (or empty strings) - + }); // If the parent is a call with the first/last argument expansion and this is the + // params of the first/last argument, we don't want the arguments to break and instead + // want the whole expression to be on a new line. + // + // Good: Bad: + // verylongcall( verylongcall(( + // (a, b) => { a, + // } b, + // ) ) => { + // }) - while (children.length && (isLineNext$1(getLast$5(children)) || isEmpty$1(getLast$5(children)))) { - children.pop(); - } // Trim leading lines (or empty strings) + if (expandArg) { + if (willBreak$1(typeParams) || willBreak$1(printed)) { + // Removing lines in this case leads to broken or ugly output + throw new ArgExpansionBailout$1(); + } + return group$q([removeLines$2(typeParams), "(", removeLines$2(printed), ")"]); + } // Single object destructuring should hug + // + // function({ + // a, + // b, + // c + // }) {} - while (children.length && (isLineNext$1(children[0]) || isEmpty$1(children[0])) && (isLineNext$1(children[1]) || isEmpty$1(children[1]))) { - children.shift(); - children.shift(); - } // Tweak how we format children if outputting this element over multiple lines. - // Also detect whether we will force this element to output over multiple lines. + const hasNotParameterDecorator = parameters.every(node => !node.decorators); - const multilineChildren = []; - children.forEach((child, i) => { - // There are a number of situations where we need to ensure we display - // whitespace as `{" "}` when outputting this element over multiple lines. - if (child === jsxWhitespace) { - if (i === 1 && children[i - 1] === "") { - if (children.length === 2) { - // Solitary whitespace - multilineChildren.push(rawJsxWhitespace); - return; - } // Leading whitespace + if (shouldHugParameters && hasNotParameterDecorator) { + return [typeParams, "(", ...printed, ")"]; + } // don't break in specs, eg; `it("should maintain parens around done even when long", (done) => {})` - multilineChildren.push(concat$i([rawJsxWhitespace, hardline$b])); - return; - } else if (i === children.length - 1) { - // Trailing whitespace - multilineChildren.push(rawJsxWhitespace); - return; - } else if (children[i - 1] === "" && children[i - 2] === hardline$b) { - // Whitespace after line break - multilineChildren.push(rawJsxWhitespace); - return; - } - } + if (isParametersInTestCall) { + return [typeParams, "(", ...printed, ")"]; + } - multilineChildren.push(child); + const isFlowShorthandWithOneArg = (isObjectTypePropertyAFunction$1(parent) || isTypeAnnotationAFunction(parent) || parent.type === "TypeAlias" || parent.type === "UnionTypeAnnotation" || parent.type === "TSUnionType" || parent.type === "IntersectionTypeAnnotation" || parent.type === "FunctionTypeAnnotation" && parent.returnType === functionNode) && parameters.length === 1 && parameters[0].name === null && // `type q = (this: string) => void;` + functionNode.this !== parameters[0] && parameters[0].typeAnnotation && functionNode.typeParameters === null && isSimpleType$1(parameters[0].typeAnnotation) && !functionNode.rest; - if (willBreak$1(child)) { - forcedBreak = true; + if (isFlowShorthandWithOneArg) { + if (options.arrowParens === "always") { + return ["(", ...printed, ")"]; } - }); // If there is text we use `fill` to fit as much onto each line as possible. - // When there is no text (just tags and expressions) we use `group` - // to output each on a separate line. - - const content = containsText ? fill$3(multilineChildren) : group$a(concat$i(multilineChildren), { - shouldBreak: true - }); - if (isMdxBlock) { - return content; + return printed; } - const multiLineElem = group$a(concat$i([openingLines, indent$e(concat$i([hardline$b, content])), hardline$b, closingLines])); + return [typeParams, "(", indent$k([softline$k, ...printed]), ifBreak$i(!hasRestParameter(functionNode) && shouldPrintComma$8(options, "all") ? "," : ""), softline$k, ")"]; +} - if (forcedBreak) { - return multiLineElem; +function shouldHugFunctionParameters$1(node) { + if (!node) { + return false; } - return conditionalGroup$1([group$a(concat$i([openingLines, concat$i(children), closingLines])), multiLineElem]); -} // JSX Children are strange, mostly for two reasons: -// 1. JSX reads newlines into string values, instead of skipping them like JS -// 2. up to one whitespace between elements within a line is significant, -// but not between lines. -// -// Leading, trailing, and lone whitespace all need to -// turn themselves into the rather ugly `{' '}` when breaking. -// -// We print JSX using the `fill` doc primitive. -// This requires that we give it an array of alternating -// content and whitespace elements. -// To ensure this we add dummy `""` content elements as needed. - + const parameters = getFunctionParameters$2(node); -function printJSXChildren(path, options, print, jsxWhitespace, isFacebookTranslationTag) { - const n = path.getValue(); - const children = []; - path.each((childPath, i) => { - const child = childPath.getValue(); + if (parameters.length !== 1) { + return false; + } - if (isLiteral$1(child)) { - const text = rawText$1(child); // Contains a non-whitespace character + const [parameter] = parameters; + return !hasComment$9(parameter) && (parameter.type === "ObjectPattern" || parameter.type === "ArrayPattern" || parameter.type === "Identifier" && parameter.typeAnnotation && (parameter.typeAnnotation.type === "TypeAnnotation" || parameter.typeAnnotation.type === "TSTypeAnnotation") && isObjectType$2(parameter.typeAnnotation.typeAnnotation) || parameter.type === "FunctionTypeParam" && isObjectType$2(parameter.typeAnnotation) || parameter.type === "AssignmentPattern" && (parameter.left.type === "ObjectPattern" || parameter.left.type === "ArrayPattern") && (parameter.right.type === "Identifier" || parameter.right.type === "ObjectExpression" && parameter.right.properties.length === 0 || parameter.right.type === "ArrayExpression" && parameter.right.elements.length === 0)); +} - if (isMeaningfulJSXText$1(child)) { - const words = text.split(matchJsxWhitespaceRegex$1); // Starts with whitespace +function getReturnTypeNode(functionNode) { + let returnTypeNode; - if (words[0] === "") { - children.push(""); - words.shift(); + if (functionNode.returnType) { + returnTypeNode = functionNode.returnType; - if (/\n/.test(words[0])) { - const next = n.children[i + 1]; - children.push(separatorWithWhitespace(isFacebookTranslationTag, words[1], child, next)); - } else { - children.push(jsxWhitespace); - } + if (returnTypeNode.typeAnnotation) { + returnTypeNode = returnTypeNode.typeAnnotation; + } + } else if (functionNode.typeAnnotation) { + returnTypeNode = functionNode.typeAnnotation; + } - words.shift(); - } + return returnTypeNode; +} // When parameters are grouped, the return type annotation breaks first. - let endWhitespace; // Ends with whitespace - if (getLast$5(words) === "") { - words.pop(); - endWhitespace = words.pop(); - } // This was whitespace only without a new line. +function shouldGroupFunctionParameters$3(functionNode, returnTypeDoc) { + const returnTypeNode = getReturnTypeNode(functionNode); + if (!returnTypeNode) { + return false; + } - if (words.length === 0) { - return; - } + const typeParameters = functionNode.typeParameters && functionNode.typeParameters.params; - words.forEach((word, i) => { - if (i % 2 === 1) { - children.push(line$b); - } else { - children.push(word); - } - }); + if (typeParameters) { + if (typeParameters.length > 1) { + return false; + } - if (endWhitespace !== undefined) { - if (/\n/.test(endWhitespace)) { - const next = n.children[i + 1]; - children.push(separatorWithWhitespace(isFacebookTranslationTag, getLast$5(children), child, next)); - } else { - children.push(jsxWhitespace); - } - } else { - const next = n.children[i + 1]; - children.push(separatorNoWhitespace(isFacebookTranslationTag, getLast$5(children), child, next)); - } - } else if (/\n/.test(text)) { - // Keep (up to one) blank line between tags/expressions/text. - // Note: We don't keep blank lines between text elements. - if (text.match(/\n/g).length > 1) { - children.push(""); - children.push(hardline$b); - } - } else { - children.push(""); - children.push(jsxWhitespace); - } - } else { - const printedChild = print(childPath); - children.push(printedChild); - const next = n.children[i + 1]; - const directlyFollowedByMeaningfulText = next && isMeaningfulJSXText$1(next); + if (typeParameters.length === 1) { + const typeParameter = typeParameters[0]; - if (directlyFollowedByMeaningfulText) { - const firstWord = rawText$1(next).trim().split(matchJsxWhitespaceRegex$1)[0]; - children.push(separatorNoWhitespace(isFacebookTranslationTag, firstWord, child, next)); - } else { - children.push(hardline$b); + if (typeParameter.constraint || typeParameter.default) { + return false; } } - }, "children"); - return children; + } + + return getFunctionParameters$2(functionNode).length === 1 && (isObjectType$2(returnTypeNode) || willBreak$1(returnTypeDoc)); } -function separatorNoWhitespace(isFacebookTranslationTag, child, childNode, nextNode) { - if (isFacebookTranslationTag) { - return ""; +var functionParameters = { + printFunctionParameters: printFunctionParameters$3, + shouldHugFunctionParameters: shouldHugFunctionParameters$1, + shouldGroupFunctionParameters: shouldGroupFunctionParameters$3 +}; + +const { + printComments: printComments$2, + printDanglingComments: printDanglingComments$9 +} = comments$4; +const { + getLast: getLast$c +} = util$8; +const { + builders: { + group: group$p, + join: join$l, + line: line$o, + softline: softline$j, + indent: indent$j, + align: align$3, + ifBreak: ifBreak$h + } +} = require$$7$3; +const pathNeedsParens$2 = needsParens_1; +const { + locStart: locStart$n +} = loc$6; +const { + isSimpleType, + isObjectType: isObjectType$1, + hasLeadingOwnLineComment: hasLeadingOwnLineComment$1, + isObjectTypePropertyAFunction, + shouldPrintComma: shouldPrintComma$7 +} = utils$5; +const { + printAssignment: printAssignment$2 +} = assignment; +const { + printFunctionParameters: printFunctionParameters$2, + shouldGroupFunctionParameters: shouldGroupFunctionParameters$2 +} = functionParameters; +const { + printArrayItems: printArrayItems$2 +} = array; + +function shouldHugType$2(node) { + if (isSimpleType(node) || isObjectType$1(node)) { + return true; } - if (childNode.type === "JSXElement" && !childNode.closingElement || nextNode && nextNode.type === "JSXElement" && !nextNode.closingElement) { - return child.length === 1 ? softline$a : hardline$b; + if (node.type === "UnionTypeAnnotation" || node.type === "TSUnionType") { + const voidCount = node.types.filter(node => node.type === "VoidTypeAnnotation" || node.type === "TSVoidKeyword" || node.type === "NullLiteralTypeAnnotation" || node.type === "TSNullKeyword").length; + const hasObject = node.types.some(node => node.type === "ObjectTypeAnnotation" || node.type === "TSTypeLiteral" || // This is a bit aggressive but captures Array<{x}> + node.type === "GenericTypeAnnotation" || node.type === "TSTypeReference"); + + if (node.types.length - 1 === voidCount && hasObject) { + return true; + } } - return softline$a; + return false; } -function separatorWithWhitespace(isFacebookTranslationTag, child, childNode, nextNode) { - if (isFacebookTranslationTag) { - return hardline$b; +function printOpaqueType$1(path, options, print) { + const semi = options.semi ? ";" : ""; + const node = path.getValue(); + const parts = []; + parts.push("opaque type ", print("id"), print("typeParameters")); + + if (node.supertype) { + parts.push(": ", print("supertype")); } - if (child.length === 1) { - return childNode.type === "JSXElement" && !childNode.closingElement || nextNode && nextNode.type === "JSXElement" && !nextNode.closingElement ? hardline$b : softline$a; + if (node.impltype) { + parts.push(" = ", print("impltype")); } - return hardline$b; + parts.push(semi); + return parts; } -function maybeWrapJSXElementInParens(path, elem, options) { - const parent = path.getParentNode(); - /* istanbul ignore next */ +function printTypeAlias$2(path, options, print) { + const semi = options.semi ? ";" : ""; + const node = path.getValue(); + const parts = []; - if (!parent) { - return elem; + if (node.declare) { + parts.push("declare "); } - const NO_WRAP_PARENTS = { - ArrayExpression: true, - JSXAttribute: true, - JSXElement: true, - JSXExpressionContainer: true, - JSXFragment: true, - ExpressionStatement: true, - CallExpression: true, - OptionalCallExpression: true, - ConditionalExpression: true, - JsExpressionRoot: true - }; + parts.push("type ", print("id"), print("typeParameters")); + const rightPropertyName = node.type === "TSTypeAliasDeclaration" ? "typeAnnotation" : "right"; + return [printAssignment$2(path, options, print, parts, " =", rightPropertyName), semi]; +} // `TSIntersectionType` and `IntersectionTypeAnnotation` - if (NO_WRAP_PARENTS[parent.type]) { - return elem; + +function printIntersectionType$2(path, options, print) { + const node = path.getValue(); + const types = path.map(print, "types"); + const result = []; + let wasIndented = false; + + for (let i = 0; i < types.length; ++i) { + if (i === 0) { + result.push(types[i]); + } else if (isObjectType$1(node.types[i - 1]) && isObjectType$1(node.types[i])) { + // If both are objects, don't indent + result.push([" & ", wasIndented ? indent$j(types[i]) : types[i]]); + } else if (!isObjectType$1(node.types[i - 1]) && !isObjectType$1(node.types[i])) { + // If no object is involved, go to the next line if it breaks + result.push(indent$j([" &", line$o, types[i]])); + } else { + // If you go from object to non-object or vis-versa, then inline it + if (i > 1) { + wasIndented = true; + } + + result.push(" & ", i > 1 ? indent$j(types[i]) : types[i]); + } } - const shouldBreak = path.match(undefined, node => node.type === "ArrowFunctionExpression", isCallOrOptionalCallExpression$1, node => node.type === "JSXExpressionContainer"); - const needsParens = needsParens_1(path, options); - return group$a(concat$i([needsParens ? "" : ifBreak$6("("), indent$e(concat$i([softline$a, elem])), softline$a, needsParens ? "" : ifBreak$6(")")]), { - shouldBreak - }); -} + return group$p(result); +} // `TSUnionType` and `UnionTypeAnnotation` -function printJsxAttribute(path, options, print) { - const n = path.getValue(); - const parts = []; - parts.push(path.call(print, "name")); - if (n.value) { - let res; +function printUnionType$2(path, options, print) { + const node = path.getValue(); // single-line variation + // A | B | C + // multi-line variation + // | A + // | B + // | C - if (isStringLiteral$1(n.value)) { - const raw = rawText$1(n.value); // Unescape all quotes so we get an accurate preferred quote + const parent = path.getParentNode(); // If there's a leading comment, the parent is doing the indentation - let final = raw.replace(/'/g, "'").replace(/"/g, '"'); - const quote = getPreferredQuote$1(final, options.jsxSingleQuote ? "'" : '"'); - const escape = quote === "'" ? "'" : """; - final = final.slice(1, -1).replace(new RegExp(quote, "g"), escape); - res = concat$i([quote, final, quote]); - } else { - res = path.call(print, "value"); + const shouldIndent = parent.type !== "TypeParameterInstantiation" && parent.type !== "TSTypeParameterInstantiation" && parent.type !== "GenericTypeAnnotation" && parent.type !== "TSTypeReference" && parent.type !== "TSTypeAssertion" && parent.type !== "TupleTypeAnnotation" && parent.type !== "TSTupleType" && !(parent.type === "FunctionTypeParam" && !parent.name && path.getParentNode(1).this !== parent) && !((parent.type === "TypeAlias" || parent.type === "VariableDeclarator" || parent.type === "TSTypeAliasDeclaration") && hasLeadingOwnLineComment$1(options.originalText, node)); // { + // a: string + // } | null | void + // should be inlined and not be printed in the multi-line variant + + const shouldHug = shouldHugType$2(node); // We want to align the children but without its comment, so it looks like + // | child1 + // // comment + // | child2 + + const printed = path.map(typePath => { + let printedType = print(); + + if (!shouldHug) { + printedType = align$3(2, printedType); } - parts.push("=", res); + return printComments$2(typePath, printedType, options); + }, "types"); + + if (shouldHug) { + return join$l(" | ", printed); } - return concat$i(parts); -} + const shouldAddStartLine = shouldIndent && !hasLeadingOwnLineComment$1(options.originalText, node); + const code = [ifBreak$h([shouldAddStartLine ? line$o : "", "| "]), join$l([line$o, "| "], printed)]; -function printJsxExpressionContainer(path, options, print) { - const n = path.getValue(); - const parent = path.getParentNode(0); - const hasComments = n.expression.comments && n.expression.comments.length > 0; - const shouldInline = n.expression.type === "JSXEmptyExpression" || !hasComments && (n.expression.type === "ArrayExpression" || n.expression.type === "ObjectExpression" || n.expression.type === "ArrowFunctionExpression" || n.expression.type === "CallExpression" || n.expression.type === "OptionalCallExpression" || n.expression.type === "FunctionExpression" || n.expression.type === "TemplateLiteral" || n.expression.type === "TaggedTemplateExpression" || n.expression.type === "DoExpression" || isJSXNode$3(parent) && (n.expression.type === "ConditionalExpression" || isBinaryish$2(n.expression))); + if (pathNeedsParens$2(path, options)) { + return group$p([indent$j(code), softline$j]); + } - if (shouldInline) { - return group$a(concat$i(["{", path.call(print, "expression"), lineSuffixBoundary$2, "}"])); + if (parent.type === "TupleTypeAnnotation" && parent.types.length > 1 || parent.type === "TSTupleType" && parent.elementTypes.length > 1) { + return group$p([indent$j([ifBreak$h(["(", softline$j]), code]), softline$j, ifBreak$h(")")]); } - return group$a(concat$i(["{", indent$e(concat$i([softline$a, path.call(print, "expression")])), softline$a, lineSuffixBoundary$2, "}"])); -} + return group$p(shouldIndent ? indent$j(code) : code); +} // `TSFunctionType` and `FunctionTypeAnnotation` -function printJsxOpeningElement(path, options, print) { - const n = path.getValue(); - const nameHasComments = n.name && n.name.comments && n.name.comments.length > 0 || n.typeParameters && n.typeParameters.comments && n.typeParameters.comments.length > 0; // Don't break self-closing elements with no attributes and no comments - if (n.selfClosing && !n.attributes.length && !nameHasComments) { - return concat$i(["<", path.call(print, "name"), path.call(print, "typeParameters"), " />"]); - } // don't break up opening elements with a single long text attribute +function printFunctionType$2(path, options, print) { + const node = path.getValue(); + const parts = []; // FunctionTypeAnnotation is ambiguous: + // declare function foo(a: B): void; OR + // var A: (a: B) => void; + const parent = path.getParentNode(0); + const parentParent = path.getParentNode(1); + const parentParentParent = path.getParentNode(2); + let isArrowFunctionTypeAnnotation = node.type === "TSFunctionType" || !((parent.type === "ObjectTypeProperty" || parent.type === "ObjectTypeInternalSlot") && !parent.variance && !parent.optional && locStart$n(parent) === locStart$n(node) || parent.type === "ObjectTypeCallProperty" || parentParentParent && parentParentParent.type === "DeclareFunction"); + let needsColon = isArrowFunctionTypeAnnotation && (parent.type === "TypeAnnotation" || parent.type === "TSTypeAnnotation"); // Sadly we can't put it inside of AstPath::needsColon because we are + // printing ":" as part of the expression and it would put parenthesis + // around :( - if (n.attributes && n.attributes.length === 1 && n.attributes[0].value && isStringLiteral$1(n.attributes[0].value) && !n.attributes[0].value.value.includes("\n") && // We should break for the following cases: - //
- //
- !nameHasComments && (!n.attributes[0].comments || !n.attributes[0].comments.length)) { - return group$a(concat$i(["<", path.call(print, "name"), path.call(print, "typeParameters"), " ", concat$i(path.map(print, "attributes")), n.selfClosing ? " />" : ">"])); + const needsParens = needsColon && isArrowFunctionTypeAnnotation && (parent.type === "TypeAnnotation" || parent.type === "TSTypeAnnotation") && parentParent.type === "ArrowFunctionExpression"; + + if (isObjectTypePropertyAFunction(parent)) { + isArrowFunctionTypeAnnotation = true; + needsColon = true; } - const lastAttrHasTrailingComments = n.attributes.length && hasTrailingComment$1(getLast$5(n.attributes)); - const bracketSameLine = // Simple tags (no attributes and no comment in tag name) should be - // kept unbroken regardless of `jsxBracketSameLine` - !n.attributes.length && !nameHasComments || options.jsxBracketSameLine && ( // We should print the bracket in a new line for the following cases: - //
- //
- !nameHasComments || n.attributes.length) && !lastAttrHasTrailingComments; // We should print the opening element expanded if any prop value is a - // string literal with newlines + if (needsParens) { + parts.push("("); + } - const shouldBreak = n.attributes && n.attributes.some(attr => attr.value && isStringLiteral$1(attr.value) && attr.value.value.includes("\n")); - return group$a(concat$i(["<", path.call(print, "name"), path.call(print, "typeParameters"), concat$i([indent$e(concat$i(path.map(attr => concat$i([line$b, print(attr)]), "attributes"))), n.selfClosing ? line$b : bracketSameLine ? ">" : softline$a]), n.selfClosing ? "/>" : bracketSameLine ? "" : ">"]), { - shouldBreak - }); -} + const parametersDoc = printFunctionParameters$2(path, print, options, + /* expandArg */ + false, + /* printTypeParams */ + true); // The returnType is not wrapped in a TypeAnnotation, so the colon + // needs to be added separately. -function printJsxClosingElement(path, options, print) { - return concat$i([""]); -} + const returnTypeDoc = node.returnType || node.predicate || node.typeAnnotation ? [isArrowFunctionTypeAnnotation ? " => " : ": ", print("returnType"), print("predicate"), print("typeAnnotation")] : ""; + const shouldGroupParameters = shouldGroupFunctionParameters$2(node, returnTypeDoc); + parts.push(shouldGroupParameters ? group$p(parametersDoc) : parametersDoc); -function printJsxOpeningClosingFragment(path, options -/*, print*/ -) { - const n = path.getValue(); - const hasComment = n.comments && n.comments.length; - const hasOwnLineComment = hasComment && !n.comments.every(comment => isBlockComment$6(comment)); - const isOpeningFragment = n.type === "JSXOpeningFragment"; - return concat$i([isOpeningFragment ? "<" : ""]); -} + if (returnTypeDoc) { + parts.push(returnTypeDoc); + } -function printJsxElement(path, options, print) { - const elem = printComments$1(path, () => printJsxElementInternal(path, options, print), options); - return maybeWrapJSXElementInParens(path, elem, options); -} + if (needsParens) { + parts.push(")"); + } -function printJsxEmptyExpression(path, options -/*, print*/ -) { - const n = path.getValue(); - const requiresHardline = n.comments && !n.comments.every(comment => isBlockComment$6(comment)); - return concat$i([printDanglingComments$5(path, options, - /* sameIndent */ - !requiresHardline), requiresHardline ? hardline$b : ""]); -} // `JSXSpreadAttribute` and `JSXSpreadChild` + return group$p(parts); +} // `TSTupleType` and `TupleTypeAnnotation` -function printJsxSpreadAttribute(path, options, print) { - const n = path.getValue(); - return concat$i(["{", path.call(p => { - const printed = concat$i(["...", print(p)]); - const n = p.getValue(); +function printTupleType$2(path, options, print) { + const node = path.getValue(); + const typesField = node.type === "TSTupleType" ? "elementTypes" : "types"; + const hasRest = node[typesField].length > 0 && getLast$c(node[typesField]).type === "TSRestType"; + return group$p(["[", indent$j([softline$j, printArrayItems$2(path, options, typesField, print)]), ifBreak$h(shouldPrintComma$7(options, "all") && !hasRest ? "," : ""), printDanglingComments$9(path, options, + /* sameIndent */ + true), softline$j, "]"]); +} // `TSIndexedAccessType`, `IndexedAccessType`, and `OptionalIndexedAccessType` - if (!n.comments || !n.comments.length || !willPrintOwnComments$1(p)) { - return printed; - } - return concat$i([indent$e(concat$i([softline$a, printComments$1(p, () => printed, options)])), softline$a]); - }, n.type === "JSXSpreadAttribute" ? "argument" : "expression"), "}"]); +function printIndexedAccessType$2(path, options, print) { + const node = path.getValue(); + const leftDelimiter = node.type === "OptionalIndexedAccessType" && node.optional ? "?.[" : "["; + return [print("objectType"), leftDelimiter, print("indexType"), "]"]; } -var jsx = { - printJsxElement, - printJsxAttribute, - printJsxOpeningElement, - printJsxClosingElement, - printJsxOpeningClosingFragment, - printJsxExpressionContainer, - printJsxEmptyExpression, - printJsxSpreadAttribute, - // Alias - printJsxSpreadChild: printJsxSpreadAttribute +var typeAnnotation = { + printOpaqueType: printOpaqueType$1, + printTypeAlias: printTypeAlias$2, + printIntersectionType: printIntersectionType$2, + printUnionType: printUnionType$2, + printFunctionType: printFunctionType$2, + printTupleType: printTupleType$2, + printIndexedAccessType: printIndexedAccessType$2, + shouldHugType: shouldHugType$2 }; const { - printDanglingComments: printDanglingComments$6 -} = comments; + printDanglingComments: printDanglingComments$8 +} = comments$4; const { builders: { - concat: concat$j, - join: join$7, - line: line$c, - hardline: hardline$c, - softline: softline$b, - group: group$b, - indent: indent$f, - ifBreak: ifBreak$7 + join: join$k, + line: line$n, + hardline: hardline$r, + softline: softline$i, + group: group$o, + indent: indent$i, + ifBreak: ifBreak$g } -} = document; +} = require$$7$3; const { - hasDanglingComments: hasDanglingComments$4, - isTestCall: isTestCall$2, - isBlockComment: isBlockComment$7, - shouldPrintComma: shouldPrintComma$5 -} = utils$6; + isTestCall, + hasComment: hasComment$8, + CommentCheckFlags: CommentCheckFlags$8, + isTSXFile, + shouldPrintComma: shouldPrintComma$6, + getFunctionParameters: getFunctionParameters$1, + isObjectType +} = utils$5; const { - shouldHugType: shouldHugType$2 + createGroupIdMapper: createGroupIdMapper$1 +} = util$8; +const { + shouldHugType: shouldHugType$1 } = typeAnnotation; -const typeParametersGroupIds = new WeakMap(); - -function getTypeParametersGroupId(node) { - if (!typeParametersGroupIds.has(node)) { - typeParametersGroupIds.set(node, Symbol("typeParameters")); - } - - return typeParametersGroupIds.get(node); -} +const { + isArrowFunctionVariableDeclarator +} = assignment; +const getTypeParametersGroupId$2 = createGroupIdMapper$1("typeParameters"); -function printTypeParameters(path, options, print, paramsKey) { - const n = path.getValue(); +function printTypeParameters$2(path, options, print, paramsKey) { + const node = path.getValue(); - if (!n[paramsKey]) { + if (!node[paramsKey]) { return ""; } // for TypeParameterDeclaration typeParameters is a single node - if (!Array.isArray(n[paramsKey])) { - return path.call(print, paramsKey); + if (!Array.isArray(node[paramsKey])) { + return print(paramsKey); } const grandparent = path.getNode(2); - const isParameterInTestCall = grandparent != null && isTestCall$2(grandparent); - const shouldInline = isParameterInTestCall || n[paramsKey].length === 0 || n[paramsKey].length === 1 && (shouldHugType$2(n[paramsKey][0]) || n[paramsKey][0].type === "GenericTypeAnnotation" && shouldHugType$2(n[paramsKey][0].id) || n[paramsKey][0].type === "TSTypeReference" && shouldHugType$2(n[paramsKey][0].typeName) || n[paramsKey][0].type === "NullableTypeAnnotation"); + const isParameterInTestCall = grandparent && isTestCall(grandparent); + const isArrowFunctionVariable = path.match(node => !(node[paramsKey].length === 1 && isObjectType(node[paramsKey][0])), undefined, (node, name) => name === "typeAnnotation", node => node.type === "Identifier", isArrowFunctionVariableDeclarator); + const shouldInline = !isArrowFunctionVariable && (isParameterInTestCall || node[paramsKey].length === 0 || node[paramsKey].length === 1 && (node[paramsKey][0].type === "NullableTypeAnnotation" || shouldHugType$1(node[paramsKey][0]))); if (shouldInline) { - return concat$j(["<", join$7(", ", path.map(print, paramsKey)), printDanglingCommentsForInline(path, options), ">"]); - } + return ["<", join$k(", ", path.map(print, paramsKey)), printDanglingCommentsForInline(path, options), ">"]; + } // Keep comma if the file extension is .tsx and + // has one type parameter that isn't extend with any types. + // Because, otherwise formatted result will be invalid as tsx. + - return group$b(concat$j(["<", indent$f(concat$j([softline$b, join$7(concat$j([",", line$c]), path.map(print, paramsKey))])), ifBreak$7(options.parser !== "typescript" && options.parser !== "babel-ts" && shouldPrintComma$5(options, "all") ? "," : ""), softline$b, ">"]), { - id: getTypeParametersGroupId(n) + const trailingComma = node.type === "TSTypeParameterInstantiation" // https://github.com/microsoft/TypeScript/issues/21984 + ? "" : getFunctionParameters$1(node).length === 1 && isTSXFile(options) && !node[paramsKey][0].constraint && path.getParentNode().type === "ArrowFunctionExpression" ? "," : shouldPrintComma$6(options, "all") ? ifBreak$g(",") : ""; + return group$o(["<", indent$i([softline$i, join$k([",", line$n], path.map(print, paramsKey))]), trailingComma, softline$i, ">"], { + id: getTypeParametersGroupId$2(node) }); } function printDanglingCommentsForInline(path, options) { - const n = path.getValue(); + const node = path.getValue(); - if (!hasDanglingComments$4(n)) { + if (!hasComment$8(node, CommentCheckFlags$8.Dangling)) { return ""; } - const hasOnlyBlockComments = n.comments.every(comment => isBlockComment$7(comment)); - const printed = printDanglingComments$6(path, options, + const hasOnlyBlockComments = !hasComment$8(node, CommentCheckFlags$8.Line); + const printed = printDanglingComments$8(path, options, /* sameIndent */ hasOnlyBlockComments); @@ -43573,151 +45789,242 @@ function printDanglingCommentsForInline(path, options) { return printed; } - return concat$j([printed, hardline$c]); + return [printed, hardline$r]; +} + +function printTypeParameter$2(path, options, print) { + const node = path.getValue(); + const parts = []; + const parent = path.getParentNode(); + + if (parent.type === "TSMappedType") { + parts.push("[", print("name")); + + if (node.constraint) { + parts.push(" in ", print("constraint")); + } + + if (parent.nameType) { + parts.push(" as ", path.callParent(() => print("nameType"))); + } + + parts.push("]"); + return parts; + } + + if (node.variance) { + parts.push(print("variance")); + } + + parts.push(print("name")); + + if (node.bound) { + parts.push(": ", print("bound")); + } + + if (node.constraint) { + parts.push(" extends ", print("constraint")); + } + + if (node.default) { + parts.push(" = ", print("default")); + } + + return parts; } var typeParameters = { - printTypeParameters, - getTypeParametersGroupId + printTypeParameter: printTypeParameter$2, + printTypeParameters: printTypeParameters$2, + getTypeParametersGroupId: getTypeParametersGroupId$2 }; const { - printComments: printComments$2 -} = comments; -const { - printString: printString$1, - printNumber: printNumber$1 -} = util; + printComments: printComments$1 +} = comments$4; const { - builders: { - concat: concat$k - } -} = document; + printString: printString$3, + printNumber: printNumber$3 +} = util$8; const { - isNumericLiteral: isNumericLiteral$1, - isSimpleNumber: isSimpleNumber$1, - isStringLiteral: isStringLiteral$2, - isStringPropSafeToUnquote: isStringPropSafeToUnquote$1, + isNumericLiteral, + isSimpleNumber, + isStringLiteral, + isStringPropSafeToUnquote, rawText: rawText$2 -} = utils$6; +} = utils$5; +const { + printAssignment: printAssignment$1 +} = assignment; const needsQuoteProps = new WeakMap(); -function printPropertyKey(path, options, print) { +function printPropertyKey$4(path, options, print) { const node = path.getNode(); if (node.computed) { - return concat$k(["[", path.call(print, "key"), "]"]); + return ["[", print("key"), "]"]; } const parent = path.getParentNode(); const { key - } = node; + } = node; // flow has `Identifier` key, other parsers use `PrivateIdentifier` (ESTree) or `PrivateName` - if (node.type === "ClassPrivateProperty" && // flow has `Identifier` key, and babel has `PrivateName` key - key.type === "Identifier") { - return concat$k(["#", path.call(print, "key")]); + if (node.type === "ClassPrivateProperty" && key.type === "Identifier") { + return ["#", print("key")]; } if (options.quoteProps === "consistent" && !needsQuoteProps.has(parent)) { - const objectHasStringProp = (parent.properties || parent.body || parent.members).some(prop => !prop.computed && prop.key && isStringLiteral$2(prop.key) && !isStringPropSafeToUnquote$1(prop, options)); + const objectHasStringProp = (parent.properties || parent.body || parent.members).some(prop => !prop.computed && prop.key && isStringLiteral(prop.key) && !isStringPropSafeToUnquote(prop, options)); needsQuoteProps.set(parent, objectHasStringProp); } - if ((key.type === "Identifier" || isNumericLiteral$1(key) && isSimpleNumber$1(printNumber$1(rawText$2(key))) && // Avoid converting 999999999999999999999 to 1e+21, 0.99999999999999999 to 1 and 1.0 to 1. - String(key.value) === printNumber$1(rawText$2(key)) && // Quoting number keys is safe in JS and Flow, but not in TypeScript (as + if ((key.type === "Identifier" || isNumericLiteral(key) && isSimpleNumber(printNumber$3(rawText$2(key))) && // Avoid converting 999999999999999999999 to 1e+21, 0.99999999999999999 to 1 and 1.0 to 1. + String(key.value) === printNumber$3(rawText$2(key)) && // Quoting number keys is safe in JS and Flow, but not in TypeScript (as // mentioned in `isStringPropSafeToUnquote`). !(options.parser === "typescript" || options.parser === "babel-ts")) && (options.parser === "json" || options.quoteProps === "consistent" && needsQuoteProps.get(parent))) { // a -> "a" // 1 -> "1" // 1.5 -> "1.5" - const prop = printString$1(JSON.stringify(key.type === "Identifier" ? key.name : key.value.toString()), options); - return path.call(keyPath => printComments$2(keyPath, () => prop, options), "key"); + const prop = printString$3(JSON.stringify(key.type === "Identifier" ? key.name : key.value.toString()), options); + return path.call(keyPath => printComments$1(keyPath, prop, options), "key"); } - if (isStringPropSafeToUnquote$1(node, options) && (options.quoteProps === "as-needed" || options.quoteProps === "consistent" && !needsQuoteProps.get(parent))) { + if (isStringPropSafeToUnquote(node, options) && (options.quoteProps === "as-needed" || options.quoteProps === "consistent" && !needsQuoteProps.get(parent))) { // 'a' -> a // '1' -> 1 // '1.5' -> 1.5 - return path.call(keyPath => printComments$2(keyPath, () => /^\d/.test(key.value) ? printNumber$1(key.value) : key.value, options), "key"); + return path.call(keyPath => printComments$1(keyPath, /^\d/.test(key.value) ? printNumber$3(key.value) : key.value, options), "key"); } - return path.call(print, "key"); + return print("key"); } -var property$1 = { - printPropertyKey +function printProperty$1(path, options, print) { + const node = path.getValue(); + + if (node.shorthand) { + return print("value"); + } + + return printAssignment$1(path, options, print, printPropertyKey$4(path, options, print), ":", "value"); +} + +var property = { + printProperty: printProperty$1, + printPropertyKey: printPropertyKey$4 }; -/** @type {import("assert")} */ +/** @typedef {import("../../document/doc-builders").Doc} Doc */ +const assert$2 = require$$0__default$3["default"]; const { - printDanglingComments: printDanglingComments$7 -} = comments; + printDanglingComments: printDanglingComments$7, + printCommentsSeparately +} = comments$4; +const getLast$b = getLast_1; const { - getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$3 -} = util; + getNextNonSpaceNonCommentCharacterIndex +} = util$8; const { builders: { - concat: concat$l, - line: line$d, - softline: softline$c, - group: group$c, - indent: indent$g, - ifBreak: ifBreak$8, - hardline: hardline$d + line: line$m, + softline: softline$h, + group: group$n, + indent: indent$h, + ifBreak: ifBreak$f, + hardline: hardline$q, + join: join$j, + indentIfBreak: indentIfBreak$1 + }, + utils: { + removeLines: removeLines$1, + willBreak } -} = document; +} = require$$7$3; const { - getFunctionParameters: getFunctionParameters$4, - hasDanglingComments: hasDanglingComments$5, - hasLeadingOwnLineComment: hasLeadingOwnLineComment$1, - isFlowAnnotationComment: isFlowAnnotationComment$2, - isJSXNode: isJSXNode$4, - isTemplateOnItsOwnLine: isTemplateOnItsOwnLine$1, - shouldPrintComma: shouldPrintComma$6, - startsWithNoLookaheadToken: startsWithNoLookaheadToken$2, - returnArgumentHasLeadingComment: returnArgumentHasLeadingComment$1, - isBinaryish: isBinaryish$3, - isLineComment: isLineComment$1 -} = utils$6; + ArgExpansionBailout +} = errors; const { - locEnd: locEnd$8 -} = loc; + getFunctionParameters, + hasLeadingOwnLineComment, + isFlowAnnotationComment, + isJsxNode: isJsxNode$2, + isTemplateOnItsOwnLine, + shouldPrintComma: shouldPrintComma$5, + startsWithNoLookaheadToken, + isBinaryish, + isLineComment: isLineComment$2, + hasComment: hasComment$7, + getComments: getComments$2, + CommentCheckFlags: CommentCheckFlags$7, + isCallLikeExpression, + isCallExpression: isCallExpression$3, + getCallArguments, + hasNakedLeftSide: hasNakedLeftSide$1, + getLeftSide +} = utils$5; +const { + locEnd: locEnd$l +} = loc$6; const { - printFunctionParameters: printFunctionParameters$1 + printFunctionParameters: printFunctionParameters$1, + shouldGroupFunctionParameters: shouldGroupFunctionParameters$1 } = functionParameters; const { - printPropertyKey: printPropertyKey$1 -} = property$1; + printPropertyKey: printPropertyKey$3 +} = property; const { - printFunctionTypeParameters: printFunctionTypeParameters$2 -} = misc; + printFunctionTypeParameters +} = misc$1; -function printFunctionDeclaration(path, print, options, expandArg) { - const n = path.getValue(); - const parts = []; +function printFunction$2(path, print, options, args) { + const node = path.getValue(); + let expandArg = false; + + if ((node.type === "FunctionDeclaration" || node.type === "FunctionExpression") && args && args.expandLastArg) { + const parent = path.getParentNode(); + + if (isCallExpression$3(parent) && getCallArguments(parent).length > 1) { + expandArg = true; + } + } + + const parts = []; // For TypeScript the TSDeclareFunction node shares the AST + // structure with FunctionDeclaration + + if (node.type === "TSDeclareFunction" && node.declare) { + parts.push("declare "); + } - if (n.async) { + if (node.async) { parts.push("async "); } - if (n.generator) { + if (node.generator) { parts.push("function* "); } else { parts.push("function "); } - if (n.id) { - parts.push(path.call(print, "id")); + if (node.id) { + parts.push(print("id")); + } + + const parametersDoc = printFunctionParameters$1(path, print, options, expandArg); + const returnTypeDoc = printReturnType(path, print, options); + const shouldGroupParameters = shouldGroupFunctionParameters$1(node, returnTypeDoc); + parts.push(printFunctionTypeParameters(path, options, print), group$n([shouldGroupParameters ? group$n(parametersDoc) : parametersDoc, returnTypeDoc]), node.body ? " " : "", print("body")); + + if (options.semi && (node.declare || !node.body)) { + parts.push(";"); } - parts.push(printFunctionTypeParameters$2(path, options, print), group$c(concat$l([printFunctionParameters$1(path, print, options, expandArg), printReturnType(path, print, options)])), n.body ? " " : "", path.call(print, "body")); - return concat$l(parts); + return parts; } -function printMethod(path, options, print) { +function printMethod$2(path, options, print) { const node = path.getNode(); const { kind @@ -43730,7 +46037,7 @@ function printMethod(path, options, print) { parts.push("async "); } } else { - assert__default['default'].ok(kind === "get" || kind === "set"); + assert$2.ok(kind === "get" || kind === "set"); parts.push(kind, " "); } // A `getter`/`setter` can't be a generator, but it's recoverable @@ -43739,86 +46046,174 @@ function printMethod(path, options, print) { parts.push("*"); } - parts.push(printPropertyKey$1(path, options, print), node.optional || node.key.optional ? "?" : "", node === value ? printMethodInternal(path, options, print) : path.call(path => printMethodInternal(path, options, print), "value")); - return concat$l(parts); + parts.push(printPropertyKey$3(path, options, print), node.optional || node.key.optional ? "?" : ""); + + if (node === value) { + parts.push(printMethodInternal$1(path, options, print)); + } else if (value.type === "FunctionExpression") { + parts.push(path.call(path => printMethodInternal$1(path, options, print), "value")); + } else { + parts.push(print("value")); + } + + return parts; } -function printMethodInternal(path, options, print) { - const parts = [printFunctionTypeParameters$2(path, options, print), group$c(concat$l([printFunctionParameters$1(path, print, options), printReturnType(path, print, options)]))]; +function printMethodInternal$1(path, options, print) { + const node = path.getNode(); + const parametersDoc = printFunctionParameters$1(path, print, options); + const returnTypeDoc = printReturnType(path, print, options); + const shouldGroupParameters = shouldGroupFunctionParameters$1(node, returnTypeDoc); + const parts = [printFunctionTypeParameters(path, options, print), group$n([shouldGroupParameters ? group$n(parametersDoc) : parametersDoc, returnTypeDoc])]; - if (path.getNode().body) { - parts.push(" ", path.call(print, "body")); + if (node.body) { + parts.push(" ", print("body")); } else { parts.push(options.semi ? ";" : ""); } - return concat$l(parts); + return parts; } -function printArrowFunctionExpression(path, options, print, args) { - const n = path.getValue(); +function printArrowFunctionSignature(path, options, print, args) { + const node = path.getValue(); const parts = []; - if (n.async) { + if (node.async) { parts.push("async "); } - if (shouldPrintParamsWithoutParens(path, options)) { - parts.push(path.call(print, "params", 0)); - } else { - parts.push(group$c(concat$l([printFunctionParameters$1(path, print, options, - /* expandLast */ - args && (args.expandLastArg || args.expandFirstArg), - /* printTypeParams */ - true), printReturnType(path, print, options)]))); - } + if (shouldPrintParamsWithoutParens$1(path, options)) { + parts.push(print(["params", 0])); + } else { + const expandArg = args && (args.expandLastArg || args.expandFirstArg); + let returnTypeDoc = printReturnType(path, print, options); + + if (expandArg) { + if (willBreak(returnTypeDoc)) { + throw new ArgExpansionBailout(); + } + + returnTypeDoc = group$n(removeLines$1(returnTypeDoc)); + } + + parts.push(group$n([printFunctionParameters$1(path, print, options, expandArg, + /* printTypeParams */ + true), returnTypeDoc])); + } + + const dangling = printDanglingComments$7(path, options, + /* sameIndent */ + true, comment => { + const nextCharacter = getNextNonSpaceNonCommentCharacterIndex(options.originalText, comment, locEnd$l); + return nextCharacter !== false && options.originalText.slice(nextCharacter, nextCharacter + 2) === "=>"; + }); + + if (dangling) { + parts.push(" ", dangling); + } + + return parts; +} + +function printArrowChain(path, args, signatures, shouldBreak, bodyDoc, tailNode) { + const name = path.getName(); + const parent = path.getParentNode(); + const isCallee = isCallLikeExpression(parent) && name === "callee"; + const isAssignmentRhs = Boolean(args && args.assignmentLayout); + const shouldPutBodyOnSeparateLine = tailNode.body.type !== "BlockStatement" && tailNode.body.type !== "ObjectExpression" && tailNode.body.type !== "SequenceExpression"; + const shouldBreakBeforeChain = isCallee && shouldPutBodyOnSeparateLine || args && args.assignmentLayout === "chain-tail-arrow-chain"; + const groupId = Symbol("arrow-chain"); // We handle sequence expressions as the body of arrows specially, + // so that the required parentheses end up on their own lines. + + if (tailNode.body.type === "SequenceExpression") { + bodyDoc = group$n(["(", indent$h([softline$h, bodyDoc]), softline$h, ")"]); + } + + return group$n([group$n(indent$h([isCallee || isAssignmentRhs ? softline$h : "", group$n(join$j([" =>", line$m], signatures), { + shouldBreak + })]), { + id: groupId, + shouldBreak: shouldBreakBeforeChain + }), " =>", indentIfBreak$1(shouldPutBodyOnSeparateLine ? indent$h([line$m, bodyDoc]) : [" ", bodyDoc], { + groupId + }), isCallee ? ifBreak$f(softline$h, "", { + groupId + }) : ""]); +} + +function printArrowFunction$1(path, options, print, args) { + let node = path.getValue(); + /** @type {Doc[]} */ + + const signatures = []; + const body = []; + let chainShouldBreak = false; + + (function rec() { + const doc = printArrowFunctionSignature(path, options, print, args); + + if (signatures.length === 0) { + signatures.push(doc); + } else { + const { + leading, + trailing + } = printCommentsSeparately(path, options); + signatures.push([leading, doc]); + body.unshift(trailing); + } - const dangling = printDanglingComments$7(path, options, - /* sameIndent */ - true, comment => { - const nextCharacter = getNextNonSpaceNonCommentCharacterIndex$3(options.originalText, comment, locEnd$8); - return nextCharacter !== false && options.originalText.slice(nextCharacter, nextCharacter + 2) === "=>"; - }); + chainShouldBreak = chainShouldBreak || // Always break the chain if: + node.returnType && getFunctionParameters(node).length > 0 || node.typeParameters || getFunctionParameters(node).some(param => param.type !== "Identifier"); - if (dangling) { - parts.push(" ", dangling); + if (node.body.type !== "ArrowFunctionExpression" || args && args.expandLastArg) { + body.unshift(print("body", args)); + } else { + node = node.body; + path.call(rec, "body"); + } + })(); + + if (signatures.length > 1) { + return printArrowChain(path, args, signatures, chainShouldBreak, body, node); } - parts.push(" =>"); - const body = path.call(bodyPath => print(bodyPath, args), "body"); // We want to always keep these types of nodes on the same line + const parts = signatures; + parts.push(" =>"); // We want to always keep these types of nodes on the same line // as the arrow. - if (!hasLeadingOwnLineComment$1(options.originalText, n.body) && (n.body.type === "ArrayExpression" || n.body.type === "ObjectExpression" || n.body.type === "BlockStatement" || isJSXNode$4(n.body) || isTemplateOnItsOwnLine$1(n.body, options.originalText) || n.body.type === "ArrowFunctionExpression" || n.body.type === "DoExpression")) { - return group$c(concat$l([concat$l(parts), " ", body])); + if (!hasLeadingOwnLineComment(options.originalText, node.body) && (node.body.type === "ArrayExpression" || node.body.type === "ObjectExpression" || node.body.type === "BlockStatement" || isJsxNode$2(node.body) || isTemplateOnItsOwnLine(node.body, options.originalText) || node.body.type === "ArrowFunctionExpression" || node.body.type === "DoExpression")) { + return group$n([...parts, " ", body]); } // We handle sequence expressions as the body of arrows specially, // so that the required parentheses end up on their own lines. - if (n.body.type === "SequenceExpression") { - return group$c(concat$l([concat$l(parts), group$c(concat$l([" (", indent$g(concat$l([softline$c, body])), softline$c, ")"]))])); + if (node.body.type === "SequenceExpression") { + return group$n([...parts, group$n([" (", indent$h([softline$h, body]), softline$h, ")"])]); } // if the arrow function is expanded as last argument, we are adding a // level of indentation and need to add a softline to align the closing ) // with the opening (, or if it's inside a JSXExpression (e.g. an attribute) // we should align the expression's closing } with the line with the opening {. - const shouldAddSoftLine = (args && args.expandLastArg || path.getParentNode().type === "JSXExpressionContainer") && !(n.comments && n.comments.length); - const printTrailingComma = args && args.expandLastArg && shouldPrintComma$6(options, "all"); // In order to avoid confusion between + const shouldAddSoftLine = (args && args.expandLastArg || path.getParentNode().type === "JSXExpressionContainer") && !hasComment$7(node); + const printTrailingComma = args && args.expandLastArg && shouldPrintComma$5(options, "all"); // In order to avoid confusion between // a => a ? a : a // a <= a ? a : a - const shouldAddParens = n.body.type === "ConditionalExpression" && !startsWithNoLookaheadToken$2(n.body, + const shouldAddParens = node.body.type === "ConditionalExpression" && !startsWithNoLookaheadToken(node.body, /* forbidFunctionAndClass */ false); - return group$c(concat$l([concat$l(parts), group$c(concat$l([indent$g(concat$l([line$d, shouldAddParens ? ifBreak$8("", "(") : "", body, shouldAddParens ? ifBreak$8("", ")") : ""])), shouldAddSoftLine ? concat$l([ifBreak$8(printTrailingComma ? "," : ""), softline$c]) : ""]))])); + return group$n([...parts, group$n([indent$h([line$m, shouldAddParens ? ifBreak$f("", "(") : "", body, shouldAddParens ? ifBreak$f("", ")") : ""]), shouldAddSoftLine ? [ifBreak$f(printTrailingComma ? "," : ""), softline$h] : ""])]); } function canPrintParamsWithoutParens(node) { - const parameters = getFunctionParameters$4(node); - return parameters.length === 1 && !node.typeParameters && !hasDanglingComments$5(node) && parameters[0].type === "Identifier" && !parameters[0].typeAnnotation && !parameters[0].comments && !parameters[0].optional && !node.predicate && !node.returnType; + const parameters = getFunctionParameters(node); + return parameters.length === 1 && !node.typeParameters && !hasComment$7(node, CommentCheckFlags$7.Dangling) && parameters[0].type === "Identifier" && !parameters[0].typeAnnotation && !hasComment$7(parameters[0]) && !parameters[0].optional && !node.predicate && !node.returnType; } -function shouldPrintParamsWithoutParens(path, options) { +function shouldPrintParamsWithoutParens$1(path, options) { if (options.arrowParens === "always") { return false; } @@ -43833,54 +46228,57 @@ function shouldPrintParamsWithoutParens(path, options) { return false; } +/** @returns {Doc} */ + function printReturnType(path, print, options) { - const n = path.getValue(); - const returnType = path.call(print, "returnType"); + const node = path.getValue(); + const returnType = print("returnType"); - if (n.returnType && isFlowAnnotationComment$2(options.originalText, n.returnType)) { - return concat$l([" /*: ", returnType, " */"]); + if (node.returnType && isFlowAnnotationComment(options.originalText, node.returnType)) { + return [" /*: ", returnType, " */"]; } const parts = [returnType]; // prepend colon to TypeScript type annotation - if (n.returnType && n.returnType.typeAnnotation) { + if (node.returnType && node.returnType.typeAnnotation) { parts.unshift(": "); } - if (n.predicate) { + if (node.predicate) { // The return type will already add the colon, but otherwise we // need to do it ourselves - parts.push(n.returnType ? " " : ": ", path.call(print, "predicate")); + parts.push(node.returnType ? " " : ": ", print("predicate")); } - return concat$l(parts); + return parts; } // `ReturnStatement` and `ThrowStatement` -function printReturnAndThrowArgument(path, options, print) { +function printReturnOrThrowArgument(path, options, print) { const node = path.getValue(); const semi = options.semi ? ";" : ""; const parts = []; if (node.argument) { - if (returnArgumentHasLeadingComment$1(options, node.argument)) { - parts.push(concat$l([" (", indent$g(concat$l([hardline$d, path.call(print, "argument")])), hardline$d, ")"])); - } else if (isBinaryish$3(node.argument) || node.argument.type === "SequenceExpression") { - parts.push(group$c(concat$l([ifBreak$8(" (", " "), indent$g(concat$l([softline$c, path.call(print, "argument")])), softline$c, ifBreak$8(")")]))); + if (returnArgumentHasLeadingComment(options, node.argument)) { + parts.push([" (", indent$h([hardline$q, print("argument")]), hardline$q, ")"]); + } else if (isBinaryish(node.argument) || node.argument.type === "SequenceExpression") { + parts.push(group$n([ifBreak$f(" (", " "), indent$h([softline$h, print("argument")]), softline$h, ifBreak$f(")")])); } else { - parts.push(" ", path.call(print, "argument")); + parts.push(" ", print("argument")); } } - const lastComment = Array.isArray(node.comments) && node.comments[node.comments.length - 1]; - const isLastCommentLine = lastComment && isLineComment$1(lastComment); + const comments = getComments$2(node); + const lastComment = getLast$b(comments); + const isLastCommentLine = lastComment && isLineComment$2(lastComment); if (isLastCommentLine) { parts.push(semi); } - if (hasDanglingComments$5(node)) { + if (hasComment$7(node, CommentCheckFlags$7.Dangling)) { parts.push(" ", printDanglingComments$7(path, options, /* sameIndent */ true)); @@ -43890,37 +46288,145 @@ function printReturnAndThrowArgument(path, options, print) { parts.push(semi); } - return concat$l(parts); + return parts; +} + +function printReturnStatement$1(path, options, print) { + return ["return", printReturnOrThrowArgument(path, options, print)]; +} + +function printThrowStatement$1(path, options, print) { + return ["throw", printReturnOrThrowArgument(path, options, print)]; +} // This recurses the return argument, looking for the first token +// (the leftmost leaf node) and, if it (or its parents) has any +// leadingComments, returns true (so it can be wrapped in parens). + + +function returnArgumentHasLeadingComment(options, argument) { + if (hasLeadingOwnLineComment(options.originalText, argument)) { + return true; + } + + if (hasNakedLeftSide$1(argument)) { + let leftMost = argument; + let newLeftMost; + + while (newLeftMost = getLeftSide(leftMost)) { + leftMost = newLeftMost; + + if (hasLeadingOwnLineComment(options.originalText, leftMost)) { + return true; + } + } + } + + return false; } var _function = { - printFunctionDeclaration, - printArrowFunctionExpression, - printMethod, - printReturnAndThrowArgument, - shouldPrintParamsWithoutParens + printFunction: printFunction$2, + printArrowFunction: printArrowFunction$1, + printMethod: printMethod$2, + printReturnStatement: printReturnStatement$1, + printThrowStatement: printThrowStatement$1, + printMethodInternal: printMethodInternal$1, + shouldPrintParamsWithoutParens: shouldPrintParamsWithoutParens$1 }; const { - printComments: printComments$3, - printDanglingComments: printDanglingComments$8 -} = comments; + isNonEmptyArray: isNonEmptyArray$c, + hasNewline: hasNewline$4 +} = util$8; const { builders: { - concat: concat$m, - join: join$8, - line: line$e, - hardline: hardline$e, - softline: softline$d, - group: group$d, - indent: indent$h, - ifBreak: ifBreak$9 + line: line$l, + hardline: hardline$p, + join: join$i, + breakParent: breakParent$7, + group: group$m } -} = document; +} = require$$7$3; const { - hasTrailingComment: hasTrailingComment$2, - hasTrailingLineComment: hasTrailingLineComment$1 -} = utils$6; + locStart: locStart$m, + locEnd: locEnd$k +} = loc$6; +const { + getParentExportDeclaration: getParentExportDeclaration$1 +} = utils$5; + +function printClassMemberDecorators$1(path, options, print) { + const node = path.getValue(); + return group$m([join$i(line$l, path.map(print, "decorators")), hasNewlineBetweenOrAfterDecorators(node, options) ? hardline$p : line$l]); +} + +function printDecoratorsBeforeExport$1(path, options, print) { + // Export declarations are responsible for printing any decorators + // that logically apply to node.declaration. + return [join$i(hardline$p, path.map(print, "declaration", "decorators")), hardline$p]; +} + +function printDecorators$1(path, options, print) { + const node = path.getValue(); + const { + decorators + } = node; + + if (!isNonEmptyArray$c(decorators) || // If the parent node is an export declaration and the decorator + // was written before the export, the export will be responsible + // for printing the decorators. + hasDecoratorsBeforeExport$1(path.getParentNode())) { + return; + } + + const shouldBreak = node.type === "ClassExpression" || node.type === "ClassDeclaration" || hasNewlineBetweenOrAfterDecorators(node, options); + return [getParentExportDeclaration$1(path) ? hardline$p : shouldBreak ? breakParent$7 : "", join$i(line$l, path.map(print, "decorators")), line$l]; +} + +function hasNewlineBetweenOrAfterDecorators(node, options) { + return node.decorators.some(decorator => hasNewline$4(options.originalText, locEnd$k(decorator))); +} + +function hasDecoratorsBeforeExport$1(node) { + if (node.type !== "ExportDefaultDeclaration" && node.type !== "ExportNamedDeclaration" && node.type !== "DeclareExportDeclaration") { + return false; + } + + const decorators = node.declaration && node.declaration.decorators; + return isNonEmptyArray$c(decorators) && locStart$m(node, { + ignoreDecorators: true + }) > locStart$m(decorators[0]); +} + +var decorators = { + printDecorators: printDecorators$1, + printClassMemberDecorators: printClassMemberDecorators$1, + printDecoratorsBeforeExport: printDecoratorsBeforeExport$1, + hasDecoratorsBeforeExport: hasDecoratorsBeforeExport$1 +}; + +const { + isNonEmptyArray: isNonEmptyArray$b, + createGroupIdMapper +} = util$8; +const { + printComments, + printDanglingComments: printDanglingComments$6 +} = comments$4; +const { + builders: { + join: join$h, + line: line$k, + hardline: hardline$o, + softline: softline$g, + group: group$l, + indent: indent$g, + ifBreak: ifBreak$e + } +} = require$$7$3; +const { + hasComment: hasComment$6, + CommentCheckFlags: CommentCheckFlags$6 +} = utils$5; const { getTypeParametersGroupId: getTypeParametersGroupId$1 } = typeParameters; @@ -43928,37 +46434,51 @@ const { printMethod: printMethod$1 } = _function; const { - printDecorators: printDecorators$1 -} = misc; + printOptionalToken: printOptionalToken$4, + printTypeAnnotation: printTypeAnnotation$3 +} = misc$1; +const { + printPropertyKey: printPropertyKey$2 +} = property; +const { + printAssignment +} = assignment; +const { + printClassMemberDecorators +} = decorators; -function printClass(path, options, print) { - const n = path.getValue(); +function printClass$2(path, options, print) { + const node = path.getValue(); const parts = []; - if (n.abstract) { + if (node.declare) { + parts.push("declare "); + } + + if (node.abstract) { parts.push("abstract "); } parts.push("class"); // Keep old behaviour of extends in same line // If there is only on extends and there are not comments - const groupMode = n.id && hasTrailingComment$2(n.id) || n.superClass && n.superClass.comments && n.superClass.comments.length !== 0 || n.extends && n.extends.length !== 0 || // DeclareClass - n.mixins && n.mixins.length !== 0 || n.implements && n.implements.length !== 0; + const groupMode = node.id && hasComment$6(node.id, CommentCheckFlags$6.Trailing) || node.superClass && hasComment$6(node.superClass) || isNonEmptyArray$b(node.extends) || // DeclareClass + isNonEmptyArray$b(node.mixins) || isNonEmptyArray$b(node.implements); const partsGroup = []; const extendsParts = []; - if (n.id) { - partsGroup.push(" ", path.call(print, "id")); + if (node.id) { + partsGroup.push(" ", print("id")); } - partsGroup.push(path.call(print, "typeParameters")); + partsGroup.push(print("typeParameters")); - if (n.superClass) { - const printed = concat$m(["extends ", printSuperClass(path, options, print), path.call(print, "superTypeParameters")]); - const printedWithComments = path.call(superClass => printComments$3(superClass, () => printed, options), "superClass"); + if (node.superClass) { + const printed = ["extends ", printSuperClass(path, options, print), print("superTypeParameters")]; + const printedWithComments = path.call(superClass => printComments(superClass, printed, options), "superClass"); if (groupMode) { - extendsParts.push(line$e, group$d(printedWithComments)); + extendsParts.push(line$k, group$l(printedWithComments)); } else { extendsParts.push(" ", printedWithComments); } @@ -43966,3215 +46486,3100 @@ function printClass(path, options, print) { extendsParts.push(printList(path, options, print, "extends")); } - extendsParts.push(printList(path, options, print, "mixins")); - extendsParts.push(printList(path, options, print, "implements")); + extendsParts.push(printList(path, options, print, "mixins"), printList(path, options, print, "implements")); if (groupMode) { - const printedExtends = concat$m(extendsParts); + let printedPartsGroup; - if (shouldIndentOnlyHeritageClauses(n)) { - parts.push(group$d(concat$m(partsGroup.concat(ifBreak$9(indent$h(printedExtends), printedExtends))))); + if (shouldIndentOnlyHeritageClauses(node)) { + printedPartsGroup = [...partsGroup, indent$g(extendsParts)]; } else { - parts.push(group$d(indent$h(concat$m(partsGroup.concat(printedExtends))))); + printedPartsGroup = indent$g([...partsGroup, extendsParts]); } + + parts.push(group$l(printedPartsGroup, { + id: getHeritageGroupId(node) + })); } else { parts.push(...partsGroup, ...extendsParts); } - parts.push(" ", path.call(print, "body")); - return concat$m(parts); + parts.push(" ", print("body")); + return parts; +} + +const getHeritageGroupId = createGroupIdMapper("heritageGroup"); + +function printHardlineAfterHeritage$2(node) { + return ifBreak$e(hardline$o, "", { + groupId: getHeritageGroupId(node) + }); } function hasMultipleHeritage(node) { - return ["superClass", "extends", "mixins", "implements"].filter(key => !!node[key]).length > 1; + return ["superClass", "extends", "mixins", "implements"].filter(key => Boolean(node[key])).length > 1; } function shouldIndentOnlyHeritageClauses(node) { - return node.typeParameters && !hasTrailingLineComment$1(node.typeParameters) && !hasMultipleHeritage(node); + return node.typeParameters && !hasComment$6(node.typeParameters, CommentCheckFlags$6.Trailing | CommentCheckFlags$6.Line) && !hasMultipleHeritage(node); } function printList(path, options, print, listName) { - const n = path.getValue(); + const node = path.getValue(); - if (!n[listName] || n[listName].length === 0) { + if (!isNonEmptyArray$b(node[listName])) { return ""; } - const printedLeadingComments = printDanglingComments$8(path, options, + const printedLeadingComments = printDanglingComments$6(path, options, /* sameIndent */ true, ({ marker }) => marker === listName); - return concat$m([shouldIndentOnlyHeritageClauses(n) ? ifBreak$9(" ", line$e, { - groupId: getTypeParametersGroupId$1(n.typeParameters) - }) : line$e, printedLeadingComments, printedLeadingComments && hardline$e, listName, group$d(indent$h(concat$m([line$e, join$8(concat$m([",", line$e]), path.map(print, listName))])))]); + return [shouldIndentOnlyHeritageClauses(node) ? ifBreak$e(" ", line$k, { + groupId: getTypeParametersGroupId$1(node.typeParameters) + }) : line$k, printedLeadingComments, printedLeadingComments && hardline$o, listName, group$l(indent$g([line$k, join$h([",", line$k], path.map(print, listName))]))]; } function printSuperClass(path, options, print) { - const printed = path.call(print, "superClass"); + const printed = print("superClass"); const parent = path.getParentNode(); if (parent.type === "AssignmentExpression") { - return group$d(ifBreak$9(concat$m(["(", indent$h(concat$m([softline$d, printed])), softline$d, ")"]), printed)); + return group$l(ifBreak$e(["(", indent$g([softline$g, printed]), softline$g, ")"], printed)); } return printed; } -function printClassMethod(path, options, print) { - const n = path.getValue(); +function printClassMethod$2(path, options, print) { + const node = path.getValue(); const parts = []; - if (n.decorators && n.decorators.length !== 0) { - parts.push(printDecorators$1(path, options, print)); + if (isNonEmptyArray$b(node.decorators)) { + parts.push(printClassMemberDecorators(path, options, print)); + } + + if (node.accessibility) { + parts.push(node.accessibility + " "); + } // "readonly" and "declare" are supported by only "babel-ts" + // https://github.com/prettier/prettier/issues/9760 + + + if (node.readonly) { + parts.push("readonly "); } - if (n.accessibility) { - parts.push(n.accessibility + " "); + if (node.declare) { + parts.push("declare "); } - if (n.static) { + if (node.static) { parts.push("static "); } - if (n.type === "TSAbstractMethodDefinition" || n.abstract) { + if (node.type === "TSAbstractMethodDefinition" || node.abstract) { parts.push("abstract "); } + if (node.override) { + parts.push("override "); + } + parts.push(printMethod$1(path, options, print)); - return concat$m(parts); + return parts; } -var _class = { - printClass, - printClassMethod -}; - -const { - getLast: getLast$6, - getPenultimate: getPenultimate$1, - isNextLineEmpty: isNextLineEmpty$5 -} = util; -const { - getFunctionParameters: getFunctionParameters$5, - iterateFunctionParametersPath: iterateFunctionParametersPath$2, - hasLeadingComment: hasLeadingComment$3, - hasTrailingComment: hasTrailingComment$3, - isFunctionCompositionArgs: isFunctionCompositionArgs$1, - isJSXNode: isJSXNode$5, - isLongCurriedCallExpression: isLongCurriedCallExpression$1, - shouldPrintComma: shouldPrintComma$7, - getCallArguments: getCallArguments$1, - iterateCallArgumentsPath: iterateCallArgumentsPath$1 -} = utils$6; -const { - locEnd: locEnd$9 -} = loc; -const { - builders: { - concat: concat$n, - line: line$f, - hardline: hardline$f, - softline: softline$e, - group: group$e, - indent: indent$i, - conditionalGroup: conditionalGroup$2, - ifBreak: ifBreak$a, - breakParent: breakParent$3 - }, - utils: { - willBreak: willBreak$2 - } -} = document; - -function printCallArguments(path, options, print) { +function printClassProperty$2(path, options, print) { const node = path.getValue(); - const isDynamicImport = node.type === "ImportExpression"; - const args = getCallArguments$1(node); - - if (args.length === 0) { - return concat$n(["(", comments.printDanglingComments(path, options, - /* sameIndent */ - true), ")"]); - } // useEffect(() => { ... }, [foo, bar, baz]) - - - if (args.length === 2 && args[0].type === "ArrowFunctionExpression" && getFunctionParameters$5(args[0]).length === 0 && args[0].body.type === "BlockStatement" && args[1].type === "ArrayExpression" && !args.some(arg => arg.comments)) { - return concat$n(["(", path.call(print, "arguments", 0), ", ", path.call(print, "arguments", 1), ")"]); - } // func( - // ({ - // a, - // - // b - // }) => {} - // ); - - - function shouldBreakForArrowFunctionInArguments(arg, argPath) { - if (!arg || arg.type !== "ArrowFunctionExpression" || !arg.body || arg.body.type !== "BlockStatement" || getFunctionParameters$5(arg).length === 0) { - return false; - } + const parts = []; + const semi = options.semi ? ";" : ""; - let shouldBreak = false; - iterateFunctionParametersPath$2(argPath, parameterPath => { - shouldBreak = shouldBreak || willBreak$2(concat$n([print(parameterPath)])); - }); - return shouldBreak; + if (isNonEmptyArray$b(node.decorators)) { + parts.push(printClassMemberDecorators(path, options, print)); } - let anyArgEmptyLine = false; - let shouldBreakForArrowFunction = false; - let hasEmptyLineFollowingFirstArg = false; - const lastArgIndex = args.length - 1; - const printedArguments = []; - iterateCallArgumentsPath$1(path, (argPath, index) => { - const arg = argPath.getNode(); - const parts = [print(argPath)]; - - if (index === lastArgIndex) ; else if (isNextLineEmpty$5(options.originalText, arg, locEnd$9)) { - if (index === 0) { - hasEmptyLineFollowingFirstArg = true; - } - - anyArgEmptyLine = true; - parts.push(",", hardline$f, hardline$f); - } else { - parts.push(",", line$f); - } - - shouldBreakForArrowFunction = shouldBreakForArrowFunctionInArguments(arg, argPath); - printedArguments.push(concat$n(parts)); - }); - const maybeTrailingComma = // Dynamic imports cannot have trailing commas - !(isDynamicImport || node.callee && node.callee.type === "Import") && shouldPrintComma$7(options, "all") ? "," : ""; - - function allArgsBrokenOut() { - return group$e(concat$n(["(", indent$i(concat$n([line$f, concat$n(printedArguments)])), maybeTrailingComma, line$f, ")"]), { - shouldBreak: true - }); + if (node.accessibility) { + parts.push(node.accessibility + " "); } - if (path.getParentNode().type !== "Decorator" && isFunctionCompositionArgs$1(args)) { - return allArgsBrokenOut(); + if (node.declare) { + parts.push("declare "); } - const shouldGroupFirst = shouldGroupFirstArg(args); - const shouldGroupLast = shouldGroupLastArg(args); - - if (shouldGroupFirst || shouldGroupLast) { - const shouldBreak = (shouldGroupFirst ? printedArguments.slice(1).some(willBreak$2) : printedArguments.slice(0, -1).some(willBreak$2)) || anyArgEmptyLine || shouldBreakForArrowFunction; // We want to print the last argument with a special flag - - let printedExpanded = []; - iterateCallArgumentsPath$1(path, (argPath, i) => { - if (shouldGroupFirst && i === 0) { - printedExpanded = [concat$n([argPath.call(p => print(p, { - expandFirstArg: true - })), printedArguments.length > 1 ? "," : "", hasEmptyLineFollowingFirstArg ? hardline$f : line$f, hasEmptyLineFollowingFirstArg ? hardline$f : ""])].concat(printedArguments.slice(1)); - } - - if (shouldGroupLast && i === args.length - 1) { - printedExpanded = printedArguments.slice(0, -1).concat(argPath.call(p => print(p, { - expandLastArg: true - }))); - } - }); - const somePrintedArgumentsWillBreak = printedArguments.some(willBreak$2); - const simpleConcat = concat$n(["(", concat$n(printedExpanded), ")"]); - return concat$n([somePrintedArgumentsWillBreak ? breakParent$3 : "", conditionalGroup$2([!somePrintedArgumentsWillBreak && !node.typeArguments && !node.typeParameters ? simpleConcat : ifBreak$a(allArgsBrokenOut(), simpleConcat), shouldGroupFirst ? concat$n(["(", group$e(printedExpanded[0], { - shouldBreak: true - }), concat$n(printedExpanded.slice(1)), ")"]) : concat$n(["(", concat$n(printedArguments.slice(0, -1)), group$e(getLast$6(printedExpanded), { - shouldBreak: true - }), ")"]), allArgsBrokenOut()], { - shouldBreak - })]); + if (node.static) { + parts.push("static "); } - const contents = concat$n(["(", indent$i(concat$n([softline$e, concat$n(printedArguments)])), ifBreak$a(maybeTrailingComma), softline$e, ")"]); - - if (isLongCurriedCallExpression$1(path)) { - // By not wrapping the arguments in a group, the printer prioritizes - // breaking up these arguments rather than the args of the parent call. - return contents; + if (node.type === "TSAbstractPropertyDefinition" || node.abstract) { + parts.push("abstract "); } - return group$e(contents, { - shouldBreak: printedArguments.some(willBreak$2) || anyArgEmptyLine - }); -} - -function couldGroupArg(arg) { - return arg.type === "ObjectExpression" && (arg.properties.length > 0 || arg.comments) || arg.type === "ArrayExpression" && (arg.elements.length > 0 || arg.comments) || arg.type === "TSTypeAssertion" && couldGroupArg(arg.expression) || arg.type === "TSAsExpression" && couldGroupArg(arg.expression) || arg.type === "FunctionExpression" || arg.type === "ArrowFunctionExpression" && ( // we want to avoid breaking inside composite return types but not simple keywords - // https://github.com/prettier/prettier/issues/4070 - // export class Thing implements OtherThing { - // do: (type: Type) => Provider = memoize( - // (type: ObjectType): Provider => {} - // ); - // } - // https://github.com/prettier/prettier/issues/6099 - // app.get("/", (req, res): void => { - // res.send("Hello World!"); - // }); - !arg.returnType || !arg.returnType.typeAnnotation || arg.returnType.typeAnnotation.type !== "TSTypeReference") && (arg.body.type === "BlockStatement" || arg.body.type === "ArrowFunctionExpression" || arg.body.type === "ObjectExpression" || arg.body.type === "ArrayExpression" || arg.body.type === "CallExpression" || arg.body.type === "OptionalCallExpression" || arg.body.type === "ConditionalExpression" || isJSXNode$5(arg.body)); -} + if (node.override) { + parts.push("override "); + } -function shouldGroupLastArg(args) { - const lastArg = getLast$6(args); - const penultimateArg = getPenultimate$1(args); - return !hasLeadingComment$3(lastArg) && !hasTrailingComment$3(lastArg) && couldGroupArg(lastArg) && ( // If the last two arguments are of the same type, - // disable last element expansion. - !penultimateArg || penultimateArg.type !== lastArg.type); -} + if (node.readonly) { + parts.push("readonly "); + } -function shouldGroupFirstArg(args) { - if (args.length !== 2) { - return false; + if (node.variance) { + parts.push(print("variance")); } - const [firstArg, secondArg] = args; - return (!firstArg.comments || !firstArg.comments.length) && (firstArg.type === "FunctionExpression" || firstArg.type === "ArrowFunctionExpression" && firstArg.body.type === "BlockStatement") && secondArg.type !== "FunctionExpression" && secondArg.type !== "ArrowFunctionExpression" && secondArg.type !== "ConditionalExpression" && !couldGroupArg(secondArg); + parts.push(printPropertyKey$2(path, options, print), printOptionalToken$4(path), printTypeAnnotation$3(path, options, print)); + return [printAssignment(path, options, print, parts, " =", "value"), semi]; } -var callArguments = printCallArguments; +var _class = { + printClass: printClass$2, + printClassMethod: printClassMethod$2, + printClassProperty: printClassProperty$2, + printHardlineAfterHeritage: printHardlineAfterHeritage$2 +}; +const { + isNonEmptyArray: isNonEmptyArray$a +} = util$8; const { builders: { - concat: concat$o, - softline: softline$f, - group: group$f, - indent: indent$j + join: join$g, + line: line$j, + group: group$k, + indent: indent$f, + ifBreak: ifBreak$d } -} = document; +} = require$$7$3; const { - isNumericLiteral: isNumericLiteral$2 -} = utils$6; + hasComment: hasComment$5, + identity, + CommentCheckFlags: CommentCheckFlags$5 +} = utils$5; const { - printOptionalToken: printOptionalToken$3 -} = misc; + getTypeParametersGroupId +} = typeParameters; +const { + printTypeScriptModifiers: printTypeScriptModifiers$1 +} = misc$1; -function printMemberExpression(path, options, print) { - const n = path.getValue(); - const parent = path.getParentNode(); - let firstNonMemberParent; - let i = 0; +function printInterface$2(path, options, print) { + const node = path.getValue(); + const parts = []; - do { - firstNonMemberParent = path.getParentNode(i); - i++; - } while (firstNonMemberParent && (firstNonMemberParent.type === "MemberExpression" || firstNonMemberParent.type === "OptionalMemberExpression" || firstNonMemberParent.type === "TSNonNullExpression")); + if (node.declare) { + parts.push("declare "); + } - const shouldInline = firstNonMemberParent && (firstNonMemberParent.type === "NewExpression" || firstNonMemberParent.type === "BindExpression" || firstNonMemberParent.type === "VariableDeclarator" && firstNonMemberParent.id.type !== "Identifier" || firstNonMemberParent.type === "AssignmentExpression" && firstNonMemberParent.left.type !== "Identifier") || n.computed || n.object.type === "Identifier" && n.property.type === "Identifier" && parent.type !== "MemberExpression" && parent.type !== "OptionalMemberExpression"; - return concat$o([path.call(print, "object"), shouldInline ? printMemberLookup(path, options, print) : group$f(indent$j(concat$o([softline$f, printMemberLookup(path, options, print)])))]); -} + if (node.type === "TSInterfaceDeclaration") { + parts.push(node.abstract ? "abstract " : "", printTypeScriptModifiers$1(path, options, print)); + } -function printMemberLookup(path, options, print) { - const property = path.call(print, "property"); - const n = path.getValue(); - const optional = printOptionalToken$3(path); + parts.push("interface"); + const partsGroup = []; + const extendsParts = []; + + if (node.type !== "InterfaceTypeAnnotation") { + partsGroup.push(" ", print("id"), print("typeParameters")); + } + + const shouldIndentOnlyHeritageClauses = node.typeParameters && !hasComment$5(node.typeParameters, CommentCheckFlags$5.Trailing | CommentCheckFlags$5.Line); - if (!n.computed) { - return concat$o([optional, ".", property]); + if (isNonEmptyArray$a(node.extends)) { + extendsParts.push(shouldIndentOnlyHeritageClauses ? ifBreak$d(" ", line$j, { + groupId: getTypeParametersGroupId(node.typeParameters) + }) : line$j, "extends ", (node.extends.length === 1 ? identity : indent$f)(join$g([",", line$j], path.map(print, "extends")))); } - if (!n.property || isNumericLiteral$2(n.property)) { - return concat$o([optional, "[", property, "]"]); + if (node.id && hasComment$5(node.id, CommentCheckFlags$5.Trailing) || isNonEmptyArray$a(node.extends)) { + if (shouldIndentOnlyHeritageClauses) { + parts.push(group$k([...partsGroup, indent$f(extendsParts)])); + } else { + parts.push(group$k(indent$f([...partsGroup, ...extendsParts]))); + } + } else { + parts.push(...partsGroup, ...extendsParts); } - return group$f(concat$o([optional, "[", indent$j(concat$o([softline$f, property])), softline$f, "]"])); + parts.push(" ", print("body")); + return group$k(parts); } -var member = { - printMemberExpression, - printMemberLookup +var _interface = { + printInterface: printInterface$2 }; const { - getLast: getLast$7, - isNextLineEmpty: isNextLineEmpty$6, - isNextLineEmptyAfterIndex: isNextLineEmptyAfterIndex$2, - getNextNonSpaceNonCommentCharacterIndex: getNextNonSpaceNonCommentCharacterIndex$4 -} = util; -const { - hasLeadingComment: hasLeadingComment$4, - hasTrailingComment: hasTrailingComment$4, - isCallOrOptionalCallExpression: isCallOrOptionalCallExpression$2, - isFunctionOrArrowExpression: isFunctionOrArrowExpression$1, - isLongCurriedCallExpression: isLongCurriedCallExpression$2, - isMemberish: isMemberish$1, - isNumericLiteral: isNumericLiteral$3, - isSimpleCallArgument: isSimpleCallArgument$1 -} = utils$6; -const { - locEnd: locEnd$a -} = loc; + isNonEmptyArray: isNonEmptyArray$9 +} = util$8; const { builders: { - concat: concat$p, - join: join$9, - hardline: hardline$g, - group: group$g, - indent: indent$k, - conditionalGroup: conditionalGroup$3, - breakParent: breakParent$4 - }, - utils: { - willBreak: willBreak$3 + softline: softline$f, + group: group$j, + indent: indent$e, + join: join$f, + line: line$i, + ifBreak: ifBreak$c, + hardline: hardline$n } -} = document; +} = require$$7$3; const { - printMemberLookup: printMemberLookup$1 -} = member; + printDanglingComments: printDanglingComments$5 +} = comments$4; const { - printOptionalToken: printOptionalToken$4, - printFunctionTypeParameters: printFunctionTypeParameters$3, - printBindExpressionCallee: printBindExpressionCallee$1 -} = misc; // We detect calls on member expressions specially to format a -// common pattern better. The pattern we are looking for is this: -// -// arr -// .map(x => x + 1) -// .filter(x => x > 10) -// .some(x => x % 2) -// -// The way it is structured in the AST is via a nested sequence of -// MemberExpression and CallExpression. We need to traverse the AST -// and make groups out of it to print it in the desired way. - -function printMemberChain(path, options, print) { - const parent = path.getParentNode(); - const isExpressionStatement = !parent || parent.type === "ExpressionStatement"; // The first phase is to linearize the AST by traversing it down. - // - // a().b() - // has the following AST structure: - // CallExpression(MemberExpression(CallExpression(Identifier))) - // and we transform it into - // [Identifier, CallExpression, MemberExpression, CallExpression] - - const printedNodes = []; // Here we try to retain one typed empty line after each call expression or - // the first group whether it is in parentheses or not + hasComment: hasComment$4, + CommentCheckFlags: CommentCheckFlags$4, + shouldPrintComma: shouldPrintComma$4, + needsHardlineAfterDanglingComment: needsHardlineAfterDanglingComment$1 +} = utils$5; +const { + locStart: locStart$l, + hasSameLoc +} = loc$6; +const { + hasDecoratorsBeforeExport, + printDecoratorsBeforeExport +} = decorators; +/** + * @typedef {import("../../document").Doc} Doc + */ - function shouldInsertEmptyLineAfter(node) { - const { - originalText - } = options; - const nextCharIndex = getNextNonSpaceNonCommentCharacterIndex$4(originalText, node, locEnd$a); - const nextChar = originalText.charAt(nextCharIndex); // if it is cut off by a parenthesis, we only account for one typed empty - // line after that parenthesis +function printImportDeclaration$1(path, options, print) { + const node = path.getValue(); + const semi = options.semi ? ";" : ""; + /** @type{Doc[]} */ - if (nextChar === ")") { - return nextCharIndex !== false && isNextLineEmptyAfterIndex$2(originalText, nextCharIndex + 1); - } + const parts = []; + const { + importKind + } = node; + parts.push("import"); - return isNextLineEmpty$6(originalText, node, locEnd$a); + if (importKind && importKind !== "value") { + parts.push(" ", importKind); } - function rec(path) { - const node = path.getValue(); + parts.push(printModuleSpecifiers(path, options, print), printModuleSource(path, options, print), printImportAssertions(path, options, print), semi); + return parts; +} - if (isCallOrOptionalCallExpression$2(node) && (isMemberish$1(node.callee) || isCallOrOptionalCallExpression$2(node.callee))) { - printedNodes.unshift({ - node, - printed: concat$p([comments.printComments(path, () => concat$p([printOptionalToken$4(path), printFunctionTypeParameters$3(path, options, print), callArguments(path, options, print)]), options), shouldInsertEmptyLineAfter(node) ? hardline$g : ""]) - }); - path.call(callee => rec(callee), "callee"); - } else if (isMemberish$1(node)) { - printedNodes.unshift({ - node, - needsParens: needsParens_1(path, options), - printed: comments.printComments(path, () => node.type === "OptionalMemberExpression" || node.type === "MemberExpression" ? printMemberLookup$1(path, options, print) : printBindExpressionCallee$1(path, options, print), options) - }); - path.call(object => rec(object), "object"); - } else if (node.type === "TSNonNullExpression") { - printedNodes.unshift({ - node, - printed: comments.printComments(path, () => "!", options) - }); - path.call(expression => rec(expression), "expression"); - } else { - printedNodes.unshift({ - node, - printed: path.call(print) - }); - } - } // Note: the comments of the root node have already been printed, so we - // need to extract this first call without printing them as they would - // if handled inside of the recursive call. +function printExportDeclaration$2(path, options, print) { + const node = path.getValue(); + /** @type{Doc[]} */ + const parts = []; // Only print decorators here if they were written before the export, + // otherwise they are printed by the node.declaration - const node = path.getValue(); - printedNodes.unshift({ - node, - printed: concat$p([printOptionalToken$4(path), printFunctionTypeParameters$3(path, options, print), callArguments(path, options, print)]) - }); + if (hasDecoratorsBeforeExport(node)) { + parts.push(printDecoratorsBeforeExport(path, options, print)); + } - if (node.callee) { - path.call(callee => rec(callee), "callee"); - } // Once we have a linear list of printed nodes, we want to create groups out - // of it. - // - // a().b.c().d().e - // will be grouped as - // [ - // [Identifier, CallExpression], - // [MemberExpression, MemberExpression, CallExpression], - // [MemberExpression, CallExpression], - // [MemberExpression], - // ] - // so that we can print it as - // a() - // .b.c() - // .d() - // .e - // The first group is the first node followed by - // - as many CallExpression as possible - // < fn()()() >.something() - // - as many array accessors as possible - // < fn()[0][1][2] >.something() - // - then, as many MemberExpression as possible but the last one - // < this.items >.something() + const { + type, + exportKind, + declaration + } = node; + parts.push("export"); + const isDefaultExport = node.default || type === "ExportDefaultDeclaration"; + if (isDefaultExport) { + parts.push(" default"); + } - const groups = []; - let currentGroup = [printedNodes[0]]; - let i = 1; + if (hasComment$4(node, CommentCheckFlags$4.Dangling)) { + parts.push(" ", printDanglingComments$5(path, options, + /* sameIndent */ + true)); - for (; i < printedNodes.length; ++i) { - if (printedNodes[i].node.type === "TSNonNullExpression" || isCallOrOptionalCallExpression$2(printedNodes[i].node) || (printedNodes[i].node.type === "MemberExpression" || printedNodes[i].node.type === "OptionalMemberExpression") && printedNodes[i].node.computed && isNumericLiteral$3(printedNodes[i].node.property)) { - currentGroup.push(printedNodes[i]); - } else { - break; + if (needsHardlineAfterDanglingComment$1(node)) { + parts.push(hardline$n); } } - if (!isCallOrOptionalCallExpression$2(printedNodes[0].node)) { - for (; i + 1 < printedNodes.length; ++i) { - if (isMemberish$1(printedNodes[i].node) && isMemberish$1(printedNodes[i + 1].node)) { - currentGroup.push(printedNodes[i]); - } else { - break; - } - } + if (declaration) { + parts.push(" ", print("declaration")); + } else { + parts.push(exportKind === "type" ? " type" : "", printModuleSpecifiers(path, options, print), printModuleSource(path, options, print), printImportAssertions(path, options, print)); } - groups.push(currentGroup); - currentGroup = []; // Then, each following group is a sequence of MemberExpression followed by - // a sequence of CallExpression. To compute it, we keep adding things to the - // group until we has seen a CallExpression in the past and reach a - // MemberExpression + if (shouldExportDeclarationPrintSemi(node, options)) { + parts.push(";"); + } - let hasSeenCallExpression = false; + return parts; +} - for (; i < printedNodes.length; ++i) { - if (hasSeenCallExpression && isMemberish$1(printedNodes[i].node)) { - // [0] should be appended at the end of the group instead of the - // beginning of the next one - if (printedNodes[i].node.computed && isNumericLiteral$3(printedNodes[i].node.property)) { - currentGroup.push(printedNodes[i]); - continue; - } +function printExportAllDeclaration$2(path, options, print) { + const node = path.getValue(); + const semi = options.semi ? ";" : ""; + /** @type{Doc[]} */ - groups.push(currentGroup); - currentGroup = []; - hasSeenCallExpression = false; - } + const parts = []; + const { + exportKind, + exported + } = node; + parts.push("export"); - if (isCallOrOptionalCallExpression$2(printedNodes[i].node) || printedNodes[i].node.type === "ImportExpression") { - hasSeenCallExpression = true; - } + if (exportKind === "type") { + parts.push(" type"); + } - currentGroup.push(printedNodes[i]); + parts.push(" *"); - if (printedNodes[i].node.comments && printedNodes[i].node.comments.some(comment => comment.trailing)) { - groups.push(currentGroup); - currentGroup = []; - hasSeenCallExpression = false; - } + if (exported) { + parts.push(" as ", print("exported")); + } + + parts.push(printModuleSource(path, options, print), printImportAssertions(path, options, print), semi); + return parts; +} + +function shouldExportDeclarationPrintSemi(node, options) { + if (!options.semi) { + return false; + } + + const { + type, + declaration + } = node; + const isDefaultExport = node.default || type === "ExportDefaultDeclaration"; + + if (!declaration) { + return true; } - if (currentGroup.length > 0) { - groups.push(currentGroup); - } // There are cases like Object.keys(), Observable.of(), _.values() where - // they are the subject of all the chained calls and therefore should - // be kept on the same line: - // - // Object.keys(items) - // .filter(x => x) - // .map(x => x) - // - // In order to detect those cases, we use an heuristic: if the first - // node is an identifier with the name starting with a capital - // letter or just a sequence of _$. The rationale is that they are - // likely to be factories. + const { + type: declarationType + } = declaration; + if (isDefaultExport && declarationType !== "ClassDeclaration" && declarationType !== "FunctionDeclaration" && declarationType !== "TSInterfaceDeclaration" && declarationType !== "DeclareClass" && declarationType !== "DeclareFunction" && declarationType !== "TSDeclareFunction" && declarationType !== "EnumDeclaration") { + return true; + } - function isFactory(name) { - return /^[A-Z]|^[$_]+$/.test(name); - } // In case the Identifier is shorter than tab width, we can keep the - // first call in a single line, if it's an ExpressionStatement. - // - // d3.scaleLinear() - // .domain([0, 100]) - // .range([0, width]); - // + return false; +} +function printModuleSource(path, options, print) { + const node = path.getValue(); - function isShort(name) { - return name.length <= options.tabWidth; + if (!node.source) { + return ""; } + /** @type{Doc[]} */ - function shouldNotWrap(groups) { - const hasComputed = groups[1].length && groups[1][0].node.computed; - if (groups[0].length === 1) { - const firstNode = groups[0][0].node; - return firstNode.type === "ThisExpression" || firstNode.type === "Identifier" && (isFactory(firstNode.name) || isExpressionStatement && isShort(firstNode.name) || hasComputed); - } + const parts = []; - const lastNode = getLast$7(groups[0]).node; - return (lastNode.type === "MemberExpression" || lastNode.type === "OptionalMemberExpression") && lastNode.property.type === "Identifier" && (isFactory(lastNode.property.name) || hasComputed); + if (!shouldNotPrintSpecifiers(node, options)) { + parts.push(" from"); } - const shouldMerge = groups.length >= 2 && !groups[1][0].node.comments && shouldNotWrap(groups); - - function printGroup(printedGroup) { - const printed = printedGroup.map(tuple => tuple.printed); // Checks if the last node (i.e. the parent node) needs parens and print - // accordingly + parts.push(" ", print("source")); + return parts; +} - if (printedGroup.length > 0 && printedGroup[printedGroup.length - 1].needsParens) { - return concat$p(["(", ...printed, ")"]); - } +function printModuleSpecifiers(path, options, print) { + const node = path.getValue(); - return concat$p(printed); + if (shouldNotPrintSpecifiers(node, options)) { + return ""; } + /** @type{Doc[]} */ - function printIndentedGroup(groups) { - /* istanbul ignore next */ - if (groups.length === 0) { - return ""; - } - return indent$k(group$g(concat$p([hardline$g, join$9(hardline$g, groups.map(printGroup))]))); - } + const parts = [" "]; - const printedGroups = groups.map(printGroup); - const oneLine = concat$p(printedGroups); - const cutoff = shouldMerge ? 3 : 2; - const flatGroups = flatten_1(groups); - const hasComment = flatGroups.slice(1, -1).some(node => hasLeadingComment$4(node.node)) || flatGroups.slice(0, -1).some(node => hasTrailingComment$4(node.node)) || groups[cutoff] && hasLeadingComment$4(groups[cutoff][0].node); // If we only have a single `.`, we shouldn't do anything fancy and just - // render everything concatenated together. + if (isNonEmptyArray$9(node.specifiers)) { + const standaloneSpecifiers = []; + const groupedSpecifiers = []; + path.each(() => { + const specifierType = path.getValue().type; - if (groups.length <= cutoff && !hasComment) { - if (isLongCurriedCallExpression$2(path)) { - return oneLine; - } + if (specifierType === "ExportNamespaceSpecifier" || specifierType === "ExportDefaultSpecifier" || specifierType === "ImportNamespaceSpecifier" || specifierType === "ImportDefaultSpecifier") { + standaloneSpecifiers.push(print()); + } else if (specifierType === "ExportSpecifier" || specifierType === "ImportSpecifier") { + groupedSpecifiers.push(print()); + } else { + /* istanbul ignore next */ + throw new Error(`Unknown specifier type ${JSON.stringify(specifierType)}`); + } + }, "specifiers"); + parts.push(join$f(", ", standaloneSpecifiers)); - return group$g(oneLine); - } // Find out the last node in the first group and check if it has an - // empty line after + if (groupedSpecifiers.length > 0) { + if (standaloneSpecifiers.length > 0) { + parts.push(", "); + } + const canBreak = groupedSpecifiers.length > 1 || standaloneSpecifiers.length > 0 || node.specifiers.some(node => hasComment$4(node)); - const lastNodeBeforeIndent = getLast$7(groups[shouldMerge ? 1 : 0]).node; - const shouldHaveEmptyLineBeforeIndent = !isCallOrOptionalCallExpression$2(lastNodeBeforeIndent) && shouldInsertEmptyLineAfter(lastNodeBeforeIndent); - const expanded = concat$p([printGroup(groups[0]), shouldMerge ? concat$p(groups.slice(1, 2).map(printGroup)) : "", shouldHaveEmptyLineBeforeIndent ? hardline$g : "", printIndentedGroup(groups.slice(shouldMerge ? 2 : 1))]); - const callExpressions = printedNodes.map(({ - node - }) => node).filter(isCallOrOptionalCallExpression$2); + if (canBreak) { + parts.push(group$j(["{", indent$e([options.bracketSpacing ? line$i : softline$f, join$f([",", line$i], groupedSpecifiers)]), ifBreak$c(shouldPrintComma$4(options) ? "," : ""), options.bracketSpacing ? line$i : softline$f, "}"])); + } else { + parts.push(["{", options.bracketSpacing ? " " : "", ...groupedSpecifiers, options.bracketSpacing ? " " : "", "}"]); + } + } + } else { + parts.push("{}"); + } - function lastGroupWillBreakAndOtherCallsHaveFunctionArguments() { - const lastGroupNode = getLast$7(getLast$7(groups)).node; - const lastGroupDoc = getLast$7(printedGroups); - return isCallOrOptionalCallExpression$2(lastGroupNode) && willBreak$3(lastGroupDoc) && callExpressions.slice(0, -1).some(n => n.arguments.some(isFunctionOrArrowExpression$1)); - } // We don't want to print in one line if at least one of these conditions occurs: - // * the chain has comments, - // * the chain is an expression statement and all the arguments are literal-like ("fluent configuration" pattern), - // * the chain is longer than 2 calls and has non-trivial arguments or more than 2 arguments in any call but the first one, - // * any group but the last one has a hard line, - // * the last call's arguments have a hard line and other calls have non-trivial arguments. + return parts; +} +function shouldNotPrintSpecifiers(node, options) { + const { + type, + importKind, + source, + specifiers + } = node; + + if (type !== "ImportDeclaration" || isNonEmptyArray$9(specifiers) || importKind === "type") { + return false; + } // TODO: check tokens - if (hasComment || callExpressions.length > 2 && callExpressions.some(expr => !expr.arguments.every(arg => isSimpleCallArgument$1(arg, 0))) || printedGroups.slice(0, -1).some(willBreak$3) || lastGroupWillBreakAndOtherCallsHaveFunctionArguments()) { - return group$g(expanded); - } - return concat$p([// We only need to check `oneLine` because if `expanded` is chosen - // that means that the parent group has already been broken - // naturally - willBreak$3(oneLine) || shouldHaveEmptyLineBeforeIndent ? breakParent$4 : "", conditionalGroup$3([oneLine, expanded])]); + return !/{\s*}/.test(options.originalText.slice(locStart$l(node), locStart$l(source))); } -var memberChain = printMemberChain; +function printImportAssertions(path, options, print) { + const node = path.getNode(); -const { - builders: { - concat: concat$q, - join: join$a, - group: group$h + if (isNonEmptyArray$9(node.assertions)) { + return [" assert {", options.bracketSpacing ? " " : "", join$f(", ", path.map(print, "assertions")), options.bracketSpacing ? " " : "", "}"]; } -} = document; -const { - getCallArguments: getCallArguments$2, - hasFlowAnnotationComment: hasFlowAnnotationComment$2, - isCallOrOptionalCallExpression: isCallOrOptionalCallExpression$3, - isMemberish: isMemberish$2, - isTemplateOnItsOwnLine: isTemplateOnItsOwnLine$2, - isTestCall: isTestCall$3, - iterateCallArgumentsPath: iterateCallArgumentsPath$2 -} = utils$6; -const { - printOptionalToken: printOptionalToken$5, - printFunctionTypeParameters: printFunctionTypeParameters$4 -} = misc; -function printCallExpression(path, options, print) { - const n = path.getValue(); - const isNew = n.type === "NewExpression"; - const isDynamicImport = n.type === "ImportExpression"; - const optional = printOptionalToken$5(path); - const args = getCallArguments$2(n); + return ""; +} - if ( // Dangling comments not handled, all these special cases should has argument #9668 - args.length > 0 && ( // We want to keep CommonJS- and AMD-style require calls, and AMD-style - // define calls, as a unit. - // e.g. `define(["some/lib", (lib) => {` - !isDynamicImport && !isNew && n.callee.type === "Identifier" && (n.callee.name === "require" || n.callee.name === "define") || // Template literals as single arguments - args.length === 1 && isTemplateOnItsOwnLine$2(args[0], options.originalText) || // Keep test declarations on a single line - // e.g. `it('long name', () => {` - !isNew && isTestCall$3(n, path.getParentNode()))) { - const printed = []; - iterateCallArgumentsPath$2(path, argPath => { - printed.push(print(argPath)); - }); - return concat$q([isNew ? "new " : "", path.call(print, "callee"), optional, printFunctionTypeParameters$4(path, options, print), concat$q(["(", join$a(", ", printed), ")"])]); - } // Inline Flow annotation comments following Identifiers in Call nodes need to - // stay with the Identifier. For example: - // - // foo /*:: */(bar); - // - // Here, we ensure that such comments stay between the Identifier and the Callee. +function printModuleSpecifier$1(path, options, print) { + const node = path.getNode(); + const { + type + } = node; + /** @type {Doc[]} */ + const parts = []; + /** @type {"type" | "typeof" | "value"} */ - const isIdentifierWithFlowAnnotation = (options.parser === "babel" || options.parser === "babel-flow") && n.callee && n.callee.type === "Identifier" && hasFlowAnnotationComment$2(n.callee.trailingComments); + const kind = type === "ImportSpecifier" ? node.importKind : node.exportKind; - if (isIdentifierWithFlowAnnotation) { - n.callee.trailingComments[0].printed = true; - } // We detect calls on member lookups and possibly print them in a - // special chain format. See `printMemberChain` for more info. + if (kind && kind !== "value") { + parts.push(kind, " "); + } + const isImport = type.startsWith("Import"); + const leftSideProperty = isImport ? "imported" : "local"; + const rightSideProperty = isImport ? "local" : "exported"; + let left = ""; + let right = ""; - if (!isDynamicImport && !isNew && isMemberish$2(n.callee) && !path.call(path => needsParens_1(path, options), "callee")) { - return memberChain(path, options, print); + if (type === "ExportNamespaceSpecifier" || type === "ImportNamespaceSpecifier") { + left = "*"; + } else if (node[leftSideProperty]) { + left = print(leftSideProperty); } - const contents = concat$q([isNew ? "new " : "", isDynamicImport ? "import" : path.call(print, "callee"), optional, isIdentifierWithFlowAnnotation ? `/*:: ${n.callee.trailingComments[0].value.slice(2).trim()} */` : "", printFunctionTypeParameters$4(path, options, print), callArguments(path, options, print)]); // We group here when the callee is itself a call expression. - // See `isLongCurriedCallExpression` for more info. - - if (isDynamicImport || isCallOrOptionalCallExpression$3(n.callee)) { - return group$h(contents); + if (node[rightSideProperty] && (!node[leftSideProperty] || // import {a as a} from '.' + !hasSameLoc(node[leftSideProperty], node[rightSideProperty]))) { + right = print(rightSideProperty); } - return contents; + parts.push(left, left && right ? " as " : "", right); + return parts; } -var callExpression = { - printCallExpression +var module$1 = { + printImportDeclaration: printImportDeclaration$1, + printExportDeclaration: printExportDeclaration$2, + printExportAllDeclaration: printExportAllDeclaration$2, + printModuleSpecifier: printModuleSpecifier$1 }; +const { + printDanglingComments: printDanglingComments$4 +} = comments$4; const { builders: { - concat: concat$r, - join: join$b, - line: line$g, + line: line$h, + softline: softline$e, group: group$i, - indent: indent$l, - ifBreak: ifBreak$b + indent: indent$d, + ifBreak: ifBreak$b, + hardline: hardline$m } -} = document; +} = require$$7$3; const { - hasTrailingComment: hasTrailingComment$5, - hasTrailingLineComment: hasTrailingLineComment$2, - identity: identity$2 -} = utils$6; + getLast: getLast$a, + hasNewlineInRange: hasNewlineInRange$2, + hasNewline: hasNewline$3, + isNonEmptyArray: isNonEmptyArray$8 +} = util$8; const { - getTypeParametersGroupId: getTypeParametersGroupId$2 -} = typeParameters; + shouldPrintComma: shouldPrintComma$3, + hasComment: hasComment$3, + getComments: getComments$1, + CommentCheckFlags: CommentCheckFlags$3, + isNextLineEmpty: isNextLineEmpty$7 +} = utils$5; const { - printTypeScriptModifiers: printTypeScriptModifiers$1 -} = misc; + locStart: locStart$k, + locEnd: locEnd$j +} = loc$6; +const { + printOptionalToken: printOptionalToken$3, + printTypeAnnotation: printTypeAnnotation$2 +} = misc$1; +const { + shouldHugFunctionParameters +} = functionParameters; +const { + shouldHugType +} = typeAnnotation; +const { + printHardlineAfterHeritage: printHardlineAfterHeritage$1 +} = _class; +/** @typedef {import("../../document").Doc} Doc */ -function printInterface(path, options, print) { - const n = path.getValue(); - const parts = []; +function printObject$3(path, options, print) { + const semi = options.semi ? ";" : ""; + const node = path.getValue(); + let propertiesField; - if (n.type === "DeclareInterface" || n.declare) { - parts.push("declare "); + if (node.type === "TSTypeLiteral") { + propertiesField = "members"; + } else if (node.type === "TSInterfaceBody") { + propertiesField = "body"; + } else { + propertiesField = "properties"; } - if (n.type === "TSInterfaceDeclaration") { - parts.push(n.abstract ? "abstract " : "", printTypeScriptModifiers$1(path, options, print)); + const isTypeAnnotation = node.type === "ObjectTypeAnnotation"; + const fields = [propertiesField]; + + if (isTypeAnnotation) { + fields.push("indexers", "callProperties", "internalSlots"); } - parts.push("interface"); - const partsGroup = []; - const extendsParts = []; + const firstProperty = fields.map(field => node[field][0]).sort((a, b) => locStart$k(a) - locStart$k(b))[0]; + const parent = path.getParentNode(0); + const isFlowInterfaceLikeBody = isTypeAnnotation && parent && (parent.type === "InterfaceDeclaration" || parent.type === "DeclareInterface" || parent.type === "DeclareClass") && path.getName() === "body"; + const shouldBreak = node.type === "TSInterfaceBody" || isFlowInterfaceLikeBody || node.type === "ObjectPattern" && parent.type !== "FunctionDeclaration" && parent.type !== "FunctionExpression" && parent.type !== "ArrowFunctionExpression" && parent.type !== "ObjectMethod" && parent.type !== "ClassMethod" && parent.type !== "ClassPrivateMethod" && parent.type !== "AssignmentPattern" && parent.type !== "CatchClause" && node.properties.some(property => property.value && (property.value.type === "ObjectPattern" || property.value.type === "ArrayPattern")) || node.type !== "ObjectPattern" && firstProperty && hasNewlineInRange$2(options.originalText, locStart$k(node), locStart$k(firstProperty)); + const separator = isFlowInterfaceLikeBody ? ";" : node.type === "TSInterfaceBody" || node.type === "TSTypeLiteral" ? ifBreak$b(semi, ";") : ","; + const leftBrace = node.type === "RecordExpression" ? "#{" : node.exact ? "{|" : "{"; + const rightBrace = node.exact ? "|}" : "}"; // Unfortunately, things are grouped together in the ast can be + // interleaved in the source code. So we need to reorder them before + // printing them. - if (n.type !== "InterfaceTypeAnnotation") { - partsGroup.push(" ", path.call(print, "id"), path.call(print, "typeParameters")); - } + const propsAndLoc = []; - const shouldIndentOnlyHeritageClauses = n.typeParameters && !hasTrailingLineComment$2(n.typeParameters); + for (const field of fields) { + path.each(childPath => { + const node = childPath.getValue(); + propsAndLoc.push({ + node, + printed: print(), + loc: locStart$k(node) + }); + }, field); + } - if (n.extends && n.extends.length !== 0) { - extendsParts.push(shouldIndentOnlyHeritageClauses ? ifBreak$b(" ", line$g, { - groupId: getTypeParametersGroupId$2(n.typeParameters) - }) : line$g, "extends ", (n.extends.length === 1 ? identity$2 : indent$l)(join$b(concat$r([",", line$g]), path.map(print, "extends")))); + if (fields.length > 1) { + propsAndLoc.sort((a, b) => a.loc - b.loc); } + /** @type {Doc[]} */ - if (n.id && hasTrailingComment$5(n.id) || n.extends && n.extends.length !== 0) { - const printedExtends = concat$r(extendsParts); - if (shouldIndentOnlyHeritageClauses) { - parts.push(group$i(concat$r(partsGroup.concat(ifBreak$b(indent$l(printedExtends), printedExtends))))); + let separatorParts = []; + const props = propsAndLoc.map(prop => { + const result = [...separatorParts, group$i(prop.printed)]; + separatorParts = [separator, line$h]; + + if ((prop.node.type === "TSPropertySignature" || prop.node.type === "TSMethodSignature" || prop.node.type === "TSConstructSignatureDeclaration") && hasComment$3(prop.node, CommentCheckFlags$3.PrettierIgnore)) { + separatorParts.shift(); + } + + if (isNextLineEmpty$7(prop.node, options)) { + separatorParts.push(hardline$m); + } + + return result; + }); + + if (node.inexact) { + let printed; + + if (hasComment$3(node, CommentCheckFlags$3.Dangling)) { + const hasLineComments = hasComment$3(node, CommentCheckFlags$3.Line); + const printedDanglingComments = printDanglingComments$4(path, options, + /* sameIndent */ + true); + printed = [printedDanglingComments, hasLineComments || hasNewline$3(options.originalText, locEnd$j(getLast$a(getComments$1(node)))) ? hardline$m : line$h, "..."]; } else { - parts.push(group$i(indent$l(concat$r(partsGroup.concat(printedExtends))))); + printed = ["..."]; + } + + props.push([...separatorParts, ...printed]); + } + + const lastElem = getLast$a(node[propertiesField]); + const canHaveTrailingSeparator = !(node.inexact || lastElem && lastElem.type === "RestElement" || lastElem && (lastElem.type === "TSPropertySignature" || lastElem.type === "TSCallSignatureDeclaration" || lastElem.type === "TSMethodSignature" || lastElem.type === "TSConstructSignatureDeclaration") && hasComment$3(lastElem, CommentCheckFlags$3.PrettierIgnore)); + let content; + + if (props.length === 0) { + if (!hasComment$3(node, CommentCheckFlags$3.Dangling)) { + return [leftBrace, rightBrace, printTypeAnnotation$2(path, options, print)]; } + + content = group$i([leftBrace, printDanglingComments$4(path, options), softline$e, rightBrace, printOptionalToken$3(path), printTypeAnnotation$2(path, options, print)]); } else { - parts.push(...partsGroup, ...extendsParts); + content = [isFlowInterfaceLikeBody && isNonEmptyArray$8(node.properties) ? printHardlineAfterHeritage$1(parent) : "", leftBrace, indent$d([options.bracketSpacing ? line$h : softline$e, ...props]), ifBreak$b(canHaveTrailingSeparator && (separator !== "," || shouldPrintComma$3(options)) ? separator : ""), options.bracketSpacing ? line$h : softline$e, rightBrace, printOptionalToken$3(path), printTypeAnnotation$2(path, options, print)]; + } // If we inline the object as first argument of the parent, we don't want + // to create another group so that the object breaks before the return + // type + + + if (path.match(node => node.type === "ObjectPattern" && !node.decorators, (node, name, number) => shouldHugFunctionParameters(node) && (name === "params" || name === "parameters" || name === "this" || name === "rest") && number === 0) || path.match(shouldHugType, (node, name) => name === "typeAnnotation", (node, name) => name === "typeAnnotation", (node, name, number) => shouldHugFunctionParameters(node) && (name === "params" || name === "parameters" || name === "this" || name === "rest") && number === 0) || // Assignment printing logic (printAssignment) is responsible + // for adding a group if needed + !shouldBreak && path.match(node => node.type === "ObjectPattern", node => node.type === "AssignmentExpression" || node.type === "VariableDeclarator")) { + return content; } - parts.push(" ", path.call(print, "body")); - return group$i(concat$r(parts)); + return group$i(content, { + shouldBreak + }); } -var _interface = { - printInterface +var object$1 = { + printObject: printObject$3 }; +/** @typedef {import("../../document").Doc} Doc */ + + +const assert$1 = require$$0__default$3["default"]; const { - printComments: printComments$4 -} = comments; + printDanglingComments: printDanglingComments$3 +} = comments$4; const { - getLast: getLast$8 -} = util; + printString: printString$2, + printNumber: printNumber$2 +} = util$8; const { builders: { - concat: concat$s, - join: join$c, - line: line$h, - softline: softline$g, - group: group$j, - indent: indent$m, - align: align$3, - ifBreak: ifBreak$c - }, - utils: { - normalizeParts: normalizeParts$1 + hardline: hardline$l, + softline: softline$d, + group: group$h, + indent: indent$c } -} = document; +} = require$$7$3; const { - hasLeadingOwnLineComment: hasLeadingOwnLineComment$2, - hasTrailingLineComment: hasTrailingLineComment$3, - isBinaryish: isBinaryish$4, - isJSXNode: isJSXNode$6, - shouldFlatten: shouldFlatten$2 -} = utils$6; -/** @typedef {import("../../document").Doc} Doc */ + getParentExportDeclaration, + isFunctionNotation, + isGetterOrSetter, + rawText: rawText$1, + shouldPrintComma: shouldPrintComma$2 +} = utils$5; +const { + locStart: locStart$j, + locEnd: locEnd$i +} = loc$6; +const { + printClass: printClass$1 +} = _class; +const { + printOpaqueType, + printTypeAlias: printTypeAlias$1, + printIntersectionType: printIntersectionType$1, + printUnionType: printUnionType$1, + printFunctionType: printFunctionType$1, + printTupleType: printTupleType$1, + printIndexedAccessType: printIndexedAccessType$1 +} = typeAnnotation; +const { + printInterface: printInterface$1 +} = _interface; +const { + printTypeParameter: printTypeParameter$1, + printTypeParameters: printTypeParameters$1 +} = typeParameters; +const { + printExportDeclaration: printExportDeclaration$1, + printExportAllDeclaration: printExportAllDeclaration$1 +} = module$1; +const { + printArrayItems: printArrayItems$1 +} = array; +const { + printObject: printObject$2 +} = object$1; +const { + printPropertyKey: printPropertyKey$1 +} = property; +const { + printOptionalToken: printOptionalToken$2, + printTypeAnnotation: printTypeAnnotation$1, + printRestSpread: printRestSpread$1 +} = misc$1; -let uid = 0; +function printFlow$1(path, options, print) { + const node = path.getValue(); + const semi = options.semi ? ";" : ""; + /** @type{Doc[]} */ -function printBinaryishExpression(path, options, print) { - const n = path.getValue(); - const parent = path.getParentNode(); - const parentParent = path.getParentNode(1); - const isInsideParenthesis = n !== parent.body && (parent.type === "IfStatement" || parent.type === "WhileStatement" || parent.type === "SwitchStatement" || parent.type === "DoWhileStatement"); - const parts = printBinaryishExpressions(path, print, options, - /* isNested */ - false, isInsideParenthesis); // if ( - // this.hasPlugin("dynamicImports") && this.lookahead().type === tt.parenLeft - // ) { - // - // looks super weird, we want to break the children if the parent breaks - // - // if ( - // this.hasPlugin("dynamicImports") && - // this.lookahead().type === tt.parenLeft - // ) { + const parts = []; - if (isInsideParenthesis) { - return concat$s(parts); - } // Break between the parens in - // unaries or in a member or specific call expression, i.e. - // - // ( - // a && - // b && - // c - // ).call() + switch (node.type) { + case "DeclareClass": + return printFlowDeclaration(path, printClass$1(path, options, print)); + case "DeclareFunction": + return printFlowDeclaration(path, ["function ", print("id"), node.predicate ? " " : "", print("predicate"), semi]); - if ((parent.type === "CallExpression" || parent.type === "OptionalCallExpression") && parent.callee === n || parent.type === "UnaryExpression" || (parent.type === "MemberExpression" || parent.type === "OptionalMemberExpression") && !parent.computed) { - return group$j(concat$s([indent$m(concat$s([softline$g, concat$s(parts)])), softline$g])); - } // Avoid indenting sub-expressions in some cases where the first sub-expression is already - // indented accordingly. We should indent sub-expressions where the first case isn't indented. + case "DeclareModule": + return printFlowDeclaration(path, ["module ", print("id"), " ", print("body")]); + case "DeclareModuleExports": + return printFlowDeclaration(path, ["module.exports", ": ", print("typeAnnotation"), semi]); - const shouldNotIndent = parent.type === "ReturnStatement" || parent.type === "ThrowStatement" || parent.type === "JSXExpressionContainer" && parentParent.type === "JSXAttribute" || n.operator !== "|" && parent.type === "JsExpressionRoot" || n.type !== "NGPipeExpression" && (parent.type === "NGRoot" && options.parser === "__ng_binding" || parent.type === "NGMicrosyntaxExpression" && parentParent.type === "NGMicrosyntax" && parentParent.body.length === 1) || n === parent.body && parent.type === "ArrowFunctionExpression" || n !== parent.body && parent.type === "ForStatement" || parent.type === "ConditionalExpression" && parentParent.type !== "ReturnStatement" && parentParent.type !== "ThrowStatement" && parentParent.type !== "CallExpression" && parentParent.type !== "OptionalCallExpression" || parent.type === "TemplateLiteral"; - const shouldIndentIfInlining = parent.type === "AssignmentExpression" || parent.type === "VariableDeclarator" || parent.type === "ClassProperty" || parent.type === "FieldDefinition" || parent.type === "TSAbstractClassProperty" || parent.type === "ClassPrivateProperty" || parent.type === "ObjectProperty" || parent.type === "Property"; - const samePrecedenceSubExpression = isBinaryish$4(n.left) && shouldFlatten$2(n.operator, n.left.operator); + case "DeclareVariable": + return printFlowDeclaration(path, ["var ", print("id"), semi]); - if (shouldNotIndent || shouldInlineLogicalExpression(n) && !samePrecedenceSubExpression || !shouldInlineLogicalExpression(n) && shouldIndentIfInlining) { - return group$j(concat$s(parts)); - } + case "DeclareOpaqueType": + return printFlowDeclaration(path, printOpaqueType(path, options, print)); - if (parts.length === 0) { - return ""; - } // If the right part is a JSX node, we include it in a separate group to - // prevent it breaking the whole chain, so we can print the expression like: - // - // foo && bar && ( - // - // - // - // ) + case "DeclareInterface": + return printFlowDeclaration(path, printInterface$1(path, options, print)); + case "DeclareTypeAlias": + return printFlowDeclaration(path, printTypeAlias$1(path, options, print)); - const hasJSX = isJSXNode$6(n.right); - const firstGroupIndex = parts.findIndex(part => typeof part !== "string" && part.type === "group"); // Separate the leftmost expression, possibly with its leading comments. + case "DeclareExportDeclaration": + return printFlowDeclaration(path, printExportDeclaration$1(path, options, print)); - const headParts = parts.slice(0, firstGroupIndex === -1 ? 1 : firstGroupIndex + 1); - const rest = concat$s(parts.slice(headParts.length, hasJSX ? -1 : undefined)); - const groupId = Symbol("logicalChain-" + ++uid); - const chain = group$j(concat$s([// Don't include the initial expression in the indentation - // level. The first item is guaranteed to be the first - // left-most expression. - ...headParts, indent$m(rest)]), { - id: groupId - }); + case "DeclareExportAllDeclaration": + return printFlowDeclaration(path, printExportAllDeclaration$1(path, options, print)); - if (!hasJSX) { - return chain; - } + case "OpaqueType": + return printOpaqueType(path, options, print); - const jsxPart = getLast$8(parts); - return group$j(concat$s([chain, ifBreak$c(indent$m(jsxPart), jsxPart, { - groupId - })])); -} // For binary expressions to be consistent, we need to group -// subsequent operators with the same precedence level under a single -// group. Otherwise they will be nested such that some of them break -// onto new lines but not all. Operators with the same precedence -// level should either all break or not. Because we group them by -// precedence level and the AST is structured based on precedence -// level, things are naturally broken up correctly, i.e. `&&` is -// broken before `+`. + case "TypeAlias": + return printTypeAlias$1(path, options, print); + case "IntersectionTypeAnnotation": + return printIntersectionType$1(path, options, print); -function printBinaryishExpressions(path, print, options, isNested, isInsideParenthesis) { - /** @type{Doc[]} */ - let parts = []; - const node = path.getValue(); // We treat BinaryExpression and LogicalExpression nodes the same. - - if (isBinaryish$4(node)) { - // Put all operators with the same precedence level in the same - // group. The reason we only need to do this with the `left` - // expression is because given an expression like `1 + 2 - 3`, it - // is always parsed like `((1 + 2) - 3)`, meaning the `left` side - // is where the rest of the expression will exist. Binary - // expressions on the right side mean they have a difference - // precedence level and should be treated as a separate group, so - // print them normally. (This doesn't hold for the `**` operator, - // which is unique in that it is right-associative.) - if (shouldFlatten$2(node.operator, node.left.operator)) { - // Flatten them out by recursively calling this function. - parts = parts.concat(path.call(left => printBinaryishExpressions(left, print, options, - /* isNested */ - true, isInsideParenthesis), "left")); - } else { - parts.push(group$j(path.call(print, "left"))); - } + case "UnionTypeAnnotation": + return printUnionType$1(path, options, print); - const shouldInline = shouldInlineLogicalExpression(node); - const lineBeforeOperator = (node.operator === "|>" || node.type === "NGPipeExpression" || node.operator === "|" && options.parser === "__vue_expression") && !hasLeadingOwnLineComment$2(options.originalText, node.right); - const operator = node.type === "NGPipeExpression" ? "|" : node.operator; - const rightSuffix = node.type === "NGPipeExpression" && node.arguments.length !== 0 ? group$j(indent$m(concat$s([softline$g, ": ", join$c(concat$s([softline$g, ":", ifBreak$c(" ")]), path.map(print, "arguments").map(arg => align$3(2, group$j(arg))))]))) : ""; - const right = shouldInline ? concat$s([operator, " ", path.call(print, "right"), rightSuffix]) : concat$s([lineBeforeOperator ? line$h : "", operator, lineBeforeOperator ? " " : line$h, path.call(print, "right"), rightSuffix]); // If there's only a single binary expression, we want to create a group - // in order to avoid having a small right part like -1 be on its own line. + case "FunctionTypeAnnotation": + return printFunctionType$1(path, options, print); - const parent = path.getParentNode(); - const shouldBreak = hasTrailingLineComment$3(node.left); - const shouldGroup = shouldBreak || !(isInsideParenthesis && node.type === "LogicalExpression") && parent.type !== node.type && node.left.type !== node.type && node.right.type !== node.type; - parts.push(lineBeforeOperator ? "" : " ", shouldGroup ? group$j(right, { - shouldBreak - }) : right); // The root comments are already printed, but we need to manually print - // the other ones since we don't call the normal print on BinaryExpression, - // only for the left and right parts + case "TupleTypeAnnotation": + return printTupleType$1(path, options, print); - if (isNested && node.comments) { - parts = normalizeParts$1(printComments$4(path, () => concat$s(parts), options).parts); - } - } else { - // Our stopping case. Simply print the node normally. - parts.push(group$j(path.call(print))); - } + case "GenericTypeAnnotation": + return [print("id"), printTypeParameters$1(path, options, print, "typeParameters")]; - return parts; -} + case "IndexedAccessType": + case "OptionalIndexedAccessType": + return printIndexedAccessType$1(path, options, print); + // Type Annotations for Facebook Flow, typically stripped out or + // transformed away before printing. -function shouldInlineLogicalExpression(node) { - if (node.type !== "LogicalExpression") { - return false; - } + case "TypeAnnotation": + return print("typeAnnotation"); - if (node.right.type === "ObjectExpression" && node.right.properties.length !== 0) { - return true; - } + case "TypeParameter": + return printTypeParameter$1(path, options, print); - if (node.right.type === "ArrayExpression" && node.right.elements.length !== 0) { - return true; - } + case "TypeofTypeAnnotation": + return ["typeof ", print("argument")]; - if (isJSXNode$6(node.right)) { - return true; - } + case "ExistsTypeAnnotation": + return "*"; - return false; -} + case "EmptyTypeAnnotation": + return "empty"; -var binaryish = { - printBinaryishExpression, - shouldInlineLogicalExpression -}; + case "MixedTypeAnnotation": + return "mixed"; -const { - builders: { - concat: concat$t, - line: line$i, - group: group$k, - indent: indent$n - } -} = document; -const { - hasLeadingOwnLineComment: hasLeadingOwnLineComment$3, - isBinaryish: isBinaryish$5, - isMemberExpressionChain: isMemberExpressionChain$1, - isStringLiteral: isStringLiteral$3 -} = utils$6; -const { - shouldInlineLogicalExpression: shouldInlineLogicalExpression$1 -} = binaryish; + case "ArrayTypeAnnotation": + return [print("elementType"), "[]"]; -function printAssignment(leftNode, printedLeft, operator, rightNode, printedRight, options) { - if (!rightNode) { - return printedLeft; - } + case "BooleanLiteralTypeAnnotation": + return String(node.value); - const printed = printAssignmentRight(leftNode, rightNode, printedRight, options); - return group$k(concat$t([printedLeft, operator, printed])); -} + case "EnumDeclaration": + return ["enum ", print("id"), " ", print("body")]; -function printAssignmentExpression(path, options, print) { - const n = path.getValue(); - return printAssignment(n.left, path.call(print, "left"), concat$t([" ", n.operator]), n.right, path.call(print, "right"), options); -} + case "EnumBooleanBody": + case "EnumNumberBody": + case "EnumStringBody": + case "EnumSymbolBody": + { + if (node.type === "EnumSymbolBody" || node.explicitType) { + let type = null; -function printVariableDeclarator(path, options, print) { - const n = path.getValue(); - return printAssignment(n.id, path.call(print, "id"), " =", n.init, n.init && path.call(print, "init"), options); -} + switch (node.type) { + case "EnumBooleanBody": + type = "boolean"; + break; + + case "EnumNumberBody": + type = "number"; + break; + + case "EnumStringBody": + type = "string"; + break; + + case "EnumSymbolBody": + type = "symbol"; + break; + } + + parts.push("of ", type, " "); + } + + if (node.members.length === 0 && !node.hasUnknownMembers) { + parts.push(group$h(["{", printDanglingComments$3(path, options), softline$d, "}"])); + } else { + const members = node.members.length > 0 ? [hardline$l, printArrayItems$1(path, options, "members", print), node.hasUnknownMembers || shouldPrintComma$2(options) ? "," : ""] : []; + parts.push(group$h(["{", indent$c([...members, ...(node.hasUnknownMembers ? [hardline$l, "..."] : [])]), printDanglingComments$3(path, options, + /* sameIndent */ + true), hardline$l, "}"])); + } + + return parts; + } + + case "EnumBooleanMember": + case "EnumNumberMember": + case "EnumStringMember": + return [print("id"), " = ", typeof node.init === "object" ? print("init") : String(node.init)]; + + case "EnumDefaultedMember": + return print("id"); + + case "FunctionTypeParam": + { + const name = node.name ? print("name") : path.getParentNode().this === node ? "this" : ""; + return [name, printOptionalToken$2(path), name ? ": " : "", print("typeAnnotation")]; + } + + case "InterfaceDeclaration": + case "InterfaceTypeAnnotation": + return printInterface$1(path, options, print); + + case "ClassImplements": + case "InterfaceExtends": + return [print("id"), print("typeParameters")]; + + case "NullableTypeAnnotation": + return ["?", print("typeAnnotation")]; + + case "Variance": + { + const { + kind + } = node; + assert$1.ok(kind === "plus" || kind === "minus"); + return kind === "plus" ? "+" : "-"; + } + + case "ObjectTypeCallProperty": + if (node.static) { + parts.push("static "); + } + + parts.push(print("value")); + return parts; + + case "ObjectTypeIndexer": + { + return [node.variance ? print("variance") : "", "[", print("id"), node.id ? ": " : "", print("key"), "]: ", print("value")]; + } + + case "ObjectTypeProperty": + { + let modifier = ""; + + if (node.proto) { + modifier = "proto "; + } else if (node.static) { + modifier = "static "; + } -function printAssignmentRight(leftNode, rightNode, printedRight, options) { - if (hasLeadingOwnLineComment$3(options.originalText, rightNode)) { - return indent$n(concat$t([line$i, printedRight])); - } + return [modifier, isGetterOrSetter(node) ? node.kind + " " : "", node.variance ? print("variance") : "", printPropertyKey$1(path, options, print), printOptionalToken$2(path), isFunctionNotation(node) ? "" : ": ", print("value")]; + } - const canBreak = isBinaryish$5(rightNode) && !shouldInlineLogicalExpression$1(rightNode) || rightNode.type === "ConditionalExpression" && isBinaryish$5(rightNode.test) && !shouldInlineLogicalExpression$1(rightNode.test) || rightNode.type === "StringLiteralTypeAnnotation" || rightNode.type === "ClassExpression" && rightNode.decorators && rightNode.decorators.length || (leftNode.type === "Identifier" || isStringLiteral$3(leftNode) || leftNode.type === "MemberExpression") && (isStringLiteral$3(rightNode) || isMemberExpressionChain$1(rightNode)) && // do not put values on a separate line from the key in json - options.parser !== "json" && options.parser !== "json5" || rightNode.type === "SequenceExpression"; + case "ObjectTypeAnnotation": + return printObject$2(path, options, print); - if (canBreak) { - return group$k(indent$n(concat$t([line$i, printedRight]))); - } + case "ObjectTypeInternalSlot": + return [node.static ? "static " : "", "[[", print("id"), "]]", printOptionalToken$2(path), node.method ? "" : ": ", print("value")]; + // Same as `RestElement` - return concat$t([" ", printedRight]); -} + case "ObjectTypeSpreadProperty": + return printRestSpread$1(path, options, print); -var assignment = { - printVariableDeclarator, - printAssignmentExpression, - printAssignment, - printAssignmentRight -}; + case "QualifiedTypeIdentifier": + return [print("qualification"), ".", print("id")]; -const { - isNextLineEmpty: isNextLineEmpty$7 -} = util; -const { - builders: { - concat: concat$u, - join: join$d, - hardline: hardline$h - } -} = document; -const { - classChildNeedsASIProtection: classChildNeedsASIProtection$1, - classPropMayCauseASIProblems: classPropMayCauseASIProblems$1, - getLeftSidePathName: getLeftSidePathName$2, - hasNakedLeftSide: hasNakedLeftSide$2, - isJSXNode: isJSXNode$7, - isLastStatement: isLastStatement$1, - isTheOnlyJSXElementInMarkdown: isTheOnlyJSXElementInMarkdown$1 -} = utils$6; -const { - locEnd: locEnd$b -} = loc; -const { - shouldPrintParamsWithoutParens: shouldPrintParamsWithoutParens$1 -} = _function; -/** @typedef {import("../../document").Doc} Doc */ + case "StringLiteralTypeAnnotation": + return printString$2(rawText$1(node), options); -function printStatement({ - path, - index, - bodyNode, - isClass -}, options, print) { - const node = path.getValue(); // Just in case the AST has been modified to contain falsy - // "statements," it's safer simply to skip them. + case "NumberLiteralTypeAnnotation": + assert$1.strictEqual(typeof node.value, "number"); + // fall through - /* istanbul ignore if */ + case "BigIntLiteralTypeAnnotation": + if (node.extra) { + return printNumber$2(node.extra.raw); + } - if (!node) { - return; - } // Skip printing EmptyStatement nodes to avoid leaving stray - // semicolons lying around. + return printNumber$2(node.raw); + case "TypeCastExpression": + { + return ["(", print("expression"), printTypeAnnotation$1(path, options, print), ")"]; + } - if (node.type === "EmptyStatement") { - return; - } + case "TypeParameterDeclaration": + case "TypeParameterInstantiation": + { + const printed = printTypeParameters$1(path, options, print, "params"); - const printed = print(path); - const text = options.originalText; - const parts = []; // in no-semi mode, prepend statement with semicolon if it might break ASI - // don't prepend the only JSX element in a program with semicolon + if (options.parser === "flow") { + const start = locStart$j(node); + const end = locEnd$i(node); + const commentStartIndex = options.originalText.lastIndexOf("/*", start); + const commentEndIndex = options.originalText.indexOf("*/", end); - if (!options.semi && !isClass && !isTheOnlyJSXElementInMarkdown$1(options, path) && statementNeedsASIProtection(path, options)) { - if (node.comments && node.comments.some(comment => comment.leading)) { - parts.push(print(path, { - needsSemi: true - })); - } else { - parts.push(";", printed); - } - } else { - parts.push(printed); - } + if (commentStartIndex !== -1 && commentEndIndex !== -1) { + const comment = options.originalText.slice(commentStartIndex + 2, commentEndIndex).trim(); - if (!options.semi && isClass) { - if (classPropMayCauseASIProblems$1(path)) { - parts.push(";"); - } else if (node.type === "ClassProperty" || node.type === "FieldDefinition") { - const nextChild = bodyNode.body[index + 1]; + if (comment.startsWith("::") && !comment.includes("/*") && !comment.includes("*/")) { + return ["/*:: ", printed, " */"]; + } + } + } - if (classChildNeedsASIProtection$1(nextChild)) { - parts.push(";"); + return printed; } - } - } - - if (isNextLineEmpty$7(text, node, locEnd$b) && !isLastStatement$1(path)) { - parts.push(hardline$h); - } - - return concat$u(parts); -} - -function printStatementSequence(path, options, print) { - const bodyNode = path.getNode(); - const isClass = bodyNode.type === "ClassBody"; - const printed = path.map((statementPath, index) => printStatement({ - path, - index, - bodyNode, - isClass - }, options, print)).filter(Boolean); - return join$d(hardline$h, printed); -} -function statementNeedsASIProtection(path, options) { - const node = path.getNode(); + case "InferredPredicate": + return "%checks"; + // Unhandled types below. If encountered, nodes of these types should + // be either left alone or desugared into AST types that are fully + // supported by the pretty-printer. - if (node.type !== "ExpressionStatement") { - return false; - } + case "DeclaredPredicate": + return ["%checks(", print("value"), ")"]; - return path.call(childPath => expressionNeedsASIProtection(childPath, options), "expression"); -} + case "AnyTypeAnnotation": + return "any"; -function expressionNeedsASIProtection(path, options) { - const node = path.getValue(); - const maybeASIProblem = needsParens_1(path, options) || node.type === "ParenthesizedExpression" || node.type === "TypeCastExpression" || node.type === "ArrowFunctionExpression" && !shouldPrintParamsWithoutParens$1(path, options) || node.type === "ArrayExpression" || node.type === "ArrayPattern" || node.type === "UnaryExpression" && node.prefix && (node.operator === "+" || node.operator === "-") || node.type === "TemplateLiteral" || node.type === "TemplateElement" || isJSXNode$7(node) || node.type === "BindExpression" && !node.object || node.type === "RegExpLiteral" || node.type === "Literal" && node.pattern || node.type === "Literal" && node.regex; + case "BooleanTypeAnnotation": + return "boolean"; - if (maybeASIProblem) { - return true; - } + case "BigIntTypeAnnotation": + return "bigint"; - if (!hasNakedLeftSide$2(node)) { - return false; - } + case "NullLiteralTypeAnnotation": + return "null"; - return path.call(childPath => expressionNeedsASIProtection(childPath, options), ...getLeftSidePathName$2(path, node)); -} + case "NumberTypeAnnotation": + return "number"; -var statement = { - printStatementSequence -}; + case "SymbolTypeAnnotation": + return "symbol"; -const { - printDanglingComments: printDanglingComments$9 -} = comments; -const { - isNextLineEmpty: isNextLineEmpty$8 -} = util; -const { - builders: { - concat: concat$v, - hardline: hardline$i, - indent: indent$o - } -} = document; -const { - hasDanglingComments: hasDanglingComments$6 -} = utils$6; -const { - locEnd: locEnd$c -} = loc; -const { - printStatementSequence: printStatementSequence$1 -} = statement; -/** @typedef {import("../../document").Doc} Doc */ + case "StringTypeAnnotation": + return "string"; -function printBlock(path, options, print) { - const n = path.getValue(); - const parts = []; - const semi = options.semi ? ";" : ""; - const naked = path.call(bodyPath => { - return printStatementSequence$1(bodyPath, options, print); - }, "body"); + case "VoidTypeAnnotation": + return "void"; - if (n.type === "StaticBlock") { - parts.push("static "); - } + case "ThisTypeAnnotation": + return "this"; + // These types are unprintable because they serve as abstract + // supertypes for other (printable) types. - const hasContent = n.body.some(node => node.type !== "EmptyStatement"); - const hasDirectives = n.directives && n.directives.length > 0; - const parent = path.getParentNode(); - const parentParent = path.getParentNode(1); + case "Node": + case "Printable": + case "SourceLocation": + case "Position": + case "Statement": + case "Function": + case "Pattern": + case "Expression": + case "Declaration": + case "Specifier": + case "NamedSpecifier": + case "Comment": + case "MemberTypeAnnotation": // Flow - if (!hasContent && !hasDirectives && !hasDanglingComments$6(n) && (parent.type === "ArrowFunctionExpression" || parent.type === "FunctionExpression" || parent.type === "FunctionDeclaration" || parent.type === "ObjectMethod" || parent.type === "ClassMethod" || parent.type === "ClassPrivateMethod" || parent.type === "ForStatement" || parent.type === "WhileStatement" || parent.type === "DoWhileStatement" || parent.type === "DoExpression" || parent.type === "CatchClause" && !parentParent.finalizer || parent.type === "TSModuleDeclaration" || parent.type === "TSDeclareFunction" || n.type === "StaticBlock")) { - return concat$v([...parts, "{}"]); + case "Type": + /* istanbul ignore next */ + throw new Error("unprintable type: " + JSON.stringify(node.type)); } +} - parts.push("{"); // Babel 6 - - if (hasDirectives) { - path.each(childPath => { - parts.push(indent$o(concat$v([hardline$i, print(childPath), semi]))); +function printFlowDeclaration(path, printed) { + const parentExportDecl = getParentExportDeclaration(path); - if (isNextLineEmpty$8(options.originalText, childPath.getValue(), locEnd$c)) { - parts.push(hardline$i); - } - }, "directives"); - } + if (parentExportDecl) { + assert$1.strictEqual(parentExportDecl.type, "DeclareExportDeclaration"); + return printed; + } // If the parent node has type DeclareExportDeclaration, then it + // will be responsible for printing the "declare" token. Otherwise + // it needs to be printed with this non-exported declaration node. - if (hasContent) { - parts.push(indent$o(concat$v([hardline$i, naked]))); - } - parts.push(printDanglingComments$9(path, options)); - parts.push(hardline$i, "}"); - return concat$v(parts); + return ["declare ", printed]; } -var block = { - printBlock +var flow = { + printFlow: printFlow$1 }; const { - hasNewline: hasNewline$6 -} = util; + hasNewlineInRange: hasNewlineInRange$1 +} = util$8; const { - builders: { - concat: concat$w, - join: join$e, - hardline: hardline$j - } -} = document; + isJsxNode: isJsxNode$1, + isBlockComment: isBlockComment$2, + getComments, + isCallExpression: isCallExpression$2, + isMemberExpression: isMemberExpression$2 +} = utils$5; const { - isLineComment: isLineComment$2, - isBlockComment: isBlockComment$8 -} = utils$6; + locStart: locStart$i, + locEnd: locEnd$h +} = loc$6; const { - locStart: locStart$7, - locEnd: locEnd$d -} = loc; + builders: { + line: line$g, + softline: softline$c, + group: group$g, + indent: indent$b, + align: align$2, + ifBreak: ifBreak$a, + dedent: dedent$3, + breakParent: breakParent$6 + } +} = require$$7$3; +/** + * @typedef {import("../../document").Doc} Doc + * @typedef {import("../../common/ast-path")} AstPath + * + * @typedef {any} Options - Prettier options (TBD ...) + */ +// If we have nested conditional expressions, we want to print them in JSX mode +// if there's at least one JSXElement somewhere in the tree. +// +// A conditional expression chain like this should be printed in normal mode, +// because there aren't JSXElements anywhere in it: +// +// isA ? "A" : isB ? "B" : isC ? "C" : "Unknown"; +// +// But a conditional expression chain like this should be printed in JSX mode, +// because there is a JSXElement in the last ConditionalExpression: +// +// isA ? "A" : isB ? "B" : isC ? "C" : Unknown; +// +// This type of ConditionalExpression chain is structured like this in the AST: +// +// ConditionalExpression { +// test: ..., +// consequent: ..., +// alternate: ConditionalExpression { +// test: ..., +// consequent: ..., +// alternate: ConditionalExpression { +// test: ..., +// consequent: ..., +// alternate: ..., +// } +// } +// } -function printComment$1(commentPath, options) { - const comment = commentPath.getValue(); +function conditionalExpressionChainContainsJsx(node) { + // Given this code: + // + // // Using a ConditionalExpression as the consequent is uncommon, but should + // // be handled. + // A ? B : C ? D : E ? F ? G : H : I + // + // which has this AST: + // + // ConditionalExpression { + // test: Identifier(A), + // consequent: Identifier(B), + // alternate: ConditionalExpression { + // test: Identifier(C), + // consequent: Identifier(D), + // alternate: ConditionalExpression { + // test: Identifier(E), + // consequent: ConditionalExpression { + // test: Identifier(F), + // consequent: Identifier(G), + // alternate: Identifier(H), + // }, + // alternate: Identifier(I), + // } + // } + // } + // + // We don't care about whether each node was the test, consequent, or alternate + // We are only checking if there's any JSXElements inside. + const conditionalExpressions = [node]; - if (isLineComment$2(comment)) { - // Supports `//`, `#!`, `` - return options.originalText.slice(locStart$7(comment), locEnd$d(comment)).trimEnd(); - } + for (let index = 0; index < conditionalExpressions.length; index++) { + const conditionalExpression = conditionalExpressions[index]; - if (isBlockComment$8(comment)) { - if (isIndentableBlockComment(comment)) { - const printed = printIndentableBlockComment(comment); // We need to prevent an edge case of a previous trailing comment - // printed as a `lineSuffix` which causes the comments to be - // interleaved. See https://github.com/prettier/prettier/issues/4412 + for (const property of ["test", "consequent", "alternate"]) { + const node = conditionalExpression[property]; - if (comment.trailing && !hasNewline$6(options.originalText, locStart$7(comment), { - backwards: true - })) { - return concat$w([hardline$j, printed]); + if (isJsxNode$1(node)) { + return true; } - return printed; + if (node.type === "ConditionalExpression") { + conditionalExpressions.push(node); + } } - - const commentEnd = locEnd$d(comment); - const isInsideFlowComment = options.originalText.slice(commentEnd - 3, commentEnd) === "*-/"; - return "/*" + comment.value + (isInsideFlowComment ? "*-/" : "*/"); } - /* istanbul ignore next */ - - throw new Error("Not a comment: " + JSON.stringify(comment)); -} - -function isIndentableBlockComment(comment) { - // If the comment has multiple lines and every line starts with a star - // we can fix the indentation of each line. The stars in the `/*` and - // `*/` delimiters are not included in the comment value, so add them - // back first. - const lines = `*${comment.value}*`.split("\n"); - return lines.length > 1 && lines.every(line => line.trim()[0] === "*"); -} - -function printIndentableBlockComment(comment) { - const lines = comment.value.split("\n"); - return concat$w(["/*", join$e(hardline$j, lines.map((line, index) => index === 0 ? line.trimEnd() : " " + (index < lines.length - 1 ? line.trim() : line.trimStart()))), "*/"]); + return false; } -var comment = { - printComment: printComment$1 -}; - -/** @typedef {import("../document").Doc} Doc */ - -/** @type {import("assert")} */ -// TODO(azz): anything that imports from main shouldn't be in a `language-*` dir. - - -const { - hasNewline: hasNewline$7, - hasNewlineInRange: hasNewlineInRange$6, - getLast: getLast$9, - printString: printString$2, - printNumber: printNumber$2, - isNextLineEmpty: isNextLineEmpty$9 -} = util; -const { - builders: { - concat: concat$x, - join: join$f, - line: line$j, - hardline: hardline$k, - softline: softline$h, - literalline: literalline$3, - group: group$l, - indent: indent$p, - align: align$4, - conditionalGroup: conditionalGroup$4, - ifBreak: ifBreak$d - }, - utils: { - isEmpty: isEmpty$2 - } -} = document; -const { - insertPragma: insertPragma$1 -} = pragma; -const { - printHtmlBinding: printHtmlBinding$1, - isVueEventBindingExpression: isVueEventBindingExpression$1 -} = htmlBinding; -const { - getFunctionParameters: getFunctionParameters$6, - getCallArguments: getCallArguments$3, - getParentExportDeclaration: getParentExportDeclaration$2, - getTypeScriptMappedTypeModifier: getTypeScriptMappedTypeModifier$1, - hasDanglingComments: hasDanglingComments$7, - hasFlowShorthandAnnotationComment: hasFlowShorthandAnnotationComment$3, - hasLeadingOwnLineComment: hasLeadingOwnLineComment$4, - hasNewlineBetweenOrAfterDecorators: hasNewlineBetweenOrAfterDecorators$2, - hasNgSideEffect: hasNgSideEffect$1, - hasPrettierIgnore: hasPrettierIgnore$1, - hasTrailingComment: hasTrailingComment$6, - isExportDeclaration: isExportDeclaration$1, - isFunctionNotation: isFunctionNotation$1, - isGetterOrSetter: isGetterOrSetter$1, - isLiteral: isLiteral$2, - isNgForOf: isNgForOf$1, - isObjectType: isObjectType$3, - isObjectTypePropertyAFunction: isObjectTypePropertyAFunction$2, - isTheOnlyJSXElementInMarkdown: isTheOnlyJSXElementInMarkdown$2, - isTSXFile: isTSXFile$1, - isBlockComment: isBlockComment$9, - needsHardlineAfterDanglingComment: needsHardlineAfterDanglingComment$2, - rawText: rawText$3, - shouldPrintComma: shouldPrintComma$8 -} = utils$6; -const { - locStart: locStart$8, - locEnd: locEnd$e -} = loc; -const { - printOptionalToken: printOptionalToken$6, - printBindExpressionCallee: printBindExpressionCallee$2, - printTypeScriptModifiers: printTypeScriptModifiers$2, - printDecorators: printDecorators$2, - printFlowDeclaration: printFlowDeclaration$1, - adjustClause: adjustClause$1 -} = misc; -const { - printImportDeclaration: printImportDeclaration$1, - printExportDeclaration: printExportDeclaration$1, - printExportAllDeclaration: printExportAllDeclaration$1, - printModuleSpecifier: printModuleSpecifier$1 -} = module$3; -const { - printFunctionParameters: printFunctionParameters$2 -} = functionParameters; -const { - printTemplateLiteral: printTemplateLiteral$1 -} = templateLiteral; -const { - printArray: printArray$1, - printArrayItems: printArrayItems$1 -} = array$3; -const { - printObject: printObject$1 -} = object; -const { - printTypeAnnotation: printTypeAnnotation$3, - shouldHugType: shouldHugType$3 -} = typeAnnotation; -const { - printJsxElement: printJsxElement$1, - printJsxAttribute: printJsxAttribute$1, - printJsxOpeningElement: printJsxOpeningElement$1, - printJsxClosingElement: printJsxClosingElement$1, - printJsxOpeningClosingFragment: printJsxOpeningClosingFragment$1, - printJsxExpressionContainer: printJsxExpressionContainer$1, - printJsxEmptyExpression: printJsxEmptyExpression$1, - printJsxSpreadAttribute: printJsxSpreadAttribute$1, - printJsxSpreadChild -} = jsx; -const { - printClass: printClass$1, - printClassMethod: printClassMethod$1 -} = _class; -const { - printTypeParameters: printTypeParameters$1 -} = typeParameters; -const { - printPropertyKey: printPropertyKey$2 -} = property$1; -const { - printFunctionDeclaration: printFunctionDeclaration$1, - printArrowFunctionExpression: printArrowFunctionExpression$1, - printMethod: printMethod$2, - printReturnAndThrowArgument: printReturnAndThrowArgument$1 -} = _function; -const { - printCallExpression: printCallExpression$1 -} = callExpression; -const { - printInterface: printInterface$1 -} = _interface; -const { - printVariableDeclarator: printVariableDeclarator$1, - printAssignmentExpression: printAssignmentExpression$1, - printAssignment: printAssignment$1, - printAssignmentRight: printAssignmentRight$1 -} = assignment; -const { - printBinaryishExpression: printBinaryishExpression$1 -} = binaryish; -const { - printStatementSequence: printStatementSequence$2 -} = statement; -const { - printMemberExpression: printMemberExpression$1 -} = member; -const { - printBlock: printBlock$1 -} = block; -const { - printComment: printComment$2 -} = comment; - -function genericPrint(path, options, printPath, args) { +function printTernaryTest(path, options, print) { const node = path.getValue(); - let needsParens = false; - const linesWithoutParens = printPathNoParens(path, options, printPath, args); + const isConditionalExpression = node.type === "ConditionalExpression"; + const alternateNodePropertyName = isConditionalExpression ? "alternate" : "falseType"; + const parent = path.getParentNode(); + const printed = isConditionalExpression ? print("test") : [print("checkType"), " ", "extends", " ", print("extendsType")]; + /** + * a + * ? b + * : multiline + * test + * node + * ^^ align(2) + * ? d + * : e + */ - if (!node || isEmpty$2(linesWithoutParens)) { - return linesWithoutParens; + if (parent.type === node.type && parent[alternateNodePropertyName] === node) { + return align$2(2, printed); } - const parentExportDecl = getParentExportDeclaration$2(path); - const decorators = []; + return printed; +} - if (node.type === "ClassMethod" || node.type === "ClassPrivateMethod" || node.type === "ClassProperty" || node.type === "FieldDefinition" || node.type === "TSAbstractClassProperty" || node.type === "ClassPrivateProperty" || node.type === "MethodDefinition" || node.type === "TSAbstractMethodDefinition" || node.type === "TSDeclareMethod") ; else if (node.decorators && node.decorators.length > 0 && // If the parent node is an export declaration and the decorator - // was written before the export, the export will be responsible - // for printing the decorators. - !(parentExportDecl && locStart$8(parentExportDecl, { - ignoreDecorators: true - }) > locStart$8(node.decorators[0]))) { - const shouldBreak = node.type === "ClassExpression" || node.type === "ClassDeclaration" || hasNewlineBetweenOrAfterDecorators$2(node, options); - const separator = shouldBreak ? hardline$k : line$j; - path.each(decoratorPath => { - let decorator = decoratorPath.getValue(); - - if (decorator.expression) { - decorator = decorator.expression; - } else { - decorator = decorator.callee; - } +const ancestorNameMap = new Map([["AssignmentExpression", "right"], ["VariableDeclarator", "init"], ["ReturnStatement", "argument"], ["ThrowStatement", "argument"], ["UnaryExpression", "argument"], ["YieldExpression", "argument"]]); - decorators.push(printPath(decoratorPath), separator); - }, "decorators"); +function shouldExtraIndentForConditionalExpression(path) { + const node = path.getValue(); - if (parentExportDecl) { - decorators.unshift(hardline$k); - } - } else if (isExportDeclaration$1(node) && node.declaration && node.declaration.decorators && node.declaration.decorators.length > 0 && // Only print decorators here if they were written before the export, - // otherwise they are printed by the node.declaration - locStart$8(node, { - ignoreDecorators: true - }) > locStart$8(node.declaration.decorators[0])) { - // Export declarations are responsible for printing any decorators - // that logically apply to node.declaration. - path.each(decoratorPath => { - const decorator = decoratorPath.getValue(); - const prefix = decorator.type === "Decorator" ? "" : "@"; - decorators.push(prefix, printPath(decoratorPath), hardline$k); - }, "declaration", "decorators"); - } else { - // Nodes with decorators can't have parentheses, so we can avoid - // computing pathNeedsParens() except in this case. - needsParens = needsParens_1(path, options); + if (node.type !== "ConditionalExpression") { + return false; } - const parts = []; + let parent; + let child = node; - if (needsParens) { - parts.unshift("("); - } + for (let ancestorCount = 0; !parent; ancestorCount++) { + const node = path.getParentNode(ancestorCount); - parts.push(linesWithoutParens); + if (isCallExpression$2(node) && node.callee === child || isMemberExpression$2(node) && node.object === child || node.type === "TSNonNullExpression" && node.expression === child) { + child = node; + continue; + } // Reached chain root - if (needsParens) { - const node = path.getValue(); - if (hasFlowShorthandAnnotationComment$3(node)) { - parts.push(" /*"); - parts.push(node.trailingComments[0].value.trimStart()); - parts.push("*/"); - node.trailingComments[0].printed = true; + if (node.type === "NewExpression" && node.callee === child || node.type === "TSAsExpression" && node.expression === child) { + parent = path.getParentNode(ancestorCount + 1); + child = node; + } else { + parent = node; } + } // Do not add indent to direct `ConditionalExpression` - parts.push(")"); - } - if (decorators.length > 0) { - return group$l(concat$x(decorators.concat(parts))); + if (child === node) { + return false; } - return concat$x(parts); + return parent[ancestorNameMap.get(parent.type)] === child; } +/** + * The following is the shared logic for + * ternary operators, namely ConditionalExpression + * and TSConditionalType + * @param {AstPath} path - The path to the ConditionalExpression/TSConditionalType node. + * @param {Options} options - Prettier options + * @param {Function} print - Print function to call recursively + * @returns {Doc} + */ -function printPathNoParens(path, options, print, args) { - const n = path.getValue(); - const semi = options.semi ? ";" : ""; - if (!n) { - return ""; - } +function printTernary$2(path, options, print) { + const node = path.getValue(); + const isConditionalExpression = node.type === "ConditionalExpression"; + const consequentNodePropertyName = isConditionalExpression ? "consequent" : "trueType"; + const alternateNodePropertyName = isConditionalExpression ? "alternate" : "falseType"; + const testNodePropertyNames = isConditionalExpression ? ["test"] : ["checkType", "extendsType"]; + const consequentNode = node[consequentNodePropertyName]; + const alternateNode = node[alternateNodePropertyName]; + const parts = []; // We print a ConditionalExpression in either "JSX mode" or "normal mode". + // See `tests/format/jsx/conditional-expression.js` for more info. - if (typeof n === "string") { - return n; - } + let jsxMode = false; + const parent = path.getParentNode(); + const isParentTest = parent.type === node.type && testNodePropertyNames.some(prop => parent[prop] === node); + let forceNoIndent = parent.type === node.type && !isParentTest; // Find the outermost non-ConditionalExpression parent, and the outermost + // ConditionalExpression parent. We'll use these to determine if we should + // print in JSX mode. - const htmlBinding = printHtmlBinding$1(path, options, print); + let currentParent; + let previousParent; + let i = 0; - if (htmlBinding) { - return htmlBinding; - } - /** @type{Doc[]} */ + do { + previousParent = currentParent || node; + currentParent = path.getParentNode(i); + i++; + } while (currentParent && currentParent.type === node.type && testNodePropertyNames.every(prop => currentParent[prop] !== previousParent)); + const firstNonConditionalParent = currentParent || parent; + const lastConditionalParent = previousParent; - let parts = []; + if (isConditionalExpression && (isJsxNode$1(node[testNodePropertyNames[0]]) || isJsxNode$1(consequentNode) || isJsxNode$1(alternateNode) || conditionalExpressionChainContainsJsx(lastConditionalParent))) { + jsxMode = true; + forceNoIndent = true; // Even though they don't need parens, we wrap (almost) everything in + // parens when using ?: within JSX, because the parens are analogous to + // curly braces in an if statement. - switch (n.type) { - case "JsExpressionRoot": - return path.call(print, "node"); + const wrap = doc => [ifBreak$a("("), indent$b([softline$c, doc]), softline$c, ifBreak$a(")")]; // The only things we don't wrap are: + // * Nested conditional expressions in alternates + // * null + // * undefined - case "JsonRoot": - return concat$x([path.call(print, "node"), hardline$k]); - case "File": - // Print @babel/parser's InterpreterDirective here so that - // leading comments on the `Program` node get printed after the hashbang. - if (n.program && n.program.interpreter) { - parts.push(path.call(programPath => programPath.call(print, "interpreter"), "program")); - } + const isNil = node => node.type === "NullLiteral" || node.type === "Literal" && node.value === null || node.type === "Identifier" && node.name === "undefined"; - parts.push(path.call(print, "program")); - return concat$x(parts); + parts.push(" ? ", isNil(consequentNode) ? print(consequentNodePropertyName) : wrap(print(consequentNodePropertyName)), " : ", alternateNode.type === node.type || isNil(alternateNode) ? print(alternateNodePropertyName) : wrap(print(alternateNodePropertyName))); + } else { + // normal mode + const part = [line$g, "? ", consequentNode.type === node.type ? ifBreak$a("", "(") : "", align$2(2, print(consequentNodePropertyName)), consequentNode.type === node.type ? ifBreak$a("", ")") : "", line$g, ": ", alternateNode.type === node.type ? print(alternateNodePropertyName) : align$2(2, print(alternateNodePropertyName))]; + parts.push(parent.type !== node.type || parent[alternateNodePropertyName] === node || isParentTest ? part : options.useTabs ? dedent$3(indent$b(part)) : align$2(Math.max(0, options.tabWidth - 2), part)); + } // We want a whole chain of ConditionalExpressions to all + // break if any of them break. That means we should only group around the + // outer-most ConditionalExpression. - case "Program": - { - const hasContents = !n.body.every(({ - type - }) => type === "EmptyStatement") || n.comments; // Babel 6 - if (n.directives) { - const directivesCount = n.directives.length; - path.each((childPath, index) => { - parts.push(print(childPath), semi, hardline$k); + const comments = [...testNodePropertyNames.map(propertyName => getComments(node[propertyName])), getComments(consequentNode), getComments(alternateNode)].flat(); + const shouldBreak = comments.some(comment => isBlockComment$2(comment) && hasNewlineInRange$1(options.originalText, locStart$i(comment), locEnd$h(comment))); - if ((index < directivesCount - 1 || hasContents) && isNextLineEmpty$9(options.originalText, childPath.getValue(), locEnd$e)) { - parts.push(hardline$k); - } - }, "directives"); - } + const maybeGroup = doc => parent === firstNonConditionalParent ? group$g(doc, { + shouldBreak + }) : shouldBreak ? [doc, breakParent$6] : doc; // Break the closing paren to keep the chain right after it: + // (a + // ? b + // : c + // ).call() - parts.push(path.call(bodyPath => { - return printStatementSequence$2(bodyPath, options, print); - }, "body")); - parts.push(comments.printDanglingComments(path, options, - /* sameIndent */ - true)); // Only force a trailing newline if there were any contents. - if (hasContents) { - parts.push(hardline$k); - } + const breakClosingParen = !jsxMode && (isMemberExpression$2(parent) || parent.type === "NGPipeExpression" && parent.left === node) && !parent.computed; + const shouldExtraIndent = shouldExtraIndentForConditionalExpression(path); + const result = maybeGroup([printTernaryTest(path, options, print), forceNoIndent ? parts : indent$b(parts), isConditionalExpression && breakClosingParen && !shouldExtraIndent ? softline$c : ""]); + return isParentTest || shouldExtraIndent ? group$g([indent$b([softline$c, result]), softline$c]) : result; +} - return concat$x(parts); - } - // Babel extension. +var ternary = { + printTernary: printTernary$2 +}; - case "EmptyStatement": - return ""; +const { + builders: { + hardline: hardline$k + } +} = require$$7$3; +const pathNeedsParens$1 = needsParens_1; +const { + getLeftSidePathName, + hasNakedLeftSide, + isJsxNode, + isTheOnlyJsxElementInMarkdown: isTheOnlyJsxElementInMarkdown$1, + hasComment: hasComment$2, + CommentCheckFlags: CommentCheckFlags$2, + isNextLineEmpty: isNextLineEmpty$6 +} = utils$5; +const { + shouldPrintParamsWithoutParens +} = _function; +/** + * @typedef {import("../../document").Doc} Doc + * @typedef {import("../../common/ast-path")} AstPath + */ - case "ExpressionStatement": - // Detect Flow and TypeScript directives - if (n.directive) { - return concat$x([nodeStr(n.expression, options, true), semi]); - } +function printStatementSequence(path, options, print, property) { + const node = path.getValue(); + const parts = []; + const isClassBody = node.type === "ClassBody"; + const lastStatement = getLastStatement(node[property]); + path.each((path, index, statements) => { + const node = path.getValue(); // Skip printing EmptyStatement nodes to avoid leaving stray + // semicolons lying around. - if (options.parser === "__vue_event_binding") { - const parent = path.getParentNode(); + if (node.type === "EmptyStatement") { + return; + } - if (parent.type === "Program" && parent.body.length === 1 && parent.body[0] === n) { - return concat$x([path.call(print, "expression"), isVueEventBindingExpression$1(n.expression) ? ";" : ""]); - } - } // Do not append semicolon after the only JSX element in a program + const printed = print(); // in no-semi mode, prepend statement with semicolon if it might break ASI + // don't prepend the only JSX element in a program with semicolon + + if (!options.semi && !isClassBody && !isTheOnlyJsxElementInMarkdown$1(options, path) && statementNeedsASIProtection(path, options)) { + if (hasComment$2(node, CommentCheckFlags$2.Leading)) { + parts.push(print([], { + needsSemi: true + })); + } else { + parts.push(";", printed); + } + } else { + parts.push(printed); + } + + if (!options.semi && isClassBody && isClassProperty(node) && // `ClassBody` don't allow `EmptyStatement`, + // so we can use `statements` to get next node + shouldPrintSemicolonAfterClassProperty(node, statements[index + 1])) { + parts.push(";"); + } + if (node !== lastStatement) { + parts.push(hardline$k); - return concat$x([path.call(print, "expression"), isTheOnlyJSXElementInMarkdown$2(options, path) ? "" : semi]); - // Babel non-standard node. Used for Closure-style type casts. See postprocess.js. + if (isNextLineEmpty$6(node, options)) { + parts.push(hardline$k); + } + } + }, property); + return parts; +} - case "ParenthesizedExpression": - { - const shouldHug = !n.expression.comments; +function getLastStatement(statements) { + for (let i = statements.length - 1; i >= 0; i--) { + const statement = statements[i]; - if (shouldHug) { - return concat$x(["(", path.call(print, "expression"), ")"]); - } + if (statement.type !== "EmptyStatement") { + return statement; + } + } +} - return group$l(concat$x(["(", indent$p(concat$x([softline$h, path.call(print, "expression")])), softline$h, ")"])); - } +function statementNeedsASIProtection(path, options) { + const node = path.getNode(); - case "AssignmentExpression": - return printAssignmentExpression$1(path, options, print); + if (node.type !== "ExpressionStatement") { + return false; + } - case "VariableDeclarator": - return printVariableDeclarator$1(path, options, print); + return path.call(childPath => expressionNeedsASIProtection(childPath, options), "expression"); +} - case "BinaryExpression": - case "LogicalExpression": - case "NGPipeExpression": - return printBinaryishExpression$1(path, options, print); +function expressionNeedsASIProtection(path, options) { + const node = path.getValue(); - case "AssignmentPattern": - return concat$x([path.call(print, "left"), " = ", path.call(print, "right")]); + switch (node.type) { + case "ParenthesizedExpression": + case "TypeCastExpression": + case "ArrayExpression": + case "ArrayPattern": + case "TemplateLiteral": + case "TemplateElement": + case "RegExpLiteral": + return true; - case "TSTypeAssertion": + case "ArrowFunctionExpression": { - const shouldBreakAfterCast = !(n.expression.type === "ArrayExpression" || n.expression.type === "ObjectExpression"); - const castGroup = group$l(concat$x(["<", indent$p(concat$x([softline$h, path.call(print, "typeAnnotation")])), softline$h, ">"])); - const exprContents = concat$x([ifBreak$d("("), indent$p(concat$x([softline$h, path.call(print, "expression")])), softline$h, ifBreak$d(")")]); - - if (shouldBreakAfterCast) { - return conditionalGroup$4([concat$x([castGroup, path.call(print, "expression")]), concat$x([castGroup, group$l(exprContents, { - shouldBreak: true - })]), concat$x([castGroup, path.call(print, "expression")])]); + if (!shouldPrintParamsWithoutParens(path, options)) { + return true; } - return group$l(concat$x([castGroup, path.call(print, "expression")])); + break; } - case "OptionalMemberExpression": - case "MemberExpression": + case "UnaryExpression": { - return printMemberExpression$1(path, options, print); - } + const { + prefix, + operator + } = node; - case "MetaProperty": - return concat$x([path.call(print, "meta"), ".", path.call(print, "property")]); + if (prefix && (operator === "+" || operator === "-")) { + return true; + } - case "BindExpression": - if (n.object) { - parts.push(path.call(print, "object")); + break; } - parts.push(group$l(indent$p(concat$x([softline$h, printBindExpressionCallee$2(path, options, print)])))); - return concat$x(parts); - - case "Identifier": + case "BindExpression": { - return concat$x([n.name, printOptionalToken$6(path), printTypeAnnotation$3(path, options, print)]); - } - - case "V8IntrinsicIdentifier": - return concat$x(["%", n.name]); - - case "SpreadElement": - case "SpreadElementPattern": - case "SpreadProperty": - case "SpreadPropertyPattern": - case "RestElement": - case "ObjectTypeSpreadProperty": - return concat$x(["...", path.call(print, "argument"), printTypeAnnotation$3(path, options, print)]); - - case "FunctionDeclaration": - case "FunctionExpression": - parts.push(printFunctionDeclaration$1(path, print, options, args && args.expandLastArg && getCallArguments$3(path.getParentNode()).length > 1)); + if (!node.object) { + return true; + } - if (!n.body) { - parts.push(semi); + break; } - return concat$x(parts); - - case "ArrowFunctionExpression": - return printArrowFunctionExpression$1(path, options, print, args); - - case "YieldExpression": - parts.push("yield"); - - if (n.delegate) { - parts.push("*"); - } + case "Literal": + { + if (node.regex) { + return true; + } - if (n.argument) { - parts.push(" ", path.call(print, "argument")); + break; } - return concat$x(parts); - - case "AwaitExpression": + default: { - parts.push("await"); - - if (n.argument) { - parts.push(" ", path.call(print, "argument")); + if (isJsxNode(node)) { + return true; } + } + } - const parent = path.getParentNode(); - - if ((parent.type === "CallExpression" || parent.type === "OptionalCallExpression") && parent.callee === n || (parent.type === "MemberExpression" || parent.type === "OptionalMemberExpression") && parent.object === n) { - return group$l(concat$x([indent$p(concat$x([softline$h, concat$x(parts)])), softline$h])); - } + if (pathNeedsParens$1(path, options)) { + return true; + } - return concat$x(parts); - } + if (!hasNakedLeftSide(node)) { + return false; + } - case "TSExportAssignment": - return concat$x(["export = ", path.call(print, "expression"), semi]); + return path.call(childPath => expressionNeedsASIProtection(childPath, options), ...getLeftSidePathName(path, node)); +} - case "ExportDefaultDeclaration": - case "ExportNamedDeclaration": - case "DeclareExportDeclaration": - return printExportDeclaration$1(path, options, print); +function printBody$1(path, options, print) { + return printStatementSequence(path, options, print, "body"); +} - case "ExportAllDeclaration": - case "DeclareExportAllDeclaration": - return printExportAllDeclaration$1(path, options, print); +function printSwitchCaseConsequent$1(path, options, print) { + return printStatementSequence(path, options, print, "consequent"); +} - case "ImportDeclaration": - return printImportDeclaration$1(path, options, print); +const isClassProperty = ({ + type +}) => type === "ClassProperty" || type === "PropertyDefinition" || type === "ClassPrivateProperty"; +/** + * @returns {boolean} + */ - case "ImportSpecifier": - case "ExportSpecifier": - case "ImportNamespaceSpecifier": - case "ExportNamespaceSpecifier": - case "ImportDefaultSpecifier": - case "ExportDefaultSpecifier": - return printModuleSpecifier$1(path, options, print); - case "ImportAttribute": - return concat$x([path.call(print, "key"), ": ", path.call(print, "value")]); +function shouldPrintSemicolonAfterClassProperty(node, nextNode) { + const name = node.key && node.key.name; // this isn't actually possible yet with most parsers available today + // so isn't properly tested yet. - case "Import": - return "import"; + if ((name === "static" || name === "get" || name === "set") && !node.value && !node.typeAnnotation) { + return true; + } - case "TSModuleBlock": - case "BlockStatement": - case "StaticBlock": - return printBlock$1(path, options, print); + if (!nextNode) { + return false; + } - case "ThrowStatement": - case "ReturnStatement": - return concat$x([n.type === "ReturnStatement" ? "return" : "throw", printReturnAndThrowArgument$1(path, options, print)]); + if (nextNode.static || nextNode.accessibility // TypeScript + ) { + return false; + } - case "NewExpression": - case "ImportExpression": - case "OptionalCallExpression": - case "CallExpression": - return printCallExpression$1(path, options, print); + if (!nextNode.computed) { + const name = nextNode.key && nextNode.key.name; - case "ObjectTypeInternalSlot": - return concat$x([n.static ? "static " : "", "[[", path.call(print, "id"), "]]", printOptionalToken$6(path), n.method ? "" : ": ", path.call(print, "value")]); + if (name === "in" || name === "instanceof") { + return true; + } + } // Flow variance sigil +/- requires semi if there's no + // "declare" or "static" keyword before it. - case "ObjectExpression": - case "ObjectPattern": - case "ObjectTypeAnnotation": - case "TSInterfaceBody": - case "TSTypeLiteral": - case "RecordExpression": - return printObject$1(path, options, print); - // Babel 6 - case "ObjectProperty": // Non-standard AST node type. + if (isClassProperty(nextNode) && nextNode.variance && !nextNode.static && !nextNode.declare) { + return true; + } - case "Property": - if (n.method || n.kind === "get" || n.kind === "set") { - return printMethod$2(path, options, print); - } + switch (nextNode.type) { + case "ClassProperty": + case "PropertyDefinition": + case "TSAbstractPropertyDefinition": + return nextNode.computed; - if (n.shorthand) { - parts.push(path.call(print, "value")); - } else { - parts.push(printAssignment$1(n.key, printPropertyKey$2(path, options, print), ":", n.value, path.call(print, "value"), options)); - } + case "MethodDefinition": // Flow - return concat$x(parts); - // Babel 6 + case "TSAbstractMethodDefinition": // TypeScript case "ClassMethod": case "ClassPrivateMethod": - case "MethodDefinition": - case "TSAbstractMethodDefinition": - case "TSDeclareMethod": - return printClassMethod$1(path, options, print); - - case "ObjectMethod": - return printMethod$2(path, options, print); - - case "Decorator": - return concat$x(["@", path.call(print, "expression"), path.call(print, "callee")]); + { + // Babel + const isAsync = nextNode.value ? nextNode.value.async : nextNode.async; - case "ArrayExpression": - case "ArrayPattern": - case "TupleExpression": - return printArray$1(path, options, print); + if (isAsync || nextNode.kind === "get" || nextNode.kind === "set") { + return false; + } - case "SequenceExpression": - { - const parent = path.getParentNode(0); + const isGenerator = nextNode.value ? nextNode.value.generator : nextNode.generator; - if (parent.type === "ExpressionStatement" || parent.type === "ForStatement") { - // For ExpressionStatements and for-loop heads, which are among - // the few places a SequenceExpression appears unparenthesized, we want - // to indent expressions after the first. - const parts = []; - path.each(p => { - if (p.getName() === 0) { - parts.push(print(p)); - } else { - parts.push(",", indent$p(concat$x([line$j, print(p)]))); - } - }, "expressions"); - return group$l(concat$x(parts)); + if (nextNode.computed || isGenerator) { + return true; } - return group$l(concat$x([join$f(concat$x([",", line$j]), path.map(print, "expressions"))])); + return false; } - case "ThisExpression": - return "this"; - - case "Super": - return "super"; + case "TSIndexSignature": + return true; + } + /* istanbul ignore next */ - case "NullLiteral": - // Babel 6 Literal split - return "null"; - case "RegExpLiteral": - // Babel 6 Literal split - return printRegex(n); + return false; +} - case "NumericLiteral": - // Babel 6 Literal split - return printNumber$2(n.extra.raw); +var statement = { + printBody: printBody$1, + printSwitchCaseConsequent: printSwitchCaseConsequent$1 +}; - case "DecimalLiteral": - return printNumber$2(n.value) + "m"; +const { + printDanglingComments: printDanglingComments$2 +} = comments$4; +const { + isNonEmptyArray: isNonEmptyArray$7 +} = util$8; +const { + builders: { + hardline: hardline$j, + indent: indent$a + } +} = require$$7$3; +const { + hasComment: hasComment$1, + CommentCheckFlags: CommentCheckFlags$1, + isNextLineEmpty: isNextLineEmpty$5 +} = utils$5; +const { + printHardlineAfterHeritage +} = _class; +const { + printBody +} = statement; +/** @typedef {import("../../document").Doc} Doc */ - case "BigIntLiteral": - // babel: n.extra.raw, flow: n.bigint - return (n.bigint || n.extra.raw).toLowerCase(); +function printBlock$4(path, options, print) { + const node = path.getValue(); + const parts = []; - case "BooleanLiteral": // Babel 6 Literal split + if (node.type === "StaticBlock") { + parts.push("static "); + } - case "StringLiteral": // Babel 6 Literal split + if (node.type === "ClassBody" && isNonEmptyArray$7(node.body)) { + const parent = path.getParentNode(); + parts.push(printHardlineAfterHeritage(parent)); + } - case "Literal": - if (n.regex) { - return printRegex(n.regex); - } // typescript + parts.push("{"); + const printed = printBlockBody$1(path, options, print); + if (printed) { + parts.push(indent$a([hardline$j, printed]), hardline$j); + } else { + const parent = path.getParentNode(); + const parentParent = path.getParentNode(1); - if (n.bigint) { - return n.raw.toLowerCase(); - } + if (!(parent.type === "ArrowFunctionExpression" || parent.type === "FunctionExpression" || parent.type === "FunctionDeclaration" || parent.type === "ObjectMethod" || parent.type === "ClassMethod" || parent.type === "ClassPrivateMethod" || parent.type === "ForStatement" || parent.type === "WhileStatement" || parent.type === "DoWhileStatement" || parent.type === "DoExpression" || parent.type === "CatchClause" && !parentParent.finalizer || parent.type === "TSModuleDeclaration" || parent.type === "TSDeclareFunction" || node.type === "StaticBlock" || node.type === "ClassBody")) { + parts.push(hardline$j); + } + } - if (typeof n.value === "number") { - return printNumber$2(n.raw); - } + parts.push("}"); + return parts; +} - if (typeof n.value !== "string") { - return "" + n.value; - } +function printBlockBody$1(path, options, print) { + const node = path.getValue(); + const nodeHasDirectives = isNonEmptyArray$7(node.directives); + const nodeHasBody = node.body.some(node => node.type !== "EmptyStatement"); + const nodeHasComment = hasComment$1(node, CommentCheckFlags$1.Dangling); - return nodeStr(n, options); + if (!nodeHasDirectives && !nodeHasBody && !nodeHasComment) { + return ""; + } - case "Directive": - return path.call(print, "value"); - // Babel 6 + const parts = []; // Babel 6 - case "DirectiveLiteral": - return nodeStr(n, options); + if (nodeHasDirectives) { + path.each((childPath, index, directives) => { + parts.push(print()); - case "UnaryExpression": - parts.push(n.operator); + if (index < directives.length - 1 || nodeHasBody || nodeHasComment) { + parts.push(hardline$j); - if (/[a-z]$/.test(n.operator)) { - parts.push(" "); + if (isNextLineEmpty$5(childPath.getValue(), options)) { + parts.push(hardline$j); + } } + }, "directives"); + } - if (n.argument.comments && n.argument.comments.length > 0) { - parts.push(group$l(concat$x(["(", indent$p(concat$x([softline$h, path.call(print, "argument")])), softline$h, ")"]))); - } else { - parts.push(path.call(print, "argument")); - } + if (nodeHasBody) { + parts.push(printBody(path, options, print)); + } - return concat$x(parts); + if (nodeHasComment) { + parts.push(printDanglingComments$2(path, options, + /* sameIndent */ + true)); + } - case "UpdateExpression": - parts.push(path.call(print, "argument"), n.operator); + if (node.type === "Program") { + const parent = path.getParentNode(); - if (n.prefix) { - parts.reverse(); - } + if (!parent || parent.type !== "ModuleExpression") { + parts.push(hardline$j); + } + } - return concat$x(parts); + return parts; +} - case "ConditionalExpression": - return ternary(path, options, print, { - beforeParts: () => [path.call(print, "test")], - afterParts: breakClosingParen => [breakClosingParen ? softline$h : ""], - shouldCheckJsx: true, - conditionalNodeType: "ConditionalExpression", - consequentNodePropertyName: "consequent", - alternateNodePropertyName: "alternate", - testNodePropertyNames: ["test"] - }); +var block$1 = { + printBlock: printBlock$4, + printBlockBody: printBlockBody$1 +}; - case "VariableDeclaration": - { - const printed = path.map(childPath => { - return print(childPath); - }, "declarations"); // We generally want to terminate all variable declarations with a - // semicolon, except when they in the () part of for loops. +const { + printDanglingComments: printDanglingComments$1 +} = comments$4; +const { + hasNewlineInRange +} = util$8; +const { + builders: { + join: join$e, + line: line$f, + hardline: hardline$i, + softline: softline$b, + group: group$f, + indent: indent$9, + conditionalGroup: conditionalGroup$1, + ifBreak: ifBreak$9 + } +} = require$$7$3; +const { + isLiteral, + getTypeScriptMappedTypeModifier, + shouldPrintComma: shouldPrintComma$1, + isCallExpression: isCallExpression$1, + isMemberExpression: isMemberExpression$1 +} = utils$5; +const { + locStart: locStart$h, + locEnd: locEnd$g +} = loc$6; +const { + printOptionalToken: printOptionalToken$1, + printTypeScriptModifiers +} = misc$1; +const { + printTernary: printTernary$1 +} = ternary; +const { + printFunctionParameters, + shouldGroupFunctionParameters +} = functionParameters; +const { + printTemplateLiteral: printTemplateLiteral$1 +} = templateLiteral; +const { + printArrayItems +} = array; +const { + printObject: printObject$1 +} = object$1; +const { + printClassProperty: printClassProperty$1, + printClassMethod: printClassMethod$1 +} = _class; +const { + printTypeParameter, + printTypeParameters +} = typeParameters; +const { + printPropertyKey +} = property; +const { + printFunction: printFunction$1, + printMethodInternal +} = _function; +const { + printInterface +} = _interface; +const { + printBlock: printBlock$3 +} = block$1; +const { + printTypeAlias, + printIntersectionType, + printUnionType, + printFunctionType, + printTupleType, + printIndexedAccessType +} = typeAnnotation; - const parentNode = path.getParentNode(); - const isParentForLoop = parentNode.type === "ForStatement" || parentNode.type === "ForInStatement" || parentNode.type === "ForOfStatement"; - const hasValue = n.declarations.some(decl => decl.init); - let firstVariable; +function printTypescript$1(path, options, print) { + const node = path.getValue(); // TypeScript nodes always starts with `TS` - if (printed.length === 1 && !n.declarations[0].comments) { - firstVariable = printed[0]; - } else if (printed.length > 0) { - // Indent first var to comply with eslint one-var rule - firstVariable = indent$p(printed[0]); - } + if (!node.type.startsWith("TS")) { + return; + } - parts = [n.declare ? "declare " : "", n.kind, firstVariable ? concat$x([" ", firstVariable]) : "", indent$p(concat$x(printed.slice(1).map(p => concat$x([",", hasValue && !isParentForLoop ? hardline$k : line$j, p]))))]; + if (node.type.endsWith("Keyword")) { + return node.type.slice(2, -7).toLowerCase(); + } - if (!(isParentForLoop && parentNode.body !== n)) { - parts.push(semi); - } + const semi = options.semi ? ";" : ""; + const parts = []; - return group$l(concat$x(parts)); - } + switch (node.type) { + case "TSThisType": + return "this"; - case "TSTypeAliasDeclaration": + case "TSTypeAssertion": { - if (n.declare) { - parts.push("declare "); + const shouldBreakAfterCast = !(node.expression.type === "ArrayExpression" || node.expression.type === "ObjectExpression"); + const castGroup = group$f(["<", indent$9([softline$b, print("typeAnnotation")]), softline$b, ">"]); + const exprContents = [ifBreak$9("("), indent$9([softline$b, print("expression")]), softline$b, ifBreak$9(")")]; + + if (shouldBreakAfterCast) { + return conditionalGroup$1([[castGroup, print("expression")], [castGroup, group$f(exprContents, { + shouldBreak: true + })], [castGroup, print("expression")]]); } - const printed = printAssignmentRight$1(n.id, n.typeAnnotation, n.typeAnnotation && path.call(print, "typeAnnotation"), options); - parts.push("type ", path.call(print, "id"), path.call(print, "typeParameters"), " =", printed, semi); - return group$l(concat$x(parts)); + return group$f([castGroup, print("expression")]); } - case "WithStatement": - return group$l(concat$x(["with (", path.call(print, "object"), ")", adjustClause$1(n.body, path.call(print, "body"))])); + case "TSDeclareFunction": + return printFunction$1(path, print, options); - case "IfStatement": - { - const con = adjustClause$1(n.consequent, path.call(print, "consequent")); - const opening = group$l(concat$x(["if (", group$l(concat$x([indent$p(concat$x([softline$h, path.call(print, "test")])), softline$h])), ")", con])); - parts.push(opening); + case "TSExportAssignment": + return ["export = ", print("expression"), semi]; - if (n.alternate) { - const commentOnOwnLine = hasTrailingComment$6(n.consequent) && n.consequent.comments.some(comment => comment.trailing && !isBlockComment$9(comment)) || needsHardlineAfterDanglingComment$2(n); - const elseOnSameLine = n.consequent.type === "BlockStatement" && !commentOnOwnLine; - parts.push(elseOnSameLine ? " " : hardline$k); + case "TSModuleBlock": + return printBlock$3(path, options, print); - if (hasDanglingComments$7(n)) { - parts.push(comments.printDanglingComments(path, options, true), commentOnOwnLine ? hardline$k : " "); - } + case "TSInterfaceBody": + case "TSTypeLiteral": + return printObject$1(path, options, print); - parts.push("else", group$l(adjustClause$1(n.alternate, path.call(print, "alternate"), n.alternate.type === "IfStatement"))); - } + case "TSTypeAliasDeclaration": + return printTypeAlias(path, options, print); - return concat$x(parts); - } + case "TSQualifiedName": + return join$e(".", [print("left"), print("right")]); - case "ForStatement": - { - const body = adjustClause$1(n.body, path.call(print, "body")); // We want to keep dangling comments above the loop to stay consistent. - // Any comment positioned between the for statement and the parentheses - // is going to be printed before the statement. + case "TSAbstractMethodDefinition": + case "TSDeclareMethod": + return printClassMethod$1(path, options, print); - const dangling = comments.printDanglingComments(path, options, - /* sameLine */ - true); - const printedComments = dangling ? concat$x([dangling, softline$h]) : ""; + case "TSAbstractPropertyDefinition": + return printClassProperty$1(path, options, print); - if (!n.init && !n.test && !n.update) { - return concat$x([printedComments, group$l(concat$x(["for (;;)", body]))]); - } + case "TSInterfaceHeritage": + case "TSExpressionWithTypeArguments": + // Babel AST + parts.push(print("expression")); - return concat$x([printedComments, group$l(concat$x(["for (", group$l(concat$x([indent$p(concat$x([softline$h, path.call(print, "init"), ";", line$j, path.call(print, "test"), ";", line$j, path.call(print, "update")])), softline$h])), ")", body]))]); + if (node.typeParameters) { + parts.push(print("typeParameters")); } - case "WhileStatement": - return group$l(concat$x(["while (", group$l(concat$x([indent$p(concat$x([softline$h, path.call(print, "test")])), softline$h])), ")", adjustClause$1(n.body, path.call(print, "body"))])); + return parts; - case "ForInStatement": - return group$l(concat$x(["for (", path.call(print, "left"), " in ", path.call(print, "right"), ")", adjustClause$1(n.body, path.call(print, "body"))])); + case "TSTemplateLiteralType": + return printTemplateLiteral$1(path, print, options); - case "ForOfStatement": - return group$l(concat$x(["for", n.await ? " await" : "", " (", path.call(print, "left"), " of ", path.call(print, "right"), ")", adjustClause$1(n.body, path.call(print, "body"))])); + case "TSNamedTupleMember": + return [print("label"), node.optional ? "?" : "", ": ", print("elementType")]; - case "DoWhileStatement": + case "TSRestType": + return ["...", print("typeAnnotation")]; + + case "TSOptionalType": + return [print("typeAnnotation"), "?"]; + + case "TSInterfaceDeclaration": + return printInterface(path, options, print); + + case "TSClassImplements": + return [print("expression"), print("typeParameters")]; + + case "TSTypeParameterDeclaration": + case "TSTypeParameterInstantiation": + return printTypeParameters(path, options, print, "params"); + + case "TSTypeParameter": + return printTypeParameter(path, options, print); + + case "TSAsExpression": { - const clause = adjustClause$1(n.body, path.call(print, "body")); - const doBody = group$l(concat$x(["do", clause])); - parts = [doBody]; + parts.push(print("expression"), " as ", print("typeAnnotation")); + const parent = path.getParentNode(); - if (n.body.type === "BlockStatement") { - parts.push(" "); - } else { - parts.push(hardline$k); + if (isCallExpression$1(parent) && parent.callee === node || isMemberExpression$1(parent) && parent.object === node) { + return group$f([indent$9([softline$b, ...parts]), softline$b]); } - parts.push("while ("); - parts.push(group$l(concat$x([indent$p(concat$x([softline$h, path.call(print, "test")])), softline$h])), ")", semi); - return concat$x(parts); + return parts; } - case "DoExpression": - return concat$x(["do ", path.call(print, "body")]); + case "TSArrayType": + return [print("elementType"), "[]"]; - case "BreakStatement": - parts.push("break"); + case "TSPropertySignature": + { + if (node.readonly) { + parts.push("readonly "); + } - if (n.label) { - parts.push(" ", path.call(print, "label")); - } + parts.push(printPropertyKey(path, options, print), printOptionalToken$1(path)); - parts.push(semi); - return concat$x(parts); + if (node.typeAnnotation) { + parts.push(": ", print("typeAnnotation")); + } // This isn't valid semantically, but it's in the AST so we can print it. - case "ContinueStatement": - parts.push("continue"); - if (n.label) { - parts.push(" ", path.call(print, "label")); + if (node.initializer) { + parts.push(" = ", print("initializer")); + } + + return parts; } - parts.push(semi); - return concat$x(parts); + case "TSParameterProperty": + if (node.accessibility) { + parts.push(node.accessibility + " "); + } - case "LabeledStatement": - if (n.body.type === "EmptyStatement") { - return concat$x([path.call(print, "label"), ":;"]); + if (node.export) { + parts.push("export "); } - return concat$x([path.call(print, "label"), ": ", path.call(print, "body")]); + if (node.static) { + parts.push("static "); + } - case "TryStatement": - return concat$x(["try ", path.call(print, "block"), n.handler ? concat$x([" ", path.call(print, "handler")]) : "", n.finalizer ? concat$x([" finally ", path.call(print, "finalizer")]) : ""]); + if (node.override) { + parts.push("override "); + } - case "CatchClause": - if (n.param) { - const hasComments = n.param.comments && n.param.comments.some(comment => !isBlockComment$9(comment) || comment.leading && hasNewline$7(options.originalText, locEnd$e(comment)) || comment.trailing && hasNewline$7(options.originalText, locStart$8(comment), { - backwards: true - })); - const param = path.call(print, "param"); - return concat$x(["catch ", hasComments ? concat$x(["(", indent$p(concat$x([softline$h, param])), softline$h, ") "]) : concat$x(["(", param, ") "]), path.call(print, "body")]); + if (node.readonly) { + parts.push("readonly "); } - return concat$x(["catch ", path.call(print, "body")]); - // Note: ignoring n.lexical because it has no printing consequences. + parts.push(print("parameter")); + return parts; - case "SwitchStatement": - return concat$x([group$l(concat$x(["switch (", indent$p(concat$x([softline$h, path.call(print, "discriminant")])), softline$h, ")"])), " {", n.cases.length > 0 ? indent$p(concat$x([hardline$k, join$f(hardline$k, path.map(casePath => { - const caseNode = casePath.getValue(); - return concat$x([casePath.call(print), n.cases.indexOf(caseNode) !== n.cases.length - 1 && isNextLineEmpty$9(options.originalText, caseNode, locEnd$e) ? hardline$k : ""]); - }, "cases"))])) : "", hardline$k, "}"]); + case "TSTypeQuery": + return ["typeof ", print("exprName")]; - case "SwitchCase": + case "TSIndexSignature": { - if (n.test) { - parts.push("case ", path.call(print, "test"), ":"); - } else { - parts.push("default:"); - } + const parent = path.getParentNode(); // The typescript parser accepts multiple parameters here. If you're + // using them, it makes sense to have a trailing comma. But if you + // aren't, this is more like a computed property name than an array. + // So we leave off the trailing comma when there's just one parameter. - const consequent = n.consequent.filter(node => node.type !== "EmptyStatement"); + const trailingComma = node.parameters.length > 1 ? ifBreak$9(shouldPrintComma$1(options) ? "," : "") : ""; + const parametersGroup = group$f([indent$9([softline$b, join$e([", ", softline$b], path.map(print, "parameters"))]), trailingComma, softline$b]); + return [node.export ? "export " : "", node.accessibility ? [node.accessibility, " "] : "", node.static ? "static " : "", node.readonly ? "readonly " : "", node.declare ? "declare " : "", "[", node.parameters ? parametersGroup : "", node.typeAnnotation ? "]: " : "]", node.typeAnnotation ? print("typeAnnotation") : "", parent.type === "ClassBody" ? semi : ""]; + } - if (consequent.length > 0) { - const cons = path.call(consequentPath => { - return printStatementSequence$2(consequentPath, options, print); - }, "consequent"); - parts.push(consequent.length === 1 && consequent[0].type === "BlockStatement" ? concat$x([" ", cons]) : indent$p(concat$x([hardline$k, cons]))); - } + case "TSTypePredicate": + return [node.asserts ? "asserts " : "", print("parameterName"), node.typeAnnotation ? [" is ", print("typeAnnotation")] : ""]; - return concat$x(parts); - } - // JSX extensions below. + case "TSNonNullExpression": + return [print("expression"), "!"]; - case "DebuggerStatement": - return concat$x(["debugger", semi]); + case "TSImportType": + return [!node.isTypeOf ? "" : "typeof ", "import(", print(node.parameter ? "parameter" : "argument"), ")", !node.qualifier ? "" : [".", print("qualifier")], printTypeParameters(path, options, print, "typeParameters")]; - case "JSXAttribute": - return printJsxAttribute$1(path, options, print); + case "TSLiteralType": + return print("literal"); - case "JSXIdentifier": - return "" + n.name; + case "TSIndexedAccessType": + return printIndexedAccessType(path, options, print); - case "JSXNamespacedName": - return join$f(":", [path.call(print, "namespace"), path.call(print, "name")]); + case "TSConstructSignatureDeclaration": + case "TSCallSignatureDeclaration": + case "TSConstructorType": + { + if (node.type === "TSConstructorType" && node.abstract) { + parts.push("abstract "); + } - case "JSXMemberExpression": - return join$f(".", [path.call(print, "object"), path.call(print, "property")]); + if (node.type !== "TSCallSignatureDeclaration") { + parts.push("new "); + } - case "TSQualifiedName": - return join$f(".", [path.call(print, "left"), path.call(print, "right")]); + parts.push(group$f(printFunctionParameters(path, print, options, + /* expandArg */ + false, + /* printTypeParams */ + true))); - case "JSXSpreadAttribute": - return printJsxSpreadAttribute$1(path, options, print); + if (node.returnType || node.typeAnnotation) { + const isType = node.type === "TSConstructorType"; + parts.push(isType ? " => " : ": ", print("returnType"), print("typeAnnotation")); + } - case "JSXSpreadChild": - return printJsxSpreadChild(path, options, print); + return parts; + } - case "JSXExpressionContainer": - return printJsxExpressionContainer$1(path, options, print); + case "TSTypeOperator": + return [node.operator, " ", print("typeAnnotation")]; - case "JSXFragment": - case "JSXElement": - return printJsxElement$1(path, options, print); + case "TSMappedType": + { + const shouldBreak = hasNewlineInRange(options.originalText, locStart$h(node), locEnd$g(node)); + return group$f(["{", indent$9([options.bracketSpacing ? line$f : softline$b, node.readonly ? [getTypeScriptMappedTypeModifier(node.readonly, "readonly"), " "] : "", printTypeScriptModifiers(path, options, print), print("typeParameter"), node.optional ? getTypeScriptMappedTypeModifier(node.optional, "?") : "", node.typeAnnotation ? ": " : "", print("typeAnnotation"), ifBreak$9(semi)]), printDanglingComments$1(path, options, + /* sameIndent */ + true), options.bracketSpacing ? line$f : softline$b, "}"], { + shouldBreak + }); + } - case "JSXOpeningElement": - return printJsxOpeningElement$1(path, options, print); + case "TSMethodSignature": + { + const kind = node.kind && node.kind !== "method" ? `${node.kind} ` : ""; + parts.push(node.accessibility ? [node.accessibility, " "] : "", kind, node.export ? "export " : "", node.static ? "static " : "", node.readonly ? "readonly " : "", // "abstract" and "declare" are supported by only "babel-ts" + // https://github.com/prettier/prettier/issues/9760 + node.abstract ? "abstract " : "", node.declare ? "declare " : "", node.computed ? "[" : "", print("key"), node.computed ? "]" : "", printOptionalToken$1(path)); + const parametersDoc = printFunctionParameters(path, print, options, + /* expandArg */ + false, + /* printTypeParams */ + true); + const returnTypePropertyName = node.returnType ? "returnType" : "typeAnnotation"; + const returnTypeNode = node[returnTypePropertyName]; + const returnTypeDoc = returnTypeNode ? print(returnTypePropertyName) : ""; + const shouldGroupParameters = shouldGroupFunctionParameters(node, returnTypeDoc); + parts.push(shouldGroupParameters ? group$f(parametersDoc) : parametersDoc); - case "JSXClosingElement": - return printJsxClosingElement$1(path, options, print); + if (returnTypeNode) { + parts.push(": ", group$f(returnTypeDoc)); + } - case "JSXOpeningFragment": - case "JSXClosingFragment": - return printJsxOpeningClosingFragment$1(path, options - /*, print*/ - ); + return group$f(parts); + } - case "JSXText": - /* istanbul ignore next */ - throw new Error("JSXTest should be handled by JSXElement"); + case "TSNamespaceExportDeclaration": + parts.push("export as namespace ", print("id")); - case "JSXEmptyExpression": - return printJsxEmptyExpression$1(path, options - /*, print*/ - ); + if (options.semi) { + parts.push(";"); + } - case "ClassBody": - if (!n.comments && n.body.length === 0) { - return "{}"; + return group$f(parts); + + case "TSEnumDeclaration": + if (node.declare) { + parts.push("declare "); } - return concat$x(["{", n.body.length > 0 ? indent$p(concat$x([hardline$k, path.call(bodyPath => { - return printStatementSequence$2(bodyPath, options, print); - }, "body")])) : comments.printDanglingComments(path, options), hardline$k, "}"]); + if (node.modifiers) { + parts.push(printTypeScriptModifiers(path, options, print)); + } - case "ClassProperty": - case "FieldDefinition": - case "TSAbstractClassProperty": - case "ClassPrivateProperty": - { - if (n.decorators && n.decorators.length !== 0) { - parts.push(printDecorators$2(path, options, print)); - } + if (node.const) { + parts.push("const "); + } - if (n.accessibility) { - parts.push(n.accessibility + " "); - } + parts.push("enum ", print("id"), " "); - if (n.declare) { - parts.push("declare "); - } + if (node.members.length === 0) { + parts.push(group$f(["{", printDanglingComments$1(path, options), softline$b, "}"])); + } else { + parts.push(group$f(["{", indent$9([hardline$i, printArrayItems(path, options, "members", print), shouldPrintComma$1(options, "es5") ? "," : ""]), printDanglingComments$1(path, options, + /* sameIndent */ + true), hardline$i, "}"])); + } - if (n.static) { - parts.push("static "); - } + return parts; - if (n.type === "TSAbstractClassProperty" || n.abstract) { - parts.push("abstract "); - } + case "TSEnumMember": + parts.push(print("id")); - if (n.readonly) { - parts.push("readonly "); - } + if (node.initializer) { + parts.push(" = ", print("initializer")); + } - if (n.variance) { - parts.push(path.call(print, "variance")); - } + return parts; - parts.push(printPropertyKey$2(path, options, print), printOptionalToken$6(path), printTypeAnnotation$3(path, options, print)); + case "TSImportEqualsDeclaration": + if (node.isExport) { + parts.push("export "); + } - if (n.value) { - parts.push(" =", printAssignmentRight$1(n.key, n.value, path.call(print, "value"), options)); - } + parts.push("import "); - parts.push(semi); - return group$l(concat$x(parts)); + if (node.importKind && node.importKind !== "value") { + parts.push(node.importKind, " "); } - case "ClassDeclaration": - case "ClassExpression": - if (n.declare) { - parts.push("declare "); + parts.push(print("id"), " = ", print("moduleReference")); + + if (options.semi) { + parts.push(";"); } - parts.push(printClass$1(path, options, print)); - return concat$x(parts); + return group$f(parts); - case "TSInterfaceHeritage": - case "TSExpressionWithTypeArguments": - // Babel AST - parts.push(path.call(print, "expression")); + case "TSExternalModuleReference": + return ["require(", print("expression"), ")"]; - if (n.typeParameters) { - parts.push(path.call(print, "typeParameters")); - } + case "TSModuleDeclaration": + { + const parent = path.getParentNode(); + const isExternalModule = isLiteral(node.id); + const parentIsDeclaration = parent.type === "TSModuleDeclaration"; + const bodyIsDeclaration = node.body && node.body.type === "TSModuleDeclaration"; - return concat$x(parts); + if (parentIsDeclaration) { + parts.push("."); + } else { + if (node.declare) { + parts.push("declare "); + } - case "TemplateElement": - return join$f(literalline$3, n.value.raw.split(/\r?\n/g)); + parts.push(printTypeScriptModifiers(path, options, print)); + const textBetweenNodeAndItsId = options.originalText.slice(locStart$h(node), locStart$h(node.id)); // Global declaration looks like this: + // (declare)? global { ... } - case "TSTemplateLiteralType": - case "TemplateLiteral": - { - return printTemplateLiteral$1(path, print, options); - } + const isGlobalDeclaration = node.id.type === "Identifier" && node.id.name === "global" && !/namespace|module/.test(textBetweenNodeAndItsId); - case "TaggedTemplateExpression": - return concat$x([path.call(print, "tag"), path.call(print, "typeParameters"), path.call(print, "quasi")]); - // These types are unprintable because they serve as abstract - // supertypes for other (printable) types. + if (!isGlobalDeclaration) { + parts.push(isExternalModule || /(?:^|\s)module(?:\s|$)/.test(textBetweenNodeAndItsId) ? "module " : "namespace "); + } + } - case "Node": - case "Printable": - case "SourceLocation": - case "Position": - case "Statement": - case "Function": - case "Pattern": - case "Expression": - case "Declaration": - case "Specifier": - case "NamedSpecifier": - case "Comment": - case "MemberTypeAnnotation": // Flow + parts.push(print("id")); - case "Type": - /* istanbul ignore next */ - throw new Error("unprintable type: " + JSON.stringify(n.type)); - // Type Annotations for Facebook Flow, typically stripped out or - // transformed away before printing. + if (bodyIsDeclaration) { + parts.push(print("body")); + } else if (node.body) { + parts.push(" ", group$f(print("body"))); + } else { + parts.push(semi); + } - case "TypeAnnotation": - case "TSTypeAnnotation": - if (n.typeAnnotation) { - return path.call(print, "typeAnnotation"); + return parts; } - /* istanbul ignore next */ + case "TSConditionalType": + return printTernary$1(path, options, print); - return ""; + case "TSInferType": + return ["infer", " ", print("typeParameter")]; - case "TSNamedTupleMember": - return concat$x([path.call(print, "label"), n.optional ? "?" : "", ": ", path.call(print, "elementType")]); + case "TSIntersectionType": + return printIntersectionType(path, options, print); + + case "TSUnionType": + return printUnionType(path, options, print); + + case "TSFunctionType": + return printFunctionType(path, options, print); case "TSTupleType": - case "TupleTypeAnnotation": - { - const typesField = n.type === "TSTupleType" ? "elementTypes" : "types"; - const hasRest = n[typesField].length > 0 && getLast$9(n[typesField]).type === "TSRestType"; - return group$l(concat$x(["[", indent$p(concat$x([softline$h, printArrayItems$1(path, options, typesField, print)])), ifBreak$d(shouldPrintComma$8(options, "all") && !hasRest ? "," : ""), comments.printDanglingComments(path, options, - /* sameIndent */ - true), softline$h, "]"])); - } + return printTupleType(path, options, print); - case "ExistsTypeAnnotation": - return "*"; + case "TSTypeReference": + return [print("typeName"), printTypeParameters(path, options, print, "typeParameters")]; - case "EmptyTypeAnnotation": - return "empty"; + case "TSTypeAnnotation": + return print("typeAnnotation"); - case "MixedTypeAnnotation": - return "mixed"; + case "TSEmptyBodyFunctionExpression": + return printMethodInternal(path, options, print); + // These are not valid TypeScript. Printing them just for the sake of error recovery. - case "ArrayTypeAnnotation": - return concat$x([path.call(print, "elementType"), "[]"]); + case "TSJSDocAllType": + return "*"; - case "BooleanLiteralTypeAnnotation": - return "" + n.value; + case "TSJSDocUnknownType": + return "?"; - case "DeclareClass": - return printFlowDeclaration$1(path, printClass$1(path, options, print)); + case "TSJSDocNullableType": + return ["?", print("typeAnnotation")]; - case "TSDeclareFunction": - // For TypeScript the TSDeclareFunction node shares the AST - // structure with FunctionDeclaration - return concat$x([n.declare ? "declare " : "", printFunctionDeclaration$1(path, print, options), semi]); + case "TSJSDocNonNullableType": + return ["!", print("typeAnnotation")]; - case "DeclareFunction": - return printFlowDeclaration$1(path, concat$x(["function ", path.call(print, "id"), n.predicate ? " " : "", path.call(print, "predicate"), semi])); + default: + /* istanbul ignore next */ + throw new Error(`Unknown TypeScript node type: ${JSON.stringify(node.type)}.`); + } +} - case "DeclareModule": - return printFlowDeclaration$1(path, concat$x(["module ", path.call(print, "id"), " ", path.call(print, "body")])); +var typescript = { + printTypescript: printTypescript$1 +}; - case "DeclareModuleExports": - return printFlowDeclaration$1(path, concat$x(["module.exports", ": ", path.call(print, "typeAnnotation"), semi])); +const { + hasNewline: hasNewline$2 +} = util$8; +const { + builders: { + join: join$d, + hardline: hardline$h + }, + utils: { + replaceTextEndOfLine: replaceTextEndOfLine$a + } +} = require$$7$3; +const { + isLineComment: isLineComment$1, + isBlockComment: isBlockComment$1 +} = utils$5; +const { + locStart: locStart$g, + locEnd: locEnd$f +} = loc$6; - case "DeclareVariable": - return printFlowDeclaration$1(path, concat$x(["var ", path.call(print, "id"), semi])); +function printComment$2(commentPath, options) { + const comment = commentPath.getValue(); - case "DeclareOpaqueType": - case "OpaqueType": - { - parts.push("opaque type ", path.call(print, "id"), path.call(print, "typeParameters")); + if (isLineComment$1(comment)) { + // Supports `//`, `#!`, `` + return options.originalText.slice(locStart$g(comment), locEnd$f(comment)).trimEnd(); + } - if (n.supertype) { - parts.push(": ", path.call(print, "supertype")); - } + if (isBlockComment$1(comment)) { + if (isIndentableBlockComment(comment)) { + const printed = printIndentableBlockComment(comment); // We need to prevent an edge case of a previous trailing comment + // printed as a `lineSuffix` which causes the comments to be + // interleaved. See https://github.com/prettier/prettier/issues/4412 - if (n.impltype) { - parts.push(" = ", path.call(print, "impltype")); - } + if (comment.trailing && !hasNewline$2(options.originalText, locStart$g(comment), { + backwards: true + })) { + return [hardline$h, printed]; + } - parts.push(semi); + return printed; + } - if (n.type === "DeclareOpaqueType") { - return printFlowDeclaration$1(path, concat$x(parts)); - } + const commentEnd = locEnd$f(comment); + const isInsideFlowComment = options.originalText.slice(commentEnd - 3, commentEnd) === "*-/"; + return ["/*", replaceTextEndOfLine$a(comment.value), isInsideFlowComment ? "*-/" : "*/"]; + } + /* istanbul ignore next */ - return concat$x(parts); - } - case "EnumDeclaration": - return concat$x(["enum ", path.call(print, "id"), " ", path.call(print, "body")]); + throw new Error("Not a comment: " + JSON.stringify(comment)); +} - case "EnumBooleanBody": - case "EnumNumberBody": - case "EnumStringBody": - case "EnumSymbolBody": - { - if (n.type === "EnumSymbolBody" || n.explicitType) { - let type = null; +function isIndentableBlockComment(comment) { + // If the comment has multiple lines and every line starts with a star + // we can fix the indentation of each line. The stars in the `/*` and + // `*/` delimiters are not included in the comment value, so add them + // back first. + const lines = `*${comment.value}*`.split("\n"); + return lines.length > 1 && lines.every(line => line.trim()[0] === "*"); +} - switch (n.type) { - case "EnumBooleanBody": - type = "boolean"; - break; +function printIndentableBlockComment(comment) { + const lines = comment.value.split("\n"); + return ["/*", join$d(hardline$h, lines.map((line, index) => index === 0 ? line.trimEnd() : " " + (index < lines.length - 1 ? line.trim() : line.trimStart()))), "*/"]; +} - case "EnumNumberBody": - type = "number"; - break; +var comment = { + printComment: printComment$2 +}; - case "EnumStringBody": - type = "string"; - break; +const { + printString: printString$1, + printNumber: printNumber$1 +} = util$8; - case "EnumSymbolBody": - type = "symbol"; - break; - } +function printLiteral$1(path, options +/*, print*/ +) { + const node = path.getNode(); - parts.push("of ", type, " "); - } + switch (node.type) { + case "RegExpLiteral": + // Babel 6 Literal split + return printRegex(node); - if (n.members.length === 0 && !n.hasUnknownMembers) { - parts.push(group$l(concat$x(["{", comments.printDanglingComments(path, options), softline$h, "}"]))); - } else { - const members = n.members.length ? [hardline$k, printArrayItems$1(path, options, "members", print), n.hasUnknownMembers || shouldPrintComma$8(options) ? "," : ""] : []; - parts.push(group$l(concat$x(["{", indent$p(concat$x([...members, ...(n.hasUnknownMembers ? [hardline$k, "..."] : [])])), comments.printDanglingComments(path, options, - /* sameIndent */ - true), hardline$k, "}"]))); - } + case "BigIntLiteral": + // babel: node.extra.raw, flow: node.bigint + return printBigInt(node.bigint || node.extra.raw); - return concat$x(parts); - } + case "NumericLiteral": + // Babel 6 Literal split + return printNumber$1(node.extra.raw); - case "EnumBooleanMember": - case "EnumNumberMember": - case "EnumStringMember": - return concat$x([path.call(print, "id"), " = ", typeof n.init === "object" ? path.call(print, "init") : String(n.init)]); + case "StringLiteral": + // Babel 6 Literal split + return printString$1(node.extra.raw, options); - case "EnumDefaultedMember": - return path.call(print, "id"); + case "NullLiteral": + // Babel 6 Literal split + return "null"; - case "FunctionTypeAnnotation": - case "TSFunctionType": - { - // FunctionTypeAnnotation is ambiguous: - // declare function foo(a: B): void; OR - // var A: (a: B) => void; - const parent = path.getParentNode(0); - const parentParent = path.getParentNode(1); - const parentParentParent = path.getParentNode(2); - let isArrowFunctionTypeAnnotation = n.type === "TSFunctionType" || !((parent.type === "ObjectTypeProperty" || parent.type === "ObjectTypeInternalSlot") && !parent.variance && !parent.optional && locStart$8(parent) === locStart$8(n) || parent.type === "ObjectTypeCallProperty" || parentParentParent && parentParentParent.type === "DeclareFunction"); - let needsColon = isArrowFunctionTypeAnnotation && (parent.type === "TypeAnnotation" || parent.type === "TSTypeAnnotation"); // Sadly we can't put it inside of FastPath::needsColon because we are - // printing ":" as part of the expression and it would put parenthesis - // around :( + case "BooleanLiteral": + // Babel 6 Literal split + return String(node.value); - const needsParens = needsColon && isArrowFunctionTypeAnnotation && (parent.type === "TypeAnnotation" || parent.type === "TSTypeAnnotation") && parentParent.type === "ArrowFunctionExpression"; + case "DecimalLiteral": + return printNumber$1(node.value) + "m"; - if (isObjectTypePropertyAFunction$2(parent)) { - isArrowFunctionTypeAnnotation = true; - needsColon = true; + case "Literal": + { + if (node.regex) { + return printRegex(node.regex); } - if (needsParens) { - parts.push("("); + if (node.bigint) { + return printBigInt(node.raw); } - parts.push(printFunctionParameters$2(path, print, options, - /* expandArg */ - false, - /* printTypeParams */ - true)); // The returnType is not wrapped in a TypeAnnotation, so the colon - // needs to be added separately. + if (node.decimal) { + return printNumber$1(node.decimal) + "m"; + } + + const { + value + } = node; - if (n.returnType || n.predicate || n.typeAnnotation) { - parts.push(isArrowFunctionTypeAnnotation ? " => " : ": ", path.call(print, "returnType"), path.call(print, "predicate"), path.call(print, "typeAnnotation")); + if (typeof value === "number") { + return printNumber$1(node.raw); } - if (needsParens) { - parts.push(")"); + if (typeof value === "string") { + return printString$1(node.raw, options); } - return group$l(concat$x(parts)); + return String(value); } + } +} - case "TSRestType": - return concat$x(["...", path.call(print, "typeAnnotation")]); +function printBigInt(raw) { + return raw.toLowerCase(); +} - case "TSOptionalType": - return concat$x([path.call(print, "typeAnnotation"), "?"]); +function printRegex({ + pattern, + flags +}) { + flags = [...flags].sort().join(""); + return `/${pattern}/${flags}`; +} - case "FunctionTypeParam": - { - const name = n.name ? path.call(print, "name") : path.getParentNode().this === n ? "this" : ""; - return concat$x([name, printOptionalToken$6(path), name ? ": " : "", path.call(print, "typeAnnotation")]); - } +var literal = { + printLiteral: printLiteral$1 +}; - case "DeclareInterface": - case "InterfaceDeclaration": - case "InterfaceTypeAnnotation": - case "TSInterfaceDeclaration": - return printInterface$1(path, options, print); +/** @typedef {import("../document").Doc} Doc */ +// TODO(azz): anything that imports from main shouldn't be in a `language-*` dir. - case "ClassImplements": - case "InterfaceExtends": - return concat$x([path.call(print, "id"), path.call(print, "typeParameters")]); - case "TSClassImplements": - return concat$x([path.call(print, "expression"), path.call(print, "typeParameters")]); +const { + printDanglingComments +} = comments$4; +const { + hasNewline: hasNewline$1 +} = util$8; +const { + builders: { + join: join$c, + line: line$e, + hardline: hardline$g, + softline: softline$a, + group: group$e, + indent: indent$8 + }, + utils: { + replaceTextEndOfLine: replaceTextEndOfLine$9 + } +} = require$$7$3; +const embed$9 = embed_1$4; +const clean$b = clean_1$4; +const { + insertPragma: insertPragma$9 +} = pragma$5; +const handleComments = comments; +const pathNeedsParens = needsParens_1; +const preprocess$7 = printPreprocess$3; +const { + hasFlowShorthandAnnotationComment, + hasComment, + CommentCheckFlags, + isTheOnlyJsxElementInMarkdown, + isBlockComment, + isLineComment, + isNextLineEmpty: isNextLineEmpty$4, + needsHardlineAfterDanglingComment, + rawText, + hasIgnoreComment, + isCallExpression, + isMemberExpression +} = utils$5; +const { + locStart: locStart$f, + locEnd: locEnd$e +} = loc$6; +const { + printHtmlBinding, + isVueEventBindingExpression: isVueEventBindingExpression$2 +} = htmlBinding; +const { + printAngular +} = angular; +const { + printJsx, + hasJsxIgnoreComment +} = jsx; +const { + printFlow +} = flow; +const { + printTypescript +} = typescript; +const { + printOptionalToken, + printBindExpressionCallee, + printTypeAnnotation, + adjustClause, + printRestSpread +} = misc$1; +const { + printImportDeclaration, + printExportDeclaration, + printExportAllDeclaration, + printModuleSpecifier +} = module$1; +const { + printTernary +} = ternary; +const { + printTemplateLiteral +} = templateLiteral; +const { + printArray +} = array; +const { + printObject +} = object$1; +const { + printClass, + printClassMethod, + printClassProperty +} = _class; +const { + printProperty +} = property; +const { + printFunction, + printArrowFunction, + printMethod, + printReturnStatement, + printThrowStatement +} = _function; +const { + printCallExpression +} = callExpression; +const { + printVariableDeclarator, + printAssignmentExpression +} = assignment; +const { + printBinaryishExpression +} = binaryish; +const { + printSwitchCaseConsequent +} = statement; +const { + printMemberExpression +} = member; +const { + printBlock: printBlock$2, + printBlockBody +} = block$1; +const { + printComment: printComment$1 +} = comment; +const { + printLiteral +} = literal; +const { + printDecorators +} = decorators; - case "TSIntersectionType": - case "IntersectionTypeAnnotation": - { - const types = path.map(print, "types"); - const result = []; - let wasIndented = false; - - for (let i = 0; i < types.length; ++i) { - if (i === 0) { - result.push(types[i]); - } else if (isObjectType$3(n.types[i - 1]) && isObjectType$3(n.types[i])) { - // If both are objects, don't indent - result.push(concat$x([" & ", wasIndented ? indent$p(types[i]) : types[i]])); - } else if (!isObjectType$3(n.types[i - 1]) && !isObjectType$3(n.types[i])) { - // If no object is involved, go to the next line if it breaks - result.push(indent$p(concat$x([" &", line$j, types[i]]))); - } else { - // If you go from object to non-object or vis-versa, then inline it - if (i > 1) { - wasIndented = true; - } +function genericPrint$6(path, options, print, args) { + const printed = printPathNoParens(path, options, print, args); - result.push(" & ", i > 1 ? indent$p(types[i]) : types[i]); - } - } + if (!printed) { + return ""; + } - return group$l(concat$x(result)); - } + const node = path.getValue(); + const { + type + } = node; // Their decorators are handled themselves, and they can't have parentheses - case "TSUnionType": - case "UnionTypeAnnotation": - { - // single-line variation - // A | B | C - // multi-line variation - // | A - // | B - // | C - const parent = path.getParentNode(); // If there's a leading comment, the parent is doing the indentation - - const shouldIndent = parent.type !== "TypeParameterInstantiation" && parent.type !== "TSTypeParameterInstantiation" && parent.type !== "GenericTypeAnnotation" && parent.type !== "TSTypeReference" && parent.type !== "TSTypeAssertion" && parent.type !== "TupleTypeAnnotation" && parent.type !== "TSTupleType" && !(parent.type === "FunctionTypeParam" && !parent.name && path.getParentNode(1).this !== parent) && !((parent.type === "TypeAlias" || parent.type === "VariableDeclarator" || parent.type === "TSTypeAliasDeclaration") && hasLeadingOwnLineComment$4(options.originalText, n)); // { - // a: string - // } | null | void - // should be inlined and not be printed in the multi-line variant - - const shouldHug = shouldHugType$3(n); // We want to align the children but without its comment, so it looks like - // | child1 - // // comment - // | child2 - - const printed = path.map(typePath => { - let printedType = typePath.call(print); - - if (!shouldHug) { - printedType = align$4(2, printedType); - } + if (type === "ClassMethod" || type === "ClassPrivateMethod" || type === "ClassProperty" || type === "PropertyDefinition" || type === "TSAbstractPropertyDefinition" || type === "ClassPrivateProperty" || type === "MethodDefinition" || type === "TSAbstractMethodDefinition" || type === "TSDeclareMethod") { + return printed; + } - return comments.printComments(typePath, () => printedType, options); - }, "types"); + const printedDecorators = printDecorators(path, options, print); // Nodes with decorators can't have parentheses and don't need leading semicolons - if (shouldHug) { - return join$f(" | ", printed); - } + if (printedDecorators) { + return group$e([...printedDecorators, printed]); + } - const shouldAddStartLine = shouldIndent && !hasLeadingOwnLineComment$4(options.originalText, n); - const code = concat$x([ifBreak$d(concat$x([shouldAddStartLine ? line$j : "", "| "])), join$f(concat$x([line$j, "| "]), printed)]); + const needsParens = pathNeedsParens(path, options); - if (needsParens_1(path, options)) { - return group$l(concat$x([indent$p(code), softline$h])); - } + if (!needsParens) { + return args && args.needsSemi ? [";", printed] : printed; + } - if (parent.type === "TupleTypeAnnotation" && parent.types.length > 1 || parent.type === "TSTupleType" && parent.elementTypes.length > 1) { - return group$l(concat$x([indent$p(concat$x([ifBreak$d(concat$x(["(", softline$h])), code])), softline$h, ifBreak$d(")")])); - } + const parts = [args && args.needsSemi ? ";(" : "(", printed]; - return group$l(shouldIndent ? indent$p(code) : code); - } + if (hasFlowShorthandAnnotationComment(node)) { + const [comment] = node.trailingComments; + parts.push(" /*", comment.value.trimStart(), "*/"); + comment.printed = true; + } - case "NullableTypeAnnotation": - return concat$x(["?", path.call(print, "typeAnnotation")]); + parts.push(")"); + return parts; +} - case "Variance": - { - const { - kind - } = n; - assert__default['default'].ok(kind === "plus" || kind === "minus"); - return kind === "plus" ? "+" : "-"; - } +function printPathNoParens(path, options, print, args) { + const node = path.getValue(); + const semi = options.semi ? ";" : ""; - case "ObjectTypeCallProperty": - if (n.static) { - parts.push("static "); - } + if (!node) { + return ""; + } - parts.push(path.call(print, "value")); - return concat$x(parts); + if (typeof node === "string") { + return node; + } - case "ObjectTypeIndexer": - { - return concat$x([n.variance ? path.call(print, "variance") : "", "[", path.call(print, "id"), n.id ? ": " : "", path.call(print, "key"), "]: ", path.call(print, "value")]); - } + for (const printer of [printLiteral, printHtmlBinding, printAngular, printJsx, printFlow, printTypescript]) { + const printed = printer(path, options, print); - case "ObjectTypeProperty": - { - let modifier = ""; + if (typeof printed !== "undefined") { + return printed; + } + } + /** @type{Doc[]} */ - if (n.proto) { - modifier = "proto "; - } else if (n.static) { - modifier = "static "; - } - return concat$x([modifier, isGetterOrSetter$1(n) ? n.kind + " " : "", n.variance ? path.call(print, "variance") : "", printPropertyKey$2(path, options, print), printOptionalToken$6(path), isFunctionNotation$1(n) ? "" : ": ", path.call(print, "value")]); + let parts = []; + + switch (node.type) { + case "JsExpressionRoot": + return print("node"); + + case "JsonRoot": + return [print("node"), hardline$g]; + + case "File": + // Print @babel/parser's InterpreterDirective here so that + // leading comments on the `Program` node get printed after the hashbang. + if (node.program && node.program.interpreter) { + parts.push(print(["program", "interpreter"])); } - case "QualifiedTypeIdentifier": - return concat$x([path.call(print, "qualification"), ".", path.call(print, "id")]); + parts.push(print("program")); + return parts; - case "StringLiteralTypeAnnotation": - return nodeStr(n, options); + case "Program": + return printBlockBody(path, options, print); + // Babel extension. - case "NumberLiteralTypeAnnotation": - assert__default['default'].strictEqual(typeof n.value, "number"); - // fall through + case "EmptyStatement": + return ""; - case "BigIntLiteralTypeAnnotation": - if (n.extra != null) { - return printNumber$2(n.extra.raw); + case "ExpressionStatement": + // Detect Flow and TypeScript directives + if (node.directive) { + return [printDirective(node.expression, options), semi]; } - return printNumber$2(n.raw); + if (options.parser === "__vue_event_binding") { + const parent = path.getParentNode(); - case "DeclareTypeAlias": - case "TypeAlias": - { - if (n.type === "DeclareTypeAlias" || n.declare) { - parts.push("declare "); + if (parent.type === "Program" && parent.body.length === 1 && parent.body[0] === node) { + return [print("expression"), isVueEventBindingExpression$2(node.expression) ? ";" : ""]; } + } // Do not append semicolon after the only JSX element in a program - const printed = printAssignmentRight$1(n.id, n.right, path.call(print, "right"), options); - parts.push("type ", path.call(print, "id"), path.call(print, "typeParameters"), " =", printed, semi); - return group$l(concat$x(parts)); - } - case "TypeCastExpression": - { - return concat$x(["(", path.call(print, "expression"), printTypeAnnotation$3(path, options, print), ")"]); - } + return [print("expression"), isTheOnlyJsxElementInMarkdown(options, path) ? "" : semi]; + // Babel non-standard node. Used for Closure-style type casts. See postprocess.js. - case "TypeParameterDeclaration": - case "TypeParameterInstantiation": + case "ParenthesizedExpression": { - const printed = printTypeParameters$1(path, options, print, "params"); - - if (options.parser === "flow") { - const start = locStart$8(n); - const end = locEnd$e(n); - const commentStartIndex = options.originalText.lastIndexOf("/*", start); - const commentEndIndex = options.originalText.indexOf("*/", end); - - if (commentStartIndex !== -1 && commentEndIndex !== -1) { - const comment = options.originalText.slice(commentStartIndex + 2, commentEndIndex).trim(); + const shouldHug = !hasComment(node.expression) && (node.expression.type === "ObjectExpression" || node.expression.type === "ArrayExpression"); - if (comment.startsWith("::") && !comment.includes("/*") && !comment.includes("*/")) { - return concat$x(["/*:: ", printed, " */"]); - } - } + if (shouldHug) { + return ["(", print("expression"), ")"]; } - return printed; + return group$e(["(", indent$8([softline$a, print("expression")]), softline$a, ")"]); } - case "TSTypeParameterDeclaration": - case "TSTypeParameterInstantiation": - return printTypeParameters$1(path, options, print, "params"); + case "AssignmentExpression": + return printAssignmentExpression(path, options, print); - case "TSTypeParameter": - case "TypeParameter": - { - const parent = path.getParentNode(); + case "VariableDeclarator": + return printVariableDeclarator(path, options, print); - if (parent.type === "TSMappedType") { - parts.push("[", path.call(print, "name")); + case "BinaryExpression": + case "LogicalExpression": + return printBinaryishExpression(path, options, print); - if (n.constraint) { - parts.push(" in ", path.call(print, "constraint")); - } + case "AssignmentPattern": + return [print("left"), " = ", print("right")]; - if (parent.nameType) { - parts.push(" as ", path.callParent(path => { - return path.call(print, "nameType"); - })); - } + case "OptionalMemberExpression": + case "MemberExpression": + { + return printMemberExpression(path, options, print); + } - parts.push("]"); - return concat$x(parts); - } + case "MetaProperty": + return [print("meta"), ".", print("property")]; - if (n.variance) { - parts.push(path.call(print, "variance")); - } + case "BindExpression": + if (node.object) { + parts.push(print("object")); + } - parts.push(path.call(print, "name")); + parts.push(group$e(indent$8([softline$a, printBindExpressionCallee(path, options, print)]))); + return parts; - if (n.bound) { - parts.push(": "); - parts.push(path.call(print, "bound")); - } + case "Identifier": + { + return [node.name, printOptionalToken(path), printTypeAnnotation(path, options, print)]; + } - if (n.constraint) { - parts.push(" extends ", path.call(print, "constraint")); - } + case "V8IntrinsicIdentifier": + return ["%", node.name]; - if (n.default) { - parts.push(" = ", path.call(print, "default")); - } // Keep comma if the file extension is .tsx and - // has one type parameter that isn't extend with any types. - // Because, otherwise formatted result will be invalid as tsx. + case "SpreadElement": + case "SpreadElementPattern": + case "SpreadProperty": + case "SpreadPropertyPattern": + case "RestElement": + return printRestSpread(path, options, print); + case "FunctionDeclaration": + case "FunctionExpression": + return printFunction(path, print, options, args); - const grandParent = path.getNode(2); + case "ArrowFunctionExpression": + return printArrowFunction(path, options, print, args); - if (getFunctionParameters$6(parent).length === 1 && isTSXFile$1(options) && !n.constraint && grandParent.type === "ArrowFunctionExpression") { - parts.push(","); - } + case "YieldExpression": + parts.push("yield"); - return concat$x(parts); + if (node.delegate) { + parts.push("*"); } - case "TypeofTypeAnnotation": - return concat$x(["typeof ", path.call(print, "argument")]); - - case "InferredPredicate": - return "%checks"; - // Unhandled types below. If encountered, nodes of these types should - // be either left alone or desugared into AST types that are fully - // supported by the pretty-printer. - - case "DeclaredPredicate": - return concat$x(["%checks(", path.call(print, "value"), ")"]); - - case "TSAbstractKeyword": - return "abstract"; + if (node.argument) { + parts.push(" ", print("argument")); + } - case "AnyTypeAnnotation": - case "TSAnyKeyword": - return "any"; + return parts; - case "TSAsyncKeyword": - return "async"; + case "AwaitExpression": + { + parts.push("await"); - case "BooleanTypeAnnotation": - case "TSBooleanKeyword": - return "boolean"; + if (node.argument) { + parts.push(" ", print("argument")); + const parent = path.getParentNode(); - case "BigIntTypeAnnotation": - case "TSBigIntKeyword": - return "bigint"; + if (isCallExpression(parent) && parent.callee === node || isMemberExpression(parent) && parent.object === node) { + parts = [indent$8([softline$a, ...parts]), softline$a]; + const parentAwaitOrBlock = path.findAncestor(node => node.type === "AwaitExpression" || node.type === "BlockStatement"); - case "TSConstKeyword": - return "const"; + if (!parentAwaitOrBlock || parentAwaitOrBlock.type !== "AwaitExpression") { + return group$e(parts); + } + } + } - case "TSDeclareKeyword": - return "declare"; + return parts; + } - case "TSExportKeyword": - return "export"; + case "ExportDefaultDeclaration": + case "ExportNamedDeclaration": + return printExportDeclaration(path, options, print); - case "NullLiteralTypeAnnotation": - case "TSNullKeyword": - return "null"; + case "ExportAllDeclaration": + return printExportAllDeclaration(path, options, print); - case "TSNeverKeyword": - return "never"; + case "ImportDeclaration": + return printImportDeclaration(path, options, print); - case "NumberTypeAnnotation": - case "TSNumberKeyword": - return "number"; + case "ImportSpecifier": + case "ExportSpecifier": + case "ImportNamespaceSpecifier": + case "ExportNamespaceSpecifier": + case "ImportDefaultSpecifier": + case "ExportDefaultSpecifier": + return printModuleSpecifier(path, options, print); - case "TSObjectKeyword": - return "object"; + case "ImportAttribute": + return [print("key"), ": ", print("value")]; - case "TSProtectedKeyword": - return "protected"; + case "Import": + return "import"; - case "TSPrivateKeyword": - return "private"; + case "BlockStatement": + case "StaticBlock": + case "ClassBody": + return printBlock$2(path, options, print); - case "TSPublicKeyword": - return "public"; + case "ThrowStatement": + return printThrowStatement(path, options, print); - case "TSReadonlyKeyword": - return "readonly"; + case "ReturnStatement": + return printReturnStatement(path, options, print); - case "SymbolTypeAnnotation": - case "TSSymbolKeyword": - return "symbol"; + case "NewExpression": + case "ImportExpression": + case "OptionalCallExpression": + case "CallExpression": + return printCallExpression(path, options, print); - case "TSStaticKeyword": - return "static"; + case "ObjectExpression": + case "ObjectPattern": + case "RecordExpression": + return printObject(path, options, print); + // Babel 6 - case "StringTypeAnnotation": - case "TSStringKeyword": - return "string"; + case "ObjectProperty": // Non-standard AST node type. - case "TSUndefinedKeyword": - return "undefined"; + case "Property": + if (node.method || node.kind === "get" || node.kind === "set") { + return printMethod(path, options, print); + } - case "TSUnknownKeyword": - return "unknown"; + return printProperty(path, options, print); - case "VoidTypeAnnotation": - case "TSVoidKeyword": - return "void"; + case "ObjectMethod": + return printMethod(path, options, print); - case "TSAsExpression": - return concat$x([path.call(print, "expression"), " as ", path.call(print, "typeAnnotation")]); + case "Decorator": + return ["@", print("expression")]; - case "TSArrayType": - return concat$x([path.call(print, "elementType"), "[]"]); + case "ArrayExpression": + case "ArrayPattern": + case "TupleExpression": + return printArray(path, options, print); - case "TSPropertySignature": + case "SequenceExpression": { - if (n.export) { - parts.push("export "); - } + const parent = path.getParentNode(0); - if (n.accessibility) { - parts.push(n.accessibility + " "); + if (parent.type === "ExpressionStatement" || parent.type === "ForStatement") { + // For ExpressionStatements and for-loop heads, which are among + // the few places a SequenceExpression appears unparenthesized, we want + // to indent expressions after the first. + const parts = []; + path.each((expressionPath, index) => { + if (index === 0) { + parts.push(print()); + } else { + parts.push(",", indent$8([line$e, print()])); + } + }, "expressions"); + return group$e(parts); } - if (n.static) { - parts.push("static "); - } + return group$e(join$c([",", line$e], path.map(print, "expressions"))); + } - if (n.readonly) { - parts.push("readonly "); - } + case "ThisExpression": + return "this"; - parts.push(printPropertyKey$2(path, options, print), printOptionalToken$6(path)); + case "Super": + return "super"; - if (n.typeAnnotation) { - parts.push(": "); - parts.push(path.call(print, "typeAnnotation")); - } // This isn't valid semantically, but it's in the AST so we can print it. + case "Directive": + return [print("value"), semi]; + // Babel 6 + case "DirectiveLiteral": + return printDirective(node, options); - if (n.initializer) { - parts.push(" = ", path.call(print, "initializer")); - } + case "UnaryExpression": + parts.push(node.operator); - return concat$x(parts); + if (/[a-z]$/.test(node.operator)) { + parts.push(" "); } - case "TSParameterProperty": - if (n.accessibility) { - parts.push(n.accessibility + " "); + if (hasComment(node.argument)) { + parts.push(group$e(["(", indent$8([softline$a, print("argument")]), softline$a, ")"])); + } else { + parts.push(print("argument")); } - if (n.export) { - parts.push("export "); - } + return parts; - if (n.static) { - parts.push("static "); - } + case "UpdateExpression": + parts.push(print("argument"), node.operator); - if (n.readonly) { - parts.push("readonly "); + if (node.prefix) { + parts.reverse(); } - parts.push(path.call(print, "parameter")); - return concat$x(parts); - - case "GenericTypeAnnotation": - case "TSTypeReference": - return concat$x([path.call(print, n.type === "TSTypeReference" ? "typeName" : "id"), printTypeParameters$1(path, options, print, "typeParameters")]); + return parts; - case "TSTypeQuery": - return concat$x(["typeof ", path.call(print, "exprName")]); + case "ConditionalExpression": + return printTernary(path, options, print); - case "TSIndexSignature": + case "VariableDeclaration": { - const parent = path.getParentNode(); // The typescript parser accepts multiple parameters here. If you're - // using them, it makes sense to have a trailing comma. But if you - // aren't, this is more like a computed property name than an array. - // So we leave off the trailing comma when there's just one parameter. - - const trailingComma = n.parameters.length > 1 ? ifBreak$d(shouldPrintComma$8(options) ? "," : "") : ""; - const parametersGroup = group$l(concat$x([indent$p(concat$x([softline$h, join$f(concat$x([", ", softline$h]), path.map(print, "parameters"))])), trailingComma, softline$h])); - return concat$x([n.export ? "export " : "", n.accessibility ? concat$x([n.accessibility, " "]) : "", n.static ? "static " : "", n.readonly ? "readonly " : "", n.declare ? "declare " : "", "[", n.parameters ? parametersGroup : "", n.typeAnnotation ? "]: " : "]", n.typeAnnotation ? path.call(print, "typeAnnotation") : "", parent.type === "ClassBody" ? semi : ""]); - } + const printed = path.map(print, "declarations"); // We generally want to terminate all variable declarations with a + // semicolon, except when they in the () part of for loops. - case "TSTypePredicate": - return concat$x([n.asserts ? "asserts " : "", path.call(print, "parameterName"), n.typeAnnotation ? concat$x([" is ", path.call(print, "typeAnnotation")]) : ""]); + const parentNode = path.getParentNode(); + const isParentForLoop = parentNode.type === "ForStatement" || parentNode.type === "ForInStatement" || parentNode.type === "ForOfStatement"; + const hasValue = node.declarations.some(decl => decl.init); + let firstVariable; - case "TSNonNullExpression": - return concat$x([path.call(print, "expression"), "!"]); + if (printed.length === 1 && !hasComment(node.declarations[0])) { + firstVariable = printed[0]; + } else if (printed.length > 0) { + // Indent first var to comply with eslint one-var rule + firstVariable = indent$8(printed[0]); + } - case "ThisTypeAnnotation": - case "TSThisType": - return "this"; + parts = [node.declare ? "declare " : "", node.kind, firstVariable ? [" ", firstVariable] : "", indent$8(printed.slice(1).map(p => [",", hasValue && !isParentForLoop ? hardline$g : line$e, p]))]; - case "TSImportType": - return concat$x([!n.isTypeOf ? "" : "typeof ", "import(", path.call(print, n.parameter ? "parameter" : "argument"), ")", !n.qualifier ? "" : concat$x([".", path.call(print, "qualifier")]), printTypeParameters$1(path, options, print, "typeParameters")]); + if (!(isParentForLoop && parentNode.body !== node)) { + parts.push(semi); + } - case "TSLiteralType": - return path.call(print, "literal"); + return group$e(parts); + } - case "TSIndexedAccessType": - return concat$x([path.call(print, "objectType"), "[", path.call(print, "indexType"), "]"]); + case "WithStatement": + return group$e(["with (", print("object"), ")", adjustClause(node.body, print("body"))]); - case "TSConstructSignatureDeclaration": - case "TSCallSignatureDeclaration": - case "TSConstructorType": + case "IfStatement": { - if (n.type !== "TSCallSignatureDeclaration") { - parts.push("new "); - } + const con = adjustClause(node.consequent, print("consequent")); + const opening = group$e(["if (", group$e([indent$8([softline$a, print("test")]), softline$a]), ")", con]); + parts.push(opening); - parts.push(group$l(printFunctionParameters$2(path, print, options, - /* expandArg */ - false, - /* printTypeParams */ - true))); + if (node.alternate) { + const commentOnOwnLine = hasComment(node.consequent, CommentCheckFlags.Trailing | CommentCheckFlags.Line) || needsHardlineAfterDanglingComment(node); + const elseOnSameLine = node.consequent.type === "BlockStatement" && !commentOnOwnLine; + parts.push(elseOnSameLine ? " " : hardline$g); + + if (hasComment(node, CommentCheckFlags.Dangling)) { + parts.push(printDanglingComments(path, options, true), commentOnOwnLine ? hardline$g : " "); + } - if (n.returnType || n.typeAnnotation) { - const isType = n.type === "TSConstructorType"; - parts.push(isType ? " => " : ": ", path.call(print, "returnType"), path.call(print, "typeAnnotation")); + parts.push("else", group$e(adjustClause(node.alternate, print("alternate"), node.alternate.type === "IfStatement"))); } - return concat$x(parts); + return parts; } - case "TSTypeOperator": - return concat$x([n.operator, " ", path.call(print, "typeAnnotation")]); - - case "TSMappedType": + case "ForStatement": { - const shouldBreak = hasNewlineInRange$6(options.originalText, locStart$8(n), locEnd$e(n)); - return group$l(concat$x(["{", indent$p(concat$x([options.bracketSpacing ? line$j : softline$h, n.readonly ? concat$x([getTypeScriptMappedTypeModifier$1(n.readonly, "readonly"), " "]) : "", printTypeScriptModifiers$2(path, options, print), path.call(print, "typeParameter"), n.optional ? getTypeScriptMappedTypeModifier$1(n.optional, "?") : "", n.typeAnnotation ? ": " : "", path.call(print, "typeAnnotation"), ifBreak$d(semi, "")])), comments.printDanglingComments(path, options, - /* sameIndent */ - true), options.bracketSpacing ? line$j : softline$h, "}"]), { - shouldBreak - }); - } + const body = adjustClause(node.body, print("body")); // We want to keep dangling comments above the loop to stay consistent. + // Any comment positioned between the for statement and the parentheses + // is going to be printed before the statement. - case "TSMethodSignature": - parts.push(n.accessibility ? concat$x([n.accessibility, " "]) : "", n.export ? "export " : "", n.static ? "static " : "", n.readonly ? "readonly " : "", n.computed ? "[" : "", path.call(print, "key"), n.computed ? "]" : "", printOptionalToken$6(path), printFunctionParameters$2(path, print, options, - /* expandArg */ - false, - /* printTypeParams */ - true)); + const dangling = printDanglingComments(path, options, + /* sameLine */ + true); + const printedComments = dangling ? [dangling, softline$a] : ""; + + if (!node.init && !node.test && !node.update) { + return [printedComments, group$e(["for (;;)", body])]; + } - if (n.returnType || n.typeAnnotation) { - parts.push(": ", path.call(print, "returnType"), path.call(print, "typeAnnotation")); + return [printedComments, group$e(["for (", group$e([indent$8([softline$a, print("init"), ";", line$e, print("test"), ";", line$e, print("update")]), softline$a]), ")", body])]; } - return group$l(concat$x(parts)); + case "WhileStatement": + return group$e(["while (", group$e([indent$8([softline$a, print("test")]), softline$a]), ")", adjustClause(node.body, print("body"))]); - case "TSNamespaceExportDeclaration": - parts.push("export as namespace ", path.call(print, "id")); + case "ForInStatement": + return group$e(["for (", print("left"), " in ", print("right"), ")", adjustClause(node.body, print("body"))]); - if (options.semi) { - parts.push(";"); - } + case "ForOfStatement": + return group$e(["for", node.await ? " await" : "", " (", print("left"), " of ", print("right"), ")", adjustClause(node.body, print("body"))]); - return group$l(concat$x(parts)); + case "DoWhileStatement": + { + const clause = adjustClause(node.body, print("body")); + const doBody = group$e(["do", clause]); + parts = [doBody]; - case "TSEnumDeclaration": - if (n.declare) { - parts.push("declare "); - } + if (node.body.type === "BlockStatement") { + parts.push(" "); + } else { + parts.push(hardline$g); + } - if (n.modifiers) { - parts.push(printTypeScriptModifiers$2(path, options, print)); + parts.push("while (", group$e([indent$8([softline$a, print("test")]), softline$a]), ")", semi); + return parts; } - if (n.const) { - parts.push("const "); - } + case "DoExpression": + return [node.async ? "async " : "", "do ", print("body")]; - parts.push("enum ", path.call(print, "id"), " "); + case "BreakStatement": + parts.push("break"); - if (n.members.length === 0) { - parts.push(group$l(concat$x(["{", comments.printDanglingComments(path, options), softline$h, "}"]))); - } else { - parts.push(group$l(concat$x(["{", indent$p(concat$x([hardline$k, printArrayItems$1(path, options, "members", print), shouldPrintComma$8(options, "es5") ? "," : ""])), comments.printDanglingComments(path, options, - /* sameIndent */ - true), hardline$k, "}"]))); + if (node.label) { + parts.push(" ", print("label")); } - return concat$x(parts); + parts.push(semi); + return parts; - case "TSEnumMember": - parts.push(path.call(print, "id")); + case "ContinueStatement": + parts.push("continue"); - if (n.initializer) { - parts.push(" = ", path.call(print, "initializer")); + if (node.label) { + parts.push(" ", print("label")); } - return concat$x(parts); + parts.push(semi); + return parts; - case "TSImportEqualsDeclaration": - if (n.isExport) { - parts.push("export "); + case "LabeledStatement": + if (node.body.type === "EmptyStatement") { + return [print("label"), ":;"]; } - parts.push("import ", path.call(print, "id"), " = ", path.call(print, "moduleReference")); + return [print("label"), ": ", print("body")]; - if (options.semi) { - parts.push(";"); + case "TryStatement": + return ["try ", print("block"), node.handler ? [" ", print("handler")] : "", node.finalizer ? [" finally ", print("finalizer")] : ""]; + + case "CatchClause": + if (node.param) { + const parameterHasComments = hasComment(node.param, comment => !isBlockComment(comment) || comment.leading && hasNewline$1(options.originalText, locEnd$e(comment)) || comment.trailing && hasNewline$1(options.originalText, locStart$f(comment), { + backwards: true + })); + const param = print("param"); + return ["catch ", parameterHasComments ? ["(", indent$8([softline$a, param]), softline$a, ") "] : ["(", param, ") "], print("body")]; } - return group$l(concat$x(parts)); + return ["catch ", print("body")]; + // Note: ignoring n.lexical because it has no printing consequences. - case "TSExternalModuleReference": - return concat$x(["require(", path.call(print, "expression"), ")"]); + case "SwitchStatement": + return [group$e(["switch (", indent$8([softline$a, print("discriminant")]), softline$a, ")"]), " {", node.cases.length > 0 ? indent$8([hardline$g, join$c(hardline$g, path.map((casePath, index, cases) => { + const caseNode = casePath.getValue(); + return [print(), index !== cases.length - 1 && isNextLineEmpty$4(caseNode, options) ? hardline$g : ""]; + }, "cases"))]) : "", hardline$g, "}"]; - case "TSModuleDeclaration": + case "SwitchCase": { - const parent = path.getParentNode(); - const isExternalModule = isLiteral$2(n.id); - const parentIsDeclaration = parent.type === "TSModuleDeclaration"; - const bodyIsDeclaration = n.body && n.body.type === "TSModuleDeclaration"; - - if (parentIsDeclaration) { - parts.push("."); + if (node.test) { + parts.push("case ", print("test"), ":"); } else { - if (n.declare) { - parts.push("declare "); - } - - parts.push(printTypeScriptModifiers$2(path, options, print)); - const textBetweenNodeAndItsId = options.originalText.slice(locStart$8(n), locStart$8(n.id)); // Global declaration looks like this: - // (declare)? global { ... } - - const isGlobalDeclaration = n.id.type === "Identifier" && n.id.name === "global" && !/namespace|module/.test(textBetweenNodeAndItsId); - - if (!isGlobalDeclaration) { - parts.push(isExternalModule || /(^|\s)module(\s|$)/.test(textBetweenNodeAndItsId) ? "module " : "namespace "); - } + parts.push("default:"); } - parts.push(path.call(print, "id")); + const consequent = node.consequent.filter(node => node.type !== "EmptyStatement"); - if (bodyIsDeclaration) { - parts.push(path.call(print, "body")); - } else if (n.body) { - parts.push(" ", group$l(path.call(print, "body"))); - } else { - parts.push(semi); + if (consequent.length > 0) { + const cons = printSwitchCaseConsequent(path, options, print); + parts.push(consequent.length === 1 && consequent[0].type === "BlockStatement" ? [" ", cons] : indent$8([hardline$g, cons])); } - return concat$x(parts); + return parts; } + // JSX extensions below. - case "PrivateName": - // babel use `id`, meriyah use `name` - return concat$x(["#", path.call(print, n.id ? "id" : "name")]); - // TODO: Temporary auto-generated node type. To remove when typescript-estree has proper support for private fields. - - case "TSPrivateIdentifier": - return n.escapedText; - - case "TSConditionalType": - return ternary(path, options, print, { - beforeParts: () => [path.call(print, "checkType"), " ", "extends", " ", path.call(print, "extendsType")], - afterParts: () => [], - shouldCheckJsx: false, - conditionalNodeType: "TSConditionalType", - consequentNodePropertyName: "trueType", - alternateNodePropertyName: "falseType", - testNodePropertyNames: ["checkType", "extendsType"] - }); - - case "TSInferType": - return concat$x(["infer", " ", path.call(print, "typeParameter")]); - - case "InterpreterDirective": - parts.push("#!", n.value, hardline$k); + case "DebuggerStatement": + return ["debugger", semi]; - if (isNextLineEmpty$9(options.originalText, n, locEnd$e)) { - parts.push(hardline$k); - } + case "ClassDeclaration": + case "ClassExpression": + return printClass(path, options, print); - return concat$x(parts); + case "ClassMethod": + case "ClassPrivateMethod": + case "MethodDefinition": + return printClassMethod(path, options, print); - case "NGRoot": - return concat$x([].concat(path.call(print, "node"), !n.node.comments || n.node.comments.length === 0 ? [] : concat$x([" //", n.node.comments[0].value.trimEnd()]))); + case "ClassProperty": + case "PropertyDefinition": + case "ClassPrivateProperty": + return printClassProperty(path, options, print); - case "NGChainedExpression": - return group$l(join$f(concat$x([";", line$j]), path.map(childPath => hasNgSideEffect$1(childPath) ? print(childPath) : concat$x(["(", print(childPath), ")"]), "expressions"))); + case "TemplateElement": + return replaceTextEndOfLine$9(node.value.raw); - case "NGEmptyExpression": - return ""; + case "TemplateLiteral": + return printTemplateLiteral(path, print, options); - case "NGQuotedExpression": - return concat$x([n.prefix, ": ", n.value.trim()]); + case "TaggedTemplateExpression": + return [print("tag"), print("typeParameters"), print("quasi")]; - case "NGMicrosyntax": - return concat$x(path.map((childPath, index) => concat$x([index === 0 ? "" : isNgForOf$1(childPath.getValue(), index, n) ? " " : concat$x([";", line$j]), print(childPath)]), "body")); + case "PrivateIdentifier": + return ["#", print("name")]; - case "NGMicrosyntaxKey": - return /^[$_a-z][\w$]*(-[$_a-z][\w$])*$/i.test(n.name) ? n.name : JSON.stringify(n.name); + case "PrivateName": + return ["#", print("id")]; - case "NGMicrosyntaxExpression": - return concat$x([path.call(print, "expression"), n.alias === null ? "" : concat$x([" as ", path.call(print, "alias")])]); + case "InterpreterDirective": + parts.push("#!", node.value, hardline$g); - case "NGMicrosyntaxKeyedExpression": - { - const index = path.getName(); - const parentNode = path.getParentNode(); - const shouldNotPrintColon = isNgForOf$1(n, index, parentNode) || (index === 1 && (n.key.name === "then" || n.key.name === "else") || index === 2 && n.key.name === "else" && parentNode.body[index - 1].type === "NGMicrosyntaxKeyedExpression" && parentNode.body[index - 1].key.name === "then") && parentNode.body[0].type === "NGMicrosyntaxExpression"; - return concat$x([path.call(print, "key"), shouldNotPrintColon ? " " : ": ", path.call(print, "expression")]); + if (isNextLineEmpty$4(node, options)) { + parts.push(hardline$g); } - case "NGMicrosyntaxLet": - return concat$x(["let ", path.call(print, "key"), n.value === null ? "" : concat$x([" = ", path.call(print, "value")])]); - - case "NGMicrosyntaxAs": - return concat$x([path.call(print, "key"), " as ", path.call(print, "alias")]); - - case "PipelineBareFunction": - return path.call(print, "callee"); + return parts; + // For hack-style pipeline - case "PipelineTopicExpression": - return path.call(print, "expression"); - - case "PipelinePrimaryTopicReference": - { - parts.push("#"); - return concat$x(parts); - } + case "TopicReference": + return "%"; case "ArgumentPlaceholder": return "?"; - // These are not valid TypeScript. Printing them just for the sake of error recovery. - - case "TSJSDocAllType": - return "*"; - - case "TSJSDocUnknownType": - return "?"; - case "TSJSDocNullableType": - return concat$x(["?", path.call(print, "typeAnnotation")]); + case "ModuleExpression": + { + parts.push("module {"); + const printed = print("body"); - case "TSJSDocNonNullableType": - return concat$x(["!", path.call(print, "typeAnnotation")]); + if (printed) { + parts.push(indent$8([hardline$g, printed]), hardline$g); + } - case "TSJSDocFunctionType": - return concat$x(["function(", // The parameters could be here, but typescript-estree doesn't convert them anyway (throws an error). - "): ", path.call(print, "typeAnnotation")]); + parts.push("}"); + return parts; + } default: /* istanbul ignore next */ - throw new Error("unknown type: " + JSON.stringify(n.type)); + throw new Error("unknown type: " + JSON.stringify(node.type)); } } -function nodeStr(node, options, isFlowOrTypeScriptDirectiveLiteral) { - const raw = rawText$3(node); - const isDirectiveLiteral = isFlowOrTypeScriptDirectiveLiteral || node.type === "DirectiveLiteral"; - return printString$2(raw, options, isDirectiveLiteral); -} +function printDirective(node, options) { + const raw = rawText(node); + const rawContent = raw.slice(1, -1); // Check for the alternate quote, to determine if we're allowed to swap + // the quotes on a DirectiveLiteral. + + if (rawContent.includes('"') || rawContent.includes("'")) { + return raw; + } -function printRegex(node) { - const flags = node.flags.split("").sort().join(""); - return `/${node.pattern}/${flags}`; + const enclosingQuote = options.singleQuote ? "'" : '"'; // Directives are exact code unit sequences, which means that you can't + // change the escape sequences they use. + // See https://github.com/prettier/prettier/issues/1555 + // and https://tc39.github.io/ecma262/#directive-prologue + + return enclosingQuote + rawContent + enclosingQuote; } -function canAttachComment(node) { - return node.type && node.type !== "CommentBlock" && node.type !== "CommentLine" && node.type !== "Line" && node.type !== "Block" && node.type !== "EmptyStatement" && node.type !== "TemplateElement" && node.type !== "Import"; +function canAttachComment$1(node) { + return node.type && !isBlockComment(node) && !isLineComment(node) && node.type !== "EmptyStatement" && node.type !== "TemplateElement" && node.type !== "Import" && // `babel-ts` don't have similar node for `class Foo { bar() /* bat */; }` + node.type !== "TSEmptyBodyFunctionExpression"; } var printerEstree = { - preprocess: printPreprocess, - print: genericPrint, - embed: embed_1, - insertPragma: insertPragma$1, - massageAstNode: clean_1, - hasPrettierIgnore: hasPrettierIgnore$1, - willPrintOwnComments: comments$1.willPrintOwnComments, - canAttachComment, - printComment: printComment$2, - isBlockComment: isBlockComment$9, + preprocess: preprocess$7, + print: genericPrint$6, + embed: embed$9, + insertPragma: insertPragma$9, + massageAstNode: clean$b, + + hasPrettierIgnore(path) { + return hasIgnoreComment(path) || hasJsxIgnoreComment(path); + }, + + willPrintOwnComments: handleComments.willPrintOwnComments, + canAttachComment: canAttachComment$1, + printComment: printComment$1, + isBlockComment, handleComments: { - ownLine: comments$1.handleOwnLineComment, - endOfLine: comments$1.handleEndOfLineComment, - remaining: comments$1.handleRemainingComment + // TODO: Make this as default behavior + avoidAstMutation: true, + ownLine: handleComments.handleOwnLineComment, + endOfLine: handleComments.handleEndOfLineComment, + remaining: handleComments.handleRemainingComment }, - getGapRegex: comments$1.getGapRegex, - getCommentChildNodes: comments$1.getCommentChildNodes + getCommentChildNodes: handleComments.getCommentChildNodes }; const { builders: { - concat: concat$y, - hardline: hardline$l, - indent: indent$q, - join: join$g + hardline: hardline$f, + indent: indent$7, + join: join$b } -} = document; +} = require$$7$3; +const preprocess$6 = printPreprocess$3; -function genericPrint$1(path, options, print) { +function genericPrint$5(path, options, print) { const node = path.getValue(); switch (node.type) { case "JsonRoot": - return concat$y([path.call(print, "node"), hardline$l]); + return [print("node"), hardline$f]; case "ArrayExpression": - return node.elements.length === 0 ? "[]" : concat$y(["[", indent$q(concat$y([hardline$l, join$g(concat$y([",", hardline$l]), path.map(print, "elements"))])), hardline$l, "]"]); + { + if (node.elements.length === 0) { + return "[]"; + } + + const printed = path.map(() => path.getValue() === null ? "null" : print(), "elements"); + return ["[", indent$7([hardline$f, join$b([",", hardline$f], printed)]), hardline$f, "]"]; + } case "ObjectExpression": - return node.properties.length === 0 ? "{}" : concat$y(["{", indent$q(concat$y([hardline$l, join$g(concat$y([",", hardline$l]), path.map(print, "properties"))])), hardline$l, "}"]); + return node.properties.length === 0 ? "{}" : ["{", indent$7([hardline$f, join$b([",", hardline$f], path.map(print, "properties"))]), hardline$f, "}"]; case "ObjectProperty": - return concat$y([path.call(print, "key"), ": ", path.call(print, "value")]); + return [print("key"), ": ", print("value")]; case "UnaryExpression": - return concat$y([node.operator === "+" ? "" : node.operator, path.call(print, "argument")]); + return [node.operator === "+" ? "" : node.operator, print("argument")]; case "NullLiteral": return "null"; @@ -47187,7 +49592,22 @@ function genericPrint$1(path, options, print) { return JSON.stringify(node.value); case "Identifier": - return JSON.stringify(node.name); + { + const parent = path.getParentNode(); + + if (parent && parent.type === "ObjectProperty" && parent.key === node) { + return JSON.stringify(node.name); + } + + return node.name; + } + + case "TemplateLiteral": + // There is only one `TemplateElement` + return print(["quasis", 0]); + + case "TemplateElement": + return JSON.stringify(node.value.cooked); default: /* istanbul ignore next */ @@ -47195,37 +49615,59 @@ function genericPrint$1(path, options, print) { } } -const ignoredProperties$1 = new Set(["start", "end", "extra", "loc", "comments", "errors", "range"]); +const ignoredProperties$3 = new Set(["start", "end", "extra", "loc", "comments", "leadingComments", "trailingComments", "innerComments", "errors", "range", "tokens"]); -function clean$1(node, newNode +function clean$a(node, newNode /*, parent*/ ) { const { type - } = node; + } = node; // We print quoted key - if (type === "Identifier") { - return { + if (type === "ObjectProperty" && node.key.type === "Identifier") { + newNode.key = { type: "StringLiteral", - value: node.name + value: node.key.name }; + return; } if (type === "UnaryExpression" && node.operator === "+") { return newNode.argument; + } // We print holes in array as `null` + + + if (type === "ArrayExpression") { + for (const [index, element] of node.elements.entries()) { + if (element === null) { + newNode.elements.splice(index, 0, { + type: "NullLiteral" + }); + } + } + + return; + } // We print `TemplateLiteral` as string + + + if (type === "TemplateLiteral") { + return { + type: "StringLiteral", + value: node.quasis[0].value.cooked + }; } } -clean$1.ignoredProperties = ignoredProperties$1; +clean$a.ignoredProperties = ignoredProperties$3; var printerEstreeJson = { - preprocess: printPreprocess, - print: genericPrint$1, - massageAstNode: clean$1 + preprocess: preprocess$6, + print: genericPrint$5, + massageAstNode: clean$a }; -const CATEGORY_COMMON = "Common"; // format based on https://github.com/prettier/prettier/blob/master/src/main/core-options.js +const CATEGORY_COMMON = "Common"; // format based on https://github.com/prettier/prettier/blob/main/src/main/core-options.js -var commonOptions = { +var commonOptions$6 = { bracketSpacing: { since: "0.0.0", category: CATEGORY_COMMON, @@ -47266,12 +49708,20 @@ var commonOptions = { value: "preserve", description: "Wrap prose as-is." }] + }, + bracketSameLine: { + since: "2.4.0", + category: CATEGORY_COMMON, + type: "boolean", + default: false, + description: "Put > of opening tags on the last line instead of on a new line." } }; -const CATEGORY_JAVASCRIPT = "JavaScript"; // format based on https://github.com/prettier/prettier/blob/master/src/main/core-options.js +const commonOptions$5 = commonOptions$6; +const CATEGORY_JAVASCRIPT = "JavaScript"; // format based on https://github.com/prettier/prettier/blob/main/src/main/core-options.js -var options$2 = { +var options$b = { arrowParens: { since: "1.9.0", category: CATEGORY_JAVASCRIPT, @@ -47292,13 +49742,14 @@ var options$2 = { description: "Omit parens when possible. Example: `x => x`" }] }, - bracketSpacing: commonOptions.bracketSpacing, + bracketSameLine: commonOptions$5.bracketSameLine, + bracketSpacing: commonOptions$5.bracketSpacing, jsxBracketSameLine: { since: "0.17.0", category: CATEGORY_JAVASCRIPT, type: "boolean", - default: false, - description: "Put > on the last line instead of at a new line." + description: "Put > on the last line instead of at a new line.", + deprecated: "2.4.0" }, semi: { since: "1.0.0", @@ -47308,7 +49759,7 @@ var options$2 = { description: "Print semicolons.", oppositeDescription: "Do not print semicolons, except at the beginning of lines which may need them." }, - singleQuote: commonOptions.singleQuote, + singleQuote: commonOptions$5.singleQuote, jsxSingleQuote: { since: "1.15.0", category: CATEGORY_JAVASCRIPT, @@ -47361,18 +49812,115 @@ var options$2 = { } }; -var name$2 = "JavaScript"; -var type = "programming"; -var tmScope = "source.js"; -var aceMode = "javascript"; -var codemirrorMode = "javascript"; -var codemirrorMimeType = "text/javascript"; -var color = "#f1e05a"; -var aliases = [ +var require$$0$2 = require("./parser-babel.js"); + +var require$$1$1 = require("./parser-flow.js"); + +var require$$2$1 = require("./parser-typescript.js"); + +var require$$3$1 = require("./parser-angular.js"); + +var require$$4$6 = require("./parser-espree.js"); + +var require$$5$3 = require("./parser-meriyah.js"); + +var parsers$d = { + // JS - Babel + get babel() { + return require$$0$2.parsers.babel; + }, + + get "babel-flow"() { + return require$$0$2.parsers["babel-flow"]; + }, + + get "babel-ts"() { + return require$$0$2.parsers["babel-ts"]; + }, + + get json() { + return require$$0$2.parsers.json; + }, + + get json5() { + return require$$0$2.parsers.json5; + }, + + get "json-stringify"() { + return require$$0$2.parsers["json-stringify"]; + }, + + get __js_expression() { + return require$$0$2.parsers.__js_expression; + }, + + get __vue_expression() { + return require$$0$2.parsers.__vue_expression; + }, + + get __vue_event_binding() { + return require$$0$2.parsers.__vue_event_binding; + }, + + // JS - Flow + get flow() { + return require$$1$1.parsers.flow; + }, + + // JS - TypeScript + get typescript() { + return require$$2$1.parsers.typescript; + }, + + // JS - Angular Action + get __ng_action() { + return require$$3$1.parsers.__ng_action; + }, + + // JS - Angular Binding + get __ng_binding() { + return require$$3$1.parsers.__ng_binding; + }, + + // JS - Angular Interpolation + get __ng_interpolation() { + return require$$3$1.parsers.__ng_interpolation; + }, + + // JS - Angular Directive + get __ng_directive() { + return require$$3$1.parsers.__ng_directive; + }, + + // JS - espree + get espree() { + return require$$4$6.parsers.espree; + }, + + // JS - meriyah + get meriyah() { + return require$$5$3.parsers.meriyah; + }, + + // JS - Babel Estree + get __babel_estree() { + return require$$0$2.parsers.__babel_estree; + } + +}; + +var name$f = "JavaScript"; +var type$f = "programming"; +var tmScope$f = "source.js"; +var aceMode$f = "javascript"; +var codemirrorMode$b = "javascript"; +var codemirrorMimeType$b = "text/javascript"; +var color$a = "#f1e05a"; +var aliases$6 = [ "js", "node" ]; -var extensions = [ +var extensions$f = [ ".js", "._js", ".bones", @@ -47387,6 +49935,7 @@ var extensions = [ ".jsfl", ".jsm", ".jss", + ".jsx", ".mjs", ".njs", ".pac", @@ -47395,10 +49944,10 @@ var extensions = [ ".xsjs", ".xsjslib" ]; -var filenames = [ +var filenames$4 = [ "Jakefile" ]; -var interpreters = [ +var interpreters$1 = [ "chakra", "d8", "gjs", @@ -47410,108 +49959,84 @@ var interpreters = [ "v8", "v8-shell" ]; -var languageId = 183; -var require$$0$2 = { - name: name$2, - type: type, - tmScope: tmScope, - aceMode: aceMode, - codemirrorMode: codemirrorMode, - codemirrorMimeType: codemirrorMimeType, - color: color, - aliases: aliases, - extensions: extensions, - filenames: filenames, - interpreters: interpreters, - languageId: languageId -}; - -var name$3 = "JSX"; -var type$1 = "programming"; -var group$m = "JavaScript"; -var extensions$1 = [ - ".jsx" -]; -var tmScope$1 = "source.js.jsx"; -var aceMode$1 = "javascript"; -var codemirrorMode$1 = "jsx"; -var codemirrorMimeType$1 = "text/jsx"; -var languageId$1 = 178; -var require$$1 = { - name: name$3, - type: type$1, - group: group$m, - extensions: extensions$1, - tmScope: tmScope$1, - aceMode: aceMode$1, - codemirrorMode: codemirrorMode$1, - codemirrorMimeType: codemirrorMimeType$1, - languageId: languageId$1 +var languageId$f = 183; +var require$$5$2 = { + name: name$f, + type: type$f, + tmScope: tmScope$f, + aceMode: aceMode$f, + codemirrorMode: codemirrorMode$b, + codemirrorMimeType: codemirrorMimeType$b, + color: color$a, + aliases: aliases$6, + extensions: extensions$f, + filenames: filenames$4, + interpreters: interpreters$1, + languageId: languageId$f }; -var name$4 = "TypeScript"; -var type$2 = "programming"; -var color$1 = "#2b7489"; -var aliases$1 = [ +var name$e = "TypeScript"; +var type$e = "programming"; +var color$9 = "#2b7489"; +var aliases$5 = [ "ts" ]; -var interpreters$1 = [ +var interpreters = [ "deno", "ts-node" ]; -var extensions$2 = [ +var extensions$e = [ ".ts" ]; -var tmScope$2 = "source.ts"; -var aceMode$2 = "typescript"; -var codemirrorMode$2 = "javascript"; -var codemirrorMimeType$2 = "application/typescript"; -var languageId$2 = 378; -var require$$2 = { - name: name$4, - type: type$2, - color: color$1, - aliases: aliases$1, - interpreters: interpreters$1, - extensions: extensions$2, - tmScope: tmScope$2, - aceMode: aceMode$2, - codemirrorMode: codemirrorMode$2, - codemirrorMimeType: codemirrorMimeType$2, - languageId: languageId$2 +var tmScope$e = "source.ts"; +var aceMode$e = "typescript"; +var codemirrorMode$a = "javascript"; +var codemirrorMimeType$a = "application/typescript"; +var languageId$e = 378; +var require$$6$1 = { + name: name$e, + type: type$e, + color: color$9, + aliases: aliases$5, + interpreters: interpreters, + extensions: extensions$e, + tmScope: tmScope$e, + aceMode: aceMode$e, + codemirrorMode: codemirrorMode$a, + codemirrorMimeType: codemirrorMimeType$a, + languageId: languageId$e }; -var name$5 = "TSX"; -var type$3 = "programming"; -var group$n = "TypeScript"; -var extensions$3 = [ +var name$d = "TSX"; +var type$d = "programming"; +var group$d = "TypeScript"; +var extensions$d = [ ".tsx" ]; -var tmScope$3 = "source.tsx"; -var aceMode$3 = "javascript"; -var codemirrorMode$3 = "jsx"; -var codemirrorMimeType$3 = "text/jsx"; -var languageId$3 = 94901924; -var require$$3 = { - name: name$5, - type: type$3, - group: group$n, - extensions: extensions$3, - tmScope: tmScope$3, - aceMode: aceMode$3, - codemirrorMode: codemirrorMode$3, - codemirrorMimeType: codemirrorMimeType$3, - languageId: languageId$3 +var tmScope$d = "source.tsx"; +var aceMode$d = "javascript"; +var codemirrorMode$9 = "jsx"; +var codemirrorMimeType$9 = "text/jsx"; +var languageId$d = 94901924; +var require$$7$1 = { + name: name$d, + type: type$d, + group: group$d, + extensions: extensions$d, + tmScope: tmScope$d, + aceMode: aceMode$d, + codemirrorMode: codemirrorMode$9, + codemirrorMimeType: codemirrorMimeType$9, + languageId: languageId$d }; -var name$6 = "JSON"; -var type$4 = "data"; -var tmScope$4 = "source.json"; -var aceMode$4 = "json"; -var codemirrorMode$4 = "javascript"; -var codemirrorMimeType$4 = "application/json"; -var searchable = false; -var extensions$4 = [ +var name$c = "JSON"; +var type$c = "data"; +var tmScope$c = "source.json"; +var aceMode$c = "json"; +var codemirrorMode$8 = "javascript"; +var codemirrorMimeType$8 = "application/json"; +var extensions$c = [ ".json", ".avsc", ".geojson", @@ -47529,40 +50054,41 @@ var extensions$4 = [ ".yy", ".yyp" ]; -var filenames$1 = [ +var filenames$3 = [ ".arcconfig", ".htmlhintrc", + ".imgbotconfig", ".tern-config", ".tern-project", ".watchmanconfig", + "Pipfile.lock", "composer.lock", "mcmod.info" ]; -var languageId$4 = 174; -var require$$4$1 = { - name: name$6, - type: type$4, - tmScope: tmScope$4, - aceMode: aceMode$4, - codemirrorMode: codemirrorMode$4, - codemirrorMimeType: codemirrorMimeType$4, - searchable: searchable, - extensions: extensions$4, - filenames: filenames$1, - languageId: languageId$4 +var languageId$c = 174; +var require$$8 = { + name: name$c, + type: type$c, + tmScope: tmScope$c, + aceMode: aceMode$c, + codemirrorMode: codemirrorMode$8, + codemirrorMimeType: codemirrorMimeType$8, + extensions: extensions$c, + filenames: filenames$3, + languageId: languageId$c }; -var name$7 = "JSON with Comments"; -var type$5 = "data"; -var group$o = "JSON"; -var tmScope$5 = "source.js"; -var aceMode$5 = "javascript"; -var codemirrorMode$5 = "javascript"; -var codemirrorMimeType$5 = "text/javascript"; -var aliases$2 = [ +var name$b = "JSON with Comments"; +var type$b = "data"; +var group$c = "JSON"; +var tmScope$b = "source.js"; +var aceMode$b = "javascript"; +var codemirrorMode$7 = "javascript"; +var codemirrorMimeType$7 = "text/javascript"; +var aliases$4 = [ "jsonc" ]; -var extensions$5 = [ +var extensions$b = [ ".jsonc", ".sublime-build", ".sublime-commands", @@ -47584,56 +50110,64 @@ var filenames$2 = [ ".jscsrc", ".jshintrc", ".jslintrc", + "api-extractor.json", "devcontainer.json", "jsconfig.json", "language-configuration.json", "tsconfig.json", "tslint.json" ]; -var languageId$5 = 423; -var require$$5 = { - name: name$7, - type: type$5, - group: group$o, - tmScope: tmScope$5, - aceMode: aceMode$5, - codemirrorMode: codemirrorMode$5, - codemirrorMimeType: codemirrorMimeType$5, - aliases: aliases$2, - extensions: extensions$5, +var languageId$b = 423; +var require$$9 = { + name: name$b, + type: type$b, + group: group$c, + tmScope: tmScope$b, + aceMode: aceMode$b, + codemirrorMode: codemirrorMode$7, + codemirrorMimeType: codemirrorMimeType$7, + aliases: aliases$4, + extensions: extensions$b, filenames: filenames$2, - languageId: languageId$5 + languageId: languageId$b }; -var name$8 = "JSON5"; -var type$6 = "data"; -var extensions$6 = [ +var name$a = "JSON5"; +var type$a = "data"; +var extensions$a = [ ".json5" ]; -var tmScope$6 = "source.js"; -var aceMode$6 = "javascript"; +var tmScope$a = "source.js"; +var aceMode$a = "javascript"; var codemirrorMode$6 = "javascript"; var codemirrorMimeType$6 = "application/json"; -var languageId$6 = 175; -var require$$6 = { - name: name$8, - type: type$6, - extensions: extensions$6, - tmScope: tmScope$6, - aceMode: aceMode$6, +var languageId$a = 175; +var require$$10 = { + name: name$a, + type: type$a, + extensions: extensions$a, + tmScope: tmScope$a, + aceMode: aceMode$a, codemirrorMode: codemirrorMode$6, codemirrorMimeType: codemirrorMimeType$6, - languageId: languageId$6 + languageId: languageId$a }; -const languages = [createLanguage(require$$0$2, data => ({ +const createLanguage$6 = createLanguage$7; +const estreePrinter = printerEstree; +const estreeJsonPrinter = printerEstreeJson; +const options$a = options$b; +const parsers$c = parsers$d; +const languages$7 = [createLanguage$6(require$$5$2, data => ({ since: "0.0.0", parsers: ["babel", "espree", "meriyah", "babel-flow", "babel-ts", "flow", "typescript"], vscodeLanguageIds: ["javascript", "mongo"], - extensions: [...data.extensions, // WeiXin Script (Weixin Mini Programs) + interpreters: [...data.interpreters, // https://github.com/google/zx + "zx"], + extensions: [...data.extensions.filter(extension => extension !== ".jsx"), // WeiXin Script (Weixin Mini Programs) // https://developers.weixin.qq.com/miniprogram/en/dev/framework/view/wxs/ ".wxs"] -})), createLanguage(require$$0$2, () => ({ +})), createLanguage$6(require$$5$2, () => ({ name: "Flow", since: "0.0.0", parsers: ["flow", "babel-flow"], @@ -47641,19 +50175,31 @@ const languages = [createLanguage(require$$0$2, data => ({ aliases: [], filenames: [], extensions: [".js.flow"] -})), createLanguage(require$$1, () => ({ +})), createLanguage$6(require$$5$2, () => ({ + name: "JSX", since: "0.0.0", parsers: ["babel", "babel-flow", "babel-ts", "flow", "typescript", "espree", "meriyah"], - vscodeLanguageIds: ["javascriptreact"] -})), createLanguage(require$$2, () => ({ + vscodeLanguageIds: ["javascriptreact"], + aliases: undefined, + filenames: undefined, + extensions: [".jsx"], + group: "JavaScript", + interpreters: undefined, + tmScope: "source.js.jsx", + aceMode: "javascript", + codemirrorMode: "jsx", + codemirrorMimeType: "text/jsx", + color: undefined +})), createLanguage$6(require$$6$1, data => ({ since: "1.4.0", parsers: ["typescript", "babel-ts"], - vscodeLanguageIds: ["typescript"] -})), createLanguage(require$$3, () => ({ + vscodeLanguageIds: ["typescript"], + extensions: [...data.extensions, ".mts", ".cts"] +})), createLanguage$6(require$$7$1, () => ({ since: "1.4.0", parsers: ["typescript", "babel-ts"], vscodeLanguageIds: ["typescriptreact"] -})), createLanguage(require$$4$1, () => ({ +})), createLanguage$6(require$$8, () => ({ name: "JSON.stringify", since: "1.13.0", parsers: ["json-stringify"], @@ -47661,127 +50207,48 @@ const languages = [createLanguage(require$$0$2, data => ({ extensions: [], // .json file defaults to json instead of json-stringify filenames: ["package.json", "package-lock.json", "composer.json"] -})), createLanguage(require$$4$1, data => ({ +})), createLanguage$6(require$$8, data => ({ since: "1.5.0", parsers: ["json"], vscodeLanguageIds: ["json"], - filenames: [...data.filenames, ".prettierrc"], extensions: data.extensions.filter(extension => extension !== ".jsonl") -})), createLanguage(require$$5, data => ({ +})), createLanguage$6(require$$9, data => ({ since: "1.5.0", parsers: ["json"], vscodeLanguageIds: ["jsonc"], filenames: [...data.filenames, ".eslintrc"] -})), createLanguage(require$$6, () => ({ +})), createLanguage$6(require$$10, () => ({ since: "1.13.0", parsers: ["json5"], vscodeLanguageIds: ["json5"] }))]; -const printers = { - estree: printerEstree, - "estree-json": printerEstreeJson -}; -const parsers = { - // JS - Babel - get babel() { - return require("./parser-babel").parsers.babel; - }, - - get "babel-flow"() { - return require("./parser-babel").parsers["babel-flow"]; - }, - - get "babel-ts"() { - return require("./parser-babel").parsers["babel-ts"]; - }, - - get json() { - return require("./parser-babel").parsers.json; - }, - - get json5() { - return require("./parser-babel").parsers.json5; - }, - - get "json-stringify"() { - return require("./parser-babel").parsers["json-stringify"]; - }, - - get __js_expression() { - return require("./parser-babel").parsers.__js_expression; - }, - - get __vue_expression() { - return require("./parser-babel").parsers.__vue_expression; - }, - - get __vue_event_binding() { - return require("./parser-babel").parsers.__vue_event_binding; - }, - - // JS - Flow - get flow() { - return require("./parser-flow").parsers.flow; - }, - - // JS - TypeScript - get typescript() { - return require("./parser-typescript").parsers.typescript; - }, - - // JS - Angular Action - get __ng_action() { - return require("./parser-angular").parsers.__ng_action; - }, - - // JS - Angular Binding - get __ng_binding() { - return require("./parser-angular").parsers.__ng_binding; - }, - - // JS - Angular Interpolation - get __ng_interpolation() { - return require("./parser-angular").parsers.__ng_interpolation; - }, - - // JS - Angular Directive - get __ng_directive() { - return require("./parser-angular").parsers.__ng_directive; - }, - - // JS - espree - get espree() { - return require("./parser-espree").parsers.espree; - }, - - // JS - meriyah - get meriyah() { - return require("./parser-meriyah").parsers.meriyah; - } - +const printers$5 = { + estree: estreePrinter, + "estree-json": estreeJsonPrinter }; var languageJs = { - languages, - options: options$2, - printers, - parsers + languages: languages$7, + options: options$a, + printers: printers$5, + parsers: parsers$c }; const { - isFrontMatterNode: isFrontMatterNode$1 -} = util; + isFrontMatterNode: isFrontMatterNode$4 +} = util$8; +const getLast$9 = getLast_1; const ignoredProperties$2 = new Set(["raw", // front-matter "raws", "sourceIndex", "source", "before", "after", "trailingComma"]); -function clean$2(ast, newObj, parent) { - if (isFrontMatterNode$1(ast) && ast.lang === "yaml") { +function clean$9(ast, newObj, parent) { + if (isFrontMatterNode$4(ast) && ast.lang === "yaml") { delete newObj.value; } - if (ast.type === "css-comment" && parent.type === "css-root" && parent.nodes.length !== 0) { + if (ast.type === "css-comment" && parent.type === "css-root" && parent.nodes.length > 0) { // --insert-pragma // first non-front-matter comment - if (parent.nodes[0] === ast || isFrontMatterNode$1(parent.nodes[0]) && parent.nodes[1] === ast) { + if (parent.nodes[0] === ast || isFrontMatterNode$4(parent.nodes[0]) && parent.nodes[1] === ast) { /** * something * @@ -47789,13 +50256,13 @@ function clean$2(ast, newObj, parent) { */ delete newObj.text; // standalone pragma - if (/^\*\s*@(format|prettier)\s*$/.test(ast.text)) { + if (/^\*\s*@(?:format|prettier)\s*$/.test(ast.text)) { return null; } } // Last comment is not parsed, when omitting semicolon, #8675 - if (parent.type === "css-root" && getLast(parent.nodes) === ast) { + if (parent.type === "css-root" && getLast$9(parent.nodes) === ast) { return null; } } @@ -47862,7 +50329,7 @@ function clean$2(ast, newObj, parent) { if ((ast.type === "media-value" || ast.type === "media-type" || ast.type === "value-number" || ast.type === "selector-root-invalid" || ast.type === "selector-class" || ast.type === "selector-combinator" || ast.type === "selector-tag") && newObj.value) { newObj.value = newObj.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g, (match, numStr, unit) => { const num = Number(numStr); - return isNaN(num) ? match : num + unit.toLowerCase(); + return Number.isNaN(num) ? match : num + unit.toLowerCase(); }); } @@ -47885,55 +50352,20 @@ function clean$2(ast, newObj, parent) { } } -clean$2.ignoredProperties = ignoredProperties$2; +clean$9.ignoredProperties = ignoredProperties$2; function cleanCSSStrings(value) { return value.replace(/'/g, '"').replace(/\\([^\dA-Fa-f])/g, "$1"); } -var clean_1$1 = clean$2; +var clean_1$3 = clean$9; const { builders: { - hardline: hardline$m, - concat: concat$z, - markAsRoot: markAsRoot$1 - } -} = document; -const DELIMITER_MAP = { - "---": "yaml", - "+++": "toml" -}; - -function parse$7(text) { - const delimiterRegex = Object.keys(DELIMITER_MAP).map(escapeStringRegexp).join("|"); - const match = text.match( // trailing spaces after delimiters are allowed - new RegExp(`^(${delimiterRegex})([^\\n]*)\\n(?:([\\s\\S]*?)\\n)?\\1[^\\n\\S]*(\\n|$)`)); - - if (match === null) { - return { - frontMatter: null, - content: text - }; - } - - const [raw, delimiter, language, value] = match; - let lang = DELIMITER_MAP[delimiter]; - - if (lang !== "toml" && language && language.trim()) { - lang = language.trim(); + hardline: hardline$e, + markAsRoot: markAsRoot$3 } - - return { - frontMatter: { - type: "front-matter", - lang, - value, - raw: raw.replace(/\n$/, "") - }, - content: raw.replace(/[^\n]/g, " ") + text.slice(raw.length) - }; -} +} = require$$7$3; function print$1(node, textToDoc) { if (node.lang === "yaml") { @@ -47943,63 +50375,111 @@ function print$1(node, textToDoc) { }, { stripTrailingHardline: true }) : ""; - return markAsRoot$1(concat$z(["---", hardline$m, doc, doc ? hardline$m : "", "---"])); + return markAsRoot$3([node.startDelimiter, hardline$e, doc, doc ? hardline$e : "", node.endDelimiter]); } } -var frontMatter = { - parse: parse$7, - print: print$1 -}; +var print_1 = print$1; const { builders: { - hardline: hardline$n, - concat: concat$A + hardline: hardline$d } -} = document; -const { - print: printFrontMatter -} = frontMatter; +} = require$$7$3; +const printFrontMatter$2 = print_1; -function embed$1(path, print, textToDoc +function embed$8(path, print, textToDoc /*, options */ ) { const node = path.getValue(); if (node.type === "front-matter") { - const doc = printFrontMatter(node, textToDoc); - return doc ? concat$A([doc, hardline$n]) : ""; + const doc = printFrontMatter$2(node, textToDoc); + return doc ? [doc, hardline$d] : ""; } } -var embed_1$1 = embed$1; +var embed_1$3 = embed$8; -const { - parse: parseFrontMatter -} = frontMatter; +const frontMatterRegex = new RegExp("^(?-{3}|\\+{3})" + // trailing spaces after delimiters are allowed +"(?[^\\n]*)" + "\\n(?:|(?.*?)\\n)" + // In some markdown processors such as pandoc, +// "..." can be used as the end delimiter for YAML front-matter. +// Adding `\.{3}` make the regex matches `+++\n...`, but we'll exclude it later +"(?\\k|\\.{3})" + "[^\\S\\n]*(?:\\n|$)", "s"); -function hasPragma$1(text) { - return pragma.hasPragma(parseFrontMatter(text).content); +function parse(text) { + const match = text.match(frontMatterRegex); + + if (!match) { + return { + content: text + }; + } + + const { + startDelimiter, + language, + value = "", + endDelimiter + } = match.groups; + let lang = language.trim() || "yaml"; + + if (startDelimiter === "+++") { + lang = "toml"; + } // Only allow yaml to parse with a different end delimiter + + + if (lang !== "yaml" && startDelimiter !== endDelimiter) { + return { + content: text + }; + } + + const [raw] = match; + const frontMatter = { + type: "front-matter", + lang, + value, + startDelimiter, + endDelimiter, + raw: raw.replace(/\n$/, "") + }; + return { + frontMatter, + content: raw.replace(/[^\n]/g, " ") + text.slice(raw.length) + }; } -function insertPragma$2(text) { +var parse_1 = parse; + +const jsPragma = pragma$5; +const parseFrontMatter$1 = parse_1; + +function hasPragma$3(text) { + return jsPragma.hasPragma(parseFrontMatter$1(text).content); +} + +function insertPragma$8(text) { const { frontMatter, content - } = parseFrontMatter(text); - return (frontMatter ? frontMatter.raw + "\n\n" : "") + pragma.insertPragma(content); + } = parseFrontMatter$1(text); + return (frontMatter ? frontMatter.raw + "\n\n" : "") + jsPragma.insertPragma(content); } -var pragma$1 = { - hasPragma: hasPragma$1, - insertPragma: insertPragma$2 +var pragma$4 = { + hasPragma: hasPragma$3, + insertPragma: insertPragma$8 }; +const { + isNonEmptyArray: isNonEmptyArray$6 +} = util$8; const colorAdjusterFunctions = new Set(["red", "green", "blue", "alpha", "a", "rgb", "hue", "h", "saturation", "s", "lightness", "l", "whiteness", "w", "blackness", "b", "tint", "shade", "blend", "blenda", "contrast", "hsl", "hsla", "hwb", "hwba"]); +const moduleRuleNames = new Set(["import", "use", "forward"]); -function getAncestorCounter(path, typeOrTypes) { - const types = [].concat(typeOrTypes); +function getAncestorCounter$1(path, typeOrTypes) { + const types = Array.isArray(typeOrTypes) ? typeOrTypes : [typeOrTypes]; let counter = -1; let ancestorNode; @@ -48012,18 +50492,18 @@ function getAncestorCounter(path, typeOrTypes) { return -1; } -function getAncestorNode(path, typeOrTypes) { - const counter = getAncestorCounter(path, typeOrTypes); +function getAncestorNode$2(path, typeOrTypes) { + const counter = getAncestorCounter$1(path, typeOrTypes); return counter === -1 ? null : path.getParentNode(counter); } -function getPropOfDeclNode(path) { - const declAncestorNode = getAncestorNode(path, "css-decl"); +function getPropOfDeclNode$1(path) { + const declAncestorNode = getAncestorNode$2(path, "css-decl"); return declAncestorNode && declAncestorNode.prop && declAncestorNode.prop.toLowerCase(); } function hasSCSSInterpolation(groupList) { - if (groupList && groupList.length) { + if (isNonEmptyArray$6(groupList)) { for (let i = groupList.length - 1; i > 0; i--) { // If we find `#{`, return true. if (groupList[i].type === "word" && groupList[i].value === "{" && groupList[i - 1].type === "word" && groupList[i - 1].value.endsWith("#")) { @@ -48036,7 +50516,7 @@ function hasSCSSInterpolation(groupList) { } function hasStringOrFunction(groupList) { - if (groupList && groupList.length) { + if (isNonEmptyArray$6(groupList)) { for (let i = 0; i < groupList.length; i++) { if (groupList[i].type === "string" || groupList[i].type === "func") { return true; @@ -48047,56 +50527,56 @@ function hasStringOrFunction(groupList) { return false; } -function isSCSS(parser, text) { +function isSCSS$1(parser, text) { const hasExplicitParserChoice = parser === "less" || parser === "scss"; - const IS_POSSIBLY_SCSS = /(\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/; + const IS_POSSIBLY_SCSS = /(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/; return hasExplicitParserChoice ? parser === "scss" : IS_POSSIBLY_SCSS.test(text); } function isSCSSVariable(node) { - return !!(node && node.type === "word" && node.value.startsWith("$")); + return Boolean(node && node.type === "word" && node.value.startsWith("$")); } -function isWideKeywords(value) { +function isWideKeywords$1(value) { return ["initial", "inherit", "unset", "revert"].includes(value.toLowerCase()); } -function isKeyframeAtRuleKeywords(path, value) { - const atRuleAncestorNode = getAncestorNode(path, "css-atrule"); +function isKeyframeAtRuleKeywords$1(path, value) { + const atRuleAncestorNode = getAncestorNode$2(path, "css-atrule"); return atRuleAncestorNode && atRuleAncestorNode.name && atRuleAncestorNode.name.toLowerCase().endsWith("keyframes") && ["from", "to"].includes(value.toLowerCase()); } -function maybeToLowerCase(value) { +function maybeToLowerCase$1(value) { return value.includes("$") || value.includes("@") || value.includes("#") || value.startsWith("%") || value.startsWith("--") || value.startsWith(":--") || value.includes("(") && value.includes(")") ? value : value.toLowerCase(); } -function insideValueFunctionNode(path, functionName) { - const funcAncestorNode = getAncestorNode(path, "value-func"); +function insideValueFunctionNode$1(path, functionName) { + const funcAncestorNode = getAncestorNode$2(path, "value-func"); return funcAncestorNode && funcAncestorNode.value && funcAncestorNode.value.toLowerCase() === functionName; } -function insideICSSRuleNode(path) { - const ruleAncestorNode = getAncestorNode(path, "css-rule"); +function insideICSSRuleNode$1(path) { + const ruleAncestorNode = getAncestorNode$2(path, "css-rule"); return ruleAncestorNode && ruleAncestorNode.raws && ruleAncestorNode.raws.selector && (ruleAncestorNode.raws.selector.startsWith(":import") || ruleAncestorNode.raws.selector.startsWith(":export")); } -function insideAtRuleNode(path, atRuleNameOrAtRuleNames) { - const atRuleNames = [].concat(atRuleNameOrAtRuleNames); - const atRuleAncestorNode = getAncestorNode(path, "css-atrule"); +function insideAtRuleNode$1(path, atRuleNameOrAtRuleNames) { + const atRuleNames = Array.isArray(atRuleNameOrAtRuleNames) ? atRuleNameOrAtRuleNames : [atRuleNameOrAtRuleNames]; + const atRuleAncestorNode = getAncestorNode$2(path, "css-atrule"); return atRuleAncestorNode && atRuleNames.includes(atRuleAncestorNode.name.toLowerCase()); } -function insideURLFunctionInImportAtRuleNode(path) { +function insideURLFunctionInImportAtRuleNode$1(path) { const node = path.getValue(); - const atRuleAncestorNode = getAncestorNode(path, "css-atrule"); + const atRuleAncestorNode = getAncestorNode$2(path, "css-atrule"); return atRuleAncestorNode && atRuleAncestorNode.name === "import" && node.groups[0].value === "url" && node.groups.length === 2; } -function isURLFunctionNode(node) { +function isURLFunctionNode$1(node) { return node.type === "value-func" && node.value.toLowerCase() === "url"; } -function isLastNode(path, node) { +function isLastNode$1(path, node) { const parentNode = path.getParentNode(); /* istanbul ignore next */ @@ -48110,7 +50590,7 @@ function isLastNode(path, node) { return nodes && nodes.indexOf(node) === nodes.length - 1; } -function isDetachedRulesetDeclarationNode(node) { +function isDetachedRulesetDeclarationNode$1(node) { // If a Less file ends up being parsed with the SCSS parser, Less // variable declarations will be parsed as atrules with names ending // with a colon, so keep the original case then. @@ -48123,31 +50603,31 @@ function isDetachedRulesetDeclarationNode(node) { return typeof node.selector === "string" && /^@.+:.*$/.test(node.selector) || node.selector.value && /^@.+:.*$/.test(node.selector.value); } -function isForKeywordNode(node) { +function isForKeywordNode$1(node) { return node.type === "value-word" && ["from", "through", "end"].includes(node.value); } -function isIfElseKeywordNode(node) { +function isIfElseKeywordNode$1(node) { return node.type === "value-word" && ["and", "or", "not"].includes(node.value); } -function isEachKeywordNode(node) { +function isEachKeywordNode$1(node) { return node.type === "value-word" && node.value === "in"; } -function isMultiplicationNode(node) { +function isMultiplicationNode$1(node) { return node.type === "value-operator" && node.value === "*"; } -function isDivisionNode(node) { +function isDivisionNode$1(node) { return node.type === "value-operator" && node.value === "/"; } -function isAdditionNode(node) { +function isAdditionNode$1(node) { return node.type === "value-operator" && node.value === "+"; } -function isSubtractionNode(node) { +function isSubtractionNode$1(node) { return node.type === "value-operator" && node.value === "-"; } @@ -48155,19 +50635,19 @@ function isModuloNode(node) { return node.type === "value-operator" && node.value === "%"; } -function isMathOperatorNode(node) { - return isMultiplicationNode(node) || isDivisionNode(node) || isAdditionNode(node) || isSubtractionNode(node) || isModuloNode(node); +function isMathOperatorNode$1(node) { + return isMultiplicationNode$1(node) || isDivisionNode$1(node) || isAdditionNode$1(node) || isSubtractionNode$1(node) || isModuloNode(node); } -function isEqualityOperatorNode(node) { +function isEqualityOperatorNode$1(node) { return node.type === "value-word" && ["==", "!="].includes(node.value); } -function isRelationalOperatorNode(node) { +function isRelationalOperatorNode$1(node) { return node.type === "value-word" && ["<", ">", "<=", ">="].includes(node.value); } -function isSCSSControlDirectiveNode(node) { +function isSCSSControlDirectiveNode$1(node) { return node.type === "css-atrule" && ["if", "else", "for", "each", "while"].includes(node.name); } @@ -48180,43 +50660,43 @@ function isSCSSNestedPropertyNode(node) { return node.selector.replace(/\/\*.*?\*\//, "").replace(/\/\/.*?\n/, "").trim().endsWith(":"); } -function isDetachedRulesetCallNode(node) { +function isDetachedRulesetCallNode$1(node) { return node.raws && node.raws.params && /^\(\s*\)$/.test(node.raws.params); } -function isTemplatePlaceholderNode(node) { +function isTemplatePlaceholderNode$1(node) { return node.name.startsWith("prettier-placeholder"); } -function isTemplatePropNode(node) { +function isTemplatePropNode$1(node) { return node.prop.startsWith("@prettier-placeholder"); } -function isPostcssSimpleVarNode(currentNode, nextNode) { +function isPostcssSimpleVarNode$1(currentNode, nextNode) { return currentNode.value === "$$" && currentNode.type === "value-func" && nextNode && nextNode.type === "value-word" && !nextNode.raws.before; } -function hasComposesNode(node) { +function hasComposesNode$1(node) { return node.value && node.value.type === "value-root" && node.value.group && node.value.group.type === "value-value" && node.prop.toLowerCase() === "composes"; } -function hasParensAroundNode(node) { +function hasParensAroundNode$1(node) { return node.value && node.value.group && node.value.group.group && node.value.group.group.type === "value-paren_group" && node.value.group.group.open !== null && node.value.group.group.close !== null; } -function hasEmptyRawBefore(node) { +function hasEmptyRawBefore$1(node) { return node.raws && node.raws.before === ""; } -function isKeyValuePairNode(node) { +function isKeyValuePairNode$1(node) { return node.type === "value-comma_group" && node.groups && node.groups[1] && node.groups[1].type === "value-colon"; } function isKeyValuePairInParenGroupNode(node) { - return node.type === "value-paren_group" && node.groups && node.groups[0] && isKeyValuePairNode(node.groups[0]); + return node.type === "value-paren_group" && node.groups && node.groups[0] && isKeyValuePairNode$1(node.groups[0]); } -function isSCSSMapItemNode(path) { +function isSCSSMapItemNode$1(path) { const node = path.getValue(); // Ignore empty item (i.e. `$key: ()`) if (node.groups.length === 0) { @@ -48229,7 +50709,7 @@ function isSCSSMapItemNode(path) { return false; } - const declNode = getAncestorNode(path, "css-decl"); // SCSS map declaration (i.e. `$map: (key: value, other-key: other-value)`) + const declNode = getAncestorNode$2(path, "css-decl"); // SCSS map declaration (i.e. `$map: (key: value, other-key: other-value)`) if (declNode && declNode.prop && declNode.prop.startsWith("$")) { return true; @@ -48248,35 +50728,52 @@ function isSCSSMapItemNode(path) { return false; } -function isInlineValueCommentNode(node) { +function isInlineValueCommentNode$1(node) { return node.type === "value-comment" && node.inline; } -function isHashNode(node) { +function isHashNode$1(node) { return node.type === "value-word" && node.value === "#"; } -function isLeftCurlyBraceNode(node) { +function isLeftCurlyBraceNode$1(node) { return node.type === "value-word" && node.value === "{"; } -function isRightCurlyBraceNode(node) { +function isRightCurlyBraceNode$1(node) { return node.type === "value-word" && node.value === "}"; } -function isWordNode(node) { +function isWordNode$1(node) { return ["value-word", "value-atword"].includes(node.type); } -function isColonNode(node) { - return node.type === "value-colon"; +function isColonNode$1(node) { + return node && node.type === "value-colon"; +} + +function isKeyInValuePairNode$1(node, parentNode) { + if (!isKeyValuePairNode$1(parentNode)) { + return false; + } + + const { + groups + } = parentNode; + const index = groups.indexOf(node); + + if (index === -1) { + return false; + } + + return isColonNode$1(groups[index + 1]); } -function isMediaAndSupportsKeywords(node) { +function isMediaAndSupportsKeywords$1(node) { return node.value && ["not", "and", "or"].includes(node.value.toLowerCase()); } -function isColorAdjusterFuncNode(node) { +function isColorAdjusterFuncNode$1(node) { if (node.type !== "value-func") { return false; } @@ -48285,20 +50782,18 @@ function isColorAdjusterFuncNode(node) { } // TODO: only check `less` when we don't use `less` to parse `css` -function isLessParser(options) { +function isLessParser$1(options) { return options.parser === "css" || options.parser === "less"; } -function lastLineHasInlineComment(text) { +function lastLineHasInlineComment$1(text) { return /\/\//.test(text.split(/[\n\r]/).pop()); } function stringifyNode(node) { if (node.groups) { const open = node.open && node.open.value ? node.open.value : ""; - const groups = node.groups.reduce((previousValue, currentValue, index) => { - return previousValue + stringifyNode(currentValue) + (node.groups[0].type === "comma_group" && index !== node.groups.length - 1 ? "," : ""); - }, ""); + const groups = node.groups.reduce((previousValue, currentValue, index) => previousValue + stringifyNode(currentValue) + (node.groups[0].type === "comma_group" && index !== node.groups.length - 1 ? "," : ""), ""); const close = node.close && node.close.value ? node.close.value : ""; return open + groups + close; } @@ -48313,66 +50808,95 @@ function stringifyNode(node) { return before + quote + atword + value + quote + unit + group + after; } -function isAtWordPlaceholderNode(node) { +function isAtWordPlaceholderNode$1(node) { return node && node.type === "value-atword" && node.value.startsWith("prettier-placeholder-"); } -var utils$7 = { - getAncestorCounter, - getAncestorNode, - getPropOfDeclNode, +function isModuleRuleName(name) { + return moduleRuleNames.has(name); +} + +function isConfigurationNode$1(node, parentNode) { + if (!node.open || node.open.value !== "(" || !node.close || node.close.value !== ")" || node.groups.some(group => group.type !== "value-comma_group")) { + return false; + } + + if (parentNode.type === "value-comma_group") { + const prevIdx = parentNode.groups.indexOf(node) - 1; + const maybeWithNode = parentNode.groups[prevIdx]; + + if (maybeWithNode && maybeWithNode.type === "value-word" && maybeWithNode.value === "with") { + return true; + } + } + + return false; +} + +function isParenGroupNode$1(node) { + return node.type === "value-paren_group" && node.open && node.open.value === "(" && node.close && node.close.value === ")"; +} + +var utils$4 = { + getAncestorCounter: getAncestorCounter$1, + getAncestorNode: getAncestorNode$2, + getPropOfDeclNode: getPropOfDeclNode$1, hasSCSSInterpolation, hasStringOrFunction, - maybeToLowerCase, - insideValueFunctionNode, - insideICSSRuleNode, - insideAtRuleNode, - insideURLFunctionInImportAtRuleNode, - isKeyframeAtRuleKeywords, - isWideKeywords, - isSCSS, + maybeToLowerCase: maybeToLowerCase$1, + insideValueFunctionNode: insideValueFunctionNode$1, + insideICSSRuleNode: insideICSSRuleNode$1, + insideAtRuleNode: insideAtRuleNode$1, + insideURLFunctionInImportAtRuleNode: insideURLFunctionInImportAtRuleNode$1, + isKeyframeAtRuleKeywords: isKeyframeAtRuleKeywords$1, + isWideKeywords: isWideKeywords$1, + isSCSS: isSCSS$1, isSCSSVariable, - isLastNode, - isLessParser, - isSCSSControlDirectiveNode, - isDetachedRulesetDeclarationNode, - isRelationalOperatorNode, - isEqualityOperatorNode, - isMultiplicationNode, - isDivisionNode, - isAdditionNode, - isSubtractionNode, + isLastNode: isLastNode$1, + isLessParser: isLessParser$1, + isSCSSControlDirectiveNode: isSCSSControlDirectiveNode$1, + isDetachedRulesetDeclarationNode: isDetachedRulesetDeclarationNode$1, + isRelationalOperatorNode: isRelationalOperatorNode$1, + isEqualityOperatorNode: isEqualityOperatorNode$1, + isMultiplicationNode: isMultiplicationNode$1, + isDivisionNode: isDivisionNode$1, + isAdditionNode: isAdditionNode$1, + isSubtractionNode: isSubtractionNode$1, isModuloNode, - isMathOperatorNode, - isEachKeywordNode, - isForKeywordNode, - isURLFunctionNode, - isIfElseKeywordNode, - hasComposesNode, - hasParensAroundNode, - hasEmptyRawBefore, + isMathOperatorNode: isMathOperatorNode$1, + isEachKeywordNode: isEachKeywordNode$1, + isForKeywordNode: isForKeywordNode$1, + isURLFunctionNode: isURLFunctionNode$1, + isIfElseKeywordNode: isIfElseKeywordNode$1, + hasComposesNode: hasComposesNode$1, + hasParensAroundNode: hasParensAroundNode$1, + hasEmptyRawBefore: hasEmptyRawBefore$1, isSCSSNestedPropertyNode, - isDetachedRulesetCallNode, - isTemplatePlaceholderNode, - isTemplatePropNode, - isPostcssSimpleVarNode, - isKeyValuePairNode, + isDetachedRulesetCallNode: isDetachedRulesetCallNode$1, + isTemplatePlaceholderNode: isTemplatePlaceholderNode$1, + isTemplatePropNode: isTemplatePropNode$1, + isPostcssSimpleVarNode: isPostcssSimpleVarNode$1, + isKeyValuePairNode: isKeyValuePairNode$1, isKeyValuePairInParenGroupNode, - isSCSSMapItemNode, - isInlineValueCommentNode, - isHashNode, - isLeftCurlyBraceNode, - isRightCurlyBraceNode, - isWordNode, - isColonNode, - isMediaAndSupportsKeywords, - isColorAdjusterFuncNode, - lastLineHasInlineComment, + isKeyInValuePairNode: isKeyInValuePairNode$1, + isSCSSMapItemNode: isSCSSMapItemNode$1, + isInlineValueCommentNode: isInlineValueCommentNode$1, + isHashNode: isHashNode$1, + isLeftCurlyBraceNode: isLeftCurlyBraceNode$1, + isRightCurlyBraceNode: isRightCurlyBraceNode$1, + isWordNode: isWordNode$1, + isColonNode: isColonNode$1, + isMediaAndSupportsKeywords: isMediaAndSupportsKeywords$1, + isColorAdjusterFuncNode: isColorAdjusterFuncNode$1, + lastLineHasInlineComment: lastLineHasInlineComment$1, stringifyNode, - isAtWordPlaceholderNode + isAtWordPlaceholderNode: isAtWordPlaceholderNode$1, + isModuleRuleName, + isConfigurationNode: isConfigurationNode$1, + isParenGroupNode: isParenGroupNode$1 }; -var lineColumnToIndex = function (lineColumn, text) { +var lineColumnToIndex$1 = function (lineColumn, text) { let index = 0; for (let i = 0; i < lineColumn.line - 1; ++i) { @@ -48382,10 +50906,11 @@ var lineColumnToIndex = function (lineColumn, text) { return index + lineColumn.column; }; +const lineColumnToIndex = lineColumnToIndex$1; const { - getLast: getLast$a, - skipEverythingButNewLine: skipEverythingButNewLine$2 -} = util; + getLast: getLast$8, + skipEverythingButNewLine +} = util$8; function calculateLocStart(node, text) { // value-* nodes have this @@ -48398,10 +50923,10 @@ function calculateLocStart(node, text) { function calculateLocEnd(node, text) { if (node.type === "css-comment" && node.inline) { - return skipEverythingButNewLine$2(text, node.source.startOffset); + return skipEverythingButNewLine(text, node.source.startOffset); } - const endNode = node.nodes && getLast$a(node.nodes); + const endNode = node.nodes && getLast$8(node.nodes); if (endNode && node.source && !node.source.end) { node = endNode; @@ -48605,105 +51130,112 @@ function replaceQuotesInInlineComments(text) { return text; } -function locStart$9(node) { +function locStart$e(node) { return node.source.startOffset; } -function locEnd$f(node) { +function locEnd$d(node) { return node.source.endOffset; } -var loc$1 = { - locStart: locStart$9, - locEnd: locEnd$f, +var loc$5 = { + locStart: locStart$e, + locEnd: locEnd$d, calculateLoc, replaceQuotesInInlineComments }; +const getLast$7 = getLast_1; const { - printNumber: printNumber$3, - printString: printString$3, - hasNewline: hasNewline$8, - isFrontMatterNode: isFrontMatterNode$2, - isNextLineEmpty: isNextLineEmpty$a -} = util; + printNumber, + printString, + hasNewline, + isFrontMatterNode: isFrontMatterNode$3, + isNextLineEmpty: isNextLineEmpty$3, + isNonEmptyArray: isNonEmptyArray$5 +} = util$8; const { builders: { - concat: concat$B, - join: join$h, - line: line$k, - hardline: hardline$o, - softline: softline$i, - group: group$p, - fill: fill$4, - indent: indent$r, + join: join$a, + line: line$d, + hardline: hardline$c, + softline: softline$9, + group: group$b, + fill: fill$6, + indent: indent$6, dedent: dedent$2, - ifBreak: ifBreak$e, + ifBreak: ifBreak$8, breakParent: breakParent$5 }, utils: { - removeLines: removeLines$2 + removeLines, + getDocParts: getDocParts$5 } -} = document; +} = require$$7$3; +const clean$8 = clean_1$3; +const embed$7 = embed_1$3; const { - insertPragma: insertPragma$3 -} = pragma$1; + insertPragma: insertPragma$7 +} = pragma$4; const { getAncestorNode: getAncestorNode$1, - getPropOfDeclNode: getPropOfDeclNode$1, - maybeToLowerCase: maybeToLowerCase$1, - insideValueFunctionNode: insideValueFunctionNode$1, - insideICSSRuleNode: insideICSSRuleNode$1, - insideAtRuleNode: insideAtRuleNode$1, - insideURLFunctionInImportAtRuleNode: insideURLFunctionInImportAtRuleNode$1, - isKeyframeAtRuleKeywords: isKeyframeAtRuleKeywords$1, - isWideKeywords: isWideKeywords$1, - isSCSS: isSCSS$1, - isLastNode: isLastNode$1, - isLessParser: isLessParser$1, - isSCSSControlDirectiveNode: isSCSSControlDirectiveNode$1, - isDetachedRulesetDeclarationNode: isDetachedRulesetDeclarationNode$1, - isRelationalOperatorNode: isRelationalOperatorNode$1, - isEqualityOperatorNode: isEqualityOperatorNode$1, - isMultiplicationNode: isMultiplicationNode$1, - isDivisionNode: isDivisionNode$1, - isAdditionNode: isAdditionNode$1, - isSubtractionNode: isSubtractionNode$1, - isMathOperatorNode: isMathOperatorNode$1, - isEachKeywordNode: isEachKeywordNode$1, - isForKeywordNode: isForKeywordNode$1, - isURLFunctionNode: isURLFunctionNode$1, - isIfElseKeywordNode: isIfElseKeywordNode$1, - hasComposesNode: hasComposesNode$1, - hasParensAroundNode: hasParensAroundNode$1, - hasEmptyRawBefore: hasEmptyRawBefore$1, - isKeyValuePairNode: isKeyValuePairNode$1, - isDetachedRulesetCallNode: isDetachedRulesetCallNode$1, - isTemplatePlaceholderNode: isTemplatePlaceholderNode$1, - isTemplatePropNode: isTemplatePropNode$1, - isPostcssSimpleVarNode: isPostcssSimpleVarNode$1, - isSCSSMapItemNode: isSCSSMapItemNode$1, - isInlineValueCommentNode: isInlineValueCommentNode$1, - isHashNode: isHashNode$1, - isLeftCurlyBraceNode: isLeftCurlyBraceNode$1, - isRightCurlyBraceNode: isRightCurlyBraceNode$1, - isWordNode: isWordNode$1, - isColonNode: isColonNode$1, - isMediaAndSupportsKeywords: isMediaAndSupportsKeywords$1, - isColorAdjusterFuncNode: isColorAdjusterFuncNode$1, - lastLineHasInlineComment: lastLineHasInlineComment$1, - isAtWordPlaceholderNode: isAtWordPlaceholderNode$1 -} = utils$7; + getPropOfDeclNode, + maybeToLowerCase, + insideValueFunctionNode, + insideICSSRuleNode, + insideAtRuleNode, + insideURLFunctionInImportAtRuleNode, + isKeyframeAtRuleKeywords, + isWideKeywords, + isSCSS, + isLastNode, + isLessParser, + isSCSSControlDirectiveNode, + isDetachedRulesetDeclarationNode, + isRelationalOperatorNode, + isEqualityOperatorNode, + isMultiplicationNode, + isDivisionNode, + isAdditionNode, + isSubtractionNode, + isMathOperatorNode, + isEachKeywordNode, + isForKeywordNode, + isURLFunctionNode, + isIfElseKeywordNode, + hasComposesNode, + hasParensAroundNode, + hasEmptyRawBefore, + isKeyValuePairNode, + isKeyInValuePairNode, + isDetachedRulesetCallNode, + isTemplatePlaceholderNode, + isTemplatePropNode, + isPostcssSimpleVarNode, + isSCSSMapItemNode, + isInlineValueCommentNode, + isHashNode, + isLeftCurlyBraceNode, + isRightCurlyBraceNode, + isWordNode, + isColonNode, + isMediaAndSupportsKeywords, + isColorAdjusterFuncNode, + lastLineHasInlineComment, + isAtWordPlaceholderNode, + isConfigurationNode, + isParenGroupNode +} = utils$4; const { - locStart: locStart$a, - locEnd: locEnd$g -} = loc$1; + locStart: locStart$d, + locEnd: locEnd$c +} = loc$5; -function shouldPrintComma$9(options) { +function shouldPrintComma(options) { return options.trailingComma === "es5" || options.trailingComma === "all"; } -function genericPrint$2(path, options, print) { +function genericPrint$4(path, options, print) { const node = path.getValue(); /* istanbul ignore if */ @@ -48717,25 +51249,25 @@ function genericPrint$2(path, options, print) { switch (node.type) { case "front-matter": - return concat$B([node.raw, hardline$o]); + return [node.raw, hardline$c]; case "css-root": { const nodes = printNodeSequence(path, options, print); const after = node.raws.after.trim(); - return concat$B([nodes, after ? ` ${after}` : "", nodes.parts.length ? hardline$o : ""]); + return [nodes, after ? ` ${after}` : "", getDocParts$5(nodes).length > 0 ? hardline$c : ""]; } case "css-comment": { const isInlineComment = node.inline || node.raws.inline; - const text = options.originalText.slice(locStart$a(node), locEnd$g(node)); + const text = options.originalText.slice(locStart$d(node), locEnd$c(node)); return isInlineComment ? text.trimEnd() : text; } case "css-rule": { - return concat$B([path.call(print, "selector"), node.important ? " !important" : "", node.nodes ? concat$B([node.selector && node.selector.type === "selector-unknown" && lastLineHasInlineComment$1(node.selector.value) ? line$k : " ", "{", node.nodes.length > 0 ? indent$r(concat$B([hardline$o, printNodeSequence(path, options, print)])) : "", hardline$o, "}", isDetachedRulesetDeclarationNode$1(node) ? ";" : ""]) : ";"]); + return [print("selector"), node.important ? " !important" : "", node.nodes ? [node.selector && node.selector.type === "selector-unknown" && lastLineHasInlineComment(node.selector.value) ? line$d : " ", "{", node.nodes.length > 0 ? indent$6([hardline$c, printNodeSequence(path, options, print)]) : "", hardline$c, "}", isDetachedRulesetDeclarationNode(node) ? ";" : ""] : ";"]; } case "css-decl": @@ -48746,38 +51278,38 @@ function genericPrint$2(path, options, print) { } = node.raws; const trimmedBetween = rawBetween.trim(); const isColon = trimmedBetween === ":"; - let value = hasComposesNode$1(node) ? removeLines$2(path.call(print, "value")) : path.call(print, "value"); + let value = hasComposesNode(node) ? removeLines(print("value")) : print("value"); - if (!isColon && lastLineHasInlineComment$1(trimmedBetween)) { - value = indent$r(concat$B([hardline$o, dedent$2(value)])); + if (!isColon && lastLineHasInlineComment(trimmedBetween)) { + value = indent$6([hardline$c, dedent$2(value)]); } - return concat$B([node.raws.before.replace(/[\s;]/g, ""), insideICSSRuleNode$1(path) ? node.prop : maybeToLowerCase$1(node.prop), trimmedBetween.startsWith("//") ? " " : "", trimmedBetween, node.extend ? "" : " ", isLessParser$1(options) && node.extend && node.selector ? concat$B(["extend(", path.call(print, "selector"), ")"]) : "", value, node.raws.important ? node.raws.important.replace(/\s*!\s*important/i, " !important") : node.important ? " !important" : "", node.raws.scssDefault ? node.raws.scssDefault.replace(/\s*!default/i, " !default") : node.scssDefault ? " !default" : "", node.raws.scssGlobal ? node.raws.scssGlobal.replace(/\s*!global/i, " !global") : node.scssGlobal ? " !global" : "", node.nodes ? concat$B([" {", indent$r(concat$B([softline$i, printNodeSequence(path, options, print)])), softline$i, "}"]) : isTemplatePropNode$1(node) && !parentNode.raws.semicolon && options.originalText[locEnd$g(node) - 1] !== ";" ? "" : options.__isHTMLStyleAttribute && isLastNode$1(path, node) ? ifBreak$e(";", "") : ";"]); + return [node.raws.before.replace(/[\s;]/g, ""), insideICSSRuleNode(path) ? node.prop : maybeToLowerCase(node.prop), trimmedBetween.startsWith("//") ? " " : "", trimmedBetween, node.extend ? "" : " ", isLessParser(options) && node.extend && node.selector ? ["extend(", print("selector"), ")"] : "", value, node.raws.important ? node.raws.important.replace(/\s*!\s*important/i, " !important") : node.important ? " !important" : "", node.raws.scssDefault ? node.raws.scssDefault.replace(/\s*!default/i, " !default") : node.scssDefault ? " !default" : "", node.raws.scssGlobal ? node.raws.scssGlobal.replace(/\s*!global/i, " !global") : node.scssGlobal ? " !global" : "", node.nodes ? [" {", indent$6([softline$9, printNodeSequence(path, options, print)]), softline$9, "}"] : isTemplatePropNode(node) && !parentNode.raws.semicolon && options.originalText[locEnd$c(node) - 1] !== ";" ? "" : options.__isHTMLStyleAttribute && isLastNode(path, node) ? ifBreak$8(";") : ";"]; } case "css-atrule": { const parentNode = path.getParentNode(); - const isTemplatePlaceholderNodeWithoutSemiColon = isTemplatePlaceholderNode$1(node) && !parentNode.raws.semicolon && options.originalText[locEnd$g(node) - 1] !== ";"; + const isTemplatePlaceholderNodeWithoutSemiColon = isTemplatePlaceholderNode(node) && !parentNode.raws.semicolon && options.originalText[locEnd$c(node) - 1] !== ";"; - if (isLessParser$1(options)) { + if (isLessParser(options)) { if (node.mixin) { - return concat$B([path.call(print, "selector"), node.important ? " !important" : "", isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]); + return [print("selector"), node.important ? " !important" : "", isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]; } if (node.function) { - return concat$B([node.name, concat$B([path.call(print, "params")]), isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]); + return [node.name, print("params"), isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]; } if (node.variable) { - return concat$B(["@", node.name, ": ", node.value ? concat$B([path.call(print, "value")]) : "", node.raws.between.trim() ? node.raws.between.trim() + " " : "", node.nodes ? concat$B(["{", indent$r(concat$B([node.nodes.length > 0 ? softline$i : "", printNodeSequence(path, options, print)])), softline$i, "}"]) : "", isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]); + return ["@", node.name, ": ", node.value ? print("value") : "", node.raws.between.trim() ? node.raws.between.trim() + " " : "", node.nodes ? ["{", indent$6([node.nodes.length > 0 ? softline$9 : "", printNodeSequence(path, options, print)]), softline$9, "}"] : "", isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]; } } - return concat$B(["@", // If a Less file ends up being parsed with the SCSS parser, Less + return ["@", // If a Less file ends up being parsed with the SCSS parser, Less // variable declarations will be parsed as at-rules with names ending // with a colon, so keep the original case then. - isDetachedRulesetCallNode$1(node) || node.name.endsWith(":") ? node.name : maybeToLowerCase$1(node.name), node.params ? concat$B([isDetachedRulesetCallNode$1(node) ? "" : isTemplatePlaceholderNode$1(node) ? node.raws.afterName === "" ? "" : node.name.endsWith(":") ? " " : /^\s*\n\s*\n/.test(node.raws.afterName) ? concat$B([hardline$o, hardline$o]) : /^\s*\n/.test(node.raws.afterName) ? hardline$o : " " : " ", path.call(print, "params")]) : "", node.selector ? indent$r(concat$B([" ", path.call(print, "selector")])) : "", node.value ? group$p(concat$B([" ", path.call(print, "value"), isSCSSControlDirectiveNode$1(node) ? hasParensAroundNode$1(node) ? " " : line$k : ""])) : node.name === "else" ? " " : "", node.nodes ? concat$B([isSCSSControlDirectiveNode$1(node) ? "" : node.selector && !node.selector.nodes && typeof node.selector.value === "string" && lastLineHasInlineComment$1(node.selector.value) || !node.selector && typeof node.params === "string" && lastLineHasInlineComment$1(node.params) ? line$k : " ", "{", indent$r(concat$B([node.nodes.length > 0 ? softline$i : "", printNodeSequence(path, options, print)])), softline$i, "}"]) : isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]); + isDetachedRulesetCallNode(node) || node.name.endsWith(":") ? node.name : maybeToLowerCase(node.name), node.params ? [isDetachedRulesetCallNode(node) ? "" : isTemplatePlaceholderNode(node) ? node.raws.afterName === "" ? "" : node.name.endsWith(":") ? " " : /^\s*\n\s*\n/.test(node.raws.afterName) ? [hardline$c, hardline$c] : /^\s*\n/.test(node.raws.afterName) ? hardline$c : " " : " ", print("params")] : "", node.selector ? indent$6([" ", print("selector")]) : "", node.value ? group$b([" ", print("value"), isSCSSControlDirectiveNode(node) ? hasParensAroundNode(node) ? " " : line$d : ""]) : node.name === "else" ? " " : "", node.nodes ? [isSCSSControlDirectiveNode(node) ? "" : node.selector && !node.selector.nodes && typeof node.selector.value === "string" && lastLineHasInlineComment(node.selector.value) || !node.selector && typeof node.params === "string" && lastLineHasInlineComment(node.params) ? line$d : " ", "{", indent$6([node.nodes.length > 0 ? softline$9 : "", printNodeSequence(path, options, print)]), softline$9, "}"] : isTemplatePlaceholderNodeWithoutSemiColon ? "" : ";"]; } // postcss-media-query-parser @@ -48791,14 +51323,14 @@ function genericPrint$2(path, options, print) { return; } - parts.push(childPath.call(print)); + parts.push(print()); }, "nodes"); - return group$p(indent$r(join$h(line$k, parts))); + return group$b(indent$6(join$a(line$d, parts))); } case "media-query": { - return concat$B([join$h(" ", path.map(print, "nodes")), isLastNode$1(path, node) ? "" : ","]); + return [join$a(" ", path.map(print, "nodes")), isLastNode(path, node) ? "" : ","]; } case "media-type": @@ -48812,17 +51344,17 @@ function genericPrint$2(path, options, print) { return node.value; } - return concat$B(["(", concat$B(path.map(print, "nodes")), ")"]); + return ["(", ...path.map(print, "nodes"), ")"]; } case "media-feature": { - return maybeToLowerCase$1(adjustStrings(node.value.replace(/ +/g, " "), options)); + return maybeToLowerCase(adjustStrings(node.value.replace(/ +/g, " "), options)); } case "media-colon": { - return concat$B([node.value, " "]); + return [node.value, " "]; } case "media-value": @@ -48837,7 +51369,7 @@ function genericPrint$2(path, options, print) { case "media-url": { - return adjustStrings(node.value.replace(/^url\(\s+/gi, "url(").replace(/\s+\)$/gi, ")"), options); + return adjustStrings(node.value.replace(/^url\(\s+/gi, "url(").replace(/\s+\)$/g, ")"), options); } case "media-unknown": @@ -48848,12 +51380,12 @@ function genericPrint$2(path, options, print) { case "selector-root": { - return group$p(concat$B([insideAtRuleNode$1(path, "custom-selector") ? concat$B([getAncestorNode$1(path, "css-atrule").customSelector, line$k]) : "", join$h(concat$B([",", insideAtRuleNode$1(path, ["extend", "custom-selector", "nest"]) ? line$k : hardline$o]), path.map(print, "nodes"))])); + return group$b([insideAtRuleNode(path, "custom-selector") ? [getAncestorNode$1(path, "css-atrule").customSelector, line$d] : "", join$a([",", insideAtRuleNode(path, ["extend", "custom-selector", "nest"]) ? line$d : hardline$c], path.map(print, "nodes"))]); } case "selector-selector": { - return group$p(indent$r(concat$B(path.map(print, "nodes")))); + return group$b(indent$6(path.map(print, "nodes"))); } case "selector-comment": @@ -48871,45 +51403,45 @@ function genericPrint$2(path, options, print) { const parentNode = path.getParentNode(); const index = parentNode && parentNode.nodes.indexOf(node); const prevNode = index && parentNode.nodes[index - 1]; - return concat$B([node.namespace ? concat$B([node.namespace === true ? "" : node.namespace.trim(), "|"]) : "", prevNode.type === "selector-nesting" ? node.value : adjustNumbers(isKeyframeAtRuleKeywords$1(path, node.value) ? node.value.toLowerCase() : node.value)]); + return [node.namespace ? [node.namespace === true ? "" : node.namespace.trim(), "|"] : "", prevNode.type === "selector-nesting" ? node.value : adjustNumbers(isKeyframeAtRuleKeywords(path, node.value) ? node.value.toLowerCase() : node.value)]; } case "selector-id": { - return concat$B(["#", node.value]); + return ["#", node.value]; } case "selector-class": { - return concat$B([".", adjustNumbers(adjustStrings(node.value, options))]); + return [".", adjustNumbers(adjustStrings(node.value, options))]; } case "selector-attribute": { - return concat$B(["[", node.namespace ? concat$B([node.namespace === true ? "" : node.namespace.trim(), "|"]) : "", node.attribute.trim(), node.operator ? node.operator : "", node.value ? quoteAttributeValue(adjustStrings(node.value.trim(), options), options) : "", node.insensitive ? " i" : "", "]"]); + return ["[", node.namespace ? [node.namespace === true ? "" : node.namespace.trim(), "|"] : "", node.attribute.trim(), node.operator ? node.operator : "", node.value ? quoteAttributeValue(adjustStrings(node.value.trim(), options), options) : "", node.insensitive ? " i" : "", "]"]; } case "selector-combinator": { if (node.value === "+" || node.value === ">" || node.value === "~" || node.value === ">>>") { const parentNode = path.getParentNode(); - const leading = parentNode.type === "selector-selector" && parentNode.nodes[0] === node ? "" : line$k; - return concat$B([leading, node.value, isLastNode$1(path, node) ? "" : " "]); + const leading = parentNode.type === "selector-selector" && parentNode.nodes[0] === node ? "" : line$d; + return [leading, node.value, isLastNode(path, node) ? "" : " "]; } - const leading = node.value.trim().startsWith("(") ? line$k : ""; - const value = adjustNumbers(adjustStrings(node.value.trim(), options)) || line$k; - return concat$B([leading, value]); + const leading = node.value.trim().startsWith("(") ? line$d : ""; + const value = adjustNumbers(adjustStrings(node.value.trim(), options)) || line$d; + return [leading, value]; } case "selector-universal": { - return concat$B([node.namespace ? concat$B([node.namespace === true ? "" : node.namespace.trim(), "|"]) : "", node.value]); + return [node.namespace ? [node.namespace === true ? "" : node.namespace.trim(), "|"] : "", node.value]; } case "selector-pseudo": { - return concat$B([maybeToLowerCase$1(node.value), node.nodes && node.nodes.length > 0 ? concat$B(["(", join$h(", ", path.map(print, "nodes")), ")"]) : ""]); + return [maybeToLowerCase(node.value), isNonEmptyArray$5(node.nodes) ? ["(", join$a(", ", path.map(print, "nodes")), ")"] : ""]; } case "selector-nesting": @@ -48922,14 +51454,14 @@ function genericPrint$2(path, options, print) { const ruleAncestorNode = getAncestorNode$1(path, "css-rule"); // Nested SCSS property if (ruleAncestorNode && ruleAncestorNode.isSCSSNesterProperty) { - return adjustNumbers(adjustStrings(maybeToLowerCase$1(node.value), options)); + return adjustNumbers(adjustStrings(maybeToLowerCase(node.value), options)); } // originalText has to be used for Less, see replaceQuotesInInlineComments in loc.js const parentNode = path.getParentNode(); if (parentNode.raws && parentNode.raws.selector) { - const start = locStart$a(parentNode); + const start = locStart$d(parentNode); const end = start + parentNode.raws.selector.length; return options.originalText.slice(start, end).trim(); } // Same reason above @@ -48938,10 +51470,10 @@ function genericPrint$2(path, options, print) { const grandParent = path.getParentNode(1); if (parentNode.type === "value-paren_group" && grandParent && grandParent.type === "value-func" && grandParent.value === "selector") { - const start = locStart$a(parentNode.open) + 1; - const end = locEnd$g(parentNode.close) - 1; + const start = locStart$d(parentNode.open) + 1; + const end = locEnd$c(parentNode.close) - 1; const selector = options.originalText.slice(start, end).trim(); - return lastLineHasInlineComment$1(selector) ? concat$B([breakParent$5, selector]) : selector; + return lastLineHasInlineComment(selector) ? [breakParent$5, selector] : selector; } return node.value; @@ -48951,25 +51483,26 @@ function genericPrint$2(path, options, print) { case "value-value": case "value-root": { - return path.call(print, "group"); + return print("group"); } case "value-comment": { - return options.originalText.slice(locStart$a(node), locEnd$g(node)); + return options.originalText.slice(locStart$d(node), locEnd$c(node)); } case "value-comma_group": { const parentNode = path.getParentNode(); const parentParentNode = path.getParentNode(1); - const declAncestorProp = getPropOfDeclNode$1(path); + const declAncestorProp = getPropOfDeclNode(path); const isGridValue = declAncestorProp && parentNode.type === "value-value" && (declAncestorProp === "grid" || declAncestorProp.startsWith("grid-template")); const atRuleAncestorNode = getAncestorNode$1(path, "css-atrule"); - const isControlDirective = atRuleAncestorNode && isSCSSControlDirectiveNode$1(atRuleAncestorNode); + const isControlDirective = atRuleAncestorNode && isSCSSControlDirectiveNode(atRuleAncestorNode); + const hasInlineComment = node.groups.some(node => isInlineValueCommentNode(node)); const printed = path.map(print, "groups"); const parts = []; - const insideURLFunction = insideValueFunctionNode$1(path, "url"); + const insideURLFunction = insideValueFunctionNode(path, "url"); let insideSCSSInterpolationInString = false; let didBreak = false; @@ -48981,10 +51514,15 @@ function genericPrint$2(path, options, print) { const iNextNextNode = node.groups[i + 2]; if (insideURLFunction) { - if (iNextNode && isAdditionNode$1(iNextNode) || isAdditionNode$1(iNode)) { + if (iNextNode && isAdditionNode(iNextNode) || isAdditionNode(iNode)) { parts.push(" "); } + continue; + } // Ignore SCSS @forward wildcard suffix + + + if (insideAtRuleNode(path, "forward") && iNode.type === "value-word" && iNode.value && iPrevNode !== undefined && iPrevNode.type === "value-word" && iPrevNode.value === "as" && iNextNode.type === "value-operator" && iNextNode.value === "*") { continue; } // Ignore after latest node (i.e. before semicolon) @@ -48994,7 +51532,7 @@ function genericPrint$2(path, options, print) { } // styled.div` background: var(--${one}); ` - if (iNode.type === "value-word" && iNode.value.endsWith("-") && isAtWordPlaceholderNode$1(iNextNode)) { + if (iNode.type === "value-word" && iNode.value.endsWith("-") && isAtWordPlaceholderNode(iNextNode)) { continue; } // Ignore spaces before/after string interpolation (i.e. `"#{my-fn("_")}"`) @@ -49012,7 +51550,7 @@ function genericPrint$2(path, options, print) { } // Ignore colon (i.e. `:`) - if (isColonNode$1(iNode) || isColonNode$1(iNextNode)) { + if (isColonNode(iNode) || isColonNode(iNextNode)) { continue; } // Ignore `@` in Less (i.e. `@@var;`) @@ -49042,60 +51580,67 @@ function genericPrint$2(path, options, print) { } // Ignore `$$` (i.e. `background-color: $$(style)Color;`) - if (isPostcssSimpleVarNode$1(iNode, iNextNode)) { + if (isPostcssSimpleVarNode(iNode, iNextNode)) { continue; } // Ignore spaces after `#` and after `{` and before `}` in SCSS interpolation (i.e. `#{variable}`) - if (isHashNode$1(iNode) || isLeftCurlyBraceNode$1(iNode) || isRightCurlyBraceNode$1(iNextNode) || isLeftCurlyBraceNode$1(iNextNode) && hasEmptyRawBefore$1(iNextNode) || isRightCurlyBraceNode$1(iNode) && hasEmptyRawBefore$1(iNextNode)) { + if (isHashNode(iNode) || isLeftCurlyBraceNode(iNode) || isRightCurlyBraceNode(iNextNode) || isLeftCurlyBraceNode(iNextNode) && hasEmptyRawBefore(iNextNode) || isRightCurlyBraceNode(iNode) && hasEmptyRawBefore(iNextNode)) { continue; } // Ignore css variables and interpolation in SCSS (i.e. `--#{$var}`) - if (iNode.value === "--" && isHashNode$1(iNextNode)) { + if (iNode.value === "--" && isHashNode(iNextNode)) { continue; } // Formatting math operations - const isMathOperator = isMathOperatorNode$1(iNode); - const isNextMathOperator = isMathOperatorNode$1(iNextNode); // Print spaces before and after math operators beside SCSS interpolation as is + const isMathOperator = isMathOperatorNode(iNode); + const isNextMathOperator = isMathOperatorNode(iNextNode); // Print spaces before and after math operators beside SCSS interpolation as is // (i.e. `#{$var}+5`, `#{$var} +5`, `#{$var}+ 5`, `#{$var} + 5`) // (i.e. `5+#{$var}`, `5 +#{$var}`, `5+ #{$var}`, `5 + #{$var}`) - if ((isMathOperator && isHashNode$1(iNextNode) || isNextMathOperator && isRightCurlyBraceNode$1(iNode)) && hasEmptyRawBefore$1(iNextNode)) { + if ((isMathOperator && isHashNode(iNextNode) || isNextMathOperator && isRightCurlyBraceNode(iNode)) && hasEmptyRawBefore(iNextNode)) { + continue; + } // absolute paths are only parsed as one token if they are part of url(/abs/path) call + // but if you have custom -fb-url(/abs/path/) then it is parsed as "division /" and rest + // of the path. We don't want to put a space after that first division in this case. + + + if (!iPrevNode && isDivisionNode(iNode)) { continue; } // Print spaces before and after addition and subtraction math operators as is in `calc` function // due to the fact that it is not valid syntax // (i.e. `calc(1px+1px)`, `calc(1px+ 1px)`, `calc(1px +1px)`, `calc(1px + 1px)`) - if (insideValueFunctionNode$1(path, "calc") && (isAdditionNode$1(iNode) || isAdditionNode$1(iNextNode) || isSubtractionNode$1(iNode) || isSubtractionNode$1(iNextNode)) && hasEmptyRawBefore$1(iNextNode)) { + if (insideValueFunctionNode(path, "calc") && (isAdditionNode(iNode) || isAdditionNode(iNextNode) || isSubtractionNode(iNode) || isSubtractionNode(iNextNode)) && hasEmptyRawBefore(iNextNode)) { continue; } // Print spaces after `+` and `-` in color adjuster functions as is (e.g. `color(red l(+ 20%))`) // Adjusters with signed numbers (e.g. `color(red l(+20%))`) output as-is. - const isColorAdjusterNode = (isAdditionNode$1(iNode) || isSubtractionNode$1(iNode)) && i === 0 && (iNextNode.type === "value-number" || iNextNode.isHex) && parentParentNode && isColorAdjusterFuncNode$1(parentParentNode) && !hasEmptyRawBefore$1(iNextNode); - const requireSpaceBeforeOperator = iNextNextNode && iNextNextNode.type === "value-func" || iNextNextNode && isWordNode$1(iNextNextNode) || iNode.type === "value-func" || isWordNode$1(iNode); - const requireSpaceAfterOperator = iNextNode.type === "value-func" || isWordNode$1(iNextNode) || iPrevNode && iPrevNode.type === "value-func" || iPrevNode && isWordNode$1(iPrevNode); // Formatting `/`, `+`, `-` sign + const isColorAdjusterNode = (isAdditionNode(iNode) || isSubtractionNode(iNode)) && i === 0 && (iNextNode.type === "value-number" || iNextNode.isHex) && parentParentNode && isColorAdjusterFuncNode(parentParentNode) && !hasEmptyRawBefore(iNextNode); + const requireSpaceBeforeOperator = iNextNextNode && iNextNextNode.type === "value-func" || iNextNextNode && isWordNode(iNextNextNode) || iNode.type === "value-func" || isWordNode(iNode); + const requireSpaceAfterOperator = iNextNode.type === "value-func" || isWordNode(iNextNode) || iPrevNode && iPrevNode.type === "value-func" || iPrevNode && isWordNode(iPrevNode); // Formatting `/`, `+`, `-` sign - if (!(isMultiplicationNode$1(iNextNode) || isMultiplicationNode$1(iNode)) && !insideValueFunctionNode$1(path, "calc") && !isColorAdjusterNode && (isDivisionNode$1(iNextNode) && !requireSpaceBeforeOperator || isDivisionNode$1(iNode) && !requireSpaceAfterOperator || isAdditionNode$1(iNextNode) && !requireSpaceBeforeOperator || isAdditionNode$1(iNode) && !requireSpaceAfterOperator || isSubtractionNode$1(iNextNode) || isSubtractionNode$1(iNode)) && (hasEmptyRawBefore$1(iNextNode) || isMathOperator && (!iPrevNode || iPrevNode && isMathOperatorNode$1(iPrevNode)))) { + if (!(isMultiplicationNode(iNextNode) || isMultiplicationNode(iNode)) && !insideValueFunctionNode(path, "calc") && !isColorAdjusterNode && (isDivisionNode(iNextNode) && !requireSpaceBeforeOperator || isDivisionNode(iNode) && !requireSpaceAfterOperator || isAdditionNode(iNextNode) && !requireSpaceBeforeOperator || isAdditionNode(iNode) && !requireSpaceAfterOperator || isSubtractionNode(iNextNode) || isSubtractionNode(iNode)) && (hasEmptyRawBefore(iNextNode) || isMathOperator && (!iPrevNode || iPrevNode && isMathOperatorNode(iPrevNode)))) { continue; } // Add `hardline` after inline comment (i.e. `// comment\n foo: bar;`) - if (isInlineValueCommentNode$1(iNode)) { + if (isInlineValueCommentNode(iNode)) { if (parentNode.type === "value-paren_group") { - parts.push(dedent$2(hardline$o)); + parts.push(dedent$2(hardline$c)); continue; } - parts.push(hardline$o); + parts.push(hardline$c); continue; } // Handle keywords in SCSS control directive - if (isControlDirective && (isEqualityOperatorNode$1(iNextNode) || isRelationalOperatorNode$1(iNextNode) || isIfElseKeywordNode$1(iNextNode) || isEachKeywordNode$1(iNode) || isForKeywordNode$1(iNode))) { + if (isControlDirective && (isEqualityOperatorNode(iNextNode) || isRelationalOperatorNode(iNextNode) || isIfElseKeywordNode(iNextNode) || isEachKeywordNode(iNode) || isForKeywordNode(iNode))) { parts.push(" "); continue; } // At-rule `namespace` should be in one line @@ -49109,7 +51654,7 @@ function genericPrint$2(path, options, print) { if (isGridValue) { if (iNode.source && iNextNode.source && iNode.source.start.line !== iNextNode.source.start.line) { - parts.push(hardline$o); + parts.push(hardline$c); didBreak = true; } else { parts.push(" "); @@ -49131,39 +51676,53 @@ function genericPrint$2(path, options, print) { continue; } - if (isAtWordPlaceholderNode$1(iNode) && isAtWordPlaceholderNode$1(iNextNode) && locEnd$g(iNode) === locStart$a(iNextNode)) { + if (isAtWordPlaceholderNode(iNode) && isAtWordPlaceholderNode(iNextNode) && locEnd$c(iNode) === locStart$d(iNextNode)) { + continue; + } + + if (isAtWordPlaceholderNode(iNode) && isParenGroupNode(iNextNode) && locEnd$c(iNode) === locStart$d(iNextNode.open)) { + parts.push(softline$9); + continue; + } + + if (iNode.value === "with" && isParenGroupNode(iNextNode)) { + parts.push(" "); continue; } // Be default all values go through `line` - parts.push(line$k); + parts.push(line$d); + } + + if (hasInlineComment) { + parts.push(breakParent$5); } if (didBreak) { - parts.unshift(hardline$o); + parts.unshift(hardline$c); } if (isControlDirective) { - return group$p(indent$r(concat$B(parts))); + return group$b(indent$6(parts)); } // Indent is not needed for import url when url is very long // and node has two groups // when type is value-comma_group // example @import url("verylongurl") projection,tv - if (insideURLFunctionInImportAtRuleNode$1(path)) { - return group$p(fill$4(parts)); + if (insideURLFunctionInImportAtRuleNode(path)) { + return group$b(fill$6(parts)); } - return group$p(indent$r(fill$4(parts))); + return group$b(indent$6(fill$6(parts))); } case "value-paren_group": { const parentNode = path.getParentNode(); - if (parentNode && isURLFunctionNode$1(parentNode) && (node.groups.length === 1 || node.groups.length > 0 && node.groups[0].type === "value-comma_group" && node.groups[0].groups.length > 0 && node.groups[0].groups[0].type === "value-word" && node.groups[0].groups[0].value.startsWith("data:"))) { - return concat$B([node.open ? path.call(print, "open") : "", join$h(",", path.map(print, "groups")), node.close ? path.call(print, "close") : ""]); + if (parentNode && isURLFunctionNode(parentNode) && (node.groups.length === 1 || node.groups.length > 0 && node.groups[0].type === "value-comma_group" && node.groups[0].groups.length > 0 && node.groups[0].groups[0].type === "value-word" && node.groups[0].groups[0].value.startsWith("data:"))) { + return [node.open ? print("open") : "", join$a(",", path.map(print, "groups")), node.close ? print("close") : ""]; } if (!node.open) { @@ -49172,36 +51731,42 @@ function genericPrint$2(path, options, print) { for (let i = 0; i < printed.length; i++) { if (i !== 0) { - res.push(concat$B([",", line$k])); + res.push([",", line$d]); } res.push(printed[i]); } - return group$p(indent$r(fill$4(res))); + return group$b(indent$6(fill$6(res))); } - const isSCSSMapItem = isSCSSMapItemNode$1(path); - const lastItem = node.groups[node.groups.length - 1]; + const isSCSSMapItem = isSCSSMapItemNode(path); + const lastItem = getLast$7(node.groups); const isLastItemComment = lastItem && lastItem.type === "value-comment"; - return group$p(concat$B([node.open ? path.call(print, "open") : "", indent$r(concat$B([softline$i, join$h(concat$B([",", line$k]), path.map(childPath => { + const isKey = isKeyInValuePairNode(node, parentNode); + const isConfiguration = isConfigurationNode(node, parentNode); + const shouldBreak = isConfiguration || isSCSSMapItem && !isKey; + const shouldDedent = isConfiguration || isKey; + const printed = group$b([node.open ? print("open") : "", indent$6([softline$9, join$a([",", line$d], path.map(childPath => { const node = childPath.getValue(); - const printed = print(childPath); // Key/Value pair in open paren already indented + const printed = print(); // Key/Value pair in open paren already indented - if (isKeyValuePairNode$1(node) && node.type === "value-comma_group" && node.groups && node.groups[2] && node.groups[2].type === "value-paren_group") { - printed.contents.contents.parts[1] = group$p(printed.contents.contents.parts[1]); - return group$p(dedent$2(printed)); + if (isKeyValuePairNode(node) && node.type === "value-comma_group" && node.groups && node.groups[0].type !== "value-paren_group" && node.groups[2] && node.groups[2].type === "value-paren_group") { + const parts = getDocParts$5(printed.contents.contents); + parts[1] = group$b(parts[1]); + return group$b(dedent$2(printed)); } return printed; - }, "groups"))])), ifBreak$e(!isLastItemComment && isSCSS$1(options.parser, options.originalText) && isSCSSMapItem && shouldPrintComma$9(options) ? "," : ""), softline$i, node.close ? path.call(print, "close") : ""]), { - shouldBreak: isSCSSMapItem + }, "groups"))]), ifBreak$8(!isLastItemComment && isSCSS(options.parser, options.originalText) && isSCSSMapItem && shouldPrintComma(options) ? "," : ""), softline$9, node.close ? print("close") : ""], { + shouldBreak }); + return shouldDedent ? dedent$2(printed) : printed; } case "value-func": { - return concat$B([node.value, insideAtRuleNode$1(path, "supports") && isMediaAndSupportsKeywords$1(node) ? " " : "", path.call(print, "group")]); + return [node.value, insideAtRuleNode(path, "supports") && isMediaAndSupportsKeywords(node) ? " " : "", print("group")]; } case "value-paren": @@ -49211,7 +51776,7 @@ function genericPrint$2(path, options, print) { case "value-number": { - return concat$B([printCssNumber(node.value), maybeToLowerCase$1(node.unit)]); + return [printCssNumber(node.value), maybeToLowerCase(node.unit)]; } case "value-operator": @@ -49221,7 +51786,7 @@ function genericPrint$2(path, options, print) { case "value-word": { - if (node.isColor && node.isHex || isWideKeywords$1(node.value)) { + if (node.isColor && node.isHex || isWideKeywords(node.value)) { return node.value.toLowerCase(); } @@ -49233,9 +51798,9 @@ function genericPrint$2(path, options, print) { const parentNode = path.getParentNode(); const index = parentNode && parentNode.groups.indexOf(node); const prevNode = index && parentNode.groups[index - 1]; - return concat$B([node.value, // Don't add spaces on escaped colon `:`, e.g: grid-template-rows: [row-1-00\:00] auto; - prevNode && prevNode.value[prevNode.value.length - 1] === "\\" || // Don't add spaces on `:` in `url` function (i.e. `url(fbglyph: cross-outline, fig-white)`) - insideValueFunctionNode$1(path, "url") ? "" : line$k]); + return [node.value, // Don't add spaces on escaped colon `:`, e.g: grid-template-rows: [row-1-00\:00] auto; + prevNode && typeof prevNode.value === "string" && getLast$7(prevNode.value) === "\\" || // Don't add spaces on `:` in `url` function (i.e. `url(fbglyph: cross-outline, fig-white)`) + insideValueFunctionNode(path, "url") ? "" : line$d]; } // TODO: confirm this code is dead @@ -49243,17 +51808,17 @@ function genericPrint$2(path, options, print) { case "value-comma": { - return concat$B([node.value, " "]); + return [node.value, " "]; } case "value-string": { - return printString$3(node.raws.quote + node.value + node.raws.quote, options); + return printString(node.raws.quote + node.value + node.raws.quote, options); } case "value-atword": { - return concat$B(["@", node.value]); + return ["@", node.value]; } case "value-unicode-range": @@ -49273,43 +51838,42 @@ function genericPrint$2(path, options, print) { } function printNodeSequence(path, options, print) { - const node = path.getValue(); const parts = []; - path.each((pathChild, i) => { - const prevNode = node.nodes[i - 1]; + path.each((pathChild, i, nodes) => { + const prevNode = nodes[i - 1]; if (prevNode && prevNode.type === "css-comment" && prevNode.text.trim() === "prettier-ignore") { const childNode = pathChild.getValue(); - parts.push(options.originalText.slice(locStart$a(childNode), locEnd$g(childNode))); + parts.push(options.originalText.slice(locStart$d(childNode), locEnd$c(childNode))); } else { - parts.push(pathChild.call(print)); + parts.push(print()); } - if (i !== node.nodes.length - 1) { - if (node.nodes[i + 1].type === "css-comment" && !hasNewline$8(options.originalText, locStart$a(node.nodes[i + 1]), { + if (i !== nodes.length - 1) { + if (nodes[i + 1].type === "css-comment" && !hasNewline(options.originalText, locStart$d(nodes[i + 1]), { backwards: true - }) && !isFrontMatterNode$2(node.nodes[i]) || node.nodes[i + 1].type === "css-atrule" && node.nodes[i + 1].name === "else" && node.nodes[i].type !== "css-comment") { + }) && !isFrontMatterNode$3(nodes[i]) || nodes[i + 1].type === "css-atrule" && nodes[i + 1].name === "else" && nodes[i].type !== "css-comment") { parts.push(" "); } else { - parts.push(options.__isHTMLStyleAttribute ? line$k : hardline$o); + parts.push(options.__isHTMLStyleAttribute ? line$d : hardline$c); - if (isNextLineEmpty$a(options.originalText, pathChild.getValue(), locEnd$g) && !isFrontMatterNode$2(node.nodes[i])) { - parts.push(hardline$o); + if (isNextLineEmpty$3(options.originalText, pathChild.getValue(), locEnd$c) && !isFrontMatterNode$3(nodes[i])) { + parts.push(hardline$c); } } } }, "nodes"); - return concat$B(parts); + return parts; } -const STRING_REGEX$3 = /(["'])(?:(?!\1)[^\\]|\\[\S\s])*\1/g; +const STRING_REGEX = /(["'])(?:(?!\1)[^\\]|\\.)*\1/gs; const NUMBER_REGEX = /(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g; const STANDARD_UNIT_REGEX = /[A-Za-z]+/g; const WORD_PART_REGEX = /[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g; -const ADJUST_NUMBERS_REGEX = new RegExp(STRING_REGEX$3.source + "|" + `(${WORD_PART_REGEX.source})?` + `(${NUMBER_REGEX.source})` + `(${STANDARD_UNIT_REGEX.source})?`, "g"); +const ADJUST_NUMBERS_REGEX = new RegExp(STRING_REGEX.source + "|" + `(${WORD_PART_REGEX.source})?` + `(${NUMBER_REGEX.source})` + `(${STANDARD_UNIT_REGEX.source})?`, "g"); function adjustStrings(value, options) { - return value.replace(STRING_REGEX$3, match => printString$3(match, options)); + return value.replace(STRING_REGEX, match => printString(match, options)); } function quoteAttributeValue(value, options) { @@ -49318,176 +51882,183 @@ function quoteAttributeValue(value, options) { } function adjustNumbers(value) { - return value.replace(ADJUST_NUMBERS_REGEX, (match, quote, wordPart, number, unit) => !wordPart && number ? printCssNumber(number) + maybeToLowerCase$1(unit || "") : match); + return value.replace(ADJUST_NUMBERS_REGEX, (match, quote, wordPart, number, unit) => !wordPart && number ? printCssNumber(number) + maybeToLowerCase(unit || "") : match); } function printCssNumber(rawNumber) { - return printNumber$3(rawNumber) // Remove trailing `.0`. + return printNumber(rawNumber) // Remove trailing `.0`. .replace(/\.0(?=$|e)/, ""); } var printerPostcss = { - print: genericPrint$2, - embed: embed_1$1, - insertPragma: insertPragma$3, - massageAstNode: clean_1$1 + print: genericPrint$4, + embed: embed$7, + insertPragma: insertPragma$7, + massageAstNode: clean$8 }; -var options$3 = { - singleQuote: commonOptions.singleQuote +const commonOptions$4 = commonOptions$6; // format based on https://github.com/prettier/prettier/blob/main/src/main/core-options.js + +var options$9 = { + singleQuote: commonOptions$4.singleQuote +}; + +var parsers$b = { + // TODO: switch these to just `postcss` and use `language` instead. + get css() { + return require("./parser-postcss.js").parsers.css; + }, + + get less() { + return require("./parser-postcss.js").parsers.less; + }, + + get scss() { + return require("./parser-postcss.js").parsers.scss; + } + }; var name$9 = "CSS"; -var type$7 = "markup"; -var tmScope$7 = "source.css"; -var aceMode$7 = "css"; -var codemirrorMode$7 = "css"; -var codemirrorMimeType$7 = "text/css"; -var color$2 = "#563d7c"; -var extensions$7 = [ +var type$9 = "markup"; +var tmScope$9 = "source.css"; +var aceMode$9 = "css"; +var codemirrorMode$5 = "css"; +var codemirrorMimeType$5 = "text/css"; +var color$8 = "#563d7c"; +var extensions$9 = [ ".css" ]; -var languageId$7 = 50; -var require$$0$3 = { +var languageId$9 = 50; +var require$$4$5 = { name: name$9, - type: type$7, - tmScope: tmScope$7, - aceMode: aceMode$7, - codemirrorMode: codemirrorMode$7, - codemirrorMimeType: codemirrorMimeType$7, - color: color$2, - extensions: extensions$7, - languageId: languageId$7 + type: type$9, + tmScope: tmScope$9, + aceMode: aceMode$9, + codemirrorMode: codemirrorMode$5, + codemirrorMimeType: codemirrorMimeType$5, + color: color$8, + extensions: extensions$9, + languageId: languageId$9 }; -var name$a = "PostCSS"; +var name$8 = "PostCSS"; var type$8 = "markup"; var tmScope$8 = "source.postcss"; -var group$q = "CSS"; +var group$a = "CSS"; var extensions$8 = [ ".pcss", ".postcss" ]; var aceMode$8 = "text"; var languageId$8 = 262764437; -var require$$1$1 = { - name: name$a, +var require$$5$1 = { + name: name$8, type: type$8, tmScope: tmScope$8, - group: group$q, + group: group$a, extensions: extensions$8, aceMode: aceMode$8, languageId: languageId$8 }; -var name$b = "Less"; -var type$9 = "markup"; -var color$3 = "#1d365d"; -var extensions$9 = [ +var name$7 = "Less"; +var type$7 = "markup"; +var color$7 = "#1d365d"; +var extensions$7 = [ ".less" ]; -var tmScope$9 = "source.css.less"; -var aceMode$9 = "less"; -var codemirrorMode$8 = "css"; -var codemirrorMimeType$8 = "text/css"; -var languageId$9 = 198; -var require$$2$1 = { - name: name$b, - type: type$9, - color: color$3, - extensions: extensions$9, - tmScope: tmScope$9, - aceMode: aceMode$9, - codemirrorMode: codemirrorMode$8, - codemirrorMimeType: codemirrorMimeType$8, - languageId: languageId$9 +var tmScope$7 = "source.css.less"; +var aceMode$7 = "less"; +var codemirrorMode$4 = "css"; +var codemirrorMimeType$4 = "text/css"; +var languageId$7 = 198; +var require$$6 = { + name: name$7, + type: type$7, + color: color$7, + extensions: extensions$7, + tmScope: tmScope$7, + aceMode: aceMode$7, + codemirrorMode: codemirrorMode$4, + codemirrorMimeType: codemirrorMimeType$4, + languageId: languageId$7 }; -var name$c = "SCSS"; -var type$a = "markup"; -var color$4 = "#c6538c"; -var tmScope$a = "source.css.scss"; -var aceMode$a = "scss"; -var codemirrorMode$9 = "css"; -var codemirrorMimeType$9 = "text/x-scss"; -var extensions$a = [ +var name$6 = "SCSS"; +var type$6 = "markup"; +var color$6 = "#c6538c"; +var tmScope$6 = "source.css.scss"; +var aceMode$6 = "scss"; +var codemirrorMode$3 = "css"; +var codemirrorMimeType$3 = "text/x-scss"; +var extensions$6 = [ ".scss" ]; -var languageId$a = 329; -var require$$3$1 = { - name: name$c, - type: type$a, - color: color$4, - tmScope: tmScope$a, - aceMode: aceMode$a, - codemirrorMode: codemirrorMode$9, - codemirrorMimeType: codemirrorMimeType$9, - extensions: extensions$a, - languageId: languageId$a +var languageId$6 = 329; +var require$$7 = { + name: name$6, + type: type$6, + color: color$6, + tmScope: tmScope$6, + aceMode: aceMode$6, + codemirrorMode: codemirrorMode$3, + codemirrorMimeType: codemirrorMimeType$3, + extensions: extensions$6, + languageId: languageId$6 }; -const languages$1 = [createLanguage(require$$0$3, data => ({ +const createLanguage$5 = createLanguage$7; +const printer$5 = printerPostcss; +const options$8 = options$9; +const parsers$a = parsers$b; +const languages$6 = [createLanguage$5(require$$4$5, data => ({ since: "1.4.0", parsers: ["css"], vscodeLanguageIds: ["css"], extensions: [...data.extensions, // `WeiXin Style Sheets`(Weixin Mini Programs) // https://developers.weixin.qq.com/miniprogram/en/dev/framework/view/wxs/ ".wxss"] -})), createLanguage(require$$1$1, () => ({ +})), createLanguage$5(require$$5$1, () => ({ since: "1.4.0", parsers: ["css"], vscodeLanguageIds: ["postcss"] -})), createLanguage(require$$2$1, () => ({ +})), createLanguage$5(require$$6, () => ({ since: "1.4.0", parsers: ["less"], vscodeLanguageIds: ["less"] -})), createLanguage(require$$3$1, () => ({ +})), createLanguage$5(require$$7, () => ({ since: "1.4.0", parsers: ["scss"], vscodeLanguageIds: ["scss"] }))]; -const printers$1 = { - postcss: printerPostcss -}; -const parsers$1 = { - // TODO: switch these to just `postcss` and use `language` instead. - get css() { - return require("./parser-postcss").parsers.css; - }, - - get less() { - return require("./parser-postcss").parsers.less; - }, - - get scss() { - return require("./parser-postcss").parsers.scss; - } - +const printers$4 = { + postcss: printer$5 }; var languageCss = { - languages: languages$1, - options: options$3, - printers: printers$1, - parsers: parsers$1 + languages: languages$6, + options: options$8, + printers: printers$4, + parsers: parsers$a }; -function locStart$b(node) { +function locStart$c(node) { return node.loc.start.offset; } -function locEnd$h(node) { +function locEnd$b(node) { return node.loc.end.offset; } -var loc$2 = { - locStart: locStart$b, - locEnd: locEnd$h +var loc$4 = { + locStart: locStart$c, + locEnd: locEnd$b }; -function clean$3(ast, newNode +function clean$7(ast, newNode /*, parent*/ ) { - // (Glimmer/HTML) ignore TextNode whitespace + // (Glimmer/HTML) ignore TextNode if (ast.type === "TextNode") { const trimmed = ast.chars.trim(); @@ -49495,14 +52066,19 @@ function clean$3(ast, newNode return null; } - newNode.chars = trimmed; + newNode.chars = trimmed.replace(/[\t\n\f\r ]+/g, " "); + } // `class` is reformatted + + + if (ast.type === "AttrNode" && ast.name.toLowerCase() === "class") { + delete newNode.value; } } -clean$3.ignoredProperties = new Set(["loc", "selfClosing"]); -var clean_1$2 = clean$3; +clean$7.ignoredProperties = new Set(["loc", "selfClosing"]); +var clean_1$2 = clean$7; -var htmlVoidElements = [ +var require$$0$1 = [ "area", "base", "basefont", @@ -49528,41 +52104,59 @@ var htmlVoidElements = [ "wbr" ]; +const htmlVoidElements = require$$0$1; +const getLast$6 = getLast_1; + +function isLastNodeOfSiblings$1(path) { + const node = path.getValue(); + const parentNode = path.getParentNode(0); + + if (isParentOfSomeType$1(path, ["ElementNode"]) && getLast$6(parentNode.children) === node) { + return true; + } + + if (isParentOfSomeType$1(path, ["Block"]) && getLast$6(parentNode.body) === node) { + return true; + } + + return false; +} + function isUppercase(string) { return string.toUpperCase() === string; } function isGlimmerComponent(node) { - return isNodeOfSomeType(node, ["ElementNode"]) && typeof node.tag === "string" && (isUppercase(node.tag[0]) || node.tag.includes(".")); + return isNodeOfSomeType$1(node, ["ElementNode"]) && typeof node.tag === "string" && (isUppercase(node.tag[0]) || node.tag.includes(".")); } const voidTags = new Set(htmlVoidElements); -function isVoid(node) { - return isGlimmerComponent(node) && node.children.every(n => isWhitespaceNode(n)) || voidTags.has(node.tag); +function isVoid$1(node) { + return isGlimmerComponent(node) && node.children.every(node => isWhitespaceNode$1(node)) || voidTags.has(node.tag); } -function isWhitespaceNode(node) { - return isNodeOfSomeType(node, ["TextNode"]) && !/\S/.test(node.chars); +function isWhitespaceNode$1(node) { + return isNodeOfSomeType$1(node, ["TextNode"]) && !/\S/.test(node.chars); } -function isNodeOfSomeType(node, types) { - return node && types.some(type => node.type === type); +function isNodeOfSomeType$1(node, types) { + return node && types.includes(node.type); } -function isParentOfSomeType(path, types) { +function isParentOfSomeType$1(path, types) { const parentNode = path.getParentNode(0); - return isNodeOfSomeType(parentNode, types); + return isNodeOfSomeType$1(parentNode, types); } -function isPreviousNodeOfSomeType(path, types) { - const previousNode = getPreviousNode(path); - return isNodeOfSomeType(previousNode, types); +function isPreviousNodeOfSomeType$1(path, types) { + const previousNode = getPreviousNode$1(path); + return isNodeOfSomeType$1(previousNode, types); } -function isNextNodeOfSomeType(path, types) { - const nextNode = getNextNode(path); - return isNodeOfSomeType(nextNode, types); +function isNextNodeOfSomeType$1(path, types) { + const nextNode = getNextNode$1(path); + return isNodeOfSomeType$1(nextNode, types); } function getSiblingNode(path, offset) { @@ -49573,220 +52167,312 @@ function getSiblingNode(path, offset) { return index !== -1 && children[index + offset]; } -function getPreviousNode(path, lookBack = 1) { +function getPreviousNode$1(path, lookBack = 1) { return getSiblingNode(path, -lookBack); } -function getNextNode(path) { +function getNextNode$1(path) { return getSiblingNode(path, 1); } function isPrettierIgnoreNode(node) { - return isNodeOfSomeType(node, ["MustacheCommentStatement"]) && typeof node.value === "string" && node.value.trim() === "prettier-ignore"; + return isNodeOfSomeType$1(node, ["MustacheCommentStatement"]) && typeof node.value === "string" && node.value.trim() === "prettier-ignore"; } -function hasPrettierIgnore$2(path) { +function hasPrettierIgnore$8(path) { const node = path.getValue(); - const previousPreviousNode = getPreviousNode(path, 2); + const previousPreviousNode = getPreviousNode$1(path, 2); return isPrettierIgnoreNode(node) || isPrettierIgnoreNode(previousPreviousNode); } -var utils$8 = { - getNextNode, - getPreviousNode, - hasPrettierIgnore: hasPrettierIgnore$2, - isNextNodeOfSomeType, - isNodeOfSomeType, - isParentOfSomeType, - isPreviousNodeOfSomeType, - isVoid, - isWhitespaceNode -}; - -const { - builders: { - concat: concat$C, - group: group$r, - hardline: hardline$p, - ifBreak: ifBreak$f, - indent: indent$s, - join: join$i, - line: line$l, - softline: softline$j - } -} = document; -const { - locStart: locStart$c, - locEnd: locEnd$i -} = loc$2; -const { +var utils$3 = { getNextNode: getNextNode$1, getPreviousNode: getPreviousNode$1, - hasPrettierIgnore: hasPrettierIgnore$3, + hasPrettierIgnore: hasPrettierIgnore$8, + isLastNodeOfSiblings: isLastNodeOfSiblings$1, isNextNodeOfSomeType: isNextNodeOfSomeType$1, isNodeOfSomeType: isNodeOfSomeType$1, isParentOfSomeType: isParentOfSomeType$1, isPreviousNodeOfSomeType: isPreviousNodeOfSomeType$1, isVoid: isVoid$1, isWhitespaceNode: isWhitespaceNode$1 -} = utils$8; // Formatter based on @glimmerjs/syntax's built-in test formatter: +}; + +const { + builders: { + dedent: dedent$1, + fill: fill$5, + group: group$9, + hardline: hardline$b, + ifBreak: ifBreak$7, + indent: indent$5, + join: join$9, + line: line$c, + softline: softline$8 + }, + utils: { + getDocParts: getDocParts$4, + replaceTextEndOfLine: replaceTextEndOfLine$8 + } +} = require$$7$3; +const { + getPreferredQuote, + isNonEmptyArray: isNonEmptyArray$4 +} = util$8; +const { + locStart: locStart$b, + locEnd: locEnd$a +} = loc$4; +const clean$6 = clean_1$2; +const { + getNextNode, + getPreviousNode, + hasPrettierIgnore: hasPrettierIgnore$7, + isLastNodeOfSiblings, + isNextNodeOfSomeType, + isNodeOfSomeType, + isParentOfSomeType, + isPreviousNodeOfSomeType, + isVoid, + isWhitespaceNode +} = utils$3; +const NEWLINES_TO_PRESERVE_MAX = 2; // Formatter based on @glimmerjs/syntax's built-in test formatter: // https://github.com/glimmerjs/glimmer-vm/blob/master/packages/%40glimmer/syntax/lib/generation/print.ts -function print$2(path, options, print) { - const n = path.getValue(); +function print(path, options, print) { + const node = path.getValue(); /* istanbul ignore if*/ - if (!n) { + if (!node) { return ""; } - if (hasPrettierIgnore$3(path)) { - return options.originalText.slice(locStart$c(n), locEnd$i(n)); + if (hasPrettierIgnore$7(path)) { + return options.originalText.slice(locStart$b(node), locEnd$a(node)); } - switch (n.type) { + const favoriteQuote = options.singleQuote ? "'" : '"'; + + switch (node.type) { case "Block": case "Program": case "Template": { - return group$r(concat$C(path.map(print, "body"))); + return group$9(path.map(print, "body")); } case "ElementNode": { - // TODO: make it whitespace sensitive - const bim = isNextNodeOfSomeType$1(path, ["ElementNode"]) ? hardline$p : ""; + const startingTag = group$9(printStartingTag(path, print)); + const escapeNextElementNode = options.htmlWhitespaceSensitivity === "ignore" && isNextNodeOfSomeType(path, ["ElementNode"]) ? softline$8 : ""; + + if (isVoid(node)) { + return [startingTag, escapeNextElementNode]; + } + + const endingTag = [""]; - if (isVoid$1(n)) { - return concat$C([group$r(printStartingTag(path, print)), bim]); + if (node.children.length === 0) { + return [startingTag, indent$5(endingTag), escapeNextElementNode]; } - const isWhitespaceOnly = n.children.every(n => isWhitespaceNode$1(n)); - return concat$C([group$r(printStartingTag(path, print)), group$r(concat$C([isWhitespaceOnly ? "" : indent$s(printChildren(path, options, print)), n.children.length ? hardline$p : "", concat$C([""])])), bim]); + if (options.htmlWhitespaceSensitivity === "ignore") { + return [startingTag, indent$5(printChildren$5(path, options, print)), hardline$b, indent$5(endingTag), escapeNextElementNode]; + } + + return [startingTag, indent$5(group$9(printChildren$5(path, options, print))), indent$5(endingTag), escapeNextElementNode]; } case "BlockStatement": { const pp = path.getParentNode(1); - const isElseIf = pp && pp.inverse && pp.inverse.body.length === 1 && pp.inverse.body[0] === n && pp.inverse.body[0].path.parts[0] === "if"; + const isElseIf = pp && pp.inverse && pp.inverse.body.length === 1 && pp.inverse.body[0] === node && pp.inverse.body[0].path.parts[0] === "if"; if (isElseIf) { - return concat$C([printElseIfBlock(path, print), printProgram(path, print), printInverse(path, print)]); + return [printElseIfBlock(path, print), printProgram(path, print, options), printInverse(path, print, options)]; } - return concat$C([printOpenBlock(path, print), group$r(concat$C([printProgram(path, print), printInverse(path, print), printCloseBlock(path, print)]))]); + return [printOpenBlock(path, print), group$9([printProgram(path, print, options), printInverse(path, print, options), printCloseBlock(path, print, options)])]; } case "ElementModifierStatement": { - return group$r(concat$C(["{{", printPathAndParams(path, print), softline$j, "}}"])); + return group$9(["{{", printPathAndParams(path, print), "}}"]); } case "MustacheStatement": { - const isParentOfSpecifiedTypes = isParentOfSomeType$1(path, ["AttrNode", "ConcatStatement"]); - const isChildOfElementNodeAndDoesNotHaveParams = isParentOfSomeType$1(path, ["ElementNode"]) && doesNotHaveHashParams(n) && doesNotHavePositionalParams(n); - const shouldBreakOpeningMustache = isParentOfSpecifiedTypes || isChildOfElementNodeAndDoesNotHaveParams; - return group$r(concat$C([printOpeningMustache(n), shouldBreakOpeningMustache ? indent$s(softline$j) : "", printPathAndParams(path, print), softline$j, printClosingMustache(n)])); + return group$9([printOpeningMustache(node), printPathAndParams(path, print), printClosingMustache(node)]); } case "SubExpression": { - return group$r(concat$C(["(", printSubExpressionPathAndParams(path, print), softline$j, ")"])); + return group$9(["(", printSubExpressionPathAndParams(path, print), softline$8, ")"]); } case "AttrNode": { - const isText = n.value.type === "TextNode"; - const isEmptyText = isText && n.value.chars === ""; // If the text is empty and the value's loc start and end offsets are the + const isText = node.value.type === "TextNode"; + const isEmptyText = isText && node.value.chars === ""; // If the text is empty and the value's loc start and end offsets are the // same, there is no value for this AttrNode and it should be printed // without the `=""`. Example: `` -> `` - if (isEmptyText && locStart$c(n.value) === locEnd$i(n.value)) { - return concat$C([n.name]); - } + if (isEmptyText && locStart$b(node.value) === locEnd$a(node.value)) { + return node.name; + } // Let's assume quotes inside the content of text nodes are already + // properly escaped with entities, otherwise the parse wouldn't have parsed them. - const value = path.call(print, "value"); - const quotedValue = isText ? printStringLiteral(value.parts.join(), options) : value; - return concat$C([n.name, "=", quotedValue]); + + const quote = isText ? getPreferredQuote(node.value.chars, favoriteQuote).quote : node.value.type === "ConcatStatement" ? getPreferredQuote(node.value.parts.filter(part => part.type === "TextNode").map(part => part.chars).join(""), favoriteQuote).quote : ""; + const valueDoc = print("value"); + return [node.name, "=", quote, node.name === "class" && quote ? group$9(indent$5(valueDoc)) : valueDoc, quote]; } case "ConcatStatement": { - const quote = options.singleQuote ? "'" : '"'; - return concat$C([quote, ...path.map(partPath => print(partPath), "parts"), quote]); + return path.map(print, "parts"); } case "Hash": { - return concat$C([join$i(line$l, path.map(print, "pairs"))]); + return join$9(line$c, path.map(print, "pairs")); } case "HashPair": { - return concat$C([n.key, "=", path.call(print, "value")]); + return [node.key, "=", print("value")]; } case "TextNode": { - const maxLineBreaksToPreserve = 2; - const isFirstElement = !getPreviousNode$1(path); - const isLastElement = !getNextNode$1(path); - const isWhitespaceOnly = !/\S/.test(n.chars); - const lineBreaksCount = countNewLines(n.chars); - let leadingLineBreaksCount = countLeadingNewLines(n.chars); - let trailingLineBreaksCount = countTrailingNewLines(n.chars); - - if ((isFirstElement || isLastElement) && isWhitespaceOnly && isParentOfSomeType$1(path, ["Block", "ElementNode", "Template"])) { - return ""; - } + /* if `{{my-component}}` (or any text containing "{{") + * makes it to the TextNode, it means it was escaped, + * so let's print it escaped, ie.; `\{{my-component}}` */ + let text = node.chars.replace(/{{/g, "\\{{"); + const attrName = getCurrentAttributeName(path); - if (isWhitespaceOnly && lineBreaksCount) { - leadingLineBreaksCount = Math.min(lineBreaksCount, maxLineBreaksToPreserve); - trailingLineBreaksCount = 0; - } else { - if (isNextNodeOfSomeType$1(path, ["BlockStatement", "ElementNode"])) { - trailingLineBreaksCount = Math.max(trailingLineBreaksCount, 1); - } + if (attrName) { + // TODO: format style and srcset attributes + if (attrName === "class") { + const formattedClasses = text.trim().split(/\s+/).join(" "); + let leadingSpace = false; + let trailingSpace = false; + + if (isParentOfSomeType(path, ["ConcatStatement"])) { + if (isPreviousNodeOfSomeType(path, ["MustacheStatement"]) && /^\s/.test(text)) { + leadingSpace = true; + } - if (isPreviousNodeOfSomeType$1(path, ["BlockStatement", "ElementNode"])) { - leadingLineBreaksCount = Math.max(leadingLineBreaksCount, 1); + if (isNextNodeOfSomeType(path, ["MustacheStatement"]) && /\s$/.test(text) && formattedClasses !== "") { + trailingSpace = true; + } + } + + return [leadingSpace ? line$c : "", formattedClasses, trailingSpace ? line$c : ""]; } + + return replaceTextEndOfLine$8(text); } - const inAttrNode = path.stack.includes("attributes"); + const whitespacesOnlyRE = /^[\t\n\f\r ]*$/; + const isWhitespaceOnly = whitespacesOnlyRE.test(text); + const isFirstElement = !getPreviousNode(path); + const isLastElement = !getNextNode(path); - if (inAttrNode) { - // TODO: format style and srcset attributes - // and cleanup concat that is not necessary - if (!isInAttributeOfName(path, "class")) { - return concat$C([n.chars]); + if (options.htmlWhitespaceSensitivity !== "ignore") { + // https://infra.spec.whatwg.org/#ascii-whitespace + const leadingWhitespacesRE = /^[\t\n\f\r ]*/; + const trailingWhitespacesRE = /[\t\n\f\r ]*$/; // let's remove the file's final newline + // https://github.com/ember-cli/ember-new-output/blob/1a04c67ddd02ccb35e0ff41bb5cbce34b31173ef/.editorconfig#L16 + + const shouldTrimTrailingNewlines = isLastElement && isParentOfSomeType(path, ["Template"]); + const shouldTrimLeadingNewlines = isFirstElement && isParentOfSomeType(path, ["Template"]); + + if (isWhitespaceOnly) { + if (shouldTrimLeadingNewlines || shouldTrimTrailingNewlines) { + return ""; + } + + let breaks = [line$c]; + const newlines = countNewLines(text); + + if (newlines) { + breaks = generateHardlines(newlines); + } + + if (isLastNodeOfSiblings(path)) { + breaks = breaks.map(newline => dedent$1(newline)); + } + + return breaks; } - let leadingSpace = ""; - let trailingSpace = ""; + const [lead] = text.match(leadingWhitespacesRE); + const [tail] = text.match(trailingWhitespacesRE); + let leadBreaks = []; - if (isParentOfSomeType$1(path, ["ConcatStatement"])) { - if (isPreviousNodeOfSomeType$1(path, ["MustacheStatement"])) { - leadingSpace = " "; + if (lead) { + leadBreaks = [line$c]; + const leadingNewlines = countNewLines(lead); + + if (leadingNewlines) { + leadBreaks = generateHardlines(leadingNewlines); } - if (isNextNodeOfSomeType$1(path, ["MustacheStatement"])) { - trailingSpace = " "; + text = text.replace(leadingWhitespacesRE, ""); + } + + let trailBreaks = []; + + if (tail) { + if (!shouldTrimTrailingNewlines) { + trailBreaks = [line$c]; + const trailingNewlines = countNewLines(tail); + + if (trailingNewlines) { + trailBreaks = generateHardlines(trailingNewlines); + } + + if (isLastNodeOfSiblings(path)) { + trailBreaks = trailBreaks.map(hardline => dedent$1(hardline)); + } } + + text = text.replace(trailingWhitespacesRE, ""); + } + + return [...leadBreaks, fill$5(getTextValueParts$3(text)), ...trailBreaks]; + } + + const lineBreaksCount = countNewLines(text); + let leadingLineBreaksCount = countLeadingNewLines(text); + let trailingLineBreaksCount = countTrailingNewLines(text); + + if ((isFirstElement || isLastElement) && isWhitespaceOnly && isParentOfSomeType(path, ["Block", "ElementNode", "Template"])) { + return ""; + } + + if (isWhitespaceOnly && lineBreaksCount) { + leadingLineBreaksCount = Math.min(lineBreaksCount, NEWLINES_TO_PRESERVE_MAX); + trailingLineBreaksCount = 0; + } else { + if (isNextNodeOfSomeType(path, ["BlockStatement", "ElementNode"])) { + trailingLineBreaksCount = Math.max(trailingLineBreaksCount, 1); } - return concat$C([...generateHardlines(leadingLineBreaksCount, maxLineBreaksToPreserve), n.chars.replace(/^\s+/g, leadingSpace).replace(/\s+$/, trailingSpace), ...generateHardlines(trailingLineBreaksCount, maxLineBreaksToPreserve)]); + if (isPreviousNodeOfSomeType(path, ["BlockStatement", "ElementNode"])) { + leadingLineBreaksCount = Math.max(leadingLineBreaksCount, 1); + } } let leadingSpace = ""; let trailingSpace = ""; - if (trailingLineBreaksCount === 0 && isNextNodeOfSomeType$1(path, ["MustacheStatement"])) { + if (trailingLineBreaksCount === 0 && isNextNodeOfSomeType(path, ["MustacheStatement"])) { trailingSpace = " "; } - if (leadingLineBreaksCount === 0 && isPreviousNodeOfSomeType$1(path, ["MustacheStatement"])) { + if (leadingLineBreaksCount === 0 && isPreviousNodeOfSomeType(path, ["MustacheStatement"])) { leadingSpace = " "; } @@ -49800,48 +52486,50 @@ function print$2(path, options, print) { trailingSpace = ""; } - let text = n.chars; - /* if `{{my-component}}` (or any text starting with a mustache) - * makes it to the TextNode, - * it means it was escaped, - * so let's print it escaped, ie.; `\{{my-component}}` */ - - if (text.startsWith("{{") && text.includes("}}")) { - text = "\\" + text; - } - - return concat$C([...generateHardlines(leadingLineBreaksCount, maxLineBreaksToPreserve), text.replace(/^\s+/g, leadingSpace).replace(/\s+$/, trailingSpace), ...generateHardlines(trailingLineBreaksCount, maxLineBreaksToPreserve)]); + text = text.replace(/^[\t\n\f\r ]+/g, leadingSpace).replace(/[\t\n\f\r ]+$/, trailingSpace); + return [...generateHardlines(leadingLineBreaksCount), fill$5(getTextValueParts$3(text)), ...generateHardlines(trailingLineBreaksCount)]; } case "MustacheCommentStatement": { - const dashes = n.value.includes("}}") ? "--" : ""; - return concat$C(["{{!", dashes, n.value, dashes, "}}"]); + const start = locStart$b(node); + const end = locEnd$a(node); // Starts with `{{~` + + const isLeftWhiteSpaceSensitive = options.originalText.charAt(start + 2) === "~"; // Ends with `{{~` + + const isRightWhitespaceSensitive = options.originalText.charAt(end - 3) === "~"; + const dashes = node.value.includes("}}") ? "--" : ""; + return ["{{", isLeftWhiteSpaceSensitive ? "~" : "", "!", dashes, node.value, dashes, isRightWhitespaceSensitive ? "~" : "", "}}"]; } case "PathExpression": { - return n.original; + return node.original; } case "BooleanLiteral": { - return String(n.value); + return String(node.value); } case "CommentStatement": { - return concat$C([""]); + return [""]; } case "StringLiteral": { - return printStringLiteral(n.value, options); + if (needsOppositeQuote(path)) { + const printFavoriteQuote = !options.singleQuote ? "'" : '"'; + return printStringLiteral(node.value, printFavoriteQuote); + } + + return printStringLiteral(node.value, favoriteQuote); } case "NumberLiteral": { - return String(n.value); + return String(node.value); } case "UndefinedLiteral": @@ -49857,38 +52545,60 @@ function print$2(path, options, print) { /* istanbul ignore next */ default: - throw new Error("unknown glimmer type: " + JSON.stringify(n.type)); + throw new Error("unknown glimmer type: " + JSON.stringify(node.type)); } } /* ElementNode print helpers */ +function sortByLoc(a, b) { + return locStart$b(a) - locStart$b(b); +} + function printStartingTag(path, print) { const node = path.getValue(); - return concat$C(["<", node.tag, printAttributesLike(path, print), printBlockParams(node), printStartingTagEndMarker(node)]); + const types = ["attributes", "modifiers", "comments"].filter(property => isNonEmptyArray$4(node[property])); + const attributes = types.flatMap(type => node[type]).sort(sortByLoc); + + for (const attributeType of types) { + path.each(attributePath => { + const index = attributes.indexOf(attributePath.getValue()); + attributes.splice(index, 1, [line$c, print()]); + }, attributeType); + } + + if (isNonEmptyArray$4(node.blockParams)) { + attributes.push(line$c, printBlockParams(node)); + } + + return ["<", node.tag, indent$5(attributes), printStartingTagEndMarker(node)]; } -function printAttributesLike(path, print) { +function printChildren$5(path, options, print) { const node = path.getValue(); - return indent$s(concat$C([node.attributes.length ? line$l : "", join$i(line$l, path.map(print, "attributes")), node.modifiers.length ? line$l : "", join$i(line$l, path.map(print, "modifiers")), node.comments.length ? line$l : "", join$i(line$l, path.map(print, "comments"))])); -} + const isEmpty = node.children.every(node => isWhitespaceNode(node)); + + if (options.htmlWhitespaceSensitivity === "ignore" && isEmpty) { + return ""; + } + + return path.map((childPath, childIndex) => { + const printedChild = print(); -function printChildren(path, options, print) { - return concat$C(path.map((childPath, childIndex) => { - if (childIndex === 0) { - return concat$C([softline$j, print(childPath, options, print)]); + if (childIndex === 0 && options.htmlWhitespaceSensitivity === "ignore") { + return [softline$8, printedChild]; } - return print(childPath, options, print); - }, "children")); + return printedChild; + }, "children"); } function printStartingTagEndMarker(node) { - if (isVoid$1(node)) { - return ifBreak$f(concat$C([softline$j, "/>"]), concat$C([" />", softline$j])); + if (isVoid(node)) { + return ifBreak$7([softline$8, "/>"], [" />", softline$8]); } - return ifBreak$f(concat$C([softline$j, ">"]), ">"); + return ifBreak$7([softline$8, ">"], ">"); } /* MustacheStatement print helpers */ @@ -49896,13 +52606,13 @@ function printStartingTagEndMarker(node) { function printOpeningMustache(node) { const mustache = node.escaped === false ? "{{{" : "{{"; const strip = node.strip && node.strip.open ? "~" : ""; - return concat$C([mustache, strip]); + return [mustache, strip]; } function printClosingMustache(node) { const mustache = node.escaped === false ? "}}}" : "}}"; const strip = node.strip && node.strip.close ? "~" : ""; - return concat$C([strip, mustache]); + return [strip, mustache]; } /* BlockStatement print helpers */ @@ -49910,92 +52620,117 @@ function printClosingMustache(node) { function printOpeningBlockOpeningMustache(node) { const opening = printOpeningMustache(node); const strip = node.openStrip.open ? "~" : ""; - return concat$C([opening, strip, "#"]); + return [opening, strip, "#"]; } function printOpeningBlockClosingMustache(node) { const closing = printClosingMustache(node); const strip = node.openStrip.close ? "~" : ""; - return concat$C([strip, closing]); + return [strip, closing]; } function printClosingBlockOpeningMustache(node) { const opening = printOpeningMustache(node); const strip = node.closeStrip.open ? "~" : ""; - return concat$C([opening, strip, "/"]); + return [opening, strip, "/"]; } function printClosingBlockClosingMustache(node) { const closing = printClosingMustache(node); const strip = node.closeStrip.close ? "~" : ""; - return concat$C([strip, closing]); + return [strip, closing]; } function printInverseBlockOpeningMustache(node) { const opening = printOpeningMustache(node); const strip = node.inverseStrip.open ? "~" : ""; - return concat$C([opening, strip]); + return [opening, strip]; } function printInverseBlockClosingMustache(node) { const closing = printClosingMustache(node); const strip = node.inverseStrip.close ? "~" : ""; - return concat$C([strip, closing]); + return [strip, closing]; } function printOpenBlock(path, print) { const node = path.getValue(); - return group$r(concat$C([printOpeningBlockOpeningMustache(node), printPathAndParams(path, print), printBlockParams(node.program), softline$j, printOpeningBlockClosingMustache(node)])); + const openingMustache = printOpeningBlockOpeningMustache(node); + const closingMustache = printOpeningBlockClosingMustache(node); + const attributes = [printPath(path, print)]; + const params = printParams(path, print); + + if (params) { + attributes.push(line$c, params); + } + + if (isNonEmptyArray$4(node.program.blockParams)) { + const block = printBlockParams(node.program); + attributes.push(line$c, block); + } + + return group$9([openingMustache, indent$5(attributes), softline$8, closingMustache]); } -function printElseBlock(node) { - return concat$C([hardline$p, printInverseBlockOpeningMustache(node), "else", printInverseBlockClosingMustache(node)]); +function printElseBlock(node, options) { + return [options.htmlWhitespaceSensitivity === "ignore" ? hardline$b : "", printInverseBlockOpeningMustache(node), "else", printInverseBlockClosingMustache(node)]; } function printElseIfBlock(path, print) { const parentNode = path.getParentNode(1); - return concat$C([printInverseBlockOpeningMustache(parentNode), "else ", printPathAndParams(path, print), printInverseBlockClosingMustache(parentNode)]); + return [printInverseBlockOpeningMustache(parentNode), "else if ", printParams(path, print), printInverseBlockClosingMustache(parentNode)]; } -function printCloseBlock(path, print) { +function printCloseBlock(path, print, options) { const node = path.getValue(); - return concat$C([blockStatementHasOnlyWhitespaceInProgram(node) ? softline$j : hardline$p, printClosingBlockOpeningMustache(node), path.call(print, "path"), printClosingBlockClosingMustache(node)]); + + if (options.htmlWhitespaceSensitivity === "ignore") { + const escape = blockStatementHasOnlyWhitespaceInProgram(node) ? softline$8 : hardline$b; + return [escape, printClosingBlockOpeningMustache(node), print("path"), printClosingBlockClosingMustache(node)]; + } + + return [printClosingBlockOpeningMustache(node), print("path"), printClosingBlockClosingMustache(node)]; } function blockStatementHasOnlyWhitespaceInProgram(node) { - return isNodeOfSomeType$1(node, ["BlockStatement"]) && node.program.body.every(n => isWhitespaceNode$1(n)); + return isNodeOfSomeType(node, ["BlockStatement"]) && node.program.body.every(node => isWhitespaceNode(node)); } function blockStatementHasElseIf(node) { - return blockStatementHasElse(node) && node.inverse.body.length === 1 && isNodeOfSomeType$1(node.inverse.body[0], ["BlockStatement"]) && node.inverse.body[0].path.parts[0] === "if"; + return blockStatementHasElse(node) && node.inverse.body.length === 1 && isNodeOfSomeType(node.inverse.body[0], ["BlockStatement"]) && node.inverse.body[0].path.parts[0] === "if"; } function blockStatementHasElse(node) { - return isNodeOfSomeType$1(node, ["BlockStatement"]) && node.inverse; + return isNodeOfSomeType(node, ["BlockStatement"]) && node.inverse; } -function printProgram(path, print) { +function printProgram(path, print, options) { const node = path.getValue(); if (blockStatementHasOnlyWhitespaceInProgram(node)) { return ""; } - const program = path.call(print, "program"); - return indent$s(concat$C([hardline$p, program])); + const program = print("program"); + + if (options.htmlWhitespaceSensitivity === "ignore") { + return indent$5([hardline$b, program]); + } + + return indent$5(program); } -function printInverse(path, print) { +function printInverse(path, print, options) { const node = path.getValue(); - const inverse = path.call(print, "inverse"); - const parts = concat$C([hardline$p, inverse]); + const inverse = print("inverse"); + const printed = options.htmlWhitespaceSensitivity === "ignore" ? [hardline$b, inverse] : inverse; if (blockStatementHasElseIf(node)) { - return parts; + return printed; } if (blockStatementHasElse(node)) { - return concat$C([printElseBlock(node), indent$s(parts)]); + return [printElseBlock(node, options), indent$5(printed)]; } return ""; @@ -50003,8 +52738,22 @@ function printInverse(path, print) { /* TextNode print helpers */ -function isInAttributeOfName(path, type) { - return isParentOfSomeType$1(path, ["AttrNode"]) && path.getParentNode().name.toLowerCase() === type || isParentOfSomeType$1(path, ["ConcatStatement"]) && path.getParentNode(1).name.toLowerCase() === type; +function getTextValueParts$3(value) { + return getDocParts$4(join$9(line$c, splitByHtmlWhitespace$1(value))); +} + +function splitByHtmlWhitespace$1(string) { + return string.split(/[\t\n\f\r ]+/); +} + +function getCurrentAttributeName(path) { + for (let depth = 0; depth < 2; depth++) { + const parentNode = path.getParentNode(depth); + + if (parentNode && parentNode.type === "AttrNode") { + return parentNode.name.toLowerCase(); + } + } } function countNewLines(string) { @@ -50027,11 +52776,15 @@ function countTrailingNewLines(string) { return countNewLines(newLines); } -function generateHardlines(number = 0, max = 0) { - return new Array(Math.min(number, max)).fill(hardline$p); +function generateHardlines(number = 0) { + return Array.from({ + length: Math.min(number, NEWLINES_TO_PRESERVE_MAX) + }).fill(hardline$b); } /* StringLiteral print helpers */ +/** @typedef {import("../common/util").Quote} Quote */ + /** * Prints a string literal with the correct surrounding quotes based on * `options.singleQuote` and the number of escaped quotes contained in @@ -50039,34 +52792,32 @@ function generateHardlines(number = 0, max = 0) { * in `common/util`, but has differences because of the way escaped characters * are treated in hbs string literals. * @param {string} stringLiteral - the string literal value - * @param {object} options - the prettier options object + * @param {Quote} favoriteQuote - the user's preferred quote: `'` or `"` */ -function printStringLiteral(stringLiteral, options) { - const double = { - quote: '"', - regex: /"/g - }; - const single = { - quote: "'", - regex: /'/g - }; - const preferred = options.singleQuote ? single : double; - const alternate = preferred === single ? double : single; - let shouldUseAlternateQuote = false; // If `stringLiteral` contains at least one of the quote preferred for - // enclosing the string, we might want to enclose with the alternate quote - // instead, to minimize the number of escaped quotes. +function printStringLiteral(stringLiteral, favoriteQuote) { + const { + quote, + regex + } = getPreferredQuote(stringLiteral, favoriteQuote); + return [quote, stringLiteral.replace(regex, `\\${quote}`), quote]; +} + +function needsOppositeQuote(path) { + let index = 0; + let parentNode = path.getParentNode(index); + + while (parentNode && isNodeOfSomeType(parentNode, ["SubExpression"])) { + index++; + parentNode = path.getParentNode(index); + } - if (stringLiteral.includes(preferred.quote) || stringLiteral.includes(alternate.quote)) { - const numPreferredQuotes = (stringLiteral.match(preferred.regex) || []).length; - const numAlternateQuotes = (stringLiteral.match(alternate.regex) || []).length; - shouldUseAlternateQuote = numPreferredQuotes > numAlternateQuotes; + if (parentNode && isNodeOfSomeType(path.getParentNode(index + 1), ["ConcatStatement"]) && isNodeOfSomeType(path.getParentNode(index + 2), ["AttrNode"])) { + return true; } - const enclosingQuote = shouldUseAlternateQuote ? alternate : preferred; - const escapedStringLiteral = stringLiteral.replace(enclosingQuote.regex, `\\${enclosingQuote.quote}`); - return concat$C([enclosingQuote.quote, escapedStringLiteral, enclosingQuote.quote]); + return false; } /* SubExpression print helpers */ @@ -50079,7 +52830,7 @@ function printSubExpressionPathAndParams(path, print) { return p; } - return indent$s(concat$C([p, line$l, group$r(params)])); + return indent$5([p, line$c, group$9(params)]); } /* misc. print helpers */ @@ -50092,115 +52843,106 @@ function printPathAndParams(path, print) { return p; } - return indent$s(group$r(concat$C([p, line$l, params]))); + return [indent$5([p, line$c, params]), softline$8]; } function printPath(path, print) { - return path.call(print, "path"); + return print("path"); } function printParams(path, print) { const node = path.getValue(); const parts = []; - if (node.params.length) { + if (node.params.length > 0) { const params = path.map(print, "params"); parts.push(...params); } if (node.hash && node.hash.pairs.length > 0) { - const hash = path.call(print, "hash"); + const hash = print("hash"); parts.push(hash); } - if (!parts.length) { + if (parts.length === 0) { return ""; } - return join$i(line$l, parts); + return join$9(line$c, parts); } function printBlockParams(node) { - if (!node || !node.blockParams.length) { - return ""; - } - - return concat$C([" as |", node.blockParams.join(" "), "|"]); + return ["as |", node.blockParams.join(" "), "|"]; } -function doesNotHaveHashParams(node) { - return node.hash.pairs.length === 0; -} +var printerGlimmer = { + print, + massageAstNode: clean$6 +}; -function doesNotHavePositionalParams(node) { - return node.params.length === 0; -} +var parsers$9 = { + get glimmer() { + return require("./parser-glimmer.js").parsers.glimmer; + } -var printerGlimmer = { - print: print$2, - massageAstNode: clean_1$2 }; -var name$d = "Handlebars"; -var type$b = "markup"; +var name$5 = "Handlebars"; +var type$5 = "markup"; var color$5 = "#f7931e"; var aliases$3 = [ "hbs", "htmlbars" ]; -var extensions$b = [ +var extensions$5 = [ ".handlebars", ".hbs" ]; -var tmScope$b = "text.html.handlebars"; -var aceMode$b = "handlebars"; -var languageId$b = 155; -var require$$0$4 = { - name: name$d, - type: type$b, +var tmScope$5 = "text.html.handlebars"; +var aceMode$5 = "handlebars"; +var languageId$5 = 155; +var require$$3 = { + name: name$5, + type: type$5, color: color$5, aliases: aliases$3, - extensions: extensions$b, - tmScope: tmScope$b, - aceMode: aceMode$b, - languageId: languageId$b + extensions: extensions$5, + tmScope: tmScope$5, + aceMode: aceMode$5, + languageId: languageId$5 }; -const languages$2 = [createLanguage(require$$0$4, () => ({ - since: null, - // unreleased +const createLanguage$4 = createLanguage$7; +const printer$4 = printerGlimmer; +const parsers$8 = parsers$9; +const languages$5 = [createLanguage$4(require$$3, () => ({ + since: "2.3.0", parsers: ["glimmer"], vscodeLanguageIds: ["handlebars"] }))]; -const printers$2 = { - glimmer: printerGlimmer -}; -const parsers$2 = { - get glimmer() { - return require("./parser-glimmer").parsers.glimmer; - } - +const printers$3 = { + glimmer: printer$4 }; var languageHandlebars = { - languages: languages$2, - printers: printers$2, - parsers: parsers$2 + languages: languages$5, + printers: printers$3, + parsers: parsers$8 }; function hasPragma$2(text) { - return /^\s*#[^\S\n]*@(format|prettier)\s*(\n|$)/.test(text); + return /^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(text); } -function insertPragma$4(text) { +function insertPragma$6(text) { return "# @format\n\n" + text; } -var pragma$2 = { +var pragma$3 = { hasPragma: hasPragma$2, - insertPragma: insertPragma$4 + insertPragma: insertPragma$6 }; -function locStart$d(node) { +function locStart$a(node) { if (typeof node.start === "number") { return node.start; } @@ -50208,7 +52950,7 @@ function locStart$d(node) { return node.loc && node.loc.start; } -function locEnd$j(node) { +function locEnd$9(node) { if (typeof node.end === "number") { return node.end; } @@ -50217,108 +52959,108 @@ function locEnd$j(node) { } var loc$3 = { - locStart: locStart$d, - locEnd: locEnd$j + locStart: locStart$a, + locEnd: locEnd$9 }; const { builders: { - concat: concat$D, - join: join$j, - hardline: hardline$q, - line: line$m, - softline: softline$k, - group: group$s, - indent: indent$t, - ifBreak: ifBreak$g + join: join$8, + hardline: hardline$a, + line: line$b, + softline: softline$7, + group: group$8, + indent: indent$4, + ifBreak: ifBreak$6 } -} = document; +} = require$$7$3; const { - isNextLineEmpty: isNextLineEmpty$b -} = util; + isNextLineEmpty: isNextLineEmpty$2, + isNonEmptyArray: isNonEmptyArray$3 +} = util$8; const { insertPragma: insertPragma$5 -} = pragma$2; +} = pragma$3; const { - locStart: locStart$e, - locEnd: locEnd$k + locStart: locStart$9, + locEnd: locEnd$8 } = loc$3; function genericPrint$3(path, options, print) { - const n = path.getValue(); + const node = path.getValue(); - if (!n) { + if (!node) { return ""; } - if (typeof n === "string") { - return n; + if (typeof node === "string") { + return node; } - switch (n.kind) { + switch (node.kind) { case "Document": { const parts = []; - path.each((pathChild, index) => { - parts.push(concat$D([pathChild.call(print)])); + path.each((pathChild, index, definitions) => { + parts.push(print()); - if (index !== n.definitions.length - 1) { - parts.push(hardline$q); + if (index !== definitions.length - 1) { + parts.push(hardline$a); - if (isNextLineEmpty$b(options.originalText, pathChild.getValue(), locEnd$k)) { - parts.push(hardline$q); + if (isNextLineEmpty$2(options.originalText, pathChild.getValue(), locEnd$8)) { + parts.push(hardline$a); } } }, "definitions"); - return concat$D([concat$D(parts), hardline$q]); + return [...parts, hardline$a]; } case "OperationDefinition": { - const hasOperation = options.originalText[locStart$e(n)] !== "{"; - const hasName = !!n.name; - return concat$D([hasOperation ? n.operation : "", hasOperation && hasName ? concat$D([" ", path.call(print, "name")]) : "", n.variableDefinitions && n.variableDefinitions.length ? group$s(concat$D(["(", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.map(print, "variableDefinitions"))])), softline$k, ")"])) : "", printDirectives(path, print, n), n.selectionSet ? !hasOperation && !hasName ? "" : " " : "", path.call(print, "selectionSet")]); + const hasOperation = options.originalText[locStart$9(node)] !== "{"; + const hasName = Boolean(node.name); + return [hasOperation ? node.operation : "", hasOperation && hasName ? [" ", print("name")] : "", hasOperation && !hasName && isNonEmptyArray$3(node.variableDefinitions) ? " " : "", isNonEmptyArray$3(node.variableDefinitions) ? group$8(["(", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.map(print, "variableDefinitions"))]), softline$7, ")"]) : "", printDirectives(path, print, node), node.selectionSet ? !hasOperation && !hasName ? "" : " " : "", print("selectionSet")]; } case "FragmentDefinition": { - return concat$D(["fragment ", path.call(print, "name"), n.variableDefinitions && n.variableDefinitions.length ? group$s(concat$D(["(", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.map(print, "variableDefinitions"))])), softline$k, ")"])) : "", " on ", path.call(print, "typeCondition"), printDirectives(path, print, n), " ", path.call(print, "selectionSet")]); + return ["fragment ", print("name"), isNonEmptyArray$3(node.variableDefinitions) ? group$8(["(", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.map(print, "variableDefinitions"))]), softline$7, ")"]) : "", " on ", print("typeCondition"), printDirectives(path, print, node), " ", print("selectionSet")]; } case "SelectionSet": { - return concat$D(["{", indent$t(concat$D([hardline$q, join$j(hardline$q, path.call(selectionsPath => printSequence(selectionsPath, options, print), "selections"))])), hardline$q, "}"]); + return ["{", indent$4([hardline$a, join$8(hardline$a, path.call(selectionsPath => printSequence(selectionsPath, options, print), "selections"))]), hardline$a, "}"]; } case "Field": { - return group$s(concat$D([n.alias ? concat$D([path.call(print, "alias"), ": "]) : "", path.call(print, "name"), n.arguments.length > 0 ? group$s(concat$D(["(", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.call(argsPath => printSequence(argsPath, options, print), "arguments"))])), softline$k, ")"])) : "", printDirectives(path, print, n), n.selectionSet ? " " : "", path.call(print, "selectionSet")])); + return group$8([node.alias ? [print("alias"), ": "] : "", print("name"), node.arguments.length > 0 ? group$8(["(", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.call(argsPath => printSequence(argsPath, options, print), "arguments"))]), softline$7, ")"]) : "", printDirectives(path, print, node), node.selectionSet ? " " : "", print("selectionSet")]); } case "Name": { - return n.value; + return node.value; } case "StringValue": { - if (n.block) { - return concat$D(['"""', hardline$q, join$j(hardline$q, n.value.replace(/"""/g, "\\$&").split("\n")), hardline$q, '"""']); + if (node.block) { + return ['"""', hardline$a, join$8(hardline$a, node.value.replace(/"""/g, "\\$&").split("\n")), hardline$a, '"""']; } - return concat$D(['"', n.value.replace(/["\\]/g, "\\$&").replace(/\n/g, "\\n"), '"']); + return ['"', node.value.replace(/["\\]/g, "\\$&").replace(/\n/g, "\\n"), '"']; } case "IntValue": case "FloatValue": case "EnumValue": { - return n.value; + return node.value; } case "BooleanValue": { - return n.value ? "true" : "false"; + return node.value ? "true" : "false"; } case "NullValue": @@ -50328,164 +53070,164 @@ function genericPrint$3(path, options, print) { case "Variable": { - return concat$D(["$", path.call(print, "name")]); + return ["$", print("name")]; } case "ListValue": { - return group$s(concat$D(["[", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.map(print, "values"))])), softline$k, "]"])); + return group$8(["[", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.map(print, "values"))]), softline$7, "]"]); } case "ObjectValue": { - return group$s(concat$D(["{", options.bracketSpacing && n.fields.length > 0 ? " " : "", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.map(print, "fields"))])), softline$k, ifBreak$g("", options.bracketSpacing && n.fields.length > 0 ? " " : ""), "}"])); + return group$8(["{", options.bracketSpacing && node.fields.length > 0 ? " " : "", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.map(print, "fields"))]), softline$7, ifBreak$6("", options.bracketSpacing && node.fields.length > 0 ? " " : ""), "}"]); } case "ObjectField": case "Argument": { - return concat$D([path.call(print, "name"), ": ", path.call(print, "value")]); + return [print("name"), ": ", print("value")]; } case "Directive": { - return concat$D(["@", path.call(print, "name"), n.arguments.length > 0 ? group$s(concat$D(["(", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.call(argsPath => printSequence(argsPath, options, print), "arguments"))])), softline$k, ")"])) : ""]); + return ["@", print("name"), node.arguments.length > 0 ? group$8(["(", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.call(argsPath => printSequence(argsPath, options, print), "arguments"))]), softline$7, ")"]) : ""]; } case "NamedType": { - return path.call(print, "name"); + return print("name"); } case "VariableDefinition": { - return concat$D([path.call(print, "variable"), ": ", path.call(print, "type"), n.defaultValue ? concat$D([" = ", path.call(print, "defaultValue")]) : "", printDirectives(path, print, n)]); + return [print("variable"), ": ", print("type"), node.defaultValue ? [" = ", print("defaultValue")] : "", printDirectives(path, print, node)]; } case "ObjectTypeExtension": case "ObjectTypeDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", n.kind === "ObjectTypeExtension" ? "extend " : "", "type ", path.call(print, "name"), n.interfaces.length > 0 ? concat$D([" implements ", concat$D(printInterfaces(path, options, print))]) : "", printDirectives(path, print, n), n.fields.length > 0 ? concat$D([" {", indent$t(concat$D([hardline$q, join$j(hardline$q, path.call(fieldsPath => printSequence(fieldsPath, options, print), "fields"))])), hardline$q, "}"]) : ""]); + return [print("description"), node.description ? hardline$a : "", node.kind === "ObjectTypeExtension" ? "extend " : "", "type ", print("name"), node.interfaces.length > 0 ? [" implements ", ...printInterfaces(path, options, print)] : "", printDirectives(path, print, node), node.fields.length > 0 ? [" {", indent$4([hardline$a, join$8(hardline$a, path.call(fieldsPath => printSequence(fieldsPath, options, print), "fields"))]), hardline$a, "}"] : ""]; } case "FieldDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", path.call(print, "name"), n.arguments.length > 0 ? group$s(concat$D(["(", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.call(argsPath => printSequence(argsPath, options, print), "arguments"))])), softline$k, ")"])) : "", ": ", path.call(print, "type"), printDirectives(path, print, n)]); + return [print("description"), node.description ? hardline$a : "", print("name"), node.arguments.length > 0 ? group$8(["(", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.call(argsPath => printSequence(argsPath, options, print), "arguments"))]), softline$7, ")"]) : "", ": ", print("type"), printDirectives(path, print, node)]; } case "DirectiveDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", "directive ", "@", path.call(print, "name"), n.arguments.length > 0 ? group$s(concat$D(["(", indent$t(concat$D([softline$k, join$j(concat$D([ifBreak$g("", ", "), softline$k]), path.call(argsPath => printSequence(argsPath, options, print), "arguments"))])), softline$k, ")"])) : "", n.repeatable ? " repeatable" : "", concat$D([" on ", join$j(" | ", path.map(print, "locations"))])]); + return [print("description"), node.description ? hardline$a : "", "directive ", "@", print("name"), node.arguments.length > 0 ? group$8(["(", indent$4([softline$7, join$8([ifBreak$6("", ", "), softline$7], path.call(argsPath => printSequence(argsPath, options, print), "arguments"))]), softline$7, ")"]) : "", node.repeatable ? " repeatable" : "", " on ", join$8(" | ", path.map(print, "locations"))]; } case "EnumTypeExtension": case "EnumTypeDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", n.kind === "EnumTypeExtension" ? "extend " : "", "enum ", path.call(print, "name"), printDirectives(path, print, n), n.values.length > 0 ? concat$D([" {", indent$t(concat$D([hardline$q, join$j(hardline$q, path.call(valuesPath => printSequence(valuesPath, options, print), "values"))])), hardline$q, "}"]) : ""]); + return [print("description"), node.description ? hardline$a : "", node.kind === "EnumTypeExtension" ? "extend " : "", "enum ", print("name"), printDirectives(path, print, node), node.values.length > 0 ? [" {", indent$4([hardline$a, join$8(hardline$a, path.call(valuesPath => printSequence(valuesPath, options, print), "values"))]), hardline$a, "}"] : ""]; } case "EnumValueDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", path.call(print, "name"), printDirectives(path, print, n)]); + return [print("description"), node.description ? hardline$a : "", print("name"), printDirectives(path, print, node)]; } case "InputValueDefinition": { - return concat$D([path.call(print, "description"), n.description ? n.description.block ? hardline$q : line$m : "", path.call(print, "name"), ": ", path.call(print, "type"), n.defaultValue ? concat$D([" = ", path.call(print, "defaultValue")]) : "", printDirectives(path, print, n)]); + return [print("description"), node.description ? node.description.block ? hardline$a : line$b : "", print("name"), ": ", print("type"), node.defaultValue ? [" = ", print("defaultValue")] : "", printDirectives(path, print, node)]; } case "InputObjectTypeExtension": case "InputObjectTypeDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", n.kind === "InputObjectTypeExtension" ? "extend " : "", "input ", path.call(print, "name"), printDirectives(path, print, n), n.fields.length > 0 ? concat$D([" {", indent$t(concat$D([hardline$q, join$j(hardline$q, path.call(fieldsPath => printSequence(fieldsPath, options, print), "fields"))])), hardline$q, "}"]) : ""]); + return [print("description"), node.description ? hardline$a : "", node.kind === "InputObjectTypeExtension" ? "extend " : "", "input ", print("name"), printDirectives(path, print, node), node.fields.length > 0 ? [" {", indent$4([hardline$a, join$8(hardline$a, path.call(fieldsPath => printSequence(fieldsPath, options, print), "fields"))]), hardline$a, "}"] : ""]; } case "SchemaDefinition": { - return concat$D(["schema", printDirectives(path, print, n), " {", n.operationTypes.length > 0 ? indent$t(concat$D([hardline$q, join$j(hardline$q, path.call(opsPath => printSequence(opsPath, options, print), "operationTypes"))])) : "", hardline$q, "}"]); + return ["schema", printDirectives(path, print, node), " {", node.operationTypes.length > 0 ? indent$4([hardline$a, join$8(hardline$a, path.call(opsPath => printSequence(opsPath, options, print), "operationTypes"))]) : "", hardline$a, "}"]; } case "OperationTypeDefinition": { - return concat$D([path.call(print, "operation"), ": ", path.call(print, "type")]); + return [print("operation"), ": ", print("type")]; } case "InterfaceTypeExtension": case "InterfaceTypeDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", n.kind === "InterfaceTypeExtension" ? "extend " : "", "interface ", path.call(print, "name"), n.interfaces.length > 0 ? concat$D([" implements ", concat$D(printInterfaces(path, options, print))]) : "", printDirectives(path, print, n), n.fields.length > 0 ? concat$D([" {", indent$t(concat$D([hardline$q, join$j(hardline$q, path.call(fieldsPath => printSequence(fieldsPath, options, print), "fields"))])), hardline$q, "}"]) : ""]); + return [print("description"), node.description ? hardline$a : "", node.kind === "InterfaceTypeExtension" ? "extend " : "", "interface ", print("name"), node.interfaces.length > 0 ? [" implements ", ...printInterfaces(path, options, print)] : "", printDirectives(path, print, node), node.fields.length > 0 ? [" {", indent$4([hardline$a, join$8(hardline$a, path.call(fieldsPath => printSequence(fieldsPath, options, print), "fields"))]), hardline$a, "}"] : ""]; } case "FragmentSpread": { - return concat$D(["...", path.call(print, "name"), printDirectives(path, print, n)]); + return ["...", print("name"), printDirectives(path, print, node)]; } case "InlineFragment": { - return concat$D(["...", n.typeCondition ? concat$D([" on ", path.call(print, "typeCondition")]) : "", printDirectives(path, print, n), " ", path.call(print, "selectionSet")]); + return ["...", node.typeCondition ? [" on ", print("typeCondition")] : "", printDirectives(path, print, node), " ", print("selectionSet")]; } case "UnionTypeExtension": case "UnionTypeDefinition": { - return group$s(concat$D([path.call(print, "description"), n.description ? hardline$q : "", group$s(concat$D([n.kind === "UnionTypeExtension" ? "extend " : "", "union ", path.call(print, "name"), printDirectives(path, print, n), n.types.length > 0 ? concat$D([" =", ifBreak$g("", " "), indent$t(concat$D([ifBreak$g(concat$D([line$m, " "])), join$j(concat$D([line$m, "| "]), path.map(print, "types"))]))]) : ""]))])); + return group$8([print("description"), node.description ? hardline$a : "", group$8([node.kind === "UnionTypeExtension" ? "extend " : "", "union ", print("name"), printDirectives(path, print, node), node.types.length > 0 ? [" =", ifBreak$6("", " "), indent$4([ifBreak$6([line$b, " "]), join$8([line$b, "| "], path.map(print, "types"))])] : ""])]); } case "ScalarTypeExtension": case "ScalarTypeDefinition": { - return concat$D([path.call(print, "description"), n.description ? hardline$q : "", n.kind === "ScalarTypeExtension" ? "extend " : "", "scalar ", path.call(print, "name"), printDirectives(path, print, n)]); + return [print("description"), node.description ? hardline$a : "", node.kind === "ScalarTypeExtension" ? "extend " : "", "scalar ", print("name"), printDirectives(path, print, node)]; } case "NonNullType": { - return concat$D([path.call(print, "type"), "!"]); + return [print("type"), "!"]; } case "ListType": { - return concat$D(["[", path.call(print, "type"), "]"]); + return ["[", print("type"), "]"]; } default: /* istanbul ignore next */ - throw new Error("unknown graphql type: " + JSON.stringify(n.kind)); + throw new Error("unknown graphql type: " + JSON.stringify(node.kind)); } } -function printDirectives(path, print, n) { - if (n.directives.length === 0) { +function printDirectives(path, print, node) { + if (node.directives.length === 0) { return ""; } - const printed = join$j(line$m, path.map(print, "directives")); + const printed = join$8(line$b, path.map(print, "directives")); - if (n.kind === "FragmentDefinition" || n.kind === "OperationDefinition") { - return group$s(concat$D([line$m, printed])); + if (node.kind === "FragmentDefinition" || node.kind === "OperationDefinition") { + return group$8([line$b, printed]); } - return concat$D([" ", group$s(indent$t(concat$D([softline$k, printed])))]); + return [" ", group$8(indent$4([softline$7, printed]))]; } function printSequence(sequencePath, options, print) { const count = sequencePath.getValue().length; return sequencePath.map((path, i) => { - const printed = print(path); + const printed = print(); - if (isNextLineEmpty$b(options.originalText, path.getValue(), locEnd$k) && i < count - 1) { - return concat$D([printed, hardline$q]); + if (isNextLineEmpty$2(options.originalText, path.getValue(), locEnd$8) && i < count - 1) { + return [printed, hardline$a]; } return printed; }); } -function canAttachComment$1(node) { +function canAttachComment(node) { return node.kind && node.kind !== "Comment"; } -function printComment$3(commentPath) { +function printComment(commentPath) { const comment = commentPath.getValue(); if (comment.kind === "Comment") { @@ -50514,145 +53256,156 @@ function printInterfaces(path, options, print) { const textBetween = options.originalText.slice(interfaceNode.loc.end, nextInterfaceNode.loc.start); const hasComment = textBetween.includes("#"); const separator = textBetween.replace(/#.*/g, "").trim(); - parts.push(separator === "," ? "," : " &"); - parts.push(hasComment ? line$m : " "); + parts.push(separator === "," ? "," : " &", hasComment ? line$b : " "); } } return parts; } -function clean$4() -/*node, newNode , parent*/ -{} +function + /*node, newNode , parent*/ +clean$5() {} -clean$4.ignoredProperties = new Set(["loc", "comments"]); +clean$5.ignoredProperties = new Set(["loc", "comments"]); -function hasPrettierIgnore$4(path) { +function hasPrettierIgnore$6(path) { const node = path.getValue(); return node && Array.isArray(node.comments) && node.comments.some(comment => comment.value.trim() === "prettier-ignore"); } var printerGraphql = { print: genericPrint$3, - massageAstNode: clean$4, - hasPrettierIgnore: hasPrettierIgnore$4, + massageAstNode: clean$5, + hasPrettierIgnore: hasPrettierIgnore$6, insertPragma: insertPragma$5, - printComment: printComment$3, - canAttachComment: canAttachComment$1 + printComment, + canAttachComment }; -var options$4 = { - bracketSpacing: commonOptions.bracketSpacing +const commonOptions$3 = commonOptions$6; // format based on https://github.com/prettier/prettier/blob/main/src/main/core-options.js + +var options$7 = { + bracketSpacing: commonOptions$3.bracketSpacing }; -var name$e = "GraphQL"; -var type$c = "data"; -var color$6 = "#e10098"; -var extensions$c = [ +var parsers$7 = { + get graphql() { + return require("./parser-graphql.js").parsers.graphql; + } + +}; + +var name$4 = "GraphQL"; +var type$4 = "data"; +var color$4 = "#e10098"; +var extensions$4 = [ ".graphql", ".gql", ".graphqls" ]; -var tmScope$c = "source.graphql"; -var aceMode$c = "text"; -var languageId$c = 139; -var require$$0$5 = { - name: name$e, - type: type$c, - color: color$6, - extensions: extensions$c, - tmScope: tmScope$c, - aceMode: aceMode$c, - languageId: languageId$c +var tmScope$4 = "source.graphql"; +var aceMode$4 = "text"; +var languageId$4 = 139; +var require$$4$4 = { + name: name$4, + type: type$4, + color: color$4, + extensions: extensions$4, + tmScope: tmScope$4, + aceMode: aceMode$4, + languageId: languageId$4 }; -const languages$3 = [createLanguage(require$$0$5, () => ({ +const createLanguage$3 = createLanguage$7; +const printer$3 = printerGraphql; +const options$6 = options$7; +const parsers$6 = parsers$7; +const languages$4 = [createLanguage$3(require$$4$4, () => ({ since: "1.5.0", parsers: ["graphql"], vscodeLanguageIds: ["graphql"] }))]; -const printers$3 = { - graphql: printerGraphql -}; -const parsers$3 = { - get graphql() { - return require("./parser-graphql").parsers.graphql; - } - +const printers$2 = { + graphql: printer$3 }; var languageGraphql = { - languages: languages$3, - options: options$4, - printers: printers$3, - parsers: parsers$3 + languages: languages$4, + options: options$6, + printers: printers$2, + parsers: parsers$6 }; -function locStart$f(node) { +function locStart$8(node) { return node.position.start.offset; } -function locEnd$l(node) { +function locEnd$7(node) { return node.position.end.offset; } -var loc$4 = { - locStart: locStart$f, - locEnd: locEnd$l +var loc$2 = { + locStart: locStart$8, + locEnd: locEnd$7 }; -var json = { - "cjkPattern": "(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u3000-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?", +var require$$2 = { + "cjkPattern": "(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?", "kPattern": "[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]", "punctuationPattern": "[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\u037e\\u0387\\u055a-\\u055f\\u0589-\\u058a\\u05be\\u05c0\\u05c3\\u05c6\\u05f3-\\u05f4\\u0609-\\u060a\\u060c-\\u060d\\u061b\\u061e-\\u061f\\u066a-\\u066d\\u06d4\\u0700-\\u070d\\u07f7-\\u07f9\\u0830-\\u083e\\u085e\\u0964-\\u0965\\u0970\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\u166e\\u169b-\\u169c\\u16eb-\\u16ed\\u1735-\\u1736\\u17d4-\\u17d6\\u17d8-\\u17da\\u1800-\\u180a\\u1944-\\u1945\\u1a1e-\\u1a1f\\u1aa0-\\u1aa6\\u1aa8-\\u1aad\\u1b5a-\\u1b60\\u1bfc-\\u1bff\\u1c3b-\\u1c3f\\u1c7e-\\u1c7f\\u1cc0-\\u1cc7\\u1cd3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205e\\u207d-\\u207e\\u208d-\\u208e\\u2308-\\u230b\\u2329-\\u232a\\u2768-\\u2775\\u27c5-\\u27c6\\u27e6-\\u27ef\\u2983-\\u2998\\u29d8-\\u29db\\u29fc-\\u29fd\\u2cf9-\\u2cfc\\u2cfe-\\u2cff\\u2d70\\u2e00-\\u2e2e\\u2e30-\\u2e4f\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301f\\u3030\\u303d\\u30a0\\u30fb\\ua4fe-\\ua4ff\\ua60d-\\ua60f\\ua673\\ua67e\\ua6f2-\\ua6f7\\ua874-\\ua877\\ua8ce-\\ua8cf\\ua8f8-\\ua8fa\\ua8fc\\ua92e-\\ua92f\\ua95f\\ua9c1-\\ua9cd\\ua9de-\\ua9df\\uaa5c-\\uaa5f\\uaade-\\uaadf\\uaaf0-\\uaaf1\\uabeb\\ufd3e-\\ufd3f\\ufe10-\\ufe19\\ufe30-\\ufe52\\ufe54-\\ufe61\\ufe63\\ufe68\\ufe6a-\\ufe6b\\uff01-\\uff03\\uff05-\\uff0a\\uff0c-\\uff0f\\uff1a-\\uff1b\\uff1f-\\uff20\\uff3b-\\uff3d\\uff3f\\uff5b\\uff5d\\uff5f-\\uff65]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]" }; const { - getLast: getLast$b -} = util; + getLast: getLast$5 +} = util$8; const { - locStart: locStart$g, - locEnd: locEnd$m -} = loc$4; + locStart: locStart$7, + locEnd: locEnd$6 +} = loc$2; const { cjkPattern, kPattern, - punctuationPattern -} = json; -const INLINE_NODE_TYPES = ["liquidNode", "inlineCode", "emphasis", "strong", "delete", "wikiLink", "link", "linkReference", "image", "imageReference", "footnote", "footnoteReference", "sentence", "whitespace", "word", "break", "inlineMath"]; -const INLINE_NODE_WRAPPER_TYPES = INLINE_NODE_TYPES.concat(["tableCell", "paragraph", "heading"]); + punctuationPattern: punctuationPattern$1 +} = require$$2; +const INLINE_NODE_TYPES$1 = ["liquidNode", "inlineCode", "emphasis", "esComment", "strong", "delete", "wikiLink", "link", "linkReference", "image", "imageReference", "footnote", "footnoteReference", "sentence", "whitespace", "word", "break", "inlineMath"]; +const INLINE_NODE_WRAPPER_TYPES$1 = [...INLINE_NODE_TYPES$1, "tableCell", "paragraph", "heading"]; const kRegex = new RegExp(kPattern); -const punctuationRegex = new RegExp(punctuationPattern); +const punctuationRegex = new RegExp(punctuationPattern$1); /** * split text into whitespaces and words * @param {string} text - * @return {Array<{ type: "whitespace", value: " " | "\n" | "" } | { type: "word", value: string }>} */ -function splitText(text, options) { +function splitText$2(text, options) { const KIND_NON_CJK = "non-cjk"; const KIND_CJ_LETTER = "cj-letter"; const KIND_K_LETTER = "k-letter"; const KIND_CJK_PUNCTUATION = "cjk-punctuation"; + /** @type {Array<{ type: "whitespace", value: " " | "\n" | "" } | { type: "word", value: string }>} */ + const nodes = []; - (options.proseWrap === "preserve" ? text : text.replace(new RegExp(`(${cjkPattern})\n(${cjkPattern})`, "g"), "$1$2")).split(/([\t\n ]+)/).forEach((token, index, tokens) => { + const tokens = (options.proseWrap === "preserve" ? text : text.replace(new RegExp(`(${cjkPattern})\n(${cjkPattern})`, "g"), "$1$2")).split(/([\t\n ]+)/); + + for (const [index, token] of tokens.entries()) { // whitespace if (index % 2 === 1) { nodes.push({ type: "whitespace", value: /\n/.test(token) ? "\n" : " " }); - return; + continue; } // word separated by whitespace if ((index === 0 || index === tokens.length - 1) && token === "") { - return; + continue; } - token.split(new RegExp(`(${cjkPattern})`)).forEach((innerToken, innerIndex, innerTokens) => { + const innerTokens = token.split(new RegExp(`(${cjkPattern})`)); + + for (const [innerIndex, innerToken] of innerTokens.entries()) { if ((innerIndex === 0 || innerIndex === innerTokens.length - 1) && innerToken === "") { - return; + continue; } // non-CJK word @@ -50663,11 +53416,11 @@ function splitText(text, options) { value: innerToken, kind: KIND_NON_CJK, hasLeadingPunctuation: punctuationRegex.test(innerToken[0]), - hasTrailingPunctuation: punctuationRegex.test(getLast$b(innerToken)) + hasTrailingPunctuation: punctuationRegex.test(getLast$5(innerToken)) }); } - return; + continue; } // CJK character @@ -50684,12 +53437,13 @@ function splitText(text, options) { hasLeadingPunctuation: false, hasTrailingPunctuation: false }); - }); - }); + } + } + return nodes; function appendNode(node) { - const lastNode = getLast$b(nodes); + const lastNode = getLast$5(nodes); if (lastNode && lastNode.type === "word") { if (lastNode.kind === KIND_NON_CJK && node.kind === KIND_CJ_LETTER && !lastNode.hasTrailingPunctuation || lastNode.kind === KIND_CJ_LETTER && node.kind === KIND_NON_CJK && !node.hasLeadingPunctuation) { @@ -50714,7 +53468,7 @@ function splitText(text, options) { } } -function getOrderedListItemInfo(orderListItem, originalText) { +function getOrderedListItemInfo$1(orderListItem, originalText) { const [, numberText, marker, leadingSpaces] = originalText.slice(orderListItem.position.start.offset, orderListItem.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/); return { numberText, @@ -50723,7 +53477,7 @@ function getOrderedListItemInfo(orderListItem, originalText) { }; } -function hasGitDiffFriendlyOrderedList(node, options) { +function hasGitDiffFriendlyOrderedList$1(node, options) { if (!node.ordered) { return false; } @@ -50732,11 +53486,11 @@ function hasGitDiffFriendlyOrderedList(node, options) { return false; } - const firstNumber = Number(getOrderedListItemInfo(node.children[0], options.originalText).numberText); - const secondNumber = Number(getOrderedListItemInfo(node.children[1], options.originalText).numberText); + const firstNumber = Number(getOrderedListItemInfo$1(node.children[0], options.originalText).numberText); + const secondNumber = Number(getOrderedListItemInfo$1(node.children[1], options.originalText).numberText); if (firstNumber === 0 && node.children.length > 2) { - const thirdNumber = Number(getOrderedListItemInfo(node.children[2], options.originalText).numberText); + const thirdNumber = Number(getOrderedListItemInfo$1(node.children[2], options.originalText).numberText); return secondNumber === 1 && thirdNumber === 1; } @@ -50745,7 +53499,7 @@ function hasGitDiffFriendlyOrderedList(node, options) { // https://github.com/remarkjs/remark/issues/512 -function getFencedCodeBlockValue(node, originalText) { +function getFencedCodeBlockValue$2(node, originalText) { const { value } = node; @@ -50758,64 +53512,58 @@ function getFencedCodeBlockValue(node, originalText) { return value; } -function mapAst(ast, handler) { +function mapAst$1(ast, handler) { return function preorder(node, index, parentStack) { - parentStack = parentStack || []; const newNode = Object.assign({}, handler(node, index, parentStack)); if (newNode.children) { - newNode.children = newNode.children.map((child, index) => { - return preorder(child, index, [newNode].concat(parentStack)); - }); + newNode.children = newNode.children.map((child, index) => preorder(child, index, [newNode, ...parentStack])); } return newNode; - }(ast, null, null); + }(ast, null, []); } -function isAutolink(node) { +function isAutolink$1(node) { if (!node || node.type !== "link" || node.children.length !== 1) { return false; } const child = node.children[0]; - return child && locStart$g(node) === locStart$g(child) && locEnd$m(node) === locEnd$m(child); + return child && locStart$7(node) === locStart$7(child) && locEnd$6(node) === locEnd$6(child); } -var utils$9 = { - mapAst, - splitText, - punctuationPattern, - getFencedCodeBlockValue, - getOrderedListItemInfo, - hasGitDiffFriendlyOrderedList, - INLINE_NODE_TYPES, - INLINE_NODE_WRAPPER_TYPES, - isAutolink +var utils$2 = { + mapAst: mapAst$1, + splitText: splitText$2, + punctuationPattern: punctuationPattern$1, + getFencedCodeBlockValue: getFencedCodeBlockValue$2, + getOrderedListItemInfo: getOrderedListItemInfo$1, + hasGitDiffFriendlyOrderedList: hasGitDiffFriendlyOrderedList$1, + INLINE_NODE_TYPES: INLINE_NODE_TYPES$1, + INLINE_NODE_WRAPPER_TYPES: INLINE_NODE_WRAPPER_TYPES$1, + isAutolink: isAutolink$1 }; const { inferParserByLanguage: inferParserByLanguage$1, - getMaxContinuousCount: getMaxContinuousCount$2 -} = util; + getMaxContinuousCount: getMaxContinuousCount$1 +} = util$8; const { builders: { - hardline: hardline$r, - concat: concat$E, + hardline: hardline$9, markAsRoot: markAsRoot$2 }, utils: { - replaceNewlinesWithLiterallines: replaceNewlinesWithLiterallines$2 + replaceEndOfLine } -} = document; -const { - print: printFrontMatter$1 -} = frontMatter; +} = require$$7$3; +const printFrontMatter$1 = print_1; const { getFencedCodeBlockValue: getFencedCodeBlockValue$1 -} = utils$9; +} = utils$2; -function embed$2(path, print, textToDoc, options) { +function embed$6(path, print, textToDoc, options) { const node = path.getValue(); if (node.type === "code" && node.lang !== null) { @@ -50823,13 +53571,19 @@ function embed$2(path, print, textToDoc, options) { if (parser) { const styleUnit = options.__inJsTemplate ? "~" : "`"; - const style = styleUnit.repeat(Math.max(3, getMaxContinuousCount$2(node.value, styleUnit) + 1)); - const doc = textToDoc(getFencedCodeBlockValue$1(node, options.originalText), { + const style = styleUnit.repeat(Math.max(3, getMaxContinuousCount$1(node.value, styleUnit) + 1)); + const newOptions = { parser - }, { + }; + + if (node.lang === "tsx") { + newOptions.filepath = "dummy.tsx"; + } + + const doc = textToDoc(getFencedCodeBlockValue$1(node, options.originalText), newOptions, { stripTrailingHardline: true }); - return markAsRoot$2(concat$E([style, node.lang, node.meta ? " " + node.meta : "", hardline$r, replaceNewlinesWithLiterallines$2(doc), hardline$r, style])); + return markAsRoot$2([style, node.lang, node.meta ? " " + node.meta : "", hardline$9, replaceEndOfLine(doc), hardline$9, style]); } } @@ -50839,11 +53593,11 @@ function embed$2(path, print, textToDoc, options) { // MDX case "importExport": - return concat$E([textToDoc(node.value, { + return [textToDoc(node.value, { parser: "babel" }, { stripTrailingHardline: true - }), hardline$r]); + }), hardline$9]; case "jsx": return textToDoc(`<$>${node.value}`, { @@ -50857,40 +53611,38 @@ function embed$2(path, print, textToDoc, options) { return null; } -var embed_1$2 = embed$2; +var embed_1$2 = embed$6; -const { - parse: parseFrontMatter$1 -} = frontMatter; +const parseFrontMatter = parse_1; const pragmas = ["format", "prettier"]; -function startWithPragma(text) { +function startWithPragma$1(text) { const pragma = `@(${pragmas.join("|")})`; - const regex = new RegExp([``, ``].join("|"), "m"); + const regex = new RegExp([``, `{\\s*\\/\\*\\s*${pragma}\\s*\\*\\/\\s*}`, ``].join("|"), "m"); const matched = text.match(regex); return matched && matched.index === 0; } -var pragma$3 = { - startWithPragma, - hasPragma: text => startWithPragma(parseFrontMatter$1(text).content.trimStart()), +var pragma$2 = { + startWithPragma: startWithPragma$1, + hasPragma: text => startWithPragma$1(parseFrontMatter(text).content.trimStart()), insertPragma: text => { - const extracted = parseFrontMatter$1(text); + const extracted = parseFrontMatter(text); const pragma = ``; return extracted.frontMatter ? `${extracted.frontMatter.raw}\n\n${pragma}\n\n${extracted.content}` : `${pragma}\n\n${extracted.content}`; } }; +const getLast$4 = getLast_1; const { - getOrderedListItemInfo: getOrderedListItemInfo$1, - mapAst: mapAst$1, + getOrderedListItemInfo, + mapAst, splitText: splitText$1 -} = utils$9; // 0x0 ~ 0x10ffff -// eslint-disable-next-line no-control-regex +} = utils$2; // 0x0 ~ 0x10ffff -const isSingleCharRegex = /^([\u0000-\uffff]|[\ud800-\udbff][\udc00-\udfff])$/; +const isSingleCharRegex = /^.$/su; -function preprocess$1(ast, options) { +function preprocess$5(ast, options) { ast = restoreUnescapedCharacter(ast, options); ast = mergeContinuousTexts(ast); ast = transformInlineCode(ast); @@ -50903,32 +53655,32 @@ function preprocess$1(ast, options) { } function transformImportExport(ast) { - return mapAst$1(ast, node => { + return mapAst(ast, node => { if (node.type !== "import" && node.type !== "export") { return node; } - return Object.assign({}, node, { + return Object.assign(Object.assign({}, node), {}, { type: "importExport" }); }); } function transformInlineCode(ast) { - return mapAst$1(ast, node => { + return mapAst(ast, node => { if (node.type !== "inlineCode") { return node; } - return Object.assign({}, node, { + return Object.assign(Object.assign({}, node), {}, { value: node.value.replace(/\s+/g, " ") }); }); } function restoreUnescapedCharacter(ast, options) { - return mapAst$1(ast, node => node.type !== "text" || node.value === "*" || node.value === "_" || // handle these cases in printer - !isSingleCharRegex.test(node.value) || node.position.end.offset - node.position.start.offset === node.value.length ? node : Object.assign({}, node, { + return mapAst(ast, node => node.type !== "text" || node.value === "*" || node.value === "_" || // handle these cases in printer + !isSingleCharRegex.test(node.value) || node.position.end.offset - node.position.start.offset === node.value.length ? node : Object.assign(Object.assign({}, node), {}, { value: options.originalText.slice(node.position.start.offset, node.position.end.offset) })); } @@ -50945,13 +53697,13 @@ function mergeContinuousImportExport(ast) { } function mergeChildren(ast, shouldMerge, mergeNode) { - return mapAst$1(ast, node => { + return mapAst(ast, node => { if (!node.children) { return node; } const children = node.children.reduce((current, child) => { - const lastChild = current[current.length - 1]; + const lastChild = getLast$4(current); if (lastChild && shouldMerge(lastChild, child)) { current.splice(-1, 1, mergeNode(lastChild, child)); @@ -50961,7 +53713,7 @@ function mergeChildren(ast, shouldMerge, mergeNode) { return current; }, []); - return Object.assign({}, node, { + return Object.assign(Object.assign({}, node), {}, { children }); }); @@ -50979,7 +53731,7 @@ function mergeContinuousTexts(ast) { } function splitTextIntoSentences(ast, options) { - return mapAst$1(ast, (node, index, [parentNode]) => { + return mapAst(ast, (node, index, [parentNode]) => { if (node.type !== "text") { return node; } @@ -51007,10 +53759,10 @@ function splitTextIntoSentences(ast, options) { } function transformIndentedCodeblockAndMarkItsParentList(ast, options) { - return mapAst$1(ast, (node, index, parentStack) => { + return mapAst(ast, (node, index, parentStack) => { if (node.type === "code") { // the first char may point to `\n`, e.g. `\n\t\tbar`, just ignore it - const isIndented = /^\n?( {4,}|\t)/.test(options.originalText.slice(node.position.start.offset, node.position.end.offset)); + const isIndented = /^\n?(?: {4,}|\t)/.test(options.originalText.slice(node.position.start.offset, node.position.end.offset)); node.isIndented = isIndented; if (isIndented) { @@ -51033,8 +53785,8 @@ function transformIndentedCodeblockAndMarkItsParentList(ast, options) { } function markAlignedList(ast, options) { - return mapAst$1(ast, (node, index, parentStack) => { - if (node.type === "list" && node.children.length !== 0) { + return mapAst(ast, (node, index, parentStack) => { + if (node.type === "list" && node.children.length > 0) { // if one of its parents is not aligned, it's not possible to be aligned in sub-lists for (let i = 0; i < parentStack.length; i++) { const parent = parentStack[i]; @@ -51065,7 +53817,7 @@ function markAlignedList(ast, options) { } const [firstItem, secondItem] = list.children; - const firstInfo = getOrderedListItemInfo$1(firstItem, options.originalText); + const firstInfo = getOrderedListItemInfo(firstItem, options.originalText); if (firstInfo.leadingSpaces.length > 1) { /** @@ -51135,23 +53887,23 @@ function markAlignedList(ast, options) { */ - const secondInfo = getOrderedListItemInfo$1(secondItem, options.originalText); + const secondInfo = getOrderedListItemInfo(secondItem, options.originalText); return secondInfo.leadingSpaces.length > 1; } } -var printPreprocess$1 = preprocess$1; +var printPreprocess$2 = preprocess$5; const { - isFrontMatterNode: isFrontMatterNode$3 -} = util; + isFrontMatterNode: isFrontMatterNode$2 +} = util$8; const { - startWithPragma: startWithPragma$1 -} = pragma$3; -const ignoredProperties$3 = new Set(["position", "raw" // front-matter + startWithPragma +} = pragma$2; +const ignoredProperties$1 = new Set(["position", "raw" // front-matter ]); -function clean$5(ast, newObj, parent) { +function clean$4(ast, newObj, parent) { // for codeblock if (ast.type === "front-matter" || ast.type === "code" || ast.type === "yaml" || ast.type === "import" || ast.type === "export" || ast.type === "jsx") { delete newObj.value; @@ -51188,62 +53940,64 @@ function clean$5(ast, newObj, parent) { } // for insert pragma - if (parent && parent.type === "root" && parent.children.length > 0 && (parent.children[0] === ast || isFrontMatterNode$3(parent.children[0]) && parent.children[1] === ast) && ast.type === "html" && startWithPragma$1(ast.value)) { + if (parent && parent.type === "root" && parent.children.length > 0 && (parent.children[0] === ast || isFrontMatterNode$2(parent.children[0]) && parent.children[1] === ast) && ast.type === "html" && startWithPragma(ast.value)) { return null; } } -clean$5.ignoredProperties = ignoredProperties$3; -var clean_1$3 = clean$5; +clean$4.ignoredProperties = ignoredProperties$1; +var clean_1$1 = clean$4; const { - getLast: getLast$c, - getMinNotPresentContinuousCount: getMinNotPresentContinuousCount$1, - getMaxContinuousCount: getMaxContinuousCount$3, - getStringWidth: getStringWidth$4 -} = util; + getLast: getLast$3, + getMinNotPresentContinuousCount, + getMaxContinuousCount, + getStringWidth, + isNonEmptyArray: isNonEmptyArray$2 +} = util$8; const { builders: { - breakParent: breakParent$6, - concat: concat$F, - join: join$k, - line: line$n, - literalline: literalline$4, - markAsRoot: markAsRoot$3, - hardline: hardline$s, - softline: softline$l, - ifBreak: ifBreak$h, - fill: fill$5, - align: align$5, - indent: indent$u, - group: group$t + breakParent: breakParent$4, + join: join$7, + line: line$a, + literalline: literalline$3, + markAsRoot: markAsRoot$1, + hardline: hardline$8, + softline: softline$6, + ifBreak: ifBreak$5, + fill: fill$4, + align: align$1, + indent: indent$3, + group: group$7, + hardlineWithoutBreakParent }, utils: { - normalizeDoc: normalizeDoc$1 + normalizeDoc, + replaceTextEndOfLine: replaceTextEndOfLine$7 }, printer: { - printDocToString: printDocToString$3 + printDocToString } -} = document; +} = require$$7$3; +const embed$5 = embed_1$2; const { - replaceEndOfLineWith: replaceEndOfLineWith$1 -} = util; -const { - insertPragma: insertPragma$6 -} = pragma$3; + insertPragma: insertPragma$4 +} = pragma$2; const { - locStart: locStart$h, - locEnd: locEnd$n -} = loc$4; + locStart: locStart$6, + locEnd: locEnd$5 +} = loc$2; +const preprocess$4 = printPreprocess$2; +const clean$3 = clean_1$1; const { - getFencedCodeBlockValue: getFencedCodeBlockValue$2, - hasGitDiffFriendlyOrderedList: hasGitDiffFriendlyOrderedList$1, - splitText: splitText$2, - punctuationPattern: punctuationPattern$1, - INLINE_NODE_TYPES: INLINE_NODE_TYPES$1, - INLINE_NODE_WRAPPER_TYPES: INLINE_NODE_WRAPPER_TYPES$1, - isAutolink: isAutolink$1 -} = utils$9; + getFencedCodeBlockValue, + hasGitDiffFriendlyOrderedList, + splitText, + punctuationPattern, + INLINE_NODE_TYPES, + INLINE_NODE_WRAPPER_TYPES, + isAutolink +} = utils$2; /** * @typedef {import("../document").Doc} Doc */ @@ -51252,11 +54006,11 @@ const TRAILING_HARDLINE_NODES = new Set(["importExport"]); const SINGLE_LINE_NODE_TYPES = ["heading", "tableCell", "link", "wikiLink"]; const SIBLING_NODE_TYPES = new Set(["listItem", "definition", "footnoteDefinition"]); -function genericPrint$4(path, options, print) { +function genericPrint$2(path, options, print) { const node = path.getValue(); if (shouldRemainTheSameContent(path)) { - return concat$F(splitText$2(options.originalText.slice(node.position.start.offset, node.position.end.offset), options).map(node => node.type === "word" ? node.value : node.value === "" ? "" : printLine(path, node.value, options))); + return splitText(options.originalText.slice(node.position.start.offset, node.position.end.offset), options).map(node => node.type === "word" ? node.value : node.value === "" ? "" : printLine(path, node.value, options)); } switch (node.type) { @@ -51268,24 +54022,24 @@ function genericPrint$4(path, options, print) { return ""; } - return concat$F([normalizeDoc$1(printRoot(path, options, print)), !TRAILING_HARDLINE_NODES.has(getLastDescendantNode(node).type) ? hardline$s : ""]); + return [normalizeDoc(printRoot(path, options, print)), !TRAILING_HARDLINE_NODES.has(getLastDescendantNode$2(node).type) ? hardline$8 : ""]; case "paragraph": - return printChildren$1(path, options, print, { - postprocessor: fill$5 + return printChildren$4(path, options, print, { + postprocessor: fill$4 }); case "sentence": - return printChildren$1(path, options, print); + return printChildren$4(path, options, print); case "word": { let escapedValue = node.value.replace(/\*/g, "\\$&") // escape all `*` - .replace(new RegExp([`(^|${punctuationPattern$1})(_+)`, `(_+)(${punctuationPattern$1}|$)`].join("|"), "g"), (_, text1, underscore1, underscore2, text2) => (underscore1 ? `${text1}${underscore1}` : `${underscore2}${text2}`).replace(/_/g, "\\_")); // escape all `_` except concating with non-punctuation, e.g. `1_2_3` is not considered emphasis + .replace(new RegExp([`(^|${punctuationPattern})(_+)`, `(_+)(${punctuationPattern}|$)`].join("|"), "g"), (_, text1, underscore1, underscore2, text2) => (underscore1 ? `${text1}${underscore1}` : `${underscore2}${text2}`).replace(/_/g, "\\_")); // escape all `_` except concating with non-punctuation, e.g. `1_2_3` is not considered emphasis const isFirstSentence = (node, name, index) => node.type === "sentence" && index === 0; - const isLastChildAutolink = (node, name, index) => isAutolink$1(node.children[index - 1]); + const isLastChildAutolink = (node, name, index) => isAutolink(node.children[index - 1]); if (escapedValue !== node.value && (path.match(undefined, isFirstSentence, isLastChildAutolink) || path.match(undefined, isFirstSentence, (node, name, index) => node.type === "emphasis" && index === 0, isLastChildAutolink))) { // backslash is parsed as part of autolinks, so we need to remove it @@ -51301,7 +54055,7 @@ function genericPrint$4(path, options, print) { const index = parentNode.children.indexOf(node); const nextNode = parentNode.children[index + 1]; const proseWrap = // leading char that may cause different syntax - nextNode && /^>|^([*+-]|#{1,6}|\d+[).])$/.test(nextNode.value) ? "never" : options.proseWrap; + nextNode && /^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(nextNode.value) ? "never" : options.proseWrap; return printLine(path, node.value, { proseWrap }); @@ -51311,7 +54065,7 @@ function genericPrint$4(path, options, print) { { let style; - if (isAutolink$1(node.children[0])) { + if (isAutolink(node.children[0])) { style = options.originalText[node.position.start.offset]; } else { const parentNode = path.getParentNode(); @@ -51319,25 +54073,25 @@ function genericPrint$4(path, options, print) { const prevNode = parentNode.children[index - 1]; const nextNode = parentNode.children[index + 1]; const hasPrevOrNextWord = // `1*2*3` is considered emphasis but `1_2_3` is not - prevNode && prevNode.type === "sentence" && prevNode.children.length > 0 && getLast$c(prevNode.children).type === "word" && !getLast$c(prevNode.children).hasTrailingPunctuation || nextNode && nextNode.type === "sentence" && nextNode.children.length > 0 && nextNode.children[0].type === "word" && !nextNode.children[0].hasLeadingPunctuation; - style = hasPrevOrNextWord || getAncestorNode$2(path, "emphasis") ? "*" : "_"; + prevNode && prevNode.type === "sentence" && prevNode.children.length > 0 && getLast$3(prevNode.children).type === "word" && !getLast$3(prevNode.children).hasTrailingPunctuation || nextNode && nextNode.type === "sentence" && nextNode.children.length > 0 && nextNode.children[0].type === "word" && !nextNode.children[0].hasLeadingPunctuation; + style = hasPrevOrNextWord || getAncestorNode(path, "emphasis") ? "*" : "_"; } - return concat$F([style, printChildren$1(path, options, print), style]); + return [style, printChildren$4(path, options, print), style]; } case "strong": - return concat$F(["**", printChildren$1(path, options, print), "**"]); + return ["**", printChildren$4(path, options, print), "**"]; case "delete": - return concat$F(["~~", printChildren$1(path, options, print), "~~"]); + return ["~~", printChildren$4(path, options, print), "~~"]; case "inlineCode": { - const backtickCount = getMinNotPresentContinuousCount$1(node.value, "`"); + const backtickCount = getMinNotPresentContinuousCount(node.value, "`"); const style = "`".repeat(backtickCount || 1); const gap = backtickCount && !/^\s/.test(node.value) ? " " : ""; - return concat$F([style, gap, node.value, gap, style]); + return [style, gap, node.value, gap, style]; } case "wikiLink": @@ -51350,7 +54104,7 @@ function genericPrint$4(path, options, print) { contents = node.value.replace(/[\t\n]+/g, " "); } - return concat$F(["[[", contents, "]]"]); + return ["[[", contents, "]]"]; } case "link": @@ -51360,61 +54114,62 @@ function genericPrint$4(path, options, print) { const mailto = "mailto:"; const url = // is parsed as { url: "mailto:hello@example.com" } node.url.startsWith(mailto) && options.originalText.slice(node.position.start.offset + 1, node.position.start.offset + 1 + mailto.length) !== mailto ? node.url.slice(mailto.length) : node.url; - return concat$F(["<", url, ">"]); + return ["<", url, ">"]; } case "[": - return concat$F(["[", printChildren$1(path, options, print), "](", printUrl(node.url, ")"), printTitle(node.title, options), ")"]); + return ["[", printChildren$4(path, options, print), "](", printUrl(node.url, ")"), printTitle(node.title, options), ")"]; default: return options.originalText.slice(node.position.start.offset, node.position.end.offset); } case "image": - return concat$F(["![", node.alt || "", "](", printUrl(node.url, ")"), printTitle(node.title, options), ")"]); + return ["![", node.alt || "", "](", printUrl(node.url, ")"), printTitle(node.title, options), ")"]; case "blockquote": - return concat$F(["> ", align$5("> ", printChildren$1(path, options, print))]); + return ["> ", align$1("> ", printChildren$4(path, options, print))]; case "heading": - return concat$F(["#".repeat(node.depth) + " ", printChildren$1(path, options, print)]); + return ["#".repeat(node.depth) + " ", printChildren$4(path, options, print)]; case "code": { if (node.isIndented) { // indented code block const alignment = " ".repeat(4); - return align$5(alignment, concat$F([alignment, concat$F(replaceEndOfLineWith$1(node.value, hardline$s))])); + return align$1(alignment, [alignment, ...replaceTextEndOfLine$7(node.value, hardline$8)]); } // fenced code block const styleUnit = options.__inJsTemplate ? "~" : "`"; - const style = styleUnit.repeat(Math.max(3, getMaxContinuousCount$3(node.value, styleUnit) + 1)); - return concat$F([style, node.lang || "", node.meta ? " " + node.meta : "", hardline$s, concat$F(replaceEndOfLineWith$1(getFencedCodeBlockValue$2(node, options.originalText), hardline$s)), hardline$s, style]); + const style = styleUnit.repeat(Math.max(3, getMaxContinuousCount(node.value, styleUnit) + 1)); + return [style, node.lang || "", node.meta ? " " + node.meta : "", hardline$8, ...replaceTextEndOfLine$7(getFencedCodeBlockValue(node, options.originalText), hardline$8), hardline$8, style]; } case "html": { const parentNode = path.getParentNode(); - const value = parentNode.type === "root" && getLast$c(parentNode.children) === node ? node.value.trimEnd() : node.value; - const isHtmlComment = /^$/.test(value); - return concat$F(replaceEndOfLineWith$1(value, isHtmlComment ? hardline$s : markAsRoot$3(literalline$4))); + const value = parentNode.type === "root" && getLast$3(parentNode.children) === node ? node.value.trimEnd() : node.value; + const isHtmlComment = /^$/s.test(value); + return replaceTextEndOfLine$7(value, // @ts-expect-error + isHtmlComment ? hardline$8 : markAsRoot$1(literalline$3)); } case "list": { const nthSiblingIndex = getNthListSiblingIndex(node, path.getParentNode()); - const isGitDiffFriendlyOrderedList = hasGitDiffFriendlyOrderedList$1(node, options); - return printChildren$1(path, options, print, { + const isGitDiffFriendlyOrderedList = hasGitDiffFriendlyOrderedList(node, options); + return printChildren$4(path, options, print, { processor: (childPath, index) => { const prefix = getPrefix(); const childNode = childPath.getValue(); if (childNode.children.length === 2 && childNode.children[1].type === "html" && childNode.children[0].position.start.column !== childNode.children[1].position.start.column) { - return concat$F([prefix, printListItem(childPath, options, print, prefix)]); + return [prefix, printListItem(childPath, options, print, prefix)]; } - return concat$F([prefix, align$5(" ".repeat(prefix.length), printListItem(childPath, options, print, prefix))]); + return [prefix, align$1(" ".repeat(prefix.length), printListItem(childPath, options, print, prefix))]; function getPrefix() { const rawPrefix = node.ordered ? (index === 0 ? node.start : isGitDiffFriendlyOrderedList ? 1 : node.start + index) + (nthSiblingIndex % 2 === 0 ? ". " : ") ") : nthSiblingIndex % 2 === 0 ? "- " : "* "; @@ -51428,7 +54183,7 @@ function genericPrint$4(path, options, print) { case "thematicBreak": { - const counter = getAncestorCounter$1(path, "list"); + const counter = getAncestorCounter(path, "list"); if (counter === -1) { return "---"; @@ -51439,21 +54194,21 @@ function genericPrint$4(path, options, print) { } case "linkReference": - return concat$F(["[", printChildren$1(path, options, print), "]", node.referenceType === "full" ? concat$F(["[", node.identifier, "]"]) : node.referenceType === "collapsed" ? "[]" : ""]); + return ["[", printChildren$4(path, options, print), "]", node.referenceType === "full" ? ["[", node.identifier, "]"] : node.referenceType === "collapsed" ? "[]" : ""]; case "imageReference": switch (node.referenceType) { case "full": - return concat$F(["![", node.alt || "", "][", node.identifier, "]"]); + return ["![", node.alt || "", "][", node.identifier, "]"]; default: - return concat$F(["![", node.alt, "]", node.referenceType === "collapsed" ? "[]" : ""]); + return ["![", node.alt, "]", node.referenceType === "collapsed" ? "[]" : ""]; } case "definition": { - const lineOrSpace = options.proseWrap === "always" ? line$n : " "; - return group$t(concat$F([concat$F(["[", node.identifier, "]:"]), indent$u(concat$F([lineOrSpace, printUrl(node.url), node.title === null ? "" : concat$F([lineOrSpace, printTitle(node.title, options, false)])]))])); + const lineOrSpace = options.proseWrap === "always" ? line$a : " "; + return group$7(["[", node.identifier, "]:", indent$3([lineOrSpace, printUrl(node.url), node.title === null ? "" : [lineOrSpace, printTitle(node.title, options, false)]])]); } // `footnote` requires `.use(footnotes, {inlineNotes: true})`, we are not using this option // https://github.com/remarkjs/remark-footnotes#optionsinlinenotes @@ -51461,51 +54216,52 @@ function genericPrint$4(path, options, print) { /* istanbul ignore next */ case "footnote": - return concat$F(["[^", printChildren$1(path, options, print), "]"]); + return ["[^", printChildren$4(path, options, print), "]"]; case "footnoteReference": - return concat$F(["[^", node.identifier, "]"]); + return ["[^", node.identifier, "]"]; case "footnoteDefinition": { const nextNode = path.getParentNode().children[path.getName() + 1]; const shouldInlineFootnote = node.children.length === 1 && node.children[0].type === "paragraph" && (options.proseWrap === "never" || options.proseWrap === "preserve" && node.children[0].position.start.line === node.children[0].position.end.line); - return concat$F(["[^", node.identifier, "]: ", shouldInlineFootnote ? printChildren$1(path, options, print) : group$t(concat$F([align$5(" ".repeat(4), printChildren$1(path, options, print, { - processor: (childPath, index) => { - return index === 0 ? group$t(concat$F([softline$l, childPath.call(print)])) : childPath.call(print); - } - })), nextNode && nextNode.type === "footnoteDefinition" ? softline$l : ""]))]); + return ["[^", node.identifier, "]: ", shouldInlineFootnote ? printChildren$4(path, options, print) : group$7([align$1(" ".repeat(4), printChildren$4(path, options, print, { + processor: (childPath, index) => index === 0 ? group$7([softline$6, print()]) : print() + })), nextNode && nextNode.type === "footnoteDefinition" ? softline$6 : ""])]; } case "table": return printTable(path, options, print); case "tableCell": - return printChildren$1(path, options, print); + return printChildren$4(path, options, print); case "break": - return /\s/.test(options.originalText[node.position.start.offset]) ? concat$F([" ", markAsRoot$3(literalline$4)]) : concat$F(["\\", hardline$s]); + return /\s/.test(options.originalText[node.position.start.offset]) ? [" ", markAsRoot$1(literalline$3)] : ["\\", hardline$8]; case "liquidNode": - return concat$F(replaceEndOfLineWith$1(node.value, hardline$s)); + return replaceTextEndOfLine$7(node.value, hardline$8); // MDX // fallback to the original text if multiparser failed // or `embeddedLanguageFormatting: "off"` case "importExport": - return concat$F([node.value, hardline$s]); + return [node.value, hardline$8]; + + case "esComment": + return ["{/* ", node.value, " */}"]; case "jsx": return node.value; case "math": - return concat$F(["$$", hardline$s, node.value ? concat$F([concat$F(replaceEndOfLineWith$1(node.value, hardline$s)), hardline$s]) : "", "$$"]); + return ["$$", hardline$8, node.value ? [...replaceTextEndOfLine$7(node.value, hardline$8), hardline$8] : "", "$$"]; case "inlineMath": { // remark-math trims content but we don't want to remove whitespaces // since it's very possible that it's recognized as math accidentally - return options.originalText.slice(locStart$h(node), locEnd$n(node)); + return options.originalText.slice(locStart$6(node), locEnd$5(node)); } case "tableRow": // handled in "table" @@ -51521,17 +54277,17 @@ function genericPrint$4(path, options, print) { function printListItem(path, options, print, listPrefix) { const node = path.getValue(); const prefix = node.checked === null ? "" : node.checked ? "[x] " : "[ ] "; - return concat$F([prefix, printChildren$1(path, options, print, { + return [prefix, printChildren$4(path, options, print, { processor: (childPath, index) => { if (index === 0 && childPath.getValue().type !== "list") { - return align$5(" ".repeat(prefix.length), childPath.call(print)); + return align$1(" ".repeat(prefix.length), print()); } const alignment = " ".repeat(clamp(options.tabWidth - listPrefix.length, 0, 3) // 4+ will cause indented code block ); - return concat$F([alignment, align$5(alignment, childPath.call(print))]); + return [alignment, align$1(alignment, print())]; } - })]); + })]; } function alignListPrefix(prefix, options) { @@ -51550,8 +54306,6 @@ function getNthListSiblingIndex(node, parentNode) { } function getNthSiblingIndex(node, parentNode, condition) { - condition = condition || (() => true); - let index = -1; for (const childNode of parentNode.children) { @@ -51567,8 +54321,8 @@ function getNthSiblingIndex(node, parentNode, condition) { } } -function getAncestorCounter$1(path, typeOrTypes) { - const types = [].concat(typeOrTypes); +function getAncestorCounter(path, typeOrTypes) { + const types = Array.isArray(typeOrTypes) ? typeOrTypes : [typeOrTypes]; let counter = -1; let ancestorNode; @@ -51581,28 +54335,27 @@ function getAncestorCounter$1(path, typeOrTypes) { return -1; } -function getAncestorNode$2(path, typeOrTypes) { - const counter = getAncestorCounter$1(path, typeOrTypes); +function getAncestorNode(path, typeOrTypes) { + const counter = getAncestorCounter(path, typeOrTypes); return counter === -1 ? null : path.getParentNode(counter); } function printLine(path, value, options) { if (options.proseWrap === "preserve" && value === "\n") { - return hardline$s; + return hardline$8; } - const isBreakable = options.proseWrap === "always" && !getAncestorNode$2(path, SINGLE_LINE_NODE_TYPES); - return value !== "" ? isBreakable ? line$n : " " : isBreakable ? softline$l : ""; + const isBreakable = options.proseWrap === "always" && !getAncestorNode(path, SINGLE_LINE_NODE_TYPES); + return value !== "" ? isBreakable ? line$a : " " : isBreakable ? softline$6 : ""; } function printTable(path, options, print) { - const hardlineWithoutBreakParent = hardline$s.parts[0]; const node = path.getValue(); const columnMaxWidths = []; // { [rowIndex: number]: { [columnIndex: number]: {text: string, width: number} } } const contents = path.map(rowPath => rowPath.map((cellPath, columnIndex) => { - const text = printDocToString$3(cellPath.call(print), options).formatted; - const width = getStringWidth$4(text); + const text = printDocToString(print(), options).formatted; + const width = getStringWidth(text); columnMaxWidths[columnIndex] = Math.max(columnMaxWidths[columnIndex] || 3, // minimum width = 3 (---, :--, :-:, --:) width); return { @@ -51615,24 +54368,24 @@ function printTable(path, options, print) { false); if (options.proseWrap !== "never") { - return concat$F([breakParent$6, alignedTable]); + return [breakParent$4, alignedTable]; } // Only if the --prose-wrap never is set and it exceeds the print width. const compactTable = printTableContents( /* isCompact */ true); - return concat$F([breakParent$6, group$t(ifBreak$h(compactTable, alignedTable))]); + return [breakParent$4, group$7(ifBreak$5(compactTable, alignedTable))]; function printTableContents(isCompact) { /** @type{Doc[]} */ const parts = [printRow(contents[0], isCompact), printAlign(isCompact)]; if (contents.length > 1) { - parts.push(join$k(hardlineWithoutBreakParent, contents.slice(1).map(rowContents => printRow(rowContents, isCompact)))); + parts.push(join$7(hardlineWithoutBreakParent, contents.slice(1).map(rowContents => printRow(rowContents, isCompact)))); } - return join$k(hardlineWithoutBreakParent, parts); + return join$7(hardlineWithoutBreakParent, parts); } function printAlign(isCompact) { @@ -51683,8 +54436,9 @@ function printRoot(path, options, print) { const { children } = path.getValue(); - children.forEach((childNode, index) => { - switch (isPrettierIgnore(childNode)) { + + for (const [index, childNode] of children.entries()) { + switch (isPrettierIgnore$2(childNode)) { case "start": if (ignoreStart === null) { ignoreStart = { @@ -51709,14 +54463,15 @@ function printRoot(path, options, print) { break; } - }); - return printChildren$1(path, options, print, { + } + + return printChildren$4(path, options, print, { processor: (childPath, index) => { - if (ignoreRanges.length !== 0) { + if (ignoreRanges.length > 0) { const ignoreRange = ignoreRanges[0]; if (index === ignoreRange.start.index) { - return concat$F([children[ignoreRange.start.index].value, options.originalText.slice(ignoreRange.start.offset, ignoreRange.end.offset), children[ignoreRange.end.index].value]); + return [children[ignoreRange.start.index].value, options.originalText.slice(ignoreRange.start.offset, ignoreRange.end.offset), children[ignoreRange.end.index].value]; } if (ignoreRange.start.index < index && index < ignoreRange.end.index) { @@ -51729,16 +54484,17 @@ function printRoot(path, options, print) { } } - return childPath.call(print); + return print(); } }); } -function printChildren$1(path, options, print, events) { - events = events || {}; - const postprocessor = events.postprocessor || concat$F; +function printChildren$4(path, options, print, events = {}) { + const { + postprocessor + } = events; - const processor = events.processor || (childPath => childPath.call(print)); + const processor = events.processor || (() => print()); const node = path.getValue(); const parts = []; @@ -51755,22 +54511,22 @@ function printChildren$1(path, options, print, events) { options }; - if (!shouldNotPrePrintHardline(childNode, data)) { - parts.push(hardline$s); // Can't find a case to pass `shouldPrePrintTripleHardline` + if (shouldPrePrintHardline(childNode, data)) { + parts.push(hardline$8); // Can't find a case to pass `shouldPrePrintTripleHardline` /* istanbul ignore next */ if (lastChildNode && TRAILING_HARDLINE_NODES.has(lastChildNode.type)) { if (shouldPrePrintTripleHardline(childNode, data)) { - parts.push(hardline$s); + parts.push(hardline$8); } } else { if (shouldPrePrintDoubleHardline(childNode, data) || shouldPrePrintTripleHardline(childNode, data)) { - parts.push(hardline$s); + parts.push(hardline$8); } if (shouldPrePrintTripleHardline(childNode, data)) { - parts.push(hardline$s); + parts.push(hardline$8); } } } @@ -51779,14 +54535,14 @@ function printChildren$1(path, options, print, events) { lastChildNode = childNode; } }, "children"); - return postprocessor(parts); + return postprocessor ? postprocessor(parts) : parts; } -function getLastDescendantNode(node) { +function getLastDescendantNode$2(node) { let current = node; - while (current.children && current.children.length !== 0) { - current = current.children[current.children.length - 1]; + while (isNonEmptyArray$2(current.children)) { + current = getLast$3(current.children); } return current; @@ -51794,20 +54550,33 @@ function getLastDescendantNode(node) { /** @return {false | 'next' | 'start' | 'end'} */ -function isPrettierIgnore(node) { - if (node.type !== "html") { - return false; +function isPrettierIgnore$2(node) { + let match; + + if (node.type === "html") { + match = node.value.match(/^$/); + } else { + let comment; + + if (node.type === "esComment") { + comment = node; + } else if (node.type === "paragraph" && node.children.length === 1 && node.children[0].type === "esComment") { + comment = node.children[0]; + } + + if (comment) { + match = comment.value.match(/^prettier-ignore(?:-(start|end))?$/); + } } - const match = node.value.match(/^$/); - return match === null ? false : match[1] ? match[1] : "next"; + return match ? match[1] ? match[1] : "next" : false; } -function shouldNotPrePrintHardline(node, data) { +function shouldPrePrintHardline(node, data) { const isFirstNode = data.parts.length === 0; - const isInlineNode = INLINE_NODE_TYPES$1.includes(node.type); - const isInlineHTML = node.type === "html" && INLINE_NODE_WRAPPER_TYPES$1.includes(data.parentNode.type); - return isFirstNode || isInlineNode || isInlineHTML; + const isInlineNode = INLINE_NODE_TYPES.includes(node.type); + const isInlineHTML = node.type === "html" && INLINE_NODE_WRAPPER_TYPES.includes(data.parentNode.type); + return !isFirstNode && !isInlineNode && !isInlineHTML; } function shouldPrePrintDoubleHardline(node, data) { @@ -51815,7 +54584,7 @@ function shouldPrePrintDoubleHardline(node, data) { const isSiblingNode = isSequence && SIBLING_NODE_TYPES.has(node.type); const isInTightListItem = data.parentNode.type === "listItem" && !data.parentNode.loose; const isPrevNodeLooseListItem = data.prevNode && data.prevNode.type === "listItem" && data.prevNode.loose; - const isPrevNodePrettierIgnore = isPrettierIgnore(data.prevNode) === "next"; + const isPrevNodePrettierIgnore = isPrettierIgnore$2(data.prevNode) === "next"; const isBlockHtmlWithoutBlankLineBetweenPrevHtml = node.type === "html" && data.prevNode && data.prevNode.type === "html" && data.prevNode.position.end.line + 1 === node.position.start.line; const isHtmlDirectAfterListItem = node.type === "html" && data.parentNode.type === "listItem" && data.prevNode && data.prevNode.type === "paragraph" && data.prevNode.position.end.line + 1 === node.position.start.line; return isPrevNodeLooseListItem || !(isSiblingNode || isInTightListItem || isPrevNodePrettierIgnore || isBlockHtmlWithoutBlankLineBetweenPrevHtml || isHtmlDirectAfterListItem); @@ -51828,20 +54597,22 @@ function shouldPrePrintTripleHardline(node, data) { } function shouldRemainTheSameContent(path) { - const ancestorNode = getAncestorNode$2(path, ["linkReference", "imageReference"]); + const ancestorNode = getAncestorNode(path, ["linkReference", "imageReference"]); return ancestorNode && (ancestorNode.type !== "linkReference" || ancestorNode.referenceType !== "full"); } +/** + * @param {string} url + * @param {string[] | string} [dangerousCharOrChars] + * @returns {string} + */ + -function printUrl(url, dangerousCharOrChars) { - const dangerousChars = [" "].concat(dangerousCharOrChars || []); +function printUrl(url, dangerousCharOrChars = []) { + const dangerousChars = [" ", ...(Array.isArray(dangerousCharOrChars) ? dangerousCharOrChars : [dangerousCharOrChars])]; return new RegExp(dangerousChars.map(x => `\\${x}`).join("|")).test(url) ? `<${url}>` : url; } -function printTitle(title, options, printSpace) { - if (printSpace == null) { - printSpace = true; - } - +function printTitle(title, options, printSpace = true) { if (!title) { return ""; } @@ -51871,41 +54642,59 @@ function clamp(value, min, max) { } function hasPrettierIgnore$5(path) { - const index = +path.getName(); + const index = Number(path.getName()); if (index === 0) { return false; } const prevNode = path.getParentNode().children[index - 1]; - return isPrettierIgnore(prevNode) === "next"; + return isPrettierIgnore$2(prevNode) === "next"; } var printerMarkdown = { - preprocess: printPreprocess$1, - print: genericPrint$4, - embed: embed_1$2, - massageAstNode: clean_1$3, + preprocess: preprocess$4, + print: genericPrint$2, + embed: embed$5, + massageAstNode: clean$3, hasPrettierIgnore: hasPrettierIgnore$5, - insertPragma: insertPragma$6 + insertPragma: insertPragma$4 }; +const commonOptions$2 = commonOptions$6; // format based on https://github.com/prettier/prettier/blob/main/src/main/core-options.js + var options$5 = { - proseWrap: commonOptions.proseWrap, - singleQuote: commonOptions.singleQuote + proseWrap: commonOptions$2.proseWrap, + singleQuote: commonOptions$2.singleQuote }; -var name$f = "Markdown"; -var type$d = "prose"; -var color$7 = "#083fa1"; -var aliases$4 = [ +var parsers$5 = { + /* istanbul ignore next */ + get remark() { + return require("./parser-markdown.js").parsers.remark; + }, + + get markdown() { + return require("./parser-markdown.js").parsers.remark; + }, + + get mdx() { + return require("./parser-markdown.js").parsers.mdx; + } + +}; + +var name$3 = "Markdown"; +var type$3 = "prose"; +var color$3 = "#083fa1"; +var aliases$2 = [ "pandoc" ]; -var aceMode$d = "markdown"; -var codemirrorMode$a = "gfm"; -var codemirrorMimeType$a = "text/x-gfm"; +var aceMode$3 = "markdown"; +var codemirrorMode$2 = "gfm"; +var codemirrorMimeType$2 = "text/x-gfm"; var wrap = true; -var extensions$d = [ +var extensions$3 = [ ".md", ".markdown", ".mdown", @@ -51915,35 +54704,40 @@ var extensions$d = [ ".mkdn", ".mkdown", ".ronn", + ".scd", ".workbook" ]; -var filenames$3 = [ +var filenames$1 = [ "contents.lr" ]; -var tmScope$d = "source.gfm"; -var languageId$d = 222; -var require$$0$6 = { - name: name$f, - type: type$d, - color: color$7, - aliases: aliases$4, - aceMode: aceMode$d, - codemirrorMode: codemirrorMode$a, - codemirrorMimeType: codemirrorMimeType$a, +var tmScope$3 = "source.gfm"; +var languageId$3 = 222; +var require$$4$3 = { + name: name$3, + type: type$3, + color: color$3, + aliases: aliases$2, + aceMode: aceMode$3, + codemirrorMode: codemirrorMode$2, + codemirrorMimeType: codemirrorMimeType$2, wrap: wrap, - extensions: extensions$d, - filenames: filenames$3, - tmScope: tmScope$d, - languageId: languageId$d + extensions: extensions$3, + filenames: filenames$1, + tmScope: tmScope$3, + languageId: languageId$3 }; -const languages$4 = [createLanguage(require$$0$6, data => ({ +const createLanguage$2 = createLanguage$7; +const printer$2 = printerMarkdown; +const options$4 = options$5; +const parsers$4 = parsers$5; +const languages$3 = [createLanguage$2(require$$4$3, data => ({ since: "1.8.0", parsers: ["markdown"], vscodeLanguageIds: ["markdown"], - filenames: data.filenames.concat(["README"]), + filenames: [...data.filenames, "README"], extensions: data.extensions.filter(extension => extension !== ".mdx") -})), createLanguage(require$$0$6, () => ({ +})), createLanguage$2(require$$4$3, () => ({ name: "MDX", since: "1.15.0", parsers: ["mdx"], @@ -51951,43 +54745,28 @@ const languages$4 = [createLanguage(require$$0$6, data => ({ filenames: [], extensions: [".mdx"] }))]; -const printers$4 = { - mdast: printerMarkdown -}; -const parsers$4 = { - /* istanbul ignore next */ - get remark() { - return require("./parser-markdown").parsers.remark; - }, - - get markdown() { - return require("./parser-markdown").parsers.remark; - }, - - get mdx() { - return require("./parser-markdown").parsers.mdx; - } - +const printers$1 = { + mdast: printer$2 }; var languageMarkdown = { - languages: languages$4, - options: options$5, - printers: printers$4, + languages: languages$3, + options: options$4, + printers: printers$1, parsers: parsers$4 }; const { - isFrontMatterNode: isFrontMatterNode$4 -} = util; -const ignoredProperties$4 = new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan"]); + isFrontMatterNode: isFrontMatterNode$1 +} = util$8; +const ignoredProperties = new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan"]); -function clean$6(ast, newNode) { +function clean$2(ast, newNode) { if (ast.type === "text" || ast.type === "comment") { return null; } // may be formatted by multiparser - if (isFrontMatterNode$4(ast) || ast.type === "yaml" || ast.type === "toml") { + if (isFrontMatterNode$1(ast) || ast.type === "yaml" || ast.type === "toml") { return null; } @@ -52000,10 +54779,10 @@ function clean$6(ast, newNode) { } } -clean$6.ignoredProperties = ignoredProperties$4; -var clean_1$4 = clean$6; +clean$2.ignoredProperties = ignoredProperties; +var clean_1 = clean$2; -var htmlTagNames = [ +var require$$0 = [ "a", "abbr", "acronym", @@ -52276,10 +55055,10 @@ var colgroup = [ "valign", "width" ]; -var data$2 = [ +var data = [ "value" ]; -var del$1 = [ +var del = [ "cite", "datetime" ]; @@ -52301,7 +55080,7 @@ var div = [ var dl = [ "compact" ]; -var embed$3 = [ +var embed$4 = [ "height", "src", "type", @@ -52369,7 +55148,7 @@ var hr = [ "size", "width" ]; -var html$1 = [ +var html = [ "manifest", "version" ]; @@ -52472,7 +55251,7 @@ var li = [ "type", "value" ]; -var link$3 = [ +var link = [ "as", "charset", "color", @@ -52493,7 +55272,7 @@ var link$3 = [ "title", "type" ]; -var map$1 = [ +var map = [ "name" ]; var menu = [ @@ -52514,7 +55293,7 @@ var meter = [ "optimum", "value" ]; -var object$1 = [ +var object = [ "align", "archive", "border", @@ -52602,7 +55381,7 @@ var select = [ var slot = [ "name" ]; -var source$2 = [ +var source = [ "media", "sizes", "src", @@ -52728,7 +55507,7 @@ var video = [ "src", "width" ]; -var htmlElementAttributes = { +var require$$1 = { "*": [ "accesskey", "autocapitalize", @@ -52772,15 +55551,15 @@ var htmlElementAttributes = { caption: caption, col: col, colgroup: colgroup, - data: data$2, - del: del$1, + data: data, + del: del, details: details, dfn: dfn, dialog: dialog, dir: dir, div: div, dl: dl, - embed: embed$3, + embed: embed$4, fieldset: fieldset, font: font, form: form, @@ -52794,7 +55573,7 @@ var htmlElementAttributes = { h6: h6, head: head, hr: hr, - html: html$1, + html: html, iframe: iframe, img: img, input: input, @@ -52803,12 +55582,12 @@ var htmlElementAttributes = { label: label, legend: legend, li: li, - link: link$3, - map: map$1, + link: link, + map: map, menu: menu, meta: meta, meter: meter, - object: object$1, + object: object, ol: ol, optgroup: optgroup, option: option, @@ -52821,7 +55600,7 @@ var htmlElementAttributes = { script: script, select: select, slot: slot, - source: source$2, + source: source, style: style, table: table, tbody: tbody, @@ -52837,7 +55616,7 @@ var htmlElementAttributes = { video: video }; -var json$1 = { +var require$$4$2 = { "CSS_DISPLAY_TAGS": { "area": "none", "base": "none", @@ -52933,16 +55712,34 @@ var json$1 = { "CSS_WHITE_SPACE_DEFAULT": "normal" }; +/** + * @typedef {import("../common/ast-path")} AstPath + */ + + +const htmlTagNames = require$$0; +const htmlElementAttributes = require$$1; const { - inferParserByLanguage: inferParserByLanguage$2, - isFrontMatterNode: isFrontMatterNode$5 -} = util; + inferParserByLanguage, + isFrontMatterNode +} = util$8; +const { + builders: { + line: line$9, + hardline: hardline$7, + join: join$6 + }, + utils: { + getDocParts: getDocParts$3, + replaceTextEndOfLine: replaceTextEndOfLine$6 + } +} = require$$7$3; const { CSS_DISPLAY_TAGS, CSS_DISPLAY_DEFAULT, CSS_WHITE_SPACE_TAGS, CSS_WHITE_SPACE_DEFAULT -} = json$1; +} = require$$4$2; const HTML_TAGS = arrayToMap(htmlTagNames); const HTML_ELEMENT_ATTRIBUTES = mapObject(htmlElementAttributes, arrayToMap); // https://infra.spec.whatwg.org/#ascii-whitespace @@ -52952,18 +55749,18 @@ const htmlTrimStart = string => string.replace(/^[\t\n\f\r ]+/, ""); const htmlTrimEnd = string => string.replace(/[\t\n\f\r ]+$/, ""); -const htmlTrim = string => htmlTrimStart(htmlTrimEnd(string)); +const htmlTrim$1 = string => htmlTrimStart(htmlTrimEnd(string)); const htmlTrimLeadingBlankLines = string => string.replace(/^[\t\f\r ]*?\n/g, ""); -const htmlTrimPreserveIndentation = string => htmlTrimLeadingBlankLines(htmlTrimEnd(string)); +const htmlTrimPreserveIndentation$1 = string => htmlTrimLeadingBlankLines(htmlTrimEnd(string)); const splitByHtmlWhitespace = string => string.split(/[\t\n\f\r ]+/); const getLeadingHtmlWhitespace = string => string.match(/^[\t\n\f\r ]*/)[0]; -const getLeadingAndTrailingHtmlWhitespace = string => { - const [, leadingWhitespace, text, trailingWhitespace] = string.match(/^([\t\n\f\r ]*)([\S\s]*?)([\t\n\f\r ]*)$/); +const getLeadingAndTrailingHtmlWhitespace$1 = string => { + const [, leadingWhitespace, text, trailingWhitespace] = string.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s); return { leadingWhitespace, trailingWhitespace, @@ -52971,7 +55768,7 @@ const getLeadingAndTrailingHtmlWhitespace = string => { }; }; -const hasHtmlWhitespace = string => /[\t\n\f\r ]/.test(string); +const hasHtmlWhitespace$1 = string => /[\t\n\f\r ]/.test(string); function arrayToMap(array) { const map = Object.create(null); @@ -52986,14 +55783,14 @@ function arrayToMap(array) { function mapObject(object, fn) { const newObject = Object.create(null); - for (const key of Object.keys(object)) { - newObject[key] = fn(object[key], key); + for (const [key, value] of Object.entries(object)) { + newObject[key] = fn(value, key); } return newObject; } -function shouldPreserveContent(node, options) { +function shouldPreserveContent$2(node, options) { // unterminated node in ie conditional comment // e.g. if (node.type === "ieConditionalComment" && node.lastChild && !node.lastChild.isSelfClosing && !node.lastChild.endSourceSpan) { @@ -53007,18 +55804,18 @@ function shouldPreserveContent(node, options) { } // TODO: handle non-text children in
 
 
-  if (isPreLikeNode(node) && node.children.some(child => child.type !== "text" && child.type !== "interpolation")) {
+  if (isPreLikeNode$1(node) && node.children.some(child => child.type !== "text" && child.type !== "interpolation")) {
     return true;
   }
 
-  if (isVueNonHtmlBlock(node, options) && !isScriptLikeTag(node) && node.type !== "interpolation") {
+  if (isVueNonHtmlBlock$1(node, options) && !isScriptLikeTag$2(node) && node.type !== "interpolation") {
     return true;
   }
 
   return false;
 }
 
-function hasPrettierIgnore$6(node) {
+function hasPrettierIgnore$4(node) {
   /* istanbul ignore next */
   if (node.type === "attribute") {
     return false;
@@ -53041,44 +55838,30 @@ function hasPrettierIgnore$6(node) {
 function isPrettierIgnore$1(node) {
   return node.type === "comment" && node.value.trim() === "prettier-ignore";
 }
-
-function getPrettierIgnoreAttributeCommentData(value) {
-  const match = value.trim().match(/^prettier-ignore-attribute(?:\s+([^]+))?$/);
-
-  if (!match) {
-    return false;
-  }
-
-  if (!match[1]) {
-    return true;
-  }
-
-  return match[1].split(/\s+/);
-}
 /** there's no opening/closing tag or it's considered not breakable */
 
 
-function isTextLikeNode(node) {
+function isTextLikeNode$2(node) {
   return node.type === "text" || node.type === "comment";
 }
 
-function isScriptLikeTag(node) {
+function isScriptLikeTag$2(node) {
   return node.type === "element" && (node.fullName === "script" || node.fullName === "style" || node.fullName === "svg:style" || isUnknownNamespace(node) && (node.name === "script" || node.name === "style"));
 }
 
-function canHaveInterpolation(node) {
-  return node.children && !isScriptLikeTag(node);
+function canHaveInterpolation$1(node) {
+  return node.children && !isScriptLikeTag$2(node);
 }
 
-function isWhitespaceSensitiveNode(node) {
-  return isScriptLikeTag(node) || node.type === "interpolation" || isIndentationSensitiveNode(node);
+function isWhitespaceSensitiveNode$1(node) {
+  return isScriptLikeTag$2(node) || node.type === "interpolation" || isIndentationSensitiveNode$1(node);
 }
 
-function isIndentationSensitiveNode(node) {
+function isIndentationSensitiveNode$1(node) {
   return getNodeCssStyleWhiteSpace(node).startsWith("pre");
 }
 
-function isLeadingSpaceSensitiveNode(node, options) {
+function isLeadingSpaceSensitiveNode$1(node, options) {
   const isLeadingSpaceSensitive = _isLeadingSpaceSensitiveNode();
 
   if (isLeadingSpaceSensitive && !node.prev && node.parent && node.parent.tagDefinition && node.parent.tagDefinition.ignoreFirstLf) {
@@ -53088,7 +55871,7 @@ function isLeadingSpaceSensitiveNode(node, options) {
   return isLeadingSpaceSensitive;
 
   function _isLeadingSpaceSensitiveNode() {
-    if (isFrontMatterNode$5(node)) {
+    if (isFrontMatterNode(node)) {
       return false;
     }
 
@@ -53100,11 +55883,11 @@ function isLeadingSpaceSensitiveNode(node, options) {
       return false;
     }
 
-    if (isPreLikeNode(node.parent)) {
+    if (isPreLikeNode$1(node.parent)) {
       return true;
     }
 
-    if (!node.prev && (node.parent.type === "root" || isPreLikeNode(node) && node.parent || isScriptLikeTag(node.parent) || isVueCustomBlock(node.parent, options) || !isFirstChildLeadingSpaceSensitiveCssDisplay(node.parent.cssDisplay))) {
+    if (!node.prev && (node.parent.type === "root" || isPreLikeNode$1(node) && node.parent || isScriptLikeTag$2(node.parent) || isVueCustomBlock$1(node.parent, options) || !isFirstChildLeadingSpaceSensitiveCssDisplay(node.parent.cssDisplay))) {
       return false;
     }
 
@@ -53116,8 +55899,8 @@ function isLeadingSpaceSensitiveNode(node, options) {
   }
 }
 
-function isTrailingSpaceSensitiveNode(node, options) {
-  if (isFrontMatterNode$5(node)) {
+function isTrailingSpaceSensitiveNode$1(node, options) {
+  if (isFrontMatterNode(node)) {
     return false;
   }
 
@@ -53129,11 +55912,11 @@ function isTrailingSpaceSensitiveNode(node, options) {
     return false;
   }
 
-  if (isPreLikeNode(node.parent)) {
+  if (isPreLikeNode$1(node.parent)) {
     return true;
   }
 
-  if (!node.next && (node.parent.type === "root" || isPreLikeNode(node) && node.parent || isScriptLikeTag(node.parent) || isVueCustomBlock(node.parent, options) || !isLastChildTrailingSpaceSensitiveCssDisplay(node.parent.cssDisplay))) {
+  if (!node.next && (node.parent.type === "root" || isPreLikeNode$1(node) && node.parent || isScriptLikeTag$2(node.parent) || isVueCustomBlock$1(node.parent, options) || !isLastChildTrailingSpaceSensitiveCssDisplay(node.parent.cssDisplay))) {
     return false;
   }
 
@@ -53144,27 +55927,27 @@ function isTrailingSpaceSensitiveNode(node, options) {
   return true;
 }
 
-function isDanglingSpaceSensitiveNode(node) {
-  return isDanglingSpaceSensitiveCssDisplay(node.cssDisplay) && !isScriptLikeTag(node);
+function isDanglingSpaceSensitiveNode$1(node) {
+  return isDanglingSpaceSensitiveCssDisplay(node.cssDisplay) && !isScriptLikeTag$2(node);
 }
 
-function forceNextEmptyLine(node) {
-  return isFrontMatterNode$5(node) || node.next && node.sourceSpan.end && node.sourceSpan.end.line + 1 < node.next.sourceSpan.start.line;
+function forceNextEmptyLine$1(node) {
+  return isFrontMatterNode(node) || node.next && node.sourceSpan.end && node.sourceSpan.end.line + 1 < node.next.sourceSpan.start.line;
 }
 /** firstChild leadingSpaces and lastChild trailingSpaces */
 
 
-function forceBreakContent(node) {
-  return forceBreakChildren(node) || node.type === "element" && node.children.length !== 0 && (["body", "script", "style"].includes(node.name) || node.children.some(child => hasNonTextChild(child))) || node.firstChild && node.firstChild === node.lastChild && node.firstChild.type !== "text" && hasLeadingLineBreak(node.firstChild) && (!node.lastChild.isTrailingSpaceSensitive || hasTrailingLineBreak(node.lastChild));
+function forceBreakContent$1(node) {
+  return forceBreakChildren$1(node) || node.type === "element" && node.children.length > 0 && (["body", "script", "style"].includes(node.name) || node.children.some(child => hasNonTextChild(child))) || node.firstChild && node.firstChild === node.lastChild && node.firstChild.type !== "text" && hasLeadingLineBreak(node.firstChild) && (!node.lastChild.isTrailingSpaceSensitive || hasTrailingLineBreak(node.lastChild));
 }
 /** spaces between children */
 
 
-function forceBreakChildren(node) {
-  return node.type === "element" && node.children.length !== 0 && (["html", "head", "ul", "ol", "select"].includes(node.name) || node.cssDisplay.startsWith("table") && node.cssDisplay !== "table-cell");
+function forceBreakChildren$1(node) {
+  return node.type === "element" && node.children.length > 0 && (["html", "head", "ul", "ol", "select"].includes(node.name) || node.cssDisplay.startsWith("table") && node.cssDisplay !== "table-cell");
 }
 
-function preferHardlineAsLeadingSpaces(node) {
+function preferHardlineAsLeadingSpaces$1(node) {
   return preferHardlineAsSurroundingSpaces(node) || node.prev && preferHardlineAsTrailingSpaces(node.prev) || hasSurroundingLineBreak(node);
 }
 
@@ -53198,8 +55981,8 @@ function preferHardlineAsSurroundingSpaces(node) {
   return false;
 }
 
-function getLastDescendant(node) {
-  return node.lastChild ? getLastDescendant(node.lastChild) : node;
+function getLastDescendant$1(node) {
+  return node.lastChild ? getLastDescendant$1(node.lastChild) : node;
 }
 
 function hasNonTextChild(node) {
@@ -53255,7 +56038,7 @@ function inferStyleParser(node) {
   }
 }
 
-function inferScriptParser(node, options) {
+function inferScriptParser$1(node, options) {
   if (node.name === "script" && !node.attrMap.src) {
     if (!node.attrMap.lang && !node.attrMap.type) {
       return "babel";
@@ -53268,8 +56051,8 @@ function inferScriptParser(node, options) {
     return inferStyleParser(node);
   }
 
-  if (options && isVueNonHtmlBlock(node, options)) {
-    return _inferScriptParser(node) || !("src" in node.attrMap) && inferParserByLanguage$2(node.attrMap.lang, options);
+  if (options && isVueNonHtmlBlock$1(node, options)) {
+    return _inferScriptParser(node) || !("src" in node.attrMap) && inferParserByLanguage(node.attrMap.lang, options);
   }
 }
 
@@ -53297,11 +56080,16 @@ function isDanglingSpaceSensitiveCssDisplay(cssDisplay) {
   return !isBlockLikeCssDisplay(cssDisplay) && cssDisplay !== "inline-block";
 }
 
-function isPreLikeNode(node) {
+function isPreLikeNode$1(node) {
   return getNodeCssStyleWhiteSpace(node).startsWith("pre");
 }
+/**
+ * @param {AstPath} path
+ * @param {(any) => boolean} predicate
+ */
+
 
-function countParents(path, predicate) {
+function countParents$1(path, predicate) {
   let counter = 0;
 
   for (let i = path.stack.length - 1; i >= 0; i--) {
@@ -53329,7 +56117,7 @@ function hasParent(node, fn) {
   return false;
 }
 
-function getNodeCssStyleDisplay(node, options) {
+function getNodeCssStyleDisplay$1(node, options) {
   if (node.prev && node.prev.type === "comment") {
     // 
     const match = node.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);
@@ -53377,7 +56165,7 @@ function getNodeCssStyleWhiteSpace(node) {
 }
 
 function getMinIndentation(text) {
-  let minIndentation = Infinity;
+  let minIndentation = Number.POSITIVE_INFINITY;
 
   for (const lineText of text.split("\n")) {
     if (lineText.length === 0) {
@@ -53399,18 +56187,14 @@ function getMinIndentation(text) {
     }
   }
 
-  return minIndentation === Infinity ? 0 : minIndentation;
+  return minIndentation === Number.POSITIVE_INFINITY ? 0 : minIndentation;
 }
 
-function dedentString(text, minIndent = getMinIndentation(text)) {
+function dedentString$1(text, minIndent = getMinIndentation(text)) {
   return minIndent === 0 ? text : text.split("\n").map(lineText => lineText.slice(minIndent)).join("\n");
 }
 
-function shouldNotPrintClosingTag(node, options) {
-  return !node.isSelfClosing && !node.endSourceSpan && (hasPrettierIgnore$6(node) || shouldPreserveContent(node.parent, options));
-}
-
-function countChars(text, char) {
+function countChars$1(text, char) {
   let counter = 0;
 
   for (let i = 0; i < text.length; i++) {
@@ -53422,7 +56206,7 @@ function countChars(text, char) {
   return counter;
 }
 
-function unescapeQuoteEntities(text) {
+function unescapeQuoteEntities$2(text) {
   return text.replace(/'/g, "'").replace(/"/g, '"');
 } // top-level elements (excluding