prettier 2.1.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,55 @@
1
+ function e(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function t(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var n={name:"prettier",version:"2.3.0",description:"Prettier is an opinionated code formatter",bin:"./bin/prettier.js",repository:"prettier/prettier",homepage:"https://prettier.io",author:"James Long",license:"MIT",main:"./index.js",browser:"./standalone.js",unpkg:"./standalone.js",engines:{node:">=10.13.0"},files:["index.js","standalone.js","src","bin"],dependencies:{"@angular/compiler":"11.2.13","@babel/code-frame":"7.12.13","@babel/parser":"7.14.1","@glimmer/syntax":"0.79.0","@iarna/toml":"2.2.5","@typescript-eslint/typescript-estree":"4.22.0","angular-estree-parser":"2.3.0","angular-html-parser":"1.8.0",camelcase:"6.2.0",chalk:"4.1.1","ci-info":"3.1.1","cjk-regex":"2.0.1",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.1",esutils:"2.0.3","fast-glob":"3.2.5","fast-json-stable-stringify":"2.1.0","find-parent-dir":"0.3.0","flow-parser":"0.150.1","get-stdin":"8.0.0",globby:"11.0.3",graphql:"15.5.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.2.0",leven:"3.1.0","lines-and-columns":"1.1.6","linguist-languages":"7.14.0",lodash:"4.17.21",mem:"8.1.1",meriyah:"4.1.5",minimatch:"3.0.4",minimist:"1.2.5","n-readlines":"1.0.1",outdent:"0.8.0","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.20.0",semver:"7.3.5","string-width":"4.2.2","strip-ansi":"6.0.0",typescript:"4.2.4","unicode-regex":"3.0.0",unified:"9.2.1",vnopts:"1.0.2",wcwidth:"1.0.1","yaml-unist-parser":"1.3.1"},devDependencies:{"@babel/core":"7.14.0","@babel/preset-env":"7.14.1","@babel/types":"7.14.1","@glimmer/reference":"0.79.0","@rollup/plugin-alias":"3.1.2","@rollup/plugin-babel":"5.3.0","@rollup/plugin-commonjs":"18.1.0","@rollup/plugin-json":"4.1.0","@rollup/plugin-node-resolve":"13.0.0","@rollup/plugin-replace":"2.4.2","@types/estree":"0.0.47","@types/node":"15.0.1","babel-jest":"26.6.3","babel-loader":"8.2.2",benchmark:"2.1.4","builtin-modules":"3.2.0","cross-env":"7.0.3",cspell:"4.2.8",eslint:"7.26.0","eslint-config-prettier":"8.3.0","eslint-formatter-friendly":"7.0.0","eslint-plugin-import":"2.22.1","eslint-plugin-jest":"24.3.6","eslint-plugin-prettier-internal-rules":"link:scripts/tools/eslint-plugin-prettier-internal-rules","eslint-plugin-react":"7.23.2","eslint-plugin-unicorn":"31.0.0",execa:"5.0.0",jest:"26.6.3","jest-snapshot-serializer-ansi":"1.0.0","jest-snapshot-serializer-raw":"1.2.0","jest-watch-typeahead":"0.6.3","npm-run-all":"4.1.5","path-browserify":"1.0.1",prettier:"2.2.1","pretty-bytes":"5.6.0",rimraf:"3.0.2",rollup:"2.47.0","rollup-plugin-polyfill-node":"0.6.2","rollup-plugin-terser":"7.0.2",shelljs:"0.8.4","snapshot-diff":"0.8.1","synchronous-promise":"2.0.15",tempy:"1.0.1","terser-webpack-plugin":"5.1.1",webpack:"5.36.2"},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 --no-inline-config --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"}},r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function i(e){var t={exports:{}};return e(t,t.exports),t.exports}var u=i((function(e,t){function n(){}function r(e,t,n,r,o){for(var i=0,u=t.length,s=0,a=0;i<u;i++){var c=t[i];if(c.removed){if(c.value=e.join(r.slice(a,a+c.count)),a+=c.count,i&&t[i-1].added){var l=t[i-1];t[i-1]=t[i],t[i]=l}}else{if(!c.added&&o){var p=n.slice(s,s+c.count);p=p.map((function(e,t){var n=r[a+t];return n.length>e.length?n:e})),c.value=e.join(p)}else c.value=e.join(n.slice(s,s+c.count));s+=c.count,c.added||(a+=c.count)}}var f=t[u-1];return u>1&&"string"==typeof f.value&&(f.added||f.removed)&&e.equals("",f.value)&&(t[u-2].value+=f.value,t.pop()),t}function o(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.prototype={diff:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=n.callback;"function"==typeof n&&(i=n,n={}),this.options=n;var u=this;function s(e){return i?(setTimeout((function(){i(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var a=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,l=1,p=a+c,f=[{newPos:-1,components:[]}],d=this.extractCommon(f[0],t,e,0);if(f[0].newPos+1>=a&&d+1>=c)return s([{value:this.join(t),count:t.length}]);function h(){for(var n=-1*l;n<=l;n+=2){var i=void 0,p=f[n-1],d=f[n+1],h=(d?d.newPos:0)-n;p&&(f[n-1]=void 0);var m=p&&p.newPos+1<a,g=d&&0<=h&&h<c;if(m||g){if(!m||g&&p.newPos<d.newPos?(i=o(d),u.pushComponent(i.components,void 0,!0)):((i=p).newPos++,u.pushComponent(i.components,!0,void 0)),h=u.extractCommon(i,t,e,n),i.newPos+1>=a&&h+1>=c)return s(r(u,i.components,t,e,u.useLongestToken));f[n]=i}else f[n]=void 0}l++}if(i)!function e(){setTimeout((function(){if(l>p)return i();h()||e()}),0)}();else for(;l<=p;){var m=h();if(m)return m}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){for(var o=t.length,i=n.length,u=e.newPos,s=u-r,a=0;u+1<o&&s+1<i&&this.equals(t[u+1],n[s+1]);)u++,s++,a++;return a&&e.components.push({count:a}),e.newPos=u,s},equals:function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}}})),s=i((function(e,t){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.diffChars=function(e,t,n){return r.diff(e,t,n)},t.characterDiff=void 0;var r=new((n=u)&&n.__esModule?n:{default:n}).default;t.characterDiff=r})),a=function(e,t){if("function"==typeof e)t.callback=e;else if(e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t};var c=Object.defineProperty({generateOptions:a},"__esModule",{value:!0}),l=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.diffWords=function(e,t,n){return n=(0,c.generateOptions)(n,{ignoreWhitespace:!0}),s.diff(e,t,n)},t.diffWordsWithSpace=function(e,t,n){return s.diff(e,t,n)},t.wordDiff=void 0;var n,r=(n=u)&&n.__esModule?n:{default:n};var o=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,i=/\S/,s=new r.default;t.wordDiff=s,s.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!i.test(e)&&!i.test(t)},s.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),n=0;n<t.length-1;n++)!t[n+1]&&t[n+2]&&o.test(t[n])&&o.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t}})),p=i((function(e,t){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.diffLines=function(e,t,n){return r.diff(e,t,n)},t.diffTrimmedLines=function(e,t,n){var o=(0,c.generateOptions)(n,{ignoreWhitespace:!0});return r.diff(e,t,o)},t.lineDiff=void 0;var r=new((n=u)&&n.__esModule?n:{default:n}).default;t.lineDiff=r,r.tokenize=function(e){var t=[],n=e.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var r=0;r<n.length;r++){var o=n[r];r%2&&!this.options.newlineIsToken?t[t.length-1]+=o:(this.options.ignoreWhitespace&&(o=o.trim()),t.push(o))}return t}})),f=i((function(e,t){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.diffSentences=function(e,t,n){return r.diff(e,t,n)},t.sentenceDiff=void 0;var r=new((n=u)&&n.__esModule?n:{default:n}).default;t.sentenceDiff=r,r.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)}})),d=i((function(e,t){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.diffCss=function(e,t,n){return r.diff(e,t,n)},t.cssDiff=void 0;var r=new((n=u)&&n.__esModule?n:{default:n}).default;t.cssDiff=r,r.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)}})),h=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.diffJson=function(e,t,n){return s.diff(e,t,n)},t.canonicalize=a,t.jsonDiff=void 0;var n,r=(n=u)&&n.__esModule?n:{default:n};function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i=Object.prototype.toString,s=new r.default;function a(e,t,n,r,u){var s,c;for(t=t||[],n=n||[],r&&(e=r(u,e)),s=0;s<t.length;s+=1)if(t[s]===e)return n[s];if("[object Array]"===i.call(e)){for(t.push(e),c=new Array(e.length),n.push(c),s=0;s<e.length;s+=1)c[s]=a(e[s],t,n,r,u);return t.pop(),n.pop(),c}if(e&&e.toJSON&&(e=e.toJSON()),"object"===o(e)&&null!==e){t.push(e),c={},n.push(c);var l,p=[];for(l in e)e.hasOwnProperty(l)&&p.push(l);for(p.sort(),s=0;s<p.length;s+=1)c[l=p[s]]=a(e[l],t,n,r,l);t.pop(),n.pop()}else c=e;return c}t.jsonDiff=s,s.useLongestToken=!0,s.tokenize=p.lineDiff.tokenize,s.castInput=function(e){var t=this.options,n=t.undefinedReplacement,r=t.stringifyReplacer,o=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(a(e,null,null,o),o," ")},s.equals=function(e,t){return r.default.prototype.equals.call(s,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))}})),m=i((function(e,t){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.diffArrays=function(e,t,n){return r.diff(e,t,n)},t.arrayDiff=void 0;var r=new((n=u)&&n.__esModule?n:{default:n}).default;t.arrayDiff=r,r.tokenize=function(e){return e.slice()},r.join=r.removeEmpty=function(e){return e}})),g=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.split(/\r\n|[\n\v\f\r\x85]/),r=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],o=[],i=0;function u(){var e={};for(o.push(e);i<n.length;){var r=n[i];if(/^(\-\-\-|\+\+\+|@@)\s/.test(r))break;var u=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(r);u&&(e.index=u[1]),i++}for(s(e),s(e),e.hunks=[];i<n.length;){var c=n[i];if(/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(c))break;if(/^@@/.test(c))e.hunks.push(a());else{if(c&&t.strict)throw new Error("Unknown line "+(i+1)+" "+JSON.stringify(c));i++}}}function s(e){var t=/^(---|\+\+\+)\s+(.*)$/.exec(n[i]);if(t){var r="---"===t[1]?"old":"new",o=t[2].split("\t",2),u=o[0].replace(/\\\\/g,"\\");/^".*"$/.test(u)&&(u=u.substr(1,u.length-2)),e[r+"FileName"]=u,e[r+"Header"]=(o[1]||"").trim(),i++}}function a(){var e=i,o=n[i++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),u={oldStart:+o[1],oldLines:void 0===o[2]?1:+o[2],newStart:+o[3],newLines:void 0===o[4]?1:+o[4],lines:[],linedelimiters:[]};0===u.oldLines&&(u.oldStart+=1),0===u.newLines&&(u.newStart+=1);for(var s=0,a=0;i<n.length&&!(0===n[i].indexOf("--- ")&&i+2<n.length&&0===n[i+1].indexOf("+++ ")&&0===n[i+2].indexOf("@@"));i++){var c=0==n[i].length&&i!=n.length-1?" ":n[i][0];if("+"!==c&&"-"!==c&&" "!==c&&"\\"!==c)break;u.lines.push(n[i]),u.linedelimiters.push(r[i]||"\n"),"+"===c?s++:"-"===c?a++:" "===c&&(s++,a++)}if(s||1!==u.newLines||(u.newLines=0),a||1!==u.oldLines||(u.oldLines=0),t.strict){if(s!==u.newLines)throw new Error("Added line count did not match for hunk at line "+(e+1));if(a!==u.oldLines)throw new Error("Removed line count did not match for hunk at line "+(e+1))}return u}for(;i<n.length;)u();return o};var y,D=Object.defineProperty({parsePatch:g},"__esModule",{value:!0}),E=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r=!0,o=!1,i=!1,u=1;return function s(){if(r&&!i){if(o?u++:r=!1,e+u<=n)return u;i=!0}if(!o)return i||(r=!0),t<=e-u?-u++:(o=!0,s())}}})),b=A,C=function(e,t){"string"==typeof e&&(e=(0,D.parsePatch)(e));var n=0;!function r(){var o=e[n++];if(!o)return t.complete();t.loadFile(o,(function(e,n){if(e)return t.complete(e);var i=A(n,o,t);t.patched(o,i,(function(e){if(e)return t.complete(e);r()}))}))}()},v=(y=E)&&y.__esModule?y:{default:y};function A(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof t&&(t=(0,D.parsePatch)(t)),Array.isArray(t)){if(t.length>1)throw new Error("applyPatch only works with a single input.");t=t[0]}var r,o,i=e.split(/\r\n|[\n\v\f\r\x85]/),u=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],s=t.hunks,a=n.compareLine||function(e,t,n,r){return t===r},c=0,l=n.fuzzFactor||0,p=0,f=0;function d(e,t){for(var n=0;n<e.lines.length;n++){var r=e.lines[n],o=r.length>0?r[0]:" ",u=r.length>0?r.substr(1):r;if(" "===o||"-"===o){if(!a(t+1,i[t],o,u)&&++c>l)return!1;t++}}return!0}for(var h=0;h<s.length;h++){for(var m=s[h],g=i.length-m.oldLines,y=0,E=f+m.oldStart-1,b=(0,v.default)(E,p,g);void 0!==y;y=b())if(d(m,E+y)){m.offset=f+=y;break}if(void 0===y)return!1;p=m.offset+m.oldStart+m.oldLines}for(var C=0,A=0;A<s.length;A++){var F=s[A],x=F.oldStart+F.offset+C-1;C+=F.newLines-F.oldLines;for(var S=0;S<F.lines.length;S++){var w=F.lines[S],T=w.length>0?w[0]:" ",B=w.length>0?w.substr(1):w,k=F.linedelimiters[S];if(" "===T)x++;else if("-"===T)i.splice(x,1),u.splice(x,1);else if("+"===T)i.splice(x,0,B),u.splice(x,0,k),x++;else if("\\"===T){var N=F.lines[S-1]?F.lines[S-1][0]:null;"+"===N?r=!0:"-"===N&&(o=!0)}}}if(r)for(;!i[i.length-1];)i.pop(),u.pop();else o&&(i.push(""),u.push("\n"));for(var P=0;P<i.length-1;P++)i[P]=i[P]+u[P];return i.join("")}var F=Object.defineProperty({applyPatch:b,applyPatches:C},"__esModule",{value:!0}),x=N,S=P,w=O,T=function(e,t,n,r,o,i){return O(e,e,t,n,r,o,i)};function B(e){return function(e){if(Array.isArray(e))return k(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return k(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return k(e,t)}(e)||function(){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 k(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function N(e,t,n,r,o,i,u){u||(u={}),void 0===u.context&&(u.context=4);var s=(0,p.diffLines)(n,r,u);function a(e){return e.map((function(e){return" "+e}))}s.push({value:"",lines:[]});for(var c=[],l=0,f=0,d=[],h=1,m=1,g=function(e){var t=s[e],o=t.lines||t.value.replace(/\n$/,"").split("\n");if(t.lines=o,t.added||t.removed){var i;if(!l){var p=s[e-1];l=h,f=m,p&&(d=u.context>0?a(p.lines.slice(-u.context)):[],l-=d.length,f-=d.length)}(i=d).push.apply(i,B(o.map((function(e){return(t.added?"+":"-")+e})))),t.added?m+=o.length:h+=o.length}else{if(l)if(o.length<=2*u.context&&e<s.length-2){var g;(g=d).push.apply(g,B(a(o)))}else{var y,D=Math.min(o.length,u.context);(y=d).push.apply(y,B(a(o.slice(0,D))));var E={oldStart:l,oldLines:h-l+D,newStart:f,newLines:m-f+D,lines:d};if(e>=s.length-2&&o.length<=u.context){var b=/\n$/.test(n),C=/\n$/.test(r),v=0==o.length&&d.length>E.oldLines;!b&&v&&n.length>0&&d.splice(E.oldLines,0,"\"),(b||v)&&C||d.push("\")}c.push(E),l=0,f=0,d=[]}h+=o.length,m+=o.length}},y=0;y<s.length;y++)g(y);return{oldFileName:e,newFileName:t,oldHeader:o,newHeader:i,hunks:c}}function P(e){var t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),t.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(var n=0;n<e.hunks.length;n++){var r=e.hunks[n];0===r.oldLines&&(r.oldStart-=1),0===r.newLines&&(r.newStart-=1),t.push("@@ -"+r.oldStart+","+r.oldLines+" +"+r.newStart+","+r.newLines+" @@"),t.push.apply(t,r.lines)}return t.join("\n")+"\n"}function O(e,t,n,r,o,i,u){return P(N(e,t,n,r,o,i,u))}var I=Object.defineProperty({structuredPatch:x,formatPatch:S,createTwoFilesPatch:w,createPatch:T},"__esModule",{value:!0}),j=function(e,t){if(e.length!==t.length)return!1;return _(e,t)},L=_;function _(e,t){if(t.length>e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0}var M=Object.defineProperty({arrayEqual:j,arrayStartsWith:L},"__esModule",{value:!0}),R=W,V=function(e,t,n){e=U(e,n),t=U(t,n);var r={};(e.index||t.index)&&(r.index=e.index||t.index);(e.newFileName||t.newFileName)&&(z(e)?z(t)?(r.oldFileName=G(r,e.oldFileName,t.oldFileName),r.newFileName=G(r,e.newFileName,t.newFileName),r.oldHeader=G(r,e.oldHeader,t.oldHeader),r.newHeader=G(r,e.newHeader,t.newHeader)):(r.oldFileName=e.oldFileName,r.newFileName=e.newFileName,r.oldHeader=e.oldHeader,r.newHeader=e.newHeader):(r.oldFileName=t.oldFileName||e.oldFileName,r.newFileName=t.newFileName||e.newFileName,r.oldHeader=t.oldHeader||e.oldHeader,r.newHeader=t.newHeader||e.newHeader));r.hunks=[];var o=0,i=0,u=0,s=0;for(;o<e.hunks.length||i<t.hunks.length;){var a=e.hunks[o]||{oldStart:1/0},c=t.hunks[i]||{oldStart:1/0};if(H(a,c))r.hunks.push(J(a,u)),o++,s+=a.newLines-a.oldLines;else if(H(c,a))r.hunks.push(J(c,s)),i++,u+=c.newLines-c.oldLines;else{var l={oldStart:Math.min(a.oldStart,c.oldStart),oldLines:0,newStart:Math.min(a.newStart+u,c.oldStart+s),newLines:0,lines:[]};X(l,a.oldStart,a.lines,c.oldStart,c.lines),i++,o++,r.hunks.push(l)}}return r};function $(e){return function(e){if(Array.isArray(e))return q(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return q(e,t)}(e)||function(){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 q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function W(e){var t=oe(e.lines),n=t.oldLines,r=t.newLines;void 0!==n?e.oldLines=n:delete e.oldLines,void 0!==r?e.newLines=r:delete e.newLines}function U(e,t){if("string"==typeof e){if(/^@@/m.test(e)||/^Index:/m.test(e))return(0,D.parsePatch)(e)[0];if(!t)throw new Error("Must provide a base reference or pass in a patch");return(0,I.structuredPatch)(void 0,void 0,t,e)}return e}function z(e){return e.newFileName&&e.newFileName!==e.oldFileName}function G(e,t,n){return t===n?t:(e.conflict=!0,{mine:t,theirs:n})}function H(e,t){return e.oldStart<t.oldStart&&e.oldStart+e.oldLines<t.oldStart}function J(e,t){return{oldStart:e.oldStart,oldLines:e.oldLines,newStart:e.newStart+t,newLines:e.newLines,lines:e.lines}}function X(e,t,n,r,o){var i={offset:t,lines:n,index:0},u={offset:r,lines:o,index:0};for(Z(e,i,u),Z(e,u,i);i.index<i.lines.length&&u.index<u.lines.length;){var s=i.lines[i.index],a=u.lines[u.index];if("-"!==s[0]&&"+"!==s[0]||"-"!==a[0]&&"+"!==a[0])if("+"===s[0]&&" "===a[0]){var c;(c=e.lines).push.apply(c,$(te(i)))}else if("+"===a[0]&&" "===s[0]){var l;(l=e.lines).push.apply(l,$(te(u)))}else"-"===s[0]&&" "===a[0]?K(e,i,u):"-"===a[0]&&" "===s[0]?K(e,u,i,!0):s===a?(e.lines.push(s),i.index++,u.index++):Q(e,te(i),te(u));else Y(e,i,u)}ee(e,i),ee(e,u),W(e)}function Y(e,t,n){var r=te(t),o=te(n);if(ne(r)&&ne(o)){var i,u;if((0,M.arrayStartsWith)(r,o)&&re(n,r,r.length-o.length))return void(i=e.lines).push.apply(i,$(r));if((0,M.arrayStartsWith)(o,r)&&re(t,o,o.length-r.length))return void(u=e.lines).push.apply(u,$(o))}else if((0,M.arrayEqual)(r,o)){var s;return void(s=e.lines).push.apply(s,$(r))}Q(e,r,o)}function K(e,t,n,r){var o,i=te(t),u=function(e,t){var n=[],r=[],o=0,i=!1,u=!1;for(;o<t.length&&e.index<e.lines.length;){var s=e.lines[e.index],a=t[o];if("+"===a[0])break;if(i=i||" "!==s[0],r.push(a),o++,"+"===s[0])for(u=!0;"+"===s[0];)n.push(s),s=e.lines[++e.index];a.substr(1)===s.substr(1)?(n.push(s),e.index++):u=!0}"+"===(t[o]||"")[0]&&i&&(u=!0);if(u)return n;for(;o<t.length;)r.push(t[o++]);return{merged:r,changes:n}}(n,i);u.merged?(o=e.lines).push.apply(o,$(u.merged)):Q(e,r?u:i,r?i:u)}function Q(e,t,n){e.conflict=!0,e.lines.push({conflict:!0,mine:t,theirs:n})}function Z(e,t,n){for(;t.offset<n.offset&&t.index<t.lines.length;){var r=t.lines[t.index++];e.lines.push(r),t.offset++}}function ee(e,t){for(;t.index<t.lines.length;){var n=t.lines[t.index++];e.lines.push(n)}}function te(e){for(var t=[],n=e.lines[e.index][0];e.index<e.lines.length;){var r=e.lines[e.index];if("-"===n&&"+"===r[0]&&(n="+"),n!==r[0])break;t.push(r),e.index++}return t}function ne(e){return e.reduce((function(e,t){return e&&"-"===t[0]}),!0)}function re(e,t,n){for(var r=0;r<n;r++){var o=t[t.length-n+r].substr(1);if(e.lines[e.index+r]!==" "+o)return!1}return e.index+=n,!0}function oe(e){var t=0,n=0;return e.forEach((function(e){if("string"!=typeof e){var r=oe(e.mine),o=oe(e.theirs);void 0!==t&&(r.oldLines===o.oldLines?t+=r.oldLines:t=void 0),void 0!==n&&(r.newLines===o.newLines?n+=r.newLines:n=void 0)}else void 0===n||"+"!==e[0]&&" "!==e[0]||n++,void 0===t||"-"!==e[0]&&" "!==e[0]||t++})),{oldLines:t,newLines:n}}var ie=Object.defineProperty({calcLineCount:R,merge:V},"__esModule",{value:!0}),ue=function(e){for(var t,n,r=[],o=0;o<e.length;o++)t=e[o],n=t.added?1:t.removed?-1:0,r.push([n,t.value]);return r};var se=Object.defineProperty({convertChangesToDMP:ue},"__esModule",{value:!0}),ae=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];r.added?t.push("<ins>"):r.removed&&t.push("<del>"),t.push(ce(r.value)),r.added?t.push("</ins>"):r.removed&&t.push("</del>")}return t.join("")};function ce(e){var t=e;return t=(t=(t=(t=t.replace(/&/g,"&amp;")).replace(/</g,"&lt;")).replace(/>/g,"&gt;")).replace(/"/g,"&quot;")}var le=Object.defineProperty({convertChangesToXML:ae},"__esModule",{value:!0}),pe=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Diff",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(t,"diffChars",{enumerable:!0,get:function(){return s.diffChars}}),Object.defineProperty(t,"diffWords",{enumerable:!0,get:function(){return l.diffWords}}),Object.defineProperty(t,"diffWordsWithSpace",{enumerable:!0,get:function(){return l.diffWordsWithSpace}}),Object.defineProperty(t,"diffLines",{enumerable:!0,get:function(){return p.diffLines}}),Object.defineProperty(t,"diffTrimmedLines",{enumerable:!0,get:function(){return p.diffTrimmedLines}}),Object.defineProperty(t,"diffSentences",{enumerable:!0,get:function(){return f.diffSentences}}),Object.defineProperty(t,"diffCss",{enumerable:!0,get:function(){return d.diffCss}}),Object.defineProperty(t,"diffJson",{enumerable:!0,get:function(){return h.diffJson}}),Object.defineProperty(t,"canonicalize",{enumerable:!0,get:function(){return h.canonicalize}}),Object.defineProperty(t,"diffArrays",{enumerable:!0,get:function(){return m.diffArrays}}),Object.defineProperty(t,"applyPatch",{enumerable:!0,get:function(){return F.applyPatch}}),Object.defineProperty(t,"applyPatches",{enumerable:!0,get:function(){return F.applyPatches}}),Object.defineProperty(t,"parsePatch",{enumerable:!0,get:function(){return D.parsePatch}}),Object.defineProperty(t,"merge",{enumerable:!0,get:function(){return ie.merge}}),Object.defineProperty(t,"structuredPatch",{enumerable:!0,get:function(){return I.structuredPatch}}),Object.defineProperty(t,"createTwoFilesPatch",{enumerable:!0,get:function(){return I.createTwoFilesPatch}}),Object.defineProperty(t,"createPatch",{enumerable:!0,get:function(){return I.createPatch}}),Object.defineProperty(t,"convertChangesToDMP",{enumerable:!0,get:function(){return se.convertChangesToDMP}}),Object.defineProperty(t,"convertChangesToXML",{enumerable:!0,get:function(){return le.convertChangesToXML}});var n=function(e){return e&&e.__esModule?e:{default:e}}(u)}));function fe(e){return{type:"concat",parts:e}}function de(e){return{type:"indent",contents:e}}function he(e,t){return{type:"align",contents:t,n:e}}function me(e,t={}){return{type:"group",id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}const ge={type:"break-parent"},ye={type:"line",hard:!0},De={type:"line",hard:!0,literal:!0},Ee=fe([ye,ge]),be=fe([De,ge]);var Ce={concat:fe,join:function(e,t){const n=[];for(let r=0;r<t.length;r++)0!==r&&n.push(e),n.push(t[r]);return fe(n)},line:{type:"line"},softline:{type:"line",soft:!0},hardline:Ee,literalline:be,group:me,conditionalGroup:function(e,t){return me(e[0],Object.assign({},t,{expandedStates:e}))},fill:function(e){return{type:"fill",parts:e}},lineSuffix:function(e){return{type:"line-suffix",contents:e}},lineSuffixBoundary:{type:"line-suffix-boundary"},cursor:{type:"cursor",placeholder:Symbol("cursor")},breakParent:ge,ifBreak:function(e,t,n={}){return{type:"if-break",breakContents:e,flatContents:t,groupId:n.groupId}},trim:{type:"trim"},indent:de,indentIfBreak:function(e,t){return{type:"indent-if-break",contents:e,groupId:t.groupId,negate:t.negate}},align:he,addAlignmentToDoc:function(e,t,n){let r=e;if(t>0){for(let e=0;e<Math.floor(t/n);++e)r=de(r);r=he(t%n,r),r=he(Number.NEGATIVE_INFINITY,r)}return r},markAsRoot:function(e){return he({type:"root"},e)},dedentToRoot:function(e){return he(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return he(-1,e)},hardlineWithoutBreakParent:ye,literallineWithoutBreakParent:De,label:function(e,t){return{type:"label",label:e,contents:t}}},ve=e=>"string"==typeof e?e.replace((({onlyFirst:e=!1}={})=>{const t=["[\\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(t,e?void 0:"g")})(),""):e;const Ae=e=>!Number.isNaN(e)&&(e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141));var Fe=Ae,xe=Ae;Fe.default=xe;const Se=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=ve(e)).length)return 0;e=e.replace(/\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," ");let t=0;for(let n=0;n<e.length;n++){const r=e.codePointAt(n);r<=31||r>=127&&r<=159||(r>=768&&r<=879||(r>65535&&n++,t+=Fe(r)?2:1))}return t};var we=Se,Te=Se;we.default=Te;var Be=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")};var ke=e=>e[e.length-1];var Ne=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var o=e[t];r[o[0]]=o[1]}return r},Pe=void 0!==Pe?Pe:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function Oe(){throw new Error("setTimeout has not been defined")}function Ie(){throw new Error("clearTimeout has not been defined")}var je=Oe,Le=Ie;function _e(e){if(je===setTimeout)return setTimeout(e,0);if((je===Oe||!je)&&setTimeout)return je=setTimeout,setTimeout(e,0);try{return je(e,0)}catch(t){try{return je.call(null,e,0)}catch(t){return je.call(this,e,0)}}}"function"==typeof Pe.setTimeout&&(je=setTimeout),"function"==typeof Pe.clearTimeout&&(Le=clearTimeout);var Me,Re=[],Ve=!1,$e=-1;function qe(){Ve&&Me&&(Ve=!1,Me.length?Re=Me.concat(Re):$e=-1,Re.length&&We())}function We(){if(!Ve){var e=_e(qe);Ve=!0;for(var t=Re.length;t;){for(Me=Re,Re=[];++$e<t;)Me&&Me[$e].run();$e=-1,t=Re.length}Me=null,Ve=!1,function(e){if(Le===clearTimeout)return clearTimeout(e);if((Le===Ie||!Le)&&clearTimeout)return Le=clearTimeout,clearTimeout(e);try{Le(e)}catch(t){try{return Le.call(null,e)}catch(t){return Le.call(this,e)}}}(e)}}function Ue(e,t){this.fun=e,this.array=t}Ue.prototype.run=function(){this.fun.apply(null,this.array)};function ze(){}var Ge=ze,He=ze,Je=ze,Xe=ze,Ye=ze,Ke=ze,Qe=ze;var Ze=Pe.performance||{},et=Ze.now||Ze.mozNow||Ze.msNow||Ze.oNow||Ze.webkitNow||function(){return(new Date).getTime()};var tt=new Date;var nt={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];Re.push(new Ue(e,t)),1!==Re.length||Ve||_e(We)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:Ge,addListener:He,once:Je,off:Xe,removeListener:Ye,removeAllListeners:Ke,emit:Qe,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*et.call(Ze),n=Math.floor(t),r=Math.floor(t%1*1e9);return e&&(n-=e[0],(r-=e[1])<0&&(n--,r+=1e9)),[n,r]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-tt)/1e3}};var rt="object"==typeof nt&&nt.env&&nt.env.NODE_DEBUG&&/\bsemver\b/i.test(nt.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};var ot={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},it=i((function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n}=ot,r=(t=e.exports={}).re=[],o=t.src=[],i=t.t={};let u=0;const s=(e,t,n)=>{const s=u++;rt(s,t),i[e]=s,o[s]=t,r[s]=new RegExp(t,n?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION","(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")")),s("MAINVERSIONLOOSE","(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")")),s("PRERELEASEIDENTIFIER","(?:".concat(o[i.NUMERICIDENTIFIER],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),s("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[i.NUMERICIDENTIFIERLOOSE],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),s("PRERELEASE","(?:-(".concat(o[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIER],")*))")),s("PRERELEASELOOSE","(?:-?(".concat(o[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIERLOOSE],")*))")),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD","(?:\\+(".concat(o[i.BUILDIDENTIFIER],"(?:\\.").concat(o[i.BUILDIDENTIFIER],")*))")),s("FULLPLAIN","v?".concat(o[i.MAINVERSION]).concat(o[i.PRERELEASE],"?").concat(o[i.BUILD],"?")),s("FULL","^".concat(o[i.FULLPLAIN],"$")),s("LOOSEPLAIN","[v=\\s]*".concat(o[i.MAINVERSIONLOOSE]).concat(o[i.PRERELEASELOOSE],"?").concat(o[i.BUILD],"?")),s("LOOSE","^".concat(o[i.LOOSEPLAIN],"$")),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE","".concat(o[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),s("XRANGEIDENTIFIER","".concat(o[i.NUMERICIDENTIFIER],"|x|X|\\*")),s("XRANGEPLAIN","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:".concat(o[i.PRERELEASE],")?").concat(o[i.BUILD],"?")+")?)?"),s("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[i.PRERELEASELOOSE],")?").concat(o[i.BUILD],"?")+")?)?"),s("XRANGE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAIN],"$")),s("XRANGELOOSE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAINLOOSE],"$")),s("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),s("COERCERTL",o[i.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM","(\\s*)".concat(o[i.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",s("TILDE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAIN],"$")),s("TILDELOOSE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAINLOOSE],"$")),s("LONECARET","(?:\\^)"),s("CARETTRIM","(\\s*)".concat(o[i.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",s("CARET","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAIN],"$")),s("CARETLOOSE","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAINLOOSE],"$")),s("COMPARATORLOOSE","^".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],")$|^$")),s("COMPARATOR","^".concat(o[i.GTLT],"\\s*(").concat(o[i.FULLPLAIN],")$|^$")),s("COMPARATORTRIM","(\\s*)".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],"|").concat(o[i.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE","^\\s*(".concat(o[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAIN],")")+"\\s*$"),s("HYPHENRANGELOOSE","^\\s*(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s*$"),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")}));const ut=["includePrerelease","loose","rtl"];var st=e=>e?"object"!=typeof e?{loose:!0}:ut.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{};const at=/^[0-9]+$/,ct=(e,t)=>{const n=at.test(e),r=at.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1};var lt={compareIdentifiers:ct,rcompareIdentifiers:(e,t)=>ct(t,e)};const{MAX_LENGTH:pt,MAX_SAFE_INTEGER:ft}=ot,{re:dt,t:ht}=it,{compareIdentifiers:mt}=lt;class gt{constructor(e,t){if(t=st(t),e instanceof gt){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>pt)throw new TypeError("version is longer than ".concat(pt," characters"));rt("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?dt[ht.LOOSE]:dt[ht.FULL]);if(!n)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>ft||this.major<0)throw new TypeError("Invalid major version");if(this.minor>ft||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>ft||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<ft)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}toString(){return this.version}compare(e){if(rt("SemVer.compare",this.version,this.options,e),!(e instanceof gt)){if("string"==typeof e&&e===this.version)return 0;e=new gt(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof gt||(e=new gt(e,this.options)),mt(this.major,e.major)||mt(this.minor,e.minor)||mt(this.patch,e.patch)}comparePre(e){if(e instanceof gt||(e=new gt(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],r=e.prerelease[t];if(rt("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return mt(n,r)}while(++t)}compareBuild(e){e instanceof gt||(e=new gt(e,this.options));let t=0;do{const n=this.build[t],r=e.build[t];if(rt("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return mt(n,r)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: ".concat(e))}return this.format(),this.raw=this.version,this}}var yt=gt;var Dt=(e,t,n)=>new yt(e,n).compare(new yt(t,n));var Et=(e,t,n)=>Dt(e,t,n)<0;var bt,Ct,vt,At,Ft,xt,St=(e,t,n)=>Dt(e,t,n)>=0,wt=i((function(e,t){function n(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}function r(){return"undefined"!=typeof WeakMap?new WeakMap:{add:n,delete:n,get:n,set:n,has:function(e){return!1}}}Object.defineProperty(t,"__esModule",{value:!0}),t.outdent=void 0;var o=Object.prototype.hasOwnProperty,i=function(e,t){return o.call(e,t)};function u(e,t){for(var n in t)i(t,n)&&(e[n]=t[n]);return e}var s=/^[ \t]*(?:\r\n|\r|\n)/,a=/(?:\r\n|\r|\n)[ \t]*$/,c=/^(?:[\r\n]|$)/,l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,p=/^[ \t]*[\r\n][ \t\r\n]*$/;function f(e,t,n){var r=0,o=e[0].match(l);o&&(r=o[1].length);var i=new RegExp("(\\r\\n|\\r|\\n).{0,"+r+"}","g");t&&(e=e.slice(1));var u=n.newline,c=n.trimLeadingNewline,p=n.trimTrailingNewline,f="string"==typeof u,d=e.length;return e.map((function(e,t){return e=e.replace(i,"$1"),0===t&&c&&(e=e.replace(s,"")),t===d-1&&p&&(e=e.replace(a,"")),f&&(e=e.replace(/\r\n|\n|\r/g,(function(e){return u}))),e}))}function d(e,t){for(var n="",r=0,o=e.length;r<o;r++)n+=e[r],r<o-1&&(n+=t[r]);return n}function h(e){return i(e,"raw")&&i(e,"length")}var m=function e(t){var n=r(),o=r();return u((function r(i){for(var s=[],a=1;a<arguments.length;a++)s[a-1]=arguments[a];if(h(i)){var l=i,g=(s[0]===r||s[0]===m)&&p.test(l[0])&&c.test(l[1]),y=g?o:n,D=y.get(l);if(D||(D=f(l,g,t),y.set(l,D)),0===s.length)return D[0];var E=d(D,g?s.slice(1):s);return E}return e(u(u({},t),i||{}))}),{string:function(e){return f([e],!1,t)[0]}})}({trimLeadingNewline:!0,trimTrailingNewline:!0});t.outdent=m,t.default=m;try{e.exports=m,Object.defineProperty(m,"__esModule",{value:!0}),m.default=m,m.outdent=m}catch(e){}}));const{outdent:Tt}=wt,Bt={cursorOffset:{since:"1.4.0",category:"Special",type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Tt(bt||(bt=t(["\n Print (to stderr) where a cursor at the given position would move to after formatting.\n This option cannot be used with --range-start and --range-end.\n "]))),cliCategory:"Editor"},endOfLine:{since:"1.15.0",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:Tt(Ct||(Ct=t(["\n Maintain existing\n (mixed values within one file are normalised by looking at what's used after the first line)\n "])))}]},filepath:{since:"1.4.0",category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{since:"0.0.10",category:"Global",type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,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:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:"Config"},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:"Global",description:Tt(vt||(vt=t(["\n Custom directory that contains prettier plugins in node_modules subdirectory.\n Overrides default behavior when plugins are searched relatively to the location of Prettier.\n Multiple values are accepted.\n "]))),exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin-search-dir",cliCategory:"Config"},printWidth:{since:"0.0.0",category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:"Special",type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Tt(At||(At=t(["\n Format code ending at a given character offset (exclusive).\n The range will extend forwards to the end of the selected statement.\n This option cannot be used with --cursor-offset.\n "]))),cliCategory:"Editor"},rangeStart:{since:"1.4.0",category:"Special",type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Tt(Ft||(Ft=t(["\n Format code starting at a given character offset.\n The range will extend backwards to the start of the first line containing the selected statement.\n This option cannot be used with --cursor-offset.\n "]))),cliCategory:"Editor"},requirePragma:{since:"1.7.0",category:"Special",type:"boolean",default:!1,description:Tt(xt||(xt=t(["\n Require either '@prettier' or '@format' to be present in the file's first docblock comment\n in order for it to be formatted.\n "]))),cliCategory:"Other"},tabWidth:{type:"int",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:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",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."}]}};const kt={compare:Dt,lt:Et,gte:St},Nt=n.version,Pt={CATEGORY_CONFIG:"Config",CATEGORY_EDITOR:"Editor",CATEGORY_FORMAT:"Format",CATEGORY_OTHER:"Other",CATEGORY_OUTPUT:"Output",CATEGORY_GLOBAL:"Global",CATEGORY_SPECIAL:"Special",options:Bt}.options;var Ot={getSupportInfo:function({plugins:t=[],showUnreleased:n=!1,showDeprecated:r=!1,showInternal:o=!1}={}){const i=Nt.split("-",1)[0],u=t.reduce(((e,t)=>[...e,...t.languages||[]]),[]).filter(a),s=((e,t)=>Object.entries(e).map((([e,n])=>Object.assign({[t]:e},n))))(Object.assign({},...t.map((({options:e})=>e)),Pt),"name").filter((e=>a(e)&&c(e))).sort(((e,t)=>e.name===t.name?0:e.name<t.name?-1:1)).map((function(t){if(o)return t;return e(t,["cliName","cliCategory","cliDescription"])})).map((e=>{e=Object.assign({},e),Array.isArray(e.default)&&(e.default=1===e.default.length?e.default[0].value:e.default.filter(a).sort(((e,t)=>kt.compare(t.since,e.since)))[0].value),Array.isArray(e.choices)&&(e.choices=e.choices.filter((e=>a(e)&&c(e))),"parser"===e.name&&function(e,t,n){const r=new Set(e.choices.map((e=>e.value)));for(const o of t)if(o.parsers)for(const t of o.parsers)if(!r.has(t)){r.add(t);const i=n.find((e=>e.parsers&&e.parsers[t]));let u=o.name;i&&i.name&&(u+=" (plugin: ".concat(i.name,")")),e.choices.push({value:t,description:u})}}(e,u,t));const n=Ne(t.filter((t=>t.defaultOptions&&void 0!==t.defaultOptions[e.name])).map((t=>[t.name,t.defaultOptions[e.name]])));return Object.assign({},e,{pluginDefaults:n})}));return{languages:u,options:s};function a(e){return n||!("since"in e)||e.since&&kt.gte(i,e.since)}function c(e){return r||!("deprecated"in e)||e.deprecated&&kt.lt(i,e.deprecated)}}};const{getSupportInfo:It}=Ot,jt=/[^\x20-\x7F]/;function Lt(e){return(t,n,r)=>{const o=r&&r.backwards;if(!1===n)return!1;const{length:i}=t;let u=n;for(;u>=0&&u<i;){const n=t.charAt(u);if(e instanceof RegExp){if(!e.test(n))return u}else if(!e.includes(n))return u;o?u--:u++}return(-1===u||u===i)&&u}}const _t=Lt(/\s/),Mt=Lt(" \t"),Rt=Lt(",; \t"),Vt=Lt(/[^\n\r]/);function $t(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let n=t+2;n<e.length;++n)if("*"===e.charAt(n)&&"/"===e.charAt(n+1))return n+2;return t}function qt(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?Vt(e,t):t)}function Wt(e,t,n){const r=n&&n.backwards;if(!1===t)return!1;const o=e.charAt(t);if(r){if("\r"===e.charAt(t-1)&&"\n"===o)return t-2;if("\n"===o||"\r"===o||"\u2028"===o||"\u2029"===o)return t-1}else{if("\r"===o&&"\n"===e.charAt(t+1))return t+2;if("\n"===o||"\r"===o||"\u2028"===o||"\u2029"===o)return t+1}return t}function Ut(e,t,n={}){const r=Mt(e,n.backwards?t-1:t,n);return r!==Wt(e,r,n)}function zt(e,t){let n=null,r=t;for(;r!==n;)n=r,r=Rt(e,r),r=$t(e,r),r=Mt(e,r);return r=qt(e,r),r=Wt(e,r),!1!==r&&Ut(e,r)}function Gt(e,t){let n=null,r=t;for(;r!==n;)n=r,r=Mt(e,r),r=$t(e,r),r=qt(e,r),r=Wt(e,r);return r}function Ht(e,t,n){return Gt(e,n(t))}function Jt(e,t,n=0){let r=0;for(let o=n;o<e.length;++o)"\t"===e[o]?r=r+t-r%t:r++;return r}function Xt(e,t){const n=e.slice(1,-1),r={quote:'"',regex:/"/g},o={quote:"'",regex:/'/g},i="'"===t?o:r,u=i===o?r:o;let s=i.quote;if(n.includes(i.quote)||n.includes(u.quote)){s=(n.match(i.regex)||[]).length>(n.match(u.regex)||[]).length?u.quote:i.quote}return s}function Yt(e,t,n){const r='"'===t?"'":'"',o=e.replace(/\\([\S\s])|(["'])/g,((e,o,i)=>o===r?o:i===t?"\\"+i:i||(n&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(o)?o:"\\"+o)));return t+o+t}function Kt(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){const t=e.type||e.kind||"(unknown type)";let n=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");n.length>20&&(n=n.slice(0,19)+"\u2026");return t+(n?" "+n:"")}(e)}var Qt={inferParserByLanguage:function(e,t){const{languages:n}=It({plugins:t.plugins}),r=n.find((({name:t})=>t.toLowerCase()===e))||n.find((({aliases:t})=>Array.isArray(t)&&t.includes(e)))||n.find((({extensions:t})=>Array.isArray(t)&&t.includes(".".concat(e))));return r&&r.parsers[0]},replaceEndOfLineWith:function(e,t){const n=[];for(const r of e.split("\n"))n.length>0&&n.push(t),n.push(r);return n},getStringWidth:function(e){return e?jt.test(e)?we(e):e.length:0},getMaxContinuousCount:function(e,t){const n=e.match(new RegExp("(".concat(Be(t),")+"),"g"));return null===n?0:n.reduce(((e,n)=>Math.max(e,n.length/t.length)),0)},getMinNotPresentContinuousCount:function(e,t){const n=e.match(new RegExp("(".concat(Be(t),")+"),"g"));if(null===n)return 0;const r=new Map;let o=0;for(const e of n){const n=e.length/t.length;r.set(n,!0),n>o&&(o=n)}for(let e=1;e<o;e++)if(!r.get(e))return e;return o+1},getPenultimate:e=>e[e.length-2],getLast:ke,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Gt,getNextNonSpaceNonCommentCharacterIndex:Ht,getNextNonSpaceNonCommentCharacter:function(e,t,n){return e.charAt(Ht(e,t,n))},skip:Lt,skipWhitespace:_t,skipSpaces:Mt,skipToLineEnd:Rt,skipEverythingButNewLine:Vt,skipInlineComment:$t,skipTrailingComment:qt,skipNewline:Wt,isNextLineEmptyAfterIndex:zt,isNextLineEmpty:function(e,t,n){return zt(e,n(t))},isPreviousLineEmpty:function(e,t,n){let r=n(t)-1;return r=Mt(e,r,{backwards:!0}),r=Wt(e,r,{backwards:!0}),r=Mt(e,r,{backwards:!0}),r!==Wt(e,r,{backwards:!0})},hasNewline:Ut,hasNewlineInRange:function(e,t,n){for(let r=t;r<n;++r)if("\n"===e.charAt(r))return!0;return!1},hasSpaces:function(e,t,n={}){return Mt(e,n.backwards?t-1:t,n)!==t},getAlignmentSize:Jt,getIndentSize:function(e,t){const n=e.lastIndexOf("\n");return-1===n?0:Jt(e.slice(n+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:Xt,printString:function(e,t){return Yt(e.slice(1,-1),"json"===t.parser||"json5"===t.parser&&"preserve"===t.quoteProps&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":Xt(e,t.singleQuote?"'":'"'),!("css"===t.parser||"less"===t.parser||"scss"===t.parser||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:Yt,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,Kt(e,t)},addDanglingComment:function(e,t,n){t.leading=!1,t.trailing=!1,n&&(t.marker=n),Kt(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,Kt(e,t)},isFrontMatterNode:function(e){return e&&"front-matter"===e.type},getShebang:function(e){if(!e.startsWith("#!"))return"";const t=e.indexOf("\n");return-1===t?e:e.slice(0,t)},isNonEmptyArray:function(e){return Array.isArray(e)&&e.length>0},createGroupIdMapper:function(e){const t=new WeakMap;return function(n){return t.has(n)||t.set(n,Symbol(e)),t.get(n)}}};var Zt={guessEndOfLine:function(e){const t=e.indexOf("\r");return t>=0?"\n"===e.charAt(t+1)?"crlf":"cr":"lf"},convertEndOfLineToChars:function(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}},countEndOfLineChars:function(e,t){let n;if("\n"===t)n=/\n/g;else if("\r"===t)n=/\r/g;else{if("\r\n"!==t)throw new Error('Unexpected "eol" '.concat(JSON.stringify(t),"."));n=/\r\n/g}const r=e.match(n);return r?r.length:0},normalizeEndOfLine:function(e){return e.replace(/\r\n?/g,"\n")}};const{literalline:en}=Ce,tn=e=>Array.isArray(e)||e&&"concat"===e.type,nn=e=>{if(Array.isArray(e))return e;if("concat"!==e.type&&"fill"!==e.type)throw new Error("Expect doc type to be `concat` or `fill`.");return e.parts},rn={};function on(e,t,n,r){const o=[e];for(;o.length>0;){const e=o.pop();if(e!==rn){if(n&&o.push(e,rn),!t||!1!==t(e))if(tn(e)||"fill"===e.type){const t=nn(e);for(let e=t.length-1;e>=0;--e)o.push(t[e])}else if("if-break"===e.type)e.flatContents&&o.push(e.flatContents),e.breakContents&&o.push(e.breakContents);else if("group"===e.type&&e.expandedStates)if(r)for(let t=e.expandedStates.length-1;t>=0;--t)o.push(e.expandedStates[t]);else o.push(e.contents);else e.contents&&o.push(e.contents)}else n(o.pop())}}function un(e,t){const n=new Map;return r(e);function r(e){if(n.has(e))return n.get(e);const o=function(e){if(Array.isArray(e))return t(e.map(r));if("concat"===e.type||"fill"===e.type){const n=e.parts.map(r);return t(Object.assign({},e,{parts:n}))}if("if-break"===e.type){const n=e.breakContents&&r(e.breakContents),o=e.flatContents&&r(e.flatContents);return t(Object.assign({},e,{breakContents:n,flatContents:o}))}if("group"===e.type&&e.expandedStates){const n=e.expandedStates.map(r),o=n[0];return t(Object.assign({},e,{contents:o,expandedStates:n}))}if(e.contents){const n=r(e.contents);return t(Object.assign({},e,{contents:n}))}return t(e)}(e);return n.set(e,o),o}}function sn(e,t,n){let r=n,o=!1;return on(e,(function(e){const n=t(e);if(void 0!==n&&(o=!0,r=n),o)return!1})),r}function an(e){return!("group"!==e.type||!e.break)||(!("line"!==e.type||!e.hard)||("break-parent"===e.type||void 0))}function cn(e){if(e.length>0){const t=ke(e);t.expandedStates||t.break||(t.break="propagated")}return null}function ln(e){return"line"!==e.type||e.hard?"if-break"===e.type?e.flatContents||"":e:e.soft?"":" "}const pn=(e,t)=>e&&"line"===e.type&&e.hard&&t&&"break-parent"===t.type;function fn(e){if(!e)return e;if(tn(e)||"fill"===e.type){const t=nn(e);for(;t.length>1&&pn(...t.slice(-2));)t.length-=2;if(t.length>0){const e=fn(ke(t));t[t.length-1]=e}return Array.isArray(e)?t:Object.assign({},e,{parts:t})}switch(e.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{const t=fn(e.contents);return Object.assign({},e,{contents:t})}case"if-break":{const t=fn(e.breakContents),n=fn(e.flatContents);return Object.assign({},e,{breakContents:t,flatContents:n})}}return e}function dn(e){return un(e,(e=>function(e){switch(e.type){case"fill":if(0===e.parts.length||e.parts.every((e=>""===e)))return"";break;case"group":if(!(e.contents||e.id||e.break||e.expandedStates))return"";if("group"===e.contents.type&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!e.contents)return"";break;case"if-break":if(!e.flatContents&&!e.breakContents)return""}if(!tn(e))return e;const t=[];for(const n of nn(e)){if(!n)continue;const[e,...r]=tn(n)?nn(n):[n];"string"==typeof e&&"string"==typeof ke(t)?t[t.length-1]+=e:t.push(e),t.push(...r)}return 0===t.length?"":1===t.length?t[0]:Array.isArray(e)?t:Object.assign({},e,{parts:t})}(e)))}function hn(e){const t=[],n=e.filter(Boolean);for(;n.length>0;){const e=n.shift();e&&(tn(e)?n.unshift(...nn(e)):t.length>0&&"string"==typeof ke(t)&&"string"==typeof e?t[t.length-1]+=e:t.push(e))}return t}var mn={isConcat:tn,getDocParts:nn,willBreak:function(e){return sn(e,an,!1)},traverseDoc:on,findInDoc:sn,mapDoc:un,propagateBreaks:function(e){const t=new Set,n=[];on(e,(function(e){if("break-parent"===e.type&&cn(n),"group"===e.type){if(n.push(e),t.has(e))return!1;t.add(e)}}),(function(e){if("group"===e.type){n.pop().break&&cn(n)}}),!0)},removeLines:function(e){return un(e,ln)},stripTrailingHardline:function(e){return fn(dn(e))},normalizeParts:hn,normalizeDoc:function(e){return un(e,(e=>Array.isArray(e)?hn(e):e.parts?Object.assign({},e,{parts:hn(e.parts)}):e))},cleanDoc:dn,replaceNewlinesWithLiterallines:function(e){return un(e,(e=>"string"==typeof e&&e.includes("\n")?e.split(/(\n)/g).map(((e,t)=>t%2==0?e:en)):e))}};const{getStringWidth:gn,getLast:yn}=Qt,{convertEndOfLineToChars:Dn}=Zt,{fill:En,cursor:bn,indent:Cn}=Ce,{isConcat:vn,getDocParts:An}=mn;let Fn;function xn(e,t){return wn(e,{type:"indent"},t)}function Sn(e,t,n){if(t===Number.NEGATIVE_INFINITY)return e.root||{value:"",length:0,queue:[]};if(t<0)return wn(e,{type:"dedent"},n);if(!t)return e;if("root"===t.type)return Object.assign({},e,{root:e});return wn(e,{type:"string"==typeof t?"stringAlign":"numberAlign",n:t},n)}function wn(e,t,n){const r="dedent"===t.type?e.queue.slice(0,-1):[...e.queue,t];let o="",i=0,u=0,s=0;for(const e of r)switch(e.type){case"indent":l(),n.useTabs?a(1):c(n.tabWidth);break;case"stringAlign":l(),o+=e.n,i+=e.n.length;break;case"numberAlign":u+=1,s+=e.n;break;default:throw new Error("Unexpected type '".concat(e.type,"'"))}return p(),Object.assign({},e,{value:o,length:i,queue:r});function a(e){o+="\t".repeat(e),i+=n.tabWidth*e}function c(e){o+=" ".repeat(e),i+=e}function l(){n.useTabs?function(){u>0&&a(u);f()}():p()}function p(){s>0&&c(s),f()}function f(){u=0,s=0}}function Tn(e){if(0===e.length)return 0;let t=0;for(;e.length>0&&"string"==typeof yn(e)&&/^[\t ]*$/.test(yn(e));)t+=e.pop().length;if(e.length>0&&"string"==typeof yn(e)){const n=yn(e).replace(/[\t ]*$/,"");t+=yn(e).length-n.length,e[e.length-1]=n}return t}function Bn(e,t,n,r,o,i){let u=t.length;const s=[e],a=[];for(;n>=0;){if(0===s.length){if(0===u)return!0;s.push(t[u-1]),u--;continue}const[e,c,l]=s.pop();if("string"==typeof l)a.push(l),n-=gn(l);else if(vn(l)){const t=An(l);for(let n=t.length-1;n>=0;n--)s.push([e,c,t[n]])}else switch(l.type){case"indent":s.push([xn(e,r),c,l.contents]);break;case"align":s.push([Sn(e,l.n,r),c,l.contents]);break;case"trim":n+=Tn(a);break;case"group":{if(i&&l.break)return!1;const t=l.break?1:c;s.push([e,t,l.expandedStates&&1===t?yn(l.expandedStates):l.contents]),l.id&&(Fn[l.id]=t);break}case"fill":for(let t=l.parts.length-1;t>=0;t--)s.push([e,c,l.parts[t]]);break;case"if-break":case"indent-if-break":{const t=l.groupId?Fn[l.groupId]:c;if(1===t){const t="if-break"===l.type?l.breakContents:l.negate?l.contents:Cn(l.contents);t&&s.push([e,c,t])}if(2===t){const t="if-break"===l.type?l.flatContents:l.negate?Cn(l.contents):l.contents;t&&s.push([e,c,t])}break}case"line":switch(c){case 2:if(!l.hard){l.soft||(a.push(" "),n-=1);break}return!0;case 1:return!0}break;case"line-suffix":o=!0;break;case"line-suffix-boundary":if(o)return!1;break;case"label":s.push([e,c,l.contents])}}return!1}var kn={printDocToString:function(e,t){Fn={};const n=t.printWidth,r=Dn(t.endOfLine);let o=0;const i=[[{value:"",length:0,queue:[]},1,e]],u=[];let s=!1,a=[];for(;i.length>0;){const[e,c,l]=i.pop();if("string"==typeof l){const e="\n"!==r?l.replace(/\n/g,r):l;u.push(e),o+=gn(e)}else if(vn(l)){const t=An(l);for(let n=t.length-1;n>=0;n--)i.push([e,c,t[n]])}else switch(l.type){case"cursor":u.push(bn.placeholder);break;case"indent":i.push([xn(e,t),c,l.contents]);break;case"align":i.push([Sn(e,l.n,t),c,l.contents]);break;case"trim":o-=Tn(u);break;case"group":switch(c){case 2:if(!s){i.push([e,l.break?1:2,l.contents]);break}case 1:{s=!1;const r=[e,2,l.contents],u=n-o,c=a.length>0;if(!l.break&&Bn(r,i,u,t,c))i.push(r);else if(l.expandedStates){const n=yn(l.expandedStates);if(l.break){i.push([e,1,n]);break}for(let r=1;r<l.expandedStates.length+1;r++){if(r>=l.expandedStates.length){i.push([e,1,n]);break}{const n=[e,2,l.expandedStates[r]];if(Bn(n,i,u,t,c)){i.push(n);break}}}}else i.push([e,1,l.contents]);break}}l.id&&(Fn[l.id]=yn(i)[1]);break;case"fill":{const r=n-o,{parts:u}=l;if(0===u.length)break;const[s,p]=u,f=[e,2,s],d=[e,1,s],h=Bn(f,[],r,t,a.length>0,!0);if(1===u.length){h?i.push(f):i.push(d);break}const m=[e,2,p],g=[e,1,p];if(2===u.length){h?i.push(m,f):i.push(g,d);break}u.splice(0,2);const y=[e,c,En(u)];Bn([e,2,[s,p,u[0]]],[],r,t,a.length>0,!0)?i.push(y,m,f):h?i.push(y,g,f):i.push(y,g,d);break}case"if-break":case"indent-if-break":{const t=l.groupId?Fn[l.groupId]:c;if(1===t){const t="if-break"===l.type?l.breakContents:l.negate?l.contents:Cn(l.contents);t&&i.push([e,c,t])}if(2===t){const t="if-break"===l.type?l.flatContents:l.negate?Cn(l.contents):l.contents;t&&i.push([e,c,t])}break}case"line-suffix":a.push([e,c,l.contents]);break;case"line-suffix-boundary":a.length>0&&i.push([e,c,{type:"line",hard:!0}]);break;case"line":switch(c){case 2:if(!l.hard){l.soft||(u.push(" "),o+=1);break}s=!0;case 1:if(a.length>0){i.push([e,c,l],...a.reverse()),a=[];break}l.literal?e.root?(u.push(r,e.root.value),o=e.root.length):(u.push(r),o=0):(o-=Tn(u),u.push(r+e.value),o=e.length)}break;case"label":i.push([e,c,l.contents])}0===i.length&&a.length>0&&(i.push(...a.reverse()),a=[])}const c=u.indexOf(bn.placeholder);if(-1!==c){const e=u.indexOf(bn.placeholder,c+1),t=u.slice(0,c).join(""),n=u.slice(c+1,e).join("");return{formatted:t+n+u.slice(e+1).join(""),cursorNodeStart:t.length,cursorNodeText:n}}return{formatted:u.join("")}}};const{isConcat:Nn,getDocParts:Pn}=mn;function On(e){if(!e)return"";if(Nn(e)){const t=[];for(const n of Pn(e))if(Nn(n))t.push(...On(n).parts);else{const e=On(n);""!==e&&t.push(e)}return{type:"concat",parts:t}}return"if-break"===e.type?Object.assign({},e,{breakContents:On(e.breakContents),flatContents:On(e.flatContents)}):"group"===e.type?Object.assign({},e,{contents:On(e.contents),expandedStates:e.expandedStates&&e.expandedStates.map(On)}):"fill"===e.type?{type:"fill",parts:e.parts.map(On)}:e.contents?Object.assign({},e,{contents:On(e.contents)}):e}var In={builders:Ce,printer:kn,utils:mn,debug:{printDocToDebug:function(e){const t=Object.create(null),n=new Set;return function e(t,n,o){if("string"==typeof t)return JSON.stringify(t);if(Nn(t)){const n=Pn(t).map(e).filter(Boolean);return 1===n.length?n[0]:"[".concat(n.join(", "),"]")}if("line"===t.type){const e=Array.isArray(o)&&o[n+1]&&"break-parent"===o[n+1].type;return t.literal?e?"literalline":"literallineWithoutBreakParent":t.hard?e?"hardline":"hardlineWithoutBreakParent":t.soft?"softline":"line"}if("break-parent"===t.type){return Array.isArray(o)&&o[n-1]&&"line"===o[n-1].type&&o[n-1].hard?void 0:"breakParent"}if("trim"===t.type)return"trim";if("indent"===t.type)return"indent("+e(t.contents)+")";if("align"===t.type)return t.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+e(t.contents)+")":t.n<0?"dedent("+e(t.contents)+")":"root"===t.n.type?"markAsRoot("+e(t.contents)+")":"align("+JSON.stringify(t.n)+", "+e(t.contents)+")";if("if-break"===t.type)return"ifBreak("+e(t.breakContents)+(t.flatContents?", "+e(t.flatContents):"")+(t.groupId?(t.flatContents?"":', ""')+", { groupId: ".concat(r(t.groupId)," }"):"")+")";if("indent-if-break"===t.type){const n=[];t.negate&&n.push("negate: true"),t.groupId&&n.push("groupId: ".concat(r(t.groupId)));const o=n.length>0?", { ".concat(n.join(", ")," }"):"";return"indentIfBreak(".concat(e(t.contents)).concat(o,")")}if("group"===t.type){const n=[];t.break&&"propagated"!==t.break&&n.push("shouldBreak: true"),t.id&&n.push("id: ".concat(r(t.id)));const o=n.length>0?", { ".concat(n.join(", ")," }"):"";return t.expandedStates?"conditionalGroup([".concat(t.expandedStates.map((t=>e(t))).join(","),"]").concat(o,")"):"group(".concat(e(t.contents)).concat(o,")")}if("fill"===t.type)return"fill([".concat(t.parts.map((t=>e(t))).join(", "),"])");if("line-suffix"===t.type)return"lineSuffix("+e(t.contents)+")";if("line-suffix-boundary"===t.type)return"lineSuffixBoundary";if("label"===t.type)return"label(".concat(JSON.stringify(t.label),", ").concat(e(t.contents),")");throw new Error("Unknown doc type "+t.type)}(On(e));function r(e){if("symbol"!=typeof e)return JSON.stringify(String(e));if(e in t)return t[e];const r=String(e).slice(7,-1)||"symbol";for(let o=0;;o++){const i=r+(o>0?" #".concat(o):"");if(!n.has(i))return n.add(i),t[e]="Symbol.for(".concat(JSON.stringify(i),")")}}}}},jn=Object.freeze({__proto__:null,default:{}});function Ln(e,t){for(var n=0,r=e.length-1;r>=0;r--){var o=e[r];"."===o?e.splice(r,1):".."===o?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}var _n=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Mn=function(e){return _n.exec(e).slice(1)};function Rn(){for(var e="",t=!1,n=arguments.length-1;n>=-1&&!t;n--){var r=n>=0?arguments[n]:"/";if("string"!=typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&(e=r+"/"+e,t="/"===r.charAt(0))}return(t?"/":"")+(e=Ln(Jn(e.split("/"),(function(e){return!!e})),!t).join("/"))||"."}function Vn(e){var t=$n(e),n="/"===Xn(e,-1);return(e=Ln(Jn(e.split("/"),(function(e){return!!e})),!t).join("/"))||t||(e="."),e&&n&&(e+="/"),(t?"/":"")+e}function $n(e){return"/"===e.charAt(0)}function qn(){var e=Array.prototype.slice.call(arguments,0);return Vn(Jn(e,(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))}function Wn(e,t){function n(e){for(var t=0;t<e.length&&""===e[t];t++);for(var n=e.length-1;n>=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=Rn(e).substr(1),t=Rn(t).substr(1);for(var r=n(e.split("/")),o=n(t.split("/")),i=Math.min(r.length,o.length),u=i,s=0;s<i;s++)if(r[s]!==o[s]){u=s;break}var a=[];for(s=u;s<r.length;s++)a.push("..");return(a=a.concat(o.slice(u))).join("/")}function Un(e){var t=Mn(e),n=t[0],r=t[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."}function zn(e,t){var n=Mn(e)[2];return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n}function Gn(e){return Mn(e)[3]}var Hn={extname:Gn,basename:zn,dirname:Un,sep:"/",delimiter:":",relative:Wn,join:qn,isAbsolute:$n,normalize:Vn,resolve:Rn};function Jn(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}var Xn="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)},Yn=Object.freeze({__proto__:null,resolve:Rn,normalize:Vn,isAbsolute:$n,join:qn,relative:Wn,sep:"/",delimiter:":",dirname:Un,basename:zn,extname:Gn,default:Hn}),Kn=[],Qn=[],Zn="undefined"!=typeof Uint8Array?Uint8Array:Array,er=!1;function tr(){er=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,n=e.length;t<n;++t)Kn[t]=e[t],Qn[e.charCodeAt(t)]=t;Qn["-".charCodeAt(0)]=62,Qn["_".charCodeAt(0)]=63}function nr(e,t,n){for(var r,o,i=[],u=t;u<n;u+=3)r=(e[u]<<16)+(e[u+1]<<8)+e[u+2],i.push(Kn[(o=r)>>18&63]+Kn[o>>12&63]+Kn[o>>6&63]+Kn[63&o]);return i.join("")}function rr(e){var t;er||tr();for(var n=e.length,r=n%3,o="",i=[],u=16383,s=0,a=n-r;s<a;s+=u)i.push(nr(e,s,s+u>a?a:s+u));return 1===r?(t=e[n-1],o+=Kn[t>>2],o+=Kn[t<<4&63],o+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],o+=Kn[t>>10],o+=Kn[t>>4&63],o+=Kn[t<<2&63],o+="="),i.push(o),i.join("")}function or(e,t,n,r,o){var i,u,s=8*o-r-1,a=(1<<s)-1,c=a>>1,l=-7,p=n?o-1:0,f=n?-1:1,d=e[t+p];for(p+=f,i=d&(1<<-l)-1,d>>=-l,l+=s;l>0;i=256*i+e[t+p],p+=f,l-=8);for(u=i&(1<<-l)-1,i>>=-l,l+=r;l>0;u=256*u+e[t+p],p+=f,l-=8);if(0===i)i=1-c;else{if(i===a)return u?NaN:1/0*(d?-1:1);u+=Math.pow(2,r),i-=c}return(d?-1:1)*u*Math.pow(2,i-r)}function ir(e,t,n,r,o,i){var u,s,a,c=8*i-o-1,l=(1<<c)-1,p=l>>1,f=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:i-1,h=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,u=l):(u=Math.floor(Math.log(t)/Math.LN2),t*(a=Math.pow(2,-u))<1&&(u--,a*=2),(t+=u+p>=1?f/a:f*Math.pow(2,1-p))*a>=2&&(u++,a/=2),u+p>=l?(s=0,u=l):u+p>=1?(s=(t*a-1)*Math.pow(2,o),u+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,o),u=0));o>=8;e[n+d]=255&s,d+=h,s/=256,o-=8);for(u=u<<o|s,c+=o;c>0;e[n+d]=255&u,d+=h,u/=256,c-=8);e[n+d-h]|=128*m}var ur={}.toString,sr=Array.isArray||function(e){return"[object Array]"==ur.call(e)};function ar(){return lr.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function cr(e,t){if(ar()<t)throw new RangeError("Invalid typed array length");return lr.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=lr.prototype:(null===e&&(e=new lr(t)),e.length=t),e}function lr(e,t,n){if(!(lr.TYPED_ARRAY_SUPPORT||this instanceof lr))return new lr(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return dr(this,e)}return pr(this,e,t,n)}function pr(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);lr.TYPED_ARRAY_SUPPORT?(e=t).__proto__=lr.prototype:e=hr(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!lr.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|yr(t,n),o=(e=cr(e,r)).write(t,n);o!==r&&(e=e.slice(0,o));return e}(e,t,n):function(e,t){if(gr(t)){var n=0|mr(t.length);return 0===(e=cr(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?cr(e,0):hr(e,t);if("Buffer"===t.type&&sr(t.data))return hr(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function fr(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function dr(e,t){if(fr(t),e=cr(e,t<0?0:0|mr(t)),!lr.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function hr(e,t){var n=t.length<0?0:0|mr(t.length);e=cr(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function mr(e){if(e>=ar())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ar().toString(16)+" bytes");return 0|e}function gr(e){return!(null==e||!e._isBuffer)}function yr(e,t){if(gr(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Wr(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Ur(e).length;default:if(r)return Wr(e).length;t=(""+t).toLowerCase(),r=!0}}function Dr(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return Pr(this,t,n);case"utf8":case"utf-8":return Br(this,t,n);case"ascii":return kr(this,t,n);case"latin1":case"binary":return Nr(this,t,n);case"base64":return Tr(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Or(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function Er(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function br(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=lr.from(t,r)),gr(t))return 0===t.length?-1:Cr(e,t,n,r,o);if("number"==typeof t)return t&=255,lr.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):Cr(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function Cr(e,t,n,r,o){var i,u=1,s=e.length,a=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;u=2,s/=2,a/=2,n/=2}function c(e,t){return 1===u?e[t]:e.readUInt16BE(t*u)}if(o){var l=-1;for(i=n;i<s;i++)if(c(e,i)===c(t,-1===l?0:i-l)){if(-1===l&&(l=i),i-l+1===a)return l*u}else-1!==l&&(i-=i-l),l=-1}else for(n+a>s&&(n=s-a),i=n;i>=0;i--){for(var p=!0,f=0;f<a;f++)if(c(e,i+f)!==c(t,f)){p=!1;break}if(p)return i}return-1}function vr(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var i=t.length;if(i%2!=0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var u=0;u<r;++u){var s=parseInt(t.substr(2*u,2),16);if(isNaN(s))return u;e[n+u]=s}return u}function Ar(e,t,n,r){return zr(Wr(t,e.length-n),e,n,r)}function Fr(e,t,n,r){return zr(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function xr(e,t,n,r){return Fr(e,t,n,r)}function Sr(e,t,n,r){return zr(Ur(t),e,n,r)}function wr(e,t,n,r){return zr(function(e,t){for(var n,r,o,i=[],u=0;u<e.length&&!((t-=2)<0);++u)r=(n=e.charCodeAt(u))>>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function Tr(e,t,n){return 0===t&&n===e.length?rr(e):rr(e.slice(t,n))}function Br(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var i,u,s,a,c=e[o],l=null,p=c>239?4:c>223?3:c>191?2:1;if(o+p<=n)switch(p){case 1:c<128&&(l=c);break;case 2:128==(192&(i=e[o+1]))&&(a=(31&c)<<6|63&i)>127&&(l=a);break;case 3:i=e[o+1],u=e[o+2],128==(192&i)&&128==(192&u)&&(a=(15&c)<<12|(63&i)<<6|63&u)>2047&&(a<55296||a>57343)&&(l=a);break;case 4:i=e[o+1],u=e[o+2],s=e[o+3],128==(192&i)&&128==(192&u)&&128==(192&s)&&(a=(15&c)<<18|(63&i)<<12|(63&u)<<6|63&s)>65535&&a<1114112&&(l=a)}null===l?(l=65533,p=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),o+=p}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}lr.TYPED_ARRAY_SUPPORT=void 0===Pe.TYPED_ARRAY_SUPPORT||Pe.TYPED_ARRAY_SUPPORT,lr.poolSize=8192,lr._augment=function(e){return e.__proto__=lr.prototype,e},lr.from=function(e,t,n){return pr(null,e,t,n)},lr.TYPED_ARRAY_SUPPORT&&(lr.prototype.__proto__=Uint8Array.prototype,lr.__proto__=Uint8Array),lr.alloc=function(e,t,n){return function(e,t,n,r){return fr(t),t<=0?cr(e,t):void 0!==n?"string"==typeof r?cr(e,t).fill(n,r):cr(e,t).fill(n):cr(e,t)}(null,e,t,n)},lr.allocUnsafe=function(e){return dr(null,e)},lr.allocUnsafeSlow=function(e){return dr(null,e)},lr.isBuffer=Gr,lr.compare=function(e,t){if(!gr(e)||!gr(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,o=0,i=Math.min(n,r);o<i;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},lr.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},lr.concat=function(e,t){if(!sr(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return lr.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=lr.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var i=e[n];if(!gr(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(r,o),o+=i.length}return r},lr.byteLength=yr,lr.prototype._isBuffer=!0,lr.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)Er(this,t,t+1);return this},lr.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)Er(this,t,t+3),Er(this,t+1,t+2);return this},lr.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)Er(this,t,t+7),Er(this,t+1,t+6),Er(this,t+2,t+5),Er(this,t+3,t+4);return this},lr.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?Br(this,0,e):Dr.apply(this,arguments)},lr.prototype.equals=function(e){if(!gr(e))throw new TypeError("Argument must be a Buffer");return this===e||0===lr.compare(this,e)},lr.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},lr.prototype.compare=function(e,t,n,r,o){if(!gr(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var i=(o>>>=0)-(r>>>=0),u=(n>>>=0)-(t>>>=0),s=Math.min(i,u),a=this.slice(r,o),c=e.slice(t,n),l=0;l<s;++l)if(a[l]!==c[l]){i=a[l],u=c[l];break}return i<u?-1:u<i?1:0},lr.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},lr.prototype.indexOf=function(e,t,n){return br(this,e,t,n,!0)},lr.prototype.lastIndexOf=function(e,t,n){return br(this,e,t,n,!1)},lr.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return vr(this,e,t,n);case"utf8":case"utf-8":return Ar(this,e,t,n);case"ascii":return Fr(this,e,t,n);case"latin1":case"binary":return xr(this,e,t,n);case"base64":return Sr(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wr(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},lr.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function kr(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function Nr(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function Pr(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",i=t;i<n;++i)o+=qr(e[i]);return o}function Or(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}function Ir(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function jr(e,t,n,r,o,i){if(!gr(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<i)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function Lr(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,i=Math.min(e.length-n,2);o<i;++o)e[n+o]=(t&255<<8*(r?o:1-o))>>>8*(r?o:1-o)}function _r(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,i=Math.min(e.length-n,4);o<i;++o)e[n+o]=t>>>8*(r?o:3-o)&255}function Mr(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Rr(e,t,n,r,o){return o||Mr(e,0,n,4),ir(e,t,n,r,23,4),n+4}function Vr(e,t,n,r,o){return o||Mr(e,0,n,8),ir(e,t,n,r,52,8),n+8}lr.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),lr.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=lr.prototype;else{var o=t-e;n=new lr(o,void 0);for(var i=0;i<o;++i)n[i]=this[i+e]}return n},lr.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||Ir(e,t,this.length);for(var r=this[e],o=1,i=0;++i<t&&(o*=256);)r+=this[e+i]*o;return r},lr.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||Ir(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},lr.prototype.readUInt8=function(e,t){return t||Ir(e,1,this.length),this[e]},lr.prototype.readUInt16LE=function(e,t){return t||Ir(e,2,this.length),this[e]|this[e+1]<<8},lr.prototype.readUInt16BE=function(e,t){return t||Ir(e,2,this.length),this[e]<<8|this[e+1]},lr.prototype.readUInt32LE=function(e,t){return t||Ir(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},lr.prototype.readUInt32BE=function(e,t){return t||Ir(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},lr.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||Ir(e,t,this.length);for(var r=this[e],o=1,i=0;++i<t&&(o*=256);)r+=this[e+i]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},lr.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||Ir(e,t,this.length);for(var r=t,o=1,i=this[e+--r];r>0&&(o*=256);)i+=this[e+--r]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},lr.prototype.readInt8=function(e,t){return t||Ir(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},lr.prototype.readInt16LE=function(e,t){t||Ir(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},lr.prototype.readInt16BE=function(e,t){t||Ir(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},lr.prototype.readInt32LE=function(e,t){return t||Ir(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},lr.prototype.readInt32BE=function(e,t){return t||Ir(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},lr.prototype.readFloatLE=function(e,t){return t||Ir(e,4,this.length),or(this,e,!0,23,4)},lr.prototype.readFloatBE=function(e,t){return t||Ir(e,4,this.length),or(this,e,!1,23,4)},lr.prototype.readDoubleLE=function(e,t){return t||Ir(e,8,this.length),or(this,e,!0,52,8)},lr.prototype.readDoubleBE=function(e,t){return t||Ir(e,8,this.length),or(this,e,!1,52,8)},lr.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||jr(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,i=0;for(this[t]=255&e;++i<n&&(o*=256);)this[t+i]=e/o&255;return t+n},lr.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||jr(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+n},lr.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,1,255,0),lr.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},lr.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,2,65535,0),lr.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Lr(this,e,t,!0),t+2},lr.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,2,65535,0),lr.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Lr(this,e,t,!1),t+2},lr.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,4,4294967295,0),lr.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):_r(this,e,t,!0),t+4},lr.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,4,4294967295,0),lr.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):_r(this,e,t,!1),t+4},lr.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);jr(this,e,t,n,o-1,-o)}var i=0,u=1,s=0;for(this[t]=255&e;++i<n&&(u*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/u>>0)-s&255;return t+n},lr.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);jr(this,e,t,n,o-1,-o)}var i=n-1,u=1,s=0;for(this[t+i]=255&e;--i>=0&&(u*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/u>>0)-s&255;return t+n},lr.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,1,127,-128),lr.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},lr.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,2,32767,-32768),lr.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Lr(this,e,t,!0),t+2},lr.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,2,32767,-32768),lr.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Lr(this,e,t,!1),t+2},lr.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,4,2147483647,-2147483648),lr.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):_r(this,e,t,!0),t+4},lr.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||jr(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),lr.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):_r(this,e,t,!1),t+4},lr.prototype.writeFloatLE=function(e,t,n){return Rr(this,e,t,!0,n)},lr.prototype.writeFloatBE=function(e,t,n){return Rr(this,e,t,!1,n)},lr.prototype.writeDoubleLE=function(e,t,n){return Vr(this,e,t,!0,n)},lr.prototype.writeDoubleBE=function(e,t,n){return Vr(this,e,t,!1,n)},lr.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o,i=r-n;if(this===e&&n<t&&t<r)for(o=i-1;o>=0;--o)e[o+t]=this[o+n];else if(i<1e3||!lr.TYPED_ARRAY_SUPPORT)for(o=0;o<i;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+i),t);return i},lr.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var o=e.charCodeAt(0);o<256&&(e=o)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!lr.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var i;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(i=t;i<n;++i)this[i]=e;else{var u=gr(e)?e:Wr(new lr(e,r).toString()),s=u.length;for(i=0;i<n-t;++i)this[i+t]=u[i%s]}return this};var $r=/[^+\/0-9A-Za-z-_]/g;function qr(e){return e<16?"0"+e.toString(16):e.toString(16)}function Wr(e,t){var n;t=t||1/0;for(var r=e.length,o=null,i=[],u=0;u<r;++u){if((n=e.charCodeAt(u))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(u+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function Ur(e){return function(e){var t,n,r,o,i,u;er||tr();var s=e.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i="="===e[s-2]?2:"="===e[s-1]?1:0,u=new Zn(3*s/4-i),r=i>0?s-4:s;var a=0;for(t=0,n=0;t<r;t+=4,n+=3)o=Qn[e.charCodeAt(t)]<<18|Qn[e.charCodeAt(t+1)]<<12|Qn[e.charCodeAt(t+2)]<<6|Qn[e.charCodeAt(t+3)],u[a++]=o>>16&255,u[a++]=o>>8&255,u[a++]=255&o;return 2===i?(o=Qn[e.charCodeAt(t)]<<2|Qn[e.charCodeAt(t+1)]>>4,u[a++]=255&o):1===i&&(o=Qn[e.charCodeAt(t)]<<10|Qn[e.charCodeAt(t+1)]<<4|Qn[e.charCodeAt(t+2)]>>2,u[a++]=o>>8&255,u[a++]=255&o),u}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace($r,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function zr(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}function Gr(e){return null!=e&&(!!e._isBuffer||Hr(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&Hr(e.slice(0,0))}(e))}function Hr(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}var Jr=o(jn);var Xr=class{constructor(e,t){(t=t||{}).readChunk||(t.readChunk=1024),t.newLineCharacter?t.newLineCharacter=t.newLineCharacter.charCodeAt(0):t.newLineCharacter=10,this.fd="number"==typeof e?e:Jr.openSync(e,"r"),this.options=t,this.newLineCharacter=t.newLineCharacter,this.reset()}_searchInBuffer(e,t){let n=-1;for(let r=0;r<=e.length;r++){if(e[r]===t){n=r;break}}return n}reset(){this.eofReached=!1,this.linesCache=[],this.fdPosition=0}close(){Jr.closeSync(this.fd),this.fd=null}_extractLines(e){let t;const n=[];let r=0,o=0;for(;;){let i=e[r++];if(i===this.newLineCharacter)t=e.slice(o,r),n.push(t),o=r;else if(void 0===i)break}let i=e.slice(o,r);return i.length&&n.push(i),n}_readChunk(e){let t,n=0;const r=[];do{const e=new lr(this.options.readChunk);t=Jr.readSync(this.fd,e,0,this.options.readChunk,this.fdPosition),n+=t,this.fdPosition=this.fdPosition+t,r.push(e)}while(t&&-1===this._searchInBuffer(r[r.length-1],this.options.newLineCharacter));let o=lr.concat(r);return t<this.options.readChunk&&(this.eofReached=!0,o=o.slice(0,n)),n&&(this.linesCache=this._extractLines(o),e&&(this.linesCache[0]=lr.concat([e,this.linesCache[0]]))),n}next(){if(!this.fd)return!1;let e,t=!1;if(this.eofReached&&0===this.linesCache.length)return t;if(this.linesCache.length||(e=this._readChunk()),this.linesCache.length){t=this.linesCache.shift();t[t.length-1]!==this.newLineCharacter&&(e=this._readChunk(t),e&&(t=this.linesCache.shift()))}return this.eofReached&&0===this.linesCache.length&&this.close(),t&&t[t.length-1]===this.newLineCharacter&&(t=t.slice(0,t.length-1)),t}};class Yr extends Error{}class Kr extends Error{}class Qr extends Error{}class Zr extends Error{}var eo={ConfigError:Yr,DebugError:Kr,UndefinedParserError:Qr,ArgExpansionBailout:Zr},to=function(e,t){return(to=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */var no=function(){return(no=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function ro(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function oo(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return u}function io(e){return this instanceof io?(this.v=e,this):new io(e)}var uo=Object.freeze({__proto__:null,__extends:function(e,t){function n(){this.constructor=e}to(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},get __assign(){return no},__rest:function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},__decorate:function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},__param:function(e,t){return function(n,r){t(n,r,e)}},__metadata:function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},__awaiter:function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function u(e){try{a(r.next(e))}catch(e){i(e)}}function s(e){try{a(r.throw(e))}catch(e){i(e)}}function a(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(u,s)}a((r=r.apply(e,t||[])).next())}))},__generator:function(e,t){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=t.call(e,u)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},__createBinding:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]},__exportStar:function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||(t[n]=e[n])},__values:ro,__read:oo,__spread:function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(oo(arguments[t]));return e},__spreadArrays:function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var i=arguments[t],u=0,s=i.length;u<s;u++,o++)r[o]=i[u];return r},__await:io,__asyncGenerator:function(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),i=[];return r={},u("next"),u("throw"),u("return"),r[Symbol.asyncIterator]=function(){return this},r;function u(e){o[e]&&(r[e]=function(t){return new Promise((function(n,r){i.push([e,t,n,r])>1||s(e,t)}))})}function s(e,t){try{(n=o[e](t)).value instanceof io?Promise.resolve(n.value.v).then(a,c):l(i[0][2],n)}catch(e){l(i[0][3],e)}var n}function a(e){s("next",e)}function c(e){s("throw",e)}function l(e,t){e(t),i.shift(),i.length&&s(i[0][0],i[0][1])}},__asyncDelegator:function(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:io(e[r](t)),done:"return"===r}:o?o(t):t}:o}},__asyncValues:function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=ro(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,o){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,o,(t=e[n](t)).done,t.value)}))}}},__makeTemplateObject:function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},__importStar:function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},__importDefault:function(e){return e&&e.__esModule?e:{default:e}},__classPrivateFieldGet:function(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)},__classPrivateFieldSet:function(e,t,n){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,n),n}}),so=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.apiDescriptor={key:e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),value(e){if(null===e||"object"!=typeof e)return JSON.stringify(e);if(Array.isArray(e))return"[".concat(e.map((e=>t.apiDescriptor.value(e))).join(", "),"]");const n=Object.keys(e);return 0===n.length?"{}":"{ ".concat(n.map((n=>"".concat(t.apiDescriptor.key(n),": ").concat(t.apiDescriptor.value(e[n])))).join(", ")," }")},pair:({key:e,value:n})=>t.apiDescriptor.value({[e]:n})}})),ao=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(so,t)})),co=/[|\\{}()[\]^$+*?.]/g,lo=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(co,"\\$&")},po={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]},fo=i((function(e){var t={};for(var n in po)po.hasOwnProperty(n)&&(t[po[n]]=n);var r=e.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"]}};for(var o in r)if(r.hasOwnProperty(o)){if(!("channels"in r[o]))throw new Error("missing channels property: "+o);if(!("labels"in r[o]))throw new Error("missing channel labels property: "+o);if(r[o].labels.length!==r[o].channels)throw new Error("channel and label counts mismatch: "+o);var i=r[o].channels,u=r[o].labels;delete r[o].channels,delete r[o].labels,Object.defineProperty(r[o],"channels",{value:i}),Object.defineProperty(r[o],"labels",{value:u})}r.rgb.hsl=function(e){var t,n,r=e[0]/255,o=e[1]/255,i=e[2]/255,u=Math.min(r,o,i),s=Math.max(r,o,i),a=s-u;return s===u?t=0:r===s?t=(o-i)/a:o===s?t=2+(i-r)/a:i===s&&(t=4+(r-o)/a),(t=Math.min(60*t,360))<0&&(t+=360),n=(u+s)/2,[t,100*(s===u?0:n<=.5?a/(s+u):a/(2-s-u)),100*n]},r.rgb.hsv=function(e){var t,n,r,o,i,u=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(u,s,a),l=c-Math.min(u,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?o=i=0:(i=l/c,t=p(u),n=p(s),r=p(a),u===c?o=r-n:s===c?o=1/3+t-r:a===c&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},r.rgb.hwb=function(e){var t=e[0],n=e[1],o=e[2];return[r.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(n,o))),100*(o=1-1/255*Math.max(t,Math.max(n,o)))]},r.rgb.cmyk=function(e){var t,n=e[0]/255,r=e[1]/255,o=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-r,1-o)))/(1-t)||0),100*((1-r-t)/(1-t)||0),100*((1-o-t)/(1-t)||0),100*t]},r.rgb.keyword=function(e){var n=t[e];if(n)return n;var r,o,i,u=1/0;for(var s in po)if(po.hasOwnProperty(s)){var a=po[s],c=(o=e,i=a,Math.pow(o[0]-i[0],2)+Math.pow(o[1]-i[1],2)+Math.pow(o[2]-i[2],2));c<u&&(u=c,r=s)}return r},r.keyword.rgb=function(e){return po[e]},r.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},r.rgb.lab=function(e){var t=r.rgb.xyz(e),n=t[0],o=t[1],i=t[2];return o/=100,i/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116)-16,500*(n-o),200*(o-(i=i>.008856?Math.pow(i,1/3):7.787*i+16/116))]},r.hsl.rgb=function(e){var t,n,r,o,i,u=e[0]/360,s=e[1]/100,a=e[2]/100;if(0===s)return[i=255*a,i,i];t=2*a-(n=a<.5?a*(1+s):a+s-a*s),o=[0,0,0];for(var c=0;c<3;c++)(r=u+1/3*-(c-1))<0&&r++,r>1&&r--,i=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,o[c]=255*i;return o},r.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,o=n,i=Math.max(r,.01);return n*=(r*=2)<=1?r:2-r,o*=i<=1?i:2-i,[t,100*(0===r?2*o/(i+o):2*n/(r+n)),100*((r+n)/2)]},r.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,o=Math.floor(t)%6,i=t-Math.floor(t),u=255*r*(1-n),s=255*r*(1-n*i),a=255*r*(1-n*(1-i));switch(r*=255,o){case 0:return[r,a,u];case 1:return[s,r,u];case 2:return[u,r,a];case 3:return[u,s,r];case 4:return[a,u,r];case 5:return[r,u,s]}},r.hsv.hsl=function(e){var t,n,r,o=e[0],i=e[1]/100,u=e[2]/100,s=Math.max(u,.01);return r=(2-i)*u,n=i*s,[o,100*(n=(n/=(t=(2-i)*s)<=1?t:2-t)||0),100*(r/=2)]},r.hwb.rgb=function(e){var t,n,r,o,i,u,s,a=e[0]/360,c=e[1]/100,l=e[2]/100,p=c+l;switch(p>1&&(c/=p,l/=p),r=6*a-(t=Math.floor(6*a)),0!=(1&t)&&(r=1-r),o=c+r*((n=1-l)-c),t){default:case 6:case 0:i=n,u=o,s=c;break;case 1:i=o,u=n,s=c;break;case 2:i=c,u=n,s=o;break;case 3:i=c,u=o,s=n;break;case 4:i=o,u=c,s=n;break;case 5:i=n,u=c,s=o}return[255*i,255*u,255*s]},r.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100;return[255*(1-Math.min(1,t*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o))]},r.xyz.rgb=function(e){var t,n,r,o=e[0]/100,i=e[1]/100,u=e[2]/100;return n=-.9689*o+1.8758*i+.0415*u,r=.0557*o+-.204*i+1.057*u,t=(t=3.2406*o+-1.5372*i+-.4986*u)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(r=Math.min(Math.max(0,r),1))]},r.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];return n/=100,r/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},r.lab.xyz=function(e){var t,n,r,o=e[0];t=e[1]/500+(n=(o+16)/116),r=n-e[2]/200;var i=Math.pow(n,3),u=Math.pow(t,3),s=Math.pow(r,3);return n=i>.008856?i:(n-16/116)/7.787,t=u>.008856?u:(t-16/116)/7.787,r=s>.008856?s:(r-16/116)/7.787,[t*=95.047,n*=100,r*=108.883]},r.lab.lch=function(e){var t,n=e[0],r=e[1],o=e[2];return(t=360*Math.atan2(o,r)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(r*r+o*o),t]},r.lch.lab=function(e){var t,n=e[0],r=e[1];return t=e[2]/360*2*Math.PI,[n,r*Math.cos(t),r*Math.sin(t)]},r.rgb.ansi16=function(e){var t=e[0],n=e[1],o=e[2],i=1 in arguments?arguments[1]:r.rgb.hsv(e)[2];if(0===(i=Math.round(i/50)))return 30;var u=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===i&&(u+=60),u},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},r.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},r.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},r.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},r.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},r.rgb.hcg=function(e){var t,n=e[0]/255,r=e[1]/255,o=e[2]/255,i=Math.max(Math.max(n,r),o),u=Math.min(Math.min(n,r),o),s=i-u;return t=s<=0?0:i===n?(r-o)/s%6:i===r?2+(o-n)/s:4+(n-r)/s+4,t/=6,[360*(t%=1),100*s,100*(s<1?u/(1-s):0)]},r.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=1,o=0;return(r=n<.5?2*t*n:2*t*(1-n))<1&&(o=(n-.5*r)/(1-r)),[e[0],100*r,100*o]},r.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},r.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var o,i=[0,0,0],u=t%1*6,s=u%1,a=1-s;switch(Math.floor(u)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return o=(1-n)*r,[255*(n*i[0]+o),255*(n*i[1]+o),255*(n*i[2]+o)]},r.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},r.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},r.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},r.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,r=n-t,o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=r.gray.hsv=function(e){return[0,0,e[0]]},r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}}));function ho(e){var t=function(){for(var e={},t=Object.keys(fo),n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var r=n.pop(),o=Object.keys(fo[r]),i=o.length,u=0;u<i;u++){var s=o[u],a=t[s];-1===a.distance&&(a.distance=t[r].distance+1,a.parent=r,n.unshift(s))}return t}function mo(e,t){return function(n){return t(e(n))}}function go(e,t){for(var n=[t[e].parent,e],r=fo[t[e].parent][e],o=t[e].parent;t[o].parent;)n.unshift(t[o].parent),r=mo(fo[t[o].parent][o],r),o=t[o].parent;return r.conversion=n,r}var yo={};Object.keys(fo).forEach((function(e){yo[e]={},Object.defineProperty(yo[e],"channels",{value:fo[e].channels}),Object.defineProperty(yo[e],"labels",{value:fo[e].labels});var t=function(e){for(var t=ho(e),n={},r=Object.keys(t),o=r.length,i=0;i<o;i++){var u=r[i];null!==t[u].parent&&(n[u]=go(u,t))}return n}(e);Object.keys(t).forEach((function(n){var r=t[n];yo[e][n]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var r=n.length,o=0;o<r;o++)n[o]=Math.round(n[o]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(r),yo[e][n].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var Do,Eo=yo,bo=i((function(e){const t=(e,t)=>function(){const n=e.apply(Eo,arguments);return"\x1b[".concat(n+t,"m")},n=(e,t)=>function(){const n=e.apply(Eo,arguments);return"\x1b[".concat(38+t,";5;").concat(n,"m")},r=(e,t)=>function(){const n=e.apply(Eo,arguments);return"\x1b[".concat(38+t,";2;").concat(n[0],";").concat(n[1],";").concat(n[2],"m")};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,o={modifier:{reset:[0,0],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],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],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const t of Object.keys(o)){const n=o[t];for(const t of Object.keys(n)){const r=n[t];o[t]={open:"\x1b[".concat(r[0],"m"),close:"\x1b[".concat(r[1],"m")},n[t]=o[t],e.set(r[0],r[1])}Object.defineProperty(o,t,{value:n,enumerable:!1}),Object.defineProperty(o,"codes",{value:e,enumerable:!1})}const i=e=>e,u=(e,t,n)=>[e,t,n];o.color.close="\x1b[39m",o.bgColor.close="\x1b[49m",o.color.ansi={ansi:t(i,0)},o.color.ansi256={ansi256:n(i,0)},o.color.ansi16m={rgb:r(u,0)},o.bgColor.ansi={ansi:t(i,10)},o.bgColor.ansi256={ansi256:n(i,10)},o.bgColor.ansi16m={rgb:r(u,10)};for(let e of Object.keys(Eo)){if("object"!=typeof Eo[e])continue;const i=Eo[e];"ansi16"===e&&(e="ansi"),"ansi16"in i&&(o.color.ansi[e]=t(i.ansi16,0),o.bgColor.ansi[e]=t(i.ansi16,10)),"ansi256"in i&&(o.color.ansi256[e]=n(i.ansi256,0),o.bgColor.ansi256[e]=n(i.ansi256,10)),"rgb"in i&&(o.color.ansi16m[e]=r(i.rgb,0),o.bgColor.ansi16m[e]=r(i.rgb,10))}return o}})}));function Co(){if(void 0===Do){var e=new ArrayBuffer(2),t=new Uint8Array(e),n=new Uint16Array(e);if(t[0]=1,t[1]=2,258===n[0])Do="BE";else{if(513!==n[0])throw new Error("unable to figure out endianess");Do="LE"}}return Do}function vo(){return void 0!==Pe.location?Pe.location.hostname:""}function Ao(){return[]}function Fo(){return 0}function xo(){return Number.MAX_VALUE}function So(){return Number.MAX_VALUE}function wo(){return[]}function To(){return"Browser"}function Bo(){return void 0!==Pe.navigator?Pe.navigator.appVersion:""}function ko(){}function No(){}function Po(){return"javascript"}function Oo(){return"browser"}function Io(){return"/tmp"}var jo=Io,Lo={EOL:"\n",arch:Po,platform:Oo,tmpdir:jo,tmpDir:Io,networkInterfaces:ko,getNetworkInterfaces:No,release:Bo,type:To,cpus:wo,totalmem:So,freemem:xo,uptime:Fo,loadavg:Ao,hostname:vo,endianness:Co},_o=(e,t)=>{t=t||nt.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),o=t.indexOf("--");return-1!==r&&(-1===o||r<o)},Mo=o(Object.freeze({__proto__:null,endianness:Co,hostname:vo,loadavg:Ao,uptime:Fo,freemem:xo,totalmem:So,cpus:wo,type:To,release:Bo,networkInterfaces:ko,getNetworkInterfaces:No,arch:Po,platform:Oo,tmpDir:Io,tmpdir:jo,EOL:"\n",default:Lo}));const Ro=nt.env;let Vo;function $o(e){return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(function(e){if(!1===Vo)return 0;if(_o("color=16m")||_o("color=full")||_o("color=truecolor"))return 3;if(_o("color=256"))return 2;if(e&&!e.isTTY&&!0!==Vo)return 0;const t=Vo?1:0;if("win32"===nt.platform){const e=Mo.release().split(".");return Number(nt.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in Ro)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in Ro))||"codeship"===Ro.CI_NAME?1:t;if("TEAMCITY_VERSION"in Ro)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ro.TEAMCITY_VERSION)?1:0;if("truecolor"===Ro.COLORTERM)return 3;if("TERM_PROGRAM"in Ro){const e=parseInt((Ro.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ro.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ro.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ro.TERM)||"COLORTERM"in Ro?1:(Ro.TERM,t)}(e))}_o("no-color")||_o("no-colors")||_o("color=false")?Vo=!1:(_o("color")||_o("colors")||_o("color=true")||_o("color=always"))&&(Vo=!0),"FORCE_COLOR"in Ro&&(Vo=0===Ro.FORCE_COLOR.length||0!==parseInt(Ro.FORCE_COLOR,10));var qo={supportsColor:$o,stdout:$o(nt.stdout),stderr:$o(nt.stderr)};const Wo=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Uo=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,zo=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,Go=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,Ho=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1b"],["a","\x07"]]);function Jo(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):Ho.get(e)||e}function Xo(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let o;for(const t of r)if(isNaN(t)){if(!(o=t.match(zo)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(o[2].replace(Go,((e,t,n)=>t?Jo(t):n)))}else n.push(Number(t));return n}function Yo(e){Uo.lastIndex=0;const t=[];let n;for(;null!==(n=Uo.exec(e));){const e=n[1];if(n[2]){const r=Xo(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Ko(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const e of Object.keys(n))if(Array.isArray(n[e])){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=n[e].length>0?r[e].apply(r,n[e]):r[e]}return r}var Qo=(e,t)=>{const n=[],r=[];let o=[];if(t.replace(Wo,((t,i,u,s,a,c)=>{if(i)o.push(Jo(i));else if(s){const t=o.join("");o=[],r.push(0===n.length?t:Ko(e,n)(t)),n.push({inverse:u,styles:Yo(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Ko(e,n)(o.join(""))),o=[],n.pop()}else o.push(c)})),r.push(o.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")},Zo=i((function(e){const t=qo.stdout,n="win32"===nt.platform&&!(nt.env.TERM||"").toLowerCase().startsWith("xterm"),r=["ansi","ansi","ansi256","ansi16m"],o=new Set(["gray"]),i=Object.create(null);function u(e,n){n=n||{};const r=t?t.level:0;e.level=void 0===n.level?r:n.level,e.enabled="enabled"in n?n.enabled:e.level>0}function s(e){if(!this||!(this instanceof s)||this.template){const t={};return u(t,e),t.template=function(){const e=[].slice.call(arguments);return p.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,s.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=s,t.template}u(this,e)}n&&(bo.blue.open="\x1b[94m");for(const e of Object.keys(bo))bo[e].closeRe=new RegExp(lo(bo[e].close),"g"),i[e]={get(){const t=bo[e];return c.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};i.visible={get(){return c.call(this,this._styles||[],!0,"visible")}},bo.color.closeRe=new RegExp(lo(bo.color.close),"g");for(const e of Object.keys(bo.color.ansi))o.has(e)||(i[e]={get(){const t=this.level;return function(){const n=bo.color[r[t]][e].apply(null,arguments),o={open:n,close:bo.color.close,closeRe:bo.color.closeRe};return c.call(this,this._styles?this._styles.concat(o):[o],this._empty,e)}}});bo.bgColor.closeRe=new RegExp(lo(bo.bgColor.close),"g");for(const e of Object.keys(bo.bgColor.ansi)){if(o.has(e))continue;i["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const n=bo.bgColor[r[t]][e].apply(null,arguments),o={open:n,close:bo.bgColor.close,closeRe:bo.bgColor.closeRe};return c.call(this,this._styles?this._styles.concat(o):[o],this._empty,e)}}}}const a=Object.defineProperties((()=>{}),i);function c(e,t,n){const r=function(){return l.apply(r,arguments)};r._styles=e,r._empty=t;const o=this;return Object.defineProperty(r,"level",{enumerable:!0,get:()=>o.level,set(e){o.level=e}}),Object.defineProperty(r,"enabled",{enumerable:!0,get:()=>o.enabled,set(e){o.enabled=e}}),r.hasGrey=this.hasGrey||"gray"===n||"grey"===n,r.__proto__=a,r}function l(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const o=bo.dim.open;n&&this.hasGrey&&(bo.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,"".concat(e.close,"$&").concat(e.open));return bo.dim.open=o,r}function p(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const n=[].slice.call(arguments,2),r=[t.raw[0]];for(let e=1;e<t.length;e++)r.push(String(n[e-1]).replace(/[{}\\]/g,"\\$&")),r.push(String(t.raw[e]));return Qo(e,r.join(""))}Object.defineProperties(s.prototype,i),e.exports=s(),e.exports.supportsColor=t,e.exports.default=e.exports})),ei=Object.defineProperty({commonDeprecatedHandler:(e,t,{descriptor:n})=>{const r=["".concat(Zo.default.yellow("string"==typeof e?n.key(e):n.pair(e))," is deprecated")];return t&&r.push("we now treat it as ".concat(Zo.default.blue("string"==typeof t?n.key(t):n.pair(t)))),r.join("; ")+"."}},"__esModule",{value:!0}),ti=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(ei,t)})),ni=Object.defineProperty({commonInvalidHandler:(e,t,n)=>["Invalid ".concat(Zo.default.red(n.descriptor.key(e))," value."),"Expected ".concat(Zo.default.blue(n.schemas[e].expected(n)),","),"but received ".concat(Zo.default.red(n.descriptor.value(t)),".")].join(" ")},"__esModule",{value:!0}),ri=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(ni,t)})),oi=[],ii=[],ui=Object.defineProperty({levenUnknownHandler:(e,t,{descriptor:n,logger:r,schemas:o})=>{const i=["Ignored unknown option ".concat(Zo.default.yellow(n.pair({key:e,value:t})),".")],u=Object.keys(o).sort().find((t=>function(e,t){if(e===t)return 0;var n=e;e.length>t.length&&(e=t,t=n);var r=e.length,o=t.length;if(0===r)return o;if(0===o)return r;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-o);)r--,o--;if(0===r)return o;for(var i,u,s,a,c=0;c<r&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(o-=c,0==(r-=c))return o;for(var l=0,p=0;l<r;)ii[c+l]=e.charCodeAt(c+l),oi[l]=++l;for(;p<o;)for(i=t.charCodeAt(c+p),s=p++,u=p,l=0;l<r;l++)a=i===ii[c+l]?s:s+1,s=oi[l],u=oi[l]=s>u?a>u?u+1:a:a>s?s+1:a;return u}(e,t)<3));u&&i.push("Did you mean ".concat(Zo.default.blue(n.key(u)),"?")),r.warn(i.join(" "))}},"__esModule",{value:!0}),si=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(ui,t)})),ai=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(ti,t),uo.__exportStar(ri,t),uo.__exportStar(si,t)}));const ci=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function li(e,t){const n=new e(t),r=Object.create(n);for(const e of ci)e in t&&(r[e]=hi(t[e],n,fi.prototype[e].length));return r}var pi=li;class fi{constructor(e){this.name=e.name}static create(e){return li(this,e)}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,n){return e}preprocess(e,t){return e}postprocess(e,t){return e}}var di=fi;function hi(e,t,n){return"function"==typeof e?(...r)=>e(...r.slice(0,n-1),t,...r.slice(n-1)):()=>e}var mi=Object.defineProperty({createSchema:pi,Schema:di},"__esModule",{value:!0});class gi extends mi.Schema{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}}var yi=gi,Di=Object.defineProperty({AliasSchema:yi},"__esModule",{value:!0});class Ei extends mi.Schema{expected(){return"anything"}validate(){return!0}}var bi=Ei,Ci=Object.defineProperty({AnySchema:bi},"__esModule",{value:!0});class vi extends mi.Schema{constructor(e){var{valueSchema:t,name:n=t.name}=e,r=uo.__rest(e,["valueSchema","name"]);super(Object.assign({},r,{name:n})),this._valueSchema=t}expected(e){return"an array of ".concat(this._valueSchema.expected(e))}validate(e,t){if(!Array.isArray(e))return!1;const n=[];for(const r of e){const e=t.normalizeValidateResult(this._valueSchema.validate(r,t),r);!0!==e&&n.push(e.value)}return 0===n.length||{value:n}}deprecated(e,t){const n=[];for(const r of e){const e=t.normalizeDeprecatedResult(this._valueSchema.deprecated(r,t),r);!1!==e&&n.push(...e.map((({value:e})=>({value:[e]}))))}return n}forward(e,t){const n=[];for(const r of e){const e=t.normalizeForwardResult(this._valueSchema.forward(r,t),r);n.push(...e.map(Fi))}return n}redirect(e,t){const n=[],r=[];for(const o of e){const e=t.normalizeRedirectResult(this._valueSchema.redirect(o,t),o);"remain"in e&&n.push(e.remain),r.push(...e.redirect.map(Fi))}return 0===n.length?{redirect:r}:{redirect:r,remain:n}}overlap(e,t){return e.concat(t)}}var Ai=vi;function Fi({from:e,to:t}){return{from:[e],to:t}}var xi=Object.defineProperty({ArraySchema:Ai},"__esModule",{value:!0});class Si extends mi.Schema{expected(){return"true or false"}validate(e){return"boolean"==typeof e}}var wi=Si,Ti=Object.defineProperty({BooleanSchema:wi},"__esModule",{value:!0});var Bi=function(e,t){const n=Object.create(null);for(const r of e){const e=r[t];if(n[e])throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(e)));n[e]=r}return n};var ki=function(e,t){const n=new Map;for(const r of e){const e=r[t];if(n.has(e))throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(e)));n.set(e,r)}return n};var Ni=function(){const e=Object.create(null);return t=>{const n=JSON.stringify(t);return!!e[n]||(e[n]=!0,!1)}};var Pi=function(e,t){const n=[],r=[];for(const o of e)t(o)?n.push(o):r.push(o);return[n,r]};var Oi=function(e){return e===Math.floor(e)};var Ii=function(e,t){if(e===t)return 0;const n=typeof e,r=typeof t,o=["undefined","object","boolean","number","string"];return n!==r?o.indexOf(n)-o.indexOf(r):"string"!==n?Number(e)-Number(t):e.localeCompare(t)};var ji=function(e){return void 0===e?{}:e};var Li=function(e,t){return!0===e||(!1===e?{value:t}:e)};var _i=function(e,t,n=!1){return!1!==e&&(!0===e?!!n||[{value:t}]:"value"in e?[e]:0!==e.length&&e)};function Mi(e,t){return"string"==typeof e||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}var Ri=Mi;function Vi(e,t){return void 0===e?[]:Array.isArray(e)?e.map((e=>Mi(e,t))):[Mi(e,t)]}var $i=Vi;var qi=function(e,t){const n=Vi("object"==typeof e&&"redirect"in e?e.redirect:e,t);return 0===n.length?{remain:t,redirect:n}:"object"==typeof e&&"remain"in e?{remain:e.remain,redirect:n}:{redirect:n}},Wi=Object.defineProperty({recordFromArray:Bi,mapFromArray:ki,createAutoChecklist:Ni,partition:Pi,isInt:Oi,comparePrimitive:Ii,normalizeDefaultResult:ji,normalizeValidateResult:Li,normalizeDeprecatedResult:_i,normalizeTransferResult:Ri,normalizeForwardResult:$i,normalizeRedirectResult:qi},"__esModule",{value:!0});class Ui extends mi.Schema{constructor(e){super(e),this._choices=Wi.mapFromArray(e.choices.map((e=>e&&"object"==typeof e?e:{value:e})),"value")}expected({descriptor:e}){const t=Array.from(this._choices.keys()).map((e=>this._choices.get(e))).filter((e=>!e.deprecated)).map((e=>e.value)).sort(Wi.comparePrimitive).map(e.value),n=t.slice(0,-2),r=t.slice(-2);return n.concat(r.join(" or ")).join(", ")}validate(e){return this._choices.has(e)}deprecated(e){const t=this._choices.get(e);return!(!t||!t.deprecated)&&{value:e}}forward(e){const t=this._choices.get(e);return t?t.forward:void 0}redirect(e){const t=this._choices.get(e);return t?t.redirect:void 0}}var zi=Ui,Gi=Object.defineProperty({ChoiceSchema:zi},"__esModule",{value:!0});class Hi extends mi.Schema{expected(){return"a number"}validate(e,t){return"number"==typeof e}}var Ji=Hi,Xi=Object.defineProperty({NumberSchema:Ji},"__esModule",{value:!0});class Yi extends Xi.NumberSchema{expected(){return"an integer"}validate(e,t){return!0===t.normalizeValidateResult(super.validate(e,t),e)&&Wi.isInt(e)}}var Ki=Yi,Qi=Object.defineProperty({IntegerSchema:Ki},"__esModule",{value:!0});class Zi extends mi.Schema{expected(){return"a string"}validate(e){return"string"==typeof e}}var eu=Zi,tu=Object.defineProperty({StringSchema:eu},"__esModule",{value:!0}),nu=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(Di,t),uo.__exportStar(Ci,t),uo.__exportStar(xi,t),uo.__exportStar(Ti,t),uo.__exportStar(Gi,t),uo.__exportStar(Qi,t),uo.__exportStar(Xi,t),uo.__exportStar(tu,t)})),ru=so.apiDescriptor,ou=ui.levenUnknownHandler,iu=ri.commonInvalidHandler,uu=ei.commonDeprecatedHandler,su=Object.defineProperty({defaultDescriptor:ru,defaultUnknownHandler:ou,defaultInvalidHandler:iu,defaultDeprecatedHandler:uu},"__esModule",{value:!0});class au{constructor(e,t){const{logger:n=console,descriptor:r=su.defaultDescriptor,unknown:o=su.defaultUnknownHandler,invalid:i=su.defaultInvalidHandler,deprecated:u=su.defaultDeprecatedHandler}=t||{};this._utils={descriptor:r,logger:n||{warn:()=>{}},schemas:Wi.recordFromArray(e,"name"),normalizeDefaultResult:Wi.normalizeDefaultResult,normalizeDeprecatedResult:Wi.normalizeDeprecatedResult,normalizeForwardResult:Wi.normalizeForwardResult,normalizeRedirectResult:Wi.normalizeRedirectResult,normalizeValidateResult:Wi.normalizeValidateResult},this._unknownHandler=o,this._invalidHandler=i,this._deprecatedHandler=u,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Wi.createAutoChecklist()}normalize(e){const t={},n=[e],r=()=>{for(;0!==n.length;){const e=n.shift(),r=this._applyNormalization(e,t);n.push(...r)}};r();for(const e of Object.keys(this._utils.schemas)){const r=this._utils.schemas[e];if(!(e in t)){const t=Wi.normalizeDefaultResult(r.default(this._utils));"value"in t&&n.push({[e]:t.value})}}r();for(const e of Object.keys(this._utils.schemas)){const n=this._utils.schemas[e];e in t&&(t[e]=n.postprocess(t[e],this._utils))}return t}_applyNormalization(e,t){const n=[],[r,o]=Wi.partition(Object.keys(e),(e=>e in this._utils.schemas));for(const o of r){const r=this._utils.schemas[o],i=r.preprocess(e[o],this._utils),u=Wi.normalizeValidateResult(r.validate(i,this._utils),i);if(!0!==u){const{value:e}=u,t=this._invalidHandler(o,e,this._utils);throw"string"==typeof t?new Error(t):t}const s=({from:e,to:t})=>{n.push("string"==typeof t?{[t]:e}:{[t.key]:t.value})},a=({value:e,redirectTo:t})=>{const n=Wi.normalizeDeprecatedResult(r.deprecated(e,this._utils),i,!0);if(!1!==n)if(!0===n)this._hasDeprecationWarned(o)||this._utils.logger.warn(this._deprecatedHandler(o,t,this._utils));else for(const{value:e}of n){const n={key:o,value:e};if(!this._hasDeprecationWarned(n)){const r="string"==typeof t?{key:t,value:e}:t;this._utils.logger.warn(this._deprecatedHandler(n,r,this._utils))}}};Wi.normalizeForwardResult(r.forward(i,this._utils),i).forEach(s);const c=Wi.normalizeRedirectResult(r.redirect(i,this._utils),i);if(c.redirect.forEach(s),"remain"in c){const e=c.remain;t[o]=o in t?r.overlap(t[o],e,this._utils):e,a({value:e})}for(const{from:e,to:t}of c.redirect)a({value:e,redirectTo:t})}for(const r of o){const o=e[r],i=this._unknownHandler(r,o,this._utils);if(i)for(const e of Object.keys(i)){const r={[e]:i[e]};e in this._utils.schemas?n.push(r):Object.assign(t,r)}}return n}}var cu=au,lu=Object.defineProperty({normalize:(e,t,n)=>new au(t,n).normalize(e),Normalizer:cu},"__esModule",{value:!0}),pu=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),uo.__exportStar(ao,t),uo.__exportStar(ai,t),uo.__exportStar(nu,t),uo.__exportStar(lu,t),uo.__exportStar(mi,t)}));const fu=[],du=[],hu=(e,t)=>{if(e===t)return 0;const n=e;e.length>t.length&&(e=t,t=n);let r=e.length,o=t.length;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-o);)r--,o--;let i,u,s,a,c=0;for(;c<r&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(r-=c,o-=c,0===r)return o;let l=0,p=0;for(;l<r;)du[l]=e.charCodeAt(c+l),fu[l]=++l;for(;p<o;)for(i=t.charCodeAt(c+p),s=p++,u=p,l=0;l<r;l++)a=i===du[l]?s:s+1,s=fu[l],u=fu[l]=s>u?a>u?u+1:a:a>s?s+1:a;return u};var mu=hu,gu=hu;mu.default=gu;var yu={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]};const Du={};for(const e of Object.keys(yu))Du[yu[e]]=e;const Eu={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 bu=Eu;for(const e of Object.keys(Eu)){if(!("channels"in Eu[e]))throw new Error("missing channels property: "+e);if(!("labels"in Eu[e]))throw new Error("missing channel labels property: "+e);if(Eu[e].labels.length!==Eu[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=Eu[e];delete Eu[e].channels,delete Eu[e].labels,Object.defineProperty(Eu[e],"channels",{value:t}),Object.defineProperty(Eu[e],"labels",{value:n})}function Cu(e){const t=function(){const e={},t=Object.keys(bu);for(let n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){const e=n.pop(),r=Object.keys(bu[e]);for(let o=r.length,i=0;i<o;i++){const o=r[i],u=t[o];-1===u.distance&&(u.distance=t[e].distance+1,u.parent=e,n.unshift(o))}}return t}function vu(e,t){return function(n){return t(e(n))}}function Au(e,t){const n=[t[e].parent,e];let r=bu[t[e].parent][e],o=t[e].parent;for(;t[o].parent;)n.unshift(t[o].parent),r=vu(bu[t[o].parent][o],r),o=t[o].parent;return r.conversion=n,r}Eu.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(t,n,r),i=Math.max(t,n,r),u=i-o;let s,a;i===o?s=0:t===i?s=(n-r)/u:n===i?s=2+(r-t)/u:r===i&&(s=4+(t-n)/u),s=Math.min(60*s,360),s<0&&(s+=360);const c=(o+i)/2;return a=i===o?0:c<=.5?u/(i+o):u/(2-i-o),[s,100*a,100*c]},Eu.rgb.hsv=function(e){let t,n,r,o,i;const u=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(u,s,a),l=c-Math.min(u,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?(o=0,i=0):(i=l/c,t=p(u),n=p(s),r=p(a),u===c?o=r-n:s===c?o=1/3+t-r:a===c&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},Eu.rgb.hwb=function(e){const t=e[0],n=e[1];let r=e[2];const o=Eu.rgb.hsl(e)[0],i=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[o,100*i,100*r]},Eu.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(1-t,1-n,1-r);return[100*((1-t-o)/(1-o)||0),100*((1-n-o)/(1-o)||0),100*((1-r-o)/(1-o)||0),100*o]},Eu.rgb.keyword=function(e){const t=Du[e];if(t)return t;let n,r=1/0;for(const t of Object.keys(yu)){const u=(i=yu[t],((o=e)[0]-i[0])**2+(o[1]-i[1])**2+(o[2]-i[2])**2);u<r&&(r=u,n=t)}var o,i;return n},Eu.keyword.rgb=function(e){return yu[e]},Eu.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255;t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92;return[100*(.4124*t+.3576*n+.1805*r),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},Eu.rgb.lab=function(e){const t=Eu.rgb.xyz(e);let n=t[0],r=t[1],o=t[2];n/=95.047,r/=100,o/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;return[116*r-16,500*(n-r),200*(r-o)]},Eu.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;let o,i,u;if(0===n)return u=255*r,[u,u,u];o=r<.5?r*(1+n):r+n-r*n;const s=2*r-o,a=[0,0,0];for(let e=0;e<3;e++)i=t+1/3*-(e-1),i<0&&i++,i>1&&i--,u=6*i<1?s+6*(o-s)*i:2*i<1?o:3*i<2?s+(o-s)*(2/3-i)*6:s,a[e]=255*u;return a},Eu.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,r=e[2]/100,o=n;const i=Math.max(r,.01);r*=2,n*=r<=1?r:2-r,o*=i<=1?i:2-i;return[t,100*(0===r?2*o/(i+o):2*n/(r+n)),100*((r+n)/2)]},Eu.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let r=e[2]/100;const o=Math.floor(t)%6,i=t-Math.floor(t),u=255*r*(1-n),s=255*r*(1-n*i),a=255*r*(1-n*(1-i));switch(r*=255,o){case 0:return[r,a,u];case 1:return[s,r,u];case 2:return[u,r,a];case 3:return[u,s,r];case 4:return[a,u,r];case 5:return[r,u,s]}},Eu.hsv.hsl=function(e){const t=e[0],n=e[1]/100,r=e[2]/100,o=Math.max(r,.01);let i,u;u=(2-n)*r;const s=(2-n)*o;return i=n*o,i/=s<=1?s:2-s,i=i||0,u/=2,[t,100*i,100*u]},Eu.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,r=e[2]/100;const o=n+r;let i;o>1&&(n/=o,r/=o);const u=Math.floor(6*t),s=1-r;i=6*t-u,0!=(1&u)&&(i=1-i);const a=n+i*(s-n);let c,l,p;switch(u){default:case 6:case 0:c=s,l=a,p=n;break;case 1:c=a,l=s,p=n;break;case 2:c=n,l=s,p=a;break;case 3:c=n,l=a,p=s;break;case 4:c=a,l=n,p=s;break;case 5:c=s,l=n,p=a}return[255*c,255*l,255*p]},Eu.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100;return[255*(1-Math.min(1,t*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o))]},Eu.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100;let o,i,u;return o=3.2406*t+-1.5372*n+-.4986*r,i=-.9689*t+1.8758*n+.0415*r,u=.0557*t+-.204*n+1.057*r,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,u=u>.0031308?1.055*u**(1/2.4)-.055:12.92*u,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),u=Math.min(Math.max(0,u),1),[255*o,255*i,255*u]},Eu.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];t/=95.047,n/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116;return[116*n-16,500*(t-n),200*(n-r)]},Eu.lab.xyz=function(e){let t,n,r;n=(e[0]+16)/116,t=e[1]/500+n,r=n-e[2]/200;const o=n**3,i=t**3,u=r**3;return n=o>.008856?o:(n-16/116)/7.787,t=i>.008856?i:(t-16/116)/7.787,r=u>.008856?u:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},Eu.lab.lch=function(e){const t=e[0],n=e[1],r=e[2];let o;o=360*Math.atan2(r,n)/2/Math.PI,o<0&&(o+=360);return[t,Math.sqrt(n*n+r*r),o]},Eu.lch.lab=function(e){const t=e[0],n=e[1],r=e[2]/360*2*Math.PI;return[t,n*Math.cos(r),n*Math.sin(r)]},Eu.rgb.ansi16=function(e,t=null){const[n,r,o]=e;let i=null===t?Eu.rgb.hsv(e)[2]:t;if(i=Math.round(i/50),0===i)return 30;let u=30+(Math.round(o/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return 2===i&&(u+=60),u},Eu.hsv.ansi16=function(e){return Eu.rgb.ansi16(Eu.hsv.rgb(e),e[2])},Eu.rgb.ansi256=function(e){const t=e[0],n=e[1],r=e[2];if(t===n&&n===r)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;return 16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},Eu.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},Eu.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;e-=16;return[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},Eu.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Eu.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];3===t[0].length&&(n=n.split("").map((e=>e+e)).join(""));const r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},Eu.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.max(Math.max(t,n),r),i=Math.min(Math.min(t,n),r),u=o-i;let s,a;return s=u<1?i/(1-u):0,a=u<=0?0:o===t?(n-r)/u%6:o===n?2+(r-t)/u:4+(t-n)/u,a/=6,a%=1,[360*a,100*u,100*s]},Eu.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n);let o=0;return r<1&&(o=(n-.5*r)/(1-r)),[e[0],100*r,100*o]},Eu.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=t*n;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},Eu.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];const o=[0,0,0],i=t%1*6,u=i%1,s=1-u;let a=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=u,o[2]=0;break;case 1:o[0]=s,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=u;break;case 3:o[0]=0,o[1]=s,o[2]=1;break;case 4:o[0]=u,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=s}return a=(1-n)*r,[255*(n*o[0]+a),255*(n*o[1]+a),255*(n*o[2]+a)]},Eu.hcg.hsv=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);let r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},Eu.hcg.hsl=function(e){const t=e[1]/100,n=e[2]/100*(1-t)+.5*t;let r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},Eu.hcg.hwb=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},Eu.hwb.hcg=function(e){const t=e[1]/100,n=1-e[2]/100,r=n-t;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},Eu.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Eu.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Eu.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Eu.gray.hsl=function(e){return[0,0,e[0]]},Eu.gray.hsv=Eu.gray.hsl,Eu.gray.hwb=function(e){return[0,100,e[0]]},Eu.gray.cmyk=function(e){return[0,0,0,e[0]]},Eu.gray.lab=function(e){return[e[0],0,0]},Eu.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},Eu.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};const Fu={};Object.keys(bu).forEach((e=>{Fu[e]={},Object.defineProperty(Fu[e],"channels",{value:bu[e].channels}),Object.defineProperty(Fu[e],"labels",{value:bu[e].labels});const t=function(e){const t=Cu(e),n={},r=Object.keys(t);for(let e=r.length,o=0;o<e;o++){const e=r[o];null!==t[e].parent&&(n[e]=Au(e,t))}return n}(e);Object.keys(t).forEach((n=>{const r=t[n];Fu[e][n]=function(e){const t=function(...t){const n=t[0];if(null==n)return n;n.length>1&&(t=n);const r=e(t);if("object"==typeof r)for(let e=r.length,t=0;t<e;t++)r[t]=Math.round(r[t]);return r};return"conversion"in e&&(t.conversion=e.conversion),t}(r),Fu[e][n].raw=function(e){const t=function(...t){const n=t[0];return null==n?n:(n.length>1&&(t=n),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var xu=Fu,Su=i((function(e){const t=(e,t)=>(...n)=>{const r=e(...n);return"\x1b[".concat(r+t,"m")},n=(e,t)=>(...n)=>{const r=e(...n);return"\x1b[".concat(38+t,";5;").concat(r,"m")},r=(e,t)=>(...n)=>{const r=e(...n);return"\x1b[".concat(38+t,";2;").concat(r[0],";").concat(r[1],";").concat(r[2],"m")},o=e=>e,i=(e,t,n)=>[e,t,n],u=(e,t,n)=>{Object.defineProperty(e,t,{get:()=>{const r=n();return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0}),r},enumerable:!0,configurable:!0})};let s;const a=(e,t,n,r)=>{void 0===s&&(s=xu);const o=r?10:0,i={};for(const[r,u]of Object.entries(s)){const s="ansi16"===r?"ansi":r;r===t?i[s]=e(n,o):"object"==typeof u&&(i[s]=e(u[t],o))}return i};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,s={modifier:{reset:[0,0],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],blackBright:[90,39],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],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};s.color.gray=s.color.blackBright,s.bgColor.bgGray=s.bgColor.bgBlackBright,s.color.grey=s.color.blackBright,s.bgColor.bgGrey=s.bgColor.bgBlackBright;for(const[t,n]of Object.entries(s)){for(const[t,r]of Object.entries(n))s[t]={open:"\x1b[".concat(r[0],"m"),close:"\x1b[".concat(r[1],"m")},n[t]=s[t],e.set(r[0],r[1]);Object.defineProperty(s,t,{value:n,enumerable:!1})}return Object.defineProperty(s,"codes",{value:e,enumerable:!1}),s.color.close="\x1b[39m",s.bgColor.close="\x1b[49m",u(s.color,"ansi",(()=>a(t,"ansi16",o,!1))),u(s.color,"ansi256",(()=>a(n,"ansi256",o,!1))),u(s.color,"ansi16m",(()=>a(r,"rgb",i,!1))),u(s.bgColor,"ansi",(()=>a(t,"ansi16",o,!0))),u(s.bgColor,"ansi256",(()=>a(n,"ansi256",o,!0))),u(s.bgColor,"ansi16m",(()=>a(r,"rgb",i,!0))),s}})}));function wu(){return!1}function Tu(){throw new Error("tty.ReadStream is not implemented")}function Bu(){throw new Error("tty.ReadStream is not implemented")}var ku={isatty:wu,ReadStream:Tu,WriteStream:Bu},Nu=(e,t=nt.argv)=>{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),o=t.indexOf("--");return-1!==r&&(-1===o||r<o)},Pu=o(Object.freeze({__proto__:null,isatty:wu,ReadStream:Tu,WriteStream:Bu,default:ku}));const{env:Ou}=nt;let Iu;function ju(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Lu(e,t){if(0===Iu)return 0;if(Nu("color=16m")||Nu("color=full")||Nu("color=truecolor"))return 3;if(Nu("color=256"))return 2;if(e&&!t&&void 0===Iu)return 0;const n=Iu||0;if("dumb"===Ou.TERM)return n;if("win32"===nt.platform){const e=Mo.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in Ou)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in Ou))||"codeship"===Ou.CI_NAME?1:n;if("TEAMCITY_VERSION"in Ou)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ou.TEAMCITY_VERSION)?1:0;if("truecolor"===Ou.COLORTERM)return 3;if("TERM_PROGRAM"in Ou){const e=parseInt((Ou.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ou.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ou.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ou.TERM)||"COLORTERM"in Ou?1:n}Nu("no-color")||Nu("no-colors")||Nu("color=false")||Nu("color=never")?Iu=0:(Nu("color")||Nu("colors")||Nu("color=true")||Nu("color=always"))&&(Iu=1),"FORCE_COLOR"in Ou&&(Iu="true"===Ou.FORCE_COLOR?1:"false"===Ou.FORCE_COLOR?0:0===Ou.FORCE_COLOR.length?1:Math.min(parseInt(Ou.FORCE_COLOR,10),3));var _u={supportsColor:function(e){return ju(Lu(e,e&&e.isTTY))},stdout:ju(Lu(!0,Pu.isatty(1))),stderr:ju(Lu(!0,Pu.isatty(2)))};var Mu={stringReplaceAll:(e,t,n)=>{let r=e.indexOf(t);if(-1===r)return e;const o=t.length;let i=0,u="";do{u+=e.substr(i,r-i)+t+n,i=r+o,r=e.indexOf(t,i)}while(-1!==r);return u+=e.substr(i),u},stringEncaseCRLFWithFirstIndex:(e,t,n,r)=>{let o=0,i="";do{const u="\r"===e[r-1];i+=e.substr(o,(u?r-1:r)-o)+t+(u?"\r\n":"\n")+n,o=r+1,r=e.indexOf("\n",o)}while(-1!==r);return i+=e.substr(o),i}};const Ru=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Vu=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,$u=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,qu=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,Wu=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1b"],["a","\x07"]]);function Uu(e){const t="u"===e[0],n="{"===e[1];return t&&!n&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):t&&n?String.fromCodePoint(parseInt(e.slice(2,-1),16)):Wu.get(e)||e}function zu(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let o;for(const t of r){const r=Number(t);if(Number.isNaN(r)){if(!(o=t.match($u)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(o[2].replace(qu,((e,t,n)=>t?Uu(t):n)))}else n.push(r)}return n}function Gu(e){Vu.lastIndex=0;const t=[];let n;for(;null!==(n=Vu.exec(e));){const e=n[1];if(n[2]){const r=zu(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Hu(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const[e,t]of Object.entries(n))if(Array.isArray(t)){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=t.length>0?r[e](...t):r[e]}return r}var Ju=(e,t)=>{const n=[],r=[];let o=[];if(t.replace(Ru,((t,i,u,s,a,c)=>{if(i)o.push(Uu(i));else if(s){const t=o.join("");o=[],r.push(0===n.length?t:Hu(e,n)(t)),n.push({inverse:u,styles:Gu(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Hu(e,n)(o.join(""))),o=[],n.pop()}else o.push(c)})),r.push(o.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};const{stdout:Xu,stderr:Yu}=_u,{stringReplaceAll:Ku,stringEncaseCRLFWithFirstIndex:Qu}=Mu,{isArray:Zu}=Array,es=["ansi","ansi","ansi256","ansi16m"],ts=Object.create(null);class ns{constructor(e){return rs(e)}}const rs=e=>{const t={};return((e,t={})=>{if(t.level&&!(Number.isInteger(t.level)&&t.level>=0&&t.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");const n=Xu?Xu.level:0;e.level=void 0===t.level?n:t.level})(t,e),t.template=(...e)=>ps(t.template,...e),Object.setPrototypeOf(t,os.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},t.template.Instance=ns,t.template};function os(e){return rs(e)}for(const[e,t]of Object.entries(Su))ts[e]={get(){const n=as(this,ss(t.open,t.close,this._styler),this._isEmpty);return Object.defineProperty(this,e,{value:n}),n}};ts.visible={get(){const e=as(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:e}),e}};const is=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(const e of is)ts[e]={get(){const{level:t}=this;return function(...n){const r=ss(Su.color[es[t]][e](...n),Su.color.close,this._styler);return as(this,r,this._isEmpty)}}};for(const e of is){ts["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const{level:t}=this;return function(...n){const r=ss(Su.bgColor[es[t]][e](...n),Su.bgColor.close,this._styler);return as(this,r,this._isEmpty)}}}}const us=Object.defineProperties((()=>{}),Object.assign({},ts,{level:{enumerable:!0,get(){return this._generator.level},set(e){this._generator.level=e}}})),ss=(e,t,n)=>{let r,o;return void 0===n?(r=e,o=t):(r=n.openAll+e,o=t+n.closeAll),{open:e,close:t,openAll:r,closeAll:o,parent:n}},as=(e,t,n)=>{const r=(...e)=>Zu(e[0])&&Zu(e[0].raw)?cs(r,ps(r,...e)):cs(r,1===e.length?""+e[0]:e.join(" "));return Object.setPrototypeOf(r,us),r._generator=e,r._styler=t,r._isEmpty=n,r},cs=(e,t)=>{if(e.level<=0||!t)return e._isEmpty?"":t;let n=e._styler;if(void 0===n)return t;const{openAll:r,closeAll:o}=n;if(-1!==t.indexOf("\x1b"))for(;void 0!==n;)t=Ku(t,n.close,n.open),n=n.parent;const i=t.indexOf("\n");return-1!==i&&(t=Qu(t,o,r,i)),r+t+o};let ls;const ps=(e,...t)=>{const[n]=t;if(!Zu(n)||!Zu(n.raw))return t.join(" ");const r=t.slice(1),o=[n.raw[0]];for(let e=1;e<n.length;e++)o.push(String(r[e-1]).replace(/[{}\\]/g,"\\$&"),String(n.raw[e]));return void 0===ls&&(ls=Ju),ls(e,o.join(""))};Object.defineProperties(os.prototype,ts);const fs=os();fs.supportsColor=Xu,fs.stderr=os({level:Yu?Yu.level:0}),fs.stderr.supportsColor=Yu;var ds=fs;var hs=function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e},ms="object"==typeof r&&r&&r.Object===Object&&r,gs="object"==typeof self&&self&&self.Object===Object&&self,ys=(ms||gs||Function("return this")()).Symbol,Ds=Object.prototype,Es=Ds.hasOwnProperty,bs=Ds.toString,Cs=ys?ys.toStringTag:void 0;var vs=function(e){var t=Es.call(e,Cs),n=e[Cs];try{e[Cs]=void 0;var r=!0}catch(e){}var o=bs.call(e);return r&&(t?e[Cs]=n:delete e[Cs]),o},As=Object.prototype.toString;var Fs=function(e){return As.call(e)},xs=ys?ys.toStringTag:void 0;var Ss=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":xs&&xs in Object(e)?vs(e):Fs(e)};var ws=function(e){return null!=e&&"object"==typeof e};var Ts=function(e){return ws(e)&&"[object Arguments]"==Ss(e)},Bs=Object.prototype,ks=Bs.hasOwnProperty,Ns=Bs.propertyIsEnumerable,Ps=Ts(function(){return arguments}())?Ts:function(e){return ws(e)&&ks.call(e,"callee")&&!Ns.call(e,"callee")},Os=Array.isArray,Is=ys?ys.isConcatSpreadable:void 0;var js=function(e){return Os(e)||Ps(e)||!!(Is&&e&&e[Is])};var Ls=function e(t,n,r,o,i){var u=-1,s=t.length;for(r||(r=js),i||(i=[]);++u<s;){var a=t[u];n>0&&r(a)?n>1?e(a,n-1,r,o,i):hs(i,a):o||(i[i.length]=a)}return i};var _s=function(e){return(null==e?0:e.length)?Ls(e,1):[]};const Ms={key:e=>1===e.length?"-".concat(e):"--".concat(e),value:e=>pu.apiDescriptor.value(e),pair:({key:e,value:t})=>!1===t?"--no-".concat(e):!0===t?Ms.key(e):""===t?"".concat(Ms.key(e)," without an argument"):"".concat(Ms.key(e),"=").concat(t)};class Rs extends pu.ChoiceSchema{constructor({name:e,flags:t}){super({name:e,choices:t}),this._flags=[...t].sort()}preprocess(e,t){if("string"==typeof e&&e.length>0&&!this._flags.includes(e)){const n=this._flags.find((t=>mu(t,e)<3));if(n)return t.logger.warn(["Unknown flag ".concat(ds.yellow(t.descriptor.value(e)),","),"did you mean ".concat(ds.blue(t.descriptor.value(n)),"?")].join(" ")),n}return e}expected(){return"a flag"}}let Vs;function $s(t,n,{logger:r,isCLI:o=!1,passThrough:i=!1}={}){const u=i?Array.isArray(i)?(e,t)=>i.includes(e)?{[e]:t}:void 0:(e,t)=>({[e]:t}):(t,n,r)=>{const o=e(r.schemas,["_"]);return pu.levenUnknownHandler(t,n,Object.assign({},r,{schemas:o}))},s=o?Ms:pu.apiDescriptor,a=function(e,{isCLI:t}){const n=[];t&&n.push(pu.AnySchema.create({name:"_"}));for(const r of e)n.push(qs(r,{isCLI:t,optionInfos:e})),r.alias&&t&&n.push(pu.AliasSchema.create({name:r.alias,sourceName:r.name}));return n}(n,{isCLI:o}),c=new pu.Normalizer(a,{logger:r,unknown:u,descriptor:s}),l=!1!==r;l&&Vs&&(c._hasDeprecationWarned=Vs);const p=c.normalize(t);return l&&(Vs=c._hasDeprecationWarned),p}function qs(e,{isCLI:t,optionInfos:n}){let r;const o={name:e.name},i={};switch(e.type){case"int":r=pu.IntegerSchema,t&&(o.preprocess=e=>Number(e));break;case"string":r=pu.StringSchema;break;case"choice":r=pu.ChoiceSchema,o.choices=e.choices.map((t=>"object"==typeof t&&t.redirect?Object.assign({},t,{redirect:{to:{key:e.name,value:t.redirect}}}):t));break;case"boolean":r=pu.BooleanSchema;break;case"flag":r=Rs,o.flags=_s(n.map((e=>[e.alias,e.description&&e.name,e.oppositeDescription&&"no-".concat(e.name)].filter(Boolean))));break;case"path":r=pu.StringSchema;break;default:throw new Error("Unexpected type ".concat(e.type))}if(e.exception?o.validate=(t,n,r)=>e.exception(t)||n.validate(t,r):o.validate=(e,t,n)=>void 0===e||t.validate(e,n),e.redirect&&(i.redirect=t=>t?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(i.deprecated=!0),t&&!e.array){const e=o.preprocess||(e=>e);o.preprocess=(t,n,r)=>n.preprocess(e(Array.isArray(t)?ke(t):t),r)}return e.array?pu.ArraySchema.create(Object.assign({},t?{preprocess:e=>Array.isArray(e)?e:[e]}:{},i,{valueSchema:r.create(o)})):r.create(Object.assign({},o,i))}var Ws={normalizeApiOptions:function(e,t,n){return $s(e,t,n)},normalizeCliOptions:function(e,t,n){return $s(e,t,Object.assign({isCLI:!0},n))}};const{isNonEmptyArray:Us}=Qt;function zs(e,t){const{ignoreDecorators:n}=t||{};if(!n){const t=e.declaration&&e.declaration.decorators||e.decorators;if(Us(t))return zs(t[0])}return e.range?e.range[0]:e.start}function Gs(e){return e.range?e.range[1]:e.end}function Hs(e,t){return zs(e)===zs(t)}var Js={locStart:zs,locEnd:Gs,hasSameLocStart:Hs,hasSameLoc:function(e,t){return Hs(e,t)&&function(e,t){return Gs(e)===Gs(t)}(e,t)}},Xs=Object.defineProperty({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,matchToToken:function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!(!e[3]&&!e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t}},"__esModule",{value:!0}),Ys=ua,Ks=sa,Qs=function(e){let t=!0;for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(55296==(64512&r)&&n+1<e.length){const t=e.charCodeAt(++n);56320==(64512&t)&&(r=65536+((1023&r)<<10)+(1023&t))}if(t){if(t=!1,!ua(r))return!1}else if(!sa(r))return!1}return!t};let Zs="\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",ea="\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 ta=new RegExp("["+Zs+"]"),na=new RegExp("["+Zs+ea+"]");Zs=ea=null;const ra=[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],oa=[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 ia(e,t){let n=65536;for(let r=0,o=t.length;r<o;r+=2){if(n+=t[r],n>e)return!1;if(n+=t[r+1],n>=e)return!0}return!1}function ua(e){return e<65?36===e:e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&ta.test(String.fromCharCode(e)):ia(e,ra)))}function sa(e){return e<48?36===e:e<58||!(e<65)&&(e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&na.test(String.fromCharCode(e)):ia(e,ra)||ia(e,oa))))}var aa=Object.defineProperty({isIdentifierStart:Ys,isIdentifierChar:Ks,isIdentifierName:Qs},"__esModule",{value:!0}),ca=Ea,la=ba,pa=Ca,fa=function(e,t){return ba(e,t)||Ca(e)},da=function(e){return ga.has(e)};const ha=["implements","interface","let","package","private","protected","public","static","yield"],ma=["eval","arguments"],ga=new Set(["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"]),ya=new Set(ha),Da=new Set(ma);function Ea(e,t){return t&&"await"===e||"enum"===e}function ba(e,t){return Ea(e,t)||ya.has(e)}function Ca(e){return Da.has(e)}var va=Object.defineProperty({isReservedWord:ca,isStrictReservedWord:la,isStrictBindOnlyReservedWord:pa,isStrictBindReservedWord:fa,isKeyword:da},"__esModule",{value:!0}),Aa=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"isIdentifierName",{enumerable:!0,get:function(){return aa.isIdentifierName}}),Object.defineProperty(t,"isIdentifierChar",{enumerable:!0,get:function(){return aa.isIdentifierChar}}),Object.defineProperty(t,"isIdentifierStart",{enumerable:!0,get:function(){return aa.isIdentifierStart}}),Object.defineProperty(t,"isReservedWord",{enumerable:!0,get:function(){return va.isReservedWord}}),Object.defineProperty(t,"isStrictBindOnlyReservedWord",{enumerable:!0,get:function(){return va.isStrictBindOnlyReservedWord}}),Object.defineProperty(t,"isStrictBindReservedWord",{enumerable:!0,get:function(){return va.isStrictBindReservedWord}}),Object.defineProperty(t,"isStrictReservedWord",{enumerable:!0,get:function(){return va.isStrictReservedWord}}),Object.defineProperty(t,"isKeyword",{enumerable:!0,get:function(){return va.isKeyword}})})),Fa=/[|\\{}()[\]^$+*?.]/g,xa=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(Fa,"\\$&")},Sa={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]},wa=i((function(e){var t={};for(var n in Sa)Sa.hasOwnProperty(n)&&(t[Sa[n]]=n);var r=e.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"]}};for(var o in r)if(r.hasOwnProperty(o)){if(!("channels"in r[o]))throw new Error("missing channels property: "+o);if(!("labels"in r[o]))throw new Error("missing channel labels property: "+o);if(r[o].labels.length!==r[o].channels)throw new Error("channel and label counts mismatch: "+o);var i=r[o].channels,u=r[o].labels;delete r[o].channels,delete r[o].labels,Object.defineProperty(r[o],"channels",{value:i}),Object.defineProperty(r[o],"labels",{value:u})}r.rgb.hsl=function(e){var t,n,r=e[0]/255,o=e[1]/255,i=e[2]/255,u=Math.min(r,o,i),s=Math.max(r,o,i),a=s-u;return s===u?t=0:r===s?t=(o-i)/a:o===s?t=2+(i-r)/a:i===s&&(t=4+(r-o)/a),(t=Math.min(60*t,360))<0&&(t+=360),n=(u+s)/2,[t,100*(s===u?0:n<=.5?a/(s+u):a/(2-s-u)),100*n]},r.rgb.hsv=function(e){var t,n,r,o,i,u=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(u,s,a),l=c-Math.min(u,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?o=i=0:(i=l/c,t=p(u),n=p(s),r=p(a),u===c?o=r-n:s===c?o=1/3+t-r:a===c&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},r.rgb.hwb=function(e){var t=e[0],n=e[1],o=e[2];return[r.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(n,o))),100*(o=1-1/255*Math.max(t,Math.max(n,o)))]},r.rgb.cmyk=function(e){var t,n=e[0]/255,r=e[1]/255,o=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-r,1-o)))/(1-t)||0),100*((1-r-t)/(1-t)||0),100*((1-o-t)/(1-t)||0),100*t]},r.rgb.keyword=function(e){var n=t[e];if(n)return n;var r,o,i,u=1/0;for(var s in Sa)if(Sa.hasOwnProperty(s)){var a=Sa[s],c=(o=e,i=a,Math.pow(o[0]-i[0],2)+Math.pow(o[1]-i[1],2)+Math.pow(o[2]-i[2],2));c<u&&(u=c,r=s)}return r},r.keyword.rgb=function(e){return Sa[e]},r.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},r.rgb.lab=function(e){var t=r.rgb.xyz(e),n=t[0],o=t[1],i=t[2];return o/=100,i/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116)-16,500*(n-o),200*(o-(i=i>.008856?Math.pow(i,1/3):7.787*i+16/116))]},r.hsl.rgb=function(e){var t,n,r,o,i,u=e[0]/360,s=e[1]/100,a=e[2]/100;if(0===s)return[i=255*a,i,i];t=2*a-(n=a<.5?a*(1+s):a+s-a*s),o=[0,0,0];for(var c=0;c<3;c++)(r=u+1/3*-(c-1))<0&&r++,r>1&&r--,i=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,o[c]=255*i;return o},r.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,o=n,i=Math.max(r,.01);return n*=(r*=2)<=1?r:2-r,o*=i<=1?i:2-i,[t,100*(0===r?2*o/(i+o):2*n/(r+n)),100*((r+n)/2)]},r.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,o=Math.floor(t)%6,i=t-Math.floor(t),u=255*r*(1-n),s=255*r*(1-n*i),a=255*r*(1-n*(1-i));switch(r*=255,o){case 0:return[r,a,u];case 1:return[s,r,u];case 2:return[u,r,a];case 3:return[u,s,r];case 4:return[a,u,r];case 5:return[r,u,s]}},r.hsv.hsl=function(e){var t,n,r,o=e[0],i=e[1]/100,u=e[2]/100,s=Math.max(u,.01);return r=(2-i)*u,n=i*s,[o,100*(n=(n/=(t=(2-i)*s)<=1?t:2-t)||0),100*(r/=2)]},r.hwb.rgb=function(e){var t,n,r,o,i,u,s,a=e[0]/360,c=e[1]/100,l=e[2]/100,p=c+l;switch(p>1&&(c/=p,l/=p),r=6*a-(t=Math.floor(6*a)),0!=(1&t)&&(r=1-r),o=c+r*((n=1-l)-c),t){default:case 6:case 0:i=n,u=o,s=c;break;case 1:i=o,u=n,s=c;break;case 2:i=c,u=n,s=o;break;case 3:i=c,u=o,s=n;break;case 4:i=o,u=c,s=n;break;case 5:i=n,u=c,s=o}return[255*i,255*u,255*s]},r.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100;return[255*(1-Math.min(1,t*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o))]},r.xyz.rgb=function(e){var t,n,r,o=e[0]/100,i=e[1]/100,u=e[2]/100;return n=-.9689*o+1.8758*i+.0415*u,r=.0557*o+-.204*i+1.057*u,t=(t=3.2406*o+-1.5372*i+-.4986*u)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(r=Math.min(Math.max(0,r),1))]},r.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];return n/=100,r/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},r.lab.xyz=function(e){var t,n,r,o=e[0];t=e[1]/500+(n=(o+16)/116),r=n-e[2]/200;var i=Math.pow(n,3),u=Math.pow(t,3),s=Math.pow(r,3);return n=i>.008856?i:(n-16/116)/7.787,t=u>.008856?u:(t-16/116)/7.787,r=s>.008856?s:(r-16/116)/7.787,[t*=95.047,n*=100,r*=108.883]},r.lab.lch=function(e){var t,n=e[0],r=e[1],o=e[2];return(t=360*Math.atan2(o,r)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(r*r+o*o),t]},r.lch.lab=function(e){var t,n=e[0],r=e[1];return t=e[2]/360*2*Math.PI,[n,r*Math.cos(t),r*Math.sin(t)]},r.rgb.ansi16=function(e){var t=e[0],n=e[1],o=e[2],i=1 in arguments?arguments[1]:r.rgb.hsv(e)[2];if(0===(i=Math.round(i/50)))return 30;var u=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===i&&(u+=60),u},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},r.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},r.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},r.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},r.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},r.rgb.hcg=function(e){var t,n=e[0]/255,r=e[1]/255,o=e[2]/255,i=Math.max(Math.max(n,r),o),u=Math.min(Math.min(n,r),o),s=i-u;return t=s<=0?0:i===n?(r-o)/s%6:i===r?2+(o-n)/s:4+(n-r)/s+4,t/=6,[360*(t%=1),100*s,100*(s<1?u/(1-s):0)]},r.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=1,o=0;return(r=n<.5?2*t*n:2*t*(1-n))<1&&(o=(n-.5*r)/(1-r)),[e[0],100*r,100*o]},r.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},r.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var o,i=[0,0,0],u=t%1*6,s=u%1,a=1-s;switch(Math.floor(u)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return o=(1-n)*r,[255*(n*i[0]+o),255*(n*i[1]+o),255*(n*i[2]+o)]},r.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},r.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},r.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},r.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,r=n-t,o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=r.gray.hsv=function(e){return[0,0,e[0]]},r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}}));function Ta(e){var t=function(){for(var e={},t=Object.keys(wa),n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var r=n.pop(),o=Object.keys(wa[r]),i=o.length,u=0;u<i;u++){var s=o[u],a=t[s];-1===a.distance&&(a.distance=t[r].distance+1,a.parent=r,n.unshift(s))}return t}function Ba(e,t){return function(n){return t(e(n))}}function ka(e,t){for(var n=[t[e].parent,e],r=wa[t[e].parent][e],o=t[e].parent;t[o].parent;)n.unshift(t[o].parent),r=Ba(wa[t[o].parent][o],r),o=t[o].parent;return r.conversion=n,r}var Na={};Object.keys(wa).forEach((function(e){Na[e]={},Object.defineProperty(Na[e],"channels",{value:wa[e].channels}),Object.defineProperty(Na[e],"labels",{value:wa[e].labels});var t=function(e){for(var t=Ta(e),n={},r=Object.keys(t),o=r.length,i=0;i<o;i++){var u=r[i];null!==t[u].parent&&(n[u]=ka(u,t))}return n}(e);Object.keys(t).forEach((function(n){var r=t[n];Na[e][n]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var r=n.length,o=0;o<r;o++)n[o]=Math.round(n[o]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(r),Na[e][n].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var Pa=Na,Oa=i((function(e){const t=(e,t)=>function(){const n=e.apply(Pa,arguments);return"\x1b[".concat(n+t,"m")},n=(e,t)=>function(){const n=e.apply(Pa,arguments);return"\x1b[".concat(38+t,";5;").concat(n,"m")},r=(e,t)=>function(){const n=e.apply(Pa,arguments);return"\x1b[".concat(38+t,";2;").concat(n[0],";").concat(n[1],";").concat(n[2],"m")};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,o={modifier:{reset:[0,0],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],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],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const t of Object.keys(o)){const n=o[t];for(const t of Object.keys(n)){const r=n[t];o[t]={open:"\x1b[".concat(r[0],"m"),close:"\x1b[".concat(r[1],"m")},n[t]=o[t],e.set(r[0],r[1])}Object.defineProperty(o,t,{value:n,enumerable:!1}),Object.defineProperty(o,"codes",{value:e,enumerable:!1})}const i=e=>e,u=(e,t,n)=>[e,t,n];o.color.close="\x1b[39m",o.bgColor.close="\x1b[49m",o.color.ansi={ansi:t(i,0)},o.color.ansi256={ansi256:n(i,0)},o.color.ansi16m={rgb:r(u,0)},o.bgColor.ansi={ansi:t(i,10)},o.bgColor.ansi256={ansi256:n(i,10)},o.bgColor.ansi16m={rgb:r(u,10)};for(let e of Object.keys(Pa)){if("object"!=typeof Pa[e])continue;const i=Pa[e];"ansi16"===e&&(e="ansi"),"ansi16"in i&&(o.color.ansi[e]=t(i.ansi16,0),o.bgColor.ansi[e]=t(i.ansi16,10)),"ansi256"in i&&(o.color.ansi256[e]=n(i.ansi256,0),o.bgColor.ansi256[e]=n(i.ansi256,10)),"rgb"in i&&(o.color.ansi16m[e]=r(i.rgb,0),o.bgColor.ansi16m[e]=r(i.rgb,10))}return o}})}));const Ia=nt.env;let ja;function La(e){return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(function(e){if(!1===ja)return 0;if(_o("color=16m")||_o("color=full")||_o("color=truecolor"))return 3;if(_o("color=256"))return 2;if(e&&!e.isTTY&&!0!==ja)return 0;const t=ja?1:0;if("win32"===nt.platform){const e=Mo.release().split(".");return Number(nt.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in Ia)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in Ia))||"codeship"===Ia.CI_NAME?1:t;if("TEAMCITY_VERSION"in Ia)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ia.TEAMCITY_VERSION)?1:0;if("truecolor"===Ia.COLORTERM)return 3;if("TERM_PROGRAM"in Ia){const e=parseInt((Ia.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ia.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ia.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ia.TERM)||"COLORTERM"in Ia?1:(Ia.TERM,t)}(e))}_o("no-color")||_o("no-colors")||_o("color=false")?ja=!1:(_o("color")||_o("colors")||_o("color=true")||_o("color=always"))&&(ja=!0),"FORCE_COLOR"in Ia&&(ja=0===Ia.FORCE_COLOR.length||0!==parseInt(Ia.FORCE_COLOR,10));var _a={supportsColor:La,stdout:La(nt.stdout),stderr:La(nt.stderr)};const Ma=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Ra=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Va=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,$a=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,qa=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1b"],["a","\x07"]]);function Wa(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):qa.get(e)||e}function Ua(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let o;for(const t of r)if(isNaN(t)){if(!(o=t.match(Va)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(o[2].replace($a,((e,t,n)=>t?Wa(t):n)))}else n.push(Number(t));return n}function za(e){Ra.lastIndex=0;const t=[];let n;for(;null!==(n=Ra.exec(e));){const e=n[1];if(n[2]){const r=Ua(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Ga(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const e of Object.keys(n))if(Array.isArray(n[e])){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=n[e].length>0?r[e].apply(r,n[e]):r[e]}return r}var Ha=(e,t)=>{const n=[],r=[];let o=[];if(t.replace(Ma,((t,i,u,s,a,c)=>{if(i)o.push(Wa(i));else if(s){const t=o.join("");o=[],r.push(0===n.length?t:Ga(e,n)(t)),n.push({inverse:u,styles:za(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Ga(e,n)(o.join(""))),o=[],n.pop()}else o.push(c)})),r.push(o.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")},Ja=i((function(e){const t=_a.stdout,n="win32"===nt.platform&&!(nt.env.TERM||"").toLowerCase().startsWith("xterm"),r=["ansi","ansi","ansi256","ansi16m"],o=new Set(["gray"]),i=Object.create(null);function u(e,n){n=n||{};const r=t?t.level:0;e.level=void 0===n.level?r:n.level,e.enabled="enabled"in n?n.enabled:e.level>0}function s(e){if(!this||!(this instanceof s)||this.template){const t={};return u(t,e),t.template=function(){const e=[].slice.call(arguments);return p.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,s.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=s,t.template}u(this,e)}n&&(Oa.blue.open="\x1b[94m");for(const e of Object.keys(Oa))Oa[e].closeRe=new RegExp(xa(Oa[e].close),"g"),i[e]={get(){const t=Oa[e];return c.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};i.visible={get(){return c.call(this,this._styles||[],!0,"visible")}},Oa.color.closeRe=new RegExp(xa(Oa.color.close),"g");for(const e of Object.keys(Oa.color.ansi))o.has(e)||(i[e]={get(){const t=this.level;return function(){const n=Oa.color[r[t]][e].apply(null,arguments),o={open:n,close:Oa.color.close,closeRe:Oa.color.closeRe};return c.call(this,this._styles?this._styles.concat(o):[o],this._empty,e)}}});Oa.bgColor.closeRe=new RegExp(xa(Oa.bgColor.close),"g");for(const e of Object.keys(Oa.bgColor.ansi)){if(o.has(e))continue;i["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const n=Oa.bgColor[r[t]][e].apply(null,arguments),o={open:n,close:Oa.bgColor.close,closeRe:Oa.bgColor.closeRe};return c.call(this,this._styles?this._styles.concat(o):[o],this._empty,e)}}}}const a=Object.defineProperties((()=>{}),i);function c(e,t,n){const r=function(){return l.apply(r,arguments)};r._styles=e,r._empty=t;const o=this;return Object.defineProperty(r,"level",{enumerable:!0,get:()=>o.level,set(e){o.level=e}}),Object.defineProperty(r,"enabled",{enumerable:!0,get:()=>o.enabled,set(e){o.enabled=e}}),r.hasGrey=this.hasGrey||"gray"===n||"grey"===n,r.__proto__=a,r}function l(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const o=Oa.dim.open;n&&this.hasGrey&&(Oa.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,"".concat(e.close,"$&").concat(e.open));return Oa.dim.open=o,r}function p(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const n=[].slice.call(arguments,2),r=[t.raw[0]];for(let e=1;e<t.length;e++)r.push(String(n[e-1]).replace(/[{}\\]/g,"\\$&")),r.push(String(t.raw[e]));return Ha(e,r.join(""))}Object.defineProperties(s.prototype,i),e.exports=s(),e.exports.supportsColor=t,e.exports.default=e.exports})),Xa=ic,Ya=uc,Ka=function(e,t={}){if(ic(t)){const n=uc(t);return function(e,t){let n="";for(const{type:r,value:o}of oc(t)){const t=e[r];n+=t?o.split(nc).map((e=>t(e))).join("\n"):o}return n}(function(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.grey,invalid:e.white.bgRed.bold}}(n),e)}return e},Qa=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=ec();if(t&&t.has(e))return t.get(e);var n={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=r?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(n,o,i):n[o]=e[o]}n.default=e,t&&t.set(e,n);return n}(Xs),Za=function(e){return e&&e.__esModule?e:{default:e}}(Ja);function ec(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return ec=function(){return e},e}const tc=new Set(["as","async","from","get","of","set"]);const nc=/\r\n|[\n\r\u2028\u2029]/,rc=/^[()[\]{}]$/;let oc;{const{matchToToken:e}=Qa,t=/^[a-z][\w-]*$/i,n=function(e,n,r){if("name"===e.type){if((0,Aa.isKeyword)(e.value)||(0,Aa.isStrictReservedWord)(e.value,!0)||tc.has(e.value))return"keyword";if(t.test(e.value)&&("<"===r[n-1]||"</"==r.substr(n-2,2)))return"jsxIdentifier";if(e.value[0]!==e.value[0].toLowerCase())return"capitalized"}return"punctuator"===e.type&&rc.test(e.value)?"bracket":"invalid"!==e.type||"@"!==e.value&&"#"!==e.value?e.type:"punctuator"};oc=function*(t){let r;for(;r=Qa.default.exec(t);){const o=e(r);yield{type:n(o,r.index,t),value:o.value}}}}function ic(e){return!!Za.default.supportsColor||e.forceColor}function uc(e){return e.forceColor?new Za.default.constructor({enabled:!0,level:1}):Za.default}var sc=dc,ac=function(e,t,n,r={}){if(!pc){pc=!0;const e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(nt.emitWarning)nt.emitWarning(e,"DeprecationWarning");else{new Error(e).name="DeprecationWarning",console.warn(new Error(e))}}n=Math.max(n,0);return dc(e,{start:{column:n,line:t}},r)},cc=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=lc();if(t&&t.has(e))return t.get(e);var n={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=r?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(n,o,i):n[o]=e[o]}n.default=e,t&&t.set(e,n);return n}(Object.defineProperty({shouldHighlight:Xa,getChalk:Ya,default:Ka},"__esModule",{value:!0}));function lc(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return lc=function(){return e},e}let pc=!1;const fc=/\r\n|[\n\r\u2028\u2029]/;function dc(e,t,n={}){const r=(n.highlightCode||n.forceColor)&&(0,cc.shouldHighlight)(n),o=(0,cc.getChalk)(n),i=function(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}(o),u=(e,t)=>r?e(t):t,s=e.split(fc),{start:a,end:c,markerLines:l}=function(e,t,n){const r=Object.assign({column:0,line:-1},e.start),o=Object.assign({},r,e.end),{linesAbove:i=2,linesBelow:u=3}=n||{},s=r.line,a=r.column,c=o.line,l=o.column;let p=Math.max(s-(i+1),0),f=Math.min(t.length,c+u);-1===s&&(p=0),-1===c&&(f=t.length);const d=c-s,h={};if(d)for(let e=0;e<=d;e++){const n=e+s;if(a)if(0===e){const e=t[n-1].length;h[n]=[a,e-a+1]}else if(e===d)h[n]=[0,l];else{const r=t[n-e].length;h[n]=[0,r]}else h[n]=!0}else h[s]=a===l?!a||[a,0]:[a,l-a];return{start:p,end:f,markerLines:h}}(t,s,n),p=t.start&&"number"==typeof t.start.column,f=String(c).length;let d=(r?(0,cc.default)(e,n):e).split(fc).slice(a,c).map(((e,t)=>{const r=a+1+t,o=" ".concat(r).slice(-f),s=" ".concat(o," |"),c=l[r],p=!l[r+1];if(c){let t="";if(Array.isArray(c)){const r=e.slice(0,Math.max(c[0]-1,0)).replace(/[^\t]/g," "),o=c[1]||1;t=["\n ",u(i.gutter,s.replace(/\d/g," "))," ",r,u(i.marker,"^").repeat(o)].join(""),p&&n.message&&(t+=" "+u(i.message,n.message))}return[u(i.marker,">"),u(i.gutter,s),e.length>0?" ".concat(e):"",t].join("")}return" ".concat(u(i.gutter,s)).concat(e.length>0?" ".concat(e):"")})).join("\n");return n.message&&!p&&(d="".concat(" ".repeat(f+1)).concat(n.message,"\n").concat(d)),r?o.reset(d):d}var hc=Object.defineProperty({codeFrameColumns:sc,default:ac},"__esModule",{value:!0}),mc=o(Yn);const{ConfigError:gc}=eo,{locStart:yc,locEnd:Dc}=Js,Ec=Object.getOwnPropertyNames,bc=Object.getOwnPropertyDescriptor;function Cc(e){const t={};for(const n of e.plugins)if(n.parsers)for(const e of Ec(n.parsers))Object.defineProperty(t,e,bc(n.parsers,e));return t}function vc(e,t=Cc(e)){if("function"==typeof e.parser)return{parse:e.parser,astFormat:"estree",locStart:yc,locEnd:Dc};if("string"==typeof e.parser){if(Object.prototype.hasOwnProperty.call(t,e.parser))return t[e.parser];throw new gc("Couldn't resolve parser \"".concat(e.parser,'". Parsers must be explicitly added to the standalone bundle.'))}}var Ac={parse:function(e,t){const n=Cc(t),r=Object.keys(n).reduce(((e,t)=>Object.defineProperty(e,t,{enumerable:!0,get:()=>n[t].parse})),{}),o=vc(t,n);try{return o.preprocess&&(e=o.preprocess(e,t)),{text:e,ast:o.parse(e,r,t)}}catch(t){const{loc:n}=t;if(n){const{codeFrameColumns:r}=hc;throw t.codeFrame=r(e,n,{highlightCode:!0}),t.message+="\n"+t.codeFrame,t}throw t.stack}},resolveParser:vc};const{UndefinedParserError:Fc}=eo,{getSupportInfo:xc}=Ot,{resolveParser:Sc}=Ac,wc={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function Tc(e,t){const n=mc.basename(e).toLowerCase(),r=xc({plugins:t}).languages.filter((e=>null!==e.since));let o=r.find((e=>e.extensions&&e.extensions.some((e=>n.endsWith(e)))||e.filenames&&e.filenames.some((e=>e.toLowerCase()===n))));if(!o&&!n.includes(".")){const t=function(e){if("string"!=typeof e)return"";let t;try{t=Jr.openSync(e,"r")}catch(e){return""}try{const e=new Xr(t).next().toString("utf8"),n=e.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/);if(n)return n[1];const r=e.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/);return r?r[1]:""}catch(e){return""}finally{try{Jr.closeSync(t)}catch(e){}}}(e);o=r.find((e=>e.interpreters&&e.interpreters.includes(t)))}return o&&o.parsers[0]}var Bc={normalize:function(e,t={}){const n=Object.assign({},e),r=xc({plugins:e.plugins,showUnreleased:!0,showDeprecated:!0}).options,o=Object.assign({},wc,Ne(r.filter((e=>void 0!==e.default)).map((e=>[e.name,e.default]))));if(!n.parser)if(n.filepath){if(n.parser=Tc(n.filepath,n.plugins),!n.parser)throw new Fc("No parser could be inferred for file: ".concat(n.filepath))}else{(t.logger||console).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."),n.parser="babel"}const i=Sc(Ws.normalizeApiOptions(n,[r.find((e=>"parser"===e.name))],{passThrough:!0,logger:!1}));n.astFormat=i.astFormat,n.locEnd=i.locEnd,n.locStart=i.locStart;const u=function(e){const{astFormat:t}=e;if(!t)throw new Error("getPlugin() requires astFormat to be set");const n=e.plugins.find((e=>e.printers&&e.printers[t]));if(!n)throw new Error("Couldn't find plugin for AST format \"".concat(t,'"'));return n}(n);n.printer=u.printers[n.astFormat];const s=Ne(r.filter((e=>e.pluginDefaults&&void 0!==e.pluginDefaults[u.name])).map((e=>[e.name,e.pluginDefaults[u.name]]))),a=Object.assign({},o,s);for(const[e,t]of Object.entries(a))null!==n[e]&&void 0!==n[e]||(n[e]=t);return"json"===n.parser&&(n.trailingComma="none"),Ws.normalizeApiOptions(n,r,Object.assign({passThrough:Object.keys(wc)},t))},hiddenDefaults:wc,inferParser:Tc};var kc=function e(t,n,r){if(Array.isArray(t))return t.map((t=>e(t,n,r))).filter(Boolean);if(!t||"object"!=typeof t)return t;const o=n.printer.massageAstNode;let i;i=o&&o.ignoredProperties?o.ignoredProperties:new Set;const u={};for(const[r,o]of Object.entries(t))i.has(r)||"function"==typeof o||(u[r]=e(o,n,t));if(o){const e=o(t,u,r);if(null===e)return;if(e)return e}return u},Nc="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e};function Pc(e,t){var n={seen:[],stylize:Ic};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),Mc(t)?n.showHidden=t:t&&Xc(n,t),$c(n.showHidden)&&(n.showHidden=!1),$c(n.depth)&&(n.depth=2),$c(n.colors)&&(n.colors=!1),$c(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=Oc),jc(n,e,n.depth)}function Oc(e,t){var n=Pc.styles[t];return n?"\x1b["+Pc.colors[n][0]+"m"+e+"\x1b["+Pc.colors[n][1]+"m":e}function Ic(e,t){return e}function jc(e,t,n){if(e.customInspect&&t&&Gc(t.inspect)&&t.inspect!==Pc&&(!t.constructor||t.constructor.prototype!==t)){var r=t.inspect(n,e);return Vc(r)||(r=jc(e,r,n)),r}var o=function(e,t){if($c(t))return e.stylize("undefined","undefined");if(Vc(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}if(r=t,"number"==typeof r)return e.stylize(""+t,"number");var r;if(Mc(t))return e.stylize(""+t,"boolean");if(Rc(t))return e.stylize("null","null")}(e,t);if(o)return o;var i=Object.keys(t),u=function(e){var t={};return e.forEach((function(e,n){t[e]=!0})),t}(i);if(e.showHidden&&(i=Object.getOwnPropertyNames(t)),zc(t)&&(i.indexOf("message")>=0||i.indexOf("description")>=0))return Lc(t);if(0===i.length){if(Gc(t)){var s=t.name?": "+t.name:"";return e.stylize("[Function"+s+"]","special")}if(qc(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(Uc(t))return e.stylize(Date.prototype.toString.call(t),"date");if(zc(t))return Lc(t)}var a,c,l="",p=!1,f=["{","}"];(a=t,Array.isArray(a)&&(p=!0,f=["[","]"]),Gc(t))&&(l=" [Function"+(t.name?": "+t.name:"")+"]");return qc(t)&&(l=" "+RegExp.prototype.toString.call(t)),Uc(t)&&(l=" "+Date.prototype.toUTCString.call(t)),zc(t)&&(l=" "+Lc(t)),0!==i.length||p&&0!=t.length?n<0?qc(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),c=p?function(e,t,n,r,o){for(var i=[],u=0,s=t.length;u<s;++u)Yc(t,String(u))?i.push(_c(e,t,n,r,String(u),!0)):i.push("");return o.forEach((function(o){o.match(/^\d+$/)||i.push(_c(e,t,n,r,o,!0))})),i}(e,t,n,u,i):i.map((function(r){return _c(e,t,n,u,r,p)})),e.seen.pop(),function(e,t,n){if(e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1];return n[0]+t+" "+e.join(", ")+" "+n[1]}(c,l,f)):f[0]+l+f[1]}function Lc(e){return"["+Error.prototype.toString.call(e)+"]"}function _c(e,t,n,r,o,i){var u,s,a;if((a=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]}).get?s=a.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):a.set&&(s=e.stylize("[Setter]","special")),Yc(r,o)||(u="["+o+"]"),s||(e.seen.indexOf(a.value)<0?(s=Rc(n)?jc(e,a.value,null):jc(e,a.value,n-1)).indexOf("\n")>-1&&(s=i?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),$c(u)){if(i&&o.match(/^\d+$/))return s;(u=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(u=u.substr(1,u.length-2),u=e.stylize(u,"name")):(u=u.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),u=e.stylize(u,"string"))}return u+": "+s}function Mc(e){return"boolean"==typeof e}function Rc(e){return null===e}function Vc(e){return"string"==typeof e}function $c(e){return void 0===e}function qc(e){return Wc(e)&&"[object RegExp]"===Jc(e)}function Wc(e){return"object"==typeof e&&null!==e}function Uc(e){return Wc(e)&&"[object Date]"===Jc(e)}function zc(e){return Wc(e)&&("[object Error]"===Jc(e)||e instanceof Error)}function Gc(e){return"function"==typeof e}function Hc(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e}function Jc(e){return Object.prototype.toString.call(e)}function Xc(e,t){if(!t||!Wc(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e}function Yc(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Kc(e,t){if(e===t)return 0;for(var n=e.length,r=t.length,o=0,i=Math.min(n,r);o<i;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0}Pc.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Pc.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};var Qc,Zc=Object.prototype.hasOwnProperty,el=Object.keys||function(e){var t=[];for(var n in e)Zc.call(e,n)&&t.push(n);return t},tl=Array.prototype.slice;function nl(){return void 0!==Qc?Qc:Qc="foo"===function(){}.name}function rl(e){return Object.prototype.toString.call(e)}function ol(e){return!Gr(e)&&("function"==typeof Pe.ArrayBuffer&&("function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):!!e&&(e instanceof DataView||!!(e.buffer&&e.buffer instanceof ArrayBuffer))))}function il(e,t){e||pl(e,!0,t,"==",fl)}var ul=/\s*function\s+([^\(\s]*)\s*/;function sl(e){if(Gc(e)){if(nl())return e.name;var t=e.toString().match(ul);return t&&t[1]}}function al(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(e){return cl(ll(e.actual),128)+" "+e.operator+" "+cl(ll(e.expected),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||pl;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var n=new Error;if(n.stack){var r=n.stack,o=sl(t),i=r.indexOf("\n"+o);if(i>=0){var u=r.indexOf("\n",i+1);r=r.substring(u+1)}this.stack=r}}}function cl(e,t){return"string"==typeof e?e.length<t?e:e.slice(0,t):e}function ll(e){if(nl()||!Gc(e))return Pc(e);var t=sl(e);return"[Function"+(t?": "+t:"")+"]"}function pl(e,t,n,r,o){throw new al({message:n,actual:e,expected:t,operator:r,stackStartFunction:o})}function fl(e,t){e||pl(e,!0,t,"==",fl)}function dl(e,t,n){e!=t&&pl(e,t,n,"==",dl)}function hl(e,t,n){e==t&&pl(e,t,n,"!=",hl)}function ml(e,t,n){yl(e,t,!1)||pl(e,t,n,"deepEqual",ml)}function gl(e,t,n){yl(e,t,!0)||pl(e,t,n,"deepStrictEqual",gl)}function yl(e,t,n,r){if(e===t)return!0;if(Gr(e)&&Gr(t))return 0===Kc(e,t);if(Uc(e)&&Uc(t))return e.getTime()===t.getTime();if(qc(e)&&qc(t))return e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase;if(null!==e&&"object"==typeof e||null!==t&&"object"==typeof t){if(ol(e)&&ol(t)&&rl(e)===rl(t)&&!(e instanceof Float32Array||e instanceof Float64Array))return 0===Kc(new Uint8Array(e.buffer),new Uint8Array(t.buffer));if(Gr(e)!==Gr(t))return!1;var o=(r=r||{actual:[],expected:[]}).actual.indexOf(e);return-1!==o&&o===r.expected.indexOf(t)||(r.actual.push(e),r.expected.push(t),function(e,t,n,r){if(null==e||null==t)return!1;if(Hc(e)||Hc(t))return e===t;if(n&&Object.getPrototypeOf(e)!==Object.getPrototypeOf(t))return!1;var o=Dl(e),i=Dl(t);if(o&&!i||!o&&i)return!1;if(o)return yl(e=tl.call(e),t=tl.call(t),n);var u,s,a=el(e),c=el(t);if(a.length!==c.length)return!1;for(a.sort(),c.sort(),s=a.length-1;s>=0;s--)if(a[s]!==c[s])return!1;for(s=a.length-1;s>=0;s--)if(!yl(e[u=a[s]],t[u],n,r))return!1;return!0}(e,t,n,r))}return n?e===t:e==t}function Dl(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function El(e,t,n){yl(e,t,!1)&&pl(e,t,n,"notDeepEqual",El)}function bl(e,t,n){yl(e,t,!0)&&pl(e,t,n,"notDeepStrictEqual",bl)}function Cl(e,t,n){e!==t&&pl(e,t,n,"===",Cl)}function vl(e,t,n){e===t&&pl(e,t,n,"!==",vl)}function Al(e,t){if(!e||!t)return!1;if("[object RegExp]"==Object.prototype.toString.call(t))return t.test(e);try{if(e instanceof t)return!0}catch(e){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)}function Fl(e,t,n,r){var o;if("function"!=typeof t)throw new TypeError('"block" argument must be a function');"string"==typeof n&&(r=n,n=null),o=function(e){var t;try{e()}catch(e){t=e}return t}(t),r=(n&&n.name?" ("+n.name+").":".")+(r?" "+r:"."),e&&!o&&pl(o,n,"Missing expected exception"+r);var i="string"==typeof r,u=!e&&o&&!n;if((!e&&zc(o)&&i&&Al(o,n)||u)&&pl(o,n,"Got unwanted exception"+r),e&&o&&n&&!Al(o,n)||!e&&o)throw o}function xl(e,t,n){Fl(!0,e,t,n)}function Sl(e,t,n){Fl(!1,e,t,n)}function wl(e){if(e)throw e}il.AssertionError=al,Nc(al,Error),il.fail=pl,il.ok=fl,il.equal=dl,il.notEqual=hl,il.deepEqual=ml,il.deepStrictEqual=gl,il.notDeepEqual=El,il.notDeepStrictEqual=bl,il.strictEqual=Cl,il.notStrictEqual=vl,il.throws=xl,il.doesNotThrow=Sl,il.ifError=wl;var Tl=o(Object.freeze({__proto__:null,default:il,AssertionError:al,fail:pl,ok:fl,assert:fl,equal:dl,notEqual:hl,deepEqual:ml,deepStrictEqual:gl,notDeepEqual:El,notDeepStrictEqual:bl,strictEqual:Cl,notStrictEqual:vl,throws:xl,doesNotThrow:Sl,ifError:wl}));const{builders:{line:Bl,hardline:kl,breakParent:Nl,indent:Pl,lineSuffix:Ol,join:Il,cursor:jl}}=In,{hasNewline:Ll,skipNewline:_l,skipSpaces:Ml,isPreviousLineEmpty:Rl,addLeadingComment:Vl,addDanglingComment:$l,addTrailingComment:ql}=Qt,Wl=new WeakMap;function Ul(e,t,n){if(!e)return;const{printer:r,locStart:o,locEnd:i}=t;if(n){if(r.canAttachComment&&r.canAttachComment(e)){let t;for(t=n.length-1;t>=0&&!(o(n[t])<=o(e)&&i(n[t])<=i(e));--t);return void n.splice(t+1,0,e)}}else if(Wl.has(e))return Wl.get(e);const u=r.getCommentChildNodes&&r.getCommentChildNodes(e,t)||"object"==typeof e&&Object.entries(e).filter((([e])=>"enclosingNode"!==e&&"precedingNode"!==e&&"followingNode"!==e&&"tokens"!==e&&"comments"!==e)).map((([,e])=>e));if(u){n||(n=[],Wl.set(e,n));for(const e of u)Ul(e,t,n);return n}}function zl(e,t,n,r){const{locStart:o,locEnd:i}=n,u=o(t),s=i(t),a=Ul(e,n);let c,l,p=0,f=a.length;for(;p<f;){const e=p+f>>1,r=a[e],d=o(r),h=i(r);if(d<=u&&s<=h)return zl(r,t,n,r);if(h<=u)c=r,p=e+1;else{if(!(s<=d))throw new Error("Comment location overlaps with node location");l=r,f=e}}if(r&&"TemplateLiteral"===r.type){const{quasis:e}=r,o=Ql(e,t,n);c&&Ql(e,c,n)!==o&&(c=null),l&&Ql(e,l,n)!==o&&(l=null)}return{enclosingNode:r,precedingNode:c,followingNode:l}}const Gl=()=>!1;const Hl=e=>!/[\S\n\u2028\u2029]/.test(e);function Jl(e,t,n,r){const{comment:o,precedingNode:i}=n[r],{locStart:u,locEnd:s}=t;let a=u(o);if(i)for(let t=r-1;t>=0;t--){const{comment:r,precedingNode:o}=n[t];if(o!==i||!Hl(e.slice(s(r),a)))break;a=u(r)}return Ll(e,a,{backwards:!0})}function Xl(e,t,n,r){const{comment:o,followingNode:i}=n[r],{locStart:u,locEnd:s}=t;let a=s(o);if(i)for(let t=r+1;t<n.length;t++){const{comment:r,followingNode:o}=n[t];if(o!==i||!Hl(e.slice(a,u(r))))break;a=s(r)}return Ll(e,a)}function Yl(e,t,n){const r=e.length;if(0===r)return;const{precedingNode:o,followingNode:i,enclosingNode:u}=e[0],s=n.printer.getGapRegex&&n.printer.getGapRegex(u)||/^[\s(]*$/;let a,c=n.locStart(i);for(a=r;a>0;--a){const{comment:r,precedingNode:u,followingNode:l}=e[a-1];Tl.strictEqual(u,o),Tl.strictEqual(l,i);const p=t.slice(n.locEnd(r),c);if(!s.test(p))break;c=n.locStart(r)}for(const[t,{comment:n}]of e.entries())t<a?ql(o,n):Vl(i,n);for(const e of[o,i])e.comments&&e.comments.length>1&&e.comments.sort(((e,t)=>n.locStart(e)-n.locStart(t)));e.length=0}function Kl(e,t){return e.getValue().printed=!0,t.printer.printComment(e,t)}function Ql(e,t,n){const r=n.locStart(t)-1;for(let t=1;t<e.length;++t)if(r<n.locStart(e[t]))return t-1;return 0}function Zl(e,t,n){const r=e.getValue();if(!r)return{};let o=r.comments||[];n&&(o=o.filter((e=>!n.has(e))));const i=r===t.cursorNode;if(0===o.length){const e=i?jl:"";return{leading:e,trailing:e}}const u=[],s=[];return e.each((()=>{const r=e.getValue();if(n&&n.has(r))return;const{leading:o,trailing:i}=r;o?u.push(function(e,t){const n=e.getValue(),r=[Kl(e,t)],{printer:o,originalText:i,locStart:u,locEnd:s}=t;if(o.isBlockComment&&o.isBlockComment(n)){const e=Ll(i,s(n))?Ll(i,u(n),{backwards:!0})?kl:Bl:" ";r.push(e)}else r.push(kl);const a=_l(i,Ml(i,s(n)));return!1!==a&&Ll(i,a)&&r.push(kl),r}(e,t)):i&&s.push(function(e,t){const n=e.getValue(),r=Kl(e,t),{printer:o,originalText:i,locStart:u}=t,s=o.isBlockComment&&o.isBlockComment(n);if(Ll(i,u(n),{backwards:!0})){const e=Rl(i,n,u);return Ol([kl,e?kl:"",r])}let a=[" ",r];return s||(a=[Ol(a),Nl]),a}(e,t))}),"comments"),i&&(u.unshift(jl),s.push(jl)),{leading:u,trailing:s}}var ep={attach:function(e,t,n,r){if(!Array.isArray(e))return;const o=[],{locStart:i,locEnd:u,printer:{handleComments:s={}}}=r,{avoidAstMutation:a,ownLine:c=Gl,endOfLine:l=Gl,remaining:p=Gl}=s,f=e.map(((o,i)=>Object.assign({},zl(t,o,r),{comment:o,text:n,options:r,ast:t,isLastComment:e.length-1===i})));for(const[e,t]of f.entries()){const{comment:n,precedingNode:r,enclosingNode:s,followingNode:d,text:h,options:m,ast:g,isLastComment:y}=t;if("json"===m.parser||"json5"===m.parser||"__js_expression"===m.parser||"__vue_expression"===m.parser){if(i(n)-i(g)<=0){Vl(g,n);continue}if(u(n)-u(g)>=0){ql(g,n);continue}}let D;if(a?D=[t]:(n.enclosingNode=s,n.precedingNode=r,n.followingNode=d,D=[n,h,m,g,y]),Jl(h,m,f,e))n.placement="ownLine",c(...D)||(d?Vl(d,n):r?ql(r,n):$l(s||g,n));else if(Xl(h,m,f,e))n.placement="endOfLine",l(...D)||(r?ql(r,n):d?Vl(d,n):$l(s||g,n));else if(n.placement="remaining",p(...D));else if(r&&d){const e=o.length;if(e>0){o[e-1].followingNode!==d&&Yl(o,h,m)}o.push(t)}else r?ql(r,n):d?Vl(d,n):$l(s||g,n)}if(Yl(o,n,r),!a)for(const t of e)delete t.precedingNode,delete t.enclosingNode,delete t.followingNode},printComments:function(e,t,n,r){const{leading:o,trailing:i}=Zl(e,n,r);return o||i?[o,t,i]:t},printCommentsSeparately:Zl,printDanglingComments:function(e,t,n,r){const o=[],i=e.getValue();return i&&i.comments?(e.each((()=>{const n=e.getValue();n.leading||n.trailing||r&&!r(n)||o.push(Kl(e,t))}),"comments"),0===o.length?"":n?Il(kl,o):Pl([kl,Il(kl,o)])):""},getSortedChildNodes:Ul,ensureAllCommentsPrinted:function(e){if(e)for(const t of e){if(!t.printed)throw new Error('Comment "'+t.value.trim()+'" was not printed. Please report this error!');delete t.printed}}};function tp(e,t){const n=np(e.stack,t);return-1===n?null:e.stack[n]}function np(e,t){for(let n=e.length-1;n>=0;n-=2){const r=e[n];if(r&&!Array.isArray(r)&&--t<0)return n}return-1}var rp=class{constructor(e){this.stack=[e]}getName(){const{stack:e}=this,{length:t}=e;return t>1?e[t-2]:null}getValue(){return ke(this.stack)}getNode(e=0){return tp(this,e)}getParentNode(e=0){return tp(this,e+1)}call(e,...t){const{stack:n}=this,{length:r}=n;let o=ke(n);for(const e of t)o=o[e],n.push(e,o);const i=e(this);return n.length=r,i}callParent(e,t=0){const n=np(this.stack,t+1),r=this.stack.splice(n+1),o=e(this);return this.stack.push(...r),o}each(e,...t){const{stack:n}=this,{length:r}=n;let o=ke(n);for(const e of t)o=o[e],n.push(e,o);for(let t=0;t<o.length;++t)n.push(t,o[t]),e(this,t,o),n.length-=2;n.length=r}map(e,...t){const n=[];return this.each(((t,r,o)=>{n[r]=e(t,r,o)}),...t),n}try(e){const{stack:t}=this,n=[...t];try{return e()}finally{t.length=0,t.push(...n)}}match(...e){let t=this.stack.length-1,n=null,r=this.stack[t--];for(const o of e){if(void 0===r)return!1;let e=null;if("number"==typeof n&&(e=n,n=this.stack[t--],r=this.stack[t--]),o&&!o(r,n,e))return!1;n=this.stack[t--],r=this.stack[t--]}return!0}findAncestor(e){let t=this.stack.length-1,n=null,r=this.stack[t--];for(;r;){let o=null;if("number"==typeof n&&(o=n,n=this.stack[t--],r=this.stack[t--]),null!==n&&e(r,n,o))return r;n=this.stack[t--],r=this.stack[t--]}}};const{utils:{stripTrailingHardline:op}}=In,{normalize:ip}=Bc;var up={printSubtree:function(e,t,n,r){if(n.printer.embed&&"auto"===n.embeddedLanguageFormatting)return n.printer.embed(e,t,((e,t,o)=>function(e,t,n,r,{stripTrailingHardline:o=!1}={}){const i=ip(Object.assign({},n,t,{parentParser:n.parser,originalText:e}),{passThrough:!0}),u=Ac.parse(e,i),{ast:s}=u;e=u.text;const a=s.comments;delete s.comments,ep.attach(a,s,e,i),i[Symbol.for("comments")]=a||[],i[Symbol.for("tokens")]=s.tokens||[];const c=r(s,i);if(ep.ensureAllCommentsPrinted(a),o)return"string"==typeof c?c.replace(/(?:\r?\n)*$/,""):op(c);return c}(e,t,n,r,o)),n)}};const{builders:{hardline:sp,addAlignmentToDoc:ap},utils:{propagateBreaks:cp}}=In,{printComments:lp}=ep;function pp(e,t,n=0){const{printer:o}=t;o.preprocess&&(e=o.preprocess(e,t));const i=new Map,u=new rp(e);let s=a();return n>0&&(s=ap([sp,s],n,t.tabWidth)),cp(s),s;function a(e,t){return void 0===e||e===u?c(t):Array.isArray(e)?u.call((()=>c(t)),...e):u.call((()=>c(t)),e)}function c(e){const n=u.getValue(),o=n&&"object"==typeof n&&void 0===e;if(o&&i.has(n))return i.get(n);const s=function(e,t,n,o){const i=e.getValue(),{printer:u}=t;let s,a;if(u.hasPrettierIgnore&&u.hasPrettierIgnore(e))({doc:s,printedComments:a}=function(e,t){const{originalText:n,[Symbol.for("comments")]:r,locStart:o,locEnd:i}=t,u=o(e),s=i(e),a=new Set;for(const e of r)o(e)>=u&&i(e)<=s&&(e.printed=!0,a.add(e));return{doc:n.slice(u,s),printedComments:a}}(i,t));else{if(i)try{s=up.printSubtree(e,n,t,pp)}catch(e){if(r.PRETTIER_DEBUG)throw e}s||(s=u.print(e,t,n,o))}u.willPrintOwnComments&&u.willPrintOwnComments(e,t)||(s=lp(e,s,t,a));return s}(u,t,a,e);return o&&i.set(n,s),s}}var fp=pp;function dp(e){let t=e.length-1;for(;;){const n=e[t];if(!n||"Program"!==n.type&&"File"!==n.type)break;t--}return e.slice(0,t+1)}function hp(e,t,n,r,o=[],i){const{locStart:u,locEnd:s}=n,a=u(e),c=s(e);if(!(t>c||t<a||"rangeEnd"===i&&t===a||"rangeStart"===i&&t===c)){for(const u of ep.getSortedChildNodes(e,n)){const s=hp(u,t,n,r,[e,...o],i);if(s)return s}return!r||r(e,o[0])?{node:e,parentNodes:o}:void 0}}const mp=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),gp=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function yp(e,t,n){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"espree":case"meriyah":return function(e,t){return"DeclareExportDeclaration"!==t&&"TypeParameterDeclaration"!==e&&("Directive"===e||"TypeAlias"===e||"TSExportAssignment"===e||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}(t.type,n&&n.type);case"json":case"json5":case"json-stringify":return mp.has(t.type);case"graphql":return gp.has(t.kind);case"vue":return"root"!==t.tag}return!1}var Dp={calculateRange:function(e,t,n){let{rangeStart:r,rangeEnd:o,locStart:i,locEnd:u}=t;Tl.ok(o>r);const s=e.slice(r,o).search(/\S/),a=-1===s;if(!a)for(r+=s;o>r&&!/\S/.test(e[o-1]);--o);const c=hp(n,r,t,((e,n)=>yp(t,e,n)),[],"rangeStart"),l=a?c:hp(n,o,t,(e=>yp(t,e)),[],"rangeEnd");if(!c||!l)return{rangeStart:0,rangeEnd:0};let p,f;if((({parser:e})=>"json"===e||"json5"===e||"json-stringify"===e)(t)){const e=function(e,t){const n=[e.node,...e.parentNodes],r=new Set([t.node,...t.parentNodes]);return n.find((e=>mp.has(e.type)&&r.has(e)))}(c,l);p=e,f=e}else({startNode:p,endNode:f}=function(e,t,{locStart:n,locEnd:r}){let o=e.node,i=t.node;if(o===i)return{startNode:o,endNode:i};const u=n(e.node);for(const e of dp(t.parentNodes)){if(!(n(e)>=u))break;i=e}const s=r(t.node);for(const t of dp(e.parentNodes)){if(!(r(t)<=s))break;o=t}return{startNode:o,endNode:i}}(c,l,t));return{rangeStart:Math.min(i(p),i(f)),rangeEnd:Math.max(u(p),u(f))}},findNodeAtOffset:hp};const{printer:{printDocToString:Ep},debug:{printDocToDebug:bp}}=In,{getAlignmentSize:Cp}=Qt,{guessEndOfLine:vp,convertEndOfLineToChars:Ap,countEndOfLineChars:Fp,normalizeEndOfLine:xp}=Zt,Sp=Bc.normalize,wp=Symbol("cursor");function Tp(e,t,n){const r=t.comments;return r&&(delete t.comments,ep.attach(r,t,e,n)),n[Symbol.for("comments")]=r||[],n[Symbol.for("tokens")]=t.tokens||[],n.originalText=e,r}function Bp(e,t,n=0){if(!e||0===e.trim().length)return{formatted:"",cursorOffset:-1,comments:[]};const{ast:r,text:o}=Ac.parse(e,t);if(t.cursorOffset>=0){const e=Dp.findNodeAtOffset(r,t.cursorOffset,t);e&&e.node&&(t.cursorNode=e.node)}const i=Tp(o,r,t),u=fp(r,t,n),s=Ep(u,t);if(ep.ensureAllCommentsPrinted(i),n>0){const e=s.formatted.trim();void 0!==s.cursorNodeStart&&(s.cursorNodeStart-=s.formatted.indexOf(e)),s.formatted=e+Ap(t.endOfLine)}if(t.cursorOffset>=0){let e,n,r,u,a;if(t.cursorNode&&s.cursorNodeText?(e=t.locStart(t.cursorNode),n=o.slice(e,t.locEnd(t.cursorNode)),r=t.cursorOffset-e,u=s.cursorNodeStart,a=s.cursorNodeText):(e=0,n=o,r=t.cursorOffset,u=0,a=s.formatted),n===a)return{formatted:s.formatted,cursorOffset:u+r,comments:i};const c=n.split("");c.splice(r,0,wp);const l=a.split(""),p=pe.diffArrays(c,l);let f=u;for(const e of p)if(e.removed){if(e.value.includes(wp))break}else f+=e.count;return{formatted:s.formatted,cursorOffset:f,comments:i}}return{formatted:s.formatted,cursorOffset:-1,comments:i}}function kp(e,t,n){return"number"!=typeof t||Number.isNaN(t)||t<0||t>e.length?n:t}function Np(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:o}=t;return n=kp(e,n,-1),r=kp(e,r,0),o=kp(e,o,e.length),Object.assign({},t,{cursorOffset:n,rangeStart:r,rangeEnd:o})}function Pp(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:o,endOfLine:i}=Np(e,t);const u="\ufeff"===e.charAt(0);if(u&&(e=e.slice(1),n--,r--,o--),"auto"===i&&(i=vp(e)),e.includes("\r")){const t=t=>Fp(e.slice(0,Math.max(t,0)),"\r\n");n-=t(n),r-=t(r),o-=t(o),e=xp(e)}return{hasBOM:u,text:e,options:Np(e,Object.assign({},t,{cursorOffset:n,rangeStart:r,rangeEnd:o,endOfLine:i}))}}function Op(e,t){const n=Ac.resolveParser(t);return!n.hasPragma||n.hasPragma(e)}function Ip(e,t){let n,{hasBOM:r,text:o,options:i}=Pp(e,Sp(t));return i.rangeStart>=i.rangeEnd&&""!==o||i.requirePragma&&!Op(o,i)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(i.rangeStart>0||i.rangeEnd<o.length?n=function(e,t){const{ast:n,text:r}=Ac.parse(e,t),{rangeStart:o,rangeEnd:i}=Dp.calculateRange(r,t,n),u=r.slice(o,i),s=Math.min(o,r.lastIndexOf("\n",o)+1),a=r.slice(s,o).match(/^\s*/)[0],c=Cp(a,t.tabWidth),l=Bp(u,Object.assign({},t,{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<i?t.cursorOffset-o:-1,endOfLine:"lf"}),c),p=l.formatted.trimEnd();let{cursorOffset:f}=t;f>=i?f+=p.length-u.length:l.cursorOffset>=0&&(f=l.cursorOffset+o);let d=r.slice(0,o)+p+r.slice(i);if("lf"!==t.endOfLine){const e=Ap(t.endOfLine);f>=0&&"\r\n"===e&&(f+=Fp(d.slice(0,f),"\n")),d=d.replace(/\n/g,e)}return{formatted:d,cursorOffset:f,comments:l.comments}}(o,i):(!i.requirePragma&&i.insertPragma&&i.printer.insertPragma&&!Op(o,i)&&(o=i.printer.insertPragma(o)),n=Bp(o,i)),r&&(n.formatted="\ufeff"+n.formatted,n.cursorOffset>=0&&n.cursorOffset++),n)}var jp={formatWithCursor:Ip,parse(e,t,n){const{text:r,options:o}=Pp(e,Sp(t)),i=Ac.parse(r,o);return n&&(i.ast=kc(i.ast,o)),i},formatAST(e,t){t=Sp(t);const n=fp(e,t);return Ep(n,t)},formatDoc:(e,t)=>Ip(bp(e),Object.assign({},t,{parser:"__js_expression"})).formatted,printToDoc(e,t){t=Sp(t);const{ast:n,text:r}=Ac.parse(e,t);return Tp(r,n,t),fp(n,t)},printDocToString:(e,t)=>Ep(e,Sp(t))};const{getMaxContinuousCount:Lp,getStringWidth:_p,getAlignmentSize:Mp,getIndentSize:Rp,skip:Vp,skipWhitespace:$p,skipSpaces:qp,skipNewline:Wp,skipToLineEnd:Up,skipEverythingButNewLine:zp,skipInlineComment:Gp,skipTrailingComment:Hp,hasNewline:Jp,hasNewlineInRange:Xp,hasSpaces:Yp,isNextLineEmpty:Kp,isNextLineEmptyAfterIndex:Qp,isPreviousLineEmpty:Zp,getNextNonSpaceNonCommentCharacterIndex:ef,makeString:tf,addLeadingComment:nf,addDanglingComment:rf,addTrailingComment:of}=Qt;var uf={getMaxContinuousCount:Lp,getStringWidth:_p,getAlignmentSize:Mp,getIndentSize:Rp,skip:Vp,skipWhitespace:$p,skipSpaces:qp,skipNewline:Wp,skipToLineEnd:Up,skipEverythingButNewLine:zp,skipInlineComment:Gp,skipTrailingComment:Hp,hasNewline:Jp,hasNewlineInRange:Xp,hasSpaces:Yp,isNextLineEmpty:Kp,isNextLineEmptyAfterIndex:Qp,isPreviousLineEmpty:Zp,getNextNonSpaceNonCommentCharacterIndex:ef,makeString:tf,addLeadingComment:nf,addDanglingComment:rf,addTrailingComment:of},sf=function(t,n){const{languageId:r}=t,o=e(t,["languageId"]);return Object.assign({linguistLanguageId:r},o,n(t))},af=i((function(e){!function(){function t(e){if(null==e)return!1;switch(e.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!0}return!1}function n(e){switch(e.type){case"IfStatement":return null!=e.alternate?e.alternate:e.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return e.body}return null}e.exports={isExpression:function(e){if(null==e)return!1;switch(e.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!0}return!1},isStatement:t,isIterationStatement:function(e){if(null==e)return!1;switch(e.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function(e){return t(e)||null!=e&&"FunctionDeclaration"===e.type},isProblematicIfStatement:function(e){var t;if("IfStatement"!==e.type)return!1;if(null==e.alternate)return!1;t=e.consequent;do{if("IfStatement"===t.type&&null==t.alternate)return!0;t=n(t)}while(t);return!1},trailingStatement:n}}()})),cf=i((function(e){!function(){var t,n,r,o,i,u;function s(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(Math.floor((e-65536)/1024)+55296)+String.fromCharCode((e-65536)%1024+56320)}for(n={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]/,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]/},t={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]/,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]/},r=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],o=new Array(128),u=0;u<128;++u)o[u]=u>=97&&u<=122||u>=65&&u<=90||36===u||95===u;for(i=new Array(128),u=0;u<128;++u)i[u]=u>=97&&u<=122||u>=65&&u<=90||u>=48&&u<=57||36===u||95===u;e.exports={isDecimalDigit:function(e){return 48<=e&&e<=57},isHexDigit:function(e){return 48<=e&&e<=57||97<=e&&e<=102||65<=e&&e<=70},isOctalDigit:function(e){return e>=48&&e<=55},isWhiteSpace:function(e){return 32===e||9===e||11===e||12===e||160===e||e>=5760&&r.indexOf(e)>=0},isLineTerminator:function(e){return 10===e||13===e||8232===e||8233===e},isIdentifierStartES5:function(e){return e<128?o[e]:n.NonAsciiIdentifierStart.test(s(e))},isIdentifierPartES5:function(e){return e<128?i[e]:n.NonAsciiIdentifierPart.test(s(e))},isIdentifierStartES6:function(e){return e<128?o[e]:t.NonAsciiIdentifierStart.test(s(e))},isIdentifierPartES6:function(e){return e<128?i[e]:t.NonAsciiIdentifierPart.test(s(e))}}}()})),lf=i((function(e){!function(){var t=cf;function n(e,t){return!(!t&&"yield"===e)&&r(e,t)}function r(e,t){if(t&&function(e){switch(e){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(e))return!0;switch(e.length){case 2:return"if"===e||"in"===e||"do"===e;case 3:return"var"===e||"for"===e||"new"===e||"try"===e;case 4:return"this"===e||"else"===e||"case"===e||"void"===e||"with"===e||"enum"===e;case 5:return"while"===e||"break"===e||"catch"===e||"throw"===e||"const"===e||"yield"===e||"class"===e||"super"===e;case 6:return"return"===e||"typeof"===e||"delete"===e||"switch"===e||"export"===e||"import"===e;case 7:return"default"===e||"finally"===e||"extends"===e;case 8:return"function"===e||"continue"===e||"debugger"===e;case 10:return"instanceof"===e;default:return!1}}function o(e,t){return"null"===e||"true"===e||"false"===e||n(e,t)}function i(e,t){return"null"===e||"true"===e||"false"===e||r(e,t)}function u(e){var n,r,o;if(0===e.length)return!1;if(o=e.charCodeAt(0),!t.isIdentifierStartES5(o))return!1;for(n=1,r=e.length;n<r;++n)if(o=e.charCodeAt(n),!t.isIdentifierPartES5(o))return!1;return!0}function s(e){var n,r,o,i,u;if(0===e.length)return!1;for(u=t.isIdentifierStartES6,n=0,r=e.length;n<r;++n){if(55296<=(o=e.charCodeAt(n))&&o<=56319){if(++n>=r)return!1;if(!(56320<=(i=e.charCodeAt(n))&&i<=57343))return!1;o=1024*(o-55296)+(i-56320)+65536}if(!u(o))return!1;u=t.isIdentifierPartES6}return!0}e.exports={isKeywordES5:n,isKeywordES6:r,isReservedWordES5:o,isReservedWordES6:i,isRestrictedWord:function(e){return"eval"===e||"arguments"===e},isIdentifierNameES5:u,isIdentifierNameES6:s,isIdentifierES5:function(e,t){return u(e)&&!o(e,t)},isIdentifierES6:function(e,t){return s(e)&&!i(e,t)}}}()}));const pf=i((function(e,t){t.ast=af,t.code=cf,t.keyword=lf})).keyword.isIdentifierNameES5,{getLast:ff,hasNewline:df,skipWhitespace:hf,isNonEmptyArray:mf,isNextLineEmptyAfterIndex:gf}=Qt,{locStart:yf,locEnd:Df,hasSameLocStart:Ef}=Js,bf=new RegExp("^".concat("(?:(?=.)\\s)","*:")),Cf=new RegExp("^".concat("(?:(?=.)\\s)","*::"));function vf(e){return"AssignmentExpression"===e.type||"BinaryExpression"===e.type||"LogicalExpression"===e.type||"NGPipeExpression"===e.type||"ConditionalExpression"===e.type||_f(e)||Mf(e)||"SequenceExpression"===e.type||"TaggedTemplateExpression"===e.type||"BindExpression"===e.type||"UpdateExpression"===e.type&&!e.prefix||"TSAsExpression"===e.type||"TSNonNullExpression"===e.type}function Af(e){return"Block"===e.type||"CommentBlock"===e.type||"MultiLine"===e.type}function Ff(e){return"Line"===e.type||"CommentLine"===e.type||"SingleLine"===e.type||"HashbangComment"===e.type||"HTMLOpen"===e.type||"HTMLClose"===e.type}const xf=new Set(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function Sf(e){return e&&xf.has(e.type)}function wf(e){return"NumericLiteral"===e.type||"Literal"===e.type&&"number"==typeof e.value}function Tf(e){return"StringLiteral"===e.type||"Literal"===e.type&&"string"==typeof e.value}function Bf(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type}function kf(e){return _f(e)&&"Identifier"===e.callee.type&&("async"===e.callee.name||"inject"===e.callee.name||"fakeAsync"===e.callee.name)}function Nf(e){return"JSXElement"===e.type||"JSXFragment"===e.type}function Pf(e){return"get"===e.kind||"set"===e.kind}function Of(e){return Pf(e)||Ef(e,e.value)}const If=new Set(["BinaryExpression","LogicalExpression","NGPipeExpression"]);const jf=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]);const Lf=/^(skip|[fx]?(it|describe|test))$/;function _f(e){return e&&("CallExpression"===e.type||"OptionalCallExpression"===e.type)}function Mf(e){return e&&("MemberExpression"===e.type||"OptionalMemberExpression"===e.type)}function Rf(e,t){return Nf(t)?Qf(t):td(t,Zf.Leading,(t=>df(e,Df(t))))}function Vf(e){return/^(\d+|\d+\.\d+)$/.test(e)}function $f(e){return e.quasis.some((e=>e.value.raw.includes("\n")))}function qf(e){return e.extra?e.extra.raw:e.raw}const Wf={"==":!0,"!=":!0,"===":!0,"!==":!0},Uf={"*":!0,"/":!0,"%":!0},zf={">>":!0,">>>":!0,"<<":!0};const Gf={};for(const[e,t]of[["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].entries())for(const n of t)Gf[n]=e;function Hf(e){return Gf[e]}const Jf=new WeakMap;function Xf(e){if(Jf.has(e))return Jf.get(e);const t=[];return e.this&&t.push(e.this),Array.isArray(e.parameters)?t.push(...e.parameters):Array.isArray(e.params)&&t.push(...e.params),e.rest&&t.push(e.rest),Jf.set(e,t),t}const Yf=new WeakMap;function Kf(e){return"prettier-ignore"===e.value.trim()&&!e.unignore}function Qf(e){return e&&(e.prettierIgnore||td(e,Zf.PrettierIgnore))}const Zf={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},ed=(e,t)=>{if("function"==typeof e&&(t=e,e=0),e||t)return(n,r,o)=>!(e&Zf.Leading&&!n.leading||e&Zf.Trailing&&!n.trailing||e&Zf.Dangling&&(n.leading||n.trailing)||e&Zf.Block&&!Af(n)||e&Zf.Line&&!Ff(n)||e&Zf.First&&0!==r||e&Zf.Last&&r!==o.length-1||e&Zf.PrettierIgnore&&!Kf(n)||t&&!t(n))};function td(e,t,n){if(!e||!mf(e.comments))return!1;const r=ed(t,n);return!r||e.comments.some(r)}function nd(e,t,n){if(!e||!Array.isArray(e.comments))return[];const r=ed(t,n);return r?e.comments.filter(r):e.comments}function rd(e){return _f(e)||"NewExpression"===e.type||"ImportExpression"===e.type}var od={getFunctionParameters:Xf,iterateFunctionParametersPath:function(e,t){const n=e.getValue();let r=0;const o=e=>t(e,r++);n.this&&e.call(o,"this"),Array.isArray(n.parameters)?e.each(o,"parameters"):Array.isArray(n.params)&&e.each(o,"params"),n.rest&&e.call(o,"rest")},getCallArguments:function(e){if(Yf.has(e))return Yf.get(e);const t="ImportExpression"===e.type?[e.source]:e.arguments;return Yf.set(e,t),t},iterateCallArgumentsPath:function(e,t){"ImportExpression"===e.getValue().type?e.call((e=>t(e,0)),"source"):e.each(t,"arguments")},hasRestParameter:function(e){if(e.rest)return!0;const t=Xf(e);return t.length>0&&"RestElement"===ff(t).type},getLeftSidePathName:function(e,t){if(t.expressions)return["expressions",0];if(t.left)return["left"];if(t.test)return["test"];if(t.object)return["object"];if(t.callee)return["callee"];if(t.tag)return["tag"];if(t.argument)return["argument"];if(t.expression)return["expression"];throw new Error("Unexpected node has no left side.")},getParentExportDeclaration:function(e){const t=e.getParentNode();return"declaration"===e.getName()&&Sf(t)?t:null},getTypeScriptMappedTypeModifier:function(e,t){return"+"===e?"+"+t:"-"===e?"-"+t:t},hasFlowAnnotationComment:function(e){return e&&Af(e[0])&&Cf.test(e[0].value)},hasFlowShorthandAnnotationComment:function(e){return e.extra&&e.extra.parenthesized&&mf(e.trailingComments)&&Af(e.trailingComments[0])&&bf.test(e.trailingComments[0].value)},hasLeadingOwnLineComment:Rf,hasNakedLeftSide:vf,hasNode:function e(t,n){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t))return t.some((t=>e(t,n)));const r=n(t);return"boolean"==typeof r?r:Object.values(t).some((t=>e(t,n)))},hasIgnoreComment:function(e){return Qf(e.getValue())},hasNodeIgnoreComment:Qf,identity:function(e){return e},isBinaryish:function(e){return If.has(e.type)},isBlockComment:Af,isCallLikeExpression:rd,isLineComment:Ff,isPrettierIgnoreComment:Kf,isCallExpression:_f,isMemberExpression:Mf,isExportDeclaration:Sf,isFlowAnnotationComment:function(e,t){const n=yf(t),r=hf(e,Df(t));return!1!==r&&"/*"===e.slice(n,n+2)&&"*/"===e.slice(r,r+2)},isFunctionCompositionArgs:function(e){if(e.length<=1)return!1;let t=0;for(const n of e)if(Bf(n)){if(t+=1,t>1)return!0}else if(_f(n))for(const e of n.arguments)if(Bf(e))return!0;return!1},isFunctionNotation:Of,isFunctionOrArrowExpression:Bf,isGetterOrSetter:Pf,isJestEachTemplateLiteral:function(e,t){const n=/^[fx]?(describe|it|test)$/;return"TaggedTemplateExpression"===t.type&&t.quasi===e&&"MemberExpression"===t.tag.type&&"Identifier"===t.tag.property.type&&"each"===t.tag.property.name&&("Identifier"===t.tag.object.type&&n.test(t.tag.object.name)||"MemberExpression"===t.tag.object.type&&"Identifier"===t.tag.object.property.type&&("only"===t.tag.object.property.name||"skip"===t.tag.object.property.name)&&"Identifier"===t.tag.object.object.type&&n.test(t.tag.object.object.name))},isJsxNode:Nf,isLiteral:function(e){return"BooleanLiteral"===e.type||"DirectiveLiteral"===e.type||"Literal"===e.type||"NullLiteral"===e.type||"NumericLiteral"===e.type||"BigIntLiteral"===e.type||"DecimalLiteral"===e.type||"RegExpLiteral"===e.type||"StringLiteral"===e.type||"TemplateLiteral"===e.type||"TSTypeLiteral"===e.type||"JSXText"===e.type},isLongCurriedCallExpression:function(e){const t=e.getValue(),n=e.getParentNode();return _f(t)&&_f(n)&&n.callee===t&&t.arguments.length>n.arguments.length&&n.arguments.length>0},isSimpleCallArgument:function e(t,n){if(n>=2)return!1;const r=t=>e(t,n+1),o="Literal"===t.type&&"regex"in t&&t.regex.pattern||"RegExpLiteral"===t.type&&t.pattern;return!(o&&o.length>5)&&("Literal"===t.type||"BigIntLiteral"===t.type||"DecimalLiteral"===t.type||"BooleanLiteral"===t.type||"NullLiteral"===t.type||"NumericLiteral"===t.type||"RegExpLiteral"===t.type||"StringLiteral"===t.type||"Identifier"===t.type||"ThisExpression"===t.type||"Super"===t.type||"PrivateName"===t.type||"PrivateIdentifier"===t.type||"ArgumentPlaceholder"===t.type||"Import"===t.type||("TemplateLiteral"===t.type?t.quasis.every((e=>!e.value.raw.includes("\n")))&&t.expressions.every(r):"ObjectExpression"===t.type?t.properties.every((e=>!e.computed&&(e.shorthand||e.value&&r(e.value)))):"ArrayExpression"===t.type?t.elements.every((e=>null===e||r(e))):"ImportExpression"===t.type?r(t.source):rd(t)?e(t.callee,n)&&t.arguments.every(r):Mf(t)?e(t.object,n)&&e(t.property,n):"UnaryExpression"!==t.type||"!"!==t.operator&&"-"!==t.operator?"TSNonNullExpression"===t.type&&e(t.expression,n):e(t.argument,n)))},isMemberish:function(e){return Mf(e)||"BindExpression"===e.type&&Boolean(e.object)},isNumericLiteral:wf,isSignedNumericLiteral:function(e){return"UnaryExpression"===e.type&&("+"===e.operator||"-"===e.operator)&&wf(e.argument)},isObjectType:function(e){return"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type},isObjectTypePropertyAFunction:function(e){return!("ObjectTypeProperty"!==e.type&&"ObjectTypeInternalSlot"!==e.type||"FunctionTypeAnnotation"!==e.value.type||e.static||Of(e))},isSimpleType:function(e){return!!e&&(!("GenericTypeAnnotation"!==e.type&&"TSTypeReference"!==e.type||e.typeParameters)||!!jf.has(e.type))},isSimpleNumber:Vf,isSimpleTemplateLiteral:function(e){let t="expressions";"TSTemplateLiteralType"===e.type&&(t="types");const n=e[t];return 0!==n.length&&n.every((e=>{if(td(e))return!1;if("Identifier"===e.type||"ThisExpression"===e.type)return!0;if(Mf(e)){let t=e;for(;Mf(t);){if("Identifier"!==t.property.type&&"Literal"!==t.property.type&&"StringLiteral"!==t.property.type&&"NumericLiteral"!==t.property.type)return!1;if(t=t.object,td(t))return!1}return"Identifier"===t.type||"ThisExpression"===t.type}return!1}))},isStringLiteral:Tf,isStringPropSafeToUnquote:function(e,t){return"json"!==t.parser&&Tf(e.key)&&qf(e.key).slice(1,-1)===e.key.value&&(pf(e.key.value)&&!(("typescript"===t.parser||"babel-ts"===t.parser)&&"ClassProperty"===e.type)||Vf(e.key.value)&&String(Number(e.key.value))===e.key.value&&("babel"===t.parser||"espree"===t.parser||"meriyah"===t.parser))},isTemplateOnItsOwnLine:function(e,t){return("TemplateLiteral"===e.type&&$f(e)||"TaggedTemplateExpression"===e.type&&$f(e.quasi))&&!df(t,yf(e),{backwards:!0})},isTestCall:function e(t,n){if("CallExpression"!==t.type)return!1;if(1===t.arguments.length){if(kf(t)&&n&&e(n))return Bf(t.arguments[0]);if(function(e){return"Identifier"===e.callee.type&&/^(before|after)(Each|All)$/.test(e.callee.name)&&1===e.arguments.length}(t))return kf(t.arguments[0])}else if((2===t.arguments.length||3===t.arguments.length)&&("Identifier"===t.callee.type&&Lf.test(t.callee.name)||function(e){return Mf(e.callee)&&"Identifier"===e.callee.object.type&&"Identifier"===e.callee.property.type&&Lf.test(e.callee.object.name)&&("only"===e.callee.property.name||"skip"===e.callee.property.name)}(t))&&(function(e){return"TemplateLiteral"===e.type}(t.arguments[0])||Tf(t.arguments[0])))return!(t.arguments[2]&&!wf(t.arguments[2]))&&((2===t.arguments.length?Bf(t.arguments[1]):function(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&"BlockStatement"===e.body.type}(t.arguments[1])&&Xf(t.arguments[1]).length<=1)||kf(t.arguments[1]));return!1},isTheOnlyJsxElementInMarkdown:function(e,t){if("markdown"!==e.parentParser&&"mdx"!==e.parentParser)return!1;const n=t.getNode();if(!n.expression||!Nf(n.expression))return!1;const r=t.getParentNode();return"Program"===r.type&&1===r.body.length},isTSXFile:function(e){return e.filepath&&/\.tsx$/i.test(e.filepath)},isTypeAnnotationAFunction:function(e){return!("TypeAnnotation"!==e.type&&"TSTypeAnnotation"!==e.type||"FunctionTypeAnnotation"!==e.typeAnnotation.type||e.static||Ef(e,e.typeAnnotation))},isNextLineEmpty:(e,{originalText:t})=>gf(t,Df(e)),needsHardlineAfterDanglingComment:function(e){if(!td(e))return!1;const t=ff(nd(e,Zf.Dangling));return t&&!Af(t)},rawText:qf,returnArgumentHasLeadingComment:function(e,t){if(Rf(e.originalText,t))return!0;if(vf(t)){let r,o=t;for(;r=(n=o).expressions?n.expressions[0]:n.left||n.test||n.callee||n.object||n.tag||n.argument||n.expression;)if(o=r,Rf(e.originalText,o))return!0}var n;return!1},shouldPrintComma:function(e,t="es5"){return"es5"===e.trailingComma&&"es5"===t||"all"===e.trailingComma&&("all"===t||"es5"===t)},isBitwiseOperator:function(e){return Boolean(zf[e])||"|"===e||"^"===e||"&"===e},shouldFlatten:function(e,t){return Hf(t)===Hf(e)&&("**"!==e&&((!Wf[e]||!Wf[t])&&(!("%"===t&&Uf[e]||"%"===e&&Uf[t])&&((t===e||!Uf[t]||!Uf[e])&&(!zf[e]||!zf[t])))))},startsWithNoLookaheadToken:function e(t,n){switch((t=function(e){for(;e.left;)e=e.left;return e}(t)).type){case"FunctionExpression":case"ClassExpression":case"DoExpression":return n;case"ObjectExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return e(t.object,n);case"TaggedTemplateExpression":return"FunctionExpression"!==t.tag.type&&e(t.tag,n);case"CallExpression":case"OptionalCallExpression":return"FunctionExpression"!==t.callee.type&&e(t.callee,n);case"ConditionalExpression":return e(t.test,n);case"UpdateExpression":return!t.prefix&&e(t.argument,n);case"BindExpression":return t.object&&e(t.object,n);case"SequenceExpression":return e(t.expressions[0],n);case"TSAsExpression":case"TSNonNullExpression":return e(t.expression,n);default:return!1}},getPrecedence:Hf,hasComment:td,getComments:nd,CommentCheckFlags:Zf};const{getStringWidth:id,getIndentSize:ud}=Qt,{builders:{join:sd,hardline:ad,softline:cd,group:ld,indent:pd,align:fd,lineSuffixBoundary:dd,addAlignmentToDoc:hd},printer:{printDocToString:md},utils:{mapDoc:gd}}=In,{isBinaryish:yd,isJestEachTemplateLiteral:Dd,isSimpleTemplateLiteral:Ed,hasComment:bd,isMemberExpression:Cd}=od;function vd(e){return e.replace(/([\\`]|\${)/g,"\\$1")}var Ad={printTemplateLiteral:function(e,t,n){const r=e.getValue();if("TemplateLiteral"===r.type&&Dd(r,e.getParentNode())){const r=function(e,t,n){const r=e.getNode(),o=r.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(o.length>1||o.some((e=>e.length>0))){t.__inJestEach=!0;const i=e.map(n,"expressions");t.__inJestEach=!1;const u=[],s=i.map((e=>"${"+md(e,Object.assign({},t,{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}")),a=[{hasLineBreak:!1,cells:[]}];for(let e=1;e<r.quasis.length;e++){const t=ke(a),n=s[e-1];t.cells.push(n),n.includes("\n")&&(t.hasLineBreak=!0),r.quasis[e].value.raw.includes("\n")&&a.push({hasLineBreak:!1,cells:[]})}const c=Math.max(o.length,...a.map((e=>e.cells.length))),l=Array.from({length:c}).fill(0),p=[{cells:o},...a.filter((e=>e.cells.length>0))];for(const{cells:e}of p.filter((e=>!e.hasLineBreak)))for(const[t,n]of e.entries())l[t]=Math.max(l[t],id(n));return u.push(dd,"`",pd([ad,sd(ad,p.map((e=>sd(" | ",e.cells.map(((t,n)=>e.hasLineBreak?t:t+" ".repeat(l[n]-id(t))))))))]),ad,"`"),u}}(e,n,t);if(r)return r}let o="expressions";"TSTemplateLiteralType"===r.type&&(o="types");const i=[];let u=e.map(t,o);const s=Ed(r);return s&&(u=u.map((e=>md(e,Object.assign({},n,{printWidth:Number.POSITIVE_INFINITY})).formatted))),i.push(dd,"`"),e.each((e=>{const a=e.getName();if(i.push(t()),a<u.length){const{tabWidth:t}=n,c=e.getValue(),l=ud(c.value.raw,t);let p=u[a];if(!s){const e=r[o][a];(bd(e)||Cd(e)||"ConditionalExpression"===e.type||"SequenceExpression"===e.type||"TSAsExpression"===e.type||yd(e))&&(p=[pd([cd,p]),cd])}const f=0===l&&c.value.raw.endsWith("\n")?fd(Number.NEGATIVE_INFINITY,p):hd(p,l,t);i.push(ld(["${",f,dd,"}"]))}}),"quasis"),i.push("`"),i},printTemplateExpressions:function(e,t){return e.map((e=>function(e,t){const n=e.getValue();let r=t();return bd(n)&&(r=ld([pd([cd,r]),cd])),["${",r,dd,"}"]}(e,t)),"expressions")},escapeTemplateCharacters:function(e,t){return gd(e,(e=>"string"==typeof e?t?e.replace(/(\\*)`/g,"$1$1\\`"):vd(e):e))},uncookTemplateElementValue:vd};const{builders:{indent:Fd,softline:xd,literalline:Sd,dedentToRoot:wd}}=In,{escapeTemplateCharacters:Td}=Ad;var Bd=function(e,t,n){let r=e.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,((e,t)=>"\\".repeat(t.length/2)+"`"));const o=function(e){const t=e.match(/^([^\S\n]*)\S/m);return null===t?"":t[1]}(r),i=""!==o;i&&(r=r.replace(new RegExp("^".concat(o),"gm"),""));const u=Td(n(r,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",i?Fd([xd,u]):[Sd,wd(u)],xd,"`"]};const{isNonEmptyArray:kd}=Qt,{builders:{indent:Nd,hardline:Pd,softline:Od},utils:{mapDoc:Id,replaceNewlinesWithLiterallines:jd,cleanDoc:Ld}}=In,{printTemplateExpressions:_d}=Ad;var Md=function(e,t,n){const r=e.getValue(),o=r.quasis.map((e=>e.value.raw));let i=0;return function(e,t,n){if(1===t.quasis.length&&!t.quasis[0].value.raw.trim())return"``";const r=function(e,t){if(!kd(t))return e;let n=0;const r=Id(Ld(e),(e=>"string"==typeof e&&e.includes("@prettier-placeholder")?e.split(/@prettier-placeholder-(\d+)-id/).map(((e,r)=>r%2==0?jd(e):(n++,t[e]))):e));return t.length===n?r:null}(e,n);if(!r)throw new Error("Couldn't insert all the expressions");return["`",Nd([Pd,r]),Od,"`"]}(n(o.reduce(((e,t,n)=>0===n?t:e+"@prettier-placeholder-"+i+++"-id"+t),""),{parser:"scss"},{stripTrailingHardline:!0}),r,_d(e,t))};const{builders:{indent:Rd,join:Vd,hardline:$d}}=In,{escapeTemplateCharacters:qd,printTemplateExpressions:Wd}=Ad;function Ud(e){const t=[];let n=!1;const r=e.map((e=>e.trim()));for(const[e,o]of r.entries())""!==o&&(""===r[e-1]&&n?t.push([$d,o]):t.push(o),n=!0);return 0===t.length?null:Vd($d,t)}var zd=function(e,t,n){const r=e.getValue(),o=r.quasis.length;if(1===o&&""===r.quasis[0].value.raw.trim())return"``";const i=Wd(e,t),u=[];for(let e=0;e<o;e++){const t=0===e,s=e===o-1,a=r.quasis[e].value.cooked,c=a.split("\n"),l=c.length,p=i[e],f=l>2&&""===c[0].trim()&&""===c[1].trim(),d=l>2&&""===c[l-1].trim()&&""===c[l-2].trim(),h=c.every((e=>/^\s*(?:#[^\n\r]*)?$/.test(e)));if(!s&&/#[^\n\r]*$/.test(c[l-1]))return null;let m=null;m=h?Ud(c):n(a,{parser:"graphql"},{stripTrailingHardline:!0}),m?(m=qd(m,!1),!t&&f&&u.push(""),u.push(m),!s&&d&&u.push("")):t||s||!f||u.push(""),p&&u.push(p)}return["`",Rd([$d,Vd($d,u)]),$d,"`"]};const{builders:{indent:Gd,line:Hd,hardline:Jd,group:Xd},utils:{mapDoc:Yd}}=In,{printTemplateExpressions:Kd,uncookTemplateElementValue:Qd}=Ad;let Zd=0;var eh=function(e,t,n,r,{parser:o}){const i=e.getValue(),u=Zd;Zd=Zd+1>>>0;const s=e=>"PRETTIER_HTML_PLACEHOLDER_".concat(e,"_").concat(u,"_IN_JS"),a=i.quasis.map(((e,t,n)=>t===n.length-1?e.value.cooked:e.value.cooked+s(t))).join(""),c=Kd(e,t);if(0===c.length&&0===a.trim().length)return"``";const l=new RegExp(s("(\\d+)"),"g");let p=0;const f=n(a,{parser:o,__onHtmlRoot(e){p=e.children.length}},{stripTrailingHardline:!0}),d=Yd(f,(e=>{if("string"!=typeof e)return e;const t=[],n=e.split(l);for(let e=0;e<n.length;e++){let o=n[e];if(e%2==0){o&&(o=Qd(o),r.__embeddedInHtml&&(o=o.replace(/<\/(script)\b/gi,"<\\/$1")),t.push(o));continue}const i=Number(o);t.push(c[i])}return t})),h=/^\s/.test(a)?" ":"",m=/\s$/.test(a)?" ":"",g="ignore"===r.htmlWhitespaceSensitivity?Jd:h&&m?Hd:null;return Xd(g?["`",Gd([g,Xd(d)]),g,"`"]:["`",h,p>1?Gd(Xd(d)):Xd(d),m,"`"])};const{hasComment:th,CommentCheckFlags:nh}=od;function rh(e){return function(e){const t=e.getValue(),n=e.getParentNode(),r=e.getParentNode(1);return r&&t.quasis&&"JSXExpressionContainer"===n.type&&"JSXElement"===r.type&&"style"===r.openingElement.name.name&&r.openingElement.attributes.some((e=>"jsx"===e.name.name))||n&&"TaggedTemplateExpression"===n.type&&"Identifier"===n.tag.type&&"css"===n.tag.name||n&&"TaggedTemplateExpression"===n.type&&"MemberExpression"===n.tag.type&&"css"===n.tag.object.name&&("global"===n.tag.property.name||"resolve"===n.tag.property.name)}(e)||function(e){const t=e.getParentNode();if(!t||"TaggedTemplateExpression"!==t.type)return!1;const{tag:n}=t;switch(n.type){case"MemberExpression":return ih(n.object)||uh(n);case"CallExpression":return ih(n.callee)||"MemberExpression"===n.callee.type&&("MemberExpression"===n.callee.object.type&&(ih(n.callee.object.object)||uh(n.callee.object))||"CallExpression"===n.callee.object.type&&ih(n.callee.object.callee));case"Identifier":return"css"===n.name;default:return!1}}(e)||function(e){const t=e.getParentNode(),n=e.getParentNode(1);return n&&"JSXExpressionContainer"===t.type&&"JSXAttribute"===n.type&&"JSXIdentifier"===n.name.type&&"css"===n.name.name}(e)||function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"ArrayExpression"===e.type&&"elements"===t),((e,t)=>("Property"===e.type||"ObjectProperty"===e.type)&&"Identifier"===e.key.type&&"styles"===e.key.name&&"value"===t),...oh)}(e)?"css":function(e){const t=e.getValue(),n=e.getParentNode();return sh(t,"GraphQL")||n&&("TaggedTemplateExpression"===n.type&&("MemberExpression"===n.tag.type&&"graphql"===n.tag.object.name&&"experimental"===n.tag.property.name||"Identifier"===n.tag.type&&("gql"===n.tag.name||"graphql"===n.tag.name))||"CallExpression"===n.type&&"Identifier"===n.callee.type&&"graphql"===n.callee.name)}(e)?"graphql":function(e){return sh(e.getValue(),"HTML")||e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"TaggedTemplateExpression"===e.type&&"Identifier"===e.tag.type&&"html"===e.tag.name&&"quasi"===t))}(e)?"html":function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>("Property"===e.type||"ObjectProperty"===e.type)&&"Identifier"===e.key.type&&"template"===e.key.name&&"value"===t),...oh)}(e)?"angular":function(e){const t=e.getValue(),n=e.getParentNode();return n&&"TaggedTemplateExpression"===n.type&&1===t.quasis.length&&"Identifier"===n.tag.type&&("md"===n.tag.name||"markdown"===n.tag.name)}(e)?"markdown":void 0}const oh=[(e,t)=>"ObjectExpression"===e.type&&"properties"===t,(e,t)=>"CallExpression"===e.type&&"Identifier"===e.callee.type&&"Component"===e.callee.name&&"arguments"===t,(e,t)=>"Decorator"===e.type&&"expression"===t];function ih(e){return"Identifier"===e.type&&"styled"===e.name}function uh(e){return/^[A-Z]/.test(e.object.name)&&"extend"===e.property.name}function sh(e,t){return th(e,nh.Block|nh.Leading,(({value:e})=>e===" ".concat(t," ")))}var ah=function(e,t,n,r){const o=e.getValue();if("TemplateLiteral"!==o.type||function({quasis:e}){return e.some((({value:{cooked:e}})=>null===e))}(o))return;const i=rh(e);return i?"markdown"===i?Bd(e,t,n):"css"===i?Md(e,t,n):"graphql"===i?zd(e,t,n):"html"===i||"angular"===i?eh(e,t,n,r,{parser:i}):void 0:void 0};const{isBlockComment:ch}=od,lh=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),ph=e=>{for(const t of e.quasis)delete t.value};function fh(e,t,n){if("Program"===e.type&&delete t.sourceType,"BigIntLiteral"!==e.type&&"BigIntLiteralTypeAnnotation"!==e.type||t.value&&(t.value=t.value.toLowerCase()),"BigIntLiteral"!==e.type&&"Literal"!==e.type||t.bigint&&(t.bigint=t.bigint.toLowerCase()),"DecimalLiteral"===e.type&&(t.value=Number(t.value)),"EmptyStatement"===e.type)return null;if("JSXText"===e.type)return null;if("JSXExpressionContainer"===e.type&&("Literal"===e.expression.type||"StringLiteral"===e.expression.type)&&" "===e.expression.value)return null;if("Property"!==e.type&&"ObjectProperty"!==e.type&&"MethodDefinition"!==e.type&&"ClassProperty"!==e.type&&"ClassMethod"!==e.type&&"PropertyDefinition"!==e.type&&"TSDeclareMethod"!==e.type&&"TSPropertySignature"!==e.type&&"ObjectTypeProperty"!==e.type||"object"!=typeof e.key||!e.key||"Literal"!==e.key.type&&"NumericLiteral"!==e.key.type&&"StringLiteral"!==e.key.type&&"Identifier"!==e.key.type||delete t.key,"JSXElement"===e.type&&"style"===e.openingElement.name.name&&e.openingElement.attributes.some((e=>"jsx"===e.name.name)))for(const{type:e,expression:n}of t.children)"JSXExpressionContainer"===e&&"TemplateLiteral"===n.type&&ph(n);"JSXAttribute"===e.type&&"css"===e.name.name&&"JSXExpressionContainer"===e.value.type&&"TemplateLiteral"===e.value.expression.type&&ph(t.value.expression),"JSXAttribute"===e.type&&e.value&&"Literal"===e.value.type&&/["']|&quot;|&apos;/.test(e.value.value)&&(t.value.value=t.value.value.replace(/["']|&quot;|&apos;/g,'"'));const r=e.expression||e.callee;if("Decorator"===e.type&&"CallExpression"===r.type&&"Component"===r.callee.name&&1===r.arguments.length){const n=e.expression.arguments[0].properties;for(const[e,r]of t.expression.arguments[0].properties.entries())switch(n[e].key.name){case"styles":"ArrayExpression"===r.value.type&&ph(r.value.elements[0]);break;case"template":"TemplateLiteral"===r.value.type&&ph(r.value)}}if("TaggedTemplateExpression"!==e.type||"MemberExpression"!==e.tag.type&&("Identifier"!==e.tag.type||"gql"!==e.tag.name&&"graphql"!==e.tag.name&&"css"!==e.tag.name&&"md"!==e.tag.name&&"markdown"!==e.tag.name&&"html"!==e.tag.name)&&"CallExpression"!==e.tag.type||ph(t.quasi),"TemplateLiteral"===e.type){(e.leadingComments&&e.leadingComments.some((e=>ch(e)&&["GraphQL","HTML"].some((t=>e.value===" ".concat(t," ")))))||"CallExpression"===n.type&&"graphql"===n.callee.name||!e.leadingComments)&&ph(t)}return"InterpreterDirective"===e.type&&(t.value=t.value.trimEnd()),"TSIntersectionType"!==e.type&&"TSUnionType"!==e.type||1!==e.types.length?void 0:t.types[0]}fh.ignoredProperties=lh;var dh=fh;const hh=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");const t=e.match(/(?:\r?\n)/g)||[];if(0===t.length)return;const n=t.filter((e=>"\r\n"===e)).length;return n>t.length-n?"\r\n":"\n"};var mh=hh;mh.graceful=e=>"string"==typeof e&&hh(e)||"\n";var gh=function(e){const t=e.match(xh);return t?t[0].trimLeft():""},yh=function(e){const t=e.match(xh);return t&&t[0]?e.substring(t[0].length):e},Dh=function(e){return Ph(e).pragmas},Eh=Ph,bh=function({comments:e="",pragmas:t={}}){const n=(0,vh().default)(e)||Ch().EOL,r=" *",o=Object.keys(t),i=o.map((e=>Oh(e,t[e]))).reduce(((e,t)=>e.concat(t)),[]).map((e=>" * "+e+n)).join("");if(!e){if(0===o.length)return"";if(1===o.length&&!Array.isArray(t[o[0]])){const e=t[o[0]];return"".concat("/**"," ").concat(Oh(o[0],e)[0]).concat(" */")}}const u=e.split(n).map((e=>"".concat(r," ").concat(e))).join(n)+n;return"/**"+n+(e?u:"")+(e&&o.length?r+n:"")+i+" */"};function Ch(){const e=Mo;return Ch=function(){return e},e}function vh(){const e=function(e){return e&&e.__esModule?e:{default:e}}(mh);return vh=function(){return e},e}const Ah=/\*\/$/,Fh=/^\/\*\*/,xh=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Sh=/(^|\s+)\/\/([^\r\n]*)/g,wh=/^(\r?\n)+/,Th=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,Bh=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,kh=/(\r?\n|^) *\* ?/g,Nh=[];function Ph(e){const t=(0,vh().default)(e)||Ch().EOL;e=e.replace(Fh,"").replace(Ah,"").replace(kh,"$1");let n="";for(;n!==e;)n=e,e=e.replace(Th,"".concat(t,"$1 $2").concat(t));e=e.replace(wh,"").trimRight();const r=Object.create(null),o=e.replace(Bh,"").replace(wh,"").trimRight();let i;for(;i=Bh.exec(e);){const e=i[2].replace(Sh,"");"string"==typeof r[i[1]]||Array.isArray(r[i[1]])?r[i[1]]=Nh.concat(r[i[1]],e):r[i[1]]=e}return{comments:o,pragmas:r}}function Oh(e,t){return Nh.concat(t).map((t=>"@".concat(e," ").concat(t).trim()))}var Ih=Object.defineProperty({extract:gh,strip:yh,parse:Dh,parseWithComments:Eh,print:bh},"__esModule",{value:!0});const{parseWithComments:jh,strip:Lh,extract:_h,print:Mh}=Ih,{getShebang:Rh}=Qt,{normalizeEndOfLine:Vh}=Zt;function $h(e){const t=Rh(e);t&&(e=e.slice(t.length+1));const n=_h(e),{pragmas:r,comments:o}=jh(n);return{shebang:t,text:e,pragmas:r,comments:o}}var qh={hasPragma:function(e){const t=Object.keys($h(e).pragmas);return t.includes("prettier")||t.includes("format")},insertPragma:function(e){const{shebang:t,text:n,pragmas:r,comments:o}=$h(e),i=Lh(n),u=Mh({pragmas:Object.assign({format:""},r),comments:o.trimStart()});return(t?"".concat(t,"\n"):"")+Vh(u)+(i.startsWith("\n")?"\n":"\n\n")+i}};const{getLast:Wh,hasNewline:Uh,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:zh,getNextNonSpaceNonCommentCharacter:Gh,hasNewlineInRange:Hh,addLeadingComment:Jh,addTrailingComment:Xh,addDanglingComment:Yh,getNextNonSpaceNonCommentCharacterIndex:Kh,isNonEmptyArray:Qh}=Qt,{isBlockComment:Zh,getFunctionParameters:em,isPrettierIgnoreComment:tm,isJsxNode:nm,hasFlowShorthandAnnotationComment:rm,hasFlowAnnotationComment:om,hasIgnoreComment:im,isCallLikeExpression:um,getCallArguments:sm,isCallExpression:am,isMemberExpression:cm}=od,{locStart:lm,locEnd:pm}=Js;function fm(e,t){const n=(e.body||e.properties).find((({type:e})=>"EmptyStatement"!==e));n?Jh(n,t):Yh(e,t)}function dm(e,t){"BlockStatement"===e.type?fm(e,t):Jh(e,t)}function hm({comment:e,followingNode:t}){return!(!t||!Wm(e))&&(Jh(t,e),!0)}function mm({comment:e,precedingNode:t,enclosingNode:n,followingNode:r,text:o}){if(!n||"IfStatement"!==n.type||!r)return!1;return")"===Gh(o,e,pm)?(Xh(t,e),!0):t===n.consequent&&r===n.alternate?("BlockStatement"===t.type?Xh(t,e):Yh(n,e),!0):"BlockStatement"===r.type?(fm(r,e),!0):"IfStatement"===r.type?(dm(r.consequent,e),!0):n.consequent===r&&(Jh(r,e),!0)}function gm({comment:e,precedingNode:t,enclosingNode:n,followingNode:r,text:o}){if(!n||"WhileStatement"!==n.type||!r)return!1;return")"===Gh(o,e,pm)?(Xh(t,e),!0):"BlockStatement"===r.type?(fm(r,e),!0):n.body===r&&(Jh(r,e),!0)}function ym({comment:e,precedingNode:t,enclosingNode:n,followingNode:r}){return!(!n||"TryStatement"!==n.type&&"CatchClause"!==n.type||!r)&&("CatchClause"===n.type&&t?(Xh(t,e),!0):"BlockStatement"===r.type?(fm(r,e),!0):"TryStatement"===r.type?(dm(r.finalizer,e),!0):"CatchClause"===r.type&&(dm(r.body,e),!0))}function Dm({comment:e,enclosingNode:t,followingNode:n}){return!(!cm(t)||!n||"Identifier"!==n.type)&&(Jh(t,e),!0)}function Em({comment:e,precedingNode:t,enclosingNode:n,followingNode:r,text:o}){const i=t&&!Hh(o,pm(t),lm(e));return!(t&&i||!n||"ConditionalExpression"!==n.type&&"TSConditionalType"!==n.type||!r)&&(Jh(r,e),!0)}function bm({comment:e,precedingNode:t,enclosingNode:n}){return!(!n||"ObjectProperty"!==n.type&&"Property"!==n.type||!n.shorthand||n.key!==t||"AssignmentPattern"!==n.value.type)&&(Xh(n.value.left,e),!0)}function Cm({comment:e,precedingNode:t,enclosingNode:n,followingNode:r}){if(n&&("ClassDeclaration"===n.type||"ClassExpression"===n.type||"DeclareClass"===n.type||"DeclareInterface"===n.type||"InterfaceDeclaration"===n.type||"TSInterfaceDeclaration"===n.type)){if(Qh(n.decorators)&&(!r||"Decorator"!==r.type))return Xh(Wh(n.decorators),e),!0;if(n.body&&r===n.body)return fm(n.body,e),!0;if(r)for(const o of["implements","extends","mixins"])if(n[o]&&r===n[o][0])return!t||t!==n.id&&t!==n.typeParameters&&t!==n.superClass?Yh(n,e,o):Xh(t,e),!0}return!1}function vm({comment:e,precedingNode:t,enclosingNode:n,text:r}){return(n&&t&&("Property"===n.type||"TSDeclareMethod"===n.type||"TSAbstractMethodDefinition"===n.type)&&"Identifier"===t.type&&n.key===t&&":"!==Gh(r,t,pm)||!(!t||!n||"Decorator"!==t.type||"ClassMethod"!==n.type&&"ClassProperty"!==n.type&&"PropertyDefinition"!==n.type&&"TSAbstractClassProperty"!==n.type&&"TSAbstractMethodDefinition"!==n.type&&"TSDeclareMethod"!==n.type&&"MethodDefinition"!==n.type))&&(Xh(t,e),!0)}function Am({comment:e,precedingNode:t,enclosingNode:n,text:r}){return"("===Gh(r,e,pm)&&(!(!t||!n||"FunctionDeclaration"!==n.type&&"FunctionExpression"!==n.type&&"ClassMethod"!==n.type&&"MethodDefinition"!==n.type&&"ObjectMethod"!==n.type)&&(Xh(t,e),!0))}function Fm({comment:e,enclosingNode:t,text:n}){if(!t||"ArrowFunctionExpression"!==t.type)return!1;const r=Kh(n,e,pm);return!1!==r&&"=>"===n.slice(r,r+2)&&(Yh(t,e),!0)}function xm({comment:e,enclosingNode:t,text:n}){return")"===Gh(n,e,pm)&&(t&&(qm(t)&&0===em(t).length||um(t)&&0===sm(t).length)?(Yh(t,e),!0):!(!t||"MethodDefinition"!==t.type&&"TSAbstractMethodDefinition"!==t.type||0!==em(t.value).length)&&(Yh(t.value,e),!0))}function Sm({comment:e,precedingNode:t,enclosingNode:n,followingNode:r,text:o}){if(t&&"FunctionTypeParam"===t.type&&n&&"FunctionTypeAnnotation"===n.type&&r&&"FunctionTypeParam"!==r.type)return Xh(t,e),!0;if(t&&("Identifier"===t.type||"AssignmentPattern"===t.type)&&n&&qm(n)&&")"===Gh(o,e,pm))return Xh(t,e),!0;if(n&&"FunctionDeclaration"===n.type&&r&&"BlockStatement"===r.type){const t=(()=>{const e=em(n);if(e.length>0)return zh(o,pm(Wh(e)));const t=zh(o,pm(n.id));return!1!==t&&zh(o,t+1)})();if(lm(e)>t)return fm(r,e),!0}return!1}function wm({comment:e,enclosingNode:t}){return!(!t||"ImportSpecifier"!==t.type)&&(Jh(t,e),!0)}function Tm({comment:e,enclosingNode:t}){return!(!t||"LabeledStatement"!==t.type)&&(Jh(t,e),!0)}function Bm({comment:e,enclosingNode:t}){return!(!t||"ContinueStatement"!==t.type&&"BreakStatement"!==t.type||t.label)&&(Xh(t,e),!0)}function km({comment:e,precedingNode:t,enclosingNode:n}){return!!(am(n)&&t&&n.callee===t&&n.arguments.length>0)&&(Jh(n.arguments[0],e),!0)}function Nm({comment:e,precedingNode:t,enclosingNode:n,followingNode:r}){return!n||"UnionTypeAnnotation"!==n.type&&"TSUnionType"!==n.type?(r&&("UnionTypeAnnotation"===r.type||"TSUnionType"===r.type)&&tm(e)&&(r.types[0].prettierIgnore=!0,e.unignore=!0),!1):(tm(e)&&(r.prettierIgnore=!0,e.unignore=!0),!!t&&(Xh(t,e),!0))}function Pm({comment:e,enclosingNode:t}){return!(!t||"Property"!==t.type&&"ObjectProperty"!==t.type)&&(Jh(t,e),!0)}function Om({comment:e,enclosingNode:t,followingNode:n,ast:r,isLastComment:o}){return r&&r.body&&0===r.body.length?(o?Yh(r,e):Jh(r,e),!0):t&&"Program"===t.type&&0===t.body.length&&t.directives&&0===t.directives.length?(o?Yh(t,e):Jh(t,e),!0):!(!n||"Program"!==n.type||0!==n.body.length||!t||"ModuleExpression"!==t.type)&&(Yh(n,e),!0)}function Im({comment:e,enclosingNode:t}){return!(!t||"ForInStatement"!==t.type&&"ForOfStatement"!==t.type)&&(Jh(t,e),!0)}function jm({comment:e,precedingNode:t,enclosingNode:n,text:r}){return!!(t&&"ImportSpecifier"===t.type&&n&&"ImportDeclaration"===n.type&&Uh(r,pm(e)))&&(Xh(t,e),!0)}function Lm({comment:e,enclosingNode:t}){return!(!t||"AssignmentPattern"!==t.type)&&(Jh(t,e),!0)}function _m({comment:e,enclosingNode:t}){return!(!t||"TypeAlias"!==t.type)&&(Jh(t,e),!0)}function Mm({comment:e,enclosingNode:t,followingNode:n}){return!(!t||"VariableDeclarator"!==t.type&&"AssignmentExpression"!==t.type||!n||"ObjectExpression"!==n.type&&"ArrayExpression"!==n.type&&"TemplateLiteral"!==n.type&&"TaggedTemplateExpression"!==n.type&&!Zh(e))&&(Jh(n,e),!0)}function Rm({comment:e,enclosingNode:t,followingNode:n,text:r}){return!(n||!t||"TSMethodSignature"!==t.type&&"TSDeclareFunction"!==t.type&&"TSAbstractMethodDefinition"!==t.type||";"!==Gh(r,e,pm))&&(Xh(t,e),!0)}function Vm({comment:e,enclosingNode:t,followingNode:n}){if(tm(e)&&t&&"TSMappedType"===t.type&&n&&"TSTypeParameter"===n.type&&n.constraint)return t.prettierIgnore=!0,e.unignore=!0,!0}function $m({comment:e,precedingNode:t,enclosingNode:n,followingNode:r}){return!(!n||"TSMappedType"!==n.type)&&(r&&"TSTypeParameter"===r.type&&r.name?(Jh(r.name,e),!0):!(!t||"TSTypeParameter"!==t.type||!t.constraint)&&(Xh(t.constraint,e),!0))}function qm(e){return"ArrowFunctionExpression"===e.type||"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ObjectMethod"===e.type||"ClassMethod"===e.type||"TSDeclareFunction"===e.type||"TSCallSignatureDeclaration"===e.type||"TSConstructSignatureDeclaration"===e.type||"TSMethodSignature"===e.type||"TSConstructorType"===e.type||"TSFunctionType"===e.type||"TSDeclareMethod"===e.type}function Wm(e){return Zh(e)&&"*"===e.value[0]&&/@type\b/.test(e.value)}var Um={handleOwnLineComment:function(e){return[Vm,Sm,Dm,mm,gm,ym,Cm,wm,Im,Nm,Om,jm,Lm,vm,Tm].some((t=>t(e)))},handleEndOfLineComment:function(e){return[hm,Sm,Em,wm,mm,gm,ym,Cm,Tm,km,Pm,Om,_m,Mm].some((t=>t(e)))},handleRemainingComment:function(e){return[Vm,mm,gm,bm,xm,vm,Om,Fm,Am,$m,Bm,Rm].some((t=>t(e)))},isTypeCastComment:Wm,getCommentChildNodes:function(e,t){if(("typescript"===t.parser||"flow"===t.parser||"espree"===t.parser||"meriyah"===t.parser)&&"MethodDefinition"===e.type&&e.value&&"FunctionExpression"===e.value.type&&0===em(e.value).length&&!e.value.returnType&&!Qh(e.value.typeParameters)&&e.value.body)return[...e.decorators||[],e.key,e.value.body]},willPrintOwnComments:function(e){const t=e.getValue(),n=e.getParentNode();return(t&&(nm(t)||rm(t)||am(n)&&(om(t.leadingComments)||om(t.trailingComments)))||n&&("JSXSpreadAttribute"===n.type||"JSXSpreadChild"===n.type||"UnionTypeAnnotation"===n.type||"TSUnionType"===n.type||("ClassDeclaration"===n.type||"ClassExpression"===n.type)&&n.superClass===t))&&(!im(e)||"UnionTypeAnnotation"===n.type||"TSUnionType"===n.type)}};const{getFunctionParameters:zm,getLeftSidePathName:Gm,hasFlowShorthandAnnotationComment:Hm,hasNakedLeftSide:Jm,hasNode:Xm,isBitwiseOperator:Ym,startsWithNoLookaheadToken:Km,shouldFlatten:Qm,getPrecedence:Zm,isCallExpression:eg,isMemberExpression:tg}=od;function ng(e,t){const n=e.getParentNode();if(!n)return!1;const r=e.getName(),o=e.getNode();if(t.__isInHtmlInterpolation&&!t.bracketSpacing&&function(e){switch(e.type){case"ObjectExpression":return!0;default:return!1}}(o)&&rg(e))return!0;if(function(e){return"BlockStatement"===e.type||"BreakStatement"===e.type||"ClassBody"===e.type||"ClassDeclaration"===e.type||"ClassMethod"===e.type||"ClassProperty"===e.type||"PropertyDefinition"===e.type||"ClassPrivateProperty"===e.type||"ContinueStatement"===e.type||"DebuggerStatement"===e.type||"DeclareClass"===e.type||"DeclareExportAllDeclaration"===e.type||"DeclareExportDeclaration"===e.type||"DeclareFunction"===e.type||"DeclareInterface"===e.type||"DeclareModule"===e.type||"DeclareModuleExports"===e.type||"DeclareVariable"===e.type||"DoWhileStatement"===e.type||"EnumDeclaration"===e.type||"ExportAllDeclaration"===e.type||"ExportDefaultDeclaration"===e.type||"ExportNamedDeclaration"===e.type||"ExpressionStatement"===e.type||"ForInStatement"===e.type||"ForOfStatement"===e.type||"ForStatement"===e.type||"FunctionDeclaration"===e.type||"IfStatement"===e.type||"ImportDeclaration"===e.type||"InterfaceDeclaration"===e.type||"LabeledStatement"===e.type||"MethodDefinition"===e.type||"ReturnStatement"===e.type||"SwitchStatement"===e.type||"ThrowStatement"===e.type||"TryStatement"===e.type||"TSDeclareFunction"===e.type||"TSEnumDeclaration"===e.type||"TSImportEqualsDeclaration"===e.type||"TSInterfaceDeclaration"===e.type||"TSModuleDeclaration"===e.type||"TSNamespaceExportDeclaration"===e.type||"TypeAlias"===e.type||"VariableDeclaration"===e.type||"WhileStatement"===e.type||"WithStatement"===e.type}(o))return!1;if("flow"!==t.parser&&Hm(e.getValue()))return!0;if("Identifier"===o.type)return!!(o.extra&&o.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(o.name))||"left"===r&&"async"===o.name&&"ForOfStatement"===n.type&&!n.await;switch(n.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if("superClass"===r&&("ArrowFunctionExpression"===o.type||"AssignmentExpression"===o.type||"AwaitExpression"===o.type||"BinaryExpression"===o.type||"ConditionalExpression"===o.type||"LogicalExpression"===o.type||"NewExpression"===o.type||"ObjectExpression"===o.type||"ParenthesizedExpression"===o.type||"SequenceExpression"===o.type||"TaggedTemplateExpression"===o.type||"UnaryExpression"===o.type||"UpdateExpression"===o.type||"YieldExpression"===o.type||"TSNonNullExpression"===o.type))return!0;break;case"ExportDefaultDeclaration":return og(e,t)||"SequenceExpression"===o.type;case"Decorator":if("expression"===r){let e=!1,t=!1,n=o;for(;n;)switch(n.type){case"MemberExpression":t=!0,n=n.object;break;case"CallExpression":if(t||e)return!0;e=!0,n=n.callee;break;case"Identifier":return!1;default:return!0}return!0}break;case"ExpressionStatement":if(Km(o,!0))return!0;break;case"ArrowFunctionExpression":if("body"===r&&"SequenceExpression"!==o.type&&Km(o,!1))return!0}switch(o.type){case"UpdateExpression":if("UnaryExpression"===n.type)return o.prefix&&("++"===o.operator&&"+"===n.operator||"--"===o.operator&&"-"===n.operator);case"UnaryExpression":switch(n.type){case"UnaryExpression":return o.operator===n.operator&&("+"===o.operator||"-"===o.operator);case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"BinaryExpression":return"left"===r&&"**"===n.operator;case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":if("UpdateExpression"===n.type||"PipelineTopicExpression"===n.type&&"|>"===o.operator)return!0;if("in"===o.operator&&function(e){let t=0,n=e.getValue();for(;n;){const r=e.getParentNode(t++);if(r&&"ForStatement"===r.type&&r.init===n)return!0;n=r}return!1}(e))return!0;if("|>"===o.operator&&o.extra&&o.extra.parenthesized){const t=e.getParentNode(1);if("BinaryExpression"===t.type&&"|>"===t.operator)return!0}case"TSTypeAssertion":case"TSAsExpression":case"LogicalExpression":switch(n.type){case"TSAsExpression":return"TSAsExpression"!==o.type;case"ConditionalExpression":return"TSAsExpression"===o.type;case"CallExpression":case"NewExpression":case"OptionalCallExpression":return"callee"===r;case"ClassExpression":case"ClassDeclaration":return"superClass"===r;case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"AssignmentExpression":case"AssignmentPattern":return"left"===r&&("TSTypeAssertion"===o.type||"TSAsExpression"===o.type);case"LogicalExpression":if("LogicalExpression"===o.type)return n.operator!==o.operator;case"BinaryExpression":{const{operator:e,type:t}=o;if(!e&&"TSTypeAssertion"!==t)return!0;const i=Zm(e),u=n.operator,s=Zm(u);return s>i||("right"===r&&s===i||(s===i&&!Qm(u,e)||(s<i&&"%"===e?"+"===u||"-"===u:!!Ym(u))))}default:return!1}case"SequenceExpression":switch(n.type){case"ReturnStatement":case"ForStatement":return!1;case"ExpressionStatement":return"expression"!==r;case"ArrowFunctionExpression":return"body"!==r;default:return!0}case"YieldExpression":if("UnaryExpression"===n.type||"AwaitExpression"===n.type||"TSAsExpression"===n.type||"TSNonNullExpression"===n.type)return!0;if("expression"===r&&o.argument&&"PipelinePrimaryTopicReference"===o.argument.type&&"PipelineTopicExpression"===n.type)return!0;case"AwaitExpression":switch(n.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"SpreadProperty":case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"ConditionalExpression":return"test"===r;case"BinaryExpression":return!(!o.argument&&"|>"===n.operator);default:return!1}case"TSJSDocFunctionType":case"TSConditionalType":if("extendsType"===r&&"TSConditionalType"===n.type)return!0;case"TSFunctionType":case"TSConstructorType":if("checkType"===r&&"TSConditionalType"===n.type)return!0;case"TSUnionType":case"TSIntersectionType":if(("TSUnionType"===n.type||"TSIntersectionType"===n.type)&&n.types.length>1&&(!o.types||o.types.length>1))return!0;case"TSInferType":if("TSInferType"===o.type&&"TSRestType"===n.type)return!1;case"TSTypeOperator":return"TSArrayType"===n.type||"TSOptionalType"===n.type||"TSRestType"===n.type||"objectType"===r&&"TSIndexedAccessType"===n.type||"TSTypeOperator"===n.type||"TSTypeAnnotation"===n.type&&/^TSJSDoc/.test(e.getParentNode(1).type);case"ArrayTypeAnnotation":return"NullableTypeAnnotation"===n.type;case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return"ArrayTypeAnnotation"===n.type||"NullableTypeAnnotation"===n.type||"IntersectionTypeAnnotation"===n.type||"UnionTypeAnnotation"===n.type;case"NullableTypeAnnotation":return"ArrayTypeAnnotation"===n.type;case"FunctionTypeAnnotation":{const t="NullableTypeAnnotation"===n.type?e.getParentNode(1):n;return"UnionTypeAnnotation"===t.type||"IntersectionTypeAnnotation"===t.type||"ArrayTypeAnnotation"===t.type||"NullableTypeAnnotation"===t.type||"FunctionTypeParam"===n.type&&null===n.name&&zm(o).some((e=>e.typeAnnotation&&"NullableTypeAnnotation"===e.typeAnnotation.type))}case"OptionalIndexedAccessType":return"objectType"===r&&"IndexedAccessType"===n.type;case"StringLiteral":case"NumericLiteral":case"Literal":if("string"==typeof o.value&&"ExpressionStatement"===n.type&&!n.directive){const t=e.getParentNode(1);return"Program"===t.type||"BlockStatement"===t.type}return"object"===r&&"MemberExpression"===n.type&&"number"==typeof o.value;case"AssignmentExpression":{const t=e.getParentNode(1);return"body"===r&&"ArrowFunctionExpression"===n.type||("key"!==r||"ClassProperty"!==n.type&&"PropertyDefinition"!==n.type||!n.computed)&&(("init"!==r&&"update"!==r||"ForStatement"!==n.type)&&("ExpressionStatement"===n.type?"ObjectPattern"===o.left.type:("key"!==r||"TSPropertySignature"!==n.type)&&("AssignmentExpression"!==n.type&&(("SequenceExpression"!==n.type||!t||"ForStatement"!==t.type||t.init!==n&&t.update!==n)&&(("value"!==r||"Property"!==n.type||!t||"ObjectPattern"!==t.type||!t.properties.includes(n))&&"NGChainedExpression"!==n.type)))))}case"ConditionalExpression":switch(n.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!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"ConditionalExpression":return"test"===r;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;default:return!1}case"FunctionExpression":switch(n.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(n.type){case"PipelineTopicExpression":return Boolean(o.extra&&o.extra.parenthesized);case"BinaryExpression":return"|>"!==n.operator||o.extra&&o.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return"test"===r;default:return!1}case"ClassExpression":switch(n.type){case"NewExpression":return"callee"===r;default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":{const t=e.getParentNode(1);if("object"===r&&"MemberExpression"===n.type||"callee"===r&&("CallExpression"===n.type||"NewExpression"===n.type)||"TSNonNullExpression"===n.type&&"MemberExpression"===t.type&&t.object===n)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if("callee"===r&&("BindExpression"===n.type||"NewExpression"===n.type)){let e=o;for(;e;)switch(e.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":e=e.object;break;case"TaggedTemplateExpression":e=e.tag;break;case"TSNonNullExpression":e=e.expression;break;default:return!1}}return!1;case"BindExpression":return"callee"===r&&("BindExpression"===n.type||"NewExpression"===n.type)||"object"===r&&tg(n);case"NGPipeExpression":return!("NGRoot"===n.type||"NGMicrosyntaxExpression"===n.type||"ObjectProperty"===n.type&&(!o.extra||!o.extra.parenthesized)||"ArrayExpression"===n.type||eg(n)&&n.arguments[r]===o||"right"===r&&"NGPipeExpression"===n.type||"property"===r&&"MemberExpression"===n.type||"AssignmentExpression"===n.type);case"JSXFragment":case"JSXElement":return"callee"===r||"left"===r&&"BinaryExpression"===n.type&&"<"===n.operator||"ArrayExpression"!==n.type&&"ArrowFunctionExpression"!==n.type&&"AssignmentExpression"!==n.type&&"AssignmentPattern"!==n.type&&"BinaryExpression"!==n.type&&"NewExpression"!==n.type&&"ConditionalExpression"!==n.type&&"ExpressionStatement"!==n.type&&"JsExpressionRoot"!==n.type&&"JSXAttribute"!==n.type&&"JSXElement"!==n.type&&"JSXExpressionContainer"!==n.type&&"JSXFragment"!==n.type&&"LogicalExpression"!==n.type&&"ObjectProperty"!==n.type&&!eg(n)&&"Property"!==n.type&&"ReturnStatement"!==n.type&&"ThrowStatement"!==n.type&&"TypeCastExpression"!==n.type&&"VariableDeclarator"!==n.type&&"YieldExpression"!==n.type;case"TypeAnnotation":return"returnType"===r&&"ArrowFunctionExpression"===n.type&&function(e){return Xm(e,(e=>"ObjectTypeAnnotation"===e.type&&Xm(e,(e=>"FunctionTypeAnnotation"===e.type||void 0))||void 0))}(o)}return!1}function rg(e){const t=e.getValue(),n=e.getParentNode(),r=e.getName();switch(n.type){case"NGPipeExpression":if("number"==typeof r&&n.arguments[r]===t&&n.arguments.length-1===r)return e.callParent(rg);break;case"ObjectProperty":if("value"===r){const t=e.getParentNode(1);return ke(t.properties)===n}break;case"BinaryExpression":case"LogicalExpression":if("right"===r)return e.callParent(rg);break;case"ConditionalExpression":if("alternate"===r)return e.callParent(rg);break;case"UnaryExpression":if(n.prefix)return e.callParent(rg)}return!1}function og(e,t){const n=e.getValue(),r=e.getParentNode();return"FunctionExpression"===n.type||"ClassExpression"===n.type?"ExportDefaultDeclaration"===r.type||!ng(e,t):!(!Jm(n)||"ExportDefaultDeclaration"!==r.type&&ng(e,t))&&e.call((e=>og(e,t)),...Gm(e,n))}var ig=ng;var ug=function(e,t){switch(t.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":return Object.assign({},e,{type:t.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:e,comments:[],rootMarker:t.rootMarker});default:return e}};const{builders:{join:sg,line:ag,group:cg,softline:lg,indent:pg}}=In;var fg={isVueEventBindingExpression:function e(t){switch(t.type){case"MemberExpression":switch(t.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return e(t.object)}return!1;case"Identifier":return!0;default:return!1}},printHtmlBinding:function(e,t,n){const r=e.getValue();if(t.__onHtmlBindingRoot&&null===e.getName()&&t.__onHtmlBindingRoot(r,t),"File"===r.type)return t.__isVueForBindingLeft?e.call((e=>{const t=sg([",",ag],e.map(n,"params")),{params:r}=e.getValue();return 1===r.length?t:["(",pg([lg,cg(t)]),lg,")"]}),"program","body",0):t.__isVueBindings?e.call((e=>sg([",",ag],e.map(n,"params"))),"program","body",0):void 0}};const{printComments:dg}=ep,{getLast:hg}=Qt,{builders:{join:mg,line:gg,softline:yg,group:Dg,indent:Eg,align:bg,ifBreak:Cg,indentIfBreak:vg},utils:{cleanDoc:Ag,getDocParts:Fg,isConcat:xg}}=In,{hasLeadingOwnLineComment:Sg,isBinaryish:wg,isJsxNode:Tg,shouldFlatten:Bg,hasComment:kg,CommentCheckFlags:Ng,isCallExpression:Pg,isMemberExpression:Og}=od;let Ig=0;function jg(e,t,n,r,o){let i=[];const u=e.getValue();if(wg(u)){Bg(u.operator,u.left.operator)?i=[...i,...e.call((e=>jg(e,t,n,!0,o)),"left")]:i.push(Dg(t("left")));const s=Lg(u),a=("|>"===u.operator||"NGPipeExpression"===u.type||"|"===u.operator&&"__vue_expression"===n.parser)&&!Sg(n.originalText,u.right),c="NGPipeExpression"===u.type?"|":u.operator,l="NGPipeExpression"===u.type&&u.arguments.length>0?Dg(Eg([yg,": ",mg([yg,":",Cg(" ")],e.map(t,"arguments").map((e=>bg(2,Dg(e)))))])):"",p=s?[c," ",t("right"),l]:[a?gg:"",c,a?" ":gg,t("right"),l],f=e.getParentNode(),d=kg(u.left,Ng.Trailing|Ng.Line),h=d||!(o&&"LogicalExpression"===u.type)&&f.type!==u.type&&u.left.type!==u.type&&u.right.type!==u.type;if(i.push(a?"":" ",h?Dg(p,{shouldBreak:d}):p),r&&kg(u)){const t=Ag(dg(e,i,n));i=xg(t)||"fill"===t.type?Fg(t):[t]}}else i.push(Dg(t()));return i}function Lg(e){return"LogicalExpression"===e.type&&("ObjectExpression"===e.right.type&&e.right.properties.length>0||("ArrayExpression"===e.right.type&&e.right.elements.length>0||!!Tg(e.right)))}var _g={printBinaryishExpression:function(e,t,n){const r=e.getValue(),o=e.getParentNode(),i=e.getParentNode(1),u=r!==o.body&&("IfStatement"===o.type||"WhileStatement"===o.type||"SwitchStatement"===o.type||"DoWhileStatement"===o.type),s=jg(e,n,t,!1,u);if(u)return s;if(Pg(o)&&o.callee===r||"UnaryExpression"===o.type||Og(o)&&!o.computed)return Dg([Eg([yg,...s]),yg]);const a="ReturnStatement"===o.type||"ThrowStatement"===o.type||"JSXExpressionContainer"===o.type&&"JSXAttribute"===i.type||"|"!==r.operator&&"JsExpressionRoot"===o.type||"NGPipeExpression"!==r.type&&("NGRoot"===o.type&&"__ng_binding"===t.parser||"NGMicrosyntaxExpression"===o.type&&"NGMicrosyntax"===i.type&&1===i.body.length)||r===o.body&&"ArrowFunctionExpression"===o.type||r!==o.body&&"ForStatement"===o.type||"ConditionalExpression"===o.type&&"ReturnStatement"!==i.type&&"ThrowStatement"!==i.type&&!Pg(i)||"TemplateLiteral"===o.type,c="AssignmentExpression"===o.type||"VariableDeclarator"===o.type||"ClassProperty"===o.type||"PropertyDefinition"===o.type||"TSAbstractClassProperty"===o.type||"ClassPrivateProperty"===o.type||"ObjectProperty"===o.type||"Property"===o.type,l=wg(r.left)&&Bg(r.operator,r.left.operator);if(a||Lg(r)&&!l||!Lg(r)&&c)return Dg(s);if(0===s.length)return"";const p=Tg(r.right),f=s.findIndex((e=>"string"!=typeof e&&!Array.isArray(e)&&"group"===e.type)),d=s.slice(0,-1===f?1:f+1),h=s.slice(d.length,p?-1:void 0),m=Symbol("logicalChain-"+ ++Ig),g=Dg([...d,Eg(h)],{id:m});if(!p)return g;const y=hg(s);return Dg([g,vg(y,{groupId:m})])},shouldInlineLogicalExpression:Lg};const{builders:{join:Mg,line:Rg,group:Vg}}=In,{hasNode:$g,hasComment:qg,getComments:Wg}=od,{printBinaryishExpression:Ug}=_g;function zg(e,t,n){return"NGMicrosyntaxKeyedExpression"===e.type&&"of"===e.key.name&&1===t&&"NGMicrosyntaxLet"===n.body[0].type&&null===n.body[0].value}var Gg={printAngular:function(e,t,n){const r=e.getValue();switch(r.type){case"NGRoot":return[n("node"),qg(r.node)?" //"+Wg(r.node)[0].value.trimEnd():""];case"NGPipeExpression":return Ug(e,t,n);case"NGChainedExpression":return Vg(Mg([";",Rg],e.map((e=>function(e){return $g(e.getValue(),(e=>{switch(e.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}}))}(e)?n():["(",n(),")"]),"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[r.prefix,": ",r.value.trim()];case"NGMicrosyntax":return e.map(((e,t)=>[0===t?"":zg(e.getValue(),t,r)?" ":[";",Rg],n()]),"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(-[$_a-z][\w$])*$/i.test(r.name)?r.name:JSON.stringify(r.name);case"NGMicrosyntaxExpression":return[n("expression"),null===r.alias?"":[" as ",n("alias")]];case"NGMicrosyntaxKeyedExpression":{const t=e.getName(),o=e.getParentNode(),i=zg(r,t,o)||(1===t&&("then"===r.key.name||"else"===r.key.name)||2===t&&"else"===r.key.name&&"NGMicrosyntaxKeyedExpression"===o.body[t-1].type&&"then"===o.body[t-1].key.name)&&"NGMicrosyntaxExpression"===o.body[0].type;return[n("key"),i?" ":": ",n("expression")]}case"NGMicrosyntaxLet":return["let ",n("key"),null===r.value?"":[" = ",n("value")]];case"NGMicrosyntaxAs":return[n("key")," as ",n("alias")]}}};const{printComments:Hg,printDanglingComments:Jg}=ep,{builders:{line:Xg,hardline:Yg,softline:Kg,group:Qg,indent:Zg,conditionalGroup:ey,fill:ty,ifBreak:ny,lineSuffixBoundary:ry,join:oy},utils:{willBreak:iy}}=In,{getLast:uy,getPreferredQuote:sy}=Qt,{isJsxNode:ay,rawText:cy,isLiteral:ly,isCallExpression:py,isStringLiteral:fy,isBinaryish:dy,hasComment:hy,CommentCheckFlags:my,hasNodeIgnoreComment:gy}=od,{willPrintOwnComments:yy}=Um,Dy=e=>""===e||e===Xg||e===Yg||e===Kg;function Ey(e,t,n){const r=e.getValue();if("JSXElement"===r.type&&function(e){if(0===e.children.length)return!0;if(e.children.length>1)return!1;const t=e.children[0];return ly(t)&&!wy(t)}(r))return[n("openingElement"),n("closingElement")];const o="JSXElement"===r.type?n("openingElement"):n("openingFragment"),i="JSXElement"===r.type?n("closingElement"):n("closingFragment");if(1===r.children.length&&"JSXExpressionContainer"===r.children[0].type&&("TemplateLiteral"===r.children[0].expression.type||"TaggedTemplateExpression"===r.children[0].expression.type))return[o,...e.map(n,"children"),i];r.children=r.children.map((e=>function(e){return"JSXExpressionContainer"===e.type&&ly(e.expression)&&" "===e.expression.value&&!hy(e.expression)}(e)?{type:"JSXText",value:" ",raw:" "}:e));const u=r.children.filter(ay).length>0,s=r.children.filter((e=>"JSXExpressionContainer"===e.type)).length>1,a="JSXElement"===r.type&&r.openingElement.attributes.length>1;let c=iy(o)||u||a||s;const l="mdx"===e.getParentNode().rootMarker,p=t.singleQuote?"{' '}":'{" "}',f=l?" ":ny([p,Kg]," "),d=function(e,t,n,r,o){const i=[];return e.each(((e,t,u)=>{const s=e.getValue();if(ly(s)){const e=cy(s);if(wy(s)){const n=e.split(Fy);if(""===n[0]){if(i.push(""),n.shift(),/\n/.test(n[0])){const e=u[t+1];i.push(Cy(o,n[1],s,e))}else i.push(r);n.shift()}let a;if(""===uy(n)&&(n.pop(),a=n.pop()),0===n.length)return;for(const[e,t]of n.entries())e%2==1?i.push(Xg):i.push(t);if(void 0!==a)if(/\n/.test(a)){const e=u[t+1];i.push(Cy(o,uy(i),s,e))}else i.push(r);else{const e=u[t+1];i.push(by(o,uy(i),s,e))}}else/\n/.test(e)?e.match(/\n/g).length>1&&i.push("",Yg):i.push("",r)}else{const e=n();i.push(e);const r=u[t+1];if(r&&wy(r)){const e=Sy(cy(r)).split(Fy)[0];i.push(by(o,e,s,r))}else i.push(Yg)}}),"children"),i}(e,0,n,f,r.openingElement&&r.openingElement.name&&"fbt"===r.openingElement.name.name),h=r.children.some((e=>wy(e)));for(let e=d.length-2;e>=0;e--){const t=""===d[e]&&""===d[e+1],n=d[e]===Yg&&""===d[e+1]&&d[e+2]===Yg,r=(d[e]===Kg||d[e]===Yg)&&""===d[e+1]&&d[e+2]===f,o=d[e]===f&&""===d[e+1]&&(d[e+2]===Kg||d[e+2]===Yg),i=d[e]===f&&""===d[e+1]&&d[e+2]===f,u=d[e]===Kg&&""===d[e+1]&&d[e+2]===Yg||d[e]===Yg&&""===d[e+1]&&d[e+2]===Kg;n&&h||t||r||i||u?d.splice(e,2):o&&d.splice(e+1,2)}for(;d.length>0&&Dy(uy(d));)d.pop();for(;d.length>1&&Dy(d[0])&&Dy(d[1]);)d.shift(),d.shift();const m=[];for(const[e,t]of d.entries()){if(t===f){if(1===e&&""===d[e-1]){if(2===d.length){m.push(p);continue}m.push([p,Yg]);continue}if(e===d.length-1){m.push(p);continue}if(""===d[e-1]&&d[e-2]===Yg){m.push(p);continue}}m.push(t),iy(t)&&(c=!0)}const g=h?ty(m):Qg(m,{shouldBreak:!0});if(l)return g;const y=Qg([o,Zg([Yg,g]),Yg,i]);return c?y:ey([Qg([o,...d,i]),y])}function by(e,t,n,r){return e?"":"JSXElement"===n.type&&!n.closingElement||r&&"JSXElement"===r.type&&!r.closingElement?1===t.length?Kg:Yg:Kg}function Cy(e,t,n,r){return e?Yg:1===t.length?"JSXElement"===n.type&&!n.closingElement||r&&"JSXElement"===r.type&&!r.closingElement?Yg:Kg:Yg}function vy(e,t,n){return function(e,t,n){const r=e.getParentNode();if(!r)return t;if({ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[r.type])return t;const o=e.match(void 0,(e=>"ArrowFunctionExpression"===e.type),py,(e=>"JSXExpressionContainer"===e.type)),i=ig(e,n);return Qg([i?"":ny("("),Zg([Kg,t]),Kg,i?"":ny(")")],{shouldBreak:o})}(e,Hg(e,Ey(e,t,n),t),t)}function Ay(e,t,n){const r=e.getValue();return["{",e.call((e=>{const r=["...",n()],o=e.getValue();return hy(o)&&yy(e)?[Zg([Kg,Hg(e,r,t)]),Kg]:r}),"JSXSpreadAttribute"===r.type?"argument":"expression"),"}"]}const Fy=new RegExp("([ \n\r\t]+)"),xy=new RegExp("[^ \n\r\t]"),Sy=e=>e.replace(new RegExp("(?:^"+Fy.source+"|"+Fy.source+"$)"),"");function wy(e){return ly(e)&&(xy.test(cy(e))||!/\n/.test(cy(e)))}var Ty={hasJsxIgnoreComment:function(e){const t=e.getValue(),n=e.getParentNode();if(!(n&&t&&ay(t)&&ay(n)))return!1;let r=null;for(let e=n.children.indexOf(t);e>0;e--){const t=n.children[e-1];if("JSXText"!==t.type||wy(t)){r=t;break}}return r&&"JSXExpressionContainer"===r.type&&"JSXEmptyExpression"===r.expression.type&&gy(r.expression)},printJsx:function(e,t,n){const r=e.getValue();switch(r.type){case"JSXAttribute":return function(e,t,n){const r=e.getValue(),o=[];if(o.push(n("name")),r.value){let e;if(fy(r.value)){let n=cy(r.value).replace(/&apos;/g,"'").replace(/&quot;/g,'"');const o=sy(n,t.jsxSingleQuote?"'":'"'),i="'"===o?"&apos;":"&quot;";n=n.slice(1,-1).replace(new RegExp(o,"g"),i),e=[o,n,o]}else e=n("value");o.push("=",e)}return o}(e,t,n);case"JSXIdentifier":return String(r.name);case"JSXNamespacedName":return oy(":",[n("namespace"),n("name")]);case"JSXMemberExpression":return oy(".",[n("object"),n("property")]);case"JSXSpreadAttribute":return Ay(e,t,n);case"JSXSpreadChild":return Ay(e,t,n);case"JSXExpressionContainer":return function(e,t,n){const r=e.getValue(),o=e.getParentNode(0),i="JSXEmptyExpression"===r.expression.type||!hy(r.expression)&&("ArrayExpression"===r.expression.type||"ObjectExpression"===r.expression.type||"ArrowFunctionExpression"===r.expression.type||py(r.expression)||"FunctionExpression"===r.expression.type||"TemplateLiteral"===r.expression.type||"TaggedTemplateExpression"===r.expression.type||"DoExpression"===r.expression.type||ay(o)&&("ConditionalExpression"===r.expression.type||dy(r.expression)));return Qg(i?["{",n("expression"),ry,"}"]:["{",Zg([Kg,n("expression")]),Kg,ry,"}"])}(e,0,n);case"JSXFragment":case"JSXElement":return vy(e,t,n);case"JSXOpeningElement":return function(e,t,n){const r=e.getValue(),o=r.name&&hy(r.name)||r.typeParameters&&hy(r.typeParameters);if(r.selfClosing&&0===r.attributes.length&&!o)return["<",n("name"),n("typeParameters")," />"];if(r.attributes&&1===r.attributes.length&&r.attributes[0].value&&fy(r.attributes[0].value)&&!r.attributes[0].value.value.includes("\n")&&!o&&!hy(r.attributes[0]))return Qg(["<",n("name"),n("typeParameters")," ",...e.map(n,"attributes"),r.selfClosing?" />":">"]);const i=r.attributes.length>0&&hy(uy(r.attributes),my.Trailing),u=0===r.attributes.length&&!o||t.jsxBracketSameLine&&(!o||r.attributes.length>0)&&!i,s=r.attributes&&r.attributes.some((e=>e.value&&fy(e.value)&&e.value.value.includes("\n")));return Qg(["<",n("name"),n("typeParameters"),Zg(e.map((()=>[Xg,n()]),"attributes")),r.selfClosing?Xg:u?">":Kg,r.selfClosing?"/>":u?"":">"],{shouldBreak:s})}(e,t,n);case"JSXClosingElement":return function(e,t,n){const r=e.getValue(),o=[];o.push("</");const i=n("name");return hy(r.name,my.Leading|my.Line)?o.push(Zg([Yg,i]),Yg):hy(r.name,my.Leading|my.Block)?o.push(" ",i):o.push(i),o.push(">"),o}(e,0,n);case"JSXOpeningFragment":case"JSXClosingFragment":return function(e,t){const n=e.getValue(),r=hy(n),o=hy(n,my.Line),i="JSXOpeningFragment"===n.type;return[i?"<":"</",Zg([o?Yg:r&&!i?" ":"",Jg(e,t,!0)]),o?Yg:"",">"]}(e,t);case"JSXEmptyExpression":return function(e,t){const n=e.getValue(),r=hy(n,my.Line);return[Jg(e,t,!r),r?Yg:""]}(e,t);case"JSXText":throw new Error("JSXTest should be handled by JSXElement")}}};const{isNonEmptyArray:By}=Qt,{builders:{indent:ky,join:Ny,line:Py}}=In,{isFlowAnnotationComment:Oy}=od;var Iy={printOptionalToken:function(e){const t=e.getValue();return!t.optional||"Identifier"===t.type&&t===e.getParentNode().key?"":"OptionalCallExpression"===t.type||"OptionalMemberExpression"===t.type&&t.computed?"?.":"?"},printFunctionTypeParameters:function(e,t,n){const r=e.getValue();return r.typeArguments?n("typeArguments"):r.typeParameters?n("typeParameters"):""},printBindExpressionCallee:function(e,t,n){return["::",n("callee")]},printTypeScriptModifiers:function(e,t,n){const r=e.getValue();return By(r.modifiers)?[Ny(" ",e.map(n,"modifiers"))," "]:""},printTypeAnnotation:function(e,t,n){const r=e.getValue();if(!r.typeAnnotation)return"";const o=e.getParentNode(),i=r.definite||o&&"VariableDeclarator"===o.type&&o.definite,u="DeclareFunction"===o.type&&o.id===r;return Oy(t.originalText,r.typeAnnotation)?[" /*: ",n("typeAnnotation")," */"]:[u?"":i?"!: ":": ",n("typeAnnotation")]},adjustClause:function(e,t,n){return"EmptyStatement"===e.type?";":"BlockStatement"===e.type||n?[" ",t]:ky([Py,t])}};const{printDanglingComments:jy}=ep,{builders:{line:Ly,softline:_y,hardline:My,group:Ry,indent:Vy,ifBreak:$y,fill:qy}}=In,{getLast:Wy,hasNewline:Uy}=Qt,{shouldPrintComma:zy,hasComment:Gy,CommentCheckFlags:Hy,isNextLineEmpty:Jy,isNumericLiteral:Xy,isSignedNumericLiteral:Yy}=od,{locStart:Ky}=Js,{printOptionalToken:Qy,printTypeAnnotation:Zy}=Iy;function eD(e,t){return e.elements.length>1&&e.elements.every((e=>e&&(Xy(e)||Yy(e)&&!Gy(e.argument))&&!Gy(e,Hy.Trailing|Hy.Line,(e=>!Uy(t.originalText,Ky(e),{backwards:!0})))))}function tD(e,t,n,r){const o=[];let i=[];return e.each((e=>{o.push(i,Ry(r())),i=[",",Ly],e.getValue()&&Jy(e.getValue(),t)&&i.push(_y)}),n),o}function nD(e,t,n,r){const o=[];return e.each(((e,i,u)=>{const s=i===u.length-1;o.push([n(),s?r:","]),s||o.push(Jy(e.getValue(),t)?[My,My]:Gy(u[i+1],Hy.Leading|Hy.Line)?My:Ly)}),"elements"),qy(o)}var rD={printArray:function(e,t,n){const r=e.getValue(),o=[],i="TupleExpression"===r.type?"#[":"[";if(0===r.elements.length)Gy(r,Hy.Dangling)?o.push(Ry([i,jy(e,t),_y,"]"])):o.push(i,"]");else{const u=Wy(r.elements),s=!(u&&"RestElement"===u.type),a=null===u,c=Symbol("array"),l=!t.__inJestEach&&r.elements.length>1&&r.elements.every(((e,t,n)=>{const r=e&&e.type;if("ArrayExpression"!==r&&"ObjectExpression"!==r)return!1;const o=n[t+1];if(o&&r!==o.type)return!1;const i="ArrayExpression"===r?"elements":"properties";return e[i]&&e[i].length>1})),p=eD(r,t),f=s?a?",":zy(t)?p?$y(",","",{groupId:c}):$y(","):"":"";o.push(Ry([i,Vy([_y,p?nD(e,t,n,f):[tD(e,t,"elements",n),f],jy(e,t,!0)]),_y,"]"],{shouldBreak:l,id:c}))}return o.push(Qy(e),Zy(e,t,n)),o},printArrayItems:tD,isConciselyPrintedArray:eD};const{printDanglingComments:oD}=ep,{getLast:iD,getPenultimate:uD}=Qt,{getFunctionParameters:sD,hasComment:aD,CommentCheckFlags:cD,isFunctionCompositionArgs:lD,isJsxNode:pD,isLongCurriedCallExpression:fD,shouldPrintComma:dD,getCallArguments:hD,iterateCallArgumentsPath:mD,isNextLineEmpty:gD,isCallExpression:yD}=od,{builders:{line:DD,hardline:ED,softline:bD,group:CD,indent:vD,conditionalGroup:AD,ifBreak:FD,breakParent:xD},utils:{willBreak:SD}}=In,{ArgExpansionBailout:wD}=eo,{isConciselyPrintedArray:TD}=rD;function BD(e,t=!1){return"ObjectExpression"===e.type&&(e.properties.length>0||aD(e))||"ArrayExpression"===e.type&&(e.elements.length>0||aD(e))||"TSTypeAssertion"===e.type&&BD(e.expression)||"TSAsExpression"===e.type&&BD(e.expression)||"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&(!e.returnType||!e.returnType.typeAnnotation||"TSTypeReference"!==e.returnType.typeAnnotation.type||"BlockStatement"===(n=e.body).type&&(n.body.some((e=>"EmptyStatement"!==e.type))||aD(n,cD.Dangling)))&&("BlockStatement"===e.body.type||"ArrowFunctionExpression"===e.body.type&&BD(e.body,!0)||"ObjectExpression"===e.body.type||"ArrayExpression"===e.body.type||!t&&(yD(e.body)||"ConditionalExpression"===e.body.type)||pD(e.body))||"DoExpression"===e.type||"ModuleExpression"===e.type;var n}var kD=function(e,t,n){const r=e.getValue(),o="ImportExpression"===r.type,i=hD(r);if(0===i.length)return["(",oD(e,t,!0),")"];if(function(e){return 2===e.length&&"ArrowFunctionExpression"===e[0].type&&0===sD(e[0]).length&&"BlockStatement"===e[0].body.type&&"ArrayExpression"===e[1].type&&!e.some((e=>aD(e)))}(i))return["(",n(["arguments",0]),", ",n(["arguments",1]),")"];let u=!1,s=!1;const a=i.length-1,c=[];mD(e,((e,r)=>{const o=e.getNode(),i=[n()];r===a||(gD(o,t)?(0===r&&(s=!0),u=!0,i.push(",",ED,ED)):i.push(",",DD)),c.push(i)}));const l=o||r.callee&&"Import"===r.callee.type||!dD(t,"all")?"":",";function p(){return CD(["(",vD([DD,...c]),l,DD,")"],{shouldBreak:!0})}if(u||"Decorator"!==e.getParentNode().type&&lD(i))return p();const f=function(e){if(2!==e.length)return!1;const[t,n]=e;if("ModuleExpression"===t.type&&function(e){return"ObjectExpression"===e.type&&1===e.properties.length&&"ObjectProperty"===e.properties[0].type&&"Identifier"===e.properties[0].key.type&&"type"===e.properties[0].key.name&&"StringLiteral"===e.properties[0].value.type&&"module"===e.properties[0].value.value}(n))return!0;return!aD(t)&&("FunctionExpression"===t.type||"ArrowFunctionExpression"===t.type&&"BlockStatement"===t.body.type)&&"FunctionExpression"!==n.type&&"ArrowFunctionExpression"!==n.type&&"ConditionalExpression"!==n.type&&!BD(n)}(i),d=function(e,t){const n=iD(e),r=uD(e);return!aD(n,cD.Leading)&&!aD(n,cD.Trailing)&&BD(n)&&(!r||r.type!==n.type)&&(2!==e.length||"ArrowFunctionExpression"!==r.type||"ArrayExpression"!==n.type)&&!(e.length>1&&"ArrayExpression"===n.type&&TD(n,t))}(i,t);if(f||d){if(f?c.slice(1).some(SD):c.slice(0,-1).some(SD))return p();let t=[];try{e.try((()=>{mD(e,((e,r)=>{f&&0===r&&(t=[[n([],{expandFirstArg:!0}),c.length>1?",":"",s?ED:DD,s?ED:""],...c.slice(1)]),d&&r===a&&(t=[...c.slice(0,-1),n([],{expandLastArg:!0})])}))}))}catch(e){if(e instanceof wD)return p();throw e}return[c.some(SD)?xD:"",AD([["(",...t,")"],f?["(",CD(t[0],{shouldBreak:!0}),...t.slice(1),")"]:["(",...c.slice(0,-1),CD(iD(t),{shouldBreak:!0}),")"],p()])]}const h=["(",vD([bD,...c]),FD(l),bD,")"];return fD(e)?h:CD(h,{shouldBreak:c.some(SD)||u})};const{builders:{softline:ND,group:PD,indent:OD,label:ID}}=In,{isNumericLiteral:jD,isMemberExpression:LD,isCallExpression:_D}=od,{printOptionalToken:MD}=Iy;function RD(e,t,n){const r=n("property"),o=e.getValue(),i=MD(e);return o.computed?!o.property||jD(o.property)?[i,"[",r,"]"]:PD([i,"[",OD([ND,r]),ND,"]"]):[i,".",r]}var VD={printMemberExpression:function(e,t,n){const r=e.getValue(),o=e.getParentNode();let i,u=0;do{i=e.getParentNode(u),u++}while(i&&(LD(i)||"TSNonNullExpression"===i.type));const s=n("object"),a=RD(e,t,n),c=i&&("NewExpression"===i.type||"BindExpression"===i.type||"AssignmentExpression"===i.type&&"Identifier"!==i.left.type)||r.computed||"Identifier"===r.object.type&&"Identifier"===r.property.type&&!LD(o)||("AssignmentExpression"===o.type||"VariableDeclarator"===o.type)&&(_D(r.object)&&r.object.arguments.length>0||"TSNonNullExpression"===r.object.type&&_D(r.object.expression)&&r.object.expression.arguments.length>0||"member-chain"===s.label);return ID("member-chain"===s.label?"member-chain":"member",[s,c?a:PD(OD([ND,a]))])},printMemberLookup:RD};const{printComments:$D}=ep,{getLast:qD,isNextLineEmptyAfterIndex:WD,getNextNonSpaceNonCommentCharacterIndex:UD}=Qt,{isCallExpression:zD,isMemberExpression:GD,isFunctionOrArrowExpression:HD,isLongCurriedCallExpression:JD,isMemberish:XD,isNumericLiteral:YD,isSimpleCallArgument:KD,hasComment:QD,CommentCheckFlags:ZD,isNextLineEmpty:eE}=od,{locEnd:tE}=Js,{builders:{join:nE,hardline:rE,group:oE,indent:iE,conditionalGroup:uE,breakParent:sE,label:aE},utils:{willBreak:cE}}=In,{printMemberLookup:lE}=VD,{printOptionalToken:pE,printFunctionTypeParameters:fE,printBindExpressionCallee:dE}=Iy;var hE=function(e,t,n){const r=e.getParentNode(),o=!r||"ExpressionStatement"===r.type,i=[];function u(e){const{originalText:n}=t,r=UD(n,e,tE);return")"===n.charAt(r)?!1!==r&&WD(n,r+1):eE(e,t)}function s(e){const r=e.getValue();zD(r)&&(XD(r.callee)||zD(r.callee))?(i.unshift({node:r,printed:[$D(e,[pE(e),fE(e,t,n),kD(e,t,n)],t),u(r)?rE:""]}),e.call((e=>s(e)),"callee")):XD(r)?(i.unshift({node:r,needsParens:ig(e,t),printed:$D(e,GD(r)?lE(e,t,n):dE(e,t,n),t)}),e.call((e=>s(e)),"object")):"TSNonNullExpression"===r.type?(i.unshift({node:r,printed:$D(e,"!",t)}),e.call((e=>s(e)),"expression")):i.unshift({node:r,printed:n()})}const a=e.getValue();i.unshift({node:a,printed:[pE(e),fE(e,t,n),kD(e,t,n)]}),a.callee&&e.call((e=>s(e)),"callee");const c=[];let l=[i[0]],p=1;for(;p<i.length&&("TSNonNullExpression"===i[p].node.type||zD(i[p].node)||GD(i[p].node)&&i[p].node.computed&&YD(i[p].node.property));++p)l.push(i[p]);if(!zD(i[0].node))for(;p+1<i.length&&(XD(i[p].node)&&XD(i[p+1].node));++p)l.push(i[p]);c.push(l),l=[];let f=!1;for(;p<i.length;++p){if(f&&XD(i[p].node)){if(i[p].node.computed&&YD(i[p].node.property)){l.push(i[p]);continue}c.push(l),l=[],f=!1}(zD(i[p].node)||"ImportExpression"===i[p].node.type)&&(f=!0),l.push(i[p]),QD(i[p].node,ZD.Trailing)&&(c.push(l),l=[],f=!1)}function d(e){return/^[A-Z]|^[$_]+$/.test(e)}l.length>0&&c.push(l);const h=c.length>=2&&!QD(c[1][0].node)&&function(e){const n=e[1].length>0&&e[1][0].node.computed;if(1===e[0].length){const r=e[0][0].node;return"ThisExpression"===r.type||"Identifier"===r.type&&(d(r.name)||o&&function(e){return e.length<=t.tabWidth}(r.name)||n)}const r=qD(e[0]).node;return GD(r)&&"Identifier"===r.property.type&&(d(r.property.name)||n)}(c);function m(e){const t=e.map((e=>e.printed));return e.length>0&&qD(e).needsParens?["(",...t,")"]:t}const g=c.map(m),y=g,D=h?3:2,E=_s(c),b=E.slice(1,-1).some((e=>QD(e.node,ZD.Leading)))||E.slice(0,-1).some((e=>QD(e.node,ZD.Trailing)))||c[D]&&QD(c[D][0].node,ZD.Leading);if(c.length<=D&&!b)return JD(e)?y:oE(y);const C=qD(c[h?1:0]).node,v=!zD(C)&&u(C),A=[m(c[0]),h?c.slice(1,2).map(m):"",v?rE:"",function(e){return 0===e.length?"":iE(oE([rE,nE(rE,e.map(m))]))}(c.slice(h?2:1))],F=i.map((({node:e})=>e)).filter(zD);let x;return x=b||F.length>2&&F.some((e=>!e.arguments.every((e=>KD(e,0)))))||g.slice(0,-1).some(cE)||function(){const e=qD(qD(c)).node,t=qD(g);return zD(e)&&cE(t)&&F.slice(0,-1).some((e=>e.arguments.some(HD)))}()?oE(A):[cE(y)||v?sE:"",uE([y,A])],aE("member-chain",x)};const{builders:{join:mE,group:gE}}=In,{getCallArguments:yE,hasFlowAnnotationComment:DE,isCallExpression:EE,isMemberish:bE,isStringLiteral:CE,isTemplateOnItsOwnLine:vE,isTestCall:AE,iterateCallArgumentsPath:FE}=od,{printOptionalToken:xE,printFunctionTypeParameters:SE}=Iy;var wE={printCallExpression:function(e,t,n){const r=e.getValue(),o=e.getParentNode(),i="NewExpression"===r.type,u="ImportExpression"===r.type,s=xE(e),a=yE(r);if(a.length>0&&(!u&&!i&&function(e,t){if("Identifier"!==e.callee.type)return!1;if("require"===e.callee.name)return!0;if("define"===e.callee.name){const n=yE(e);return"ExpressionStatement"===t.type&&(1===n.length||2===n.length&&"ArrayExpression"===n[0].type||3===n.length&&CE(n[0])&&"ArrayExpression"===n[1].type)}return!1}(r,o)||1===a.length&&vE(a[0],t.originalText)||!i&&AE(r,o))){const r=[];return FE(e,(()=>{r.push(n())})),[i?"new ":"",n("callee"),s,SE(e,t,n),"(",mE(", ",r),")"]}const c=("babel"===t.parser||"babel-flow"===t.parser)&&r.callee&&"Identifier"===r.callee.type&&DE(r.callee.trailingComments);if(c&&(r.callee.trailingComments[0].printed=!0),!u&&!i&&bE(r.callee)&&!e.call((e=>ig(e,t)),"callee"))return hE(e,t,n);const l=[i?"new ":"",u?"import":n("callee"),s,c?"/*:: ".concat(r.callee.trailingComments[0].value.slice(2).trim()," */"):"",SE(e,t,n),kD(e,t,n)];return u||EE(r.callee)?gE(l):l}};const{isNonEmptyArray:TE,getStringWidth:BE}=Qt,{builders:{line:kE,group:NE,indent:PE,indentIfBreak:OE},utils:{cleanDoc:IE}}=In,{hasLeadingOwnLineComment:jE,isBinaryish:LE,isStringLiteral:_E,isLiteral:ME,isNumericLiteral:RE,isCallExpression:VE,isMemberExpression:$E,getCallArguments:qE,rawText:WE,hasComment:UE,isSignedNumericLiteral:zE}=od,{shouldInlineLogicalExpression:GE}=_g,{printCallExpression:HE}=wE;function JE(e,t,n,r,o,i){const u=function(e,t,n,r,o){const i=e.getValue(),u=i[o];if(!u)return"only-left";const s=!XE(u);if(e.match(XE,YE,(e=>!s||"ExpressionStatement"!==e.type&&"VariableDeclaration"!==e.type)))return s?"ArrowFunctionExpression"===u.type&&"ArrowFunctionExpression"===u.body.type?"chain-tail-arrow-chain":"chain-tail":"chain";if(!s&&XE(u.right)||jE(t.originalText,u))return"break-after-operator";if("CallExpression"===u.type&&"require"===u.callee.name||"json5"===t.parser||"json"===t.parser)return"never-break-after-operator";if(function(e){if(YE(e)){const t=e.left||e.id;return"ObjectPattern"===t.type&&t.properties.length>2&&t.properties.some((e=>("ObjectProperty"===e.type||"Property"===e.type)&&(!e.shorthand||e.value&&"AssignmentPattern"===e.value.type)))}return!1}(i))return"break-lhs";const a=function(e,t,n){if("ObjectProperty"!==e.type&&"Property"!==e.type)return!1;t=IE(t);const r=3;return"string"==typeof t&&BE(t)<n.tabWidth+r}(i,r,t);if(e.call((()=>function(e,t,n,r){const o=e.getValue();if(LE(o)&&!GE(o))return!0;switch(o.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{const{test:e}=o;return LE(e)&&!GE(e)}case"ClassExpression":return TE(o.decorators)}if(r)return!1;let i=o;const u=[];for(;;)if("UnaryExpression"===i.type)i=i.argument,u.push("argument");else{if("TSNonNullExpression"!==i.type)break;i=i.expression,u.push("expression")}if(_E(i)||e.call((()=>KE(e,t,n)),...u))return!0;return!1}(e,t,n,a)),o))return"break-after-operator";if(a||"TemplateLiteral"===u.type||"TaggedTemplateExpression"===u.type||"BooleanLiteral"===u.type||RE(u)||"ClassExpression"===u.type)return"never-break-after-operator";return"fluid"}(e,t,n,r,i),s=n(i,{assignmentLayout:u});switch(u){case"break-after-operator":return NE([NE(r),o,NE(PE([kE,s]))]);case"never-break-after-operator":return NE([NE(r),o," ",s]);case"fluid":{const e=Symbol("assignment");return NE([NE(r),o,NE(PE(kE),{id:e}),OE(s,{groupId:e})])}case"break-lhs":return NE([r,o," ",NE(s)]);case"chain":return[NE(r),o,kE,s];case"chain-tail":return[NE(r),o,PE([kE,s])];case"chain-tail-arrow-chain":return[NE(r),o,s];case"only-left":return r}}function XE(e){return"AssignmentExpression"===e.type}function YE(e){return XE(e)||"VariableDeclarator"===e.type}function KE(e,t,n,r=!1){const o=e.getValue(),i=()=>KE(e,t,n,!0);if("TSNonNullExpression"===o.type)return e.call(i,"expression");if(VE(o)){if("member-chain"===HE(e,t,n).label)return!1;const r=qE(o);return!!(0===r.length||1===r.length&&function(e,{printWidth:t}){if(UE(e))return!1;const n=.25*t;if("ThisExpression"===e.type||"Identifier"===e.type&&e.name.length<=n||zE(e)&&!UE(e.argument))return!0;const r="Literal"===e.type&&"regex"in e&&e.regex.pattern||"RegExpLiteral"===e.type&&e.pattern;if(r)return r.length<=n;if(_E(e))return WE(e).length<=n;if("TemplateLiteral"===e.type)return 0===e.expressions.length&&e.quasis[0].value.raw.length<=n&&!e.quasis[0].value.raw.includes("\n");return ME(e)}(r[0],t))&&e.call(i,"callee")}return $E(o)?e.call(i,"object"):r&&("Identifier"===o.type||"ThisExpression"===o.type)}var QE={printVariableDeclarator:function(e,t,n){return JE(e,t,n,n("id")," =","init")},printAssignmentExpression:function(e,t,n){const r=e.getValue();return JE(e,t,n,n("left"),[" ",r.operator],"right")},printAssignment:JE};const{getNextNonSpaceNonCommentCharacter:ZE}=Qt,{printDanglingComments:eb}=ep,{builders:{line:tb,hardline:nb,softline:rb,group:ob,indent:ib,ifBreak:ub},utils:{removeLines:sb,willBreak:ab}}=In,{getFunctionParameters:cb,iterateFunctionParametersPath:lb,isSimpleType:pb,isTestCall:fb,isTypeAnnotationAFunction:db,isObjectType:hb,isObjectTypePropertyAFunction:mb,hasRestParameter:gb,shouldPrintComma:yb,hasComment:Db,isNextLineEmpty:Eb}=od,{locEnd:bb}=Js,{ArgExpansionBailout:Cb}=eo,{printFunctionTypeParameters:vb}=Iy;function Ab(e){if(!e)return!1;const t=cb(e);if(1!==t.length)return!1;const[n]=t;return!Db(n)&&("ObjectPattern"===n.type||"ArrayPattern"===n.type||"Identifier"===n.type&&n.typeAnnotation&&("TypeAnnotation"===n.typeAnnotation.type||"TSTypeAnnotation"===n.typeAnnotation.type)&&hb(n.typeAnnotation.typeAnnotation)||"FunctionTypeParam"===n.type&&hb(n.typeAnnotation)||"AssignmentPattern"===n.type&&("ObjectPattern"===n.left.type||"ArrayPattern"===n.left.type)&&("Identifier"===n.right.type||"ObjectExpression"===n.right.type&&0===n.right.properties.length||"ArrayExpression"===n.right.type&&0===n.right.elements.length))}var Fb={printFunctionParameters:function(e,t,n,r,o){const i=e.getValue(),u=cb(i),s=o?vb(e,n,t):"";if(0===u.length)return[s,"(",eb(e,n,!0,(e=>")"===ZE(n.originalText,e,bb))),")"];const a=e.getParentNode(),c=fb(a),l=Ab(i),p=[];if(lb(e,((e,r)=>{const o=r===u.length-1;o&&i.rest&&p.push("..."),p.push(t()),o||(p.push(","),c||l?p.push(" "):Eb(u[r],n)?p.push(nb,nb):p.push(tb))})),r){if(ab(s)||ab(p))throw new Cb;return ob([sb(s),"(",sb(p),")"])}const f=u.every((e=>!e.decorators));return l&&f||c?[s,"(",...p,")"]:(mb(a)||db(a)||"TypeAlias"===a.type||"UnionTypeAnnotation"===a.type||"TSUnionType"===a.type||"IntersectionTypeAnnotation"===a.type||"FunctionTypeAnnotation"===a.type&&a.returnType===i)&&1===u.length&&null===u[0].name&&i.this!==u[0]&&u[0].typeAnnotation&&null===i.typeParameters&&pb(u[0].typeAnnotation)&&!i.rest?"always"===n.arrowParens?["(",...p,")"]:p:[s,"(",ib([rb,...p]),ub(!gb(i)&&yb(n,"all")?",":""),rb,")"]},shouldHugFunctionParameters:Ab,shouldGroupFunctionParameters:function(e,t){const n=function(e){let t;return e.returnType?(t=e.returnType,t.typeAnnotation&&(t=t.typeAnnotation)):e.typeAnnotation&&(t=e.typeAnnotation),t}(e);if(!n)return!1;const r=e.typeParameters&&e.typeParameters.params;if(r){if(r.length>1)return!1;if(1===r.length){const e=r[0];if(e.constraint||e.default)return!1}}return 1===cb(e).length&&(hb(n)||ab(t))}};const{printComments:xb,printDanglingComments:Sb}=ep,{getLast:wb}=Qt,{builders:{group:Tb,join:Bb,line:kb,softline:Nb,indent:Pb,align:Ob,ifBreak:Ib}}=In,{locStart:jb}=Js,{isSimpleType:Lb,isObjectType:_b,hasLeadingOwnLineComment:Mb,isObjectTypePropertyAFunction:Rb,shouldPrintComma:Vb}=od,{printAssignment:$b}=QE,{printFunctionParameters:qb,shouldGroupFunctionParameters:Wb}=Fb,{printArrayItems:Ub}=rD;function zb(e){if(Lb(e)||_b(e))return!0;if("UnionTypeAnnotation"===e.type||"TSUnionType"===e.type){const t=e.types.filter((e=>"VoidTypeAnnotation"===e.type||"TSVoidKeyword"===e.type||"NullLiteralTypeAnnotation"===e.type||"TSNullKeyword"===e.type)).length,n=e.types.some((e=>"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"GenericTypeAnnotation"===e.type||"TSTypeReference"===e.type));if(e.types.length-1===t&&n)return!0}return!1}var Gb={printOpaqueType:function(e,t,n){const r=t.semi?";":"",o=e.getValue(),i=[];return i.push("opaque type ",n("id"),n("typeParameters")),o.supertype&&i.push(": ",n("supertype")),o.impltype&&i.push(" = ",n("impltype")),i.push(r),i},printTypeAlias:function(e,t,n){const r=t.semi?";":"",o=e.getValue(),i=[];o.declare&&i.push("declare "),i.push("type ",n("id"),n("typeParameters"));const u="TSTypeAliasDeclaration"===o.type?"typeAnnotation":"right";return[$b(e,t,n,i," =",u),r]},printIntersectionType:function(e,t,n){const r=e.getValue(),o=e.map(n,"types"),i=[];let u=!1;for(let e=0;e<o.length;++e)0===e?i.push(o[e]):_b(r.types[e-1])&&_b(r.types[e])?i.push([" & ",u?Pb(o[e]):o[e]]):_b(r.types[e-1])||_b(r.types[e])?(e>1&&(u=!0),i.push(" & ",e>1?Pb(o[e]):o[e])):i.push(Pb([" &",kb,o[e]]));return Tb(i)},printUnionType:function(e,t,n){const r=e.getValue(),o=e.getParentNode(),i=!("TypeParameterInstantiation"===o.type||"TSTypeParameterInstantiation"===o.type||"GenericTypeAnnotation"===o.type||"TSTypeReference"===o.type||"TSTypeAssertion"===o.type||"TupleTypeAnnotation"===o.type||"TSTupleType"===o.type||"FunctionTypeParam"===o.type&&!o.name&&e.getParentNode(1).this!==o||("TypeAlias"===o.type||"VariableDeclarator"===o.type||"TSTypeAliasDeclaration"===o.type)&&Mb(t.originalText,r)),u=zb(r),s=e.map((e=>{let r=n();return u||(r=Ob(2,r)),xb(e,r,t)}),"types");if(u)return Bb(" | ",s);const a=i&&!Mb(t.originalText,r),c=[Ib([a?kb:"","| "]),Bb([kb,"| "],s)];return ig(e,t)?Tb([Pb(c),Nb]):"TupleTypeAnnotation"===o.type&&o.types.length>1||"TSTupleType"===o.type&&o.elementTypes.length>1?Tb([Pb([Ib(["(",Nb]),c]),Nb,Ib(")")]):Tb(i?Pb(c):c)},printFunctionType:function(e,t,n){const r=e.getValue(),o=[],i=e.getParentNode(0),u=e.getParentNode(1),s=e.getParentNode(2);let a="TSFunctionType"===r.type||!(("ObjectTypeProperty"===i.type||"ObjectTypeInternalSlot"===i.type)&&!i.variance&&!i.optional&&jb(i)===jb(r)||"ObjectTypeCallProperty"===i.type||s&&"DeclareFunction"===s.type),c=a&&("TypeAnnotation"===i.type||"TSTypeAnnotation"===i.type);const l=c&&a&&("TypeAnnotation"===i.type||"TSTypeAnnotation"===i.type)&&"ArrowFunctionExpression"===u.type;Rb(i)&&(a=!0,c=!0),l&&o.push("(");const p=qb(e,n,t,!1,!0),f=r.returnType||r.predicate||r.typeAnnotation?[a?" => ":": ",n("returnType"),n("predicate"),n("typeAnnotation")]:"",d=Wb(r,f);return o.push(d?Tb(p):p),f&&o.push(f),l&&o.push(")"),Tb(o)},printTupleType:function(e,t,n){const r=e.getValue(),o="TSTupleType"===r.type?"elementTypes":"types",i=r[o].length>0&&"TSRestType"===wb(r[o]).type;return Tb(["[",Pb([Nb,Ub(e,t,o,n)]),Ib(Vb(t,"all")&&!i?",":""),Sb(e,t,!0),Nb,"]"])},printIndexedAccessType:function(e,t,n){const r=e.getValue(),o="OptionalIndexedAccessType"===r.type&&r.optional?"?.[":"[";return[n("objectType"),o,n("indexType"),"]"]},shouldHugType:zb};const{printDanglingComments:Hb}=ep,{builders:{join:Jb,line:Xb,hardline:Yb,softline:Kb,group:Qb,indent:Zb,ifBreak:eC}}=In,{isTestCall:tC,hasComment:nC,CommentCheckFlags:rC,isTSXFile:oC,shouldPrintComma:iC,getFunctionParameters:uC}=od,{createGroupIdMapper:sC}=Qt,{shouldHugType:aC}=Gb,cC=sC("typeParameters");function lC(e,t){const n=e.getValue();if(!nC(n,rC.Dangling))return"";const r=!nC(n,rC.Line),o=Hb(e,t,r);return r?o:[o,Yb]}var pC={printTypeParameter:function(e,t,n){const r=e.getValue(),o=[],i=e.getParentNode();return"TSMappedType"===i.type?(o.push("[",n("name")),r.constraint&&o.push(" in ",n("constraint")),i.nameType&&o.push(" as ",e.callParent((()=>n("nameType")))),o.push("]"),o):(r.variance&&o.push(n("variance")),o.push(n("name")),r.bound&&o.push(": ",n("bound")),r.constraint&&o.push(" extends ",n("constraint")),r.default&&o.push(" = ",n("default")),o)},printTypeParameters:function(e,t,n,r){const o=e.getValue();if(!o[r])return"";if(!Array.isArray(o[r]))return n(r);const i=e.getNode(2);if(i&&tC(i)||0===o[r].length||1===o[r].length&&(aC(o[r][0])||"NullableTypeAnnotation"===o[r][0].type))return["<",Jb(", ",e.map(n,r)),lC(e,t),">"];const u="TSTypeParameterInstantiation"===o.type?"":1===uC(o).length&&oC(t)&&!o[r][0].constraint&&"ArrowFunctionExpression"===e.getParentNode().type?",":iC(t,"all")?eC(","):"";return Qb(["<",Zb([Kb,Jb([",",Xb],e.map(n,r))]),u,Kb,">"],{id:cC(o)})},getTypeParametersGroupId:cC};const{printComments:fC}=ep,{printString:dC,printNumber:hC}=Qt,{isNumericLiteral:mC,isSimpleNumber:gC,isStringLiteral:yC,isStringPropSafeToUnquote:DC,rawText:EC}=od,{printAssignment:bC}=QE,CC=new WeakMap;function vC(e,t,n){const r=e.getNode();if(r.computed)return["[",n("key"),"]"];const o=e.getParentNode(),{key:i}=r;if("ClassPrivateProperty"===r.type&&"Identifier"===i.type)return["#",n("key")];if("consistent"===t.quoteProps&&!CC.has(o)){const e=(o.properties||o.body||o.members).some((e=>!e.computed&&e.key&&yC(e.key)&&!DC(e,t)));CC.set(o,e)}if(("Identifier"===i.type||mC(i)&&gC(hC(EC(i)))&&String(i.value)===hC(EC(i))&&"typescript"!==t.parser&&"babel-ts"!==t.parser)&&("json"===t.parser||"consistent"===t.quoteProps&&CC.get(o))){const n=dC(JSON.stringify("Identifier"===i.type?i.name:i.value.toString()),t);return e.call((e=>fC(e,n,t)),"key")}return DC(r,t)&&("as-needed"===t.quoteProps||"consistent"===t.quoteProps&&!CC.get(o))?e.call((e=>fC(e,/^\d/.test(i.value)?hC(i.value):i.value,t)),"key"):n("key")}var AC={printProperty:function(e,t,n){return e.getValue().shorthand?n("value"):bC(e,t,n,vC(e,t,n),":","value")},printPropertyKey:vC};const{printDanglingComments:FC,printCommentsSeparately:xC}=ep,{getNextNonSpaceNonCommentCharacterIndex:SC}=Qt,{builders:{line:wC,softline:TC,group:BC,indent:kC,ifBreak:NC,hardline:PC,join:OC,indentIfBreak:IC}}=In,{getFunctionParameters:jC,hasLeadingOwnLineComment:LC,isFlowAnnotationComment:_C,isJsxNode:MC,isTemplateOnItsOwnLine:RC,shouldPrintComma:VC,startsWithNoLookaheadToken:$C,returnArgumentHasLeadingComment:qC,isBinaryish:WC,isLineComment:UC,hasComment:zC,getComments:GC,CommentCheckFlags:HC,isCallLikeExpression:JC}=od,{locEnd:XC}=Js,{printFunctionParameters:YC,shouldGroupFunctionParameters:KC}=Fb,{printPropertyKey:QC}=AC,{printFunctionTypeParameters:ZC}=Iy;function ev(e,t,n){const r=e.getNode(),o=YC(e,n,t),i=nv(e,n,t),u=KC(r,i),s=[ZC(e,t,n),BC([u?BC(o):o,i])];return r.body?s.push(" ",n("body")):s.push(t.semi?";":""),s}function tv(e,t){if("always"===t.arrowParens)return!1;if("avoid"===t.arrowParens){return function(e){const t=jC(e);return!(1!==t.length||e.typeParameters||zC(e,HC.Dangling)||"Identifier"!==t[0].type||t[0].typeAnnotation||zC(t[0])||t[0].optional||e.predicate||e.returnType)}(e.getValue())}return!1}function nv(e,t,n){const r=e.getValue(),o=t("returnType");if(r.returnType&&_C(n.originalText,r.returnType))return[" /*: ",o," */"];const i=[o];return r.returnType&&r.returnType.typeAnnotation&&i.unshift(": "),r.predicate&&i.push(r.returnType?" ":": ",t("predicate")),i}function rv(e,t,n){const r=e.getValue(),o=t.semi?";":"",i=[];r.argument&&(qC(t,r.argument)?i.push([" (",kC([PC,n("argument")]),PC,")"]):WC(r.argument)||"SequenceExpression"===r.argument.type?i.push(BC([NC(" ("," "),kC([TC,n("argument")]),TC,NC(")")])):i.push(" ",n("argument")));const u=GC(r),s=ke(u),a=s&&UC(s);return a&&i.push(o),zC(r,HC.Dangling)&&i.push(" ",FC(e,t,!0)),a||i.push(o),i}var ov={printFunctionDeclaration:function(e,t,n,r){const o=e.getValue(),i=[];"TSDeclareFunction"===o.type&&o.declare&&i.push("declare "),o.async&&i.push("async "),o.generator?i.push("function* "):i.push("function "),o.id&&i.push(t("id"));const u=YC(e,t,n,r),s=nv(e,t,n),a=KC(o,s);return i.push(ZC(e,n,t),BC([a?BC(u):u,s]),o.body?" ":"",t("body")),!n.semi||!o.declare&&o.body||i.push(";"),i},printArrowFunctionExpression:function(e,t,n,r){let o=e.getValue();const i=[],u=[];let s=!1;if(function a(){const c=function(e,t,n,r){const o=[];e.getValue().async&&o.push("async "),tv(e,t)?o.push(n(["params",0])):o.push(BC([YC(e,n,t,r&&(r.expandLastArg||r.expandFirstArg),!0),nv(e,n,t)]));const i=FC(e,t,!0,(e=>{const n=SC(t.originalText,e,XC);return!1!==n&&"=>"===t.originalText.slice(n,n+2)}));return i&&o.push(" ",i),o}(e,t,n,r);if(0===i.length)i.push(c);else{const{leading:n,trailing:r}=xC(e,t);i.push([n,c]),u.unshift(r)}s=s||o.returnType&&jC(o).length>0||o.typeParameters||jC(o).some((e=>"Identifier"!==e.type)),"ArrowFunctionExpression"!==o.body.type||r&&r.expandLastArg?u.unshift(n("body",r)):(o=o.body,e.call(a,"body"))}(),i.length>1)return function(e,t,n,r,o,i){const u=e.getName(),s=e.getParentNode(),a=JC(s)&&"callee"===u,c=Boolean(t&&t.assignmentLayout),l="BlockStatement"!==i.body.type&&"ObjectExpression"!==i.body.type,p=a&&l||t&&"chain-tail-arrow-chain"===t.assignmentLayout,f=Symbol("arrow-chain");return BC([BC(kC([a||c?TC:"",BC(OC([" =>",wC],n),{shouldBreak:r})]),{id:f,shouldBreak:p})," =>",IC(l?kC([wC,o]):[" ",o],{groupId:f}),a?NC(TC,"",{groupId:f}):""])}(e,r,i,s,u,o);const a=i;if(a.push(" =>"),!LC(t.originalText,o.body)&&("ArrayExpression"===o.body.type||"ObjectExpression"===o.body.type||"BlockStatement"===o.body.type||MC(o.body)||RC(o.body,t.originalText)||"ArrowFunctionExpression"===o.body.type||"DoExpression"===o.body.type))return BC([...a," ",u]);if("SequenceExpression"===o.body.type)return BC([...a,BC([" (",kC([TC,u]),TC,")"])]);const c=(r&&r.expandLastArg||"JSXExpressionContainer"===e.getParentNode().type)&&!zC(o),l=r&&r.expandLastArg&&VC(t,"all"),p="ConditionalExpression"===o.body.type&&!$C(o.body,!1);return BC([...a,BC([kC([wC,p?NC("","("):"",u,p?NC("",")"):""]),c?[NC(l?",":""),TC]:""])])},printMethod:function(e,t,n){const r=e.getNode(),{kind:o}=r,i=r.value||r,u=[];return o&&"init"!==o&&"method"!==o&&"constructor"!==o?(Tl.ok("get"===o||"set"===o),u.push(o," ")):i.async&&u.push("async "),i.generator&&u.push("*"),u.push(QC(e,t,n),r.optional||r.key.optional?"?":""),r===i?u.push(ev(e,t,n)):"FunctionExpression"===i.type?u.push(e.call((e=>ev(e,t,n)),"value")):u.push(n("value")),u},printReturnStatement:function(e,t,n){return["return",rv(e,t,n)]},printThrowStatement:function(e,t,n){return["throw",rv(e,t,n)]},printMethodInternal:ev,shouldPrintParamsWithoutParens:tv};const{isNonEmptyArray:iv,hasNewline:uv}=Qt,{builders:{line:sv,hardline:av,join:cv,breakParent:lv,group:pv}}=In,{locStart:fv,locEnd:dv}=Js,{getParentExportDeclaration:hv}=od;function mv(e,t){return e.decorators.some((e=>uv(t.originalText,dv(e))))}function gv(e){if("ExportDefaultDeclaration"!==e.type&&"ExportNamedDeclaration"!==e.type&&"DeclareExportDeclaration"!==e.type)return!1;const t=e.declaration&&e.declaration.decorators;return iv(t)&&fv(e,{ignoreDecorators:!0})>fv(t[0])}var yv={printDecorators:function(e,t,n){const r=e.getValue(),{decorators:o}=r;if(!iv(o)||gv(e.getParentNode()))return;const i="ClassExpression"===r.type||"ClassDeclaration"===r.type||mv(r,t);return[hv(e)?av:i?lv:"",cv(sv,e.map(n,"decorators")),sv]},printClassMemberDecorators:function(e,t,n){const r=e.getValue();return pv([cv(sv,e.map(n,"decorators")),mv(r,t)?av:sv])},printDecoratorsBeforeExport:function(e,t,n){return[cv(av,e.map(n,"declaration","decorators")),av]},hasDecoratorsBeforeExport:gv};const{isNonEmptyArray:Dv,createGroupIdMapper:Ev}=Qt,{printComments:bv,printDanglingComments:Cv}=ep,{builders:{join:vv,line:Av,hardline:Fv,softline:xv,group:Sv,indent:wv,ifBreak:Tv}}=In,{hasComment:Bv,CommentCheckFlags:kv}=od,{getTypeParametersGroupId:Nv}=pC,{printMethod:Pv}=ov,{printOptionalToken:Ov,printTypeAnnotation:Iv}=Iy,{printPropertyKey:jv}=AC,{printAssignment:Lv}=QE,{printClassMemberDecorators:_v}=yv;const Mv=Ev("heritageGroup");function Rv(e){return e.typeParameters&&!Bv(e.typeParameters,kv.Trailing|kv.Line)&&!function(e){return["superClass","extends","mixins","implements"].filter((t=>Boolean(e[t]))).length>1}(e)}function Vv(e,t,n,r){const o=e.getValue();if(!Dv(o[r]))return"";const i=Cv(e,t,!0,(({marker:e})=>e===r));return[Rv(o)?Tv(" ",Av,{groupId:Nv(o.typeParameters)}):Av,i,i&&Fv,r,Sv(wv([Av,vv([",",Av],e.map(n,r))]))]}function $v(e,t,n){const r=n("superClass");return"AssignmentExpression"===e.getParentNode().type?Sv(Tv(["(",wv([xv,r]),xv,")"],r)):r}var qv={printClass:function(e,t,n){const r=e.getValue(),o=[];r.declare&&o.push("declare "),r.abstract&&o.push("abstract "),o.push("class");const i=r.id&&Bv(r.id,kv.Trailing)||r.superClass&&Bv(r.superClass)||Dv(r.extends)||Dv(r.mixins)||Dv(r.implements),u=[],s=[];if(r.id&&u.push(" ",n("id")),u.push(n("typeParameters")),r.superClass){const r=["extends ",$v(e,t,n),n("superTypeParameters")],o=e.call((e=>bv(e,r,t)),"superClass");i?s.push(Av,Sv(o)):s.push(" ",o)}else s.push(Vv(e,t,n,"extends"));if(s.push(Vv(e,t,n,"mixins"),Vv(e,t,n,"implements")),i){let e;e=Rv(r)?[...u,wv(s)]:wv([...u,s]),o.push(Sv(e,{id:Mv(r)}))}else o.push(...u,...s);return o.push(" ",n("body")),o},printClassMethod:function(e,t,n){const r=e.getValue(),o=[];return Dv(r.decorators)&&o.push(_v(e,t,n)),r.accessibility&&o.push(r.accessibility+" "),r.readonly&&o.push("readonly "),r.declare&&o.push("declare "),r.static&&o.push("static "),r.override&&o.push("override "),("TSAbstractMethodDefinition"===r.type||r.abstract)&&o.push("abstract "),o.push(Pv(e,t,n)),o},printClassProperty:function(e,t,n){const r=e.getValue(),o=[],i=t.semi?";":"";return Dv(r.decorators)&&o.push(_v(e,t,n)),r.accessibility&&o.push(r.accessibility+" "),r.declare&&o.push("declare "),r.static&&o.push("static "),r.override&&o.push("override "),("TSAbstractClassProperty"===r.type||r.abstract)&&o.push("abstract "),r.readonly&&o.push("readonly "),r.variance&&o.push(n("variance")),o.push(jv(e,t,n),Ov(e),Iv(e,t,n)),[Lv(e,t,n,o," =","value"),i]},printHardlineAfterHeritage:function(e){return Tv(Fv,"",{groupId:Mv(e)})}};const{isNonEmptyArray:Wv}=Qt,{builders:{join:Uv,line:zv,group:Gv,indent:Hv,ifBreak:Jv}}=In,{hasComment:Xv,identity:Yv,CommentCheckFlags:Kv}=od,{getTypeParametersGroupId:Qv}=pC,{printTypeScriptModifiers:Zv}=Iy;var eA={printInterface:function(e,t,n){const r=e.getValue(),o=[];r.declare&&o.push("declare "),"TSInterfaceDeclaration"===r.type&&o.push(r.abstract?"abstract ":"",Zv(e,t,n)),o.push("interface");const i=[],u=[];"InterfaceTypeAnnotation"!==r.type&&i.push(" ",n("id"),n("typeParameters"));const s=r.typeParameters&&!Xv(r.typeParameters,Kv.Trailing|Kv.Line);return Wv(r.extends)&&u.push(s?Jv(" ",zv,{groupId:Qv(r.typeParameters)}):zv,"extends ",(1===r.extends.length?Yv:Hv)(Uv([",",zv],e.map(n,"extends")))),r.id&&Xv(r.id,Kv.Trailing)||Wv(r.extends)?s?o.push(Gv([...i,Hv(u)])):o.push(Gv(Hv([...i,...u]))):o.push(...i,...u),o.push(" ",n("body")),Gv(o)}};const{isNonEmptyArray:tA}=Qt,{builders:{softline:nA,group:rA,indent:oA,join:iA,line:uA,ifBreak:sA,hardline:aA}}=In,{printDanglingComments:cA}=ep,{hasComment:lA,CommentCheckFlags:pA,shouldPrintComma:fA,needsHardlineAfterDanglingComment:dA}=od,{locStart:hA,hasSameLoc:mA}=Js,{hasDecoratorsBeforeExport:gA,printDecoratorsBeforeExport:yA}=yv;function DA(e,t,n){const r=e.getValue();if(!r.source)return"";const o=[];return bA(r,t)||o.push(" from"),o.push(" ",n("source")),o}function EA(e,t,n){const r=e.getValue();if(bA(r,t))return"";const o=[" "];if(tA(r.specifiers)){const i=[],u=[];if(e.each((()=>{const t=e.getValue().type;if("ExportNamespaceSpecifier"===t||"ExportDefaultSpecifier"===t||"ImportNamespaceSpecifier"===t||"ImportDefaultSpecifier"===t)i.push(n());else{if("ExportSpecifier"!==t&&"ImportSpecifier"!==t)throw new Error("Unknown specifier type ".concat(JSON.stringify(t)));u.push(n())}}),"specifiers"),o.push(iA(", ",i)),u.length>0){i.length>0&&o.push(", ");u.length>1||i.length>0||r.specifiers.some((e=>lA(e)))?o.push(rA(["{",oA([t.bracketSpacing?uA:nA,iA([",",uA],u)]),sA(fA(t)?",":""),t.bracketSpacing?uA:nA,"}"])):o.push(["{",t.bracketSpacing?" ":"",...u,t.bracketSpacing?" ":"","}"])}}else o.push("{}");return o}function bA(e,t){const{type:n,importKind:r,source:o,specifiers:i}=e;return"ImportDeclaration"===n&&!tA(i)&&"type"!==r&&!/{\s*}/.test(t.originalText.slice(hA(e),hA(o)))}function CA(e,t,n){const r=e.getNode();return tA(r.assertions)?[" assert {",t.bracketSpacing?" ":"",iA(", ",e.map(n,"assertions")),t.bracketSpacing?" ":"","}"]:""}var vA={printImportDeclaration:function(e,t,n){const r=e.getValue(),o=t.semi?";":"",i=[],{importKind:u}=r;return i.push("import"),u&&"value"!==u&&i.push(" ",u),i.push(EA(e,t,n),DA(e,t,n),CA(e,t,n),o),i},printExportDeclaration:function(e,t,n){const r=e.getValue(),o=[];gA(r)&&o.push(yA(e,t,n));const{type:i,exportKind:u,declaration:s}=r;return o.push("export"),(r.default||"ExportDefaultDeclaration"===i)&&o.push(" default"),lA(r,pA.Dangling)&&(o.push(" ",cA(e,t,!0)),dA(r)&&o.push(aA)),s?o.push(" ",n("declaration")):o.push("type"===u?" type":"",EA(e,t,n),DA(e,t,n),CA(e,t,n)),function(e,t){if(!t.semi)return!1;const{type:n,declaration:r}=e,o=e.default||"ExportDefaultDeclaration"===n;if(!r)return!0;const{type:i}=r;if(o&&"ClassDeclaration"!==i&&"FunctionDeclaration"!==i&&"TSInterfaceDeclaration"!==i&&"DeclareClass"!==i&&"DeclareFunction"!==i&&"TSDeclareFunction"!==i&&"EnumDeclaration"!==i)return!0;return!1}(r,t)&&o.push(";"),o},printExportAllDeclaration:function(e,t,n){const r=e.getValue(),o=t.semi?";":"",i=[],{exportKind:u,exported:s}=r;return i.push("export"),"type"===u&&i.push(" type"),i.push(" *"),s&&i.push(" as ",n("exported")),i.push(DA(e,t,n),CA(e,t,n),o),i},printModuleSpecifier:function(e,t,n){const r=e.getNode(),{type:o,importKind:i}=r,u=[];"ImportSpecifier"===o&&i&&u.push(i," ");const s=o.startsWith("Import"),a=s?"imported":"local",c=s?"local":"exported";let l="",p="";return"ExportNamespaceSpecifier"===o||"ImportNamespaceSpecifier"===o?l="*":r[a]&&(l=n(a)),!r[c]||r[a]&&mA(r[a],r[c])||(p=n(c)),u.push(l,l&&p?" as ":"",p),u}};const{getParentExportDeclaration:AA}=od,{printClass:FA}=qv,{printOpaqueType:xA,printTypeAlias:SA,printIntersectionType:wA,printUnionType:TA,printFunctionType:BA,printTupleType:kA,printIndexedAccessType:NA}=Gb,{printInterface:PA}=eA,{printTypeParameters:OA}=pC,{printExportDeclaration:IA,printExportAllDeclaration:jA}=vA;function LA(e,t){const n=AA(e);return n?(Tl.strictEqual(n.type,"DeclareExportDeclaration"),t):["declare ",t]}var _A={printFlow:function(e,t,n){const r=e.getValue(),o=t.semi?";":"";switch(r.type){case"DeclareClass":return LA(e,FA(e,t,n));case"DeclareFunction":return LA(e,["function ",n("id"),r.predicate?" ":"",n("predicate"),o]);case"DeclareModule":return LA(e,["module ",n("id")," ",n("body")]);case"DeclareModuleExports":return LA(e,["module.exports",": ",n("typeAnnotation"),o]);case"DeclareVariable":return LA(e,["var ",n("id"),o]);case"DeclareOpaqueType":return LA(e,xA(e,t,n));case"DeclareInterface":return LA(e,PA(e,t,n));case"DeclareTypeAlias":return LA(e,SA(e,t,n));case"DeclareExportDeclaration":return LA(e,IA(e,t,n));case"DeclareExportAllDeclaration":return LA(e,jA(e,t,n));case"OpaqueType":return xA(e,t,n);case"TypeAlias":return SA(e,t,n);case"IntersectionTypeAnnotation":return wA(e,t,n);case"UnionTypeAnnotation":return TA(e,t,n);case"FunctionTypeAnnotation":return BA(e,t,n);case"TupleTypeAnnotation":return kA(e,t,n);case"GenericTypeAnnotation":return[n("id"),OA(e,t,n,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return NA(e,t,n);case"TypeAnnotation":return n("typeAnnotation")}}};const{hasNewlineInRange:MA}=Qt,{isJsxNode:RA,isBlockComment:VA,getComments:$A,isCallExpression:qA,isMemberExpression:WA}=od,{locStart:UA,locEnd:zA}=Js,{builders:{line:GA,softline:HA,group:JA,indent:XA,align:YA,ifBreak:KA,dedent:QA,breakParent:ZA}}=In;function eF(e,t,n){const r=e.getValue(),o="ConditionalExpression"===r.type,i=o?"alternate":"falseType",u=e.getParentNode(),s=o?n("test"):[n("checkType")," ","extends"," ",n("extendsType")];return u.type===r.type&&u[i]===r?YA(2,s):s}const tF=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);var nF={printTernary:function(e,t,n){const r=e.getValue(),o="ConditionalExpression"===r.type,i=o?"consequent":"trueType",u=o?"alternate":"falseType",s=o?["test"]:["checkType","extendsType"],a=r[i],c=r[u],l=[];let p=!1;const f=e.getParentNode(),d=f.type===r.type&&s.some((e=>f[e]===r));let h,m,g=f.type===r.type&&!d,y=0;do{m=h||r,h=e.getParentNode(y),y++}while(h&&h.type===r.type&&s.every((e=>h[e]!==m)));const D=h||f,E=m;if(o&&(RA(r[s[0]])||RA(a)||RA(c)||function(e){const t=[e];for(let e=0;e<t.length;e++){const n=t[e];for(const e of["test","consequent","alternate"]){const r=n[e];if(RA(r))return!0;"ConditionalExpression"===r.type&&t.push(r)}}return!1}(E))){p=!0,g=!0;const e=e=>[KA("("),XA([HA,e]),HA,KA(")")],t=e=>"NullLiteral"===e.type||"Literal"===e.type&&null===e.value||"Identifier"===e.type&&"undefined"===e.name;l.push(" ? ",t(a)?n(i):e(n(i))," : ",c.type===r.type||t(c)?n(u):e(n(u)))}else{const e=[GA,"? ",a.type===r.type?KA("","("):"",YA(2,n(i)),a.type===r.type?KA("",")"):"",GA,": ",c.type===r.type?n(u):YA(2,n(u))];l.push(f.type!==r.type||f[u]===r||d?e:t.useTabs?QA(XA(e)):YA(Math.max(0,t.tabWidth-2),e))}const b=_s([...s.map((e=>$A(r[e]))),$A(a),$A(c)]).some((e=>VA(e)&&MA(t.originalText,UA(e),zA(e)))),C=!p&&(WA(f)||"NGPipeExpression"===f.type&&f.left===r)&&!f.computed,v=function(e){const t=e.getValue();if("ConditionalExpression"!==t.type)return!1;let n,r=t;for(let t=0;!n;t++){const o=e.getParentNode(t);qA(o)&&o.callee===r||WA(o)&&o.object===r||"TSNonNullExpression"===o.type&&o.expression===r?r=o:"NewExpression"===o.type&&o.callee===r||"TSAsExpression"===o.type&&o.expression===r?(n=e.getParentNode(t+1),r=o):n=o}return r!==t&&n[tF.get(n.type)]===r}(e),A=(F=[eF(e,0,n),g?l:XA(l),o&&C&&!v?HA:""],f===D?JA(F,{shouldBreak:b}):b?[F,ZA]:F);var F;return d||v?JA([XA([HA,A]),HA]):A}};const{printDanglingComments:rF}=ep,{builders:{line:oF,softline:iF,group:uF,indent:sF,ifBreak:aF,hardline:cF}}=In,{getLast:lF,hasNewlineInRange:pF,hasNewline:fF,isNonEmptyArray:dF}=Qt,{shouldPrintComma:hF,hasComment:mF,getComments:gF,CommentCheckFlags:yF,isNextLineEmpty:DF}=od,{locStart:EF,locEnd:bF}=Js,{printOptionalToken:CF,printTypeAnnotation:vF}=Iy,{shouldHugFunctionParameters:AF}=Fb,{shouldHugType:FF}=Gb,{printHardlineAfterHeritage:xF}=qv;var SF={printObject:function(e,t,n){const r=t.semi?";":"",o=e.getValue();let i;i="TSTypeLiteral"===o.type?"members":"TSInterfaceBody"===o.type?"body":"properties";const u="ObjectTypeAnnotation"===o.type,s=[i];u&&s.push("indexers","callProperties","internalSlots");const a=s.map((e=>o[e][0])).sort(((e,t)=>EF(e)-EF(t)))[0],c=e.getParentNode(0),l=u&&c&&("InterfaceDeclaration"===c.type||"DeclareInterface"===c.type||"DeclareClass"===c.type)&&"body"===e.getName(),p="TSInterfaceBody"===o.type||l||"ObjectPattern"===o.type&&"FunctionDeclaration"!==c.type&&"FunctionExpression"!==c.type&&"ArrowFunctionExpression"!==c.type&&"ObjectMethod"!==c.type&&"ClassMethod"!==c.type&&"ClassPrivateMethod"!==c.type&&"AssignmentPattern"!==c.type&&"CatchClause"!==c.type&&o.properties.some((e=>e.value&&("ObjectPattern"===e.value.type||"ArrayPattern"===e.value.type)))||"ObjectPattern"!==o.type&&a&&pF(t.originalText,EF(o),EF(a)),f=l?";":"TSInterfaceBody"===o.type||"TSTypeLiteral"===o.type?aF(r,";"):",",d="RecordExpression"===o.type?"#{":o.exact?"{|":"{",h=o.exact?"|}":"}",m=[];for(const t of s)e.each((e=>{const t=e.getValue();m.push({node:t,printed:n(),loc:EF(t)})}),t);s.length>1&&m.sort(((e,t)=>e.loc-t.loc));let g=[];const y=m.map((e=>{const n=[...g,uF(e.printed)];return g=[f,oF],"TSPropertySignature"!==e.node.type&&"TSMethodSignature"!==e.node.type&&"TSConstructSignatureDeclaration"!==e.node.type||!mF(e.node,yF.PrettierIgnore)||g.shift(),DF(e.node,t)&&g.push(cF),n}));if(o.inexact){let n;if(mF(o,yF.Dangling)){const r=mF(o,yF.Line);n=[rF(e,t,!0),r||fF(t.originalText,bF(lF(gF(o))))?cF:oF,"..."]}else n=["..."];y.push([...g,...n])}const D=lF(o[i]),E=!(o.inexact||D&&"RestElement"===D.type||D&&("TSPropertySignature"===D.type||"TSCallSignatureDeclaration"===D.type||"TSMethodSignature"===D.type||"TSConstructSignatureDeclaration"===D.type)&&mF(D,yF.PrettierIgnore));let b;if(0===y.length){if(!mF(o,yF.Dangling))return[d,h,vF(e,t,n)];b=uF([d,rF(e,t),iF,h,CF(e),vF(e,t,n)])}else b=[l&&dF(o.properties)?xF(c):"",d,sF([t.bracketSpacing?oF:iF,...y]),aF(E&&(","!==f||hF(t))?f:""),t.bracketSpacing?oF:iF,h,CF(e),vF(e,t,n)];return e.match((e=>"ObjectPattern"===e.type&&!e.decorators),((e,t,n)=>AF(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===n))||e.match(FF,((e,t)=>"typeAnnotation"===t),((e,t)=>"typeAnnotation"===t),((e,t,n)=>AF(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===n))||!p&&e.match((e=>"ObjectPattern"===e.type),(e=>"AssignmentExpression"===e.type||"VariableDeclarator"===e.type))?b:uF(b,{shouldBreak:p})}};const{builders:{hardline:wF}}=In,{getLeftSidePathName:TF,hasNakedLeftSide:BF,isJsxNode:kF,isTheOnlyJsxElementInMarkdown:NF,hasComment:PF,CommentCheckFlags:OF,isNextLineEmpty:IF}=od,{shouldPrintParamsWithoutParens:jF}=ov;function LF(e,t,n,r){const o=e.getValue(),i=[],u="ClassBody"===o.type,s=function(e){for(let t=e.length-1;t>=0;t--){const n=e[t];if("EmptyStatement"!==n.type)return n}}(o[r]);return e.each(((e,r,o)=>{const a=e.getValue();if("EmptyStatement"===a.type)return;const c=n();t.semi||u||NF(t,e)||!function(e,t){if("ExpressionStatement"!==e.getNode().type)return!1;return e.call((e=>_F(e,t)),"expression")}(e,t)?i.push(c):PF(a,OF.Leading)?i.push(n([],{needsSemi:!0})):i.push(";",c),!t.semi&&u&&MF(a)&&function(e,t){const n=e.key&&e.key.name;if(!("static"!==n&&"get"!==n&&"set"!==n||e.value||e.typeAnnotation))return!0;if(!t)return!1;if(t.static||t.accessibility)return!1;if(!t.computed){const e=t.key&&t.key.name;if("in"===e||"instanceof"===e)return!0}switch(t.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractClassProperty":return t.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((t.value?t.value.async:t.async)||"get"===t.kind||"set"===t.kind)return!1;const e=t.value?t.value.generator:t.generator;return!(!t.computed&&!e)}case"TSIndexSignature":return!0}return!1}(a,o[r+1])&&i.push(";"),a!==s&&(i.push(wF),IF(a,t)&&i.push(wF))}),r),i}function _F(e,t){const n=e.getValue();switch(n.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!jF(e,t))return!0;break;case"UnaryExpression":{const{prefix:e,operator:t}=n;if(e&&("+"===t||"-"===t))return!0;break}case"BindExpression":if(!n.object)return!0;break;case"Literal":if(n.regex)return!0;break;default:if(kF(n))return!0}return!!ig(e,t)||!!BF(n)&&e.call((e=>_F(e,t)),...TF(e,n))}const MF=({type:e})=>"ClassProperty"===e||"PropertyDefinition"===e||"ClassPrivateProperty"===e;var RF={printBody:function(e,t,n){return LF(e,t,n,"body")},printSwitchCaseConsequent:function(e,t,n){return LF(e,t,n,"consequent")}};const{printDanglingComments:VF}=ep,{isNonEmptyArray:$F}=Qt,{builders:{hardline:qF,indent:WF}}=In,{hasComment:UF,CommentCheckFlags:zF,isNextLineEmpty:GF}=od,{printHardlineAfterHeritage:HF}=qv,{printBody:JF}=RF;function XF(e,t,n){const r=e.getValue(),o=$F(r.directives),i=r.body.some((e=>"EmptyStatement"!==e.type)),u=UF(r,zF.Dangling);if(!o&&!i&&!u)return"";const s=[];if(o&&e.each(((e,r,o)=>{s.push(n()),(r<o.length-1||i||u)&&(s.push(qF),GF(e.getValue(),t)&&s.push(qF))}),"directives"),i&&s.push(JF(e,t,n)),u&&s.push(VF(e,t,!0)),"Program"===r.type){const t=e.getParentNode();t&&"ModuleExpression"===t.type||s.push(qF)}return s}var YF={printBlock:function(e,t,n){const r=e.getValue(),o=[];if("StaticBlock"===r.type&&o.push("static "),"ClassBody"===r.type&&$F(r.body)){const t=e.getParentNode();o.push(HF(t))}o.push("{");const i=XF(e,t,n);if(i)o.push(WF([qF,i]),qF);else{const t=e.getParentNode(),n=e.getParentNode(1);"ArrowFunctionExpression"===t.type||"FunctionExpression"===t.type||"FunctionDeclaration"===t.type||"ObjectMethod"===t.type||"ClassMethod"===t.type||"ClassPrivateMethod"===t.type||"ForStatement"===t.type||"WhileStatement"===t.type||"DoWhileStatement"===t.type||"DoExpression"===t.type||"CatchClause"===t.type&&!n.finalizer||"TSModuleDeclaration"===t.type||"TSDeclareFunction"===t.type||"StaticBlock"===r.type||"ClassBody"===r.type||o.push(qF)}return o.push("}"),o},printBlockBody:XF};const{printDanglingComments:KF}=ep,{hasNewlineInRange:QF}=Qt,{builders:{join:ZF,line:ex,hardline:tx,softline:nx,group:rx,indent:ox,conditionalGroup:ix,ifBreak:ux}}=In,{isLiteral:sx,getTypeScriptMappedTypeModifier:ax,shouldPrintComma:cx,isCallExpression:lx,isMemberExpression:px}=od,{locStart:fx,locEnd:dx}=Js,{printOptionalToken:hx,printTypeScriptModifiers:mx}=Iy,{printTernary:gx}=nF,{printFunctionParameters:yx,shouldGroupFunctionParameters:Dx}=Fb,{printTemplateLiteral:Ex}=Ad,{printArrayItems:bx}=rD,{printObject:Cx}=SF,{printClassProperty:vx,printClassMethod:Ax}=qv,{printTypeParameter:Fx,printTypeParameters:xx}=pC,{printPropertyKey:Sx}=AC,{printFunctionDeclaration:wx,printMethodInternal:Tx}=ov,{printInterface:Bx}=eA,{printBlock:kx}=YF,{printTypeAlias:Nx,printIntersectionType:Px,printUnionType:Ox,printFunctionType:Ix,printTupleType:jx,printIndexedAccessType:Lx}=Gb;var _x={printTypescript:function(e,t,n){const r=e.getValue(),o=t.semi?";":"",i=[];switch(r.type){case"TSTypeAssertion":{const e=!("ArrayExpression"===r.expression.type||"ObjectExpression"===r.expression.type),t=rx(["<",ox([nx,n("typeAnnotation")]),nx,">"]),o=[ux("("),ox([nx,n("expression")]),nx,ux(")")];return e?ix([[t,n("expression")],[t,rx(o,{shouldBreak:!0})],[t,n("expression")]]):rx([t,n("expression")])}case"TSDeclareFunction":return wx(e,n,t);case"TSExportAssignment":return["export = ",n("expression"),o];case"TSModuleBlock":return kx(e,t,n);case"TSInterfaceBody":case"TSTypeLiteral":return Cx(e,t,n);case"TSTypeAliasDeclaration":return Nx(e,t,n);case"TSQualifiedName":return ZF(".",[n("left"),n("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return Ax(e,t,n);case"TSAbstractClassProperty":return vx(e,t,n);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return i.push(n("expression")),r.typeParameters&&i.push(n("typeParameters")),i;case"TSTemplateLiteralType":return Ex(e,n,t);case"TSNamedTupleMember":return[n("label"),r.optional?"?":"",": ",n("elementType")];case"TSRestType":return["...",n("typeAnnotation")];case"TSOptionalType":return[n("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return Bx(e,t,n);case"TSClassImplements":return[n("expression"),n("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return xx(e,t,n,"params");case"TSTypeParameter":case"TypeParameter":return Fx(e,t,n);case"TypeofTypeAnnotation":return["typeof ",n("argument")];case"TSAbstractKeyword":return"abstract";case"TSAsyncKeyword":return"async";case"TSDeclareKeyword":return"declare";case"TSExportKeyword":return"export";case"TSNeverKeyword":return"never";case"TSObjectKeyword":return"object";case"TSProtectedKeyword":return"protected";case"TSPrivateKeyword":return"private";case"TSPublicKeyword":return"public";case"TSReadonlyKeyword":return"readonly";case"TSStaticKeyword":return"static";case"TSUndefinedKeyword":return"undefined";case"TSUnknownKeyword":return"unknown";case"TSIntrinsicKeyword":return"intrinsic";case"TSAsExpression":{i.push(n("expression")," as ",n("typeAnnotation"));const t=e.getParentNode();return lx(t)&&t.callee===r||px(t)&&t.object===r?rx([ox([nx,...i]),nx]):i}case"TSArrayType":return[n("elementType"),"[]"];case"TSPropertySignature":return r.export&&i.push("export "),r.accessibility&&i.push(r.accessibility+" "),r.static&&i.push("static "),r.readonly&&i.push("readonly "),i.push(Sx(e,t,n),hx(e)),r.typeAnnotation&&i.push(": ",n("typeAnnotation")),r.initializer&&i.push(" = ",n("initializer")),i;case"TSParameterProperty":return r.accessibility&&i.push(r.accessibility+" "),r.export&&i.push("export "),r.static&&i.push("static "),r.readonly&&i.push("readonly "),i.push(n("parameter")),i;case"TSTypeQuery":return["typeof ",n("exprName")];case"TSIndexSignature":{const i=e.getParentNode(),u=r.parameters.length>1?ux(cx(t)?",":""):"",s=rx([ox([nx,ZF([", ",nx],e.map(n,"parameters"))]),u,nx]);return[r.export?"export ":"",r.accessibility?[r.accessibility," "]:"",r.static?"static ":"",r.readonly?"readonly ":"",r.declare?"declare ":"","[",r.parameters?s:"",r.typeAnnotation?"]: ":"]",r.typeAnnotation?n("typeAnnotation"):"","ClassBody"===i.type?o:""]}case"TSTypePredicate":return[r.asserts?"asserts ":"",n("parameterName"),r.typeAnnotation?[" is ",n("typeAnnotation")]:""];case"TSNonNullExpression":return[n("expression"),"!"];case"TSImportType":return[r.isTypeOf?"typeof ":"","import(",n(r.parameter?"parameter":"argument"),")",r.qualifier?[".",n("qualifier")]:"",xx(e,t,n,"typeParameters")];case"TSLiteralType":return n("literal");case"TSIndexedAccessType":return Lx(e,t,n);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":if("TSConstructorType"===r.type&&r.abstract&&i.push("abstract "),"TSCallSignatureDeclaration"!==r.type&&i.push("new "),i.push(rx(yx(e,n,t,!1,!0))),r.returnType||r.typeAnnotation){const e="TSConstructorType"===r.type;i.push(e?" => ":": ",n("returnType"),n("typeAnnotation"))}return i;case"TSTypeOperator":return[r.operator," ",n("typeAnnotation")];case"TSMappedType":{const i=QF(t.originalText,fx(r),dx(r));return rx(["{",ox([t.bracketSpacing?ex:nx,r.readonly?[ax(r.readonly,"readonly")," "]:"",mx(e,t,n),n("typeParameter"),r.optional?ax(r.optional,"?"):"",r.typeAnnotation?": ":"",n("typeAnnotation"),ux(o)]),KF(e,t,!0),t.bracketSpacing?ex:nx,"}"],{shouldBreak:i})}case"TSMethodSignature":{const o=r.kind&&"method"!==r.kind?"".concat(r.kind," "):"";i.push(r.accessibility?[r.accessibility," "]:"",o,r.export?"export ":"",r.static?"static ":"",r.readonly?"readonly ":"",r.abstract?"abstract ":"",r.declare?"declare ":"",r.computed?"[":"",n("key"),r.computed?"]":"",hx(e));const u=yx(e,n,t,!1,!0),s=r.returnType?"returnType":"typeAnnotation",a=r[s],c=a?n(s):"",l=Dx(r,c);return i.push(l?rx(u):u),a&&i.push(": ",rx(c)),rx(i)}case"TSNamespaceExportDeclaration":return i.push("export as namespace ",n("id")),t.semi&&i.push(";"),rx(i);case"TSEnumDeclaration":return r.declare&&i.push("declare "),r.modifiers&&i.push(mx(e,t,n)),r.const&&i.push("const "),i.push("enum ",n("id")," "),0===r.members.length?i.push(rx(["{",KF(e,t),nx,"}"])):i.push(rx(["{",ox([tx,bx(e,t,"members",n),cx(t,"es5")?",":""]),KF(e,t,!0),tx,"}"])),i;case"TSEnumMember":return i.push(n("id")),r.initializer&&i.push(" = ",n("initializer")),i;case"TSImportEqualsDeclaration":return r.isExport&&i.push("export "),i.push("import "),r.importKind&&"value"!==r.importKind&&i.push(r.importKind," "),i.push(n("id")," = ",n("moduleReference")),t.semi&&i.push(";"),rx(i);case"TSExternalModuleReference":return["require(",n("expression"),")"];case"TSModuleDeclaration":{const u=e.getParentNode(),s=sx(r.id),a="TSModuleDeclaration"===u.type,c=r.body&&"TSModuleDeclaration"===r.body.type;if(a)i.push(".");else{r.declare&&i.push("declare "),i.push(mx(e,t,n));const o=t.originalText.slice(fx(r),fx(r.id));"Identifier"===r.id.type&&"global"===r.id.name&&!/namespace|module/.test(o)||i.push(s||/(^|\s)module(\s|$)/.test(o)?"module ":"namespace ")}return i.push(n("id")),c?i.push(n("body")):r.body?i.push(" ",rx(n("body"))):i.push(o),i}case"TSPrivateIdentifier":return r.escapedText;case"TSConditionalType":return gx(e,t,n);case"TSInferType":return["infer"," ",n("typeParameter")];case"TSIntersectionType":return Px(e,t,n);case"TSUnionType":return Ox(e,t,n);case"TSFunctionType":return Ix(e,t,n);case"TSTupleType":return jx(e,t,n);case"TSTypeReference":return[n("typeName"),xx(e,t,n,"typeParameters")];case"TSTypeAnnotation":return n("typeAnnotation");case"TSEmptyBodyFunctionExpression":return Tx(e,t,n);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return["?",n("typeAnnotation")];case"TSJSDocNonNullableType":return["!",n("typeAnnotation")];case"TSJSDocFunctionType":return["function(","): ",n("typeAnnotation")]}}};const{hasNewline:Mx}=Qt,{builders:{join:Rx,hardline:Vx},utils:{replaceNewlinesWithLiterallines:$x}}=In,{isLineComment:qx,isBlockComment:Wx}=od,{locStart:Ux,locEnd:zx}=Js;var Gx={printComment:function(e,t){const n=e.getValue();if(qx(n))return t.originalText.slice(Ux(n),zx(n)).trimEnd();if(Wx(n)){if(function(e){const t="*".concat(e.value,"*").split("\n");return t.length>1&&t.every((e=>"*"===e.trim()[0]))}(n)){const e=function(e){const t=e.value.split("\n");return["/*",Rx(Vx,t.map(((e,n)=>0===n?e.trimEnd():" "+(n<t.length-1?e.trim():e.trimStart())))),"*/"]}(n);return n.trailing&&!Mx(t.originalText,Ux(n),{backwards:!0})?[Vx,e]:e}const e=zx(n),r="*-/"===t.originalText.slice(e-3,e);return["/*",$x(n.value),r?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(n))}};const{printString:Hx,printNumber:Jx}=Qt;function Xx(e){return e.toLowerCase()}function Yx({pattern:e,flags:t}){return t=t.split("").sort().join(""),"/".concat(e,"/").concat(t)}var Kx={printLiteral:function(e,t){const n=e.getNode();switch(n.type){case"RegExpLiteral":return Yx(n);case"BigIntLiteral":return Xx(n.bigint||n.extra.raw);case"NumericLiteral":return Jx(n.extra.raw);case"StringLiteral":return Hx(n.extra.raw,t);case"NullLiteral":return"null";case"BooleanLiteral":return String(n.value);case"DecimalLiteral":return Jx(n.value)+"m";case"Literal":{if(n.regex)return Yx(n.regex);if(n.bigint)return Xx(n.raw);const{value:e}=n;return"number"==typeof e?Jx(n.raw):"string"==typeof e?Hx(n.raw,t):String(e)}}}};const{printDanglingComments:Qx}=ep,{hasNewline:Zx,printString:eS,printNumber:tS}=Qt,{builders:{join:nS,line:rS,hardline:oS,softline:iS,literalline:uS,group:sS,indent:aS}}=In,{insertPragma:cS}=qh,{getCallArguments:lS,hasFlowShorthandAnnotationComment:pS,hasComment:fS,CommentCheckFlags:dS,isFunctionNotation:hS,isGetterOrSetter:mS,isTheOnlyJsxElementInMarkdown:gS,isBlockComment:yS,isLineComment:DS,isNextLineEmpty:ES,needsHardlineAfterDanglingComment:bS,rawText:CS,shouldPrintComma:vS,hasIgnoreComment:AS,isCallExpression:FS,isMemberExpression:xS}=od,{locStart:SS,locEnd:wS}=Js,{printHtmlBinding:TS,isVueEventBindingExpression:BS}=fg,{printAngular:kS}=Gg,{printJsx:NS,hasJsxIgnoreComment:PS}=Ty,{printFlow:OS}=_A,{printTypescript:IS}=_x,{printOptionalToken:jS,printBindExpressionCallee:LS,printTypeAnnotation:_S,adjustClause:MS}=Iy,{printImportDeclaration:RS,printExportDeclaration:VS,printExportAllDeclaration:$S,printModuleSpecifier:qS}=vA,{printTernary:WS}=nF,{printTemplateLiteral:US}=Ad,{printArray:zS,printArrayItems:GS}=rD,{printObject:HS}=SF,{printClass:JS,printClassMethod:XS,printClassProperty:YS}=qv,{printTypeParameters:KS}=pC,{printPropertyKey:QS,printProperty:ZS}=AC,{printFunctionDeclaration:ew,printArrowFunctionExpression:tw,printMethod:nw,printReturnStatement:rw,printThrowStatement:ow}=ov,{printCallExpression:iw}=wE,{printInterface:uw}=eA,{printVariableDeclarator:sw,printAssignmentExpression:aw}=QE,{printBinaryishExpression:cw}=_g,{printSwitchCaseConsequent:lw}=RF,{printMemberExpression:pw}=VD,{printBlock:fw,printBlockBody:dw}=YF,{printComment:hw}=Gx,{printLiteral:mw}=Kx,{printDecorators:gw}=yv;function yw(e,t){const n=CS(e),r=n.slice(1,-1);if(r.includes('"')||r.includes("'"))return n;const o=t.singleQuote?"'":'"';return o+r+o}var Dw={preprocess:ug,print:function(e,t,n,r){const o=function(e,t,n,r){const o=e.getValue(),i=t.semi?";":"";if(!o)return"";if("string"==typeof o)return o;for(const r of[mw,TS,kS,NS,OS,IS]){const o=r(e,t,n);if(void 0!==o)return o}let u=[];switch(o.type){case"JsExpressionRoot":return n("node");case"JsonRoot":return[n("node"),oS];case"File":return o.program&&o.program.interpreter&&u.push(n(["program","interpreter"])),u.push(n("program")),u;case"Program":return dw(e,t,n);case"EmptyStatement":return"";case"ExpressionStatement":if(o.directive)return[yw(o.expression,t),i];if("__vue_event_binding"===t.parser){const t=e.getParentNode();if("Program"===t.type&&1===t.body.length&&t.body[0]===o)return[n("expression"),BS(o.expression)?";":""]}return[n("expression"),gS(t,e)?"":i];case"ParenthesizedExpression":return!fS(o.expression)&&("ObjectExpression"===o.expression.type||"ArrayExpression"===o.expression.type)?["(",n("expression"),")"]:sS(["(",aS([iS,n("expression")]),iS,")"]);case"AssignmentExpression":return aw(e,t,n);case"VariableDeclarator":return sw(e,t,n);case"BinaryExpression":case"LogicalExpression":return cw(e,t,n);case"AssignmentPattern":return[n("left")," = ",n("right")];case"OptionalMemberExpression":case"MemberExpression":return pw(e,t,n);case"MetaProperty":return[n("meta"),".",n("property")];case"BindExpression":return o.object&&u.push(n("object")),u.push(sS(aS([iS,LS(e,t,n)]))),u;case"Identifier":return[o.name,jS(e),_S(e,t,n)];case"V8IntrinsicIdentifier":return["%",o.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":case"ObjectTypeSpreadProperty":return["...",n("argument"),_S(e,t,n)];case"FunctionDeclaration":case"FunctionExpression":{let o=!1;if(r&&r.expandLastArg){const t=e.getParentNode();FS(t)&&lS(t).length>1&&(o=!0)}return ew(e,n,t,o)}case"ArrowFunctionExpression":return tw(e,t,n,r);case"YieldExpression":return u.push("yield"),o.delegate&&u.push("*"),o.argument&&u.push(" ",n("argument")),u;case"AwaitExpression":if(u.push("await"),o.argument){u.push(" ",n("argument"));const t=e.getParentNode();if(FS(t)&&t.callee===o||xS(t)&&t.object===o){u=[aS([iS,...u]),iS];const t=e.findAncestor((e=>"AwaitExpression"===e.type||"BlockStatement"===e.type));if(!t||"AwaitExpression"!==t.type)return sS(u)}}return u;case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return VS(e,t,n);case"ExportAllDeclaration":return $S(e,t,n);case"ImportDeclaration":return RS(e,t,n);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return qS(e,t,n);case"ImportAttribute":return[n("key"),": ",n("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return fw(e,t,n);case"ThrowStatement":return ow(e,t,n);case"ReturnStatement":return rw(e,t,n);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return iw(e,t,n);case"ObjectTypeInternalSlot":return[o.static?"static ":"","[[",n("id"),"]]",jS(e),o.method?"":": ",n("value")];case"ObjectExpression":case"ObjectPattern":case"ObjectTypeAnnotation":case"RecordExpression":return HS(e,t,n);case"ObjectProperty":case"Property":return o.method||"get"===o.kind||"set"===o.kind?nw(e,t,n):ZS(e,t,n);case"ObjectMethod":return nw(e,t,n);case"Decorator":return["@",n("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return zS(e,t,n);case"SequenceExpression":{const t=e.getParentNode(0);if("ExpressionStatement"===t.type||"ForStatement"===t.type){const t=[];return e.each(((e,r)=>{0===r?t.push(n()):t.push(",",aS([rS,n()]))}),"expressions"),sS(t)}return sS(nS([",",rS],e.map(n,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[n("value"),i];case"DirectiveLiteral":return yw(o,t);case"UnaryExpression":return u.push(o.operator),/[a-z]$/.test(o.operator)&&u.push(" "),fS(o.argument)?u.push(sS(["(",aS([iS,n("argument")]),iS,")"])):u.push(n("argument")),u;case"UpdateExpression":return u.push(n("argument"),o.operator),o.prefix&&u.reverse(),u;case"ConditionalExpression":return WS(e,t,n);case"VariableDeclaration":{const t=e.map(n,"declarations"),r=e.getParentNode(),s="ForStatement"===r.type||"ForInStatement"===r.type||"ForOfStatement"===r.type,a=o.declarations.some((e=>e.init));let c;return 1!==t.length||fS(o.declarations[0])?t.length>0&&(c=aS(t[0])):c=t[0],u=[o.declare?"declare ":"",o.kind,c?[" ",c]:"",aS(t.slice(1).map((e=>[",",a&&!s?oS:rS,e])))],s&&r.body!==o||u.push(i),sS(u)}case"WithStatement":return sS(["with (",n("object"),")",MS(o.body,n("body"))]);case"IfStatement":{const r=MS(o.consequent,n("consequent")),i=sS(["if (",sS([aS([iS,n("test")]),iS]),")",r]);if(u.push(i),o.alternate){const r=fS(o.consequent,dS.Trailing|dS.Line)||bS(o),i="BlockStatement"===o.consequent.type&&!r;u.push(i?" ":oS),fS(o,dS.Dangling)&&u.push(Qx(e,t,!0),r?oS:" "),u.push("else",sS(MS(o.alternate,n("alternate"),"IfStatement"===o.alternate.type)))}return u}case"ForStatement":{const r=MS(o.body,n("body")),i=Qx(e,t,!0),u=i?[i,iS]:"";return o.init||o.test||o.update?[u,sS(["for (",sS([aS([iS,n("init"),";",rS,n("test"),";",rS,n("update")]),iS]),")",r])]:[u,sS(["for (;;)",r])]}case"WhileStatement":return sS(["while (",sS([aS([iS,n("test")]),iS]),")",MS(o.body,n("body"))]);case"ForInStatement":return sS(["for (",n("left")," in ",n("right"),")",MS(o.body,n("body"))]);case"ForOfStatement":return sS(["for",o.await?" await":""," (",n("left")," of ",n("right"),")",MS(o.body,n("body"))]);case"DoWhileStatement":{const e=MS(o.body,n("body"));return u=[sS(["do",e])],"BlockStatement"===o.body.type?u.push(" "):u.push(oS),u.push("while (",sS([aS([iS,n("test")]),iS]),")",i),u}case"DoExpression":return[o.async?"async ":"","do ",n("body")];case"BreakStatement":return u.push("break"),o.label&&u.push(" ",n("label")),u.push(i),u;case"ContinueStatement":return u.push("continue"),o.label&&u.push(" ",n("label")),u.push(i),u;case"LabeledStatement":return"EmptyStatement"===o.body.type?[n("label"),":;"]:[n("label"),": ",n("body")];case"TryStatement":return["try ",n("block"),o.handler?[" ",n("handler")]:"",o.finalizer?[" finally ",n("finalizer")]:""];case"CatchClause":if(o.param){const e=fS(o.param,(e=>!yS(e)||e.leading&&Zx(t.originalText,wS(e))||e.trailing&&Zx(t.originalText,SS(e),{backwards:!0}))),r=n("param");return["catch ",e?["(",aS([iS,r]),iS,") "]:["(",r,") "],n("body")]}return["catch ",n("body")];case"SwitchStatement":return[sS(["switch (",aS([iS,n("discriminant")]),iS,")"])," {",o.cases.length>0?aS([oS,nS(oS,e.map(((e,r,o)=>{const i=e.getValue();return[n(),r!==o.length-1&&ES(i,t)?oS:""]}),"cases"))]):"",oS,"}"];case"SwitchCase":{o.test?u.push("case ",n("test"),":"):u.push("default:");const r=o.consequent.filter((e=>"EmptyStatement"!==e.type));if(r.length>0){const o=lw(e,t,n);u.push(1===r.length&&"BlockStatement"===r[0].type?[" ",o]:aS([oS,o]))}return u}case"DebuggerStatement":return["debugger",i];case"ClassDeclaration":case"ClassExpression":return JS(e,t,n);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return XS(e,t,n);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":return YS(e,t,n);case"TemplateElement":return nS(uS,o.value.raw.split(/\r?\n/g));case"TemplateLiteral":return US(e,n,t);case"TaggedTemplateExpression":return[n("tag"),n("typeParameters"),n("quasi")];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":case"Type":throw new Error("unprintable type: "+JSON.stringify(o.type));case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[n("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(o.value);case"EnumDeclaration":return["enum ",n("id")," ",n("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":if("EnumSymbolBody"===o.type||o.explicitType){let e=null;switch(o.type){case"EnumBooleanBody":e="boolean";break;case"EnumNumberBody":e="number";break;case"EnumStringBody":e="string";break;case"EnumSymbolBody":e="symbol"}u.push("of ",e," ")}if(0!==o.members.length||o.hasUnknownMembers){const r=o.members.length>0?[oS,GS(e,t,"members",n),o.hasUnknownMembers||vS(t)?",":""]:[];u.push(sS(["{",aS([...r,...o.hasUnknownMembers?[oS,"..."]:[]]),Qx(e,t,!0),oS,"}"]))}else u.push(sS(["{",Qx(e,t),iS,"}"]));return u;case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[n("id")," = ","object"==typeof o.init?n("init"):String(o.init)];case"EnumDefaultedMember":return n("id");case"FunctionTypeParam":{const t=o.name?n("name"):e.getParentNode().this===o?"this":"";return[t,jS(e),t?": ":"",n("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return uw(e,t,n);case"ClassImplements":case"InterfaceExtends":return[n("id"),n("typeParameters")];case"NullableTypeAnnotation":return["?",n("typeAnnotation")];case"Variance":{const{kind:e}=o;return Tl.ok("plus"===e||"minus"===e),"plus"===e?"+":"-"}case"ObjectTypeCallProperty":return o.static&&u.push("static "),u.push(n("value")),u;case"ObjectTypeIndexer":return[o.variance?n("variance"):"","[",n("id"),o.id?": ":"",n("key"),"]: ",n("value")];case"ObjectTypeProperty":{let r="";return o.proto?r="proto ":o.static&&(r="static "),[r,mS(o)?o.kind+" ":"",o.variance?n("variance"):"",QS(e,t,n),jS(e),hS(o)?"":": ",n("value")]}case"QualifiedTypeIdentifier":return[n("qualification"),".",n("id")];case"StringLiteralTypeAnnotation":return eS(CS(o),t);case"NumberLiteralTypeAnnotation":Tl.strictEqual(typeof o.value,"number");case"BigIntLiteralTypeAnnotation":return o.extra?tS(o.extra.raw):tS(o.raw);case"TypeCastExpression":return["(",n("expression"),_S(e,t,n),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{const r=KS(e,t,n,"params");if("flow"===t.parser){const e=SS(o),n=wS(o),i=t.originalText.lastIndexOf("/*",e),u=t.originalText.indexOf("*/",n);if(-1!==i&&-1!==u){const e=t.originalText.slice(i+2,u).trim();if(e.startsWith("::")&&!e.includes("/*")&&!e.includes("*/"))return["/*:: ",r," */"]}}return r}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",n("value"),")"];case"AnyTypeAnnotation":case"TSAnyKeyword":return"any";case"BooleanTypeAnnotation":case"TSBooleanKeyword":return"boolean";case"BigIntTypeAnnotation":case"TSBigIntKeyword":return"bigint";case"TSConstKeyword":return"const";case"NullLiteralTypeAnnotation":case"TSNullKeyword":return"null";case"NumberTypeAnnotation":case"TSNumberKeyword":return"number";case"SymbolTypeAnnotation":case"TSSymbolKeyword":return"symbol";case"StringTypeAnnotation":case"TSStringKeyword":return"string";case"VoidTypeAnnotation":case"TSVoidKeyword":return"void";case"ThisTypeAnnotation":case"TSThisType":return"this";case"PrivateIdentifier":return["#",n("name")];case"PrivateName":return["#",n("id")];case"InterpreterDirective":return u.push("#!",o.value,oS),ES(o,t)&&u.push(oS),u;case"PipelineBareFunction":return n("callee");case"PipelineTopicExpression":return n("expression");case"PipelinePrimaryTopicReference":return"#";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{u.push("module {");const e=n("body");return e&&u.push(aS([oS,e]),oS),u.push("}"),u}default:throw new Error("unknown type: "+JSON.stringify(o.type))}}(e,t,n,r);if(!o)return"";const i=e.getValue(),{type:u}=i;if("ClassMethod"===u||"ClassPrivateMethod"===u||"ClassProperty"===u||"PropertyDefinition"===u||"TSAbstractClassProperty"===u||"ClassPrivateProperty"===u||"MethodDefinition"===u||"TSAbstractMethodDefinition"===u||"TSDeclareMethod"===u)return o;const s=gw(e,t,n);if(s)return sS([...s,o]);if(!ig(e,t))return r&&r.needsSemi?[";",o]:o;const a=[r&&r.needsSemi?";(":"(",o];if(pS(i)){const[e]=i.trailingComments;a.push(" /*",e.value.trimStart(),"*/"),e.printed=!0}return a.push(")"),a},embed:ah,insertPragma:cS,massageAstNode:dh,hasPrettierIgnore:e=>AS(e)||PS(e),willPrintOwnComments:Um.willPrintOwnComments,canAttachComment:function(e){return e.type&&!yS(e)&&!DS(e)&&"EmptyStatement"!==e.type&&"TemplateElement"!==e.type&&"Import"!==e.type&&"TSEmptyBodyFunctionExpression"!==e.type},printComment:hw,isBlockComment:yS,handleComments:{avoidAstMutation:!0,ownLine:Um.handleOwnLineComment,endOfLine:Um.handleEndOfLineComment,remaining:Um.handleRemainingComment},getCommentChildNodes:Um.getCommentChildNodes};const{builders:{hardline:Ew,indent:bw,join:Cw}}=In;const vw=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function Aw(e,t){const{type:n}=e;if("ObjectProperty"!==n||"Identifier"!==e.key.type){if("UnaryExpression"===n&&"+"===e.operator)return t.argument;if("ArrayExpression"!==n)return"TemplateLiteral"===n?{type:"StringLiteral",value:e.quasis[0].value.cooked}:void 0;for(const[n,r]of e.elements.entries())null===r&&t.elements.splice(n,0,{type:"NullLiteral"})}else t.key={type:"StringLiteral",value:e.key.name}}Aw.ignoredProperties=vw;var Fw={preprocess:ug,print:function(e,t,n){const r=e.getValue();switch(r.type){case"JsonRoot":return[n("node"),Ew];case"ArrayExpression":{if(0===r.elements.length)return"[]";const t=e.map((()=>null===e.getValue()?"null":n()),"elements");return["[",bw([Ew,Cw([",",Ew],t)]),Ew,"]"]}case"ObjectExpression":return 0===r.properties.length?"{}":["{",bw([Ew,Cw([",",Ew],e.map(n,"properties"))]),Ew,"}"];case"ObjectProperty":return[n("key"),": ",n("value")];case"UnaryExpression":return["+"===r.operator?"":r.operator,n("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return r.value?"true":"false";case"StringLiteral":case"NumericLiteral":return JSON.stringify(r.value);case"Identifier":{const t=e.getParentNode();return t&&"ObjectProperty"===t.type&&t.key===r?JSON.stringify(r.name):r.name}case"TemplateLiteral":return n(["quasis",0]);case"TemplateElement":return JSON.stringify(r.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(r.type))}},massageAstNode:Aw};var xw={bracketSpacing:{since:"0.0.0",category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:"Common",type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]}};var Sw={arrowParens:{since:"1.9.0",category:"JavaScript",type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"always"}],description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSpacing:xw.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:"JavaScript",type:"boolean",default:!1,description:"Put > on the last line instead of at a new line."},semi:{since:"1.0.0",category:"JavaScript",type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:xw.singleQuote,jsxSingleQuote:{since:"1.15.0",category:"JavaScript",type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:"JavaScript",type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{since:"0.0.0",category:"JavaScript",type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]}},ww={name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".jsb",".jscad",".jsfl",".jsm",".jss",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183},Tw={name:"TypeScript",type:"programming",color:"#2b7489",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",languageId:378},Bw={name:"TSX",type:"programming",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924},kw={name:"JSON",type:"data",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",extensions:[".json",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".htmlhintrc",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174},Nw={name:"JSON with Comments",type:"data",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[".babelrc",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423},Pw={name:"JSON5",type:"data",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175};var Ow={languages:[sf(ww,(e=>({since:"0.0.0",parsers:["babel","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],extensions:[...e.extensions.filter((e=>".jsx"!==e)),".wxs"]}))),sf(ww,(()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]}))),sf(ww,(()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0}))),sf(Tw,(()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]}))),sf(Bw,(()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]}))),sf(kw,(()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[],filenames:["package.json","package-lock.json","composer.json"]}))),sf(kw,(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:e.extensions.filter((e=>".jsonl"!==e))}))),sf(Nw,(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...e.filenames,".eslintrc"]}))),sf(Pw,(()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]})))],options:Sw,printers:{estree:Dw,"estree-json":Fw},parsers:{get babel(){return{}.parsers.babel},get"babel-flow"(){return{}.parsers["babel-flow"]},get"babel-ts"(){return{}.parsers["babel-ts"]},get json(){return{}.parsers.json},get json5(){return{}.parsers.json5},get"json-stringify"(){return{}.parsers["json-stringify"]},get __js_expression(){return{}.parsers.__js_expression},get __vue_expression(){return{}.parsers.__vue_expression},get __vue_event_binding(){return{}.parsers.__vue_event_binding},get flow(){return{}.parsers.flow},get typescript(){return{}.parsers.typescript},get __ng_action(){return{}.parsers.__ng_action},get __ng_binding(){return{}.parsers.__ng_binding},get __ng_interpolation(){return{}.parsers.__ng_interpolation},get __ng_directive(){return{}.parsers.__ng_directive},get espree(){return{}.parsers.espree},get meriyah(){return{}.parsers.meriyah}}};const{isFrontMatterNode:Iw}=Qt,jw=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function Lw(e,t,n){if(Iw(e)&&"yaml"===e.lang&&delete t.value,"css-comment"===e.type&&"css-root"===n.type&&n.nodes.length>0){if((n.nodes[0]===e||Iw(n.nodes[0])&&n.nodes[1]===e)&&(delete t.text,/^\*\s*@(format|prettier)\s*$/.test(e.text)))return null;if("css-root"===n.type&&ke(n.nodes)===e)return null}if("value-root"===e.type&&delete t.text,"media-query"!==e.type&&"media-query-list"!==e.type&&"media-feature-expression"!==e.type||delete t.value,"css-rule"===e.type&&delete t.params,"selector-combinator"===e.type&&(t.value=t.value.replace(/\s+/g," ")),"media-feature"===e.type&&(t.value=t.value.replace(/ /g,"")),("value-word"===e.type&&(e.isColor&&e.isHex||["initial","inherit","unset","revert"].includes(t.value.replace().toLowerCase()))||"media-feature"===e.type||"selector-root-invalid"===e.type||"selector-pseudo"===e.type)&&(t.value=t.value.toLowerCase()),"css-decl"===e.type&&(t.prop=t.prop.toLowerCase()),"css-atrule"!==e.type&&"css-import"!==e.type||(t.name=t.name.toLowerCase()),"value-number"===e.type&&(t.unit=t.unit.toLowerCase()),"media-feature"!==e.type&&"media-keyword"!==e.type&&"media-type"!==e.type&&"media-unknown"!==e.type&&"media-url"!==e.type&&"media-value"!==e.type&&"selector-attribute"!==e.type&&"selector-string"!==e.type&&"selector-class"!==e.type&&"selector-combinator"!==e.type&&"value-string"!==e.type||!t.value||(t.value=t.value.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")),"selector-attribute"===e.type&&(t.attribute=t.attribute.trim(),t.namespace&&"string"==typeof t.namespace&&(t.namespace=t.namespace.trim(),0===t.namespace.length&&(t.namespace=!0)),t.value&&(t.value=t.value.trim().replace(/^["']|["']$/g,""),delete t.quoted)),"media-value"!==e.type&&"media-type"!==e.type&&"value-number"!==e.type&&"selector-root-invalid"!==e.type&&"selector-class"!==e.type&&"selector-combinator"!==e.type&&"selector-tag"!==e.type||!t.value||(t.value=t.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,((e,t,n)=>{const r=Number(t);return Number.isNaN(r)?e:r+n.toLowerCase()}))),"selector-tag"===e.type){const n=e.value.toLowerCase();["from","to"].includes(n)&&(t.value=n)}"css-atrule"===e.type&&"supports"===e.name.toLowerCase()&&delete t.value,"selector-unknown"===e.type&&delete t.value}Lw.ignoredProperties=jw;var _w=Lw;const{builders:{hardline:Mw,markAsRoot:Rw}}=In;var Vw=function(e,t){if("yaml"===e.lang){const n=e.value.trim(),r=n?t(n,{parser:"yaml"},{stripTrailingHardline:!0}):"";return Rw([e.startDelimiter,Mw,r,r?Mw:"",e.endDelimiter])}};const{builders:{hardline:$w}}=In;var qw=function(e,t,n){const r=e.getValue();if("front-matter"===r.type){const e=Vw(r,n);return e?[e,$w]:""}};const Ww=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>[\\S\\s]*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)");var Uw=function(e){const t=e.match(Ww);if(!t)return{content:e};const{startDelimiter:n,language:r,value:o="",endDelimiter:i}=t.groups;let u=r.trim()||"yaml";if("+++"===n&&(u="toml"),"yaml"!==u&&n!==i)return{content:e};const[s]=t;return{frontMatter:{type:"front-matter",lang:u,value:o,startDelimiter:n,endDelimiter:i,raw:s.replace(/\n$/,"")},content:s.replace(/[^\n]/g," ")+e.slice(s.length)}};var zw={hasPragma:function(e){return qh.hasPragma(Uw(e).content)},insertPragma:function(e){const{frontMatter:t,content:n}=Uw(e);return(t?t.raw+"\n\n":"")+qh.insertPragma(n)}};const{isNonEmptyArray:Gw}=Qt,Hw=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"]);function Jw(e,t){const n=Array.isArray(t)?t:[t];let r,o=-1;for(;r=e.getParentNode(++o);)if(n.includes(r.type))return o;return-1}function Xw(e,t){const n=Jw(e,t);return-1===n?null:e.getParentNode(n)}function Yw(e){return"value-operator"===e.type&&"*"===e.value}function Kw(e){return"value-operator"===e.type&&"/"===e.value}function Qw(e){return"value-operator"===e.type&&"+"===e.value}function Zw(e){return"value-operator"===e.type&&"-"===e.value}function eT(e){return"value-operator"===e.type&&"%"===e.value}function tT(e){return"value-comma_group"===e.type&&e.groups&&e.groups[1]&&"value-colon"===e.groups[1].type}function nT(e){return"value-paren_group"===e.type&&e.groups&&e.groups[0]&&tT(e.groups[0])}function rT(e){return e&&"value-colon"===e.type}var oT={getAncestorCounter:Jw,getAncestorNode:Xw,getPropOfDeclNode:function(e){const t=Xw(e,"css-decl");return t&&t.prop&&t.prop.toLowerCase()},hasSCSSInterpolation:function(e){if(Gw(e))for(let t=e.length-1;t>0;t--)if("word"===e[t].type&&"{"===e[t].value&&"word"===e[t-1].type&&e[t-1].value.endsWith("#"))return!0;return!1},hasStringOrFunction:function(e){if(Gw(e))for(let t=0;t<e.length;t++)if("string"===e[t].type||"func"===e[t].type)return!0;return!1},maybeToLowerCase:function(e){return e.includes("$")||e.includes("@")||e.includes("#")||e.startsWith("%")||e.startsWith("--")||e.startsWith(":--")||e.includes("(")&&e.includes(")")?e:e.toLowerCase()},insideValueFunctionNode:function(e,t){const n=Xw(e,"value-func");return n&&n.value&&n.value.toLowerCase()===t},insideICSSRuleNode:function(e){const t=Xw(e,"css-rule");return t&&t.raws&&t.raws.selector&&(t.raws.selector.startsWith(":import")||t.raws.selector.startsWith(":export"))},insideAtRuleNode:function(e,t){const n=Array.isArray(t)?t:[t],r=Xw(e,"css-atrule");return r&&n.includes(r.name.toLowerCase())},insideURLFunctionInImportAtRuleNode:function(e){const t=e.getValue(),n=Xw(e,"css-atrule");return n&&"import"===n.name&&"url"===t.groups[0].value&&2===t.groups.length},isKeyframeAtRuleKeywords:function(e,t){const n=Xw(e,"css-atrule");return n&&n.name&&n.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(t.toLowerCase())},isWideKeywords:function(e){return["initial","inherit","unset","revert"].includes(e.toLowerCase())},isSCSS:function(e,t){return"less"===e||"scss"===e?"scss"===e:/(\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(t)},isSCSSVariable:function(e){return Boolean(e&&"word"===e.type&&e.value.startsWith("$"))},isLastNode:function(e,t){const n=e.getParentNode();if(!n)return!1;const{nodes:r}=n;return r&&r.indexOf(t)===r.length-1},isLessParser:function(e){return"css"===e.parser||"less"===e.parser},isSCSSControlDirectiveNode:function(e){return"css-atrule"===e.type&&["if","else","for","each","while"].includes(e.name)},isDetachedRulesetDeclarationNode:function(e){return!!e.selector&&("string"==typeof e.selector&&/^@.+:.*$/.test(e.selector)||e.selector.value&&/^@.+:.*$/.test(e.selector.value))},isRelationalOperatorNode:function(e){return"value-word"===e.type&&["<",">","<=",">="].includes(e.value)},isEqualityOperatorNode:function(e){return"value-word"===e.type&&["==","!="].includes(e.value)},isMultiplicationNode:Yw,isDivisionNode:Kw,isAdditionNode:Qw,isSubtractionNode:Zw,isModuloNode:eT,isMathOperatorNode:function(e){return Yw(e)||Kw(e)||Qw(e)||Zw(e)||eT(e)},isEachKeywordNode:function(e){return"value-word"===e.type&&"in"===e.value},isForKeywordNode:function(e){return"value-word"===e.type&&["from","through","end"].includes(e.value)},isURLFunctionNode:function(e){return"value-func"===e.type&&"url"===e.value.toLowerCase()},isIfElseKeywordNode:function(e){return"value-word"===e.type&&["and","or","not"].includes(e.value)},hasComposesNode:function(e){return e.value&&"value-root"===e.value.type&&e.value.group&&"value-value"===e.value.group.type&&"composes"===e.prop.toLowerCase()},hasParensAroundNode:function(e){return e.value&&e.value.group&&e.value.group.group&&"value-paren_group"===e.value.group.group.type&&null!==e.value.group.group.open&&null!==e.value.group.group.close},hasEmptyRawBefore:function(e){return e.raws&&""===e.raws.before},isSCSSNestedPropertyNode:function(e){return!!e.selector&&e.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*?\n/,"").trim().endsWith(":")},isDetachedRulesetCallNode:function(e){return e.raws&&e.raws.params&&/^\(\s*\)$/.test(e.raws.params)},isTemplatePlaceholderNode:function(e){return e.name.startsWith("prettier-placeholder")},isTemplatePropNode:function(e){return e.prop.startsWith("@prettier-placeholder")},isPostcssSimpleVarNode:function(e,t){return"$$"===e.value&&"value-func"===e.type&&t&&"value-word"===t.type&&!t.raws.before},isKeyValuePairNode:tT,isKeyValuePairInParenGroupNode:nT,isKeyInValuePairNode:function(e,t){if(!tT(t))return!1;const{groups:n}=t,r=n.indexOf(e);return-1!==r&&rT(n[r+1])},isSCSSMapItemNode:function(e){const t=e.getValue();if(0===t.groups.length)return!1;const n=e.getParentNode(1);if(!(nT(t)||n&&nT(n)))return!1;const r=Xw(e,"css-decl");return!!(r&&r.prop&&r.prop.startsWith("$"))||(!!nT(n)||"value-func"===n.type)},isInlineValueCommentNode:function(e){return"value-comment"===e.type&&e.inline},isHashNode:function(e){return"value-word"===e.type&&"#"===e.value},isLeftCurlyBraceNode:function(e){return"value-word"===e.type&&"{"===e.value},isRightCurlyBraceNode:function(e){return"value-word"===e.type&&"}"===e.value},isWordNode:function(e){return["value-word","value-atword"].includes(e.type)},isColonNode:rT,isMediaAndSupportsKeywords:function(e){return e.value&&["not","and","or"].includes(e.value.toLowerCase())},isColorAdjusterFuncNode:function(e){return"value-func"===e.type&&Hw.has(e.value.toLowerCase())},lastLineHasInlineComment:function(e){return/\/\//.test(e.split(/[\n\r]/).pop())},stringifyNode:function e(t){if(t.groups){return(t.open&&t.open.value?t.open.value:"")+t.groups.reduce(((n,r,o)=>n+e(r)+("comma_group"===t.groups[0].type&&o!==t.groups.length-1?",":"")),"")+(t.close&&t.close.value?t.close.value:"")}const n=t.raws&&t.raws.before?t.raws.before:"",r=t.raws&&t.raws.quote?t.raws.quote:"";return n+r+("atword"===t.type?"@":"")+(t.value?t.value:"")+r+(t.unit?t.unit:"")+(t.group?e(t.group):"")+(t.raws&&t.raws.after?t.raws.after:"")},isAtWordPlaceholderNode:function(e){return e&&"value-atword"===e.type&&e.value.startsWith("prettier-placeholder-")}},iT=function(e,t){let n=0;for(let r=0;r<e.line-1;++r)n=t.indexOf("\n",n)+1;return n+e.column};const{getLast:uT,skipEverythingButNewLine:sT}=Qt;function aT(e,t){return"number"==typeof e.sourceIndex?e.sourceIndex:e.source?iT(e.source.start,t)-1:null}function cT(e,t){if("css-comment"===e.type&&e.inline)return sT(t,e.source.startOffset);const n=e.nodes&&uT(e.nodes);return n&&e.source&&!e.source.end&&(e=n),e.source&&e.source.end?iT(e.source.end,t):null}function lT(e,t,n){e.source&&(e.source.startOffset=aT(e,n)+t,e.source.endOffset=cT(e,n)+t);for(const r in e){const o=e[r];"source"!==r&&o&&"object"==typeof o&&lT(o,t,n)}}function pT(e){let t=e.source.startOffset;return"string"==typeof e.prop&&(t+=e.prop.length),"css-atrule"===e.type&&"string"==typeof e.name&&(t+=1+e.name.length+e.raws.afterName.match(/^\s*:?\s*/)[0].length),"css-atrule"!==e.type&&e.raws&&"string"==typeof e.raws.between&&(t+=e.raws.between.length),t}var fT={locStart:function(e){return e.source.startOffset},locEnd:function(e){return e.source.endOffset},calculateLoc:function e(t,n){t.source&&(t.source.startOffset=aT(t,n),t.source.endOffset=cT(t,n));for(const r in t){const o=t[r];"source"!==r&&o&&"object"==typeof o&&("value-root"===o.type||"value-unknown"===o.type?lT(o,pT(t),o.text||o.value):e(o,n))}},replaceQuotesInInlineComments:function(e){let t,n="initial",r="initial",o=!1;const i=[];for(let u=0;u<e.length;u++){const s=e[u];switch(n){case"initial":if("'"===s){n="single-quotes";continue}if('"'===s){n="double-quotes";continue}if(("u"===s||"U"===s)&&"url("===e.slice(u,u+4).toLowerCase()){n="url",u+=3;continue}if("*"===s&&"/"===e[u-1]){n="comment-block";continue}if("/"===s&&"/"===e[u-1]){n="comment-inline",t=u-1;continue}continue;case"single-quotes":if("'"===s&&"\\"!==e[u-1]&&(n=r,r="initial"),"\n"===s||"\r"===s)return e;continue;case"double-quotes":if('"'===s&&"\\"!==e[u-1]&&(n=r,r="initial"),"\n"===s||"\r"===s)return e;continue;case"url":if(")"===s&&(n="initial"),"\n"===s||"\r"===s)return e;if("'"===s){n="single-quotes",r="url";continue}if('"'===s){n="double-quotes",r="url";continue}continue;case"comment-block":"/"===s&&"*"===e[u-1]&&(n="initial");continue;case"comment-inline":'"'!==s&&"'"!==s&&"*"!==s||(o=!0),"\n"!==s&&"\r"!==s||(o&&i.push([t,u]),n="initial",o=!1);continue}}for(const[t,n]of i)e=e.slice(0,t)+e.slice(t,n).replace(/["'*]/g," ")+e.slice(n);return e}};const{printNumber:dT,printString:hT,hasNewline:mT,isFrontMatterNode:gT,isNextLineEmpty:yT,isNonEmptyArray:DT}=Qt,{builders:{join:ET,line:bT,hardline:CT,softline:vT,group:AT,fill:FT,indent:xT,dedent:ST,ifBreak:wT,breakParent:TT},utils:{removeLines:BT,getDocParts:kT}}=In,{insertPragma:NT}=zw,{getAncestorNode:PT,getPropOfDeclNode:OT,maybeToLowerCase:IT,insideValueFunctionNode:jT,insideICSSRuleNode:LT,insideAtRuleNode:_T,insideURLFunctionInImportAtRuleNode:MT,isKeyframeAtRuleKeywords:RT,isWideKeywords:VT,isSCSS:$T,isLastNode:qT,isLessParser:WT,isSCSSControlDirectiveNode:UT,isDetachedRulesetDeclarationNode:zT,isRelationalOperatorNode:GT,isEqualityOperatorNode:HT,isMultiplicationNode:JT,isDivisionNode:XT,isAdditionNode:YT,isSubtractionNode:KT,isMathOperatorNode:QT,isEachKeywordNode:ZT,isForKeywordNode:eB,isURLFunctionNode:tB,isIfElseKeywordNode:nB,hasComposesNode:rB,hasParensAroundNode:oB,hasEmptyRawBefore:iB,isKeyValuePairNode:uB,isKeyInValuePairNode:sB,isDetachedRulesetCallNode:aB,isTemplatePlaceholderNode:cB,isTemplatePropNode:lB,isPostcssSimpleVarNode:pB,isSCSSMapItemNode:fB,isInlineValueCommentNode:dB,isHashNode:hB,isLeftCurlyBraceNode:mB,isRightCurlyBraceNode:gB,isWordNode:yB,isColonNode:DB,isMediaAndSupportsKeywords:EB,isColorAdjusterFuncNode:bB,lastLineHasInlineComment:CB,isAtWordPlaceholderNode:vB}=oT,{locStart:AB,locEnd:FB}=fT;function xB(e){return"es5"===e.trailingComma||"all"===e.trailingComma}function SB(e,t,n){const r=[];return e.each(((e,o,i)=>{const u=i[o-1];if(u&&"css-comment"===u.type&&"prettier-ignore"===u.text.trim()){const n=e.getValue();r.push(t.originalText.slice(AB(n),FB(n)))}else r.push(n());o!==i.length-1&&("css-comment"===i[o+1].type&&!mT(t.originalText,AB(i[o+1]),{backwards:!0})&&!gT(i[o])||"css-atrule"===i[o+1].type&&"else"===i[o+1].name&&"css-comment"!==i[o].type?r.push(" "):(r.push(t.__isHTMLStyleAttribute?bT:CT),yT(t.originalText,e.getValue(),FB)&&!gT(i[o])&&r.push(CT)))}),"nodes"),r}const wB=/(["'])(?:(?!\1)[^\\]|\\[\S\s])*\1/g,TB=new RegExp(wB.source+"|"+"(".concat(/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g.source,")?")+"(".concat(/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g.source,")")+"(".concat(/[A-Za-z]+/g.source,")?"),"g");function BB(e,t){return e.replace(wB,(e=>hT(e,t)))}function kB(e,t){const n=t.singleQuote?"'":'"';return e.includes('"')||e.includes("'")?e:n+e+n}function NB(e){return e.replace(TB,((e,t,n,r,o)=>!n&&r?PB(r)+IT(o||""):e))}function PB(e){return dT(e).replace(/\.0(?=$|e)/,"")}var OB={print:function(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;switch(r.type){case"front-matter":return[r.raw,CT];case"css-root":{const o=SB(e,t,n),i=r.raws.after.trim();return[o,i?" ".concat(i):"",kT(o).length>0?CT:""]}case"css-comment":{const e=r.inline||r.raws.inline,n=t.originalText.slice(AB(r),FB(r));return e?n.trimEnd():n}case"css-rule":return[n("selector"),r.important?" !important":"",r.nodes?[r.selector&&"selector-unknown"===r.selector.type&&CB(r.selector.value)?bT:" ","{",r.nodes.length>0?xT([CT,SB(e,t,n)]):"",CT,"}",zT(r)?";":""]:";"];case"css-decl":{const o=e.getParentNode(),{between:i}=r.raws,u=i.trim(),s=":"===u;let a=rB(r)?BT(n("value")):n("value");return!s&&CB(u)&&(a=xT([CT,ST(a)])),[r.raws.before.replace(/[\s;]/g,""),LT(e)?r.prop:IT(r.prop),u.startsWith("//")?" ":"",u,r.extend?"":" ",WT(t)&&r.extend&&r.selector?["extend(",n("selector"),")"]:"",a,r.raws.important?r.raws.important.replace(/\s*!\s*important/i," !important"):r.important?" !important":"",r.raws.scssDefault?r.raws.scssDefault.replace(/\s*!default/i," !default"):r.scssDefault?" !default":"",r.raws.scssGlobal?r.raws.scssGlobal.replace(/\s*!global/i," !global"):r.scssGlobal?" !global":"",r.nodes?[" {",xT([vT,SB(e,t,n)]),vT,"}"]:lB(r)&&!o.raws.semicolon&&";"!==t.originalText[FB(r)-1]?"":t.__isHTMLStyleAttribute&&qT(e,r)?wT(";"):";"]}case"css-atrule":{const o=e.getParentNode(),i=cB(r)&&!o.raws.semicolon&&";"!==t.originalText[FB(r)-1];if(WT(t)){if(r.mixin)return[n("selector"),r.important?" !important":"",i?"":";"];if(r.function)return[r.name,n("params"),i?"":";"];if(r.variable)return["@",r.name,": ",r.value?n("value"):"",r.raws.between.trim()?r.raws.between.trim()+" ":"",r.nodes?["{",xT([r.nodes.length>0?vT:"",SB(e,t,n)]),vT,"}"]:"",i?"":";"]}return["@",aB(r)||r.name.endsWith(":")?r.name:IT(r.name),r.params?[aB(r)?"":cB(r)?""===r.raws.afterName?"":r.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(r.raws.afterName)?[CT,CT]:/^\s*\n/.test(r.raws.afterName)?CT:" ":" ",n("params")]:"",r.selector?xT([" ",n("selector")]):"",r.value?AT([" ",n("value"),UT(r)?oB(r)?" ":bT:""]):"else"===r.name?" ":"",r.nodes?[UT(r)?"":r.selector&&!r.selector.nodes&&"string"==typeof r.selector.value&&CB(r.selector.value)||!r.selector&&"string"==typeof r.params&&CB(r.params)?bT:" ","{",xT([r.nodes.length>0?vT:"",SB(e,t,n)]),vT,"}"]:i?"":";"]}case"media-query-list":{const t=[];return e.each((e=>{const r=e.getValue();"media-query"===r.type&&""===r.value||t.push(n())}),"nodes"),AT(xT(ET(bT,t)))}case"media-query":return[ET(" ",e.map(n,"nodes")),qT(e,r)?"":","];case"media-type":return NB(BB(r.value,t));case"media-feature-expression":return r.nodes?["(",...e.map(n,"nodes"),")"]:r.value;case"media-feature":return IT(BB(r.value.replace(/ +/g," "),t));case"media-colon":return[r.value," "];case"media-value":return NB(BB(r.value,t));case"media-keyword":return BB(r.value,t);case"media-url":return BB(r.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/gi,")"),t);case"media-unknown":return r.value;case"selector-root":return AT([_T(e,"custom-selector")?[PT(e,"css-atrule").customSelector,bT]:"",ET([",",_T(e,["extend","custom-selector","nest"])?bT:CT],e.map(n,"nodes"))]);case"selector-selector":return AT(xT(e.map(n,"nodes")));case"selector-comment":return r.value;case"selector-string":return BB(r.value,t);case"selector-tag":{const t=e.getParentNode(),n=t&&t.nodes.indexOf(r),o=n&&t.nodes[n-1];return[r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"","selector-nesting"===o.type?r.value:NB(RT(e,r.value)?r.value.toLowerCase():r.value)]}case"selector-id":return["#",r.value];case"selector-class":return[".",NB(BB(r.value,t))];case"selector-attribute":return["[",r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"",r.attribute.trim(),r.operator?r.operator:"",r.value?kB(BB(r.value.trim(),t),t):"",r.insensitive?" i":"","]"];case"selector-combinator":if("+"===r.value||">"===r.value||"~"===r.value||">>>"===r.value){const t=e.getParentNode();return["selector-selector"===t.type&&t.nodes[0]===r?"":bT,r.value,qT(e,r)?"":" "]}return[r.value.trim().startsWith("(")?bT:"",NB(BB(r.value.trim(),t))||bT];case"selector-universal":return[r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"",r.value];case"selector-pseudo":return[IT(r.value),DT(r.nodes)?["(",ET(", ",e.map(n,"nodes")),")"]:""];case"selector-nesting":return r.value;case"selector-unknown":{const n=PT(e,"css-rule");if(n&&n.isSCSSNesterProperty)return NB(BB(IT(r.value),t));const o=e.getParentNode();if(o.raws&&o.raws.selector){const e=AB(o),n=e+o.raws.selector.length;return t.originalText.slice(e,n).trim()}const i=e.getParentNode(1);if("value-paren_group"===o.type&&i&&"value-func"===i.type&&"selector"===i.value){const e=AB(o.open)+1,n=FB(o.close)-1,r=t.originalText.slice(e,n).trim();return CB(r)?[TT,r]:r}return r.value}case"value-value":case"value-root":return n("group");case"value-comment":return t.originalText.slice(AB(r),FB(r));case"value-comma_group":{const t=e.getParentNode(),o=e.getParentNode(1),i=OT(e),u=i&&"value-value"===t.type&&("grid"===i||i.startsWith("grid-template")),s=PT(e,"css-atrule"),a=s&&UT(s),c=r.groups.some((e=>dB(e))),l=e.map(n,"groups"),p=[],f=jT(e,"url");let d=!1,h=!1;for(let n=0;n<r.groups.length;++n){p.push(l[n]);const i=r.groups[n-1],c=r.groups[n],m=r.groups[n+1],g=r.groups[n+2];if(f){(m&&YT(m)||YT(c))&&p.push(" ");continue}if(!m)continue;if("value-word"===c.type&&c.value.endsWith("-")&&vB(m))continue;const y="value-string"===c.type&&c.value.startsWith("#{"),D=d&&"value-string"===m.type&&m.value.endsWith("}");if(y||D){d=!d;continue}if(d)continue;if(DB(c)||DB(m))continue;if("value-atword"===c.type&&""===c.value)continue;if("~"===c.value)continue;if(c.value&&c.value.includes("\\")&&m&&"value-comment"!==m.type)continue;if(i&&i.value&&i.value.indexOf("\\")===i.value.length-1&&"value-operator"===c.type&&"/"===c.value)continue;if("\\"===c.value)continue;if(pB(c,m))continue;if(hB(c)||mB(c)||gB(m)||mB(m)&&iB(m)||gB(c)&&iB(m))continue;if("--"===c.value&&hB(m))continue;const E=QT(c),b=QT(m);if((E&&hB(m)||b&&gB(c))&&iB(m))continue;if(!i&&XT(c))continue;if(jT(e,"calc")&&(YT(c)||YT(m)||KT(c)||KT(m))&&iB(m))continue;const C=(YT(c)||KT(c))&&0===n&&("value-number"===m.type||m.isHex)&&o&&bB(o)&&!iB(m),v=g&&"value-func"===g.type||g&&yB(g)||"value-func"===c.type||yB(c),A="value-func"===m.type||yB(m)||i&&"value-func"===i.type||i&&yB(i);if(JT(m)||JT(c)||jT(e,"calc")||C||!(XT(m)&&!v||XT(c)&&!A||YT(m)&&!v||YT(c)&&!A||KT(m)||KT(c))||!(iB(m)||E&&(!i||i&&QT(i))))if(dB(c)){if("value-paren_group"===t.type){p.push(ST(CT));continue}p.push(CT)}else a&&(HT(m)||GT(m)||nB(m)||ZT(c)||eB(c))||s&&"namespace"===s.name.toLowerCase()?p.push(" "):u?c.source&&m.source&&c.source.start.line!==m.source.start.line?(p.push(CT),h=!0):p.push(" "):b?p.push(" "):m&&"..."===m.value||vB(c)&&vB(m)&&FB(c)===AB(m)||p.push(bT)}return c&&p.push(TT),h&&p.unshift(CT),a?AT(xT(p)):MT(e)?AT(FT(p)):AT(xT(FT(p)))}case"value-paren_group":{const o=e.getParentNode();if(o&&tB(o)&&(1===r.groups.length||r.groups.length>0&&"value-comma_group"===r.groups[0].type&&r.groups[0].groups.length>0&&"value-word"===r.groups[0].groups[0].type&&r.groups[0].groups[0].value.startsWith("data:")))return[r.open?n("open"):"",ET(",",e.map(n,"groups")),r.close?n("close"):""];if(!r.open){const t=e.map(n,"groups"),r=[];for(let e=0;e<t.length;e++)0!==e&&r.push([",",bT]),r.push(t[e]);return AT(xT(FT(r)))}const i=fB(e),u=ke(r.groups),s=u&&"value-comment"===u.type,a=sB(r,o),c=AT([r.open?n("open"):"",xT([vT,ET([",",bT],e.map((e=>{const t=e.getValue(),r=n();if(uB(t)&&"value-comma_group"===t.type&&t.groups&&"value-paren_group"!==t.groups[0].type&&t.groups[2]&&"value-paren_group"===t.groups[2].type){const e=kT(r.contents.contents);return e[1]=AT(e[1]),AT(ST(r))}return r}),"groups"))]),wT(!s&&$T(t.parser,t.originalText)&&i&&xB(t)?",":""),vT,r.close?n("close"):""],{shouldBreak:i&&!a});return a?ST(c):c}case"value-func":return[r.value,_T(e,"supports")&&EB(r)?" ":"",n("group")];case"value-paren":return r.value;case"value-number":return[PB(r.value),IT(r.unit)];case"value-operator":return r.value;case"value-word":return r.isColor&&r.isHex||VT(r.value)?r.value.toLowerCase():r.value;case"value-colon":{const t=e.getParentNode(),n=t&&t.groups.indexOf(r),o=n&&t.groups[n-1];return[r.value,o&&"string"==typeof o.value&&"\\"===ke(o.value)||jT(e,"url")?"":bT]}case"value-comma":return[r.value," "];case"value-string":return hT(r.raws.quote+r.value+r.raws.quote,t);case"value-atword":return["@",r.value];case"value-unicode-range":case"value-unknown":return r.value;default:throw new Error("Unknown postcss type ".concat(JSON.stringify(r.type)))}},embed:qw,insertPragma:NT,massageAstNode:_w},IB={singleQuote:xw.singleQuote},jB={name:"PostCSS",type:"markup",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437},LB={name:"Less",type:"markup",color:"#1d365d",extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198},_B={name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329};var MB={languages:[sf({name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50},(e=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...e.extensions,".wxss"]}))),sf(jB,(()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]}))),sf(LB,(()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]}))),sf(_B,(()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]})))],options:IB,printers:{postcss:OB},parsers:{get css(){return{}.parsers.css},get less(){return{}.parsers.less},get scss(){return{}.parsers.scss}}};var RB={locStart:function(e){return e.loc.start.offset},locEnd:function(e){return e.loc.end.offset}};function VB(e,t){if("TextNode"===e.type){const n=e.chars.trim();if(!n)return null;t.chars=n.replace(/[\t\n\f\r ]+/g," ")}"AttrNode"===e.type&&"class"===e.name.toLowerCase()&&delete t.value}VB.ignoredProperties=new Set(["loc","selfClosing"]);var $B=VB;const qB=new Set(["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","isindex","keygen","link","menuitem","meta","nextid","param","source","track","wbr"]);function WB(e){return UB(e,["TextNode"])&&!/\S/.test(e.chars)}function UB(e,t){return e&&t.includes(e.type)}function zB(e,t){return UB(e.getParentNode(0),t)}function GB(e,t){const n=e.getValue(),r=e.getParentNode(0)||{},o=r.children||r.body||r.parts||[],i=o.indexOf(n);return-1!==i&&o[i+t]}function HB(e,t=1){return GB(e,-t)}function JB(e){return GB(e,1)}function XB(e){return UB(e,["MustacheCommentStatement"])&&"string"==typeof e.value&&"prettier-ignore"===e.value.trim()}var YB={getNextNode:JB,getPreviousNode:HB,hasPrettierIgnore:function(e){const t=e.getValue(),n=HB(e,2);return XB(t)||XB(n)},isLastNodeOfSiblings:function(e){const t=e.getValue(),n=e.getParentNode(0);return!(!zB(e,["ElementNode"])||ke(n.children)!==t)||!(!zB(e,["Block"])||ke(n.body)!==t)},isNextNodeOfSomeType:function(e,t){return UB(JB(e),t)},isNodeOfSomeType:UB,isParentOfSomeType:zB,isPreviousNodeOfSomeType:function(e,t){return UB(HB(e),t)},isVoid:function(e){return function(e){return UB(e,["ElementNode"])&&"string"==typeof e.tag&&(function(e){return e.toUpperCase()===e}(e.tag[0])||e.tag.includes("."))}(e)&&e.children.every((e=>WB(e)))||qB.has(e.tag)},isWhitespaceNode:WB};const{builders:{dedent:KB,fill:QB,group:ZB,hardline:ek,ifBreak:tk,indent:nk,join:rk,line:ok,softline:ik,literalline:uk},utils:{getDocParts:sk}}=In,{isNonEmptyArray:ak,replaceEndOfLineWith:ck}=Qt,{locStart:lk,locEnd:pk}=RB,{getNextNode:fk,getPreviousNode:dk,hasPrettierIgnore:hk,isLastNodeOfSiblings:mk,isNextNodeOfSomeType:gk,isNodeOfSomeType:yk,isParentOfSomeType:Dk,isPreviousNodeOfSomeType:Ek,isVoid:bk,isWhitespaceNode:Ck}=YB;function vk(e,t,n){const r=e.getValue().children.every((e=>Ck(e)));return"ignore"===t.htmlWhitespaceSensitivity&&r?"":e.map(((e,r)=>{const o=n();return 0===r&&"ignore"===t.htmlWhitespaceSensitivity?[ik,o]:o}),"children")}function Ak(e){return bk(e)?tk([ik,"/>"],[" />",ik]):tk([ik,">"],">")}function Fk(e){return[!1===e.escaped?"{{{":"{{",e.strip&&e.strip.open?"~":""]}function xk(e){const t=!1===e.escaped?"}}}":"}}";return[e.strip&&e.strip.close?"~":"",t]}function Sk(e){return[Fk(e),e.closeStrip.open?"~":"","/"]}function wk(e){const t=xk(e);return[e.closeStrip.close?"~":"",t]}function Tk(e){return[Fk(e),e.inverseStrip.open?"~":""]}function Bk(e){const t=xk(e);return[e.inverseStrip.close?"~":"",t]}function kk(e,t){const n=e.getValue(),r=function(e){return[Fk(e),e.openStrip.open?"~":"","#"]}(n),o=function(e){const t=xk(e);return[e.openStrip.close?"~":"",t]}(n),i=[Uk(e,t)],u=zk(e,t);if(u&&i.push(ok,u),ak(n.program.blockParams)){const e=Gk(n.program);i.push(ok,e)}return ZB([r,nk(i),ik,o])}function Nk(e,t){return["ignore"===t.htmlWhitespaceSensitivity?ek:"",Tk(e),"else",Bk(e)]}function Pk(e,t){const n=e.getParentNode(1);return[Tk(n),"else if ",zk(e,t),Bk(n)]}function Ok(e,t,n){const r=e.getValue();if("ignore"===n.htmlWhitespaceSensitivity){return[Ik(r)?ik:ek,Sk(r),t("path"),wk(r)]}return[Sk(r),t("path"),wk(r)]}function Ik(e){return yk(e,["BlockStatement"])&&e.program.body.every((e=>Ck(e)))}function jk(e){return yk(e,["BlockStatement"])&&e.inverse}function Lk(e,t,n){if(Ik(e.getValue()))return"";const r=t("program");return"ignore"===n.htmlWhitespaceSensitivity?nk([ek,r]):nk(r)}function _k(e,t,n){const r=e.getValue(),o=t("inverse"),i="ignore"===n.htmlWhitespaceSensitivity?[ek,o]:o;return function(e){return jk(e)&&1===e.inverse.body.length&&yk(e.inverse.body[0],["BlockStatement"])&&"if"===e.inverse.body[0].path.parts[0]}(r)?i:jk(r)?[Nk(r,n),nk(i)]:""}function Mk(e){return sk(rk(ok,function(e){return e.split(/[\t\n\f\r ]+/)}(e)))}function Rk(e){return(e="string"==typeof e?e:"").split("\n").length-1}function Vk(e=0){return new Array(Math.min(e,2)).fill(ek)}function $k(e,t){const n={quote:'"',regex:/"/g},r={quote:"'",regex:/'/g},o=e.singleQuote?r:n,i=o===r?n:r;let u=!1;if(t.includes(o.quote)||t.includes(i.quote)){u=(t.match(o.regex)||[]).length>(t.match(i.regex)||[]).length}return u?i:o}function qk(e,t){const n=Uk(e,t),r=zk(e,t);return r?nk([n,ok,ZB(r)]):n}function Wk(e,t){const n=Uk(e,t),r=zk(e,t);return r?[nk([n,ok,r]),ik]:n}function Uk(e,t){return t("path")}function zk(e,t){const n=e.getValue(),r=[];if(n.params.length>0){const n=e.map(t,"params");r.push(...n)}if(n.hash&&n.hash.pairs.length>0){const e=t("hash");r.push(e)}return 0===r.length?"":rk(ok,r)}function Gk(e){return["as |",e.blockParams.join(" "),"|"]}var Hk={print:function(e,t,n){const r=e.getValue();if(!r)return"";if(hk(e))return t.originalText.slice(lk(r),pk(r));switch(r.type){case"Block":case"Program":case"Template":return ZB(e.map(n,"body"));case"ElementNode":{const o=ZB(function(e,t){const n=e.getValue(),r=["attributes","modifiers","comments","blockParams"].filter((e=>ak(n[e]))).map((r=>[ok,"blockParams"===r?Gk(n):rk(ok,e.map(t,r))]));return["<",n.tag,nk(r),Ak(n)]}(e,n)),i="ignore"===t.htmlWhitespaceSensitivity&&gk(e,["ElementNode"])?ik:"";if(bk(r))return[o,i];const u=["</",r.tag,">"];return 0===r.children.length?[o,nk(u),i]:"ignore"===t.htmlWhitespaceSensitivity?[o,nk(vk(e,t,n)),ek,nk(u),i]:[o,nk(ZB(vk(e,t,n))),nk(u),i]}case"BlockStatement":{const o=e.getParentNode(1);return o&&o.inverse&&1===o.inverse.body.length&&o.inverse.body[0]===r&&"if"===o.inverse.body[0].path.parts[0]?[Pk(e,n),Lk(e,n,t),_k(e,n,t)]:[kk(e,n),ZB([Lk(e,n,t),_k(e,n,t),Ok(e,n,t)])]}case"ElementModifierStatement":return ZB(["{{",Wk(e,n),"}}"]);case"MustacheStatement":return ZB([Fk(r),Wk(e,n),xk(r)]);case"SubExpression":return ZB(["(",qk(e,n),ik,")"]);case"AttrNode":{const e="TextNode"===r.value.type;if(e&&""===r.value.chars&&lk(r.value)===pk(r.value))return r.name;const o=e?$k(t,r.value.chars).quote:"ConcatStatement"===r.value.type?$k(t,r.value.parts.filter((e=>"TextNode"===e.type)).map((e=>e.chars)).join("")).quote:"",i=n("value");return[r.name,"=",o,"class"===r.name&&o?ZB(nk(i)):i,o]}case"ConcatStatement":return e.map(n,"parts");case"Hash":return rk(ok,e.map(n,"pairs"));case"HashPair":return[r.key,"=",n("value")];case"TextNode":{let n=r.chars.replace(/{{/g,"\\{{");const o=function(e){for(let t=0;t<2;t++){const n=e.getParentNode(t);if(n&&"AttrNode"===n.type)return n.name.toLowerCase()}}(e);if(o){if("class"===o){const t=n.trim().split(/\s+/).join(" ");let r=!1,o=!1;return Dk(e,["ConcatStatement"])&&(Ek(e,["MustacheStatement"])&&/^\s/.test(n)&&(r=!0),gk(e,["MustacheStatement"])&&/\s$/.test(n)&&""!==t&&(o=!0)),[r?ok:"",t,o?ok:""]}return ck(n,uk)}const i=/^[\t\n\f\r ]*$/.test(n),u=!dk(e),s=!fk(e);if("ignore"!==t.htmlWhitespaceSensitivity){const t=/^[\t\n\f\r ]*/,r=/[\t\n\f\r ]*$/,o=s&&Dk(e,["Template"]),a=u&&Dk(e,["Template"]);if(i){if(a||o)return"";let t=[ok];const r=Rk(n);return r&&(t=Vk(r)),mk(e)&&(t=t.map((e=>KB(e)))),t}const[c]=n.match(t),[l]=n.match(r);let p=[];if(c){p=[ok];const e=Rk(c);e&&(p=Vk(e)),n=n.replace(t,"")}let f=[];if(l){if(!o){f=[ok];const t=Rk(l);t&&(f=Vk(t)),mk(e)&&(f=f.map((e=>KB(e))))}n=n.replace(r,"")}return[...p,QB(Mk(n)),...f]}const a=Rk(n);let c=function(e){return Rk(((e="string"==typeof e?e:"").match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"")}(n),l=function(e){return Rk(((e="string"==typeof e?e:"").match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"")}(n);if((u||s)&&i&&Dk(e,["Block","ElementNode","Template"]))return"";i&&a?(c=Math.min(a,2),l=0):(gk(e,["BlockStatement","ElementNode"])&&(l=Math.max(l,1)),Ek(e,["BlockStatement","ElementNode"])&&(c=Math.max(c,1)));let p="",f="";return 0===l&&gk(e,["MustacheStatement"])&&(f=" "),0===c&&Ek(e,["MustacheStatement"])&&(p=" "),u&&(c=0,p=""),s&&(l=0,f=""),n=n.replace(/^[\t\n\f\r ]+/g,p).replace(/[\t\n\f\r ]+$/,f),[...Vk(c),QB(Mk(n)),...Vk(l)]}case"MustacheCommentStatement":{const e=lk(r),n=pk(r),o="~"===t.originalText.charAt(e+2),i="~"===t.originalText.charAt(n-3),u=r.value.includes("}}")?"--":"";return["{{",o?"~":"","!",u,r.value,u,i?"~":"","}}"]}case"PathExpression":return r.original;case"BooleanLiteral":return String(r.value);case"CommentStatement":return["\x3c!--",r.value,"--\x3e"];case"StringLiteral":return function(e,t){const{quote:n,regex:r}=$k(t,e);return[n,e.replace(r,"\\".concat(n)),n]}(r.value,t);case"NumberLiteral":return String(r.value);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(r.type))}},massageAstNode:$B};var Jk={languages:[sf({name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155},(()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]})))],printers:{glimmer:Hk},parsers:{get glimmer(){return{}.parsers.glimmer}}};var Xk={hasPragma:function(e){return/^\s*#[^\S\n]*@(format|prettier)\s*(\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n"+e}};var Yk={locStart:function(e){return"number"==typeof e.start?e.start:e.loc&&e.loc.start},locEnd:function(e){return"number"==typeof e.end?e.end:e.loc&&e.loc.end}};const{builders:{join:Kk,hardline:Qk,line:Zk,softline:eN,group:tN,indent:nN,ifBreak:rN}}=In,{isNextLineEmpty:oN,isNonEmptyArray:iN}=Qt,{insertPragma:uN}=Xk,{locStart:sN,locEnd:aN}=Yk;function cN(e,t,n){if(0===n.directives.length)return"";const r=Kk(Zk,e.map(t,"directives"));return"FragmentDefinition"===n.kind||"OperationDefinition"===n.kind?tN([Zk,r]):[" ",tN(nN([eN,r]))]}function lN(e,t,n){const r=e.getValue().length;return e.map(((e,o)=>{const i=n();return oN(t.originalText,e.getValue(),aN)&&o<r-1?[i,Qk]:i}))}function pN(e,t,n){const r=e.getNode(),o=[],{interfaces:i}=r,u=e.map((e=>n(e)),"interfaces");for(let e=0;e<i.length;e++){const n=i[e];o.push(u[e]);const r=i[e+1];if(r){const e=t.originalText.slice(n.loc.end,r.loc.start),i=e.includes("#"),u=e.replace(/#.*/g,"").trim();o.push(","===u?",":" &",i?Zk:" ")}}return o}function fN(){}fN.ignoredProperties=new Set(["loc","comments"]);var dN={print:function(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;switch(r.kind){case"Document":{const r=[];return e.each(((e,o,i)=>{r.push(n()),o!==i.length-1&&(r.push(Qk),oN(t.originalText,e.getValue(),aN)&&r.push(Qk))}),"definitions"),[...r,Qk]}case"OperationDefinition":{const o="{"!==t.originalText[sN(r)],i=Boolean(r.name);return[o?r.operation:"",o&&i?[" ",n("name")]:"",o&&!i&&iN(r.variableDefinitions)?" ":"",iN(r.variableDefinitions)?tN(["(",nN([eN,Kk([rN("",", "),eN],e.map(n,"variableDefinitions"))]),eN,")"]):"",cN(e,n,r),r.selectionSet&&(o||i)?" ":"",n("selectionSet")]}case"FragmentDefinition":return["fragment ",n("name"),iN(r.variableDefinitions)?tN(["(",nN([eN,Kk([rN("",", "),eN],e.map(n,"variableDefinitions"))]),eN,")"]):""," on ",n("typeCondition"),cN(e,n,r)," ",n("selectionSet")];case"SelectionSet":return["{",nN([Qk,Kk(Qk,e.call((e=>lN(e,t,n)),"selections"))]),Qk,"}"];case"Field":return tN([r.alias?[n("alias"),": "]:"",n("name"),r.arguments.length>0?tN(["(",nN([eN,Kk([rN("",", "),eN],e.call((e=>lN(e,t,n)),"arguments"))]),eN,")"]):"",cN(e,n,r),r.selectionSet?" ":"",n("selectionSet")]);case"Name":return r.value;case"StringValue":return r.block?['"""',Qk,Kk(Qk,r.value.replace(/"""/g,"\\$&").split("\n")),Qk,'"""']:['"',r.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"'];case"IntValue":case"FloatValue":case"EnumValue":return r.value;case"BooleanValue":return r.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",n("name")];case"ListValue":return tN(["[",nN([eN,Kk([rN("",", "),eN],e.map(n,"values"))]),eN,"]"]);case"ObjectValue":return tN(["{",t.bracketSpacing&&r.fields.length>0?" ":"",nN([eN,Kk([rN("",", "),eN],e.map(n,"fields"))]),eN,rN("",t.bracketSpacing&&r.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[n("name"),": ",n("value")];case"Directive":return["@",n("name"),r.arguments.length>0?tN(["(",nN([eN,Kk([rN("",", "),eN],e.call((e=>lN(e,t,n)),"arguments"))]),eN,")"]):""];case"NamedType":return n("name");case"VariableDefinition":return[n("variable"),": ",n("type"),r.defaultValue?[" = ",n("defaultValue")]:"",cN(e,n,r)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[n("description"),r.description?Qk:"","ObjectTypeExtension"===r.kind?"extend ":"","type ",n("name"),r.interfaces.length>0?[" implements ",...pN(e,t,n)]:"",cN(e,n,r),r.fields.length>0?[" {",nN([Qk,Kk(Qk,e.call((e=>lN(e,t,n)),"fields"))]),Qk,"}"]:""];case"FieldDefinition":return[n("description"),r.description?Qk:"",n("name"),r.arguments.length>0?tN(["(",nN([eN,Kk([rN("",", "),eN],e.call((e=>lN(e,t,n)),"arguments"))]),eN,")"]):"",": ",n("type"),cN(e,n,r)];case"DirectiveDefinition":return[n("description"),r.description?Qk:"","directive ","@",n("name"),r.arguments.length>0?tN(["(",nN([eN,Kk([rN("",", "),eN],e.call((e=>lN(e,t,n)),"arguments"))]),eN,")"]):"",r.repeatable?" repeatable":""," on ",Kk(" | ",e.map(n,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[n("description"),r.description?Qk:"","EnumTypeExtension"===r.kind?"extend ":"","enum ",n("name"),cN(e,n,r),r.values.length>0?[" {",nN([Qk,Kk(Qk,e.call((e=>lN(e,t,n)),"values"))]),Qk,"}"]:""];case"EnumValueDefinition":return[n("description"),r.description?Qk:"",n("name"),cN(e,n,r)];case"InputValueDefinition":return[n("description"),r.description?r.description.block?Qk:Zk:"",n("name"),": ",n("type"),r.defaultValue?[" = ",n("defaultValue")]:"",cN(e,n,r)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[n("description"),r.description?Qk:"","InputObjectTypeExtension"===r.kind?"extend ":"","input ",n("name"),cN(e,n,r),r.fields.length>0?[" {",nN([Qk,Kk(Qk,e.call((e=>lN(e,t,n)),"fields"))]),Qk,"}"]:""];case"SchemaDefinition":return["schema",cN(e,n,r)," {",r.operationTypes.length>0?nN([Qk,Kk(Qk,e.call((e=>lN(e,t,n)),"operationTypes"))]):"",Qk,"}"];case"OperationTypeDefinition":return[n("operation"),": ",n("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[n("description"),r.description?Qk:"","InterfaceTypeExtension"===r.kind?"extend ":"","interface ",n("name"),r.interfaces.length>0?[" implements ",...pN(e,t,n)]:"",cN(e,n,r),r.fields.length>0?[" {",nN([Qk,Kk(Qk,e.call((e=>lN(e,t,n)),"fields"))]),Qk,"}"]:""];case"FragmentSpread":return["...",n("name"),cN(e,n,r)];case"InlineFragment":return["...",r.typeCondition?[" on ",n("typeCondition")]:"",cN(e,n,r)," ",n("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return tN([n("description"),r.description?Qk:"",tN(["UnionTypeExtension"===r.kind?"extend ":"","union ",n("name"),cN(e,n,r),r.types.length>0?[" =",rN(""," "),nN([rN([Zk," "]),Kk([Zk,"| "],e.map(n,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[n("description"),r.description?Qk:"","ScalarTypeExtension"===r.kind?"extend ":"","scalar ",n("name"),cN(e,n,r)];case"NonNullType":return[n("type"),"!"];case"ListType":return["[",n("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(r.kind))}},massageAstNode:fN,hasPrettierIgnore:function(e){const t=e.getValue();return t&&Array.isArray(t.comments)&&t.comments.some((e=>"prettier-ignore"===e.value.trim()))},insertPragma:uN,printComment:function(e){const t=e.getValue();if("Comment"===t.kind)return"#"+t.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(t))},canAttachComment:function(e){return e.kind&&"Comment"!==e.kind}},hN={bracketSpacing:xw.bracketSpacing};var mN={languages:[sf({name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139},(()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]})))],options:hN,printers:{graphql:dN},parsers:{get graphql(){return{}.parsers.graphql}}};var gN={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}};const{getLast:yN}=Qt,{locStart:DN,locEnd:EN}=gN,{cjkPattern:bN,kPattern:CN,punctuationPattern:vN}={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]"},AN=["liquidNode","inlineCode","emphasis","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],FN=[...AN,"tableCell","paragraph","heading"],xN=new RegExp(CN),SN=new RegExp(vN);function wN(e,t){const[,n,r,o]=t.slice(e.position.start.offset,e.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:n,marker:r,leadingSpaces:o}}var TN={mapAst:function(e,t){return function e(n,r,o){const i=Object.assign({},t(n,r,o));return i.children&&(i.children=i.children.map(((t,n)=>e(t,n,[i,...o])))),i}(e,null,[])},splitText:function(e,t){const n="non-cjk",r="cj-letter",o="cjk-punctuation",i=[],u=("preserve"===t.proseWrap?e:e.replace(new RegExp("(".concat(bN,")\n(").concat(bN,")"),"g"),"$1$2")).split(/([\t\n ]+)/);for(const[e,t]of u.entries()){if(e%2==1){i.push({type:"whitespace",value:/\n/.test(t)?"\n":" "});continue}if((0===e||e===u.length-1)&&""===t)continue;const a=t.split(new RegExp("(".concat(bN,")")));for(const[e,t]of a.entries())(0!==e&&e!==a.length-1||""!==t)&&(e%2!=0?s(SN.test(t)?{type:"word",value:t,kind:o,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:t,kind:xN.test(t)?"k-letter":r,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1}):""!==t&&s({type:"word",value:t,kind:n,hasLeadingPunctuation:SN.test(t[0]),hasTrailingPunctuation:SN.test(yN(t))}))}return i;function s(e){const t=yN(i);var u,s;t&&"word"===t.type&&(t.kind===n&&e.kind===r&&!t.hasTrailingPunctuation||t.kind===r&&e.kind===n&&!e.hasLeadingPunctuation?i.push({type:"whitespace",value:" "}):(u=n,s=o,t.kind===u&&e.kind===s||t.kind===s&&e.kind===u||[t.value,e.value].some((e=>/\u3000/.test(e)))||i.push({type:"whitespace",value:""}))),i.push(e)}},punctuationPattern:vN,getFencedCodeBlockValue:function(e,t){const{value:n}=e;return e.position.end.offset===t.length&&n.endsWith("\n")&&t.endsWith("\n")?n.slice(0,-1):n},getOrderedListItemInfo:wN,hasGitDiffFriendlyOrderedList:function(e,t){if(!e.ordered)return!1;if(e.children.length<2)return!1;const n=Number(wN(e.children[0],t.originalText).numberText),r=Number(wN(e.children[1],t.originalText).numberText);if(0===n&&e.children.length>2){const n=Number(wN(e.children[2],t.originalText).numberText);return 1===r&&1===n}return 1===r},INLINE_NODE_TYPES:AN,INLINE_NODE_WRAPPER_TYPES:FN,isAutolink:function(e){if(!e||"link"!==e.type||1!==e.children.length)return!1;const t=e.children[0];return t&&DN(e)===DN(t)&&EN(e)===EN(t)}};const{inferParserByLanguage:BN,getMaxContinuousCount:kN}=Qt,{builders:{hardline:NN,markAsRoot:PN},utils:{replaceNewlinesWithLiterallines:ON}}=In,{getFencedCodeBlockValue:IN}=TN;var jN=function(e,t,n,r){const o=e.getValue();if("code"===o.type&&null!==o.lang){const e=BN(o.lang,r);if(e){const t=r.__inJsTemplate?"~":"`",i=t.repeat(Math.max(3,kN(o.value,t)+1)),u=n(IN(o,r.originalText),{parser:e},{stripTrailingHardline:!0});return PN([i,o.lang,o.meta?" "+o.meta:"",NN,ON(u),NN,i])}}switch(o.type){case"front-matter":return Vw(o,n);case"importExport":return[n(o.value,{parser:"babel"},{stripTrailingHardline:!0}),NN];case"jsx":return n("<$>".concat(o.value,"</$>"),{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null};const LN=["format","prettier"];function _N(e){const t="@(".concat(LN.join("|"),")"),n=new RegExp(["\x3c!--\\s*".concat(t,"\\s*--\x3e"),"\x3c!--.*\r?\n[\\s\\S]*(^|\n)[^\\S\n]*".concat(t,"[^\\S\n]*($|\n)[\\s\\S]*\n.*--\x3e")].join("|"),"m"),r=e.match(n);return r&&0===r.index}var MN={startWithPragma:_N,hasPragma:e=>_N(Uw(e).content.trimStart()),insertPragma:e=>{const t=Uw(e),n="\x3c!-- @".concat(LN[0]," --\x3e");return t.frontMatter?"".concat(t.frontMatter.raw,"\n\n").concat(n,"\n\n").concat(t.content):"".concat(n,"\n\n").concat(t.content)}};const{getOrderedListItemInfo:RN,mapAst:VN,splitText:$N}=TN,qN=/^([\u0000-\uffff]|[\ud800-\udbff][\udc00-\udfff])$/;function WN(e,t,n){return VN(e,(e=>{if(!e.children)return e;const r=e.children.reduce(((e,r)=>{const o=ke(e);return o&&t(o,r)?e.splice(-1,1,n(o,r)):e.push(r),e}),[]);return Object.assign({},e,{children:r})}))}var UN=function(e,t){return e=function(e){return WN(e,((e,t)=>"importExport"===e.type&&"importExport"===t.type),((e,t)=>({type:"importExport",value:e.value+"\n\n"+t.value,position:{start:e.position.start,end:t.position.end}})))}(e=function(e){return VN(e,(e=>"import"!==e.type&&"export"!==e.type?e:Object.assign({},e,{type:"importExport"})))}(e=function(e,t){return VN(e,((e,n,[r])=>{if("text"!==e.type)return e;let{value:o}=e;return"paragraph"===r.type&&(0===n&&(o=o.trimStart()),n===r.children.length-1&&(o=o.trimEnd())),{type:"sentence",position:e.position,children:$N(o,t)}}))}(e=function(e,t){return VN(e,((e,t,n)=>{if("list"===e.type&&e.children.length>0){for(let t=0;t<n.length;t++){const r=n[t];if("list"===r.type&&!r.isAligned)return e.isAligned=!1,e}e.isAligned=r(e)}return e}));function n(e){return 0===e.children.length?-1:e.children[0].position.start.column-1}function r(e){if(!e.ordered)return!0;const[r,o]=e.children;if(RN(r,t.originalText).leadingSpaces.length>1)return!0;const i=n(r);if(-1===i)return!1;if(1===e.children.length)return i%t.tabWidth==0;if(i!==n(o))return!1;if(i%t.tabWidth==0)return!0;return RN(o,t.originalText).leadingSpaces.length>1}}(e=function(e,t){return VN(e,((e,n,r)=>{if("code"===e.type){const n=/^\n?( {4,}|\t)/.test(t.originalText.slice(e.position.start.offset,e.position.end.offset));if(e.isIndented=n,n)for(let e=0;e<r.length;e++){const t=r[e];if(t.hasIndentedCodeblock)break;"list"===t.type&&(t.hasIndentedCodeblock=!0)}}return e}))}(e=function(e){return VN(e,(e=>"inlineCode"!==e.type?e:Object.assign({},e,{value:e.value.replace(/\s+/g," ")})))}(e=function(e){return WN(e,((e,t)=>"text"===e.type&&"text"===t.type),((e,t)=>({type:"text",value:e.value+t.value,position:{start:e.position.start,end:t.position.end}})))}(e=function(e,t){return VN(e,(e=>"text"===e.type&&"*"!==e.value&&"_"!==e.value&&qN.test(e.value)&&e.position.end.offset-e.position.start.offset!==e.value.length?Object.assign({},e,{value:t.originalText.slice(e.position.start.offset,e.position.end.offset)}):e))}(e,t))),t),t),t)))};const{isFrontMatterNode:zN}=Qt,{startWithPragma:GN}=MN,HN=new Set(["position","raw"]);function JN(e,t,n){return"front-matter"!==e.type&&"code"!==e.type&&"yaml"!==e.type&&"import"!==e.type&&"export"!==e.type&&"jsx"!==e.type||delete t.value,"list"===e.type&&delete t.isAligned,"list"!==e.type&&"listItem"!==e.type||(delete t.spread,delete t.loose),"text"===e.type?null:("inlineCode"===e.type&&(t.value=e.value.replace(/[\t\n ]+/g," ")),"wikiLink"===e.type&&(t.value=e.value.trim().replace(/[\t\n]+/g," ")),"definition"!==e.type&&"linkReference"!==e.type||(t.label=e.label.trim().replace(/[\t\n ]+/g," ").toLowerCase()),"definition"!==e.type&&"link"!==e.type&&"image"!==e.type||!e.title||(t.title=e.title.replace(/\\(["')])/g,"$1")),n&&"root"===n.type&&n.children.length>0&&(n.children[0]===e||zN(n.children[0])&&n.children[1]===e)&&"html"===e.type&&GN(e.value)?null:void 0)}JN.ignoredProperties=HN;var XN=JN;const{getLast:YN,getMinNotPresentContinuousCount:KN,getMaxContinuousCount:QN,getStringWidth:ZN,isNonEmptyArray:eP}=Qt,{builders:{breakParent:tP,join:nP,line:rP,literalline:oP,markAsRoot:iP,hardline:uP,softline:sP,ifBreak:aP,fill:cP,align:lP,indent:pP,group:fP,hardlineWithoutBreakParent:dP},utils:{normalizeDoc:hP},printer:{printDocToString:mP}}=In,{replaceEndOfLineWith:gP}=Qt,{insertPragma:yP}=MN,{locStart:DP,locEnd:EP}=gN,{getFencedCodeBlockValue:bP,hasGitDiffFriendlyOrderedList:CP,splitText:vP,punctuationPattern:AP,INLINE_NODE_TYPES:FP,INLINE_NODE_WRAPPER_TYPES:xP,isAutolink:SP}=TN,wP=new Set(["importExport"]),TP=["heading","tableCell","link","wikiLink"],BP=new Set(["listItem","definition","footnoteDefinition"]);function kP(e,t,n,r){const o=e.getValue(),i=null===o.checked?"":o.checked?"[x] ":"[ ] ";return[i,LP(e,t,n,{processor:(e,o)=>{if(0===o&&"list"!==e.getValue().type)return lP(" ".repeat(i.length),n());const u=" ".repeat((s=t.tabWidth-r.length,c=3,s<(a=0)?a:s>c?c:s));var s,a,c;return[u,lP(u,n())]}})]}function NP(e,t){return function(e,t,n){let r=-1;for(const o of t.children)if(o.type===e.type&&n(o)?r++:r=-1,o===e)return r}(e,t,(t=>t.ordered===e.ordered))}function PP(e,t){const n=Array.isArray(t)?t:[t];let r,o=-1;for(;r=e.getParentNode(++o);)if(n.includes(r.type))return o;return-1}function OP(e,t){const n=PP(e,t);return-1===n?null:e.getParentNode(n)}function IP(e,t,n){if("preserve"===n.proseWrap&&"\n"===t)return uP;const r="always"===n.proseWrap&&!OP(e,TP);return""!==t?r?rP:" ":r?sP:""}function jP(e,t,n){const r=[];let o=null;const{children:i}=e.getValue();for(const[e,t]of i.entries())switch(MP(t)){case"start":null===o&&(o={index:e,offset:t.position.end.offset});break;case"end":null!==o&&(r.push({start:o,end:{index:e,offset:t.position.start.offset}}),o=null)}return LP(e,t,n,{processor:(e,o)=>{if(r.length>0){const e=r[0];if(o===e.start.index)return[i[e.start.index].value,t.originalText.slice(e.start.offset,e.end.offset),i[e.end.index].value];if(e.start.index<o&&o<e.end.index)return!1;if(o===e.end.index)return r.shift(),!1}return n()}})}function LP(e,t,n,r={}){const{postprocessor:o}=r,i=r.processor||(()=>n()),u=e.getValue(),s=[];let a;return e.each(((e,n)=>{const r=e.getValue(),o=i(e,n);if(!1!==o){const e={parts:s,prevNode:a,parentNode:u,options:t};(function(e,t){const n=0===t.parts.length,r=FP.includes(e.type),o="html"===e.type&&xP.includes(t.parentNode.type);return!n&&!r&&!o})(r,e)&&(s.push(uP),a&&wP.has(a.type)||(function(e,t){const n=(t.prevNode&&t.prevNode.type)===e.type&&BP.has(e.type),r="listItem"===t.parentNode.type&&!t.parentNode.loose,o=t.prevNode&&"listItem"===t.prevNode.type&&t.prevNode.loose,i="next"===MP(t.prevNode),u="html"===e.type&&t.prevNode&&"html"===t.prevNode.type&&t.prevNode.position.end.line+1===e.position.start.line,s="html"===e.type&&"listItem"===t.parentNode.type&&t.prevNode&&"paragraph"===t.prevNode.type&&t.prevNode.position.end.line+1===e.position.start.line;return o||!(n||r||i||u||s)}(r,e)||RP(r,e))&&s.push(uP),RP(r,e)&&s.push(uP)),s.push(o),a=r}}),"children"),o?o(s):s}function _P(e){let t=e;for(;eP(t.children);)t=YN(t.children);return t}function MP(e){if("html"!==e.type)return!1;const t=e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);return null!==t&&(t[1]?t[1]:"next")}function RP(e,t){const n=t.prevNode&&"list"===t.prevNode.type,r="code"===e.type&&e.isIndented;return n&&r}function VP(e,t=[]){const n=[" ",...Array.isArray(t)?t:[t]];return new RegExp(n.map((e=>"\\".concat(e))).join("|")).test(e)?"<".concat(e,">"):e}function $P(e,t,n=!0){if(!e)return"";if(n)return" "+$P(e,t,!1);if((e=e.replace(/\\(["')])/g,"$1")).includes('"')&&e.includes("'")&&!e.includes(")"))return"(".concat(e,")");const r=e.split("'").length-1,o=e.split('"').length-1,i=r>o?'"':o>r||t.singleQuote?"'":'"';return e=(e=e.replace(/\\/,"\\\\")).replace(new RegExp("(".concat(i,")"),"g"),"\\$1"),"".concat(i).concat(e).concat(i)}var qP={preprocess:UN,print:function(e,t,n){const r=e.getValue();if(function(e){const t=OP(e,["linkReference","imageReference"]);return t&&("linkReference"!==t.type||"full"!==t.referenceType)}(e))return vP(t.originalText.slice(r.position.start.offset,r.position.end.offset),t).map((n=>"word"===n.type?n.value:""===n.value?"":IP(e,n.value,t)));switch(r.type){case"front-matter":return t.originalText.slice(r.position.start.offset,r.position.end.offset);case"root":return 0===r.children.length?"":[hP(jP(e,t,n)),wP.has(_P(r).type)?"":uP];case"paragraph":return LP(e,t,n,{postprocessor:cP});case"sentence":return LP(e,t,n);case"word":{let t=r.value.replace(/\*/g,"\\$&").replace(new RegExp(["(^|".concat(AP,")(_+)"),"(_+)(".concat(AP,"|$)")].join("|"),"g"),((e,t,n,r,o)=>(n?"".concat(t).concat(n):"".concat(r).concat(o)).replace(/_/g,"\\_")));const n=(e,t,n)=>"sentence"===e.type&&0===n,o=(e,t,n)=>SP(e.children[n-1]);return t!==r.value&&(e.match(void 0,n,o)||e.match(void 0,n,((e,t,n)=>"emphasis"===e.type&&0===n),o))&&(t=t.replace(/^(\\?[*_])+/,(e=>e.replace(/\\/g,"")))),t}case"whitespace":{const n=e.getParentNode(),o=n.children.indexOf(r),i=n.children[o+1],u=i&&/^>|^([*+-]|#{1,6}|\d+[).])$/.test(i.value)?"never":t.proseWrap;return IP(e,r.value,{proseWrap:u})}case"emphasis":{let o;if(SP(r.children[0]))o=t.originalText[r.position.start.offset];else{const t=e.getParentNode(),n=t.children.indexOf(r),i=t.children[n-1],u=t.children[n+1];o=i&&"sentence"===i.type&&i.children.length>0&&"word"===YN(i.children).type&&!YN(i.children).hasTrailingPunctuation||u&&"sentence"===u.type&&u.children.length>0&&"word"===u.children[0].type&&!u.children[0].hasLeadingPunctuation||OP(e,"emphasis")?"*":"_"}return[o,LP(e,t,n),o]}case"strong":return["**",LP(e,t,n),"**"];case"delete":return["~~",LP(e,t,n),"~~"];case"inlineCode":{const e=KN(r.value,"`"),t="`".repeat(e||1),n=e&&!/^\s/.test(r.value)?" ":"";return[t,n,r.value,n,t]}case"wikiLink":{let e="";return e="preserve"===t.proseWrap?r.value:r.value.replace(/[\t\n]+/g," "),["[[",e,"]]"]}case"link":switch(t.originalText[r.position.start.offset]){case"<":{const e="mailto:";return["<",r.url.startsWith(e)&&t.originalText.slice(r.position.start.offset+1,r.position.start.offset+1+e.length)!==e?r.url.slice(e.length):r.url,">"]}case"[":return["[",LP(e,t,n),"](",VP(r.url,")"),$P(r.title,t),")"];default:return t.originalText.slice(r.position.start.offset,r.position.end.offset)}case"image":return["![",r.alt||"","](",VP(r.url,")"),$P(r.title,t),")"];case"blockquote":return["> ",lP("> ",LP(e,t,n))];case"heading":return["#".repeat(r.depth)+" ",LP(e,t,n)];case"code":{if(r.isIndented){const e=" ".repeat(4);return lP(e,[e,...gP(r.value,uP)])}const e=t.__inJsTemplate?"~":"`",n=e.repeat(Math.max(3,QN(r.value,e)+1));return[n,r.lang||"",r.meta?" "+r.meta:"",uP,...gP(bP(r,t.originalText),uP),uP,n]}case"html":{const t=e.getParentNode(),n="root"===t.type&&YN(t.children)===r?r.value.trimEnd():r.value,o=/^<!--[\S\s]*-->$/.test(n);return gP(n,o?uP:iP(oP))}case"list":{const o=NP(r,e.getParentNode()),i=CP(r,t);return LP(e,t,n,{processor:(e,u)=>{const s=function(){const e=r.ordered?(0===u?r.start:i?1:r.start+u)+(o%2==0?". ":") "):o%2==0?"- ":"* ";return r.isAligned||r.hasIndentedCodeblock?function(e,t){const n=r();return e+" ".repeat(n>=4?0:n);function r(){const n=e.length%t.tabWidth;return 0===n?0:t.tabWidth-n}}(e,t):e}(),a=e.getValue();return 2===a.children.length&&"html"===a.children[1].type&&a.children[0].position.start.column!==a.children[1].position.start.column?[s,kP(e,t,n,s)]:[s,lP(" ".repeat(s.length),kP(e,t,n,s))]}})}case"thematicBreak":{const t=PP(e,"list");if(-1===t)return"---";return NP(e.getParentNode(t),e.getParentNode(t+1))%2==0?"***":"---"}case"linkReference":return["[",LP(e,t,n),"]","full"===r.referenceType?["[",r.identifier,"]"]:"collapsed"===r.referenceType?"[]":""];case"imageReference":switch(r.referenceType){case"full":return["![",r.alt||"","][",r.identifier,"]"];default:return["![",r.alt,"]","collapsed"===r.referenceType?"[]":""]}case"definition":{const e="always"===t.proseWrap?rP:" ";return fP(["[",r.identifier,"]:",pP([e,VP(r.url),null===r.title?"":[e,$P(r.title,t,!1)]])])}case"footnote":return["[^",LP(e,t,n),"]"];case"footnoteReference":return["[^",r.identifier,"]"];case"footnoteDefinition":{const o=e.getParentNode().children[e.getName()+1],i=1===r.children.length&&"paragraph"===r.children[0].type&&("never"===t.proseWrap||"preserve"===t.proseWrap&&r.children[0].position.start.line===r.children[0].position.end.line);return["[^",r.identifier,"]: ",i?LP(e,t,n):fP([lP(" ".repeat(4),LP(e,t,n,{processor:(e,t)=>0===t?fP([sP,n()]):n()})),o&&"footnoteDefinition"===o.type?sP:""])]}case"table":return function(e,t,n){const r=e.getValue(),o=[],i=e.map((e=>e.map(((e,r)=>{const i=mP(n(),t).formatted,u=ZN(i);return o[r]=Math.max(o[r]||3,u),{text:i,width:u}}),"children")),"children"),u=a(!1);if("never"!==t.proseWrap)return[tP,u];const s=a(!0);return[tP,fP(aP(s,u))];function a(e){const t=[l(i[0],e),c(e)];return i.length>1&&t.push(nP(dP,i.slice(1).map((t=>l(t,e))))),nP(dP,t)}function c(e){const t=o.map(((t,n)=>{const o=r.align[n],i="center"===o||"left"===o?":":"-",u="center"===o||"right"===o?":":"-",s=e?"-":"-".repeat(t-2);return"".concat(i).concat(s).concat(u)}));return"| ".concat(t.join(" | ")," |")}function l(e,t){const n=e.map((({text:e,width:n},i)=>{if(t)return e;const u=o[i]-n,s=r.align[i];let a=0;"right"===s?a=u:"center"===s&&(a=Math.floor(u/2));const c=u-a;return"".concat(" ".repeat(a)).concat(e).concat(" ".repeat(c))}));return"| ".concat(n.join(" | ")," |")}}(e,t,n);case"tableCell":return LP(e,t,n);case"break":return/\s/.test(t.originalText[r.position.start.offset])?[" ",iP(oP)]:["\\",uP];case"liquidNode":return gP(r.value,uP);case"importExport":return[r.value,uP];case"jsx":return r.value;case"math":return["$$",uP,r.value?[...gP(r.value,uP),uP]:"","$$"];case"inlineMath":return t.originalText.slice(DP(r),EP(r));case"tableRow":case"listItem":default:throw new Error("Unknown markdown type ".concat(JSON.stringify(r.type)))}},embed:jN,massageAstNode:XN,hasPrettierIgnore:function(e){const t=Number(e.getName());return 0!==t&&"next"===MP(e.getParentNode().children[t-1])},insertPragma:yP},WP={proseWrap:xw.proseWrap,singleQuote:xw.singleQuote},UP={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222};var zP={languages:[sf(UP,(e=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...e.filenames,"README"],extensions:e.extensions.filter((e=>".mdx"!==e))}))),sf(UP,(()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]})))],options:WP,printers:{mdast:qP},parsers:{get remark(){return{}.parsers.remark},get markdown(){return{}.parsers.remark},get mdx(){return{}.parsers.mdx}}};const{isFrontMatterNode:GP}=Qt,HP=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function JP(e,t){return"text"===e.type||"comment"===e.type||GP(e)||"yaml"===e.type||"toml"===e.type?null:("attribute"===e.type&&delete t.value,void("docType"===e.type&&delete t.value))}JP.ignoredProperties=HP;var XP=JP,YP={"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["accesskey","charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","tabindex","target","type"],abbr:["title"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["accesskey","alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","tabindex","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],bdo:["dir"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["accesskey","autofocus","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","tabindex","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dfn:["title"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","accesskey","align","alt","autocomplete","autofocus","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","tabindex","title","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["accesskey","for","form"],legend:["accesskey","align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","nonce","referrerpolicy","rel","rev","sizes","target","title","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","tabindex","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","nonce","referrerpolicy","src","type"],select:["autocomplete","autofocus","disabled","form","multiple","name","required","size","tabindex"],slot:["name"],source:["media","sizes","src","srcset","type"],style:["media","nonce","title","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["accesskey","autocomplete","autofocus","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","tabindex","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]};const{inferParserByLanguage:KP,isFrontMatterNode:QP}=Qt,{CSS_DISPLAY_TAGS:ZP,CSS_DISPLAY_DEFAULT:eO,CSS_WHITE_SPACE_TAGS:tO,CSS_WHITE_SPACE_DEFAULT:nO}={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"},rO=aO(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),oO=function(e,t){const n=Object.create(null);for(const[r,o]of Object.entries(e))n[r]=t(o,r);return n}(YP,aO),iO=new Set(["\t","\n","\f","\r"," "]),uO=e=>e.replace(/[\t\n\f\r ]+$/,""),sO=e=>e.match(/^[\t\n\f\r ]*/)[0];function aO(e){const t=Object.create(null);for(const n of e)t[n]=!0;return t}function cO(e,t){return!("ieConditionalComment"!==e.type||!e.lastChild||e.lastChild.isSelfClosing||e.lastChild.endSourceSpan)||("ieConditionalComment"===e.type&&!e.complete||(!(!CO(e)||!e.children.some((e=>"text"!==e.type&&"interpolation"!==e.type)))||!(!wO(e,t)||pO(e)||"interpolation"===e.type)))}function lO(e){if("attribute"===e.type)return!1;if(!e.parent)return!1;if("number"!=typeof e.index||0===e.index)return!1;return function(e){return"comment"===e.type&&"prettier-ignore"===e.value.trim()}(e.parent.children[e.index-1])}function pO(e){return"element"===e.type&&("script"===e.fullName||"style"===e.fullName||"svg:style"===e.fullName||vO(e)&&("script"===e.name||"style"===e.name))}function fO(e){return AO(e).startsWith("pre")}function dO(e){return"element"===e.type&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&"table-cell"!==e.cssDisplay)}function hO(e){return DO(e)||"element"===e.type&&"br"===e.fullName||mO(e)}function mO(e){return gO(e)&&yO(e)}function gO(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:"root"===e.parent.type||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function yO(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:"root"===e.parent.type||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function DO(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function EO(e){const{type:t,lang:n}=e.attrMap;return"module"===t||"text/javascript"===t||"text/babel"===t||"application/javascript"===t||"jsx"===n?"babel":"application/x-typescript"===t||"ts"===n||"tsx"===n?"typescript":"text/markdown"===t?"markdown":"text/html"===t?"html":t&&(t.endsWith("json")||t.endsWith("importmap"))?"json":"text/x-handlebars-template"===t?"glimmer":void 0}function bO(e){return"block"===e||"list-item"===e||e.startsWith("table")}function CO(e){return AO(e).startsWith("pre")}function vO(e){return"element"===e.type&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function AO(e){return"element"===e.type&&(!e.namespace||vO(e))&&tO[e.name]||nO}const FO=new Set(["template","style","script"]);function xO(e,t){return SO(e,t)&&!FO.has(e.fullName)}function SO(e,t){return"vue"===t.parser&&"element"===e.type&&"root"===e.parent.type&&"html"!==e.fullName.toLowerCase()}function wO(e,t){return SO(e,t)&&(xO(e,t)||e.attrMap.lang&&"html"!==e.attrMap.lang)}var TO={HTML_ELEMENT_ATTRIBUTES:oO,HTML_TAGS:rO,htmlTrim:e=>(e=>e.replace(/^[\t\n\f\r ]+/,""))(uO(e)),htmlTrimPreserveIndentation:e=>(e=>e.replace(/^[\t\f\r ]*?\n/g,""))(uO(e)),splitByHtmlWhitespace:e=>e.split(/[\t\n\f\r ]+/),hasHtmlWhitespace:e=>/[\t\n\f\r ]/.test(e),getLeadingAndTrailingHtmlWhitespace:e=>{const[,t,n,r]=e.match(/^([\t\n\f\r ]*)([\S\s]*?)([\t\n\f\r ]*)$/);return{leadingWhitespace:t,trailingWhitespace:r,text:n}},canHaveInterpolation:function(e){return e.children&&!pO(e)},countChars:function(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n},countParents:function(e,t){let n=0;for(let r=e.stack.length-1;r>=0;r--){const o=e.stack[r];o&&"object"==typeof o&&!Array.isArray(o)&&t(o)&&n++}return n},dedentString:function(e,t=function(e){let t=Number.POSITIVE_INFINITY;for(const n of e.split("\n")){if(0===n.length)continue;if(!iO.has(n[0]))return 0;const e=sO(n).length;n.length!==e&&e<t&&(t=e)}return t===Number.POSITIVE_INFINITY?0:t}(e)){return 0===t?e:e.split("\n").map((e=>e.slice(t))).join("\n")},forceBreakChildren:dO,forceBreakContent:function(e){return dO(e)||"element"===e.type&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some((e=>function(e){return e.children&&e.children.some((e=>"text"!==e.type))}(e))))||e.firstChild&&e.firstChild===e.lastChild&&"text"!==e.firstChild.type&&gO(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||yO(e.lastChild))},forceNextEmptyLine:function(e){return QP(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line},getLastDescendant:function e(t){return t.lastChild?e(t.lastChild):t},getNodeCssStyleDisplay:function(e,t){if(e.prev&&"comment"===e.prev.type){const t=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(t)return t[1]}let n=!1;if("element"===e.type&&"svg"===e.namespace){if(!function(e,t){let n=e;for(;n;){if(t(n))return!0;n=n.parent}return!1}(e,(e=>"svg:foreignObject"===e.fullName)))return"svg"===e.name?"inline-block":"block";n=!0}switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return"vue"===t.parser&&e.parent&&"root"===e.parent.type?"block":"element"===e.type&&(!e.namespace||n||vO(e))&&ZP[e.name]||eO}},getNodeCssStyleWhiteSpace:AO,getPrettierIgnoreAttributeCommentData:function(e){const t=e.trim().match(/^prettier-ignore-attribute(?:\s+([^]+))?$/);return!!t&&(!t[1]||t[1].split(/\s+/))},hasPrettierIgnore:lO,inferScriptParser:function(e,t){return"script"!==e.name||e.attrMap.src?"style"===e.name?function(e){const{lang:t}=e.attrMap;return t&&"postcss"!==t&&"css"!==t?"scss"===t?"scss":"less"===t?"less":void 0:"css"}(e):t&&wO(e,t)?EO(e)||!("src"in e.attrMap)&&KP(e.attrMap.lang,t):void 0:e.attrMap.lang||e.attrMap.type?EO(e):"babel"},isVueCustomBlock:xO,isVueNonHtmlBlock:wO,isVueSlotAttribute:function(e){const t=e.fullName;return"#"===t.charAt(0)||"slot-scope"===t||"v-slot"===t||t.startsWith("v-slot:")},isVueSfcBindingsAttribute:function(e,t){const n=e.parent;if(!SO(n,t))return!1;const r=n.fullName,o=e.fullName;return"script"===r&&"setup"===o||"style"===r&&"vars"===o},isDanglingSpaceSensitiveNode:function(e){return!(t=e.cssDisplay,bO(t)||"inline-block"===t||pO(e));var t},isIndentationSensitiveNode:fO,isLeadingSpaceSensitiveNode:function(e,t){const n=function(){if(QP(e))return!1;if(("text"===e.type||"interpolation"===e.type)&&e.prev&&("text"===e.prev.type||"interpolation"===e.prev.type))return!0;if(!e.parent||"none"===e.parent.cssDisplay)return!1;if(CO(e.parent))return!0;if(!e.prev&&("root"===e.parent.type||CO(e)&&e.parent||pO(e.parent)||xO(e.parent,t)||(n=e.parent.cssDisplay,bO(n)||"inline-block"===n)))return!1;var n;if(e.prev&&!function(e){return!bO(e)}(e.prev.cssDisplay))return!1;return!0}();return n&&!e.prev&&e.parent&&e.parent.tagDefinition&&e.parent.tagDefinition.ignoreFirstLf?"interpolation"===e.type:n},isPreLikeNode:CO,isScriptLikeTag:pO,isTextLikeNode:function(e){return"text"===e.type||"comment"===e.type},isTrailingSpaceSensitiveNode:function(e,t){return!QP(e)&&(!("text"!==e.type&&"interpolation"!==e.type||!e.next||"text"!==e.next.type&&"interpolation"!==e.next.type)||!(!e.parent||"none"===e.parent.cssDisplay)&&(!!CO(e.parent)||!(!e.next&&("root"===e.parent.type||CO(e)&&e.parent||pO(e.parent)||xO(e.parent,t)||(n=e.parent.cssDisplay,bO(n)||"inline-block"===n)))&&!(e.next&&!function(e){return!bO(e)}(e.next.cssDisplay))));var n},isWhitespaceSensitiveNode:function(e){return pO(e)||"interpolation"===e.type||fO(e)},isUnknownNamespace:vO,preferHardlineAsLeadingSpaces:function(e){return DO(e)||e.prev&&hO(e.prev)||mO(e)},preferHardlineAsTrailingSpaces:hO,shouldNotPrintClosingTag:function(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(lO(e)||cO(e.parent,t))},shouldPreserveContent:cO,unescapeQuoteEntities:function(e){return e.replace(/&apos;/g,"'").replace(/&quot;/g,'"')}},BO=i((function(e,t){function n(e){return t.$0<=e&&e<=t.$9}
16
+ /**
17
+ * @license
18
+ * Copyright Google Inc. All Rights Reserved.
19
+ *
20
+ * Use of this source code is governed by an MIT-style license that can be
21
+ * found in the LICENSE file at https://angular.io/license
22
+ */
23
+ Object.defineProperty(t,"__esModule",{value:!0}),t.$EOF=0,t.$BSPACE=8,t.$TAB=9,t.$LF=10,t.$VTAB=11,t.$FF=12,t.$CR=13,t.$SPACE=32,t.$BANG=33,t.$DQ=34,t.$HASH=35,t.$$=36,t.$PERCENT=37,t.$AMPERSAND=38,t.$SQ=39,t.$LPAREN=40,t.$RPAREN=41,t.$STAR=42,t.$PLUS=43,t.$COMMA=44,t.$MINUS=45,t.$PERIOD=46,t.$SLASH=47,t.$COLON=58,t.$SEMICOLON=59,t.$LT=60,t.$EQ=61,t.$GT=62,t.$QUESTION=63,t.$0=48,t.$7=55,t.$9=57,t.$A=65,t.$E=69,t.$F=70,t.$X=88,t.$Z=90,t.$LBRACKET=91,t.$BACKSLASH=92,t.$RBRACKET=93,t.$CARET=94,t.$_=95,t.$a=97,t.$b=98,t.$e=101,t.$f=102,t.$n=110,t.$r=114,t.$t=116,t.$u=117,t.$v=118,t.$x=120,t.$z=122,t.$LBRACE=123,t.$BAR=124,t.$RBRACE=125,t.$NBSP=160,t.$PIPE=124,t.$TILDA=126,t.$AT=64,t.$BT=96,t.isWhitespace=function(e){return e>=t.$TAB&&e<=t.$SPACE||e==t.$NBSP},t.isDigit=n,t.isAsciiLetter=function(e){return e>=t.$a&&e<=t.$z||e>=t.$A&&e<=t.$Z},t.isAsciiHexDigit=function(e){return e>=t.$a&&e<=t.$f||e>=t.$A&&e<=t.$F||n(e)},t.isNewLine=function(e){return e===t.$LF||e===t.$CR},t.isOctalDigit=function(e){return t.$0<=e&&e<=t.$7}}));
24
+ /**
25
+ * @license
26
+ * Copyright Google Inc. All Rights Reserved.
27
+ *
28
+ * Use of this source code is governed by an MIT-style license that can be
29
+ * found in the LICENSE file at https://angular.io/license
30
+ */
31
+ class kO{constructor(e,t,n){this.filePath=e,this.name=t,this.members=n}assertNoMembers(){if(this.members.length)throw new Error("Illegal state: symbol without members expected, but got ".concat(JSON.stringify(this),"."))}}var NO=kO;var PO=class{constructor(){this.cache=new Map}get(e,t,n){const r=(n=n||[]).length?".".concat(n.join(".")):"",o='"'.concat(e,'".').concat(t).concat(r);let i=this.cache.get(o);return i||(i=new kO(e,t,n),this.cache.set(o,i)),i}},OO=Object.defineProperty({StaticSymbol:NO,StaticSymbolCache:PO},"__esModule",{value:!0});
32
+ /**
33
+ * @license
34
+ * Copyright Google Inc. All Rights Reserved.
35
+ *
36
+ * Use of this source code is governed by an MIT-style license that can be
37
+ * found in the LICENSE file at https://angular.io/license
38
+ */
39
+ const IO=/-+([a-z0-9])/g;var jO=function(e){return e.replace(IO,((...e)=>e[1].toUpperCase()))};var LO=function(e,t){return MO(e,":",t)};var _O=function(e,t){return MO(e,".",t)};function MO(e,t,n){const r=e.indexOf(t);return-1==r?n:[e.slice(0,r).trim(),e.slice(r+1).trim()]}function RO(e,t,n){return Array.isArray(e)?t.visitArray(e,n):function(e){return"object"==typeof e&&null!==e&&Object.getPrototypeOf(e)===QO}(e)?t.visitStringMap(e,n):null==e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e?t.visitPrimitive(e,n):t.visitOther(e,n)}var VO=RO;var $O=function(e){return null!=e};var qO=function(e){return void 0===e?null:e};var WO=class{visitArray(e,t){return e.map((e=>RO(e,this,t)))}visitStringMap(e,t){const n={};return Object.keys(e).forEach((r=>{n[r]=RO(e[r],this,t)})),n}visitPrimitive(e,t){return e}visitOther(e,t){return e}},UO={assertSync:e=>{if(nI(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>nI(e)?e.then(t):t(e),all:e=>e.some(nI)?Promise.all(e):e};var zO=function(e){throw new Error("Internal Error: ".concat(e))};var GO=function(e,t){const n=Error(e);return n[HO]=!0,t&&(n[JO]=t),n};const HO="ngSyntaxError",JO="ngParseErrors";var XO=function(e){return e[HO]};var YO=function(e){return e[JO]||[]};var KO=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};const QO=Object.getPrototypeOf({});var ZO=function(e){let t="";for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(r>=55296&&r<=56319&&e.length>n+1){const t=e.charCodeAt(n+1);t>=56320&&t<=57343&&(n++,r=(r-55296<<10)+t-56320+65536)}r<=127?t+=String.fromCharCode(r):r<=2047?t+=String.fromCharCode(r>>6&31|192,63&r|128):r<=65535?t+=String.fromCharCode(r>>12|224,r>>6&63|128,63&r|128):r<=2097151&&(t+=String.fromCharCode(r>>18&7|240,r>>12&63|128,r>>6&63|128,63&r|128))}return t};var eI=function e(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return"".concat(t.overriddenName);if(t.name)return"".concat(t.name);if(!t.toString)return"object";const n=t.toString();if(null==n)return""+n;const r=n.indexOf("\n");return-1===r?n:n.substring(0,r)};var tI=function(e){return"function"==typeof e&&e.hasOwnProperty("__forward_ref__")?e():e};function nI(e){return!!e&&"function"==typeof e.then}var rI=nI;var oI=class{constructor(e){this.full=e;const t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};const iI="undefined"!=typeof window&&window,uI="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self;var sI=void 0!==r&&r||iI||uI,aI=Object.defineProperty({dashCaseToCamelCase:jO,splitAtColon:LO,splitAtPeriod:_O,visitValue:VO,isDefined:$O,noUndefined:qO,ValueTransformer:WO,SyncAsync:UO,error:zO,syntaxError:GO,isSyntaxError:XO,getParseErrors:YO,escapeRegExp:KO,utf8Encode:ZO,stringify:eI,resolveForwardRef:tI,isPromise:rI,Version:oI,global:sI},"__esModule",{value:!0}),cI=i((function(e,t){
40
+ /**
41
+ * @license
42
+ * Copyright Google Inc. All Rights Reserved.
43
+ *
44
+ * Use of this source code is governed by an MIT-style license that can be
45
+ * found in the LICENSE file at https://angular.io/license
46
+ */
47
+ Object.defineProperty(t,"__esModule",{value:!0});const n=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function r(e){return e.replace(/\W/g,"_")}t.sanitizeIdentifier=r;let o=0;function i(e){if(!e||!e.reference)return null;const t=e.reference;if(t instanceof OO.StaticSymbol)return t.name;if(t.__anonymousType)return t.__anonymousType;let n=aI.stringify(t);return n.indexOf("(")>=0?(n="anonymous_".concat(o++),t.__anonymousType=n):n=r(n),n}var u;t.identifierName=i,t.identifierModuleUrl=function(e){const t=e.reference;return t instanceof OO.StaticSymbol?t.filePath:"./".concat(aI.stringify(t))},t.viewClassName=function(e,t){return"View_".concat(i({reference:e}),"_").concat(t)},t.rendererTypeName=function(e){return"RenderType_".concat(i({reference:e}))},t.hostViewClassName=function(e){return"HostView_".concat(i({reference:e}))},t.componentFactoryName=function(e){return"".concat(i({reference:e}),"NgFactory")},function(e){e[e.Pipe=0]="Pipe",e[e.Directive=1]="Directive",e[e.NgModule=2]="NgModule",e[e.Injectable=3]="Injectable"}(u=t.CompileSummaryKind||(t.CompileSummaryKind={})),t.tokenName=function(e){return null!=e.value?r(e.value):i(e.identifier)},t.tokenReference=function(e){return null!=e.identifier?e.identifier.reference:e.value};t.CompileStylesheetMetadata=class{constructor({moduleUrl:e,styles:t,styleUrls:n}={}){this.moduleUrl=e||null,this.styles=a(t),this.styleUrls=a(n)}};t.CompileTemplateMetadata=class{constructor({encapsulation:e,template:t,templateUrl:n,htmlAst:r,styles:o,styleUrls:i,externalStylesheets:u,animations:s,ngContentSelectors:l,interpolation:p,isInline:f,preserveWhitespaces:d}){if(this.encapsulation=e,this.template=t,this.templateUrl=n,this.htmlAst=r,this.styles=a(o),this.styleUrls=a(i),this.externalStylesheets=a(u),this.animations=s?c(s):[],this.ngContentSelectors=l||[],p&&2!=p.length)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=p,this.isInline=f,this.preserveWhitespaces=d}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};class s{static create({isHost:e,type:t,isComponent:r,selector:o,exportAs:i,changeDetection:u,inputs:a,outputs:c,host:l,providers:p,viewProviders:f,queries:d,guards:h,viewQueries:m,entryComponents:g,template:y,componentViewType:D,rendererType:E,componentFactory:b}){const C={},v={},A={};null!=l&&Object.keys(l).forEach((e=>{const t=l[e],r=e.match(n);null===r?A[e]=t:null!=r[1]?v[r[1]]=t:null!=r[2]&&(C[r[2]]=t)}));const F={};null!=a&&a.forEach((e=>{const t=aI.splitAtColon(e,[e,e]);F[t[0]]=t[1]}));const x={};return null!=c&&c.forEach((e=>{const t=aI.splitAtColon(e,[e,e]);x[t[0]]=t[1]})),new s({isHost:e,type:t,isComponent:!!r,selector:o,exportAs:i,changeDetection:u,inputs:F,outputs:x,hostListeners:C,hostProperties:v,hostAttributes:A,providers:p,viewProviders:f,queries:d,guards:h,viewQueries:m,entryComponents:g,template:y,componentViewType:D,rendererType:E,componentFactory:b})}constructor({isHost:e,type:t,isComponent:n,selector:r,exportAs:o,changeDetection:i,inputs:u,outputs:s,hostListeners:c,hostProperties:l,hostAttributes:p,providers:f,viewProviders:d,queries:h,guards:m,viewQueries:g,entryComponents:y,template:D,componentViewType:E,rendererType:b,componentFactory:C}){this.isHost=!!e,this.type=t,this.isComponent=n,this.selector=r,this.exportAs=o,this.changeDetection=i,this.inputs=u,this.outputs=s,this.hostListeners=c,this.hostProperties=l,this.hostAttributes=p,this.providers=a(f),this.viewProviders=a(d),this.queries=a(h),this.guards=m,this.viewQueries=a(g),this.entryComponents=a(y),this.template=D,this.componentViewType=E,this.rendererType=b,this.componentFactory=C}toSummary(){return{summaryKind:u.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}}t.CompileDirectiveMetadata=s;t.CompilePipeMetadata=class{constructor({type:e,name:t,pure:n}){this.type=e,this.name=t,this.pure=!!n}toSummary(){return{summaryKind:u.Pipe,type:this.type,name:this.name,pure:this.pure}}};t.CompileShallowModuleMetadata=class{};t.CompileNgModuleMetadata=class{constructor({type:e,providers:t,declaredDirectives:n,exportedDirectives:r,declaredPipes:o,exportedPipes:i,entryComponents:u,bootstrapComponents:s,importedModules:c,exportedModules:l,schemas:p,transitiveModule:f,id:d}){this.type=e||null,this.declaredDirectives=a(n),this.exportedDirectives=a(r),this.declaredPipes=a(o),this.exportedPipes=a(i),this.providers=a(t),this.entryComponents=a(u),this.bootstrapComponents=a(s),this.importedModules=a(c),this.exportedModules=a(l),this.schemas=a(p),this.id=d||null,this.transitiveModule=f||null}toSummary(){const e=this.transitiveModule;return{summaryKind:u.NgModule,type:this.type,entryComponents:e.entryComponents,providers:e.providers,modules:e.modules,exportedDirectives:e.exportedDirectives,exportedPipes:e.exportedPipes}}};function a(e){return e||[]}t.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(e,t){this.providers.push({provider:e,module:t})}addDirective(e){this.directivesSet.has(e.reference)||(this.directivesSet.add(e.reference),this.directives.push(e))}addExportedDirective(e){this.exportedDirectivesSet.has(e.reference)||(this.exportedDirectivesSet.add(e.reference),this.exportedDirectives.push(e))}addPipe(e){this.pipesSet.has(e.reference)||(this.pipesSet.add(e.reference),this.pipes.push(e))}addExportedPipe(e){this.exportedPipesSet.has(e.reference)||(this.exportedPipesSet.add(e.reference),this.exportedPipes.push(e))}addModule(e){this.modulesSet.has(e.reference)||(this.modulesSet.add(e.reference),this.modules.push(e))}addEntryComponent(e){this.entryComponentsSet.has(e.componentType)||(this.entryComponentsSet.add(e.componentType),this.entryComponents.push(e))}};function c(e){return e.reduce(((e,t)=>{const n=Array.isArray(t)?c(t):t;return e.concat(n)}),[])}function l(e){return e.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}t.ProviderMeta=class{constructor(e,{useClass:t,useValue:n,useExisting:r,useFactory:o,deps:i,multi:u}){this.token=e,this.useClass=t||null,this.useValue=n,this.useExisting=r,this.useFactory=o||null,this.dependencies=i||null,this.multi=!!u}},t.flatten=c,t.templateSourceUrl=function(e,t,n){let r;return r=n.isInline?t.type.reference instanceof OO.StaticSymbol?"".concat(t.type.reference.filePath,".").concat(t.type.reference.name,".html"):"".concat(i(e),"/").concat(i(t.type),".html"):n.templateUrl,t.type.reference instanceof OO.StaticSymbol?r:l(r)},t.sharedStylesheetJitUrl=function(e,t){const n=e.moduleUrl.split(/\/\\/g),r=n[n.length-1];return l("css/".concat(t).concat(r,".ngstyle.js"))},t.ngModuleJitUrl=function(e){return l("".concat(i(e.type),"/module.ngfactory.js"))},t.templateJitUrl=function(e,t){return l("".concat(i(e),"/").concat(i(t.type),".ngfactory.js"))}})),lI=i((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});
48
+ /**
49
+ * @license
50
+ * Copyright Google Inc. All Rights Reserved.
51
+ *
52
+ * Use of this source code is governed by an MIT-style license that can be
53
+ * found in the LICENSE file at https://angular.io/license
54
+ */
55
+ class n{constructor(e,t,n,r){this.file=e,this.offset=t,this.line=n,this.col=r}toString(){return null!=this.offset?"".concat(this.file.url,"@").concat(this.line,":").concat(this.col):this.file.url}moveBy(e){const t=this.file.content,r=t.length;let o=this.offset,i=this.line,u=this.col;for(;o>0&&e<0;){o--,e++;if(t.charCodeAt(o)==BO.$LF){i--;const e=t.substr(0,o-1).lastIndexOf(String.fromCharCode(BO.$LF));u=e>0?o-e:o}else u--}for(;o<r&&e>0;){const n=t.charCodeAt(o);o++,e--,n==BO.$LF?(i++,u=0):u++}return new n(this.file,o,i,u)}getContext(e,t){const n=this.file.content;let r=this.offset;if(null!=r){r>n.length-1&&(r=n.length-1);let o=r,i=0,u=0;for(;i<e&&r>0&&(r--,i++,"\n"!=n[r]||++u!=t););for(i=0,u=0;i<e&&o<n.length-1&&(o++,i++,"\n"!=n[o]||++u!=t););return{before:n.substring(r,this.offset),after:n.substring(this.offset,o+1)}}return null}}t.ParseLocation=n;class r{constructor(e,t){this.content=e,this.url=t}}t.ParseSourceFile=r;class o{constructor(e,t,n=null){this.start=e,this.end=t,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}}var i;t.ParseSourceSpan=o,t.EMPTY_PARSE_LOCATION=new n(new r("",""),0,0,0),t.EMPTY_SOURCE_SPAN=new o(t.EMPTY_PARSE_LOCATION,t.EMPTY_PARSE_LOCATION),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(i=t.ParseErrorLevel||(t.ParseErrorLevel={}));t.ParseError=class{constructor(e,t,n=i.ERROR){this.span=e,this.msg=t,this.level=n}contextualMessage(){const e=this.span.start.getContext(100,3);return e?"".concat(this.msg,' ("').concat(e.before,"[").concat(i[this.level]," ->]").concat(e.after,'")'):this.msg}toString(){const e=this.span.details?", ".concat(this.span.details):"";return"".concat(this.contextualMessage(),": ").concat(this.span.start).concat(e)}},t.typeSourceSpan=function(e,t){const i=cI.identifierModuleUrl(t),u=null!=i?"in ".concat(e," ").concat(cI.identifierName(t)," in ").concat(i):"in ".concat(e," ").concat(cI.identifierName(t)),s=new r("",u);return new o(new n(s,-1,-1,-1),new n(s,-1,-1,-1))},t.r3JitTypeSourceSpan=function(e,t,i){const u="in ".concat(e," ").concat(t," in ").concat(i),s=new r("",u);return new o(new n(s,-1,-1,-1),new n(s,-1,-1,-1))}}));const{ParseSourceSpan:pI}=lI,{htmlTrim:fI,getLeadingAndTrailingHtmlWhitespace:dI,hasHtmlWhitespace:hI,canHaveInterpolation:mI,getNodeCssStyleDisplay:gI,isDanglingSpaceSensitiveNode:yI,isIndentationSensitiveNode:DI,isLeadingSpaceSensitiveNode:EI,isTrailingSpaceSensitiveNode:bI,isWhitespaceSensitiveNode:CI}=TO,vI=[function(e){return e.map((e=>{if("element"===e.type&&e.tagDefinition.ignoreFirstLf&&e.children.length>0&&"text"===e.children[0].type&&"\n"===e.children[0].value[0]){const[t,...n]=e.children;return e.clone({children:1===t.value.length?n:[t.clone({value:t.value.slice(1)}),...n]})}return e}))},function(e){const t=e=>"element"===e.type&&e.prev&&"ieConditionalStartComment"===e.prev.type&&e.prev.sourceSpan.end.offset===e.startSourceSpan.start.offset&&e.firstChild&&"ieConditionalEndComment"===e.firstChild.type&&e.firstChild.sourceSpan.start.offset===e.startSourceSpan.end.offset;return e.map((e=>{if(e.children){const n=e.children.map(t);if(n.some(Boolean)){const t=[];for(let r=0;r<e.children.length;r++){const o=e.children[r];if(!n[r+1])if(n[r]){const e=o.prev,n=o.firstChild,r=new pI(e.sourceSpan.start,n.sourceSpan.end),i=new pI(r.start,o.sourceSpan.end);t.push(o.clone({condition:e.condition,sourceSpan:i,startSourceSpan:r,children:o.children.slice(1)}))}else t.push(o)}return e.clone({children:t})}}return e}))},function(e){return function(e,t,n){return e.map((e=>{if(e.children){const r=e.children.map(t);if(r.some(Boolean)){const t=[];for(let o=0;o<e.children.length;o++){const i=e.children[o];if("text"!==i.type&&!r[o]){t.push(i);continue}const u="text"===i.type?i:i.clone({type:"text",value:n(i)});if(0===t.length||"text"!==ke(t).type){t.push(u);continue}const s=t.pop();t.push(s.clone({value:s.value+u.value,sourceSpan:new pI(s.sourceSpan.start,u.sourceSpan.end)}))}return e.clone({children:t})}}return e}))}(e,(e=>"cdata"===e.type),(e=>"<![CDATA[".concat(e.value,"]]>")))},function(e,t){if("html"===t.parser)return e;const n=/{{([\S\s]+?)}}/g;return e.map((e=>{if(!mI(e))return e;const t=[];for(const r of e.children){if("text"!==r.type){t.push(r);continue}let e=r.sourceSpan.start,o=null;const i=r.value.split(n);for(let n=0;n<i.length;n++,e=o){const r=i[n];n%2!=0?(o=e.moveBy(r.length+4),t.push({type:"interpolation",sourceSpan:new pI(e,o),children:0===r.length?[]:[{type:"text",value:r,sourceSpan:new pI(e.moveBy(2),o.moveBy(-2))}]})):(o=e.moveBy(r.length),r.length>0&&t.push({type:"text",value:r,sourceSpan:new pI(e,o)}))}}return e.clone({children:t})}))},function(e){const t="whitespace";return e.map((e=>{if(!e.children)return e;if(0===e.children.length||1===e.children.length&&"text"===e.children[0].type&&0===fI(e.children[0].value).length)return e.clone({children:[],hasDanglingSpaces:e.children.length>0});const n=CI(e),r=DI(e);return e.clone({isWhitespaceSensitive:n,isIndentationSensitive:r,children:e.children.reduce(((e,r)=>{if("text"!==r.type||n)return[...e,r];const o=[],{leadingWhitespace:i,text:u,trailingWhitespace:s}=dI(r.value);return i&&o.push({type:t}),u&&o.push({type:"text",value:u,sourceSpan:new pI(r.sourceSpan.start.moveBy(i.length),r.sourceSpan.end.moveBy(-s.length))}),s&&o.push({type:t}),[...e,...o]}),[]).reduce(((e,n,r,o)=>{if(n.type===t)return e;const i=0!==r&&o[r-1].type===t,u=r!==o.length-1&&o[r+1].type===t;return[...e,Object.assign({},n,{hasLeadingSpaces:i,hasTrailingSpaces:u})]}),[])})}))},function(e,t){return e.map((e=>Object.assign(e,{cssDisplay:gI(e,t)})))},function(e){return e.map((e=>Object.assign(e,{isSelfClosing:!e.children||"element"===e.type&&(e.tagDefinition.isVoid||e.startSourceSpan===e.endSourceSpan)})))},function(e,t){return e.map((e=>"element"!==e.type?e:Object.assign(e,{hasHtmComponentClosingTag:e.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(e.endSourceSpan.start.offset,e.endSourceSpan.end.offset))})))},function(e,t){return e.map((e=>e.children?0===e.children.length?e.clone({isDanglingSpaceSensitive:yI(e)}):e.clone({children:e.children.map((e=>Object.assign({},e,{isLeadingSpaceSensitive:EI(e,t),isTrailingSpaceSensitive:bI(e,t)}))).map(((e,t,n)=>Object.assign({},e,{isLeadingSpaceSensitive:(0===t||n[t-1].isTrailingSpaceSensitive)&&e.isLeadingSpaceSensitive,isTrailingSpaceSensitive:(t===n.length-1||n[t+1].isLeadingSpaceSensitive)&&e.isTrailingSpaceSensitive})))}):e))},function(e){const t=e=>"element"===e.type&&0===e.attrs.length&&1===e.children.length&&"text"===e.firstChild.type&&!hI(e.children[0].value)&&!e.firstChild.hasLeadingSpaces&&!e.firstChild.hasTrailingSpaces&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces&&e.prev&&"text"===e.prev.type&&e.next&&"text"===e.next.type;return e.map((e=>{if(e.children){const n=e.children.map(t);if(n.some(Boolean)){const t=[];for(let r=0;r<e.children.length;r++){const o=e.children[r];if(n[r]){const n=t.pop(),i=e.children[++r],{isTrailingSpaceSensitive:u,hasTrailingSpaces:s}=i;t.push(n.clone({value:n.value+"<".concat(o.rawName,">")+o.firstChild.value+"</".concat(o.rawName,">")+i.value,sourceSpan:new pI(n.sourceSpan.start,i.sourceSpan.end),isTrailingSpaceSensitive:u,hasTrailingSpaces:s}))}else t.push(o)}return e.clone({children:t})}}return e}))}];var AI=function(e,t){for(const n of vI)e=n(e,t);return e};var FI={hasPragma:function(e){return/^\s*<!--\s*@(format|prettier)\s*-->/.test(e)},insertPragma:function(e){return"\x3c!-- @format --\x3e\n\n"+e.replace(/^\s*\n/,"")}};var xI={locStart:function(e){return e.sourceSpan.start.offset},locEnd:function(e){return e.sourceSpan.end.offset}};const{builders:{group:SI}}=In;var wI={isVueEventBindingExpression:function(e){const t=e.trim();return/^([\w$]+|\([^)]*?\))\s*=>|^function\s*\(/.test(t)||/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/.test(t)},printVueFor:function(e,t){const{left:n,operator:r,right:o}=function(e){const t=/([^]*?)\s+(in|of)\s+([^]*)/,n=/,([^,\]}]*)(?:,([^,\]}]*))?$/,r=/^\(|\)$/g,o=e.match(t);if(!o)return;const i={};i.for=o[3].trim();const u=o[1].trim().replace(r,""),s=u.match(n);s?(i.alias=u.replace(n,""),i.iterator1=s[1].trim(),s[2]&&(i.iterator2=s[2].trim())):i.alias=u;return{left:"".concat([i.alias,i.iterator1,i.iterator2].filter(Boolean).join(",")),operator:o[2],right:i.for}}(e);return[SI(t("function _(".concat(n,") {}"),{parser:"babel",__isVueForBindingLeft:!0}))," ",r," ",t(o,{parser:"__js_expression"},{stripTrailingHardline:!0})]},printVueBindings:function(e,t){return t("function _(".concat(e,") {}"),{parser:"babel",__isVueBindings:!0})}},TI=i((function(e){!function(t,n){e.exports?e.exports=n():t.parseSrcset=n()}(r,(function(){return function(e,t){var n=t&&t.logger||console;function r(e){return" "===e||"\t"===e||"\n"===e||"\f"===e||"\r"===e}function o(t){var n,r=t.exec(e.substring(y));if(r)return n=r[0],y+=n.length,n}for(var i,u,s,a,c,l=e.length,p=/^[ \t\n\r\u000c]+/,f=/^[, \t\n\r\u000c]+/,d=/^[^ \t\n\r\u000c]+/,h=/[,]+$/,m=/^\d+$/,g=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,y=0,D=[];;){if(o(f),y>=l)return D;i=o(d),u=[],","===i.slice(-1)?(i=i.replace(h,""),b()):E()}function E(){for(o(p),s="",a="in descriptor";;){if(c=e.charAt(y),"in descriptor"===a)if(r(c))s&&(u.push(s),s="",a="after descriptor");else{if(","===c)return y+=1,s&&u.push(s),void b();if("("===c)s+=c,a="in parens";else{if(""===c)return s&&u.push(s),void b();s+=c}}else if("in parens"===a)if(")"===c)s+=c,a="in descriptor";else{if(""===c)return u.push(s),void b();s+=c}else if("after descriptor"===a)if(r(c));else{if(""===c)return void b();a="in descriptor",y-=1}y+=1}}function b(){var t,r,o,s,a,c,l,p,f,d=!1,h={};for(s=0;s<u.length;s++)c=(a=u[s])[a.length-1],l=a.substring(0,a.length-1),p=parseInt(l,10),f=parseFloat(l),m.test(l)&&"w"===c?((t||r)&&(d=!0),0===p?d=!0:t=p):g.test(l)&&"x"===c?((t||r||o)&&(d=!0),f<0?d=!0:r=f):m.test(l)&&"h"===c?((o||r)&&(d=!0),0===p?d=!0:o=p):d=!0;d?n&&n.error&&n.error("Invalid srcset descriptor found in '"+e+"' at '"+a+"'."):(h.url=i,t&&(h.w=t),r&&(h.d=r),o&&(h.h=o),D.push(h))}}}))}));const{builders:{group:BI,ifBreak:kI,indent:NI,join:PI,line:OI,softline:II}}=In;const jI=["__","--","_","-"];function LI(e){const t=e.search(/[^_-]/);if(-1!==t)for(const n of jI){const r=e.indexOf(n,t);if(-1!==r)return e.slice(0,r)}return e}var _I={printImgSrcset:function(e){const t=TI(e,{logger:{error(e){throw new Error(e)}}}),n=t.some((({w:e})=>e)),r=t.some((({h:e})=>e));if(n+r+t.some((({d:e})=>e))>1)throw new Error("Mixed descriptor in srcset is not supported");const o=n?"w":r?"h":"d",i=n?"w":r?"h":"x",u=e=>Math.max(...e),s=t.map((e=>e.url)),a=u(s.map((e=>e.length))),c=t.map((e=>e[o])).map((e=>e?e.toString():"")),l=c.map((e=>{const t=e.indexOf(".");return-1===t?e.length:t})),p=u(l);return PI([",",OI],s.map(((e,t)=>{const n=[e],r=c[t];if(r){const o=a-e.length+1,u=p-l[t],s=" ".repeat(o+u);n.push(kI(s," "),r+i)}return n})))},printClassNames:function(e){const t=e.trim().split(/\s+/),n=[];let r;for(let e=0;e<t.length;e++){const o=LI(t[e]);o!==r&&o!==t[e-1]&&n.push([]),ke(n).push(t[e]),r=o}return[NI([II,PI(OI,n.map((e=>BI(PI(OI,e)))))]),II]}};const{builders:{breakParent:MI,dedentToRoot:RI,fill:VI,group:$I,hardline:qI,ifBreak:WI,indentIfBreak:UI,indent:zI,join:GI,line:HI,literalline:JI,softline:XI},utils:{mapDoc:YI,cleanDoc:KI,getDocParts:QI,isConcat:ZI}}=In,{replaceEndOfLineWith:ej,isNonEmptyArray:tj}=Qt,{htmlTrimPreserveIndentation:nj,splitByHtmlWhitespace:rj,countChars:oj,countParents:ij,dedentString:uj,forceBreakChildren:sj,forceBreakContent:aj,forceNextEmptyLine:cj,getLastDescendant:lj,getPrettierIgnoreAttributeCommentData:pj,hasPrettierIgnore:fj,inferScriptParser:dj,isVueCustomBlock:hj,isVueNonHtmlBlock:mj,isVueSlotAttribute:gj,isVueSfcBindingsAttribute:yj,isScriptLikeTag:Dj,isTextLikeNode:Ej,preferHardlineAsLeadingSpaces:bj,shouldNotPrintClosingTag:Cj,shouldPreserveContent:vj,unescapeQuoteEntities:Aj,isPreLikeNode:Fj}=TO,{insertPragma:xj}=FI,{locStart:Sj,locEnd:wj}=xI,{printVueFor:Tj,printVueBindings:Bj,isVueEventBindingExpression:kj}=wI,{printImgSrcset:Nj,printClassNames:Pj}=_I;function Oj(e,t,n){const r=e.getValue();if(sj(r))return[MI,...e.map((e=>{const t=e.getValue(),n=t.prev?u(t.prev,t):"";return[n?[n,cj(t.prev)?qI:""]:"",i(e)]}),"children")];const o=r.children.map((()=>Symbol("")));return e.map(((e,t)=>{const n=e.getValue();if(Ej(n)){if(n.prev&&Ej(n.prev)){const t=u(n.prev,n);if(t)return cj(n.prev)?[qI,qI,i(e)]:[t,i(e)]}return i(e)}const r=[],s=[],a=[],c=[],l=n.prev?u(n.prev,n):"",p=n.next?u(n,n.next):"";return l&&(cj(n.prev)?r.push(qI,qI):l===qI?r.push(qI):Ej(n.prev)?s.push(l):s.push(WI("",XI,{groupId:o[t-1]}))),p&&(cj(n)?Ej(n.next)&&c.push(qI,qI):p===qI?Ej(n.next)&&c.push(qI):a.push(p)),[...r,$I([...s,$I([i(e),...a],{id:o[t]})]),...c]}),"children");function i(e){const r=e.getValue();return fj(r)?[Hj(r,t),...ej(t.originalText.slice(Sj(r)+(r.prev&&qj(r.prev)?Yj(r).length:0),wj(r)-(r.next&&Uj(r.next)?Zj(r,t).length:0)),JI),Xj(r,t)]:n()}function u(e,t){return Ej(e)&&Ej(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?bj(t)?qI:HI:"":bj(t)?qI:XI:qj(e)&&(fj(t)||t.firstChild||t.isSelfClosing||"element"===t.type&&t.attrs.length>0)||"element"===e.type&&e.isSelfClosing&&Uj(t)?"":!t.isLeadingSpaceSensitive||bj(t)||Uj(t)&&e.lastChild&&Gj(e.lastChild)&&e.lastChild.lastChild&&Gj(e.lastChild.lastChild)?qI:t.hasLeadingSpaces?HI:XI}}function Ij(e,t){let n=e.startSourceSpan.end.offset;e.firstChild&&Wj(e.firstChild)&&(n-=Kj(e).length);let r=e.endSourceSpan.start.offset;return e.lastChild&&Gj(e.lastChild)?r+=Qj(e,t).length:zj(e)&&(r-=Zj(e.lastChild,t).length),t.originalText.slice(n,r)}function jj(e,t,n){const r=e.getValue();if(!tj(r.attrs))return r.isSelfClosing?" ":"";const o=r.prev&&"comment"===r.prev.type&&pj(r.prev.value),i="boolean"==typeof o?()=>o:Array.isArray(o)?e=>o.includes(e.rawName):()=>!1,u=e.map((e=>{const r=e.getValue();return i(r)?ej(t.originalText.slice(Sj(r),wj(r)),JI):n()}),"attrs"),s="element"===r.type&&"script"===r.fullName&&1===r.attrs.length&&"src"===r.attrs[0].fullName&&0===r.children.length,a=[zI([s?" ":HI,GI(HI,u)])];return r.firstChild&&Wj(r.firstChild)||r.isSelfClosing&&zj(r.parent)||s?a.push(r.isSelfClosing?" ":""):a.push(r.isSelfClosing?HI:XI),a}function Lj(e,t,n){const r=e.getValue();return[_j(r,t),jj(e,t,n),r.isSelfClosing?"":Mj(r)]}function _j(e,t){return e.prev&&qj(e.prev)?"":[Hj(e,t),Yj(e)]}function Mj(e){return e.firstChild&&Wj(e.firstChild)?"":Kj(e)}function Rj(e,t){return[e.isSelfClosing?"":Vj(e,t),$j(e,t)]}function Vj(e,t){return e.lastChild&&Gj(e.lastChild)?"":[Jj(e,t),Qj(e,t)]}function $j(e,t){return(e.next?Uj(e.next):zj(e.parent))?"":[Zj(e,t),Xj(e,t)]}function qj(e){return e.next&&!Ej(e.next)&&Ej(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function Wj(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Uj(e){return e.prev&&"docType"!==e.prev.type&&!Ej(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function zj(e){return e.lastChild&&e.lastChild.isTrailingSpaceSensitive&&!e.lastChild.hasTrailingSpaces&&!Ej(lj(e.lastChild))&&!Fj(e)}function Gj(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&Ej(lj(e))}function Hj(e,t){return Wj(e)?Kj(e.parent):Uj(e)?Zj(e.prev,t):""}function Jj(e,t){return zj(e)?Zj(e.lastChild,t):""}function Xj(e,t){return Gj(e)?Qj(e.parent,t):qj(e)?Yj(e.next):""}function Yj(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return"\x3c!--[if ".concat(e.condition);case"ieConditionalEndComment":return"\x3c!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(e.condition)return"\x3c!--[if ".concat(e.condition,"]>\x3c!--\x3e<").concat(e.rawName);default:return"<".concat(e.rawName)}}function Kj(e){switch(Tl(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return">\x3c!--<![endif]--\x3e";default:return">"}}function Qj(e,t){if(Tl(!e.isSelfClosing),Cj(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return"</".concat(e.rawName)}}function Zj(e,t){if(Cj(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]--\x3e";case"ieConditionalStartComment":return"]>\x3c!--\x3e";case"interpolation":return"}}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function eL(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?ej(t,JI):ej(uj(nj(t)),qI):QI(GI(HI,rj(t)))}var tL={preprocess:AI,print:function(e,t,n){const r=e.getValue();switch(r.type){case"front-matter":return ej(r.raw,JI);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(r),[$I(Oj(e,t,n)),qI];case"element":case"ieConditionalComment":{if(vj(r,t))return[Hj(r,t),$I(Lj(e,t,n)),...ej(Ij(r,t),JI),...Rj(r,t),Xj(r,t)];const i=1===r.children.length&&"interpolation"===r.firstChild.type&&r.firstChild.isLeadingSpaceSensitive&&!r.firstChild.hasLeadingSpaces&&r.lastChild.isTrailingSpaceSensitive&&!r.lastChild.hasTrailingSpaces,u=Symbol("element-attr-group-id");return[$I([$I(Lj(e,t,n),{id:u}),0===r.children.length?r.hasDanglingSpaces&&r.isDanglingSpaceSensitive?HI:"":[aj(r)?MI:"",(o=[i?WI(XI,"",{groupId:u}):r.firstChild.hasLeadingSpaces&&r.firstChild.isLeadingSpaceSensitive?HI:"text"===r.firstChild.type&&r.isWhitespaceSensitive&&r.isIndentationSensitive?RI(XI):XI,Oj(e,t,n)],i?UI(o,{groupId:u}):!Dj(r)&&!hj(r,t)||"root"!==r.parent.type||"vue"!==t.parser||t.vueIndentScriptAndStyle?zI(o):o),(r.next?Uj(r.next):zj(r.parent))?r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?" ":"":i?WI(XI,"",{groupId:u}):r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?HI:("comment"===r.lastChild.type||"text"===r.lastChild.type&&r.isWhitespaceSensitive&&r.isIndentationSensitive)&&new RegExp("\\n[\\t ]{".concat(t.tabWidth*ij(e,(e=>e.parent&&"root"!==e.parent.type)),"}$")).test(r.lastChild.value)?"":XI]]),Rj(r,t)]}case"ieConditionalStartComment":case"ieConditionalEndComment":return[_j(r),$j(r)];case"interpolation":return[_j(r,t),...e.map(n,"children"),$j(r,t)];case"text":{if("interpolation"===r.parent.type){const e=/\n[^\S\n]*?$/,t=e.test(r.value),n=t?r.value.replace(e,""):r.value;return[...ej(n,JI),t?qI:""]}const e=KI([Hj(r,t),...eL(r),Xj(r,t)]);return ZI(e)||"fill"===e.type?VI(QI(e)):e}case"docType":return[$I([_j(r,t)," ",r.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),$j(r,t)];case"comment":return[Hj(r,t),...ej(t.originalText.slice(Sj(r),wj(r)),JI),Xj(r,t)];case"attribute":{if(null===r.value)return r.rawName;const e=Aj(r.value),t=oj(e,"'")<oj(e,'"')?"'":'"';return[r.rawName,"=",t,...ej('"'===t?e.replace(/"/g,"&quot;"):e.replace(/'/g,"&apos;"),JI),t]}default:throw new Error("Unexpected node type ".concat(r.type))}var o},insertPragma:xj,massageAstNode:XP,embed:function(e,t,n,r){const o=e.getValue();switch(o.type){case"element":if(Dj(o)||"interpolation"===o.type)return;if(!o.isSelfClosing&&mj(o,r)){const i=dj(o,r);if(!i)return;const u=Ij(o,r);let s=/^\s*$/.test(u),a="";return s||(a=n(nj(u),{parser:i,__embeddedInHtml:!0},{stripTrailingHardline:!0}),s=""===a),[Hj(o,r),$I(Lj(e,r,t)),s?"":qI,a,s?"":qI,Rj(o,r),Xj(o,r)]}break;case"text":if(Dj(o.parent)){const e=dj(o.parent);if(e){const t="markdown"===e?uj(o.value.replace(/^[^\S\n]*?\n/,"")):o.value,i={parser:e,__embeddedInHtml:!0};if("html"===r.parser&&"babel"===e){let e="script";const{attrMap:t}=o.parent;t&&("module"===t.type||"text/babel"===t.type&&"module"===t["data-type"])&&(e="module"),i.__babelSourceType=e}return[MI,Hj(o,r),n(t,i,{stripTrailingHardline:!0}),Xj(o,r)]}}else if("interpolation"===o.parent.type){const e={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return"angular"===r.parser?(e.parser="__ng_interpolation",e.trailingComma="none"):"vue"===r.parser?e.parser="__vue_expression":e.parser="__js_expression",[zI([HI,n(o.value,e,{stripTrailingHardline:!0})]),o.parent.next&&Uj(o.parent.next)?" ":HI]}break;case"attribute":{if(!o.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(r.originalText.slice(o.valueSpan.start.offset,o.valueSpan.end.offset)))return[o.rawName,"=",o.value];if("lwc"===r.parser){if(/^{[\S\s]*}$/.test(r.originalText.slice(o.valueSpan.start.offset,o.valueSpan.end.offset)))return[o.rawName,"=",o.value]}const e=function(e,t,n){const r=t=>new RegExp(t.join("|")).test(e.fullName),o=()=>Aj(e.value);let i=!1;const u=(e,t)=>{const n="NGRoot"===e.type?"NGMicrosyntax"===e.node.type&&1===e.node.body.length&&"NGMicrosyntaxExpression"===e.node.body[0].type?e.node.body[0].expression:e.node:"JsExpressionRoot"===e.type?e.node:e;!n||"ObjectExpression"!==n.type&&"ArrayExpression"!==n.type&&("__vue_expression"!==t.parser||"TemplateLiteral"!==n.type&&"StringLiteral"!==n.type)||(i=!0)},s=e=>$I(e),a=(e,t=!0)=>$I([zI([XI,e]),t?XI:""]),c=e=>i?s(e):a(e),l=(e,n)=>t(e,Object.assign({__onHtmlBindingRoot:u,__embeddedInHtml:!0},n),{stripTrailingHardline:!0});if("srcset"===e.fullName&&("img"===e.parent.fullName||"source"===e.parent.fullName))return a(Nj(o()));if("class"===e.fullName&&!n.parentParser){const e=o();if(!e.includes("{{"))return Pj(e)}if("style"===e.fullName&&!n.parentParser){const e=o();if(!e.includes("{{"))return a(l(e,{parser:"css",__isHTMLStyleAttribute:!0}))}if("vue"===n.parser){if("v-for"===e.fullName)return Tj(o(),l);if(gj(e)||yj(e,n))return Bj(o(),l);const t=["^:","^v-bind:"],i=["^v-"];if(r(["^@","^v-on:"])){const e=o();return c(l(e,{parser:kj(e)?"__js_expression":"__vue_event_binding"}))}if(r(t))return c(l(o(),{parser:"__vue_expression"}));if(r(i))return c(l(o(),{parser:"__js_expression"}))}if("angular"===n.parser){const t=(e,t)=>l(e,Object.assign({},t,{trailingComma:"none"})),n=["^\\*"],i=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],u=["^i18n(-.+)?$"];if(r(["^\\(.+\\)$","^on-"]))return c(t(o(),{parser:"__ng_action"}));if(r(i))return c(t(o(),{parser:"__ng_binding"}));if(r(u)){const t=o().trim();return a(VI(eL(e,t)),!t.includes("@@"))}if(r(n))return c(t(o(),{parser:"__ng_directive"}));const s=/{{([\S\s]+?)}}/g,p=o();if(s.test(p)){const e=[];for(const[n,r]of p.split(s).entries())if(n%2==0)e.push(ej(r,JI));else try{e.push($I(["{{",zI([HI,t(r,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),HI,"}}"]))}catch(t){e.push("{{",ej(r,JI),"}}")}return $I(e)}}return null}(o,((e,t)=>n(e,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},t),{stripTrailingHardline:!0})),r);if(e)return[o.rawName,'="',$I(YI(e,(e=>"string"==typeof e?e.replace(/"/g,"&quot;"):e))),'"'];break}case"front-matter":return Vw(o,n)}}};var nL={htmlWhitespaceSensitivity:{since:"1.15.0",category:"HTML",type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},vueIndentScriptAndStyle:{since:"1.19.0",category:"HTML",type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},rL={name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".htm",".html.hl",".inc",".xht",".xhtml"],languageId:146},oL={name:"Vue",type:"markup",color:"#2c3e50",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391};var iL={languages:[sf(rL,(()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]}))),sf(rL,(e=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...e.extensions,".mjml"]}))),sf(rL,(()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]}))),sf(oL,(()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]})))],printers:{html:tL},options:nL,parsers:{get html(){return{}.parsers.html},get vue(){return{}.parsers.vue},get angular(){return{}.parsers.angular},get lwc(){return{}.parsers.lwc}}};var uL={isPragma:function(e){return/^\s*@(prettier|format)\s*$/.test(e)},hasPragma:function(e){return/^\s*#[^\S\n]*@(prettier|format)\s*?(\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n".concat(e)}};var sL={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}};var aL=function(e,t,n,r){if("root"===e.getValue().type&&r.filepath&&/(?:[/\\]|^)\.prettierrc$/.test(r.filepath))return n(r.originalText,Object.assign({},r,{parser:"json"}))};const{getLast:cL,isNonEmptyArray:lL}=Qt;function pL(e,t){return e&&"string"==typeof e.type&&(!t||t.includes(e.type))}function fL(e){return"prettier-ignore"===e.value.trim()}function dL(e){return e&&lL(e.leadingComments)}function hL(e){return e&&lL(e.middleComments)}function mL(e){return e&&e.indicatorComment}function gL(e){return e&&e.trailingComment}function yL(e){return e&&lL(e.endComments)}function DL(e){const t=[];let n;for(const r of e.split(/( +)/g))" "!==r?" "===n?t.push(r):t.push((t.pop()||"")+r):void 0===n&&t.unshift(""),n=r;return" "===n&&t.push((t.pop()||"")+" "),""===t[0]&&(t.shift(),t.unshift(" "+(t.shift()||""))),t}var EL={getLast:cL,getAncestorCount:function(e,t){let n=0;const r=e.stack.length-1;for(let o=0;o<r;o++){const r=e.stack[o];pL(r)&&t(r)&&n++}return n},isNode:pL,isEmptyNode:function(e){return!lL(e.children)&&!function(e){return dL(e)||hL(e)||mL(e)||gL(e)||yL(e)}(e)},isInlineNode:function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}},mapNode:function e(t,n,r){return n("children"in t?Object.assign({},t,{children:t.children.map((r=>e(r,n,t)))}):t,r)},defineShortcut:function(e,t,n){Object.defineProperty(e,t,{get:n,enumerable:!1})},isNextLineEmpty:function(e,t){let n=0;const r=t.length;for(let o=e.position.end.offset-1;o<r;o++){const e=t[o];if("\n"===e&&n++,1===n&&/\S/.test(e))return!1;if(2===n)return!0}return!1},isLastDescendantNode:function(e){switch(e.getValue().type){case"tag":case"anchor":case"comment":return!1}const t=e.stack.length;for(let n=1;n<t;n++){const t=e.stack[n],r=e.stack[n-1];if(Array.isArray(r)&&"number"==typeof t&&t!==r.length-1)return!1}return!0},getBlockValueLineContents:function(e,{parentIndent:t,isLastDescendant:n,options:r}){const o=e.position.start.line===e.position.end.line?"":r.originalText.slice(e.position.start.offset,e.position.end.offset).match(/^[^\n]*?\n([\S\s]*)$/)[1],i=null===e.indent?(u=o.match(/^( *)\S/m))?u[1].length:Number.POSITIVE_INFINITY:e.indent-1+t;var u;const s=o.split("\n").map((e=>e.slice(i)));return"preserve"===r.proseWrap||"blockLiteral"===e.type?a(s.map((e=>0===e.length?[]:[e]))):a(s.map((e=>0===e.length?[]:DL(e))).reduce(((e,t,n)=>0!==n&&s[n-1].length>0&&t.length>0&&!/^\s/.test(t[0])&&!/^\s|\s$/.test(cL(e))?[...e.slice(0,-1),[...cL(e),...t]]:[...e,t]),[]).map((e=>e.reduce(((e,t)=>e.length>0&&/\s$/.test(cL(e))?[...e.slice(0,-1),cL(e)+" "+t]:[...e,t]),[]))).map((e=>"never"===r.proseWrap?[e.join(" ")]:e)));function a(t){if("keep"===e.chomping)return 0===cL(t).length?t.slice(0,-1):t;let r=0;for(let e=t.length-1;e>=0&&0===t[e].length;e--)r++;return 0===r?t:r>=2&&!n?t.slice(0,-(r-1)):t.slice(0,-r)}},getFlowScalarLineContents:function(e,t,n){const r=t.split("\n").map(((e,t,n)=>0===t&&t===n.length-1?e:0!==t&&t!==n.length-1?e.trim():0===t?e.trimEnd():e.trimStart()));return"preserve"===n.proseWrap?r.map((e=>0===e.length?[]:[e])):r.map((e=>0===e.length?[]:DL(e))).reduce(((t,n,o)=>0!==o&&r[o-1].length>0&&n.length>0&&("quoteDouble"!==e||!cL(cL(t)).endsWith("\\"))?[...t.slice(0,-1),[...cL(t),...n]]:[...t,n]),[]).map((e=>"never"===n.proseWrap?[e.join(" ")]:e))},getLastDescendantNode:function e(t){return lL(t.children)?e(cL(t.children)):t},hasPrettierIgnore:function(e){const t=e.getValue();if("documentBody"===t.type){const t=e.getParentNode();return yL(t.head)&&fL(cL(t.head.endComments))}return dL(t)&&fL(cL(t.leadingComments))},hasLeadingComments:dL,hasMiddleComments:hL,hasIndicatorComment:mL,hasTrailingComment:gL,hasEndComments:yL};const{defineShortcut:bL,mapNode:CL}=EL;function vL(e){switch(e.type){case"document":bL(e,"head",(()=>e.children[0])),bL(e,"body",(()=>e.children[1]));break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":bL(e,"content",(()=>e.children[0]));break;case"mappingItem":case"flowMappingItem":bL(e,"key",(()=>e.children[0])),bL(e,"value",(()=>e.children[1]))}return e}var AL=function(e){return CL(e,vL)};const{builders:{softline:FL,align:xL}}=In,{hasEndComments:SL,isNextLineEmpty:wL,isNode:TL}=EL,BL=new WeakMap;function kL(e){return SL(e)&&!TL(e,["documentHead","documentBody","flowMapping","flowSequence"])}var NL={alignWithSpaces:function(e,t){return xL(" ".repeat(e),t)},shouldPrintEndComments:kL,printNextEmptyLine:function(e,t){const n=e.getValue(),r=e.stack[0];let o;return BL.has(r)?o=BL.get(r):(o=new Set,BL.set(r,o)),o.has(n.position.end.line)||(o.add(n.position.end.line),!wL(n,t)||kL(e.getParentNode()))?"":FL}};const{builders:{ifBreak:PL,line:OL,softline:IL,hardline:jL,join:LL}}=In,{isEmptyNode:_L,getLast:ML,hasEndComments:RL}=EL,{printNextEmptyLine:VL,alignWithSpaces:$L}=NL;function qL(e,t,n){const r=e.getValue(),o="flowMapping"===r.type,i=o?"{":"[",u=o?"}":"]";let s=IL;o&&r.children.length>0&&n.bracketSpacing&&(s=OL);const a=ML(r.children),c=a&&"flowMappingItem"===a.type&&_L(a.key)&&_L(a.value);return[i,$L(n.tabWidth,[s,WL(e,t,n),"none"===n.trailingComma?"":PL(","),RL(r)?[jL,LL(jL,e.map(t,"endComments"))]:""]),c?"":s,u]}function WL(e,t,n){const r=e.getValue();return e.map(((e,o)=>[t(),o===r.children.length-1?"":[",",OL,r.children[o].position.start.line!==r.children[o+1].position.start.line?VL(e,n.originalText):""]]),"children")}var UL={printFlowMapping:qL,printFlowSequence:qL};const{builders:{conditionalGroup:zL,group:GL,hardline:HL,ifBreak:JL,join:XL,line:YL}}=In,{hasLeadingComments:KL,hasMiddleComments:QL,hasTrailingComment:ZL,hasEndComments:e_,isNode:t_,isEmptyNode:n_,isInlineNode:r_}=EL,{alignWithSpaces:o_}=NL;function i_(e,t){if(!e)return!0;switch(e.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if("preserve"===t.proseWrap)return e.position.start.line===e.position.end.line;if(/\\$/m.test(t.originalText.slice(e.position.start.offset,e.position.end.offset)))return!1;switch(t.proseWrap){case"never":return!e.value.includes("\n");case"always":return!/[\n ]/.test(e.value);default:return!1}}var u_=function(e,t,n,r,o){const{key:i,value:u}=e,s=n_(i),a=n_(u);if(s&&a)return": ";const c=r("key"),l=function(e){return e.key.content&&"alias"===e.key.content.type}(e)?" ":"";if(a)return"flowMappingItem"===e.type&&"flowMapping"===t.type?c:"mappingItem"!==e.type||!i_(i.content,o)||ZL(i.content)||t.tag&&"tag:yaml.org,2002:set"===t.tag.value?["? ",o_(2,c)]:[c,l,":"];const p=r("value");if(s)return[": ",o_(2,p)];if(KL(u)||!r_(i.content))return["? ",o_(2,c),HL,XL("",n.map(r,"value","leadingComments").map((e=>[e,HL]))),": ",o_(2,p)];if(function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":return e.position.start.line===e.position.end.line;case"alias":return!0;default:return!1}}(i.content)&&!KL(i.content)&&!QL(i.content)&&!ZL(i.content)&&!e_(i)&&!KL(u.content)&&!QL(u.content)&&!e_(u)&&i_(u.content,o))return[c,l,": ",p];const f=Symbol("mappingKey"),d=GL([JL("? "),GL(o_(2,c),{id:f})]),h=[HL,": ",o_(2,p)],m=[l,":"];KL(u.content)||e_(u)&&u.content&&!t_(u.content,["mapping","sequence"])||"mapping"===t.type&&ZL(i.content)&&r_(u.content)||t_(u.content,["mapping","sequence"])&&null===u.content.tag&&null===u.content.anchor?m.push(HL):u.content&&m.push(YL),m.push(p);const g=o_(o.tabWidth,m);return zL([[d,JL(h,g,{groupId:f})]])};const{builders:{dedent:s_,dedentToRoot:a_,fill:c_,hardline:l_,join:p_,line:f_,literalline:d_,markAsRoot:h_},utils:{getDocParts:m_}}=In,{getAncestorCount:g_,getBlockValueLineContents:y_,hasIndicatorComment:D_,isLastDescendantNode:E_,isNode:b_}=EL,{alignWithSpaces:C_}=NL;var v_=function(e,t,n){const r=e.getValue(),o=g_(e,(e=>b_(e,["sequence","mapping"]))),i=E_(e),u=["blockFolded"===r.type?">":"|"];null!==r.indent&&u.push(r.indent.toString()),"clip"!==r.chomping&&u.push("keep"===r.chomping?"+":"-"),D_(r)&&u.push(" ",t("indicatorComment"));const s=y_(r,{parentIndent:o,isLastDescendant:i,options:n}),a=[];for(const[e,t]of s.entries())0===e&&a.push(l_),a.push(c_(m_(p_(f_,t)))),e!==s.length-1?a.push(0===t.length?l_:h_(d_)):"keep"===r.chomping&&i&&a.push(a_(0===t.length?l_:d_));return null===r.indent?u.push(s_(C_(n.tabWidth,a))):u.push(a_(C_(r.indent-1+o,a))),u};const{builders:{breakParent:A_,fill:F_,group:x_,hardline:S_,join:w_,line:T_,lineSuffix:B_,literalline:k_},utils:{getDocParts:N_}}=In,{replaceEndOfLineWith:P_,isPreviousLineEmpty:O_}=Qt,{insertPragma:I_,isPragma:j_}=uL,{locStart:L_}=sL,{getFlowScalarLineContents:__,getLastDescendantNode:M_,hasLeadingComments:R_,hasMiddleComments:V_,hasTrailingComment:$_,hasEndComments:q_,hasPrettierIgnore:W_,isLastDescendantNode:U_,isNode:z_,isInlineNode:G_}=EL,{alignWithSpaces:H_,printNextEmptyLine:J_,shouldPrintEndComments:X_}=NL,{printFlowMapping:Y_,printFlowSequence:K_}=UL;function Q_(e,t){return $_(e)||t&&(t.head.children.length>0||q_(t.head))}function Z_(e,t,n){const r=__(e,t,n);return w_(S_,r.map((e=>F_(N_(w_(T_,e))))))}var eM={preprocess:AL,embed:aL,print:function(e,t,n){const r=e.getValue(),o=[];"mappingValue"!==r.type&&R_(r)&&o.push([w_(S_,e.map(n,"leadingComments")),S_]);const{tag:i,anchor:u}=r;i&&o.push(n("tag")),i&&u&&o.push(" "),u&&o.push(n("anchor"));let s="";z_(r,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!U_(e)&&(s=J_(e,t.originalText)),(i||u)&&(z_(r,["sequence","mapping"])&&!V_(r)?o.push(S_):o.push(" ")),V_(r)&&o.push([1===r.middleComments.length?"":S_,w_(S_,e.map(n,"middleComments")),S_]);const a=e.getParentNode();return W_(e)?o.push(P_(t.originalText.slice(r.position.start.offset,r.position.end.offset).trimEnd(),k_)):o.push(x_(function(e,t,n,r,o){switch(e.type){case"root":{const{children:t}=e,r=[];n.each(((e,n)=>{const i=t[n],u=t[n+1];0!==n&&r.push(S_),r.push(o()),Q_(i,u)?(r.push(S_,"..."),$_(i)&&r.push(" ",o("trailingComment"))):u&&!$_(u.head)&&r.push(S_,"---")}),"children");const i=M_(e);return z_(i,["blockLiteral","blockFolded"])&&"keep"===i.chomping||r.push(S_),r}case"document":{const i=[];return"head"===function(e,t,n,r){if(n.children[0]===e&&/---(\s|$)/.test(r.originalText.slice(L_(e),L_(e)+4))||e.head.children.length>0||q_(e.head)||$_(e.head))return"head";if(Q_(e,t))return!1;return!!t&&"root"}(e,t.children[n.getName()+1],t,r)&&((e.head.children.length>0||e.head.endComments.length>0)&&i.push(o("head")),$_(e.head)?i.push(["---"," ",o(["head","trailingComment"])]):i.push("---")),function(e){return e.body.children.length>0||q_(e.body)}(e)&&i.push(o("body")),w_(S_,i)}case"documentHead":return w_(S_,[...n.map(o,"children"),...n.map(o,"endComments")]);case"documentBody":{const{children:t,endComments:r}=e;let i="";if(t.length>0&&r.length>0){const t=M_(e);z_(t,["blockFolded","blockLiteral"])?"keep"!==t.chomping&&(i=[S_,S_]):i=S_}return[w_(S_,n.map(o,"children")),i,w_(S_,n.map(o,"endComments"))]}case"directive":return["%",w_(" ",[e.name,...e.parameters])];case"comment":return["#",e.value];case"alias":return["*",e.value];case"tag":return r.originalText.slice(e.position.start.offset,e.position.end.offset);case"anchor":return["&",e.value];case"plain":return Z_(e.type,r.originalText.slice(e.position.start.offset,e.position.end.offset),r);case"quoteDouble":case"quoteSingle":{const t="'",n='"',o=r.originalText.slice(e.position.start.offset+1,e.position.end.offset-1);if("quoteSingle"===e.type&&o.includes("\\")||"quoteDouble"===e.type&&/\\[^"]/.test(o)){const i="quoteDouble"===e.type?n:t;return[i,Z_(e.type,o,r),i]}if(o.includes(n))return[t,Z_(e.type,"quoteDouble"===e.type?o.replace(/\\"/g,n).replace(/'/g,t.repeat(2)):o,r),t];if(o.includes(t))return[n,Z_(e.type,"quoteSingle"===e.type?o.replace(/''/g,t):o,r),n];const i=r.singleQuote?t:n;return[i,Z_(e.type,o,r),i]}case"blockFolded":case"blockLiteral":return v_(n,o,r);case"mapping":case"sequence":return w_(S_,n.map(o,"children"));case"sequenceItem":return["- ",H_(2,e.content?o("content"):"")];case"mappingKey":case"mappingValue":return e.content?o("content"):"";case"mappingItem":case"flowMappingItem":return u_(e,t,n,o,r);case"flowMapping":return Y_(n,o,r);case"flowSequence":return K_(n,o,r);case"flowSequenceItem":return o("content");default:throw new Error("Unexpected node type ".concat(e.type))}}(r,a,e,t,n))),$_(r)&&!z_(r,["document","documentHead"])&&o.push(B_(["mappingValue"!==r.type||r.content?" ":"","mappingKey"===a.type&&"mapping"===e.getParentNode(2).type&&G_(r)?"":A_,n("trailingComment")])),X_(r)&&o.push(H_("sequenceItem"===r.type?2:0,[S_,w_(S_,e.map((e=>[O_(t.originalText,e.getValue(),L_)?S_:"",n()]),"endComments"))])),o.push(s),o},massageAstNode:function(e,t){if(z_(t))switch(delete t.position,t.type){case"comment":if(j_(t.value))return null;break;case"quoteDouble":case"quoteSingle":t.type="quote"}},insertPragma:I_},tM={bracketSpacing:xw.bracketSpacing,singleQuote:xw.singleQuote,proseWrap:xw.proseWrap};var nM=[Ow,MB,Jk,mN,zP,iL,{languages:[sf({name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407},(e=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...e.filenames.filter((e=>"yarn.lock"!==e)),".prettierrc"]})))],printers:{yaml:eM},options:tM,parsers:{get yaml(){return{}.parsers.yaml}}}];const{version:rM}=n,{getSupportInfo:oM}=Ot,iM=nM.map((t=>e(t,["parsers"])));function uM(e,t=1){return(...n)=>{const r=n[t]||{},o=r.plugins||[];return n[t]=Object.assign({},r,{plugins:[...iM,...Array.isArray(o)?o:Object.values(o)]}),e(...n)}}const sM=uM(jp.formatWithCursor);var aM={formatWithCursor:sM,format:(e,t)=>sM(e,t).formatted,check(e,t){const{formatted:n}=sM(e,t);return n===e},doc:In,getSupportInfo:uM(oM,0),version:rM,util:uf,__debug:{parse:uM(jp.parse),formatAST:uM(jp.formatAST),formatDoc:uM(jp.formatDoc),printToDoc:uM(jp.printToDoc),printDocToString:uM(jp.printDocToString)}};export default aM;