@atomicservice/ascf-toolkit 1.0.8 → 1.0.10
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.
- package/lib/ascf-base/index.js +1 -1
- package/lib/ascf-common/index.js +1 -1
- package/lib/ascf-compiler/appjson-loader.js +1 -1
- package/lib/ascf-compiler/common/appjson-validator.js +1 -1
- package/lib/ascf-compiler/common/ascf-define.js +1 -1
- package/lib/ascf-compiler/common/ascf-file-cache.js +1 -0
- package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
- package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
- package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
- package/lib/ascf-compiler/common/exp-utils.js +1 -1
- package/lib/ascf-compiler/common/hash-sum.js +1 -1
- package/lib/ascf-compiler/common/hdc-executor.js +1 -1
- package/lib/ascf-compiler/common/hjs-utils.js +1 -1
- package/lib/ascf-compiler/common/hxml-validator.js +1 -1
- package/lib/ascf-compiler/common/logUndefined.js +1 -1
- package/lib/ascf-compiler/common/manifest-handler.js +1 -1
- package/lib/ascf-compiler/common/manifest-manager.js +1 -1
- package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
- package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
- package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
- package/lib/ascf-compiler/common/utils.js +1 -1
- package/lib/ascf-compiler/css-process-loader.js +1 -1
- package/lib/ascf-compiler/extract-loader.js +1 -1
- package/lib/ascf-compiler/hcss-loader.js +1 -1
- package/lib/ascf-compiler/hjs-loader.js +1 -1
- package/lib/ascf-compiler/hxml-loader.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
- package/lib/ascf-compiler/js-parser/parser.js +1 -1
- package/lib/ascf-compiler/loader-utils.js +1 -1
- package/lib/ascf-compiler/path-process-loader.js +1 -1
- package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
- package/lib/ascf-compiler/require-loader.js +1 -1
- package/lib/ascf-compiler/server/dev-server.js +1 -1
- package/lib/ascf-compiler/server/port-manager.js +1 -1
- package/lib/ascf-compiler/swc-loader.js +1 -1
- package/lib/ascf-compiler/template/attr-utils.js +1 -1
- package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
- package/lib/ascf-compiler/template/node-name-utils.js +1 -1
- package/lib/ascf-compiler/template-compiler/index.js +1 -0
- package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
- package/lib/ascf-compiler/vue-compiler/vue-compiler.d.ts +8 -0
- package/lib/ascf-compiler/vue-compiler/vue-compiler.js +1 -0
- package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
- package/lib/ascf-compiler/web.webpack.config.js +1 -1
- package/lib/ascf-converter/ascfApisDiff.json +1 -1
- package/lib/ascf-converter/common/commonConfig.js +1 -1
- package/lib/ascf-converter/common/commonUtils.js +1 -1
- package/lib/ascf-converter/common/path-validator.js +1 -1
- package/lib/ascf-converter/common/textDocument.js +1 -1
- package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
- package/lib/ascf-converter/convertManager.js +1 -1
- package/lib/ascf-converter/features/converter.js +1 -1
- package/lib/ascf-converter/features/fileHandle.js +1 -1
- package/lib/ascf-converter/features/transformReport.js +1 -1
- package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
- package/lib/ascf-converter/parse/babelParser.js +1 -1
- package/lib/ascf-converter/parse/importVisitor.js +1 -1
- package/lib/ascf-converter/parse/wxssParser.js +1 -1
- package/lib/ascf-converter/report/js/index.js +1 -1
- package/lib/ascf-sign-tools/cli.js +1 -1
- package/lib/ascf-sign-tools/index.js +1 -1
- package/lib/bin/ascf.js +1 -1
- package/lib/commands/ascfbuild/index.js +1 -1
- package/lib/commands/build-npm/index.js +1 -1
- package/lib/commands/compile.js +1 -1
- package/lib/commands/convert.js +1 -1
- package/lib/commands/debugger/index.js +1 -1
- package/lib/commands/quickservice/index.js +1 -1
- package/lib/common/config.js +1 -1
- package/lib/common/constants.js +1 -1
- package/lib/common/log4js.js +1 -1
- package/lib/common/logger-plugin.js +1 -1
- package/lib/common/remove-strict-mode-plugin.js +1 -1
- package/lib/common/string-utils.js +1 -1
- package/lib/common/utils.js +1 -1
- package/lib/common/version-check.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +7 -2
- package/lib/ascf-base/index.d.ts +0 -79
- package/lib/tools/release_64/SSL/ct_log_list.cnf +0 -9
- package/lib/tools/release_64/SSL/ct_log_list.cnf.dist +0 -9
- package/lib/tools/release_64/SSL/misc/CA.pl +0 -215
- package/lib/tools/release_64/SSL/misc/tsget.pl +0 -200
- package/lib/tools/release_64/SSL/openssl.cnf +0 -350
- package/lib/tools/release_64/SSL/openssl.cnf.dist +0 -350
- package/lib/tools/release_64/bin/c_rehash.pl +0 -251
- package/lib/tools/release_64/bin/libcrypto-1_1-x64.dll +0 -0
- package/lib/tools/release_64/bin/libssl-1_1-x64.dll +0 -0
- package/lib/tools/release_64/bin/openssl.exe +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5;function ownKeys(t,e){var r,i=Object.keys(t);return Object.getOwnPropertySymbols&&(r=Object.getOwnPropertySymbols(t),e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),i.push.apply(i,r)),i}function _objectSpread(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(r),!0).forEach(function(e){_defineProperty(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function _regeneratorKeys(e){var t,r=Object(e),i=[];for(t in r)i.unshift(t);return function e(){for(;i.length;)if((t=i.pop())in r)return e.value=t,e.done=!1,e;return e.done=!0,e}}function _regenerator(){var f,e="function"==typeof Symbol?Symbol:{},t=e.iterator||"@@iterator",r=e.toStringTag||"@@toStringTag";function i(e,t,r,i){var n,s,a,o,c,l,u,h,p,t=t&&t.prototype instanceof y?t:y,t=Object.create(t.prototype);return _regeneratorDefine2(t,"_invoke",(n=e,s=r,u=i||[],h=!1,p={p:l=0,n:0,v:f,a:d,f:d.bind(f,4),d:function(e,t){return a=e,o=0,c=f,p.n=t,m}},function(e,t,r){if(1<l)throw TypeError("Generator is already running");for(h&&1===t&&d(t,r),o=t,c=r;(v=o<2?f:c)||!h;){a||(o?o<3?(1<o&&(p.n=-1),d(o,c)):p.n=c:p.v=c);try{if(l=2,a){if(v=a[e=o?e:"next"]){if(!(v=v.call(a,c)))throw TypeError("iterator result is not an object");if(!v.done)return v;c=v.value,o<2&&(o=0)}else 1===o&&(v=a.return)&&v.call(a),o<2&&(c=TypeError("The iterator does not provide a '"+e+"' method"),o=1);a=f}else if((v=(h=p.n<0)?c:n.call(s,p))!==m)break}catch(e){a=f,o=1,c=e}finally{l=1}}return{value:v,done:h}}),!0),t;function d(e,t){for(o=e,c=t,v=0;!h&&l&&!r&&v<u.length;v++){var r,i=u[v],n=p.p,s=i[2];3<e?(r=s===t)&&(c=i[(o=i[4])?5:o=3],i[4]=i[5]=f):i[0]<=n&&((r=e<2&&n<i[1])?(o=0,p.v=t,p.n=i[1]):n<s&&(r=e<3||i[0]>t||s<t)&&(i[4]=e,i[5]=t,p.n=s,o=0))}if(r||1<e)return m;throw h=!0,t}}var m={};function y(){}function n(){}function s(){}var v=Object.getPrototypeOf,e=[][t]?v(v([][t]())):(_regeneratorDefine2(v={},t,function(){return this}),v),a=s.prototype=y.prototype=Object.create(e);function o(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,s):(e.__proto__=s,_regeneratorDefine2(e,r,"GeneratorFunction")),e.prototype=Object.create(a),e}return _regeneratorDefine2(a,"constructor",n.prototype=s),_regeneratorDefine2(s,"constructor",n),_regeneratorDefine2(s,r,n.displayName="GeneratorFunction"),_regeneratorDefine2(a),_regeneratorDefine2(a,r,"Generator"),_regeneratorDefine2(a,t,function(){return this}),_regeneratorDefine2(a,"toString",function(){return"[object Generator]"}),(_regenerator=function(){return{w:i,m:o}})()}function _regeneratorDefine2(e,t,r,i){var s=Object.defineProperty;try{s({},"",{})}catch(e){s=0}(_regeneratorDefine2=function(e,t,r,i){function n(t,r){_regeneratorDefine2(e,t,function(e){return this._invoke(t,r,e)})}t?s?s(e,t,{value:r,enumerable:!i,configurable:!i,writable:!i}):e[t]=r:(n("next",0),n("throw",1),n("return",2))})(e,t,r,i)}function asyncGeneratorStep(e,t,r,i,n,s,a){try{var o=e[s](a),c=o.value}catch(e){return void r(e)}o.done?t(c):Promise.resolve(c).then(i,n)}function _asyncToGenerator(o){return function(){var e=this,a=arguments;return new Promise(function(t,r){var i=o.apply(e,a);function n(e){asyncGeneratorStep(i,t,r,n,s,"next",e)}function s(e){asyncGeneratorStep(i,t,r,n,s,"throw",e)}n(void 0)})}}function _callSuper(e,t,r){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,r||[],_getPrototypeOf(e).constructor):t.apply(e,r))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _superPropGet(e,t,r,i){var n=_get(_getPrototypeOf(1&i?e.prototype:e),t,r);return 2&i&&"function"==typeof n?function(e){return n.apply(r,e)}:n}function _get(){return(_get="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var i=_superPropBase(e,t);if(i)return(i=Object.getOwnPropertyDescriptor(i,t)).get?i.get.call(arguments.length<3?e:r):i.value}).apply(null,arguments)}function _superPropBase(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=_getPrototypeOf(e)););return e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function _taggedTemplateLiteral(e,t){return t=t||e.slice(0),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function _defineProperties(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,_toPropertyKey(i.key),i)}}function _createClass(e,t,r){return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArrayLimit(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var i,n,s,a,o=[],c=!0,l=!1;try{if(s=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(i=s.call(r)).done)&&(o.push(i.value),o.length!==t);c=!0);}catch(e){l=!0,n=e}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw n}}return o}}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _defineProperty(e,t,r){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return("string"===t?String:Number)(e);r=r.call(e,t||"default");if("object"!=_typeof(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}function _createForOfIteratorHelper(e,t){var r,i,n,s,a="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(a)return n=!(i=!0),{s:function(){a=a.call(e)},n:function(){var e=a.next();return i=e.done,e},e:function(e){n=!0,r=e},f:function(){try{i||null==a.return||a.return()}finally{if(n)throw r}}};if(Array.isArray(e)||(a=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length)return a&&(e=a),s=0,{s:t=function(){},n:function(){return s>=e.length?{done:!0}:{done:!1,value:e[s++]}},e:function(e){throw e},f:t};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){var r;if(e)return"string"==typeof e?_arrayLikeToArray(e,t):"Map"===(r="Object"===(r={}.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:r)||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=Array(t);r<t;r++)i[r]=e[r];return i}function _typeof(e){return(_typeof="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 Bp=Object.create,Vi=Object.defineProperty,Up=Object.getOwnPropertyDescriptor,Vp=Object.getOwnPropertyNames,$p=Object.getPrototypeOf,jp=Object.prototype.hasOwnProperty,le=function(e,t){return function(){return t||e((t={exports:{}}).exports,t),t.exports}},qp=function(e,t){for(var r in t)Vi(e,r,{get:t[r],enumerable:!0})},nu=function(t,r,i,n){if(r&&"object"==_typeof(r)||"function"==typeof r){var s,a=_createForOfIteratorHelper(Vp(r));try{for(a.s();!(s=a.n()).done;)(()=>{var e=s.value;jp.call(t,e)||e===i||Vi(t,e,{get:function(){return r[e]},enumerable:!(n=Up(r,e))||n.enumerable})})()}catch(e){a.e(e)}finally{a.f()}}return t},Hp=function(e,t,r){return r=null!=e?Bp($p(e)):{},nu(!t&&e&&e.__esModule?r:Vi(r,"default",{value:e,enumerable:!0}),e)},Xp=function(e){return nu(Vi({},"__esModule",{value:!0}),e)},Su=le(function(e){function t(e){var t,r=Object.create(null),i=_createForOfIteratorHelper(e.split(","));try{for(i.s();!(t=i.n()).done;)r[t.value]=1}catch(e){i.e(e)}finally{i.f()}return function(e){return e in r}}Object.defineProperty(e,"__esModule",{value:!0});function o(e){return"[object Date]"===i(e)}function r(e){return"function"==typeof e}function i(e){return m.call(e)}function n(t){var r=Object.create(null);return function(e){return r[e]||(r[e]=t(e))}}var s,a=Object.assign,c=Object.prototype.hasOwnProperty,l=Array.isArray,u=function(e){return"[object Map]"===i(e)},h=function(e){return"[object Set]"===i(e)},p=function(e){return"string"==typeof e},d=function(e){return"symbol"==_typeof(e)},f=function(e){return null!==e&&"object"==_typeof(e)},m=Object.prototype.toString,y=function(e){return"[object Object]"===i(e)},v=t(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),g=t("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),x=/-(\w)/g,E=n(function(e){return e.replace(x,function(e,t){return t?t.toUpperCase():""})}),S=/\B([A-Z])/g,P=n(function(e){return e.replace(S,"-$1").toLowerCase()}),T=n(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),R=n(function(e){return e?"on".concat(T(e)):""}),F=/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/;var B=_defineProperty(_defineProperty({1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"NEED_HYDRATION",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT"},-1,"HOISTED"),-2,"BAIL"),b=t("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol"),U=b;function _(e){if(l(e)){for(var t={},r=0;r<e.length;r++){var i=e[r],n=(p(i)?A:_)(i);if(n)for(var s in n)t[s]=n[s]}return t}if(p(e)||f(e))return e}var V=/;(?![^(]*\))/g,j=/:([^]+)/,G=/\/\*[^]*?\*\//g;function A(e){var t={};return e.replace(G,"").split(V).forEach(function(e){e&&1<(e=e.split(j)).length&&(t[e[0].trim()]=e[1].trim())}),t}function k(e){var t="";if(p(e))t=e;else if(l(e))for(var r=0;r<e.length;r++){var i=k(e[r]);i&&(t+=i+" ")}else if(f(e))for(var n in e)e[n]&&(t+=n+" ");return t.trim()}var H=t("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"),q=t("svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"),X=t("annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics"),z=t("area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr"),N="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",J=t(N),N=t(N+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");var K=/[>/="'\u0009\u000a\u000c\u0020]/,C={};var W=t("accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap"),Y=t("xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan"),$=t("accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,altimg-valign,altimg-width,alttext,bevelled,close,columnsalign,columnlines,columnspan,denomalign,depth,dir,display,displaystyle,encoding,equalcolumns,equalrows,fence,fontstyle,fontweight,form,frame,framespacing,groupalign,height,href,id,indentalign,indentalignfirst,indentalignlast,indentshift,indentshiftfirst,indentshiftlast,indextype,justify,largetop,largeop,lquote,lspace,mathbackground,mathcolor,mathsize,mathvariant,maxsize,minlabelspacing,mode,other,overflow,position,rowalign,rowlines,rowspan,rquote,rspace,scriptlevel,scriptminsize,scriptsizemultiplier,selection,separator,separators,shift,side,src,stackalign,stretchy,subscriptshift,superscriptshift,symmetric,voffset,width,widths,xlink:href,xlink:show,xlink:type,xmlns");var Q=/["'&<>]/;var Z=/^-?>|<!--|-->|--!>|<!-$/g;var I=/[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g;function w(e,t){if(e===t)return!0;var r,i=o(e),n=o(t);if(i||n)return!(!i||!n)&&e.getTime()===t.getTime();if(i=d(e),n=d(t),i||n)return e===t;if(i=l(e),n=l(t),i||n)return!(!i||!n)&&((e,t)=>{if(e.length!==t.length)return!1;for(var r=!0,i=0;r&&i<e.length;i++)r=w(e[i],t[i]);return r})(e,t);if(i=f(e),n=f(t),i||n){if(!i||!n)return!1;if(Object.keys(e).length!==Object.keys(t).length)return!1;for(r in e){var s=e.hasOwnProperty(r),a=t.hasOwnProperty(r);if(s&&!a||!s&&a||!w(e[r],t[r]))return!1}}return String(e)===String(t)}function O(e){return p(e)?e:null==e?"":l(e)||f(e)&&(e.toString===m||!r(e.toString))?L(e)?O(e.value):JSON.stringify(e,M,2):String(e)}var L=function(e){return!(!e||!0!==e.__v_isRef)},M=function(e,t){return L(t)?M(e,t.value):u(t)?_defineProperty({},"Map(".concat(t.size,")"),_toConsumableArray(t.entries()).reduce(function(e,t,r){var t=_slicedToArray(t,2),i=t[0],t=t[1];return e[D(i,r)+" =>"]=t,e},{})):h(t)?_defineProperty({},"Set(".concat(t.size,")"),_toConsumableArray(t.values()).map(function(e){return D(e)})):d(t)?D(t):!f(t)||l(t)||y(t)?t:String(t)},D=function(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"";return d(e)?"Symbol(".concat(null!=(t=e.description)?t:r,")"):e};e.EMPTY_ARR=[],e.EMPTY_OBJ={},e.NO=function(){return!1},e.NOOP=function(){},e.PatchFlagNames=B,e.PatchFlags={TEXT:1,1:"TEXT",CLASS:2,2:"CLASS",STYLE:4,4:"STYLE",PROPS:8,8:"PROPS",FULL_PROPS:16,16:"FULL_PROPS",NEED_HYDRATION:32,32:"NEED_HYDRATION",STABLE_FRAGMENT:64,64:"STABLE_FRAGMENT",KEYED_FRAGMENT:128,128:"KEYED_FRAGMENT",UNKEYED_FRAGMENT:256,256:"UNKEYED_FRAGMENT",NEED_PATCH:512,512:"NEED_PATCH",DYNAMIC_SLOTS:1024,1024:"DYNAMIC_SLOTS",DEV_ROOT_FRAGMENT:2048,2048:"DEV_ROOT_FRAGMENT",CACHED:-1,"-1":"CACHED",BAIL:-2,"-2":"BAIL"},e.ShapeFlags={ELEMENT:1,1:"ELEMENT",FUNCTIONAL_COMPONENT:2,2:"FUNCTIONAL_COMPONENT",STATEFUL_COMPONENT:4,4:"STATEFUL_COMPONENT",TEXT_CHILDREN:8,8:"TEXT_CHILDREN",ARRAY_CHILDREN:16,16:"ARRAY_CHILDREN",SLOTS_CHILDREN:32,32:"SLOTS_CHILDREN",TELEPORT:64,64:"TELEPORT",SUSPENSE:128,128:"SUSPENSE",COMPONENT_SHOULD_KEEP_ALIVE:256,256:"COMPONENT_SHOULD_KEEP_ALIVE",COMPONENT_KEPT_ALIVE:512,512:"COMPONENT_KEPT_ALIVE",COMPONENT:6,6:"COMPONENT"},e.SlotFlags={STABLE:1,1:"STABLE",DYNAMIC:2,2:"DYNAMIC",FORWARDED:3,3:"FORWARDED"},e.camelize=E,e.capitalize=T,e.cssVarNameEscapeSymbolsRE=I,e.def=function(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:3<arguments.length&&void 0!==arguments[3]&&arguments[3],value:r})},e.escapeHtml=function(e){var t=""+e;if(!(e=Q.exec(t)))return t;for(var r,i="",n=0,s=e.index;s<t.length;s++){switch(t.charCodeAt(s)){case 34:r=""";break;case 38:r="&";break;case 39:r="'";break;case 60:r="<";break;case 62:r=">";break;default:continue}n!==s&&(i+=t.slice(n,s)),n=s+1,i+=r}return n!==s?i+t.slice(n,s):i},e.escapeHtmlComment=function(e){return e.replace(Z,"")},e.extend=a,e.genCacheKey=function(e,t){return e+JSON.stringify(t,function(e,t){return"function"==typeof t?t.toString():t})},e.genPropsAccessExp=function(e){return F.test(e)?"__props.".concat(e):"__props[".concat(JSON.stringify(e),"]")},e.generateCodeFrame=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:e.length,t=Math.max(0,Math.min(t,e.length));if((r=Math.max(0,Math.min(r,e.length)))<t)return"";for(var i=(n=e.split(/(\r?\n)/)).filter(function(e,t){return t%2==1}),n=n.filter(function(e,t){return t%2==0}),s=0,a=[],o=0;o<n.length;o++)if(t<=(s+=n[o].length+(i[o]&&i[o].length||0))){for(var c,l,u,h,p=o-2;p<=o+2||s<r;p++)p<0||p>=n.length||(a.push("".concat(c=p+1).concat(" ".repeat(Math.max(3-String(c).length,0)),"| ").concat(n[p])),c=n[p].length,l=i[p]&&i[p].length||0,p===o?(h=t-(s-(c+l)),u=Math.max(1,s<r?c-h:r-t),a.push(" | "+" ".repeat(h)+"^".repeat(u))):o<p&&(s<r&&(h=Math.max(Math.min(r-s,c),1),a.push(" | "+"^".repeat(h))),s+=c+l));break}return a.join("\n")},e.getEscapedCssVarName=function(e,t){return e.replace(I,function(e){return t?'"'===e?'\\\\\\"':"\\\\".concat(e):"\\".concat(e)})},e.getGlobalThis=function(){return s=s||(("undefined"==typeof globalThis?"undefined":_typeof(globalThis))<"u"?globalThis:("undefined"==typeof self?"undefined":_typeof(self))<"u"?self:("undefined"==typeof window?"undefined":_typeof(window))<"u"?window:("undefined"==typeof global?"undefined":_typeof(global))<"u"?global:{})},e.hasChanged=function(e,t){return!Object.is(e,t)},e.hasOwn=function(e,t){return c.call(e,t)},e.hyphenate=P,e.includeBooleanAttr=function(e){return!!e||""===e},e.invokeArrayFns=function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];for(var n=0;n<e.length;n++)e[n].apply(e,r)},e.isArray=l,e.isBooleanAttr=N,e.isBuiltInDirective=g,e.isDate=o,e.isFunction=r,e.isGloballyAllowed=b,e.isGloballyWhitelisted=U,e.isHTMLTag=H,e.isIntegerKey=function(e){return p(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e},e.isKnownHtmlAttr=W,e.isKnownMathMLAttr=$,e.isKnownSvgAttr=Y,e.isMap=u,e.isMathMLTag=X,e.isModelListener=function(e){return e.startsWith("onUpdate:")},e.isObject=f,e.isOn=function(e){return 111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(122<e.charCodeAt(2)||e.charCodeAt(2)<97)},e.isPlainObject=y,e.isPromise=function(e){return(f(e)||r(e))&&r(e.then)&&r(e.catch)},e.isRegExp=function(e){return"[object RegExp]"===i(e)},e.isRenderableAttrValue=function(e){return null!=e&&("string"===(e=_typeof(e))||"number"===e||"boolean"===e)},e.isReservedProp=v,e.isSSRSafeAttrName=function(e){var t;return C.hasOwnProperty(e)?C[e]:((t=K.test(e))&&console.error("unsafe attribute name: ".concat(e)),C[e]=!t)},e.isSVGTag=q,e.isSet=h,e.isSpecialBooleanAttr=J,e.isString=p,e.isSymbol=d,e.isVoidTag=z,e.looseEqual=w,e.looseIndexOf=function(e,t){return e.findIndex(function(e){return w(e,t)})},e.looseToNumber=function(e){var t=parseFloat(e);return isNaN(t)?e:t},e.makeMap=t,e.normalizeClass=k,e.normalizeProps=function(e){var t,r;return e?(t=e.class,r=e.style,t&&!p(t)&&(e.class=k(t)),r&&(e.style=_(r)),e):null},e.normalizeStyle=_,e.objectToString=m,e.parseStringStyle=A,e.propsToAttrMap={acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},e.remove=function(e,t){t=e.indexOf(t);-1<t&&e.splice(t,1)},e.slotFlagsText={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},e.stringifyStyle=function(e){if(!e)return"";if(p(e))return e;var t,r="";for(t in e){var i,n=e[t];!p(n)&&"number"!=typeof n||(i=t.startsWith("--")?t:P(t),r+="".concat(i,":").concat(n,";"))}return r},e.toDisplayString=O,e.toHandlerKey=R,e.toNumber=function(e){var t=p(e)?Number(e):NaN;return isNaN(t)?e:t},e.toRawType=function(e){return i(e).slice(8,-1)},e.toTypeString=i}),Du=le(function(e){function t(e){var t,r=Object.create(null),i=_createForOfIteratorHelper(e.split(","));try{for(i.s();!(t=i.n()).done;)r[t.value]=1}catch(e){i.e(e)}finally{i.f()}return function(e){return e in r}}Object.defineProperty(e,"__esModule",{value:!0});function o(e){return"[object Date]"===i(e)}function r(e){return"function"==typeof e}function i(e){return v.call(e)}function n(t){var r=Object.create(null);return function(e){return r[e]||(r[e]=t(e))}}var s,a=Object.freeze({}),c=Object.freeze([]),l=Object.assign,u=Object.prototype.hasOwnProperty,h=Array.isArray,p=function(e){return"[object Map]"===i(e)},d=function(e){return"[object Set]"===i(e)},f=function(e){return"string"==typeof e},m=function(e){return"symbol"==_typeof(e)},y=function(e){return null!==e&&"object"==_typeof(e)},v=Object.prototype.toString,g=function(e){return"[object Object]"===i(e)},x=t(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),E=t("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),S=/-(\w)/g,R=n(function(e){return e.replace(S,function(e,t){return t?t.toUpperCase():""})}),F=/\B([A-Z])/g,P=n(function(e){return e.replace(F,"-$1").toLowerCase()}),T=n(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),B=n(function(e){return e?"on".concat(T(e)):""}),U=/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/;var V=_defineProperty(_defineProperty({1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"NEED_HYDRATION",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT"},-1,"HOISTED"),-2,"BAIL"),b=t("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol"),j=b;function _(e){if(h(e)){for(var t={},r=0;r<e.length;r++){var i=e[r],n=(f(i)?A:_)(i);if(n)for(var s in n)t[s]=n[s]}return t}if(f(e)||y(e))return e}var G=/;(?![^(]*\))/g,H=/:([^]+)/,q=/\/\*[^]*?\*\//g;function A(e){var t={};return e.replace(q,"").split(G).forEach(function(e){e&&1<(e=e.split(H)).length&&(t[e[0].trim()]=e[1].trim())}),t}function k(e){var t="";if(f(e))t=e;else if(h(e))for(var r=0;r<e.length;r++){var i=k(e[r]);i&&(t+=i+" ")}else if(y(e))for(var n in e)e[n]&&(t+=n+" ");return t.trim()}var X=t("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"),z=t("svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"),J=t("annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics"),K=t("area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr"),N="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",W=t(N),N=t(N+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");var Y=/[>/="'\u0009\u000a\u000c\u0020]/,C={};var $=t("accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap"),Q=t("xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan"),Z=t("accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,altimg-valign,altimg-width,alttext,bevelled,close,columnsalign,columnlines,columnspan,denomalign,depth,dir,display,displaystyle,encoding,equalcolumns,equalrows,fence,fontstyle,fontweight,form,frame,framespacing,groupalign,height,href,id,indentalign,indentalignfirst,indentalignlast,indentshift,indentshiftfirst,indentshiftlast,indextype,justify,largetop,largeop,lquote,lspace,mathbackground,mathcolor,mathsize,mathvariant,maxsize,minlabelspacing,mode,other,overflow,position,rowalign,rowlines,rowspan,rquote,rspace,scriptlevel,scriptminsize,scriptsizemultiplier,selection,separator,separators,shift,side,src,stackalign,stretchy,subscriptshift,superscriptshift,symmetric,voffset,width,widths,xlink:href,xlink:show,xlink:type,xmlns");var ee=/["'&<>]/;var te=/^-?>|<!--|-->|--!>|<!-$/g;var I=/[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g;function w(e,t){if(e===t)return!0;var r,i=o(e),n=o(t);if(i||n)return!(!i||!n)&&e.getTime()===t.getTime();if(i=m(e),n=m(t),i||n)return e===t;if(i=h(e),n=h(t),i||n)return!(!i||!n)&&((e,t)=>{if(e.length!==t.length)return!1;for(var r=!0,i=0;r&&i<e.length;i++)r=w(e[i],t[i]);return r})(e,t);if(i=y(e),n=y(t),i||n){if(!i||!n)return!1;if(Object.keys(e).length!==Object.keys(t).length)return!1;for(r in e){var s=e.hasOwnProperty(r),a=t.hasOwnProperty(r);if(s&&!a||!s&&a||!w(e[r],t[r]))return!1}}return String(e)===String(t)}function O(e){return f(e)?e:null==e?"":h(e)||y(e)&&(e.toString===v||!r(e.toString))?L(e)?O(e.value):JSON.stringify(e,M,2):String(e)}var L=function(e){return!(!e||!0!==e.__v_isRef)},M=function(e,t){return L(t)?M(e,t.value):p(t)?_defineProperty({},"Map(".concat(t.size,")"),_toConsumableArray(t.entries()).reduce(function(e,t,r){var t=_slicedToArray(t,2),i=t[0],t=t[1];return e[D(i,r)+" =>"]=t,e},{})):d(t)?_defineProperty({},"Set(".concat(t.size,")"),_toConsumableArray(t.values()).map(function(e){return D(e)})):m(t)?D(t):!y(t)||h(t)||g(t)?t:String(t)},D=function(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"";return m(e)?"Symbol(".concat(null!=(t=e.description)?t:r,")"):e};e.EMPTY_ARR=c,e.EMPTY_OBJ=a,e.NO=function(){return!1},e.NOOP=function(){},e.PatchFlagNames=V,e.PatchFlags={TEXT:1,1:"TEXT",CLASS:2,2:"CLASS",STYLE:4,4:"STYLE",PROPS:8,8:"PROPS",FULL_PROPS:16,16:"FULL_PROPS",NEED_HYDRATION:32,32:"NEED_HYDRATION",STABLE_FRAGMENT:64,64:"STABLE_FRAGMENT",KEYED_FRAGMENT:128,128:"KEYED_FRAGMENT",UNKEYED_FRAGMENT:256,256:"UNKEYED_FRAGMENT",NEED_PATCH:512,512:"NEED_PATCH",DYNAMIC_SLOTS:1024,1024:"DYNAMIC_SLOTS",DEV_ROOT_FRAGMENT:2048,2048:"DEV_ROOT_FRAGMENT",CACHED:-1,"-1":"CACHED",BAIL:-2,"-2":"BAIL"},e.ShapeFlags={ELEMENT:1,1:"ELEMENT",FUNCTIONAL_COMPONENT:2,2:"FUNCTIONAL_COMPONENT",STATEFUL_COMPONENT:4,4:"STATEFUL_COMPONENT",TEXT_CHILDREN:8,8:"TEXT_CHILDREN",ARRAY_CHILDREN:16,16:"ARRAY_CHILDREN",SLOTS_CHILDREN:32,32:"SLOTS_CHILDREN",TELEPORT:64,64:"TELEPORT",SUSPENSE:128,128:"SUSPENSE",COMPONENT_SHOULD_KEEP_ALIVE:256,256:"COMPONENT_SHOULD_KEEP_ALIVE",COMPONENT_KEPT_ALIVE:512,512:"COMPONENT_KEPT_ALIVE",COMPONENT:6,6:"COMPONENT"},e.SlotFlags={STABLE:1,1:"STABLE",DYNAMIC:2,2:"DYNAMIC",FORWARDED:3,3:"FORWARDED"},e.camelize=R,e.capitalize=T,e.cssVarNameEscapeSymbolsRE=I,e.def=function(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:3<arguments.length&&void 0!==arguments[3]&&arguments[3],value:r})},e.escapeHtml=function(e){var t=""+e;if(!(e=ee.exec(t)))return t;for(var r,i="",n=0,s=e.index;s<t.length;s++){switch(t.charCodeAt(s)){case 34:r=""";break;case 38:r="&";break;case 39:r="'";break;case 60:r="<";break;case 62:r=">";break;default:continue}n!==s&&(i+=t.slice(n,s)),n=s+1,i+=r}return n!==s?i+t.slice(n,s):i},e.escapeHtmlComment=function(e){return e.replace(te,"")},e.extend=l,e.genCacheKey=function(e,t){return e+JSON.stringify(t,function(e,t){return"function"==typeof t?t.toString():t})},e.genPropsAccessExp=function(e){return U.test(e)?"__props.".concat(e):"__props[".concat(JSON.stringify(e),"]")},e.generateCodeFrame=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:e.length,t=Math.max(0,Math.min(t,e.length));if((r=Math.max(0,Math.min(r,e.length)))<t)return"";for(var i=(n=e.split(/(\r?\n)/)).filter(function(e,t){return t%2==1}),n=n.filter(function(e,t){return t%2==0}),s=0,a=[],o=0;o<n.length;o++)if(t<=(s+=n[o].length+(i[o]&&i[o].length||0))){for(var c,l,u,h,p=o-2;p<=o+2||s<r;p++)p<0||p>=n.length||(a.push("".concat(c=p+1).concat(" ".repeat(Math.max(3-String(c).length,0)),"| ").concat(n[p])),c=n[p].length,l=i[p]&&i[p].length||0,p===o?(h=t-(s-(c+l)),u=Math.max(1,s<r?c-h:r-t),a.push(" | "+" ".repeat(h)+"^".repeat(u))):o<p&&(s<r&&(h=Math.max(Math.min(r-s,c),1),a.push(" | "+"^".repeat(h))),s+=c+l));break}return a.join("\n")},e.getEscapedCssVarName=function(e,t){return e.replace(I,function(e){return t?'"'===e?'\\\\\\"':"\\\\".concat(e):"\\".concat(e)})},e.getGlobalThis=function(){return s=s||(("undefined"==typeof globalThis?"undefined":_typeof(globalThis))<"u"?globalThis:("undefined"==typeof self?"undefined":_typeof(self))<"u"?self:("undefined"==typeof window?"undefined":_typeof(window))<"u"?window:("undefined"==typeof global?"undefined":_typeof(global))<"u"?global:{})},e.hasChanged=function(e,t){return!Object.is(e,t)},e.hasOwn=function(e,t){return u.call(e,t)},e.hyphenate=P,e.includeBooleanAttr=function(e){return!!e||""===e},e.invokeArrayFns=function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];for(var n=0;n<e.length;n++)e[n].apply(e,r)},e.isArray=h,e.isBooleanAttr=N,e.isBuiltInDirective=E,e.isDate=o,e.isFunction=r,e.isGloballyAllowed=b,e.isGloballyWhitelisted=j,e.isHTMLTag=X,e.isIntegerKey=function(e){return f(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e},e.isKnownHtmlAttr=$,e.isKnownMathMLAttr=Z,e.isKnownSvgAttr=Q,e.isMap=p,e.isMathMLTag=J,e.isModelListener=function(e){return e.startsWith("onUpdate:")},e.isObject=y,e.isOn=function(e){return 111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(122<e.charCodeAt(2)||e.charCodeAt(2)<97)},e.isPlainObject=g,e.isPromise=function(e){return(y(e)||r(e))&&r(e.then)&&r(e.catch)},e.isRegExp=function(e){return"[object RegExp]"===i(e)},e.isRenderableAttrValue=function(e){return null!=e&&("string"===(e=_typeof(e))||"number"===e||"boolean"===e)},e.isReservedProp=x,e.isSSRSafeAttrName=function(e){var t;return C.hasOwnProperty(e)?C[e]:((t=Y.test(e))&&console.error("unsafe attribute name: ".concat(e)),C[e]=!t)},e.isSVGTag=z,e.isSet=d,e.isSpecialBooleanAttr=W,e.isString=f,e.isSymbol=m,e.isVoidTag=K,e.looseEqual=w,e.looseIndexOf=function(e,t){return e.findIndex(function(e){return w(e,t)})},e.looseToNumber=function(e){var t=parseFloat(e);return isNaN(t)?e:t},e.makeMap=t,e.normalizeClass=k,e.normalizeProps=function(e){var t,r;return e?(t=e.class,r=e.style,t&&!f(t)&&(e.class=k(t)),r&&(e.style=_(r)),e):null},e.normalizeStyle=_,e.objectToString=v,e.parseStringStyle=A,e.propsToAttrMap={acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},e.remove=function(e,t){t=e.indexOf(t);-1<t&&e.splice(t,1)},e.slotFlagsText={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},e.stringifyStyle=function(e){if(!e)return"";if(f(e))return e;var t,r="";for(t in e){var i,n=e[t];!f(n)&&"number"!=typeof n||(i=t.startsWith("--")?t:P(t),r+="".concat(i,":").concat(n,";"))}return r},e.toDisplayString=O,e.toHandlerKey=B,e.toNumber=function(e){var t=f(e)?Number(e):NaN;return isNaN(t)?e:t},e.toRawType=function(e){return i(e).slice(8,-1)},e.toTypeString=i}),Rn=le(function(e,t){"production"===process.env.NODE_ENV?t.exports=Su():t.exports=Du()}),Ru=le(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(function(e){return e.charCodeAt(0)}))}),Fu=le(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(function(e){return e.charCodeAt(0)}))}),Vn=le(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var e,r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(e){var t;return 55296<=e&&e<=57343||1114111<e?65533:null!=(t=r.get(e))?t:e}t.fromCodePoint=null!=(e=String.fromCodePoint)?e:function(e){var t="";return 65535<e&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)},t.replaceCodePoint=i,t.default=function(e){return(0,t.fromCodePoint)(i(e))}}),Hn=le(function(e){var a,l,i,o,n=e&&e.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var n=Object.getOwnPropertyDescriptor(t,r);n&&("get"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,n)}:function(e,t,r,i){e[i=void 0===i?r:i]=t[r]}),s=e&&e.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),t=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return s(t,e),t},r=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},c=(Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0,r(Ru())),r=(e.htmlDecodeTree=c.default,r(Fu())),u=(e.xmlDecodeTree=r.default,t(Vn())),h=(e.decodeCodePoint=u.default,Vn());Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return h.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return h.fromCodePoint}}),(t=a=a||{})[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z";function p(e){return e>=a.ZERO&&e<=a.NINE}function d(e){return e===a.EQUALS||(e=e)>=a.UPPER_A&&e<=a.UPPER_Z||e>=a.LOWER_A&&e<=a.LOWER_Z||p(e)}(t=l=e.BinTrieFlags||(e.BinTrieFlags={}))[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE",(t=i=i||{})[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity",(t=o=e.DecodingMode||(e.DecodingMode={}))[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute";m.prototype.startEntity=function(e){this.decodeMode=e,this.state=i.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},m.prototype.write=function(e,t){switch(this.state){case i.EntityStart:return e.charCodeAt(t)===a.NUM?(this.state=i.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=i.NamedEntity,this.stateNamedEntity(e,t));case i.NumericStart:return this.stateNumericStart(e,t);case i.NumericDecimal:return this.stateNumericDecimal(e,t);case i.NumericHex:return this.stateNumericHex(e,t);case i.NamedEntity:return this.stateNamedEntity(e,t)}},m.prototype.stateNumericStart=function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===a.LOWER_X?(this.state=i.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=i.NumericDecimal,this.stateNumericDecimal(e,t))},m.prototype.addToNumericResult=function(e,t,r,i){t!==r&&(r=r-t,this.result=this.result*Math.pow(i,r)+parseInt(e.substr(t,r),i),this.consumed+=r)},m.prototype.stateNumericHex=function(e,t){for(var r,i=t;t<e.length;){var n=e.charCodeAt(t);if(!(p(n)||(r=n)>=a.UPPER_A&&r<=a.UPPER_F||r>=a.LOWER_A&&r<=a.LOWER_F))return this.addToNumericResult(e,i,t,16),this.emitNumericEntity(n,3);t+=1}return this.addToNumericResult(e,i,t,16),-1},m.prototype.stateNumericDecimal=function(e,t){for(var r=t;t<e.length;){var i=e.charCodeAt(t);if(!p(i))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(i,2);t+=1}return this.addToNumericResult(e,r,t,10),-1},m.prototype.emitNumericEntity=function(e,t){if(this.consumed<=t)return null!=(t=this.errors)&&t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===a.SEMI)this.consumed+=1;else if(this.decodeMode===o.Strict)return 0;return this.emitCodePoint((0,u.replaceCodePoint)(this.result),this.consumed),this.errors&&(e!==a.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},m.prototype.stateNamedEntity=function(e,t){for(var r=this.decodeTree,i=r[this.treeIndex],n=(i&l.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var s=e.charCodeAt(t);if(this.treeIndex=v(r,i,this.treeIndex+Math.max(1,n),s),this.treeIndex<0)return 0===this.result||this.decodeMode===o.Attribute&&(0===n||d(s))?0:this.emitNotTerminatedNamedEntity();if(0!==(n=((i=r[this.treeIndex])&l.VALUE_LENGTH)>>14)){if(s===a.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==o.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},m.prototype.emitNotTerminatedNamedEntity=function(){var e=this.result,t=(this.decodeTree[e]&l.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,t,this.consumed),null!=(e=this.errors)&&e.missingSemicolonAfterCharacterReference(),this.consumed},m.prototype.emitNamedEntityData=function(e,t,r){var i=this.decodeTree;return this.emitCodePoint(1===t?i[e]&~l.VALUE_LENGTH:i[e+1],r),3===t&&this.emitCodePoint(i[e+2],r),r},m.prototype.end=function(){var e;switch(this.state){case i.NamedEntity:return 0===this.result||this.decodeMode===o.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case i.NumericDecimal:return this.emitNumericEntity(0,2);case i.NumericHex:return this.emitNumericEntity(0,3);case i.NumericStart:return null!=(e=this.errors)&&e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case i.EntityStart:return 0}};var f=m;function m(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=i.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=o.Strict}function y(e){var a="",o=new f(e,function(e){return a+=(0,u.fromCodePoint)(e)});return function(e,t){for(var r=0,i=0;0<=(i=e.indexOf("&",i));){a+=e.slice(r,i),o.startEntity(t);var n=o.write(e,i+1);if(n<0){r=i+o.end();break}r=i+n,i=0===n?r+1:r}var s=a+e.slice(r);return a="",s}}function v(e,t,r,i){var n=(t&l.BRANCH_LENGTH)>>7,t=t&l.JUMP_TABLE;if(0==n)return 0!=t&&i===t?r:-1;if(t)return(t=i-t)<0||n<=t?-1:e[r+t]-1;for(var s=r,a=s+n-1;s<=a;){var o=s+a>>>1,c=e[o];if(c<i)s=1+o;else{if(!(i<c))return e[o+n];a=o-1}}return-1}e.EntityDecoder=f,e.determineBranch=v;var g=y(c.default),x=y(r.default);e.decodeHTML=function(e,t){return void 0===t&&(t=o.Legacy),g(e,t)},e.decodeHTMLAttribute=function(e){return g(e,o.Attribute)},e.decodeHTMLStrict=function(e){return g(e,o.Strict)},e.decodeXML=function(e){return x(e,o.Strict)}}),Na=le(function(e){Object.defineProperty(e,"__esModule",{value:!0});var f=_createClass(function e(t,r,i){_classCallCheck(this,e),this.line=void 0,this.column=void 0,this.index=void 0,this.line=t,this.column=r,this.index=i}),R=_createClass(function e(t,r){_classCallCheck(this,e),this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=t,this.end=r});function v(e,t){var r=e.line;return new f(r,e.column+t,e.index+t)}function F(e){return"UpdateExpression"===e.type?B.UpdateExpression["".concat(e.prefix)]:B[e.type]}var t="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",t={ImportMetaOutsideModule:{message:"import.meta may appear only with 'sourceType: \"module\"'",code:t},ImportOutsideModule:{message:"'import' and 'export' may appear only with 'sourceType: \"module\"'",code:t}},B={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},U={AccessorIsGenerator:function(e){e=e.kind;return"A ".concat(e,"ter cannot be a generator.")},ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:function(e){e=e.kind;return"Missing initializer in ".concat(e," declaration.")},DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:function(e){e=e.exportName;return"`".concat(e,"` has already been exported. Exported identifiers must be unique.")},DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:function(e){var t=e.localName,e=e.exportName;return"A string literal cannot be used as an exported binding without `from`.\n- Did you mean `export { '".concat(t,"' as '").concat(e,"' } from 'some-module'`?")},ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:function(e){e=e.type;return"'".concat("ForInStatement"===e?"for-in":"for-of","' loop variable declaration may not have an initializer.")},ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:function(e){e=e.type;return"Unsyntactic ".concat("BreakStatement"===e?"break":"continue",".")},IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportAttributesUseAssert:"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedImportAssert` parser plugin to suppress this error.",ImportBindingIsString:function(e){e=e.importName;return'A string literal cannot be used as an imported binding.\n- Did you mean `import { "'.concat(e,'" as foo }`?')},ImportCallArity:"`import()` requires exactly one or two arguments.",ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverDiscardElement:"'void' must be followed by an expression when not used in a binding position.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:function(e){e=e.radix;return"Expected number in radix ".concat(e,".")},InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:function(e){e=e.reservedWord;return"Escape sequence in keyword ".concat(e,".")},InvalidIdentifier:function(e){e=e.identifierName;return"Invalid identifier ".concat(e,".")},InvalidLhs:function(e){e=e.ancestor;return"Invalid left-hand side in ".concat(F(e),".")},InvalidLhsBinding:function(e){e=e.ancestor;return"Binding invalid left-hand side in ".concat(F(e),".")},InvalidLhsOptionalChaining:function(e){e=e.ancestor;return"Invalid optional chaining in the left-hand side of ".concat(F(e),".")},InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:function(e){e=e.unexpected;return"Unexpected character '".concat(e,"'.")},InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:function(e){e=e.identifierName;return"Private name #".concat(e," is not defined.")},InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:function(e){e=e.labelName;return"Label '".concat(e,"' is already declared.")},LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:function(e){e=e.missingPlugin;return"This experimental syntax requires enabling the parser plugin: ".concat(e.map(function(e){return JSON.stringify(e)}).join(", "),".")},MissingOneOfPlugins:function(e){e=e.missingPlugin;return"This experimental syntax requires enabling one of the following parser plugin(s): ".concat(e.map(function(e){return JSON.stringify(e)}).join(", "),".")},MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:function(e){e=e.key;return'Duplicate key "'.concat(e,'" is not allowed in module attributes.')},ModuleExportNameHasLoneSurrogate:function(e){e=e.surrogateCharCode;return"An export name cannot include a lone surrogate, found '\\u".concat(e.toString(16),"'.")},ModuleExportUndefined:function(e){e=e.localName;return"Export '".concat(e,"' is not defined.")},MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:function(e){e=e.identifierName;return"Private names are only allowed in property accesses (`obj.#".concat(e,"`) or in `in` expressions (`#").concat(e," in obj`).")},PrivateNameRedeclaration:function(e){e=e.identifierName;return"Duplicate private name #".concat(e,".")},RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:function(e){e=e.keyword;return"Unexpected keyword '".concat(e,"'.")},UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:function(e){e=e.reservedWord;return"Unexpected reserved word '".concat(e,"'.")},UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:function(e){var t=e.expected,e=e.unexpected;return"Unexpected token".concat(e?" '".concat(e,"'."):"").concat(t?', expected "'.concat(t,'"'):"")},UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script` or in the bare case statement.",UnexpectedVoidPattern:"Unexpected void binding.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:function(e){var t=e.target,e=e.onlyValidPropertyName;return"The only valid meta property for ".concat(t," is ").concat(t,".").concat(e,".")},UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:function(e){e=e.identifierName;return"Identifier '".concat(e,"' has already been declared.")},VoidPatternCatchClauseParam:"A void binding can not be the catch clause parameter. Use `try { ... } catch { ... }` if you want to discard the caught error.",VoidPatternInitializer:"A void binding may not have an initializer.",YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",YieldNotInGeneratorFunction:"'yield' is only allowed within generator functions.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},r={ParseExpressionEmptyInput:"Unexpected parseExpression() input: The input is empty or contains only comments.",ParseExpressionExpectsEOF:function(e){e=e.unexpected;return"Unexpected parseExpression() input: The input should contain exactly one expression, but the first expression is followed by the unexpected character `".concat(String.fromCodePoint(e),"`.")}},V=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),i=Object.assign({PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:function(e){e=e.token;return"Invalid topic token ".concat(e,". In order to use ").concat(e,' as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "').concat(e,'" }.')},PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:function(e){e=e.type;return"Hack-style pipe body cannot be an unparenthesized ".concat(F({type:e}),"; please wrap it in parentheses.")}},{PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'}),j=["message"];function G(e,t,r){Object.defineProperty(e,t,{enumerable:!1,configurable:!0,value:r})}function n(l,u){if(Array.isArray(l))return function(e){return n(e,l[0])};for(var h={},e=function(){var t,r,a,o,c,e=d[p],i=l[e],n="string"==typeof i?{message:function(){return i}}:"function"==typeof i?{message:i}:i,s=n.message,n=((e,t)=>{if(null==e)return{};var r,i={};for(r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;i[r]=e[r]}return i})(n,j);h[e]=(e=Object.assign({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:e,toMessage:"string"==typeof s?function(){return s}:s},u?{syntaxPlugin:u}:{},n),t=e.toMessage,r=e.code,a=e.reasonCode,o=e.syntaxPlugin,c="MissingPlugin"===a||"MissingOneOfPlugins"===a,(e={AccessorCannotDeclareThisParameter:"AccesorCannotDeclareThisParameter",AccessorCannotHaveTypeParameters:"AccesorCannotHaveTypeParameters",ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference:"ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference",SetAccessorCannotHaveOptionalParameter:"SetAccesorCannotHaveOptionalParameter",SetAccessorCannotHaveRestParameter:"SetAccesorCannotHaveRestParameter",SetAccessorCannotHaveReturnType:"SetAccesorCannotHaveReturnType"})[a]&&(a=e[a]),function i(n,s){var e=new SyntaxError;return e.code=r,e.reasonCode=a,e.loc=n,e.pos=n.index,e.syntaxPlugin=o,c&&(e.missingPlugin=s.missingPlugin),G(e,"clone",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},t=null!=(t=e.loc)?t:n,r=t.line;return i(new f(r,t.column,t.index),Object.assign({},s,e.details))}),G(e,"details",s),Object.defineProperty(e,"message",{configurable:!0,get:function(){var e="".concat(t(s)," (").concat(n.line,":").concat(n.column,")");return this.message=e},set:function(e){Object.defineProperty(this,"message",{value:e,writable:!0})}}),e})},p=0,d=Object.keys(l);p<d.length;p++)e();return h}var y=Object.assign({},n(t),n(U),n({StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:function(e){e=e.referenceName;return"Assigning to '".concat(e,"' in strict mode.")},StrictEvalArgumentsBinding:function(e){e=e.bindingName;return"Binding '".concat(e,"' in strict mode.")},StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."}),n(r),n(_templateObject=_templateObject||_taggedTemplateLiteral(["pipelineOperator"]))(i));var H=Object.defineProperty,q=function(e,t){e&&H(e,t,{enumerable:!1,value:e[t]})};function s(e){return q(e.loc.start,"index"),q(e.loc.end,"index"),e}var t=_createClass(function e(t,r){_classCallCheck(this,e),this.token=void 0,this.preserveSpace=void 0,this.token=t,this.preserveSpace=!!r}),u={brace:new t("{"),j_oTag:new t("<tag"),j_cTag:new t("</tag"),j_expr:new t("<tag>...</tag>",!0)},X=(u.template=new t("`",!0),_createClass(function e(t){var r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,e),this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=t,this.keyword=r.keyword,this.beforeExpr=!!r.beforeExpr,this.startsExpr=!!r.startsExpr,this.rightAssociative=!!r.rightAssociative,this.isLoop=!!r.isLoop,this.isAssign=!!r.isAssign,this.prefix=!!r.prefix,this.postfix=!!r.postfix,this.binop=null!=r.binop?r.binop:null,this.updateContext=null})),z=new Map;function a(e,t){t=1<arguments.length&&void 0!==t?t:{},t=p(t.keyword=e,t);return z.set(e,t),t}function o(e,t){return p(e,{beforeExpr:!0,binop:t})}var c=-1,g=[],l=[],h=[],J=[],K=[],W=[];function p(e,t){var r,t=1<arguments.length&&void 0!==t?t:{};return++c,l.push(e),h.push(null!=(r=t.binop)?r:-1),J.push(null!=(r=t.beforeExpr)&&r),K.push(null!=(r=t.startsExpr)&&r),W.push(null!=(r=t.prefix)&&r),g.push(new X(e,t)),c}function d(e,t){t=1<arguments.length&&void 0!==t?t:{};return++c,z.set(e,c),l.push(e),h.push(null!=(e=t.binop)?e:-1),J.push(null!=(e=t.beforeExpr)&&e),K.push(null!=(e=t.startsExpr)&&e),W.push(null!=(e=t.prefix)&&e),g.push(new X("name",t)),c}U={bracketL:p("[",{beforeExpr:!0,startsExpr:!0}),bracketHashL:p("#[",{beforeExpr:!0,startsExpr:!0}),bracketBarL:p("[|",{beforeExpr:!0,startsExpr:!0}),bracketR:p("]"),bracketBarR:p("|]"),braceL:p("{",{beforeExpr:!0,startsExpr:!0}),braceBarL:p("{|",{beforeExpr:!0,startsExpr:!0}),braceHashL:p("#{",{beforeExpr:!0,startsExpr:!0}),braceR:p("}"),braceBarR:p("|}"),parenL:p("(",{beforeExpr:!0,startsExpr:!0}),parenR:p(")"),comma:p(",",{beforeExpr:!0}),semi:p(";",{beforeExpr:!0}),colon:p(":",{beforeExpr:!0}),doubleColon:p("::",{beforeExpr:!0}),dot:p("."),question:p("?",{beforeExpr:!0}),questionDot:p("?."),arrow:p("=>",{beforeExpr:!0}),template:p("template"),ellipsis:p("...",{beforeExpr:!0}),backQuote:p("`",{startsExpr:!0}),dollarBraceL:p("${",{beforeExpr:!0,startsExpr:!0}),templateTail:p("...`",{startsExpr:!0}),templateNonTail:p("...${",{beforeExpr:!0,startsExpr:!0}),at:p("@"),hash:p("#",{startsExpr:!0}),interpreterDirective:p("#!..."),eq:p("=",{beforeExpr:!0,isAssign:!0}),assign:p("_=",{beforeExpr:!0,isAssign:!0}),slashAssign:p("_=",{beforeExpr:!0,isAssign:!0}),xorAssign:p("_=",{beforeExpr:!0,isAssign:!0}),moduloAssign:p("_=",{beforeExpr:!0,isAssign:!0}),incDec:p("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),bang:p("!",{beforeExpr:!0,prefix:!0,startsExpr:!0}),tilde:p("~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),doubleCaret:p("^^",{startsExpr:!0}),doubleAt:p("@@",{startsExpr:!0}),pipeline:o("|>",0),nullishCoalescing:o("??",1),logicalOR:o("||",1),logicalAND:o("&&",2),bitwiseOR:o("|",3),bitwiseXOR:o("^",4),bitwiseAND:o("&",5),equality:o("==/!=/===/!==",6),lt:o("</>/<=/>=",7),gt:o("</>/<=/>=",7),relational:o("</>/<=/>=",7),bitShift:o("<</>>/>>>",8),bitShiftL:o("<</>>/>>>",8),bitShiftR:o("<</>>/>>>",8),plusMin:p("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:p("%",{binop:10,startsExpr:!0}),star:p("*",{binop:10}),slash:o("/",10),exponent:p("**",{beforeExpr:!0,binop:11,rightAssociative:!0}),_in:a("in",{beforeExpr:!0,binop:7}),_instanceof:a("instanceof",{beforeExpr:!0,binop:7}),_break:a("break"),_case:a("case",{beforeExpr:!0}),_catch:a("catch"),_continue:a("continue"),_debugger:a("debugger"),_default:a("default",{beforeExpr:!0}),_else:a("else",{beforeExpr:!0}),_finally:a("finally"),_function:a("function",{startsExpr:!0}),_if:a("if"),_return:a("return",{beforeExpr:!0}),_switch:a("switch"),_throw:a("throw",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_try:a("try"),_var:a("var"),_const:a("const"),_with:a("with"),_new:a("new",{beforeExpr:!0,startsExpr:!0}),_this:a("this",{startsExpr:!0}),_super:a("super",{startsExpr:!0}),_class:a("class",{startsExpr:!0}),_extends:a("extends",{beforeExpr:!0}),_export:a("export"),_import:a("import",{startsExpr:!0}),_null:a("null",{startsExpr:!0}),_true:a("true",{startsExpr:!0}),_false:a("false",{startsExpr:!0}),_typeof:a("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:a("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:a("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_do:a("do",{isLoop:!0,beforeExpr:!0}),_for:a("for",{isLoop:!0}),_while:a("while",{isLoop:!0}),_as:d("as",{startsExpr:!0}),_assert:d("assert",{startsExpr:!0}),_async:d("async",{startsExpr:!0}),_await:d("await",{startsExpr:!0}),_defer:d("defer",{startsExpr:!0}),_from:d("from",{startsExpr:!0}),_get:d("get",{startsExpr:!0}),_let:d("let",{startsExpr:!0}),_meta:d("meta",{startsExpr:!0}),_of:d("of",{startsExpr:!0}),_sent:d("sent",{startsExpr:!0}),_set:d("set",{startsExpr:!0}),_source:d("source",{startsExpr:!0}),_static:d("static",{startsExpr:!0}),_using:d("using",{startsExpr:!0}),_yield:d("yield",{startsExpr:!0}),_asserts:d("asserts",{startsExpr:!0}),_checks:d("checks",{startsExpr:!0}),_exports:d("exports",{startsExpr:!0}),_global:d("global",{startsExpr:!0}),_implements:d("implements",{startsExpr:!0}),_intrinsic:d("intrinsic",{startsExpr:!0}),_infer:d("infer",{startsExpr:!0}),_is:d("is",{startsExpr:!0}),_mixins:d("mixins",{startsExpr:!0}),_proto:d("proto",{startsExpr:!0}),_require:d("require",{startsExpr:!0}),_satisfies:d("satisfies",{startsExpr:!0}),_keyof:d("keyof",{startsExpr:!0}),_readonly:d("readonly",{startsExpr:!0}),_unique:d("unique",{startsExpr:!0}),_abstract:d("abstract",{startsExpr:!0}),_declare:d("declare",{startsExpr:!0}),_enum:d("enum",{startsExpr:!0}),_module:d("module",{startsExpr:!0}),_namespace:d("namespace",{startsExpr:!0}),_interface:d("interface",{startsExpr:!0}),_type:d("type",{startsExpr:!0}),_opaque:d("opaque",{startsExpr:!0}),name:p("name",{startsExpr:!0}),placeholder:p("%%",{startsExpr:!0}),string:p("string",{startsExpr:!0}),num:p("num",{startsExpr:!0}),bigint:p("bigint",{startsExpr:!0}),decimal:p("decimal",{startsExpr:!0}),regexp:p("regexp",{startsExpr:!0}),privateName:p("#name",{startsExpr:!0}),eof:p("eof"),jsxName:p("jsxName"),jsxText:p("jsxText",{beforeExpr:!0}),jsxTagStart:p("jsxTagStart",{startsExpr:!0}),jsxTagEnd:p("jsxTagEnd")};function x(e){return 93<=e&&e<=133}function m(e){return 58<=e&&e<=133}function Y(e){return 58<=e&&e<=137}function E(e){return K[e]}function $(e){return 129<=e&&e<=131}function Q(e){return 58<=e&&e<=92}function Z(e){return l[e]}function ee(e){return h[e]}function te(e){return 24<=e&&e<=25}function re(e){return g[e]}g[8].updateContext=function(e){e.pop()},g[5].updateContext=g[7].updateContext=g[23].updateContext=function(e){e.push(u.brace)},g[22].updateContext=function(e){e[e.length-1]===u.template?e.pop():e.push(u.template)},g[143].updateContext=function(e){e.push(u.j_expr,u.j_oTag)};var r="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-Ა-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-Ꟑꟑꟓꟕ-ꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",ie=new RegExp("["+r+"]"),ne=new RegExp("["+r+"·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・]"),se=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,4,51,13,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,39,27,10,22,251,41,7,1,17,2,60,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,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,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,200,32,32,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,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,42,9,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,229,29,3,0,496,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],ae=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,80,3,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,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,343,9,54,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,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,245,1,2,9,726,6,110,6,6,9,4759,9,787719,239];function oe(e,t){for(var r=65536,i=0,n=t.length;i<n;i+=2){if(e<(r+=t[i]))return!1;if(e<=(r+=t[i+1]))return!0}return!1}function S(e){return e<65?36===e:e<=90||(e<97?95===e:e<=122||(e<=65535?170<=e&&ie.test(String.fromCharCode(e)):oe(e,se)))}function P(e){return e<48?36===e:e<58||!(e<65)&&(e<=90||(e<97?95===e:e<=122||(e<=65535?170<=e&&ne.test(String.fromCharCode(e)):oe(e,se)||oe(e,ae))))}var i=["implements","interface","let","package","private","protected","public","static","yield"],t=["eval","arguments"],ce=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"]),le=new Set(i),ue=new Set(t);function he(e,t){return t&&"await"===e||"enum"===e}function pe(e,t){return he(e,t)||le.has(e)}function de(e){return ue.has(e)}function fe(e,t){return pe(e,t)||de(e)}var me=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","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);var ye=_createClass(function e(t){_classCallCheck(this,e),this.flags=0,this.names=new Map,this.firstLexicalName="",this.flags=t}),ve=_createClass(function e(t,r){_classCallCheck(this,e),this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=t,this.inModule=r},[{key:"inTopLevel",get:function(){return 0<(1&this.currentScope().flags)}},{key:"inFunction",get:function(){return 0<(2&this.currentVarScopeFlags())}},{key:"allowSuper",get:function(){return 0<(16&this.currentThisScopeFlags())}},{key:"allowDirectSuper",get:function(){return 0<(32&this.currentThisScopeFlags())}},{key:"allowNewTarget",get:function(){return 0<(512&this.currentThisScopeFlags())}},{key:"inClass",get:function(){return 0<(64&this.currentThisScopeFlags())}},{key:"inClassAndNotInNonArrowFunction",get:function(){var e=this.currentThisScopeFlags();return 0<(64&e)&&0==(2&e)}},{key:"inStaticBlock",get:function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e].flags;if(128&t)return!0;if(1731&t)return!1}}},{key:"inNonArrowFunction",get:function(){return 0<(2&this.currentThisScopeFlags())}},{key:"inBareCaseStatement",get:function(){return 0<(256&this.currentScope().flags)}},{key:"treatFunctionsAsVar",get:function(){return this.treatFunctionsAsVarInScope(this.currentScope())}},{key:"createScope",value:function(e){return new ye(e)}},{key:"enter",value:function(e){this.scopeStack.push(this.createScope(e))}},{key:"exit",value:function(){return this.scopeStack.pop().flags}},{key:"treatFunctionsAsVarInScope",value:function(e){return!!(130&e.flags||!this.parser.inModule&&1&e.flags)}},{key:"declareName",value:function(e,t,r){var i=this.currentScope();if(8&t||16&t){this.checkRedeclarationInScope(i,e,t,r);var n=i.names.get(e)||0;16&t?n|=4:(i.firstLexicalName||(i.firstLexicalName=e),n|=2),i.names.set(e,n),8&t&&this.maybeExportDefined(i,e)}else if(4&t)for(var s=this.scopeStack.length-1;0<=s&&(i=this.scopeStack[s],this.checkRedeclarationInScope(i,e,t,r),i.names.set(e,1|(i.names.get(e)||0)),this.maybeExportDefined(i,e),!(1667&i.flags));--s);this.parser.inModule&&1&i.flags&&this.undefinedExports.delete(e)}},{key:"maybeExportDefined",value:function(e,t){this.parser.inModule&&1&e.flags&&this.undefinedExports.delete(t)}},{key:"checkRedeclarationInScope",value:function(e,t,r,i){this.isRedeclaredInScope(e,t,r)&&this.parser.raise(y.VarRedeclaration,i,{identifierName:t})}},{key:"isRedeclaredInScope",value:function(e,t,r){var i;return!!(1&r)&&(8&r?e.names.has(t):(i=e.names.get(t),16&r?0<(2&i)||!this.treatFunctionsAsVarInScope(e)&&0<(1&i):0<(2&i)&&!(8&e.flags&&e.firstLexicalName===t)||!this.treatFunctionsAsVarInScope(e)&&0<(4&i)))}},{key:"checkLocalExport",value:function(e){var t=e.name;this.scopeStack[0].names.has(t)||this.undefinedExports.set(t,e.loc.start)}},{key:"currentScope",value:function(){return this.scopeStack[this.scopeStack.length-1]}},{key:"currentVarScopeFlags",value:function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e].flags;if(1667&t)return t}}},{key:"currentThisScopeFlags",value:function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e].flags;if(1731&t&&!(4&t))return t}}}]),ge=(_inherits(Se,ye),_createClass(Se)),xe=(_inherits(b,ve),_createClass(b,[{key:"createScope",value:function(e){return new ge(e)}},{key:"declareName",value:function(e,t,r){var i=this.currentScope();2048&t?(this.checkRedeclarationInScope(i,e,t,r),this.maybeExportDefined(i,e),i.declareFunctions.add(e)):_superPropGet(b,"declareName",this,3)([e,t,r])}},{key:"isRedeclaredInScope",value:function(e,t,r){return!!_superPropGet(b,"isRedeclaredInScope",this,3)([e,t,r])||!(!(2048&r)||e.declareFunctions.has(t))&&(0<(4&(r=e.names.get(t)))||0<(2&r))}},{key:"checkLocalExport",value:function(e){this.scopeStack[0].declareFunctions.has(e.name)||_superPropGet(b,"checkLocalExport",this,3)([e])}}])),Ee=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),T=n(_templateObject2=_templateObject2||_taggedTemplateLiteral(["flow"]))({AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:function(e){e=e.reservedType;return"Cannot overwrite reserved type ".concat(e,".")},DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:function(e){var t=e.memberName,e=e.enumName;return"Boolean enum members need to be initialized. Use either `".concat(t," = true,` or `").concat(t," = false,` in enum `").concat(e,"`.")},EnumDuplicateMemberName:function(e){var t=e.memberName,e=e.enumName;return"Enum member names need to be unique, but the name `".concat(t,"` has already been used before in enum `").concat(e,"`.")},EnumInconsistentMemberValues:function(e){e=e.enumName;return"Enum `".concat(e,"` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.")},EnumInvalidExplicitType:function(e){var t=e.invalidEnumType,e=e.enumName;return"Enum type `".concat(t,"` is not valid. Use one of `boolean`, `number`, `string`, or `symbol` in enum `").concat(e,"`.")},EnumInvalidExplicitTypeUnknownSupplied:function(e){e=e.enumName;return"Supplied enum type is not valid. Use one of `boolean`, `number`, `string`, or `symbol` in enum `".concat(e,"`.")},EnumInvalidMemberInitializerPrimaryType:function(e){var t=e.enumName,r=e.memberName,e=e.explicitType;return"Enum `".concat(t,"` has type `").concat(e,"`, so the initializer of `").concat(r,"` needs to be a ").concat(e," literal.")},EnumInvalidMemberInitializerSymbolType:function(e){var t=e.enumName;return"Symbol enum members cannot be initialized. Use `".concat(e.memberName,",` in enum `").concat(t,"`.")},EnumInvalidMemberInitializerUnknownType:function(e){var t=e.enumName;return"The enum member initializer for `".concat(e.memberName,"` needs to be a literal (either a boolean, number, or string) in enum `").concat(t,"`.")},EnumInvalidMemberName:function(e){var t=e.enumName,r=e.suggestion;return"Enum member names cannot start with lowercase 'a' through 'z'. Instead of using `".concat(e.memberName,"`, consider using `").concat(r,"`, in enum `").concat(t,"`.")},EnumNumberMemberNotInitialized:function(e){var t=e.enumName;return"Number enum members need to be initialized, e.g. `".concat(e.memberName," = 1` in enum `").concat(t,"`.")},EnumStringMemberInconsistentlyInitialized:function(e){e=e.enumName;return"String enum members need to consistently either all use initializers, or use no initializers, in enum `".concat(e,"`.")},GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` or `typeof` keyword.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:Object.assign({message:"A binding pattern parameter cannot be optional in an implementation signature."},{reasonCode:"OptionalBindingPattern"}),SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:function(e){e=e.reservedType;return"Unexpected reserved type ".concat(e,".")},UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of `<T> async () => {}`, use `async <T>() => {}`.",UnsupportedDeclareExportKind:function(e){var t=e.unsupportedExportKind,e=e.suggestion;return"`declare export ".concat(t,"` is not supported. Use `").concat(e,"` instead.")},UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."});function b(){return _classCallCheck(this,b),_callSuper(this,b,arguments)}function Se(){var e;_classCallCheck(this,Se);for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return(e=_callSuper(this,Se,[].concat(r))).declareFunctions=new Set,e}function Pe(e){return"type"===e.importKind||"typeof"===e.importKind}var Te={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};var be=/\*?\s*@((?:no)?flow)\b/,_e={__proto__:null,quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",ensp:" ",emsp:" ",thinsp:" ",zwnj:"",zwj:"",lrm:"",rlm:"",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",frasl:"⁄",euro:"€",image:"ℑ",weierp:"℘",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"},Ae=new RegExp(/\r\n|[\r\n\u2028\u2029]/.source,"g");function _(e){switch(e){case 10:case 13:case 8232:case 8233:return 1;default:return}}function ke(e,t,r){for(var i=t;i<r;i++)if(_(e.charCodeAt(i)))return!0;return!1}var Ne=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Ce=/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/g;var A=n(_templateObject3=_templateObject3||_taggedTemplateLiteral(["jsx"]))({AttributeIsEmpty:"JSX attributes must only be assigned a non-empty expression.",MissingClosingTagElement:function(e){e=e.openingTagName;return"Expected corresponding JSX closing tag for <".concat(e,">.")},MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:function(e){var t=e.unexpected,e=e.HTMLEntity;return"Unexpected token `".concat(t,"`. Did you mean `").concat(e,"` or `{'").concat(t,"'}`?")},UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?"});function k(e){return e&&("JSXOpeningFragment"===e.type||"JSXClosingFragment"===e.type)}function N(e){if("JSXIdentifier"===e.type)return e.name;if("JSXNamespacedName"===e.type)return e.namespace.name+":"+e.name.name;if("JSXMemberExpression"===e.type)return N(e.object)+"."+N(e.property);throw new Error("Node had unexpected type: "+e.type)}_inherits(Le,ye);var Ie=_createClass(Le),we=(_inherits(C,ve),_createClass(C,[{key:"createScope",value:function(e){return this.importsStack.push(new Set),new Ie(e)}},{key:"enter",value:function(e){1024===e&&this.importsStack.push(new Set),_superPropGet(C,"enter",this,3)([e])}},{key:"exit",value:function(){var e=_superPropGet(C,"exit",this,3)([]);return 1024===e&&this.importsStack.pop(),e}},{key:"hasImport",value:function(e,t){var r=this.importsStack.length;if(this.importsStack[r-1].has(e))return!0;if(!t&&1<r)for(var i=0;i<r-1;i++)if(this.importsStack[i].has(e))return!0;return!1}},{key:"declareName",value:function(e,t,r){var i,n;4096&t?(this.hasImport(e,!0)&&this.parser.raise(y.VarRedeclaration,r,{identifierName:e}),this.importsStack[this.importsStack.length-1].add(e)):(n=(i=this.currentScope()).tsNames.get(e)||0,1024&t?(this.maybeExportDefined(i,e),i.tsNames.set(e,16|n)):(_superPropGet(C,"declareName",this,3)([e,t,r]),2&t&&(1&t||(this.checkRedeclarationInScope(i,e,t,r),this.maybeExportDefined(i,e)),n|=1),256&t&&(n|=2),512&t&&(n|=4),128&t&&(n|=8),n&&i.tsNames.set(e,n)))}},{key:"isRedeclaredInScope",value:function(e,t,r){var i=e.tsNames.get(t);return 0<(2&i)?!(256&r)||!!(512&r)!=0<(4&i):128&r&&0<(8&i)?!!(2&e.names.get(t))&&!!(1&r):!!(2&r&&0<(1&i))||_superPropGet(C,"isRedeclaredInScope",this,3)([e,t,r])}},{key:"checkLocalExport",value:function(e){var t=e.name;if(!this.hasImport(t)){for(var r=this.scopeStack.length-1;0<=r;r--){var i=this.scopeStack[r].tsNames.get(t);if(0<(1&i)||0<(16&i))return}_superPropGet(C,"checkLocalExport",this,3)([e])}}}])),Oe=_createClass(function e(){_classCallCheck(this,e),this.stacks=[]},[{key:"enter",value:function(e){this.stacks.push(e)}},{key:"exit",value:function(){this.stacks.pop()}},{key:"currentFlags",value:function(){return this.stacks[this.stacks.length-1]}},{key:"hasAwait",get:function(){return 0<(2&this.currentFlags())}},{key:"hasYield",get:function(){return 0<(1&this.currentFlags())}},{key:"hasReturn",get:function(){return 0<(4&this.currentFlags())}},{key:"hasIn",get:function(){return 0<(8&this.currentFlags())}}]);function C(){var e;_classCallCheck(this,C);for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return(e=_callSuper(this,C,[].concat(r))).importsStack=[],e}function Le(){var e;_classCallCheck(this,Le);for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return(e=_callSuper(this,Le,[].concat(r))).tsNames=new Map,e}function Me(e,t){return(e?2:0)|(t?1:0)}r=_createClass(function e(){_classCallCheck(this,e),this.sawUnambiguousESM=!1,this.ambiguousScriptDifferentAst=!1},[{key:"sourceToOffsetPos",value:function(e){return e+this.startIndex}},{key:"offsetToSourcePos",value:function(e){return e-this.startIndex}},{key:"hasPlugin",value:function(e){if("string"==typeof e)return this.plugins.has(e);var e=_slicedToArray(e,2),t=e[0],r=e[1];if(!this.hasPlugin(t))return!1;for(var i=this.plugins.get(t),n=0,s=Object.keys(r);n<s.length;n++){var a=s[n];if((null==i?void 0:i[a])!==r[a])return!1}return!0}},{key:"getPluginOption",value:function(e,t){return null==(e=this.plugins.get(e))?void 0:e[t]}}]);function De(e,t){void 0===e.trailingComments?e.trailingComments=t:(e=e.trailingComments).unshift.apply(e,_toConsumableArray(t))}function I(e,t){void 0===e.innerComments?e.innerComments=t:(e=e.innerComments).unshift.apply(e,_toConsumableArray(t))}function w(e,t,r){for(var i=null,n=t.length;null===i&&0<n;)i=t[--n];null===i||i.start>r.start?I(e,r.comments):De(i,r.comments)}function Re(e){return 48<=e&&e<=57}_inherits(je,r);var i=_createClass(je,[{key:"addComment",value:function(e){this.filename&&(e.loc.filename=this.filename);var t=this.state.commentsLen;this.comments.length!==t&&(this.comments.length=t),this.comments.push(e),this.state.commentsLen++}},{key:"processComment",value:function(e){var t=this.state.commentStack,r=t.length;if(0!==r)for(var i=r-1,r=t[i],n=(r.start===e.end&&(r.leadingNode=e,i--),e.start);0<=i;i--){var s=t[i],a=s.end;if(!(n<a)){a===n&&(s.trailingNode=e);break}s.containingNode=e,this.finalizeComment(s),t.splice(i,1)}}},{key:"finalizeComment",value:function(e){var t,r,i,n=e.comments;if(null!==e.leadingNode||null!==e.trailingNode)null!==e.leadingNode&&De(e.leadingNode,n),null!==e.trailingNode&&(r=e.trailingNode,i=n,void 0===r.leadingComments?r.leadingComments=i:(r=r.leadingComments).unshift.apply(r,_toConsumableArray(i)));else{var s=e.containingNode;if(44===this.input.charCodeAt(this.offsetToSourcePos(e.start)-1))switch(s.type){case"ObjectExpression":case"ObjectPattern":case"RecordExpression":w(s,s.properties,e);break;case"CallExpression":case"OptionalCallExpression":w(s,s.arguments,e);break;case"ImportExpression":w(s,[s.source,null!=(t=s.options)?t:null],e);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":w(s,s.params,e);break;case"ArrayExpression":case"ArrayPattern":case"TupleExpression":w(s,s.elements,e);break;case"ExportNamedDeclaration":case"ImportDeclaration":w(s,s.specifiers,e);break;case"TSEnumDeclaration":case"TSEnumBody":w(s,s.members,e);break;default:I(s,n)}else I(s,n)}}},{key:"finalizeRemainingComments",value:function(){for(var e=this.state.commentStack,t=e.length-1;0<=t;t--)this.finalizeComment(e[t]);this.state.commentStack=[]}},{key:"resetPreviousNodeTrailingComments",value:function(e){var t=this.state.commentStack,r=t.length;0!==r&&(t=t[r-1]).leadingNode===e&&(t.leadingNode=null)}},{key:"takeSurroundingComments",value:function(e,t,r){var i=this.state.commentStack,n=i.length;if(0!==n)for(var s=n-1;0<=s;s--){var a=i[s],o=a.end;if(a.start===r)a.leadingNode=e;else if(o===t)a.trailingNode=e;else if(o<t)break}}}]),Fe=_createClass(Ve,[{key:"strict",get:function(){return 0<(1&this.flags)},set:function(e){e?this.flags|=1:this.flags&=-2}},{key:"init",value:function(e){var t=e.strictMode,r=e.startIndex,i=e.startLine,n=e.startColumn;this.strict=!1!==t&&(!0===t||"module"===e.sourceType),this.startIndex=r,this.curLine=i,this.lineStart=-n,this.startLoc=this.endLoc=new f(i,n,r)}},{key:"maybeInArrowParameters",get:function(){return 0<(2&this.flags)},set:function(e){e?this.flags|=2:this.flags&=-3}},{key:"inType",get:function(){return 0<(4&this.flags)},set:function(e){e?this.flags|=4:this.flags&=-5}},{key:"noAnonFunctionType",get:function(){return 0<(8&this.flags)},set:function(e){e?this.flags|=8:this.flags&=-9}},{key:"hasFlowComment",get:function(){return 0<(16&this.flags)},set:function(e){e?this.flags|=16:this.flags&=-17}},{key:"isAmbientContext",get:function(){return 0<(32&this.flags)},set:function(e){e?this.flags|=32:this.flags&=-33}},{key:"inAbstractClass",get:function(){return 0<(64&this.flags)},set:function(e){e?this.flags|=64:this.flags&=-65}},{key:"inDisallowConditionalTypesContext",get:function(){return 0<(128&this.flags)},set:function(e){e?this.flags|=128:this.flags&=-129}},{key:"soloAwait",get:function(){return 0<(256&this.flags)},set:function(e){e?this.flags|=256:this.flags&=-257}},{key:"inFSharpPipelineDirectBody",get:function(){return 0<(512&this.flags)},set:function(e){e?this.flags|=512:this.flags&=-513}},{key:"canStartJSXElement",get:function(){return 0<(1024&this.flags)},set:function(e){e?this.flags|=1024:this.flags&=-1025}},{key:"containsEsc",get:function(){return 0<(2048&this.flags)},set:function(e){e?this.flags|=2048:this.flags&=-2049}},{key:"hasTopLevelAwait",get:function(){return 0<(4096&this.flags)},set:function(e){e?this.flags|=4096:this.flags&=-4097}},{key:"curPosition",value:function(){return new f(this.curLine,this.pos-this.lineStart,this.pos+this.startIndex)}},{key:"clone",value:function(){var e=new Ve;return e.flags=this.flags,e.startIndex=this.startIndex,e.curLine=this.curLine,e.lineStart=this.lineStart,e.startLoc=this.startLoc,e.endLoc=this.endLoc,e.errors=this.errors.slice(),e.potentialArrowAt=this.potentialArrowAt,e.noArrowAt=this.noArrowAt.slice(),e.noArrowParamsConversionAt=this.noArrowParamsConversionAt.slice(),e.topicContext=this.topicContext,e.labels=this.labels.slice(),e.commentsLen=this.commentsLen,e.commentStack=this.commentStack.slice(),e.pos=this.pos,e.type=this.type,e.value=this.value,e.start=this.start,e.end=this.end,e.lastTokEndLoc=this.lastTokEndLoc,e.lastTokStartLoc=this.lastTokStartLoc,e.context=this.context.slice(),e.firstInvalidTemplateEscapePos=this.firstInvalidTemplateEscapePos,e.strictErrors=this.strictErrors,e.tokensLength=this.tokensLength,e}}]),Be={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},Ue={bin:function(e){return 48===e||49===e},oct:function(e){return 48<=e&&e<=55},dec:function(e){return 48<=e&&e<=57},hex:function(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}};function Ve(){_classCallCheck(this,Ve),this.flags=1024,this.startIndex=void 0,this.curLine=void 0,this.lineStart=void 0,this.startLoc=void 0,this.endLoc=void 0,this.errors=[],this.potentialArrowAt=-1,this.noArrowAt=[],this.noArrowParamsConversionAt=[],this.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null},this.labels=[],this.commentsLen=0,this.commentStack=[],this.pos=0,this.type=140,this.value=null,this.start=0,this.end=0,this.lastTokEndLoc=null,this.lastTokStartLoc=null,this.context=[u.brace],this.firstInvalidTemplateEscapePos=null,this.strictErrors=new Map,this.tokensLength=0}function je(){return _classCallCheck(this,je),_callSuper(this,je,arguments)}function Ge(e,t,r,i,n,s){for(var a,o,c,l=r,u=i,h=n,p="",d=null,f=r,m=t.length;;){if(m<=r){s.unterminated(l,u,h),p+=t.slice(f,r);break}var y,v=t.charCodeAt(r);if(o=v,y=t,c=r,"template"===(a=e)?96===o||36===o&&123===y.charCodeAt(c+1):o===("double"===a?34:39)){p+=t.slice(f,r);break}92===v?(p+=t.slice(f,r),null!==(y=((e,t,r,i,n,s)=>{function a(e){return{pos:t,ch:e,lineStart:r,curLine:i}}var o=!n,c=(t++,e.charCodeAt(t++));switch(c){case 110:return a("\n");case 114:return a("\r");case 120:return l=He(e,t,r,i,2,!1,o,s),u=l.code,t=l.pos,a(null===u?null:String.fromCharCode(u));case 117:return l=Xe(e,t,r,i,o,s),u=l.code,t=l.pos,a(null===u?null:String.fromCodePoint(u));case 116:return a("\t");case 98:return a("\b");case 118:return a("\v");case 102:return a("\f");case 13:10===e.charCodeAt(t)&&++t;case 10:r=t,++i;case 8232:case 8233:return a("");case 56:case 57:if(n)return a(null);s.strictNumericEscape(t-1,r,i);default:if(48<=c&&c<=55){var l=t-1,u=/^[0-7]+/.exec(e.slice(l,t+2))[0],h=parseInt(u,8),p=(255<h&&(u=u.slice(0,-1),h=parseInt(u,8)),t+=u.length-1,e.charCodeAt(t));if("0"!==u||56===p||57===p){if(n)return a(null);s.strictNumericEscape(l,r,i)}return a(String.fromCharCode(h))}return a(String.fromCharCode(c))}})(t,r,i,n,"template"===e,s)).ch||d?p+=y.ch:d={pos:r,lineStart:i,curLine:n},i=y.lineStart,n=y.curLine,f=r=y.pos):8232===v||8233===v?(++n,i=++r):10===v||13===v?"template"===e?(p+=t.slice(f,r)+"\n",++r,13===v&&10===t.charCodeAt(r)&&++r,++n,f=i=r):s.unterminated(l,u,h):++r}return{pos:r,str:p,firstInvalidLoc:d,lineStart:i,curLine:n,containsInvalid:!!d}}function He(e,t,r,i,n,s,a,o){var c=t,e=qe(e,t,r,i,16,n,s,!1,o,!a),n=e.n;return t=e.pos,null===n&&(a?o.invalidEscapeSequence(c,r,i):t=c-1),{code:n,pos:t}}function qe(e,t,r,i,n,s,a,o,c,l){for(var u=t,h=16===n?Be.hex:Be.decBinOct,p=16===n?Ue.hex:10===n?Ue.dec:8===n?Ue.oct:Ue.bin,d=!1,f=0,m=0,y=null!=s?s:1/0;m<y;++m){var v=e.charCodeAt(t),g=void 0;if(95===v&&"bail"!==o){var x=e.charCodeAt(t-1),E=e.charCodeAt(t+1);if(o){if(Number.isNaN(E)||!p(E)||h.has(x)||h.has(E)){if(l)return{n:null,pos:t};c.unexpectedNumericSeparator(t,r,i)}}else{if(l)return{n:null,pos:t};c.numericSeparatorInEscapeSequence(t,r,i)}++t}else{if(n<=(g=97<=v?v-97+10:65<=v?v-65+10:Re(v)?v-48:1/0)){if(g<=9&&l)return{n:null,pos:t};if(g<=9&&c.invalidDigit(t,r,i,n))g=0;else{if(!a)break;d=!(g=0)}}++t,f=f*n+g}}return t===u||null!=s&&t-u!==s||d?{n:null,pos:t}:{n:f,pos:t}}function Xe(e,t,r,i,n,s){if(123===e.charCodeAt(t)){var a=(o=He(e,++t,r,i,e.indexOf("}",t)-t,!0,n,s)).code;if(t=o.pos,++t,null!==a&&1114111<a){if(!n)return{code:null,pos:t};s.invalidCodePoint(t,r,i)}}else{var o=He(e,t,r,i,4,!1,n,s);a=o.code,t=o.pos}return{code:a,pos:t}}function O(e,t,r){return new f(r,e-t,e)}var ze=new Set([103,109,115,105,121,117,100,118]),L=_createClass(function e(t){_classCallCheck(this,e);var r=t.startIndex||0;this.type=t.type,this.value=t.value,this.start=r+t.start,this.end=r+t.end,this.loc=new R(t.startLoc,t.endLoc)}),t=(_inherits(Ze,i),_createClass(Ze,[{key:"pushToken",value:function(e){this.tokens.length=this.state.tokensLength,this.tokens.push(e),++this.state.tokensLength}},{key:"next",value:function(){this.checkKeywordEscapes(),256&this.optionFlags&&this.pushToken(new L(this.state)),this.state.lastTokEndLoc=this.state.endLoc,this.state.lastTokStartLoc=this.state.startLoc,this.nextToken()}},{key:"eat",value:function(e){return!!this.match(e)&&(this.next(),!0)}},{key:"match",value:function(e){return this.state.type===e}},{key:"createLookaheadState",value:function(e){return{pos:e.pos,value:null,type:e.type,start:e.start,end:e.end,context:[this.curContext()],inType:e.inType,startLoc:e.startLoc,lastTokEndLoc:e.lastTokEndLoc,curLine:e.curLine,lineStart:e.lineStart,curPosition:e.curPosition}}},{key:"lookahead",value:function(){var e=this.state,t=(this.state=this.createLookaheadState(e),this.isLookahead=!0,this.nextToken(),this.isLookahead=!1,this.state);return this.state=e,t}},{key:"nextTokenStart",value:function(){return this.nextTokenStartSince(this.state.pos)}},{key:"nextTokenStartSince",value:function(e){return Ne.lastIndex=e,Ne.test(this.input)?Ne.lastIndex:e}},{key:"lookaheadCharCode",value:function(){return this.lookaheadCharCodeSince(this.state.pos)}},{key:"lookaheadCharCodeSince",value:function(e){return this.input.charCodeAt(this.nextTokenStartSince(e))}},{key:"nextTokenInLineStart",value:function(){return this.nextTokenInLineStartSince(this.state.pos)}},{key:"nextTokenInLineStartSince",value:function(e){return Ce.lastIndex=e,Ce.test(this.input)?Ce.lastIndex:e}},{key:"lookaheadInLineCharCode",value:function(){return this.input.charCodeAt(this.nextTokenInLineStart())}},{key:"codePointAtPos",value:function(e){var t=this.input.charCodeAt(e);return t=55296==(64512&t)&&++e<this.input.length&&56320==(64512&(e=this.input.charCodeAt(e)))?65536+((1023&t)<<10)+(1023&e):t}},{key:"setStrict",value:function(e){var r=this;(this.state.strict=e)&&(this.state.strictErrors.forEach(function(e){var e=_slicedToArray(e,2),t=e[0];return r.raise(t,e[1])}),this.state.strictErrors.clear())}},{key:"curContext",value:function(){return this.state.context[this.state.context.length-1]}},{key:"nextToken",value:function(){this.skipSpace(),this.state.start=this.state.pos,this.isLookahead||(this.state.startLoc=this.state.curPosition()),this.state.pos>=this.length?this.finishToken(140):this.getTokenFromCode(this.codePointAtPos(this.state.pos))}},{key:"skipBlockComment",value:function(e){this.isLookahead||(t=this.state.curPosition());var t,r=this.state.pos,i=this.input.indexOf(e,r+2);if(-1===i)throw this.raise(y.UnterminatedComment,this.state.curPosition());for(this.state.pos=i+e.length,Ae.lastIndex=r+2;Ae.test(this.input)&&Ae.lastIndex<=i;)++this.state.curLine,this.state.lineStart=Ae.lastIndex;if(!this.isLookahead)return r={type:"CommentBlock",value:this.input.slice(r+2,i),start:this.sourceToOffsetPos(r),end:this.sourceToOffsetPos(i+e.length),loc:new R(t,this.state.curPosition())},256&this.optionFlags&&this.pushToken(r),r}},{key:"skipLineComment",value:function(e){var t,r,i=this.state.pos,n=(this.isLookahead||(t=this.state.curPosition()),this.input.charCodeAt(this.state.pos+=e));if(this.state.pos<this.length)for(;!_(n)&&++this.state.pos<this.length;)n=this.input.charCodeAt(this.state.pos);if(!this.isLookahead)return r=this.state.pos,e={type:"CommentLine",value:this.input.slice(i+e,r),start:this.sourceToOffsetPos(i),end:this.sourceToOffsetPos(r),loc:new R(t,this.state.curPosition())},256&this.optionFlags&&this.pushToken(e),e}},{key:"skipSpace",value:function(){var e,t=this.state.pos,r=4096&this.optionFlags?[]:null;e:for(;this.state.pos<this.length;){var i=this.input.charCodeAt(this.state.pos);switch(i){case 32:case 160:case 9:++this.state.pos;break;case 13:10===this.input.charCodeAt(this.state.pos+1)&&++this.state.pos;case 10:case 8232:case 8233:++this.state.pos,++this.state.curLine,this.state.lineStart=this.state.pos;break;case 47:switch(this.input.charCodeAt(this.state.pos+1)){case 42:var n=this.skipBlockComment("*/");void 0!==n&&(this.addComment(n),null!=r)&&r.push(n);break;case 47:n=this.skipLineComment(2);void 0!==n&&(this.addComment(n),null!=r)&&r.push(n);break;default:break e}break;default:if((e=>{switch(e){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return 1;default:return}})(i))++this.state.pos;else if(45===i&&!this.inModule&&8192&this.optionFlags){var s=this.state.pos;if(45!==this.input.charCodeAt(s+1)||62!==this.input.charCodeAt(s+2)||!(0===t||this.state.lineStart>t))break e;s=this.skipLineComment(3);void 0!==s&&(this.addComment(s),null!=r)&&r.push(s)}else{if(60!==i||this.inModule||!(8192&this.optionFlags))break e;s=this.state.pos;if(33!==this.input.charCodeAt(s+1)||45!==this.input.charCodeAt(s+2)||45!==this.input.charCodeAt(s+3))break e;var a=this.skipLineComment(4);void 0!==a&&(this.addComment(a),null!=r)&&r.push(a)}}}0<(null==r?void 0:r.length)&&(e=this.state.pos,e={start:this.sourceToOffsetPos(t),end:this.sourceToOffsetPos(e),comments:r,leadingNode:null,trailingNode:null,containingNode:null},this.state.commentStack.push(e))}},{key:"finishToken",value:function(e,t){this.state.end=this.state.pos,this.state.endLoc=this.state.curPosition();var r=this.state.type;this.state.type=e,this.state.value=t,this.isLookahead||this.updateContext(r)}},{key:"replaceToken",value:function(e){this.state.type=e,this.updateContext()}},{key:"readToken_numberSign",value:function(){if(0!==this.state.pos||!this.readToken_interpreter()){var e=this.state.pos+1,e=this.codePointAtPos(e);if(48<=e&&e<=57)throw this.raise(y.UnexpectedDigitAfterHash,this.state.curPosition());if(123===e||91===e&&this.hasPlugin("recordAndTuple")){if(this.expectPlugin("recordAndTuple"),"bar"===this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(123===e?y.RecordExpressionHashIncorrectStartSyntaxType:y.TupleExpressionHashIncorrectStartSyntaxType,this.state.curPosition());this.state.pos+=2,123===e?this.finishToken(7):this.finishToken(1)}else S(e)?(++this.state.pos,this.finishToken(139,this.readWord1(e))):92===e?(++this.state.pos,this.finishToken(139,this.readWord1())):this.finishOp(27,1)}}},{key:"readToken_dot",value:function(){var e=this.input.charCodeAt(this.state.pos+1);48<=e&&e<=57?this.readNumber(!0):46===e&&46===this.input.charCodeAt(this.state.pos+2)?(this.state.pos+=3,this.finishToken(21)):(++this.state.pos,this.finishToken(16))}},{key:"readToken_slash",value:function(){61===this.input.charCodeAt(this.state.pos+1)?this.finishOp(31,2):this.finishOp(56,1)}},{key:"readToken_interpreter",value:function(){if(0!==this.state.pos||this.length<2)return!1;var e=this.input.charCodeAt(this.state.pos+1);if(33!==e)return!1;var t=this.state.pos;for(this.state.pos+=1;!_(e)&&++this.state.pos<this.length;)e=this.input.charCodeAt(this.state.pos);t=this.input.slice(t+2,this.state.pos);return this.finishToken(28,t),!0}},{key:"readToken_mult_modulo",value:function(e){var t=42===e?55:54,r=1,i=this.input.charCodeAt(this.state.pos+1);42===e&&42===i&&(r++,i=this.input.charCodeAt(this.state.pos+2),t=57),61!==i||this.state.inType||(r++,t=37===e?33:30),this.finishOp(t,r)}},{key:"readToken_pipe_amp",value:function(e){var t=this.input.charCodeAt(this.state.pos+1);if(t===e)61===this.input.charCodeAt(this.state.pos+2)?this.finishOp(30,3):this.finishOp(124===e?41:42,2);else{if(124===e){if(62===t)return void this.finishOp(39,2);if(this.hasPlugin("recordAndTuple")&&125===t){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(y.RecordExpressionBarIncorrectEndSyntaxType,this.state.curPosition());return this.state.pos+=2,void this.finishToken(9)}if(this.hasPlugin("recordAndTuple")&&93===t){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(y.TupleExpressionBarIncorrectEndSyntaxType,this.state.curPosition());return this.state.pos+=2,void this.finishToken(4)}}61===t?this.finishOp(30,2):this.finishOp(124===e?43:45,1)}}},{key:"readToken_caret",value:function(){var e=this.input.charCodeAt(this.state.pos+1);61!==e||this.state.inType?94===e&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"^^"}])?(this.finishOp(37,2),94===this.input.codePointAt(this.state.pos)&&this.unexpected()):this.finishOp(44,1):this.finishOp(32,2)}},{key:"readToken_atSign",value:function(){64===this.input.charCodeAt(this.state.pos+1)&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"@@"}])?this.finishOp(38,2):this.finishOp(26,1)}},{key:"readToken_plus_min",value:function(e){var t=this.input.charCodeAt(this.state.pos+1);t===e?this.finishOp(34,2):61===t?this.finishOp(30,2):this.finishOp(53,1)}},{key:"readToken_lt",value:function(){var e=this.state.pos,t=this.input.charCodeAt(e+1);if(60===t)return 61===this.input.charCodeAt(e+2)?void this.finishOp(30,3):void this.finishOp(51,2);61===t?this.finishOp(49,2):this.finishOp(47,1)}},{key:"readToken_gt",value:function(){var e,t=this.state.pos,r=this.input.charCodeAt(t+1);if(62===r)return e=62===this.input.charCodeAt(t+2)?3:2,61===this.input.charCodeAt(t+e)?void this.finishOp(30,1+e):void this.finishOp(52,e);61===r?this.finishOp(49,2):this.finishOp(48,1)}},{key:"readToken_eq_excl",value:function(e){var t=this.input.charCodeAt(this.state.pos+1);61===t?this.finishOp(46,61===this.input.charCodeAt(this.state.pos+2)?3:2):61===e&&62===t?(this.state.pos+=2,this.finishToken(19)):this.finishOp(61===e?29:35,1)}},{key:"readToken_question",value:function(){var e=this.input.charCodeAt(this.state.pos+1),t=this.input.charCodeAt(this.state.pos+2);63===e?61===t?this.finishOp(30,3):this.finishOp(40,2):46!==e||48<=t&&t<=57?(++this.state.pos,this.finishToken(17)):(this.state.pos+=2,this.finishToken(18))}},{key:"getTokenFromCode",value:function(e){switch(e){case 46:return void this.readToken_dot();case 40:return++this.state.pos,void this.finishToken(10);case 41:return++this.state.pos,void this.finishToken(11);case 59:return++this.state.pos,void this.finishToken(13);case 44:return++this.state.pos,void this.finishToken(12);case 91:if(this.hasPlugin("recordAndTuple")&&124===this.input.charCodeAt(this.state.pos+1)){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(y.TupleExpressionBarIncorrectStartSyntaxType,this.state.curPosition());this.state.pos+=2,this.finishToken(2)}else++this.state.pos,this.finishToken(0);return;case 93:return++this.state.pos,void this.finishToken(3);case 123:if(this.hasPlugin("recordAndTuple")&&124===this.input.charCodeAt(this.state.pos+1)){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(y.RecordExpressionBarIncorrectStartSyntaxType,this.state.curPosition());this.state.pos+=2,this.finishToken(6)}else++this.state.pos,this.finishToken(5);return;case 125:return++this.state.pos,void this.finishToken(8);case 58:return void(this.hasPlugin("functionBind")&&58===this.input.charCodeAt(this.state.pos+1)?this.finishOp(15,2):(++this.state.pos,this.finishToken(14)));case 63:return void this.readToken_question();case 96:return void this.readTemplateToken();case 48:var t=this.input.charCodeAt(this.state.pos+1);if(120===t||88===t)return void this.readRadixNumber(16);if(111===t||79===t)return void this.readRadixNumber(8);if(98===t||66===t)return void this.readRadixNumber(2);case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return void this.readNumber(!1);case 34:case 39:return void this.readString(e);case 47:return void this.readToken_slash();case 37:case 42:return void this.readToken_mult_modulo(e);case 124:case 38:return void this.readToken_pipe_amp(e);case 94:return void this.readToken_caret();case 43:case 45:return void this.readToken_plus_min(e);case 60:return void this.readToken_lt();case 62:return void this.readToken_gt();case 61:case 33:return void this.readToken_eq_excl(e);case 126:return void this.finishOp(36,1);case 64:return void this.readToken_atSign();case 35:return void this.readToken_numberSign();case 92:return void this.readWord();default:if(S(e))return void this.readWord(e)}throw this.raise(y.InvalidOrUnexpectedToken,this.state.curPosition(),{unexpected:String.fromCodePoint(e)})}},{key:"finishOp",value:function(e,t){var r=this.input.slice(this.state.pos,this.state.pos+t);this.state.pos+=t,this.finishToken(e,r)}},{key:"readRegexp",value:function(){for(var e,t,r=this.state.startLoc,i=this.state.start+1,n=this.state.pos;;++n){if(n>=this.length)throw this.raise(y.UnterminatedRegExp,v(r,1));var s=this.input.charCodeAt(n);if(_(s))throw this.raise(y.UnterminatedRegExp,v(r,1));if(e)e=!1;else{if(91===s)t=!0;else if(93===s&&t)t=!1;else if(47===s&&!t)break;e=92===s}}for(var a=this.input.slice(i,n),o=(++n,""),c=function(){return v(r,n+2-i)};n<this.length;){var l=this.codePointAtPos(n),u=String.fromCharCode(l);if(ze.has(l))118===l?o.includes("u")&&this.raise(y.IncompatibleRegExpUVFlags,c()):117===l&&o.includes("v")&&this.raise(y.IncompatibleRegExpUVFlags,c()),o.includes(u)&&this.raise(y.DuplicateRegExpFlags,c());else{if(!P(l)&&92!==l)break;this.raise(y.MalformedRegExpFlags,c())}++n,o+=u}this.state.pos=n,this.finishToken(138,{pattern:a,flags:o})}},{key:"readInt",value:function(e,t){e=qe(this.input,this.state.pos,this.state.lineStart,this.state.curLine,e,t,2<arguments.length&&void 0!==arguments[2]&&arguments[2],!(3<arguments.length&&void 0!==arguments[3])||arguments[3],this.errorHandlers_readInt,!1),t=e.n;return this.state.pos=e.pos,t}},{key:"readRadixNumber",value:function(e){var t=this.state.pos,r=this.state.curPosition(),i=!1,n=(this.state.pos+=2,this.readInt(e)),e=(null==n&&this.raise(y.InvalidDigit,v(r,2),{radix:e}),this.input.charCodeAt(this.state.pos));if(110===e)++this.state.pos,i=!0;else if(109===e)throw this.raise(y.InvalidDecimal,r);if(S(this.codePointAtPos(this.state.pos)))throw this.raise(y.NumberIdentifier,this.state.curPosition());i?(e=this.input.slice(t,this.state.pos).replace(/[_n]/g,""),this.finishToken(136,e)):this.finishToken(135,n)}},{key:"readNumber",value:function(e){var t,r=this.state.pos,i=this.state.curPosition(),n=!1,s=!1,a=!1,o=!1,e=(e||null!==this.readInt(10)||this.raise(y.InvalidNumber,this.state.curPosition()),2<=this.state.pos-r&&48===this.input.charCodeAt(r)),c=(e&&(l=this.input.slice(r,this.state.pos),this.recordStrictModeErrors(y.StrictOctalLiteral,i),this.state.strict||0<(c=l.indexOf("_"))&&this.raise(y.ZeroDigitNumericSeparator,v(i,c)),o=e&&!/[89]/.test(l)),this.input.charCodeAt(this.state.pos));if(46!==c||o||(++this.state.pos,this.readInt(10),n=!0,c=this.input.charCodeAt(this.state.pos)),69!==c&&101!==c||o||(43!==(c=this.input.charCodeAt(++this.state.pos))&&45!==c||++this.state.pos,null===this.readInt(10)&&this.raise(y.InvalidOrMissingExponent,i),a=n=!0,c=this.input.charCodeAt(this.state.pos)),110===c&&((n||e)&&this.raise(y.InvalidBigIntLiteral,i),++this.state.pos,s=!0),109===c&&(this.expectPlugin("decimal",this.state.curPosition()),(a||e)&&this.raise(y.InvalidDecimal,i),++this.state.pos,t=!0),S(this.codePointAtPos(this.state.pos)))throw this.raise(y.NumberIdentifier,this.state.curPosition());var l=this.input.slice(r,this.state.pos).replace(/[_mn]/g,"");s?this.finishToken(136,l):t?this.finishToken(137,l):(n=o?parseInt(l,8):parseFloat(l),this.finishToken(135,n))}},{key:"readCodePoint",value:function(e){var e=Xe(this.input,this.state.pos,this.state.lineStart,this.state.curLine,e,this.errorHandlers_readCodePoint),t=e.code;return this.state.pos=e.pos,t}},{key:"readString",value:function(e){var e=Ge(34===e?"double":"single",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_string),t=e.str,r=e.curLine,i=e.lineStart;this.state.pos=e.pos+1,this.state.lineStart=i,this.state.curLine=r,this.finishToken(134,t)}},{key:"readTemplateContinuation",value:function(){this.match(8)||this.unexpected(null,8),this.state.pos--,this.readTemplateToken()}},{key:"readTemplateToken",value:function(){var e=this.input[this.state.pos],t=Ge("template",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_template),r=t.str,i=t.firstInvalidLoc,n=t.pos,s=t.curLine,t=t.lineStart;this.state.pos=n+1,this.state.lineStart=t,this.state.curLine=s,i&&(this.state.firstInvalidTemplateEscapePos=new f(i.curLine,i.pos-i.lineStart,this.sourceToOffsetPos(i.pos))),96===this.input.codePointAt(n)?this.finishToken(24,i?null:e+r+"`"):(this.state.pos++,this.finishToken(25,i?null:e+r+"${"))}},{key:"recordStrictModeErrors",value:function(e,t){var r=t.index;this.state.strict&&!this.state.strictErrors.has(r)?this.raise(e,t):this.state.strictErrors.set(r,[e,t])}},{key:"readWord1",value:function(e){this.state.containsEsc=!1;var t="",r=this.state.pos,i=this.state.pos;for(void 0!==e&&(this.state.pos+=e<=65535?1:2);this.state.pos<this.length;){var n=this.codePointAtPos(this.state.pos);if(P(n))this.state.pos+=n<=65535?1:2;else{if(92!==n)break;this.state.containsEsc=!0,t+=this.input.slice(i,this.state.pos);var s,n=this.state.curPosition(),a=this.state.pos===r?S:P,i=117!==this.input.charCodeAt(++this.state.pos)?(this.raise(y.MissingUnicodeEscape,this.state.curPosition()),this.state.pos-1):(++this.state.pos,null!==(s=this.readCodePoint(!0))&&(a(s)||this.raise(y.EscapedCharNotAnIdentifier,n),t+=String.fromCodePoint(s)),this.state.pos)}}return t+this.input.slice(i,this.state.pos)}},{key:"readWord",value:function(e){var e=this.readWord1(e),t=z.get(e);void 0!==t?this.finishToken(t,l[t]):this.finishToken(132,e)}},{key:"checkKeywordEscapes",value:function(){var e=this.state.type;Q(e)&&this.state.containsEsc&&this.raise(y.InvalidEscapedReservedWord,this.state.startLoc,{reservedWord:l[e]})}},{key:"raise",value:function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},e=e(t instanceof f?t:t.loc.start,r);if(2048&this.optionFlags)return this.isLookahead||this.state.errors.push(e),e;throw e}},{key:"raiseOverwrite",value:function(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},i=t instanceof f?t:t.loc.start,n=i.index,s=this.state.errors,a=s.length-1;0<=a;a--){var o=s[a];if(o.loc.index===n)return s[a]=e(i,r);if(o.loc.index<n)break}return this.raise(e,t,r)}},{key:"updateContext",value:function(e){}},{key:"unexpected",value:function(e,t){throw this.raise(y.UnexpectedToken,null!=e?e:this.state.startLoc,{expected:t?l[t]:null})}},{key:"expectPlugin",value:function(e,t){if(this.hasPlugin(e))return!0;throw this.raise(y.MissingPlugin,null!=t?t:this.state.startLoc,{missingPlugin:[e]})}},{key:"expectOnePlugin",value:function(e){var t=this;if(!e.some(function(e){return t.hasPlugin(e)}))throw this.raise(y.MissingOneOfPlugins,this.state.startLoc,{missingPlugin:e})}},{key:"errorBuilder",value:function(i){var n=this;return function(e,t,r){n.raise(i,O(e,t,r))}}}])),Je=_createClass(function e(){_classCallCheck(this,e),this.privateNames=new Set,this.loneAccessors=new Map,this.undefinedPrivateNames=new Map}),Ke=_createClass(function e(t){_classCallCheck(this,e),this.parser=void 0,this.stack=[],this.undefinedPrivateNames=new Map,this.parser=t},[{key:"current",value:function(){return this.stack[this.stack.length-1]}},{key:"enter",value:function(){this.stack.push(new Je)}},{key:"exit",value:function(){for(var e=this.stack.pop(),t=this.current(),r=0,i=Array.from(e.undefinedPrivateNames);r<i.length;r++){var n=_slicedToArray(i[r],2),s=n[0],n=n[1];t?t.undefinedPrivateNames.has(s)||t.undefinedPrivateNames.set(s,n):this.parser.raise(y.InvalidPrivateFieldResolution,n,{identifierName:s})}}},{key:"declarePrivateName",value:function(e,t,r){var i,n=this.current(),s=n.privateNames,a=n.loneAccessors,n=n.undefinedPrivateNames,o=s.has(e);3&t&&((i=o&&a.get(e))?(o=(3&i)==(3&t)||(4&i)!=(4&t))||a.delete(e):o||a.set(e,t)),o&&this.parser.raise(y.PrivateNameRedeclaration,r,{identifierName:e}),s.add(e),n.delete(e)}},{key:"usePrivateName",value:function(e,t){var r,i,n=_createForOfIteratorHelper(this.stack);try{for(n.s();!(i=n.n()).done;)if((r=i.value).privateNames.has(e))return}catch(e){n.e(e)}finally{n.f()}r?r.undefinedPrivateNames.set(e,t):this.parser.raise(y.InvalidPrivateFieldResolution,t,{identifierName:e})}}]),We=_createClass(function e(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:0;_classCallCheck(this,e),this.type=t},[{key:"canBeArrowParameterDeclaration",value:function(){return 2===this.type||1===this.type}},{key:"isCertainlyParameterDeclaration",value:function(){return 3===this.type}}]),Ye=(_inherits(Qe,We),_createClass(Qe,[{key:"recordDeclarationError",value:function(e,t){var r=t.index;this.declarationErrors.set(r,[e,t])}},{key:"clearDeclarationError",value:function(e){this.declarationErrors.delete(e)}},{key:"iterateErrors",value:function(e){this.declarationErrors.forEach(e)}}])),$e=_createClass(function e(t){_classCallCheck(this,e),this.parser=void 0,this.stack=[new We],this.parser=t},[{key:"enter",value:function(e){this.stack.push(e)}},{key:"exit",value:function(){this.stack.pop()}},{key:"recordParameterInitializerError",value:function(e,t){for(var r=t.loc.start,i=this.stack,n=i.length-1,s=i[n];!s.isCertainlyParameterDeclaration();){if(!s.canBeArrowParameterDeclaration())return;s.recordDeclarationError(e,r),s=i[--n]}this.parser.raise(e,r)}},{key:"recordArrowParameterBindingError",value:function(e,t){var r=this.stack,r=r[r.length-1],t=t.loc.start;r.isCertainlyParameterDeclaration()?this.parser.raise(e,t):r.canBeArrowParameterDeclaration()&&r.recordDeclarationError(e,t)}},{key:"recordAsyncArrowParametersError",value:function(e){for(var t=this.stack,r=t.length-1,i=t[r];i.canBeArrowParameterDeclaration();)2===i.type&&i.recordDeclarationError(y.AwaitBindingIdentifier,e),i=t[--r]}},{key:"validateAsPattern",value:function(){var s=this,a=this.stack,e=a[a.length-1];e.canBeArrowParameterDeclaration()&&e.iterateErrors(function(e){for(var e=_slicedToArray(e,2),t=e[0],r=e[1],i=(s.parser.raise(t,r),a.length-2),n=a[i];n.canBeArrowParameterDeclaration();)n.clearDeclarationError(r.index),n=a[--i]})}}]);function Qe(e){return _classCallCheck(this,Qe),(e=_callSuper(this,Qe,[e])).declarationErrors=new Map,e}function Ze(e,t){var n;return _classCallCheck(this,Ze),(n=_callSuper(this,Ze)).isLookahead=void 0,n.tokens=[],n.errorHandlers_readInt={invalidDigit:function(e,t,r,i){return!!(2048&n.optionFlags)&&(n.raise(y.InvalidDigit,O(e,t,r),{radix:i}),!0)},numericSeparatorInEscapeSequence:n.errorBuilder(y.NumericSeparatorInEscapeSequence),unexpectedNumericSeparator:n.errorBuilder(y.UnexpectedNumericSeparator)},n.errorHandlers_readCodePoint=Object.assign({},n.errorHandlers_readInt,{invalidEscapeSequence:n.errorBuilder(y.InvalidEscapeSequence),invalidCodePoint:n.errorBuilder(y.InvalidCodePoint)}),n.errorHandlers_readStringContents_string=Object.assign({},n.errorHandlers_readCodePoint,{strictNumericEscape:function(e,t,r){n.recordStrictModeErrors(y.StrictNumericEscape,O(e,t,r))},unterminated:function(e,t,r){throw n.raise(y.UnterminatedString,O(e-1,t,r))}}),n.errorHandlers_readStringContents_template=Object.assign({},n.errorHandlers_readCodePoint,{strictNumericEscape:n.errorBuilder(y.StrictNumericEscape),unterminated:function(e,t,r){throw n.raise(y.UnterminatedTemplate,O(e,t,r))}}),n.state=new Fe,n.state.init(e),n.input=t,n.length=t.length,n.comments=[],n.isLookahead=!1,n}function et(){return new We}_inherits(nt,t);var r=_createClass(nt,[{key:"addExtra",value:function(e,t,r){var i,n=!(3<arguments.length&&void 0!==arguments[3])||arguments[3];e&&(null==(i=e.extra)&&(e.extra=i={}),n?i[t]=r:Object.defineProperty(i,t,{enumerable:n,value:r}))}},{key:"isContextual",value:function(e){return this.state.type===e&&!this.state.containsEsc}},{key:"isUnparsedContextual",value:function(e,t){return!!this.input.startsWith(t,e)&&!(P(e=this.input.charCodeAt(e+t.length))||55296==(64512&e))}},{key:"isLookaheadContextual",value:function(e){var t=this.nextTokenStart();return this.isUnparsedContextual(t,e)}},{key:"eatContextual",value:function(e){return!!this.isContextual(e)&&(this.next(),!0)}},{key:"expectContextual",value:function(e,t){if(!this.eatContextual(e)){if(null!=t)throw this.raise(t,this.state.startLoc);this.unexpected(null,e)}}},{key:"canInsertSemicolon",value:function(){return this.match(140)||this.match(8)||this.hasPrecedingLineBreak()}},{key:"hasPrecedingLineBreak",value:function(){return ke(this.input,this.offsetToSourcePos(this.state.lastTokEndLoc.index),this.state.start)}},{key:"hasFollowingLineBreak",value:function(){return ke(this.input,this.state.end,this.nextTokenStart())}},{key:"isLineTerminator",value:function(){return this.eat(13)||this.canInsertSemicolon()}},{key:"semicolon",value:function(){(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]?this.isLineTerminator():this.eat(13))||this.raise(y.MissingSemicolon,this.state.lastTokEndLoc)}},{key:"expect",value:function(e,t){this.eat(e)||this.unexpected(t,e)}},{key:"tryParse",value:function(t){var r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:this.state.clone(),i={node:null};try{var e,n=t(function(){throw i.node=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,i});return this.state.errors.length>r.errors.length?(e=this.state,this.state=r,this.state.tokensLength=e.tokensLength,{node:n,error:e.errors[r.errors.length],thrown:!1,aborted:!1,failState:e}):{node:n,error:null,thrown:!1,aborted:!1,failState:null}}catch(e){t=this.state;if(this.state=r,e instanceof SyntaxError)return{node:null,error:e,thrown:!0,aborted:!1,failState:t};if(e===i)return{node:i.node,error:null,thrown:!1,aborted:!0,failState:t};throw e}}},{key:"checkExpressionErrors",value:function(e,t){var r,i,n,s,a;return!!e&&(r=e.shorthandAssignLoc,i=e.doubleProtoLoc,n=e.privateKeyLoc,s=e.optionalParametersLoc,e=e.voidPatternLoc,a=!!(r||i||s||n||e),t?(null!=r&&this.raise(y.InvalidCoverInitializedName,r),null!=i&&this.raise(y.DuplicateProto,i),null!=n&&this.raise(y.UnexpectedPrivateField,n),null!=s&&this.unexpected(s),void(null!=e&&this.raise(y.InvalidCoverDiscardElement,e))):a)}},{key:"isLiteralPropertyName",value:function(){return Y(this.state.type)}},{key:"isPrivateName",value:function(e){return"PrivateName"===e.type}},{key:"getPrivateNameSV",value:function(e){return e.id.name}},{key:"hasPropertyAsPrivateName",value:function(e){return("MemberExpression"===e.type||"OptionalMemberExpression"===e.type)&&this.isPrivateName(e.property)}},{key:"isObjectProperty",value:function(e){return"ObjectProperty"===e.type}},{key:"isObjectMethod",value:function(e){return"ObjectMethod"===e.type}},{key:"initializeScopes",value:function(){var e=this,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"module"===this.options.sourceType,r=this.state.labels,i=(this.state.labels=[],this.exportedIdentifiers),n=(this.exportedIdentifiers=new Set,this.inModule),s=(this.inModule=t,this.scope),a=this.getScopeHandler(),o=(this.scope=new a(this,t),this.prodParam),c=(this.prodParam=new Oe,this.classScope),l=(this.classScope=new Ke(this),this.expressionScope);return this.expressionScope=new $e(this),function(){e.state.labels=r,e.exportedIdentifiers=i,e.inModule=n,e.scope=s,e.prodParam=o,e.classScope=c,e.expressionScope=l}}},{key:"enterInitialScopes",value:function(){var e=0,t=((this.inModule||1&this.optionFlags)&&(e|=2),32&this.optionFlags&&(e|=1),!this.inModule&&"commonjs"===this.options.sourceType),e=((t||2&this.optionFlags)&&(e|=4),this.prodParam.enter(e),t?514:1);4&this.optionFlags&&(e|=512),this.scope.enter(e)}},{key:"checkDestructuringPrivate",value:function(e){e=e.privateKeyLoc;null!==e&&this.expectPlugin("destructuringPrivate",e)}}]),tt=_createClass(function e(){_classCallCheck(this,e),this.shorthandAssignLoc=null,this.doubleProtoLoc=null,this.privateKeyLoc=null,this.optionalParametersLoc=null,this.voidPatternLoc=null}),rt=_createClass(function e(t,r,i){_classCallCheck(this,e),this.type="",this.start=r,this.end=0,this.loc=new R(i),128&(null==t?void 0:t.optionFlags)&&(this.range=[r,0]),null!=t&&t.filename&&(this.loc.filename=t.filename)}),it=rt.prototype;function nt(){return _classCallCheck(this,nt),_callSuper(this,nt,arguments)}it.__clone=function(){for(var e=new rt(void 0,this.start,this.loc.start),t=Object.keys(this),r=0,i=t.length;r<i;r++){var n=t[r];"leadingComments"!==n&&"trailingComments"!==n&&"innerComments"!==n&&(e[n]=this[n])}return e};function st(e){return"ParenthesizedExpression"===e.type?st(e.expression):e}_inherits(ot,r);i=_createClass(ot,[{key:"startNode",value:function(){var e=this.state.startLoc;return new rt(this,e.index,e)}},{key:"startNodeAt",value:function(e){return new rt(this,e.index,e)}},{key:"startNodeAtNode",value:function(e){return this.startNodeAt(e.loc.start)}},{key:"finishNode",value:function(e,t){return this.finishNodeAt(e,t,this.state.lastTokEndLoc)}},{key:"finishNodeAt",value:function(e,t,r){return e.type=t,e.end=r.index,e.loc.end=r,128&this.optionFlags&&(e.range[1]=r.index),4096&this.optionFlags&&this.processComment(e),e}},{key:"resetStartLocation",value:function(e,t){e.start=t.index,e.loc.start=t,128&this.optionFlags&&(e.range[0]=t.index)}},{key:"resetEndLocation",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:this.state.lastTokEndLoc;e.end=t.index,e.loc.end=t,128&this.optionFlags&&(e.range[1]=t.index)}},{key:"resetStartLocationFromNode",value:function(e,t){this.resetStartLocation(e,t.loc.start)}},{key:"castNodeTo",value:function(e,t){return e.type=t,e}},{key:"cloneIdentifier",value:function(e){var t=e.type,r=e.start,i=e.end,n=e.loc,s=e.range,a=e.name,o=Object.create(it);return o.type=t,o.start=r,o.end=i,o.loc=n,o.range=s,o.name=a,e.extra&&(o.extra=e.extra),o}},{key:"cloneStringLiteral",value:function(e){var t=e.type,r=e.start,i=e.end,n=e.loc,s=e.range,a=e.extra,o=Object.create(it);return o.type=t,o.start=r,o.end=i,o.loc=n,o.range=s,o.extra=a,o.value=e.value,o}}]),_inherits(at,i),t=_createClass(at,[{key:"toAssignable",value:function(e){var t,r,i=1<arguments.length&&void 0!==arguments[1]&&arguments[1];switch(("ParenthesizedExpression"===e.type||null!=(t=e.extra)&&t.parenthesized)&&(r=st(e),i?"Identifier"===r.type?this.expressionScope.recordArrowParameterBindingError(y.InvalidParenthesizedAssignment,e):"MemberExpression"===r.type||this.isOptionalMemberExpression(r)||this.raise(y.InvalidParenthesizedAssignment,e):this.raise(y.InvalidParenthesizedAssignment,e)),e.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":case"VoidPattern":break;case"ObjectExpression":this.castNodeTo(e,"ObjectPattern");for(var n=0,s=e.properties.length,a=s-1;n<s;n++){var o=e.properties[n],c=n===a;this.toAssignableObjectExpressionProp(o,c,i),c&&"RestElement"===o.type&&null!=(c=e.extra)&&c.trailingCommaLoc&&this.raise(y.RestTrailingComma,e.extra.trailingCommaLoc)}break;case"ObjectProperty":var l=e.key,u=e.value;this.isPrivateName(l)&&this.classScope.usePrivateName(this.getPrivateNameSV(l),l.loc.start),this.toAssignable(u,i);break;case"SpreadElement":throw new Error("Internal @babel/parser error (this is a bug, please report it). SpreadElement should be converted by .toAssignable's caller.");case"ArrayExpression":this.castNodeTo(e,"ArrayPattern"),this.toAssignableList(e.elements,null==(l=e.extra)?void 0:l.trailingCommaLoc,i);break;case"AssignmentExpression":"="!==e.operator&&this.raise(y.MissingEqInAssignment,e.left.loc.end),this.castNodeTo(e,"AssignmentPattern"),delete e.operator,"VoidPattern"===e.left.type&&this.raise(y.VoidPatternInitializer,e.left),this.toAssignable(e.left,i);break;case"ParenthesizedExpression":this.toAssignable(r,i)}}},{key:"toAssignableObjectExpressionProp",value:function(e,t,r){var i;"ObjectMethod"===e.type?this.raise("get"===e.kind||"set"===e.kind?y.PatternHasAccessor:y.PatternHasMethod,e.key):"SpreadElement"===e.type?(this.castNodeTo(e,"RestElement"),i=e.argument,this.checkToRestConversion(i,!1),this.toAssignable(i,r),t||this.raise(y.RestTrailingComma,e)):this.toAssignable(e,r)}},{key:"toAssignableList",value:function(e,t,r){for(var i=e.length-1,n=0;n<=i;n++){var s=e[n];s&&(this.toAssignableListItem(e,n,r),"RestElement"===s.type)&&(n<i?this.raise(y.RestTrailingComma,s):t&&this.raise(y.RestTrailingComma,t))}}},{key:"toAssignableListItem",value:function(e,t,r){e=e[t];"SpreadElement"===e.type?(this.castNodeTo(e,"RestElement"),t=e.argument,this.checkToRestConversion(t,!0),this.toAssignable(t,r)):this.toAssignable(e,r)}},{key:"isAssignable",value:function(e,t){var r=this;switch(e.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":case"VoidPattern":return!0;case"ObjectExpression":var i=e.properties.length-1;return e.properties.every(function(e,t){return"ObjectMethod"!==e.type&&(t===i||"SpreadElement"!==e.type)&&r.isAssignable(e)});case"ObjectProperty":return this.isAssignable(e.value);case"SpreadElement":return this.isAssignable(e.argument);case"ArrayExpression":return e.elements.every(function(e){return null===e||r.isAssignable(e)});case"AssignmentExpression":return"="===e.operator;case"ParenthesizedExpression":return this.isAssignable(e.expression);case"MemberExpression":case"OptionalMemberExpression":return!t;default:return!1}}},{key:"toReferencedList",value:function(e,t){return e}},{key:"toReferencedListDeep",value:function(e,t){this.toReferencedList(e,t);var r,i=_createForOfIteratorHelper(e);try{for(i.s();!(r=i.n()).done;){var n=r.value;"ArrayExpression"===(null==n?void 0:n.type)&&this.toReferencedListDeep(n.elements)}}catch(e){i.e(e)}finally{i.f()}}},{key:"parseSpread",value:function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssignAllowIn(e,void 0),this.finishNode(t,"SpreadElement")}},{key:"parseRestBinding",value:function(){var e=this.startNode(),t=(this.next(),this.parseBindingAtom());return"VoidPattern"===t.type&&this.raise(y.UnexpectedVoidPattern,t),e.argument=t,this.finishNode(e,"RestElement")}},{key:"parseBindingAtom",value:function(){switch(this.state.type){case 0:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(3,93,1),this.finishNode(e,"ArrayPattern");case 5:return this.parseObjectLike(8,!0);case 88:return this.parseVoidPattern(null)}return this.parseIdentifier()}},{key:"parseBindingList",value:function(e,t,r){for(var i=1&r,n=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(12),i&&this.match(12))n.push(null);else{if(this.eat(e))break;if(this.match(21)){var a=this.parseRestBinding();if((this.hasPlugin("flow")||2&r)&&(a=this.parseFunctionParamType(a)),n.push(a),!this.checkCommaAfterRest(t)){this.expect(e);break}}else{var o=[];if(2&r)for(this.match(26)&&this.hasPlugin("decorators")&&this.raise(y.UnsupportedParameterDecorator,this.state.startLoc);this.match(26);)o.push(this.parseDecorator());n.push(this.parseBindingElement(r,o))}}return n}},{key:"parseBindingRestProperty",value:function(e){return this.next(),this.hasPlugin("discardBinding")&&this.match(88)?(e.argument=this.parseVoidPattern(null),this.raise(y.UnexpectedVoidPattern,e.argument)):e.argument=this.parseIdentifier(),this.checkCommaAfterRest(125),this.finishNode(e,"RestElement")}},{key:"parseBindingProperty",value:function(){var e,t=this.state,r=t.type,t=t.startLoc;return 21===r?this.parseBindingRestProperty(this.startNode()):(e=this.startNode(),139===r?(this.expectPlugin("destructuringPrivate",t),this.classScope.usePrivateName(this.state.value,t),e.key=this.parsePrivateName()):this.parsePropertyName(e),e.method=!1,this.parseObjPropValue(e,t,!1,!1,!0,!1))}},{key:"parseBindingElement",value:function(e,t){var r=this.parseMaybeDefault();return(this.hasPlugin("flow")||2&e)&&this.parseFunctionParamType(r),t.length&&(r.decorators=t,this.resetStartLocationFromNode(r,t[0])),this.parseMaybeDefault(r.loc.start,r)}},{key:"parseFunctionParamType",value:function(e){return e}},{key:"parseMaybeDefault",value:function(e,t){return null==e&&(e=this.state.startLoc),t=null!=t?t:this.parseBindingAtom(),this.eat(29)?(e=this.startNodeAt(e),"VoidPattern"===t.type&&this.raise(y.VoidPatternInitializer,t),e.left=t,e.right=this.parseMaybeAssignAllowIn(),this.finishNode(e,"AssignmentPattern")):t}},{key:"isValidLVal",value:function(e,t,r){switch(e){case"AssignmentPattern":return"left";case"RestElement":return"argument";case"ObjectProperty":return"value";case"ParenthesizedExpression":return"expression";case"ArrayPattern":return"elements";case"ObjectPattern":return"properties";case"VoidPattern":return!0}return!1}},{key:"isOptionalMemberExpression",value:function(e){return"OptionalMemberExpression"===e.type}},{key:"checkLVal",value:function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:64,i=3<arguments.length&&void 0!==arguments[3]&&arguments[3],n=4<arguments.length&&void 0!==arguments[4]&&arguments[4],s=5<arguments.length&&void 0!==arguments[5]&&arguments[5],a=e.type;if(!this.isObjectMethod(e)){var o=this.isOptionalMemberExpression(e);if(o||"MemberExpression"===a)o&&(this.expectPlugin("optionalChainingAssign",e.loc.start),"AssignmentExpression"!==t.type)&&this.raise(y.InvalidLhsOptionalChaining,e,{ancestor:t}),64!==r&&this.raise(y.InvalidPropertyBindingPattern,e);else if("Identifier"===a)this.checkIdentifier(e,r,n),o=e.name,i&&(i.has(o)?this.raise(y.ParamDupe,e):i.add(o));else{"VoidPattern"===a&&"CatchClause"===t.type&&this.raise(y.VoidPatternCatchClauseParam,e);s=this.isValidLVal(a,!(s||null!=(o=e.extra)&&o.parenthesized)&&"AssignmentExpression"===t.type,r);if(!0!==s)if(!1===s)o=64===r?y.InvalidLhs:y.InvalidLhsBinding,this.raise(o,e,{ancestor:t});else{var c,l="string"==typeof s?(c=s,"ParenthesizedExpression"===a):(c=(o=_slicedToArray(s,2))[0],o[1]),u="ArrayPattern"===a||"ObjectPattern"===a?{type:a}:t,s=e[c];if(Array.isArray(s)){var h,p=_createForOfIteratorHelper(s);try{for(p.s();!(h=p.n()).done;){var d=h.value;d&&this.checkLVal(d,u,r,i,n,l)}}catch(e){p.e(e)}finally{p.f()}}else s&&this.checkLVal(s,u,r,i,n,l)}}}}},{key:"checkIdentifier",value:function(e,t){this.state.strict&&(2<arguments.length&&void 0!==arguments[2]&&arguments[2]?fe(e.name,this.inModule):de(e.name))&&(64===t?this.raise(y.StrictEvalArguments,e,{referenceName:e.name}):this.raise(y.StrictEvalArgumentsBinding,e,{bindingName:e.name})),8192&t&&"let"===e.name&&this.raise(y.LetInLexicalBinding,e),64&t||this.declareNameFromIdentifier(e,t)}},{key:"declareNameFromIdentifier",value:function(e,t){this.scope.declareName(e.name,t,e.loc.start)}},{key:"checkToRestConversion",value:function(e,t){switch(e.type){case"ParenthesizedExpression":this.checkToRestConversion(e.expression,t);break;case"Identifier":case"MemberExpression":break;case"ArrayExpression":case"ObjectExpression":if(t)break;default:this.raise(y.InvalidRestAssignmentPattern,e)}}},{key:"checkCommaAfterRest",value:function(e){return!!this.match(12)&&(this.raise(this.lookaheadCharCode()===e?y.RestTrailingComma:y.ElementAfterRest,this.state.startLoc),!0)}}]);function at(){return _classCallCheck(this,at),_callSuper(this,at,arguments)}function ot(){return _classCallCheck(this,ot),_callSuper(this,ot,arguments)}function ct(e){if(!e)throw new Error("Assert fail")}var M=n(_templateObject4=_templateObject4||_taggedTemplateLiteral(["typescript"]))({AbstractMethodHasImplementation:function(e){e=e.methodName;return"Method '".concat(e,"' cannot have an implementation because it is marked abstract.")},AbstractPropertyHasInitializer:function(e){e=e.propertyName;return"Property '".concat(e,"' cannot have an initializer because it is marked abstract.")},AccessorCannotBeOptional:"An 'accessor' property cannot be declared optional.",AccessorCannotDeclareThisParameter:"'get' and 'set' accessors cannot declare 'this' parameters.",AccessorCannotHaveTypeParameters:"An accessor cannot have type parameters.",ClassMethodHasDeclare:"Class methods cannot have the 'declare' modifier.",ClassMethodHasReadonly:"Class methods cannot have the 'readonly' modifier.",ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference:"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",ConstructorHasTypeParameters:"Type parameters cannot appear on a constructor declaration.",DeclareAccessor:function(e){e=e.kind;return"'declare' is not allowed in ".concat(e,"ters.")},DeclareClassFieldHasInitializer:"Initializers are not allowed in ambient contexts.",DeclareFunctionHasImplementation:"An implementation cannot be declared in ambient contexts.",DuplicateAccessibilityModifier:function(e){e=e.modifier;return"Accessibility modifier already seen: '".concat(e,"'.")},DuplicateModifier:function(e){e=e.modifier;return"Duplicate modifier: '".concat(e,"'.")},EmptyHeritageClauseType:function(e){e=e.token;return"'".concat(e,"' list cannot be empty.")},EmptyTypeArguments:"Type argument list cannot be empty.",EmptyTypeParameters:"Type parameter list cannot be empty.",ExpectedAmbientAfterExportDeclare:"'export declare' must be followed by an ambient declaration.",ImportAliasHasImportType:"An import alias can not use 'import type'.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` modifier",IncompatibleModifiers:function(e){e=e.modifiers;return"'".concat(e[0],"' modifier cannot be used with '").concat(e[1],"' modifier.")},IndexSignatureHasAbstract:"Index signatures cannot have the 'abstract' modifier.",IndexSignatureHasAccessibility:function(e){e=e.modifier;return"Index signatures cannot have an accessibility modifier ('".concat(e,"').")},IndexSignatureHasDeclare:"Index signatures cannot have the 'declare' modifier.",IndexSignatureHasOverride:"'override' modifier cannot appear on an index signature.",IndexSignatureHasStatic:"Index signatures cannot have the 'static' modifier.",InitializerNotAllowedInAmbientContext:"Initializers are not allowed in ambient contexts.",InvalidHeritageClauseType:function(e){e=e.token;return"'".concat(e,"' list can only include identifiers or qualified-names with optional type arguments.")},InvalidModifierOnAwaitUsingDeclaration:function(e){return"'".concat(e,"' modifier cannot appear on an await using declaration.")},InvalidModifierOnTypeMember:function(e){e=e.modifier;return"'".concat(e,"' modifier cannot appear on a type member.")},InvalidModifierOnTypeParameter:function(e){e=e.modifier;return"'".concat(e,"' modifier cannot appear on a type parameter.")},InvalidModifierOnTypeParameterPositions:function(e){e=e.modifier;return"'".concat(e,"' modifier can only appear on a type parameter of a class, interface or type alias.")},InvalidModifierOnUsingDeclaration:function(e){return"'".concat(e,"' modifier cannot appear on a using declaration.")},InvalidModifiersOrder:function(e){e=e.orderedModifiers;return"'".concat(e[0],"' modifier must precede '").concat(e[1],"' modifier.")},InvalidPropertyAccessAfterInstantiationExpression:"Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.",InvalidTupleMemberLabel:"Tuple members must be labeled with a simple identifier.",MissingInterfaceName:"'interface' declarations must be followed by an identifier.",NonAbstractClassHasAbstractMethod:"Abstract methods can only appear within an abstract class.",NonClassMethodPropertyHasAbstractModifier:"'abstract' modifier can only appear on a class, method, or property declaration.",OptionalTypeBeforeRequired:"A required element cannot follow an optional element.",OverrideNotInSubClass:"This member cannot have an 'override' modifier because its containing class does not extend another class.",PatternIsOptional:"A binding pattern parameter cannot be optional in an implementation signature.",PrivateElementHasAbstract:"Private elements cannot have the 'abstract' modifier.",PrivateElementHasAccessibility:function(e){e=e.modifier;return"Private elements cannot have an accessibility modifier ('".concat(e,"').")},ReadonlyForMethodSignature:"'readonly' modifier can only appear on a property declaration or index signature.",ReservedArrowTypeParam:"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `<T,>() => ...`.",ReservedTypeAssertion:"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.",SetAccessorCannotHaveOptionalParameter:"A 'set' accessor cannot have an optional parameter.",SetAccessorCannotHaveRestParameter:"A 'set' accessor cannot have rest parameter.",SetAccessorCannotHaveReturnType:"A 'set' accessor cannot have a return type annotation.",SingleTypeParameterWithoutTrailingComma:function(e){e=e.typeParameterName;return"Single type parameter ".concat(e," should have a trailing comma. Example usage: <").concat(e,",>.")},StaticBlockCannotHaveModifier:"Static class blocks cannot have any modifier.",TupleOptionalAfterType:"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).",TypeAnnotationAfterAssign:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeImportCannotSpecifyDefaultAndNamed:"A type-only import can specify a default import or named bindings, but not both.",TypeModifierIsUsedInTypeExports:"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.",TypeModifierIsUsedInTypeImports:"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.",UnexpectedParameterModifier:"A parameter property is only allowed in a constructor implementation.",UnexpectedReadonly:"'readonly' type modifier is only permitted on array and tuple literal types.",UnexpectedTypeAnnotation:"Did not expect a type annotation here.",UnexpectedTypeCastInParameter:"Unexpected type cast in parameter position.",UnsupportedImportTypeArgument:"Argument in a type import must be a string literal.",UnsupportedParameterPropertyKind:"A parameter property may not be declared using a binding pattern.",UnsupportedSignatureParameterKind:function(e){e=e.type;return"Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ".concat(e,".")},UsingDeclarationInAmbientContext:function(e){return"'".concat(e,"' declarations are not allowed in ambient contexts.")}});function lt(e){return"private"===e||"public"===e||"protected"===e}function ut(e,t){return t?"Literal"===e.type&&("number"==typeof e.value||"bigint"in e):"NumericLiteral"===e.type||"BigIntLiteral"===e.type}var ht=n(_templateObject5=_templateObject5||_taggedTemplateLiteral(["placeholders"]))({ClassNameIsRequired:"A class name is required.",UnexpectedSpace:"Unexpected space in placeholder."}),pt=["minimal","fsharp","hack","smart"],dt=["^^","@@","^","%","#"];var ft={estree:function(e){return _inherits(c,e),_createClass(c,[{key:"parse",value:function(){var e=s(_superPropGet(c,"parse",this,3)([]));return 256&this.optionFlags&&(e.tokens=e.tokens.map(s)),e}},{key:"parseRegExpLiteral",value:function(e){var t=e.pattern,e=e.flags,r=null;try{r=new RegExp(t,e)}catch(e){}r=this.estreeParseLiteral(r);return r.regex={pattern:t,flags:e},r}},{key:"parseBigIntLiteral",value:function(e){try{t=BigInt(e)}catch(e){t=null}var t=this.estreeParseLiteral(t);return t.bigint=String(t.value||e),t}},{key:"parseDecimalLiteral",value:function(e){var t=this.estreeParseLiteral(null);return t.decimal=String(t.value||e),t}},{key:"estreeParseLiteral",value:function(e){return this.parseLiteral(e,"Literal")}},{key:"parseStringLiteral",value:function(e){return this.estreeParseLiteral(e)}},{key:"parseNumericLiteral",value:function(e){return this.estreeParseLiteral(e)}},{key:"parseNullLiteral",value:function(){return this.estreeParseLiteral(null)}},{key:"parseBooleanLiteral",value:function(e){return this.estreeParseLiteral(e)}},{key:"estreeParseChainExpression",value:function(e,t){var r=this.startNodeAtNode(e);return r.expression=e,this.finishNodeAt(r,"ChainExpression",t)}},{key:"directiveToStmt",value:function(e){var t=e.value,e=(delete e.value,this.castNodeTo(t,"Literal"),t.raw=t.extra.raw,t.value=t.extra.expressionValue,this.castNodeTo(e,"ExpressionStatement"));return e.expression=t,e.directive=t.extra.rawValue,delete t.extra,e}},{key:"fillOptionalPropertiesForTSESLint",value:function(e){}},{key:"cloneEstreeStringLiteral",value:function(e){var t=e.start,r=e.end,i=e.loc,n=e.range,s=e.raw,a=e.value,e=Object.create(e.constructor.prototype);return e.type="Literal",e.start=t,e.end=r,e.loc=i,e.range=n,e.raw=s,e.value=a,e}},{key:"initFunction",value:function(e,t){_superPropGet(c,"initFunction",this,3)([e,t]),e.expression=!1}},{key:"checkDeclaration",value:function(e){null!=e&&this.isObjectProperty(e)?this.checkDeclaration(e.value):_superPropGet(c,"checkDeclaration",this,3)([e])}},{key:"getObjectOrClassMethodParams",value:function(e){return e.value.params}},{key:"isValidDirective",value:function(e){return"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&!(null!=(e=e.expression.extra)&&e.parenthesized)}},{key:"parseBlockBody",value:function(e,t,r,i,n){var s=this,t=(_superPropGet(c,"parseBlockBody",this,3)([e,t,r,i,n]),e.directives.map(function(e){return s.directiveToStmt(e)}));e.body=t.concat(e.body),delete e.directives}},{key:"parsePrivateName",value:function(){var e=_superPropGet(c,"parsePrivateName",this,3)([]);return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(e):e}},{key:"convertPrivateNameToPrivateIdentifier",value:function(e){var t=_superPropGet(c,"getPrivateNameSV",this,3)([e]);return delete e.id,e.name=t,this.castNodeTo(e,"PrivateIdentifier")}},{key:"isPrivateName",value:function(e){return this.getPluginOption("estree","classFeatures")?"PrivateIdentifier"===e.type:_superPropGet(c,"isPrivateName",this,3)([e])}},{key:"getPrivateNameSV",value:function(e){return this.getPluginOption("estree","classFeatures")?e.name:_superPropGet(c,"getPrivateNameSV",this,3)([e])}},{key:"parseLiteral",value:function(e,t){e=_superPropGet(c,"parseLiteral",this,3)([e,t]);return e.raw=e.extra.raw,delete e.extra,e}},{key:"parseFunctionBody",value:function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2];_superPropGet(c,"parseFunctionBody",this,3)([e,t,r]),e.expression="BlockStatement"!==e.body.type}},{key:"parseMethod",value:function(e,t,r,i,n,s){var a=6<arguments.length&&void 0!==arguments[6]&&arguments[6],o=this.startNode(),t=(o.kind=e.kind,delete(o=_superPropGet(c,"parseMethod",this,3)([o,t,r,i,n,s,a])).kind,e.typeParameters),r=(t&&(delete e.typeParameters,o.typeParameters=t,this.resetStartLocationFromNode(o,t)),this.castNodeTo(o,"FunctionExpression"));return e.value=r,"ClassPrivateMethod"===s&&(e.computed=!1),"ObjectMethod"===s?("method"===e.kind&&(e.kind="init"),e.shorthand=!1,this.finishNode(e,"Property")):this.finishNode(e,"MethodDefinition")}},{key:"nameIsConstructor",value:function(e){return"Literal"===e.type?"constructor"===e.value:_superPropGet(c,"nameIsConstructor",this,3)([e])}},{key:"parseClassProperty",value:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var i=_superPropGet(c,"parseClassProperty",this,3)(t);return this.getPluginOption("estree","classFeatures")&&this.castNodeTo(i,"PropertyDefinition"),i}},{key:"parseClassPrivateProperty",value:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var i=_superPropGet(c,"parseClassPrivateProperty",this,3)(t);return this.getPluginOption("estree","classFeatures")&&(this.castNodeTo(i,"PropertyDefinition"),i.computed=!1),i}},{key:"parseClassAccessorProperty",value:function(e){e=_superPropGet(c,"parseClassAccessorProperty",this,3)([e]);return this.getPluginOption("estree","classFeatures")&&(e.abstract&&this.hasPlugin("typescript")?(delete e.abstract,this.castNodeTo(e,"TSAbstractAccessorProperty")):this.castNodeTo(e,"AccessorProperty")),e}},{key:"parseObjectProperty",value:function(e,t,r,i){e=_superPropGet(c,"parseObjectProperty",this,3)([e,t,r,i]);return e&&(e.kind="init",this.castNodeTo(e,"Property")),e}},{key:"finishObjectProperty",value:function(e){return e.kind="init",this.finishNode(e,"Property")}},{key:"isValidLVal",value:function(e,t,r){return"Property"===e?"value":_superPropGet(c,"isValidLVal",this,3)([e,t,r])}},{key:"isAssignable",value:function(e,t){return null!=e&&this.isObjectProperty(e)?this.isAssignable(e.value,t):_superPropGet(c,"isAssignable",this,3)([e,t])}},{key:"toAssignable",value:function(e){var t,r,i=1<arguments.length&&void 0!==arguments[1]&&arguments[1];null!=e&&this.isObjectProperty(e)?(t=e.key,r=e.value,this.isPrivateName(t)&&this.classScope.usePrivateName(this.getPrivateNameSV(t),t.loc.start),this.toAssignable(r,i)):_superPropGet(c,"toAssignable",this,3)([e,i])}},{key:"toAssignableObjectExpressionProp",value:function(e,t,r){"Property"!==e.type||"get"!==e.kind&&"set"!==e.kind?"Property"===e.type&&e.method?this.raise(y.PatternHasMethod,e.key):_superPropGet(c,"toAssignableObjectExpressionProp",this,3)([e,t,r]):this.raise(y.PatternHasAccessor,e.key)}},{key:"finishCallExpression",value:function(e,t){e=_superPropGet(c,"finishCallExpression",this,3)([e,t]);return"Import"===e.callee.type?(this.castNodeTo(e,"ImportExpression"),e.source=e.arguments[0],e.options=null!=(t=e.arguments[1])?t:null,e.attributes=null!=(t=e.arguments[1])?t:null,delete e.arguments,delete e.callee):"OptionalCallExpression"===e.type?this.castNodeTo(e,"CallExpression"):e.optional=!1,e}},{key:"toReferencedArguments",value:function(e){"ImportExpression"!==e.type&&_superPropGet(c,"toReferencedArguments",this,3)([e])}},{key:"parseExport",value:function(e,t){var r=this.state.lastTokStartLoc,i=_superPropGet(c,"parseExport",this,3)([e,t]);switch(i.type){case"ExportAllDeclaration":i.exported=null;break;case"ExportNamedDeclaration":1===i.specifiers.length&&"ExportNamespaceSpecifier"===i.specifiers[0].type&&(this.castNodeTo(i,"ExportAllDeclaration"),i.exported=i.specifiers[0].exported,delete i.specifiers);case"ExportDefaultDeclaration":var n,s=i.declaration;"ClassDeclaration"===(null==s?void 0:s.type)&&0<(null==(n=s.decorators)?void 0:n.length)&&s.start===i.start&&this.resetStartLocation(i,r)}return i}},{key:"stopParseSubscript",value:function(e,t){var r=_superPropGet(c,"stopParseSubscript",this,3)([e,t]);return t.optionalChainMember?this.estreeParseChainExpression(r,e.loc.end):r}},{key:"parseMember",value:function(e,t,r,i,n){e=_superPropGet(c,"parseMember",this,3)([e,t,r,i,n]);return"OptionalMemberExpression"===e.type?this.castNodeTo(e,"MemberExpression"):e.optional=!1,e}},{key:"isOptionalMemberExpression",value:function(e){return"ChainExpression"===e.type?"MemberExpression"===e.expression.type:_superPropGet(c,"isOptionalMemberExpression",this,3)([e])}},{key:"hasPropertyAsPrivateName",value:function(e){return"ChainExpression"===e.type&&(e=e.expression),_superPropGet(c,"hasPropertyAsPrivateName",this,3)([e])}},{key:"isObjectProperty",value:function(e){return"Property"===e.type&&"init"===e.kind&&!e.method}},{key:"isObjectMethod",value:function(e){return"Property"===e.type&&(e.method||"get"===e.kind||"set"===e.kind)}},{key:"castNodeTo",value:function(e,t){e=_superPropGet(c,"castNodeTo",this,3)([e,t]);return this.fillOptionalPropertiesForTSESLint(e),e}},{key:"cloneIdentifier",value:function(e){e=_superPropGet(c,"cloneIdentifier",this,3)([e]);return this.fillOptionalPropertiesForTSESLint(e),e}},{key:"cloneStringLiteral",value:function(e){return"Literal"===e.type?this.cloneEstreeStringLiteral(e):_superPropGet(c,"cloneStringLiteral",this,3)([e])}},{key:"finishNodeAt",value:function(e,t,r){return s(_superPropGet(c,"finishNodeAt",this,3)([e,t,r]))}},{key:"finishNode",value:function(e,t){e=_superPropGet(c,"finishNode",this,3)([e,t]);return this.fillOptionalPropertiesForTSESLint(e),e}},{key:"resetStartLocation",value:function(e,t){_superPropGet(c,"resetStartLocation",this,3)([e,t]),s(e)}},{key:"resetEndLocation",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:this.state.lastTokEndLoc;_superPropGet(c,"resetEndLocation",this,3)([e,t]),s(e)}}]);function c(){return _classCallCheck(this,c),_callSuper(this,c,arguments)}},jsx:function(e){return _inherits(i,e),_createClass(i,[{key:"jsxReadToken",value:function(){for(var e="",t=this.state.pos;;){if(this.state.pos>=this.length)throw this.raise(A.UnterminatedJsxContent,this.state.startLoc);var r=this.input.charCodeAt(this.state.pos);switch(r){case 60:case 123:return this.state.pos===this.state.start?void(60===r&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(143)):_superPropGet(i,"getTokenFromCode",this,3)([r])):(e+=this.input.slice(t,this.state.pos),void this.finishToken(142,e));case 38:e=(e+=this.input.slice(t,this.state.pos))+this.jsxReadEntity(),t=this.state.pos;break;default:_(r)?(e=(e+=this.input.slice(t,this.state.pos))+this.jsxReadNewLine(!0),t=this.state.pos):++this.state.pos}}}},{key:"jsxReadNewLine",value:function(e){var t=this.input.charCodeAt(this.state.pos);return++this.state.pos,e=13===t&&10===this.input.charCodeAt(this.state.pos)?(++this.state.pos,e?"\n":"\r\n"):String.fromCharCode(t),++this.state.curLine,this.state.lineStart=this.state.pos,e}},{key:"jsxReadString",value:function(e){for(var t="",r=++this.state.pos;;){if(this.state.pos>=this.length)throw this.raise(y.UnterminatedString,this.state.startLoc);var i=this.input.charCodeAt(this.state.pos);if(i===e)break;38===i?(t=(t+=this.input.slice(r,this.state.pos))+this.jsxReadEntity(),r=this.state.pos):_(i)?(t=(t+=this.input.slice(r,this.state.pos))+this.jsxReadNewLine(!1),r=this.state.pos):++this.state.pos}t+=this.input.slice(r,this.state.pos++),this.finishToken(134,t)}},{key:"jsxReadEntity",value:function(){var e=++this.state.pos;if(35===this.codePointAtPos(this.state.pos)){++this.state.pos;var t=10,t=(120===this.codePointAtPos(this.state.pos)&&(t=16,++this.state.pos),this.readInt(t,void 0,!1,"bail"));if(null!==t&&59===this.codePointAtPos(this.state.pos))return++this.state.pos,String.fromCodePoint(t)}else{for(var r=0,i=!1;r++<10&&this.state.pos<this.length&&!(i=59===this.codePointAtPos(this.state.pos));)++this.state.pos;if(i){t=this.input.slice(e,this.state.pos),t=_e[t];if(++this.state.pos,t)return t}}return this.state.pos=e,"&"}},{key:"jsxReadWord",value:function(){for(var e,t=this.state.pos;P(e=this.input.charCodeAt(++this.state.pos))||45===e;);this.finishToken(141,this.input.slice(t,this.state.pos))}},{key:"jsxParseIdentifier",value:function(){var e=this.startNode();return this.match(141)?e.name=this.state.value:Q(this.state.type)?e.name=Z(this.state.type):this.unexpected(),this.next(),this.finishNode(e,"JSXIdentifier")}},{key:"jsxParseNamespacedName",value:function(){var e=this.state.startLoc,t=this.jsxParseIdentifier();return this.eat(14)?((e=this.startNodeAt(e)).namespace=t,e.name=this.jsxParseIdentifier(),this.finishNode(e,"JSXNamespacedName")):t}},{key:"jsxParseElementName",value:function(){var e=this.state.startLoc,t=this.jsxParseNamespacedName();if("JSXNamespacedName"!==t.type)for(;this.eat(16);){var r=this.startNodeAt(e);r.object=t,r.property=this.jsxParseIdentifier(),t=this.finishNode(r,"JSXMemberExpression")}return t}},{key:"jsxParseAttributeValue",value:function(){var e;switch(this.state.type){case 5:return e=this.startNode(),this.setContext(u.brace),this.next(),"JSXEmptyExpression"===(e=this.jsxParseExpressionContainer(e,u.j_oTag)).expression.type&&this.raise(A.AttributeIsEmpty,e),e;case 143:case 134:return this.parseExprAtom();default:throw this.raise(A.UnsupportedJsxValue,this.state.startLoc)}}},{key:"jsxParseEmptyExpression",value:function(){var e=this.startNodeAt(this.state.lastTokEndLoc);return this.finishNodeAt(e,"JSXEmptyExpression",this.state.startLoc)}},{key:"jsxParseSpreadChild",value:function(e){return this.next(),e.expression=this.parseExpression(),this.setContext(u.j_expr),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXSpreadChild")}},{key:"jsxParseExpressionContainer",value:function(e,t){var r;return this.match(8)?e.expression=this.jsxParseEmptyExpression():(r=this.parseExpression(),e.expression=r),this.setContext(t),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXExpressionContainer")}},{key:"jsxParseAttribute",value:function(){var e=this.startNode();return this.match(5)?(this.setContext(u.brace),this.next(),this.expect(21),e.argument=this.parseMaybeAssignAllowIn(),this.setContext(u.j_oTag),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXSpreadAttribute")):(e.name=this.jsxParseNamespacedName(),e.value=this.eat(29)?this.jsxParseAttributeValue():null,this.finishNode(e,"JSXAttribute"))}},{key:"jsxParseOpeningElementAt",value:function(e){e=this.startNodeAt(e);return this.eat(144)?this.finishNode(e,"JSXOpeningFragment"):(e.name=this.jsxParseElementName(),this.jsxParseOpeningElementAfterName(e))}},{key:"jsxParseOpeningElementAfterName",value:function(e){for(var t=[];!this.match(56)&&!this.match(144);)t.push(this.jsxParseAttribute());return e.attributes=t,e.selfClosing=this.eat(56),this.expect(144),this.finishNode(e,"JSXOpeningElement")}},{key:"jsxParseClosingElementAt",value:function(e){e=this.startNodeAt(e);return this.eat(144)?this.finishNode(e,"JSXClosingFragment"):(e.name=this.jsxParseElementName(),this.expect(144),this.finishNode(e,"JSXClosingElement"))}},{key:"jsxParseElementAt",value:function(e){var t=this.startNodeAt(e),r=[],i=this.jsxParseOpeningElementAt(e),n=null;if(!i.selfClosing){e:for(;;)switch(this.state.type){case 143:if(e=this.state.startLoc,this.next(),this.eat(56)){n=this.jsxParseClosingElementAt(e);break e}r.push(this.jsxParseElementAt(e));break;case 142:r.push(this.parseLiteral(this.state.value,"JSXText"));break;case 5:var s=this.startNode();this.setContext(u.brace),this.next(),this.match(21)?r.push(this.jsxParseSpreadChild(s)):r.push(this.jsxParseExpressionContainer(s,u.j_expr));break;default:this.unexpected()}k(i)&&!k(n)&&null!==n?this.raise(A.MissingClosingTagFragment,n):(!k(i)&&k(n)||!k(i)&&!k(n)&&N(n.name)!==N(i.name))&&this.raise(A.MissingClosingTagElement,n,{openingTagName:N(i.name)})}if(k(i)?(t.openingFragment=i,t.closingFragment=n):(t.openingElement=i,t.closingElement=n),t.children=r,this.match(47))throw this.raise(A.UnwrappedAdjacentJSXElements,this.state.startLoc);return k(i)?this.finishNode(t,"JSXFragment"):this.finishNode(t,"JSXElement")}},{key:"jsxParseElement",value:function(){var e=this.state.startLoc;return this.next(),this.jsxParseElementAt(e)}},{key:"setContext",value:function(e){var t=this.state.context;t[t.length-1]=e}},{key:"parseExprAtom",value:function(e){return this.match(143)?this.jsxParseElement():this.match(47)&&33!==this.input.charCodeAt(this.state.pos)?(this.replaceToken(143),this.jsxParseElement()):_superPropGet(i,"parseExprAtom",this,3)([e])}},{key:"skipSpace",value:function(){this.curContext().preserveSpace||_superPropGet(i,"skipSpace",this,3)([])}},{key:"getTokenFromCode",value:function(e){var t=this.curContext();if(t===u.j_expr)this.jsxReadToken();else{if(t===u.j_oTag||t===u.j_cTag){if(S(e))return void this.jsxReadWord();if(62===e)return++this.state.pos,void this.finishToken(144);if((34===e||39===e)&&t===u.j_oTag)return void this.jsxReadString(e)}60===e&&this.state.canStartJSXElement&&33!==this.input.charCodeAt(this.state.pos+1)?(++this.state.pos,this.finishToken(143)):_superPropGet(i,"getTokenFromCode",this,3)([e])}}},{key:"updateContext",value:function(e){var t,r=this.state,i=r.context,r=r.type;56===r&&143===e?(i.splice(-2,2,u.j_cTag),this.state.canStartJSXElement=!1):143===r?i.push(u.j_oTag):144===r?(t=i[i.length-1])===u.j_oTag&&56===e||t===u.j_cTag?(i.pop(),this.state.canStartJSXElement=i[i.length-1]===u.j_expr):(this.setContext(u.j_expr),this.state.canStartJSXElement=!0):this.state.canStartJSXElement=J[r]}}]);function i(){return _classCallCheck(this,i),_callSuper(this,i,arguments)}},flow:function(e){return _inherits(c,e),_createClass(c,[{key:"getScopeHandler",value:function(){return xe}},{key:"shouldParseTypes",value:function(){return this.getPluginOption("flow","all")||"flow"===this.flowPragma}},{key:"finishToken",value:function(e,t){134!==e&&13!==e&&28!==e&&void 0===this.flowPragma&&(this.flowPragma=null),_superPropGet(c,"finishToken",this,3)([e,t])}},{key:"addComment",value:function(e){if(void 0===this.flowPragma){var t=be.exec(e.value);if(t)if("flow"===t[1])this.flowPragma="flow";else{if("noflow"!==t[1])throw new Error("Unexpected flow pragma");this.flowPragma="noflow"}}_superPropGet(c,"addComment",this,3)([e])}},{key:"flowParseTypeInitialiser",value:function(e){var t=this.state.inType,e=(this.state.inType=!0,this.expect(e||14),this.flowParseType());return this.state.inType=t,e}},{key:"flowParsePredicate",value:function(){var e=this.startNode(),t=this.state.startLoc;return this.next(),this.expectContextual(110),this.state.lastTokStartLoc.index>t.index+1&&this.raise(T.UnexpectedSpaceBetweenModuloChecks,t),this.eat(10)?(e.value=_superPropGet(c,"parseExpression",this,3)([]),this.expect(11),this.finishNode(e,"DeclaredPredicate")):this.finishNode(e,"InferredPredicate")}},{key:"flowParseTypeAndPredicateInitialiser",value:function(){var e=this.state.inType,t=(this.state.inType=!0,this.expect(14),null),r=null;return this.match(54)?(this.state.inType=e,r=this.flowParsePredicate()):(t=this.flowParseType(),this.state.inType=e,this.match(54)&&(r=this.flowParsePredicate())),[t,r]}},{key:"flowParseDeclareClass",value:function(e){return this.next(),this.flowParseInterfaceish(e,!0),this.finishNode(e,"DeclareClass")}},{key:"flowParseDeclareFunction",value:function(e){this.next();var t=e.id=this.parseIdentifier(),r=this.startNode(),i=this.startNode(),n=(this.match(47)?r.typeParameters=this.flowParseTypeParameterDeclaration():r.typeParameters=null,this.expect(10),this.flowParseFunctionTypeParams());return r.params=n.params,r.rest=n.rest,r.this=n._this,this.expect(11),n=_slicedToArray(this.flowParseTypeAndPredicateInitialiser(),2),r.returnType=n[0],e.predicate=n[1],i.typeAnnotation=this.finishNode(r,"FunctionTypeAnnotation"),t.typeAnnotation=this.finishNode(i,"TypeAnnotation"),this.resetEndLocation(t),this.semicolon(),this.scope.declareName(e.id.name,2048,e.id.loc.start),this.finishNode(e,"DeclareFunction")}},{key:"flowParseDeclare",value:function(e,t){return this.match(80)?this.flowParseDeclareClass(e):this.match(68)?this.flowParseDeclareFunction(e):this.match(74)?this.flowParseDeclareVariable(e):this.eatContextual(127)?this.match(16)?this.flowParseDeclareModuleExports(e):(t&&this.raise(T.NestedDeclareModule,this.state.lastTokStartLoc),this.flowParseDeclareModule(e)):this.isContextual(130)?this.flowParseDeclareTypeAlias(e):this.isContextual(131)?this.flowParseDeclareOpaqueType(e):this.isContextual(129)?this.flowParseDeclareInterface(e):this.match(82)?this.flowParseDeclareExportDeclaration(e,t):void this.unexpected()}},{key:"flowParseDeclareVariable",value:function(e){return this.next(),e.id=this.flowParseTypeAnnotatableIdentifier(!0),this.scope.declareName(e.id.name,5,e.id.loc.start),this.semicolon(),this.finishNode(e,"DeclareVariable")}},{key:"flowParseDeclareModule",value:function(e){var r=this,t=(this.scope.enter(0),this.match(134)?e.id=_superPropGet(c,"parseExprAtom",this,3)([]):e.id=this.parseIdentifier(),e.body=this.startNode()),i=t.body=[];for(this.expect(5);!this.match(8);){var n=this.startNode();this.match(83)?(this.next(),this.isContextual(130)||this.match(87)||this.raise(T.InvalidNonTypeImportInDeclareModule,this.state.lastTokStartLoc),_superPropGet(c,"parseImport",this,3)([n])):(this.expectContextual(125,T.UnsupportedStatementInDeclareModule),n=this.flowParseDeclare(n,!0)),i.push(n)}this.scope.exit(),this.expect(8),this.finishNode(t,"BlockStatement");var s=null,a=!1;return i.forEach(function(e){var t;"DeclareExportAllDeclaration"===(t=e).type||"DeclareExportDeclaration"===t.type&&(!t.declaration||"TypeAlias"!==t.declaration.type&&"InterfaceDeclaration"!==t.declaration.type)?("CommonJS"===s&&r.raise(T.AmbiguousDeclareModuleKind,e),s="ES"):"DeclareModuleExports"===e.type&&(a&&r.raise(T.DuplicateDeclareModuleExports,e),"ES"===s&&r.raise(T.AmbiguousDeclareModuleKind,e),s="CommonJS",a=!0)}),e.kind=s||"CommonJS",this.finishNode(e,"DeclareModule")}},{key:"flowParseDeclareExportDeclaration",value:function(e,t){if(this.expect(82),this.eat(65))return this.match(68)||this.match(80)?e.declaration=this.flowParseDeclare(this.startNode()):(e.declaration=this.flowParseType(),this.semicolon()),e.default=!0,this.finishNode(e,"DeclareExportDeclaration");if(this.match(75)||this.isLet()||(this.isContextual(130)||this.isContextual(129))&&!t)throw t=this.state.value,this.raise(T.UnsupportedDeclareExportKind,this.state.startLoc,{unsupportedExportKind:t,suggestion:Te[t]});return this.match(74)||this.match(68)||this.match(80)||this.isContextual(131)?(e.declaration=this.flowParseDeclare(this.startNode()),e.default=!1,this.finishNode(e,"DeclareExportDeclaration")):this.match(55)||this.match(5)||this.isContextual(129)||this.isContextual(130)||this.isContextual(131)?"ExportNamedDeclaration"===(e=this.parseExport(e,null)).type?(e.default=!1,delete e.exportKind,this.castNodeTo(e,"DeclareExportDeclaration")):this.castNodeTo(e,"DeclareExportAllDeclaration"):void this.unexpected()}},{key:"flowParseDeclareModuleExports",value:function(e){return this.next(),this.expectContextual(111),e.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(e,"DeclareModuleExports")}},{key:"flowParseDeclareTypeAlias",value:function(e){this.next();e=this.flowParseTypeAlias(e);return this.castNodeTo(e,"DeclareTypeAlias"),e}},{key:"flowParseDeclareOpaqueType",value:function(e){this.next();e=this.flowParseOpaqueType(e,!0);return this.castNodeTo(e,"DeclareOpaqueType"),e}},{key:"flowParseDeclareInterface",value:function(e){return this.next(),this.flowParseInterfaceish(e,!1),this.finishNode(e,"DeclareInterface")}},{key:"flowParseInterfaceish",value:function(e,t){if(e.id=this.flowParseRestrictedIdentifier(!t,!0),this.scope.declareName(e.id.name,t?17:8201,e.id.loc.start),this.match(47)?e.typeParameters=this.flowParseTypeParameterDeclaration():e.typeParameters=null,e.extends=[],this.eat(81))for(;e.extends.push(this.flowParseInterfaceExtends()),!t&&this.eat(12););if(t){if(e.implements=[],e.mixins=[],this.eatContextual(117))for(;e.mixins.push(this.flowParseInterfaceExtends()),this.eat(12););if(this.eatContextual(113))for(;e.implements.push(this.flowParseInterfaceExtends()),this.eat(12););}e.body=this.flowParseObjectType({allowStatic:t,allowExact:!1,allowSpread:!1,allowProto:t,allowInexact:!1})}},{key:"flowParseInterfaceExtends",value:function(){var e=this.startNode();return e.id=this.flowParseQualifiedTypeIdentifier(),this.match(47)?e.typeParameters=this.flowParseTypeParameterInstantiation():e.typeParameters=null,this.finishNode(e,"InterfaceExtends")}},{key:"flowParseInterface",value:function(e){return this.flowParseInterfaceish(e,!1),this.finishNode(e,"InterfaceDeclaration")}},{key:"checkNotUnderscore",value:function(e){"_"===e&&this.raise(T.UnexpectedReservedUnderscore,this.state.startLoc)}},{key:"checkReservedType",value:function(e,t,r){Ee.has(e)&&this.raise(r?T.AssignReservedType:T.UnexpectedReservedType,t,{reservedType:e})}},{key:"flowParseRestrictedIdentifier",value:function(e,t){return this.checkReservedType(this.state.value,this.state.startLoc,t),this.parseIdentifier(e)}},{key:"flowParseTypeAlias",value:function(e){return e.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(e.id.name,8201,e.id.loc.start),this.match(47)?e.typeParameters=this.flowParseTypeParameterDeclaration():e.typeParameters=null,e.right=this.flowParseTypeInitialiser(29),this.semicolon(),this.finishNode(e,"TypeAlias")}},{key:"flowParseOpaqueType",value:function(e,t){return this.expectContextual(130),e.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(e.id.name,8201,e.id.loc.start),this.match(47)?e.typeParameters=this.flowParseTypeParameterDeclaration():e.typeParameters=null,e.supertype=null,this.match(14)&&(e.supertype=this.flowParseTypeInitialiser(14)),e.impltype=null,t||(e.impltype=this.flowParseTypeInitialiser(29)),this.semicolon(),this.finishNode(e,"OpaqueType")}},{key:"flowParseTypeParameter",value:function(){var e=0<arguments.length&&void 0!==arguments[0]&&arguments[0],t=this.state.startLoc,r=this.startNode(),i=this.flowParseVariance(),n=this.flowParseTypeAnnotatableIdentifier();return r.name=n.name,r.variance=i,r.bound=n.typeAnnotation,this.match(29)?(this.eat(29),r.default=this.flowParseType()):e&&this.raise(T.MissingTypeParamDefault,t),this.finishNode(r,"TypeParameter")}},{key:"flowParseTypeParameterDeclaration",value:function(){var e=this.state.inType,t=this.startNode(),r=(t.params=[],this.state.inType=!0,this.match(47)||this.match(143)?this.next():this.unexpected(),!1);do{var i=this.flowParseTypeParameter(r)}while(t.params.push(i),i.default&&(r=!0),this.match(48)||this.expect(12),!this.match(48));return this.expect(48),this.state.inType=e,this.finishNode(t,"TypeParameterDeclaration")}},{key:"flowInTopLevelContext",value:function(e){if(this.curContext()===u.brace)return e();var t=this.state.context;this.state.context=[t[0]];try{return e()}finally{this.state.context=t}}},{key:"flowParseTypeParameterInstantiationInExpression",value:function(){if(47===this.reScan_lt())return this.flowParseTypeParameterInstantiation()}},{key:"flowParseTypeParameterInstantiation",value:function(){var t=this,r=this.startNode(),e=this.state.inType;return this.state.inType=!0,r.params=[],this.flowInTopLevelContext(function(){t.expect(47);var e=t.state.noAnonFunctionType;for(t.state.noAnonFunctionType=!1;!t.match(48);)r.params.push(t.flowParseType()),t.match(48)||t.expect(12);t.state.noAnonFunctionType=e}),this.state.inType=e,this.state.inType||this.curContext()!==u.brace||this.reScan_lt_gt(),this.expect(48),this.finishNode(r,"TypeParameterInstantiation")}},{key:"flowParseTypeParameterInstantiationCallOrNew",value:function(){if(47===this.reScan_lt()){var e=this.startNode(),t=this.state.inType;for(e.params=[],this.state.inType=!0,this.expect(47);!this.match(48);)e.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(48)||this.expect(12);return this.expect(48),this.state.inType=t,this.finishNode(e,"TypeParameterInstantiation")}}},{key:"flowParseInterfaceType",value:function(){var e=this.startNode();if(this.expectContextual(129),e.extends=[],this.eat(81))for(;e.extends.push(this.flowParseInterfaceExtends()),this.eat(12););return e.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(e,"InterfaceTypeAnnotation")}},{key:"flowParseObjectPropertyKey",value:function(){return this.match(135)||this.match(134)?_superPropGet(c,"parseExprAtom",this,3)([]):this.parseIdentifier(!0)}},{key:"flowParseObjectTypeIndexer",value:function(e,t,r){return e.static=t,14===this.lookahead().type?(e.id=this.flowParseObjectPropertyKey(),e.key=this.flowParseTypeInitialiser()):(e.id=null,e.key=this.flowParseType()),this.expect(3),e.value=this.flowParseTypeInitialiser(),e.variance=r,this.finishNode(e,"ObjectTypeIndexer")}},{key:"flowParseObjectTypeInternalSlot",value:function(e,t){return e.static=t,e.id=this.flowParseObjectPropertyKey(),this.expect(3),this.expect(3),this.match(47)||this.match(10)?(e.method=!0,e.optional=!1,e.value=this.flowParseObjectTypeMethodish(this.startNodeAt(e.loc.start))):(e.method=!1,this.eat(17)&&(e.optional=!0),e.value=this.flowParseTypeInitialiser()),this.finishNode(e,"ObjectTypeInternalSlot")}},{key:"flowParseObjectTypeMethodish",value:function(e){for(e.params=[],e.rest=null,e.typeParameters=null,e.this=null,this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(10),this.match(78)&&(e.this=this.flowParseFunctionTypeParam(!0),e.this.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)e.params.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(e.rest=this.flowParseFunctionTypeParam(!1)),this.expect(11),e.returnType=this.flowParseTypeInitialiser(),this.finishNode(e,"FunctionTypeAnnotation")}},{key:"flowParseObjectTypeCallProperty",value:function(e,t){var r=this.startNode();return e.static=t,e.value=this.flowParseObjectTypeMethodish(r),this.finishNode(e,"ObjectTypeCallProperty")}},{key:"flowParseObjectType",value:function(e){var t=e.allowStatic,r=e.allowExact,i=e.allowSpread,n=e.allowProto,s=e.allowInexact,e=this.state.inType,a=(this.state.inType=!0,this.startNode());a.callProperties=[],a.properties=[],a.indexers=[];var o,c=!(a.internalSlots=[]),l=r&&this.match(6)?(this.expect(6),o=9,!0):(this.expect(5),!(o=8));for(a.exact=l;!this.match(o);){var u,h,p=!1,d=null,f=null,m=this.startNode(),y=(n&&this.isContextual(118)&&14!==(u=this.lookahead()).type&&17!==u.type&&(this.next(),d=this.state.startLoc,t=!1),t&&this.isContextual(106)&&14!==(u=this.lookahead()).type&&17!==u.type&&(this.next(),p=!0),this.flowParseVariance());this.eat(0)?(null!=d&&this.unexpected(d),this.eat(0)?(y&&this.unexpected(y.loc.start),a.internalSlots.push(this.flowParseObjectTypeInternalSlot(m,p))):a.indexers.push(this.flowParseObjectTypeIndexer(m,p,y))):this.match(10)||this.match(47)?(null!=d&&this.unexpected(d),y&&this.unexpected(y.loc.start),a.callProperties.push(this.flowParseObjectTypeCallProperty(m,p))):(h="init",(this.isContextual(99)||this.isContextual(104))&&Y(this.lookahead().type)&&(h=this.state.value,this.next()),null===(m=this.flowParseObjectTypeProperty(m,p,d,y,h,i,null!=s?s:!l))?(c=!0,f=this.state.lastTokStartLoc):a.properties.push(m)),this.flowObjectTypeSemicolon(),!f||this.match(8)||this.match(9)||this.raise(T.UnexpectedExplicitInexactInObject,f)}this.expect(o),i&&(a.inexact=c);r=this.finishNode(a,"ObjectTypeAnnotation");return this.state.inType=e,r}},{key:"flowParseObjectTypeProperty",value:function(e,t,r,i,n,s,a){if(this.eat(21))return this.match(12)||this.match(13)||this.match(8)||this.match(9)?(s?a||this.raise(T.InexactInsideExact,this.state.lastTokStartLoc):this.raise(T.InexactInsideNonObject,this.state.lastTokStartLoc),i&&this.raise(T.InexactVariance,i),null):(s||this.raise(T.UnexpectedSpreadType,this.state.lastTokStartLoc),null!=r&&this.unexpected(r),i&&this.raise(T.SpreadVariance,i),e.argument=this.flowParseType(),this.finishNode(e,"ObjectTypeSpreadProperty"));e.key=this.flowParseObjectPropertyKey(),e.static=t,e.proto=null!=r,e.kind=n;a=!1;return this.match(47)||this.match(10)?(e.method=!0,null!=r&&this.unexpected(r),i&&this.unexpected(i.loc.start),e.value=this.flowParseObjectTypeMethodish(this.startNodeAt(e.loc.start)),"get"!==n&&"set"!==n||this.flowCheckGetterSetterParams(e),!s&&"constructor"===e.key.name&&e.value.this&&this.raise(T.ThisParamBannedInConstructor,e.value.this)):("init"!==n&&this.unexpected(),e.method=!1,this.eat(17)&&(a=!0),e.value=this.flowParseTypeInitialiser(),e.variance=i),e.optional=a,this.finishNode(e,"ObjectTypeProperty")}},{key:"flowCheckGetterSetterParams",value:function(e){var t="get"===e.kind?0:1,r=e.value.params.length+(e.value.rest?1:0);e.value.this&&this.raise("get"===e.kind?T.GetterMayNotHaveThisParam:T.SetterMayNotHaveThisParam,e.value.this),r!==t&&this.raise("get"===e.kind?y.BadGetterArity:y.BadSetterArity,e),"set"===e.kind&&e.value.rest&&this.raise(y.BadSetterRestParameter,e)}},{key:"flowObjectTypeSemicolon",value:function(){this.eat(13)||this.eat(12)||this.match(8)||this.match(9)||this.unexpected()}},{key:"flowParseQualifiedTypeIdentifier",value:function(e,t){null==e&&(e=this.state.startLoc);for(var r=t||this.flowParseRestrictedIdentifier(!0);this.eat(16);){var i=this.startNodeAt(e);i.qualification=r,i.id=this.flowParseRestrictedIdentifier(!0),r=this.finishNode(i,"QualifiedTypeIdentifier")}return r}},{key:"flowParseGenericType",value:function(e,t){var r=this.startNodeAt(e);return r.typeParameters=null,r.id=this.flowParseQualifiedTypeIdentifier(e,t),this.match(47)&&(r.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(r,"GenericTypeAnnotation")}},{key:"flowParseTypeofType",value:function(){var e=this.startNode();return this.expect(87),e.argument=this.flowParsePrimaryType(),this.finishNode(e,"TypeofTypeAnnotation")}},{key:"flowParseTupleType",value:function(){var e=this.startNode();for(e.types=[],this.expect(0);this.state.pos<this.length&&!this.match(3)&&(e.types.push(this.flowParseType()),!this.match(3));)this.expect(12);return this.expect(3),this.finishNode(e,"TupleTypeAnnotation")}},{key:"flowParseFunctionTypeParam",value:function(e){var t=null,r=!1,i=null,n=this.startNode(),s=this.lookahead(),a=78===this.state.type,i=14===s.type||17===s.type?(a&&!e&&this.raise(T.ThisParamMustBeFirst,n),t=this.parseIdentifier(a),this.eat(17)&&(r=!0,a)&&this.raise(T.ThisParamMayNotBeOptional,n),this.flowParseTypeInitialiser()):this.flowParseType();return n.name=t,n.optional=r,n.typeAnnotation=i,this.finishNode(n,"FunctionTypeParam")}},{key:"reinterpretTypeAsFunctionTypeParam",value:function(e){var t=this.startNodeAt(e.loc.start);return t.name=null,t.optional=!1,t.typeAnnotation=e,this.finishNode(t,"FunctionTypeParam")}},{key:"flowParseFunctionTypeParams",value:function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[],t=null,r=null;for(this.match(78)&&((r=this.flowParseFunctionTypeParam(!0)).name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)e.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return{params:e,rest:t=this.eat(21)?this.flowParseFunctionTypeParam(!1):t,_this:r}}},{key:"flowIdentToTypeAnnotation",value:function(e,t,r){switch(r.name){case"any":return this.finishNode(t,"AnyTypeAnnotation");case"bool":case"boolean":return this.finishNode(t,"BooleanTypeAnnotation");case"mixed":return this.finishNode(t,"MixedTypeAnnotation");case"empty":return this.finishNode(t,"EmptyTypeAnnotation");case"number":return this.finishNode(t,"NumberTypeAnnotation");case"string":return this.finishNode(t,"StringTypeAnnotation");case"symbol":return this.finishNode(t,"SymbolTypeAnnotation");default:return this.checkNotUnderscore(r.name),this.flowParseGenericType(e,r)}}},{key:"flowParsePrimaryType",value:function(){var e,t,r=this.state.startLoc,i=this.startNode(),n=!1,s=this.state.noAnonFunctionType;switch(this.state.type){case 5:return this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!0,allowProto:!1,allowInexact:!0});case 6:return this.flowParseObjectType({allowStatic:!1,allowExact:!0,allowSpread:!0,allowProto:!1,allowInexact:!1});case 0:return this.state.noAnonFunctionType=!1,t=this.flowParseTupleType(),this.state.noAnonFunctionType=s,t;case 47:var a=this.startNode();return a.typeParameters=this.flowParseTypeParameterDeclaration(),this.expect(10),e=this.flowParseFunctionTypeParams(),a.params=e.params,a.rest=e.rest,a.this=e._this,this.expect(11),this.expect(19),a.returnType=this.flowParseType(),this.finishNode(a,"FunctionTypeAnnotation");case 10:var o,a=this.startNode();if(this.next(),n=this.match(11)||this.match(21)?n:!x(this.state.type)&&!this.match(78)||17!==(o=this.lookahead().type)&&14!==o){if(this.state.noAnonFunctionType=!1,t=this.flowParseType(),this.state.noAnonFunctionType=s,this.state.noAnonFunctionType||!(this.match(12)||this.match(11)&&19===this.lookahead().type))return this.expect(11),t;this.eat(12)}return e=t?this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(t)]):this.flowParseFunctionTypeParams(),a.params=e.params,a.rest=e.rest,a.this=e._this,this.expect(11),this.expect(19),a.returnType=this.flowParseType(),a.typeParameters=null,this.finishNode(a,"FunctionTypeAnnotation");case 134:return this.parseLiteral(this.state.value,"StringLiteralTypeAnnotation");case 85:case 86:return i.value=this.match(85),this.next(),this.finishNode(i,"BooleanLiteralTypeAnnotation");case 53:if("-"!==this.state.value)return void this.unexpected();if(this.next(),this.match(135))return this.parseLiteralAtNode(-this.state.value,"NumberLiteralTypeAnnotation",i);if(this.match(136))return this.parseLiteralAtNode(-this.state.value,"BigIntLiteralTypeAnnotation",i);throw this.raise(T.UnexpectedSubtractionOperand,this.state.startLoc);case 135:return this.parseLiteral(this.state.value,"NumberLiteralTypeAnnotation");case 136:return this.parseLiteral(this.state.value,"BigIntLiteralTypeAnnotation");case 88:return this.next(),this.finishNode(i,"VoidTypeAnnotation");case 84:return this.next(),this.finishNode(i,"NullLiteralTypeAnnotation");case 78:return this.next(),this.finishNode(i,"ThisTypeAnnotation");case 55:return this.next(),this.finishNode(i,"ExistsTypeAnnotation");case 87:return this.flowParseTypeofType();default:if(Q(this.state.type))return o=Z(this.state.type),this.next(),_superPropGet(c,"createIdentifier",this,3)([i,o]);if(x(this.state.type))return this.isContextual(129)?this.flowParseInterfaceType():this.flowIdentToTypeAnnotation(r,i,this.parseIdentifier())}this.unexpected()}},{key:"flowParsePostfixType",value:function(){for(var e=this.state.startLoc,t=this.flowParsePrimaryType(),r=!1;(this.match(0)||this.match(18))&&!this.canInsertSemicolon();){var i=this.startNodeAt(e),n=this.eat(18),r=r||n;this.expect(0),t=!n&&this.match(3)?(i.elementType=t,this.next(),this.finishNode(i,"ArrayTypeAnnotation")):(i.objectType=t,i.indexType=this.flowParseType(),this.expect(3),r?(i.optional=n,this.finishNode(i,"OptionalIndexedAccessType")):this.finishNode(i,"IndexedAccessType"))}return t}},{key:"flowParsePrefixType",value:function(){var e=this.startNode();return this.eat(17)?(e.typeAnnotation=this.flowParsePrefixType(),this.finishNode(e,"NullableTypeAnnotation")):this.flowParsePostfixType()}},{key:"flowParseAnonFunctionWithoutParens",value:function(){var e,t=this.flowParsePrefixType();return!this.state.noAnonFunctionType&&this.eat(19)?((e=this.startNodeAt(t.loc.start)).params=[this.reinterpretTypeAsFunctionTypeParam(t)],e.rest=null,e.this=null,e.returnType=this.flowParseType(),e.typeParameters=null,this.finishNode(e,"FunctionTypeAnnotation")):t}},{key:"flowParseIntersectionType",value:function(){var e=this.startNode(),t=(this.eat(45),this.flowParseAnonFunctionWithoutParens());for(e.types=[t];this.eat(45);)e.types.push(this.flowParseAnonFunctionWithoutParens());return 1===e.types.length?t:this.finishNode(e,"IntersectionTypeAnnotation")}},{key:"flowParseUnionType",value:function(){var e=this.startNode(),t=(this.eat(43),this.flowParseIntersectionType());for(e.types=[t];this.eat(43);)e.types.push(this.flowParseIntersectionType());return 1===e.types.length?t:this.finishNode(e,"UnionTypeAnnotation")}},{key:"flowParseType",value:function(){var e=this.state.inType,t=(this.state.inType=!0,this.flowParseUnionType());return this.state.inType=e,t}},{key:"flowParseTypeOrImplicitInstantiation",value:function(){var e,t;return 132===this.state.type&&"_"===this.state.value?(e=this.state.startLoc,t=this.parseIdentifier(),this.flowParseGenericType(e,t)):this.flowParseType()}},{key:"flowParseTypeAnnotation",value:function(){var e=this.startNode();return e.typeAnnotation=this.flowParseTypeInitialiser(),this.finishNode(e,"TypeAnnotation")}},{key:"flowParseTypeAnnotatableIdentifier",value:function(e){e=e?this.parseIdentifier():this.flowParseRestrictedIdentifier();return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(e)),e}},{key:"typeCastToParameter",value:function(e){return e.expression.typeAnnotation=e.typeAnnotation,this.resetEndLocation(e.expression,e.typeAnnotation.loc.end),e.expression}},{key:"flowParseVariance",value:function(){var e=null;return this.match(53)?(e=this.startNode(),"+"===this.state.value?e.kind="plus":e.kind="minus",this.next(),this.finishNode(e,"Variance")):e}},{key:"parseFunctionBody",value:function(e,t){var r=this,i=2<arguments.length&&void 0!==arguments[2]&&arguments[2];t?this.forwardNoArrowParamsConversionAt(e,function(){return _superPropGet(c,"parseFunctionBody",r,3)([e,!0,i])}):_superPropGet(c,"parseFunctionBody",this,3)([e,!1,i])}},{key:"parseFunctionBodyAndFinish",value:function(e,t){var r,i,n=2<arguments.length&&void 0!==arguments[2]&&arguments[2];return this.match(14)&&(r=this.startNode(),i=_slicedToArray(this.flowParseTypeAndPredicateInitialiser(),2),r.typeAnnotation=i[0],e.predicate=i[1],e.returnType=r.typeAnnotation?this.finishNode(r,"TypeAnnotation"):null),_superPropGet(c,"parseFunctionBodyAndFinish",this,3)([e,t,n])}},{key:"parseStatementLike",value:function(e){if(this.state.strict&&this.isContextual(129)){if(m(this.lookahead().type))return t=this.startNode(),this.next(),this.flowParseInterface(t)}else if(this.isContextual(126))return t=this.startNode(),this.next(),this.flowParseEnumDeclaration(t);var t=_superPropGet(c,"parseStatementLike",this,3)([e]);return void 0!==this.flowPragma||this.isValidDirective(t)||(this.flowPragma=null),t}},{key:"parseExpressionStatement",value:function(e,t,r){if("Identifier"===t.type)if("declare"===t.name){if(this.match(80)||x(this.state.type)||this.match(68)||this.match(74)||this.match(82))return this.flowParseDeclare(e)}else if(x(this.state.type)){if("interface"===t.name)return this.flowParseInterface(e);if("type"===t.name)return this.flowParseTypeAlias(e);if("opaque"===t.name)return this.flowParseOpaqueType(e,!1)}return _superPropGet(c,"parseExpressionStatement",this,3)([e,t,r])}},{key:"shouldParseExportDeclaration",value:function(){var e=this.state.type;return 126===e||$(e)?!this.state.containsEsc:_superPropGet(c,"shouldParseExportDeclaration",this,3)([])}},{key:"isExportDefaultSpecifier",value:function(){var e=this.state.type;return 126===e||$(e)?this.state.containsEsc:_superPropGet(c,"isExportDefaultSpecifier",this,3)([])}},{key:"parseExportDefaultExpression",value:function(){var e;return this.isContextual(126)?(e=this.startNode(),this.next(),this.flowParseEnumDeclaration(e)):_superPropGet(c,"parseExportDefaultExpression",this,3)([])}},{key:"parseConditional",value:function(e,t,r){var i=this;if(!this.match(17))return e;if(this.state.maybeInArrowParameters){var n=this.lookaheadCharCode();if(44===n||61===n||58===n||41===n)return this.setOptionalParametersError(r),e}this.expect(17);var n=this.state.clone(),r=this.state.noArrowAt,t=this.startNodeAt(t),s=this.tryParseConditionalConsequent(),a=s.consequent,s=s.failed,o=_slicedToArray(this.getArrowLikeExpressions(a),2),c=o[0],l=o[1];if(s||0<l.length){var u=_toConsumableArray(r);if(0<l.length){this.state=n,this.state.noArrowAt=u;for(var h=0;h<l.length;h++)u.push(l[h].start);a=(o=this.tryParseConditionalConsequent()).consequent,s=o.failed,c=(o=_slicedToArray(this.getArrowLikeExpressions(a),2))[0],l=o[1]}s&&1<c.length&&this.raise(T.AmbiguousConditionalArrow,n.startLoc),s&&1===c.length&&(this.state=n,u.push(c[0].start),this.state.noArrowAt=u,a=(o=this.tryParseConditionalConsequent()).consequent,s=o.failed)}return this.getArrowLikeExpressions(a,!0),this.state.noArrowAt=r,this.expect(14),t.test=e,t.consequent=a,t.alternate=this.forwardNoArrowParamsConversionAt(t,function(){return i.parseMaybeAssign(void 0,void 0)}),this.finishNode(t,"ConditionalExpression")}},{key:"tryParseConditionalConsequent",value:function(){this.state.noArrowParamsConversionAt.push(this.state.start);var e=this.parseMaybeAssignAllowIn(),t=!this.match(14);return this.state.noArrowParamsConversionAt.pop(),{consequent:e,failed:t}}},{key:"getArrowLikeExpressions",value:function(e,t){for(var r=this,i=[e],n=[];0!==i.length;){var s=i.pop();"ArrowFunctionExpression"===s.type&&"BlockStatement"!==s.body.type?(s.typeParameters||!s.returnType?this.finishArrowValidation(s):n.push(s),i.push(s.body)):"ConditionalExpression"===s.type&&(i.push(s.consequent),i.push(s.alternate))}if(t)return n.forEach(function(e){return r.finishArrowValidation(e)}),[n,[]];for(var a=n,o=function(e){return e.params.every(function(e){return r.isAssignable(e,!0)})},c=[],l=[],u=0;u<a.length;u++)(o(a[u],u,a)?c:l).push(a[u]);return[c,l]}},{key:"finishArrowValidation",value:function(e){var t;this.toAssignableList(e.params,null==(t=e.extra)?void 0:t.trailingCommaLoc,!1),this.scope.enter(518),_superPropGet(c,"checkParams",this,3)([e,!1,!0]),this.scope.exit()}},{key:"forwardNoArrowParamsConversionAt",value:function(e,t){var r;return this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(e.start))?(this.state.noArrowParamsConversionAt.push(this.state.start),r=t(),this.state.noArrowParamsConversionAt.pop()):r=t(),r}},{key:"parseParenItem",value:function(e,t){var r=_superPropGet(c,"parseParenItem",this,3)([e,t]);return this.eat(17)&&(r.optional=!0,this.resetEndLocation(e)),this.match(14)?((e=this.startNodeAt(t)).expression=r,e.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(e,"TypeCastExpression")):r}},{key:"assertModuleNodeAllowed",value:function(e){"ImportDeclaration"===e.type&&("type"===e.importKind||"typeof"===e.importKind)||"ExportNamedDeclaration"===e.type&&"type"===e.exportKind||"ExportAllDeclaration"===e.type&&"type"===e.exportKind||_superPropGet(c,"assertModuleNodeAllowed",this,3)([e])}},{key:"parseExportDeclaration",value:function(e){var t;return this.isContextual(130)?(e.exportKind="type",t=this.startNode(),this.next(),this.match(5)?(e.specifiers=this.parseExportSpecifiers(!0),_superPropGet(c,"parseExportFrom",this,3)([e]),null):this.flowParseTypeAlias(t)):this.isContextual(131)?(e.exportKind="type",t=this.startNode(),this.next(),this.flowParseOpaqueType(t,!1)):this.isContextual(129)?(e.exportKind="type",t=this.startNode(),this.next(),this.flowParseInterface(t)):this.isContextual(126)?(e.exportKind="value",t=this.startNode(),this.next(),this.flowParseEnumDeclaration(t)):_superPropGet(c,"parseExportDeclaration",this,3)([e])}},{key:"eatExportStar",value:function(e){return!!_superPropGet(c,"eatExportStar",this,3)([e])||!(!this.isContextual(130)||55!==this.lookahead().type||(e.exportKind="type",this.next(),this.next(),0))}},{key:"maybeParseExportNamespaceSpecifier",value:function(e){var t=this.state.startLoc,r=_superPropGet(c,"maybeParseExportNamespaceSpecifier",this,3)([e]);return r&&"type"===e.exportKind&&this.unexpected(t),r}},{key:"parseClassId",value:function(e,t,r){_superPropGet(c,"parseClassId",this,3)([e,t,r]),this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration())}},{key:"parseClassMember",value:function(e,t,r){var i=this.state.startLoc;if(this.isContextual(125)){if(_superPropGet(c,"parseClassMemberFromModifier",this,3)([e,t]))return;t.declare=!0}_superPropGet(c,"parseClassMember",this,3)([e,t,r]),t.declare&&("ClassProperty"!==t.type&&"ClassPrivateProperty"!==t.type&&"PropertyDefinition"!==t.type?this.raise(T.DeclareClassElement,i):t.value&&this.raise(T.DeclareClassFieldInitializer,t.value))}},{key:"isIterator",value:function(e){return"iterator"===e||"asyncIterator"===e}},{key:"readIterator",value:function(){var e=_superPropGet(c,"readWord1",this,3)([]),t="@@"+e;this.isIterator(e)&&this.state.inType||this.raise(y.InvalidIdentifier,this.state.curPosition(),{identifierName:t}),this.finishToken(132,t)}},{key:"getTokenFromCode",value:function(e){var t,r,i=this.input.charCodeAt(this.state.pos+1);123===e&&124===i?this.finishOp(6,2):!this.state.inType||62!==e&&60!==e?this.state.inType&&63===e?46===i?this.finishOp(18,2):this.finishOp(17,1):(t=e,i=i,r=this.input.charCodeAt(this.state.pos+2),64===t&&64===i&&S(r)?(this.state.pos+=2,this.readIterator()):_superPropGet(c,"getTokenFromCode",this,3)([e])):this.finishOp(62===e?48:47,1)}},{key:"isAssignable",value:function(e,t){return"TypeCastExpression"===e.type?this.isAssignable(e.expression,t):_superPropGet(c,"isAssignable",this,3)([e,t])}},{key:"toAssignable",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];t||"AssignmentExpression"!==e.type||"TypeCastExpression"!==e.left.type||(e.left=this.typeCastToParameter(e.left)),_superPropGet(c,"toAssignable",this,3)([e,t])}},{key:"toAssignableList",value:function(e,t,r){for(var i=0;i<e.length;i++){var n=e[i];"TypeCastExpression"===(null==n?void 0:n.type)&&(e[i]=this.typeCastToParameter(n))}_superPropGet(c,"toAssignableList",this,3)([e,t,r])}},{key:"toReferencedList",value:function(e,t){for(var r=0;r<e.length;r++){var i,n=e[r];!n||"TypeCastExpression"!==n.type||null!=(i=n.extra)&&i.parenthesized||!(1<e.length)&&t||this.raise(T.TypeCastInPattern,n.typeAnnotation)}return e}},{key:"parseArrayLike",value:function(e,t,r,i){e=_superPropGet(c,"parseArrayLike",this,3)([e,t,r,i]);return t&&!this.state.maybeInArrowParameters&&this.toReferencedList(e.elements),e}},{key:"isValidLVal",value:function(e,t,r){return"TypeCastExpression"===e||_superPropGet(c,"isValidLVal",this,3)([e,t,r])}},{key:"parseClassProperty",value:function(e){return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation()),_superPropGet(c,"parseClassProperty",this,3)([e])}},{key:"parseClassPrivateProperty",value:function(e){return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation()),_superPropGet(c,"parseClassPrivateProperty",this,3)([e])}},{key:"isClassMethod",value:function(){return this.match(47)||_superPropGet(c,"isClassMethod",this,3)([])}},{key:"isClassProperty",value:function(){return this.match(14)||_superPropGet(c,"isClassProperty",this,3)([])}},{key:"isNonstaticConstructor",value:function(e){return!this.match(14)&&_superPropGet(c,"isNonstaticConstructor",this,3)([e])}},{key:"pushClassMethod",value:function(e,t,r,i,n,s){t.variance&&this.unexpected(t.variance.loc.start),delete t.variance,this.match(47)&&(t.typeParameters=this.flowParseTypeParameterDeclaration()),_superPropGet(c,"pushClassMethod",this,3)([e,t,r,i,n,s]),t.params&&n?0<(e=t.params).length&&this.isThisParam(e[0])&&this.raise(T.ThisParamBannedInConstructor,t):"MethodDefinition"===t.type&&n&&t.value.params&&0<(r=t.value.params).length&&this.isThisParam(r[0])&&this.raise(T.ThisParamBannedInConstructor,t)}},{key:"pushClassPrivateMethod",value:function(e,t,r,i){t.variance&&this.unexpected(t.variance.loc.start),delete t.variance,this.match(47)&&(t.typeParameters=this.flowParseTypeParameterDeclaration()),_superPropGet(c,"pushClassPrivateMethod",this,3)([e,t,r,i])}},{key:"parseClassSuper",value:function(e){if(_superPropGet(c,"parseClassSuper",this,3)([e]),e.superClass&&(this.match(47)||this.match(51))&&(e.superTypeParameters=this.flowParseTypeParameterInstantiationInExpression()),this.isContextual(113)){this.next();var t=e.implements=[];do{var r=this.startNode()}while(r.id=this.flowParseRestrictedIdentifier(!0),this.match(47)?r.typeParameters=this.flowParseTypeParameterInstantiation():r.typeParameters=null,t.push(this.finishNode(r,"ClassImplements")),this.eat(12))}}},{key:"checkGetterSetterParams",value:function(e){_superPropGet(c,"checkGetterSetterParams",this,3)([e]);var t=this.getObjectOrClassMethodParams(e);0<t.length&&(t=t[0],this.isThisParam(t)&&"get"===e.kind?this.raise(T.GetterMayNotHaveThisParam,t):this.isThisParam(t)&&this.raise(T.SetterMayNotHaveThisParam,t))}},{key:"parsePropertyNamePrefixOperator",value:function(e){e.variance=this.flowParseVariance()}},{key:"parseObjPropValue",value:function(e,t,r,i,n,s,a){e.variance&&this.unexpected(e.variance.loc.start),delete e.variance,this.match(47)&&!s&&(o=this.flowParseTypeParameterDeclaration(),this.match(10)||this.unexpected());var o,e=_superPropGet(c,"parseObjPropValue",this,3)([e,t,r,i,n,s,a]);return o&&((e.value||e).typeParameters=o),e}},{key:"parseFunctionParamType",value:function(e){return this.eat(17)&&("Identifier"!==e.type&&this.raise(T.PatternIsOptional,e),this.isThisParam(e)&&this.raise(T.ThisParamMayNotBeOptional,e),e.optional=!0),this.match(14)?e.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(e)&&this.raise(T.ThisParamAnnotationRequired,e),this.match(29)&&this.isThisParam(e)&&this.raise(T.ThisParamNoDefault,e),this.resetEndLocation(e),e}},{key:"parseMaybeDefault",value:function(e,t){e=_superPropGet(c,"parseMaybeDefault",this,3)([e,t]);return"AssignmentPattern"===e.type&&e.typeAnnotation&&e.right.start<e.typeAnnotation.start&&this.raise(T.TypeBeforeInitializer,e.typeAnnotation),e}},{key:"checkImportReflection",value:function(e){_superPropGet(c,"checkImportReflection",this,3)([e]),e.module&&"value"!==e.importKind&&this.raise(T.ImportReflectionHasImportType,e.specifiers[0].loc.start)}},{key:"parseImportSpecifierLocal",value:function(e,t,r){t.local=Pe(e)?this.flowParseRestrictedIdentifier(!0,!0):this.parseIdentifier(),e.specifiers.push(this.finishImportSpecifier(t,r))}},{key:"isPotentialImportPhase",value:function(e){var t;return!!_superPropGet(c,"isPotentialImportPhase",this,3)([e])||(this.isContextual(130)?!e||123===(t=this.lookaheadCharCode())||42===t:!e&&this.isContextual(87))}},{key:"applyImportPhase",value:function(e,t,r,i){_superPropGet(c,"applyImportPhase",this,3)([e,t,r,i]),t?!r&&this.match(65)||(e.exportKind="type"===r?r:"value"):("type"===r&&this.match(55)&&this.unexpected(),e.importKind="type"===r||"typeof"===r?r:"value")}},{key:"parseImportSpecifier",value:function(e,t,r,i,n){var s=e.imported,a=null,o=("Identifier"===s.type&&("type"===s.name?a="type":"typeof"===s.name&&(a="typeof")),!1);if(this.isContextual(93)&&!this.isLookaheadContextual("as")){var c=this.parseIdentifier(!0);null===a||m(this.state.type)?(e.imported=s,e.importKind=null,e.local=this.parseIdentifier()):(e.imported=c,e.importKind=a,e.local=this.cloneIdentifier(c))}else{if(null!==a&&m(this.state.type))e.imported=this.parseIdentifier(!0),e.importKind=a;else{if(t)throw this.raise(y.ImportBindingIsString,e,{importName:s.value});e.imported=s,e.importKind=null}this.eatContextual(93)?e.local=this.parseIdentifier():(o=!0,e.local=this.cloneIdentifier(e.imported))}c=Pe(e);return r&&c&&this.raise(T.ImportTypeShorthandOnlyInPureImport,e),(r||c)&&this.checkReservedType(e.local.name,e.local.loc.start,!0),!o||r||c||this.checkReservedWord(e.local.name,e.loc.start,!0,!0),this.finishImportSpecifier(e,"ImportSpecifier")}},{key:"parseBindingAtom",value:function(){return 78!==this.state.type?_superPropGet(c,"parseBindingAtom",this,3)([]):this.parseIdentifier(!0)}},{key:"parseFunctionParams",value:function(e,t){var r=e.kind;"get"!==r&&"set"!==r&&this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration()),_superPropGet(c,"parseFunctionParams",this,3)([e,t])}},{key:"parseVarId",value:function(e,t){_superPropGet(c,"parseVarId",this,3)([e,t]),this.match(14)&&(e.id.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(e.id))}},{key:"parseAsyncArrowFromCallExpression",value:function(e,t){var r;return this.match(14)&&(r=this.state.noAnonFunctionType,this.state.noAnonFunctionType=!0,e.returnType=this.flowParseTypeAnnotation(),this.state.noAnonFunctionType=r),_superPropGet(c,"parseAsyncArrowFromCallExpression",this,3)([e,t])}},{key:"shouldParseAsyncArrow",value:function(){return this.match(14)||_superPropGet(c,"shouldParseAsyncArrow",this,3)([])}},{key:"parseMaybeAssign",value:function(i,n){var e,s=this,t=null;if(this.hasPlugin("jsx")&&(this.match(143)||this.match(47))){if(t=this.state.clone(),!(e=this.tryParse(function(){return _superPropGet(c,"parseMaybeAssign",s,3)([i,n])},t)).error)return e.node;var r=this.state.context,a=r[r.length-1];a!==u.j_oTag&&a!==u.j_expr||r.pop()}if(null!=e&&e.error||this.match(47)){var o,t=t||this.state.clone(),a=this.tryParse(function(e){o=s.flowParseTypeParameterDeclaration();var t=s.forwardNoArrowParamsConversionAt(o,function(){var e=_superPropGet(c,"parseMaybeAssign",s,3)([i,n]);return s.resetStartLocationFromNode(e,o),e}),r=(null!=(r=t.extra)&&r.parenthesized&&e(),s.maybeUnwrapTypeCastExpression(t));return"ArrowFunctionExpression"!==r.type&&e(),r.typeParameters=o,s.resetStartLocationFromNode(r,o),t},t),r=null;if(a.node&&"ArrowFunctionExpression"===this.maybeUnwrapTypeCastExpression(a.node).type){if(!a.error&&!a.aborted)return a.node.async&&this.raise(T.UnexpectedTypeParameterBeforeAsyncArrowFunction,o),a.node;r=a.node}if(null!=e&&e.node)return this.state=e.failState,e.node;if(r)return this.state=a.failState,r;throw null!=e&&e.thrown?e.error:a.thrown?a.error:this.raise(T.UnexpectedTokenAfterTypeParameter,o)}return _superPropGet(c,"parseMaybeAssign",this,3)([i,n])}},{key:"parseArrow",value:function(i){var n=this;if(this.match(14)){var e=this.tryParse(function(){var e=n.state.noAnonFunctionType,t=(n.state.noAnonFunctionType=!0,n.startNode()),r=_slicedToArray(n.flowParseTypeAndPredicateInitialiser(),2);return t.typeAnnotation=r[0],i.predicate=r[1],n.state.noAnonFunctionType=e,n.canInsertSemicolon()&&n.unexpected(),n.match(19)||n.unexpected(),t});if(e.thrown)return null;e.error&&(this.state=e.failState),i.returnType=e.node.typeAnnotation?this.finishNode(e.node,"TypeAnnotation"):null}return _superPropGet(c,"parseArrow",this,3)([i])}},{key:"shouldParseArrow",value:function(e){return this.match(14)||_superPropGet(c,"shouldParseArrow",this,3)([e])}},{key:"setArrowFunctionParameters",value:function(e,t){this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(e.start))?e.params=t:_superPropGet(c,"setArrowFunctionParameters",this,3)([e,t])}},{key:"checkParams",value:function(e,t,r){var i=!(3<arguments.length&&void 0!==arguments[3])||arguments[3];if(!r||!this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(e.start))){for(var n=0;n<e.params.length;n++)this.isThisParam(e.params[n])&&0<n&&this.raise(T.ThisParamMustBeFirst,e.params[n]);_superPropGet(c,"checkParams",this,3)([e,t,r,i])}}},{key:"parseParenAndDistinguishExpression",value:function(e){return _superPropGet(c,"parseParenAndDistinguishExpression",this,3)([e&&!this.state.noArrowAt.includes(this.sourceToOffsetPos(this.state.start))])}},{key:"parseSubscripts",value:function(e,t,r){var i=this;if("Identifier"===e.type&&"async"===e.name&&this.state.noArrowAt.includes(t.index)){this.next();var n=this.startNodeAt(t);n.callee=e,n.arguments=_superPropGet(c,"parseCallExpressionArguments",this,3)([]),e=this.finishNode(n,"CallExpression")}else if("Identifier"===e.type&&"async"===e.name&&this.match(47)){var n=this.state.clone(),s=this.tryParse(function(e){return i.parseAsyncArrowWithTypeParameters(t)||e()},n);if(!s.error&&!s.aborted)return s.node;n=this.tryParse(function(){return _superPropGet(c,"parseSubscripts",i,3)([e,t,r])},n);if(n.node&&!n.error)return n.node;if(s.node)return this.state=s.failState,s.node;if(n.node)return this.state=n.failState,n.node;throw s.error||n.error}return _superPropGet(c,"parseSubscripts",this,3)([e,t,r])}},{key:"parseSubscript",value:function(e,t,r,i){var n=this;if(this.match(18)&&this.isLookaheadToken_lt()){if(i.optionalChainMember=!0,r)return i.stop=!0,e;this.next();var s=this.startNodeAt(t);return s.callee=e,s.typeArguments=this.flowParseTypeParameterInstantiationInExpression(),this.expect(10),s.arguments=this.parseCallExpressionArguments(),s.optional=!0,this.finishCallExpression(s,!0)}if(!r&&this.shouldParseTypes()&&(this.match(47)||this.match(51))){var a=this.startNodeAt(t),s=(a.callee=e,this.tryParse(function(){return a.typeArguments=n.flowParseTypeParameterInstantiationCallOrNew(),n.expect(10),a.arguments=_superPropGet(c,"parseCallExpressionArguments",n,3)([]),i.optionalChainMember&&(a.optional=!1),n.finishCallExpression(a,i.optionalChainMember)}));if(s.node)return s.error&&(this.state=s.failState),s.node}return _superPropGet(c,"parseSubscript",this,3)([e,t,r,i])}},{key:"parseNewCallee",value:function(e){var t=this,r=(_superPropGet(c,"parseNewCallee",this,3)([e]),null);this.shouldParseTypes()&&this.match(47)&&(r=this.tryParse(function(){return t.flowParseTypeParameterInstantiationCallOrNew()}).node),e.typeArguments=r}},{key:"parseAsyncArrowWithTypeParameters",value:function(e){e=this.startNodeAt(e);if(this.parseFunctionParams(e,!1),this.parseArrow(e))return _superPropGet(c,"parseArrowExpression",this,3)([e,void 0,!0])}},{key:"readToken_mult_modulo",value:function(e){var t=this.input.charCodeAt(this.state.pos+1);42===e&&47===t&&this.state.hasFlowComment?(this.state.hasFlowComment=!1,this.state.pos+=2,this.nextToken()):_superPropGet(c,"readToken_mult_modulo",this,3)([e])}},{key:"readToken_pipe_amp",value:function(e){var t=this.input.charCodeAt(this.state.pos+1);124===e&&125===t?this.finishOp(9,2):_superPropGet(c,"readToken_pipe_amp",this,3)([e])}},{key:"parseTopLevel",value:function(e,t){e=_superPropGet(c,"parseTopLevel",this,3)([e,t]);return this.state.hasFlowComment&&this.raise(T.UnterminatedFlowComment,this.state.curPosition()),e}},{key:"skipBlockComment",value:function(){if(!this.hasPlugin("flowComments")||!this.skipFlowComment())return _superPropGet(c,"skipBlockComment",this,3)([this.state.hasFlowComment?"*-/":"*/"]);if(this.state.hasFlowComment)throw this.raise(T.NestedFlowComment,this.state.startLoc);this.hasFlowCommentCompletion();var e=this.skipFlowComment();e&&(this.state.pos+=e,this.state.hasFlowComment=!0)}},{key:"skipFlowComment",value:function(){for(var e=this.state.pos,t=2;[32,9].includes(this.input.charCodeAt(e+t));)t++;var r=this.input.charCodeAt(t+e),i=this.input.charCodeAt(t+e+1);return 58===r&&58===i?t+2:"flow-include"===this.input.slice(t+e,t+e+12)?t+12:58===r&&58!==i&&t}},{key:"hasFlowCommentCompletion",value:function(){if(-1===this.input.indexOf("*/",this.state.pos))throw this.raise(y.UnterminatedComment,this.state.curPosition())}},{key:"flowEnumErrorBooleanMemberNotInitialized",value:function(e,t){var r=t.enumName;this.raise(T.EnumBooleanMemberNotInitialized,e,{memberName:t.memberName,enumName:r})}},{key:"flowEnumErrorInvalidMemberInitializer",value:function(e,t){return this.raise(t.explicitType?"symbol"===t.explicitType?T.EnumInvalidMemberInitializerSymbolType:T.EnumInvalidMemberInitializerPrimaryType:T.EnumInvalidMemberInitializerUnknownType,e,t)}},{key:"flowEnumErrorNumberMemberNotInitialized",value:function(e,t){this.raise(T.EnumNumberMemberNotInitialized,e,t)}},{key:"flowEnumErrorStringMemberInconsistentlyInitialized",value:function(e,t){this.raise(T.EnumStringMemberInconsistentlyInitialized,e,t)}},{key:"flowEnumMemberInit",value:function(){function e(){return t.match(12)||t.match(8)}var t=this,r=this.state.startLoc;switch(this.state.type){case 135:var i=this.parseNumericLiteral(this.state.value);return e()?{type:"number",loc:i.loc.start,value:i}:{type:"invalid",loc:r};case 134:i=this.parseStringLiteral(this.state.value);return e()?{type:"string",loc:i.loc.start,value:i}:{type:"invalid",loc:r};case 85:case 86:i=this.parseBooleanLiteral(this.match(85));return e()?{type:"boolean",loc:i.loc.start,value:i}:{type:"invalid",loc:r};default:return{type:"invalid",loc:r}}}},{key:"flowEnumMemberRaw",value:function(){var e=this.state.startLoc;return{id:this.parseIdentifier(!0),init:this.eat(29)?this.flowEnumMemberInit():{type:"none",loc:e}}}},{key:"flowEnumCheckExplicitTypeMismatch",value:function(e,t,r){var i=t.explicitType;null!==i&&i!==r&&this.flowEnumErrorInvalidMemberInitializer(e,t)}},{key:"flowEnumMembers",value:function(e){for(var t=e.enumName,r=e.explicitType,i=new Set,n={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},s=!1;!this.match(8);){if(this.eat(21)){s=!0;break}var a=this.startNode(),o=this.flowEnumMemberRaw(),c=o.id,l=o.init,o=c.name;if(""!==o){/^[a-z]/.test(o)&&this.raise(T.EnumInvalidMemberName,c,{memberName:o,suggestion:o[0].toUpperCase()+o.slice(1),enumName:t}),i.has(o)&&this.raise(T.EnumDuplicateMemberName,c,{memberName:o,enumName:t}),i.add(o);var u={enumName:t,explicitType:r,memberName:o};switch(a.id=c,l.type){case"boolean":this.flowEnumCheckExplicitTypeMismatch(l.loc,u,"boolean"),a.init=l.value,n.booleanMembers.push(this.finishNode(a,"EnumBooleanMember"));break;case"number":this.flowEnumCheckExplicitTypeMismatch(l.loc,u,"number"),a.init=l.value,n.numberMembers.push(this.finishNode(a,"EnumNumberMember"));break;case"string":this.flowEnumCheckExplicitTypeMismatch(l.loc,u,"string"),a.init=l.value,n.stringMembers.push(this.finishNode(a,"EnumStringMember"));break;case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(l.loc,u);case"none":switch(r){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(l.loc,u);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(l.loc,u);break;default:n.defaultedMembers.push(this.finishNode(a,"EnumDefaultedMember"))}}this.match(8)||this.expect(12)}}return{members:n,hasUnknownMembers:s}}},{key:"flowEnumStringMembers",value:function(e,t,r){var i=r.enumName;if(0===e.length)return t;if(0!==t.length){if(e.length<t.length){var n,s=_createForOfIteratorHelper(e);try{for(s.s();!(n=s.n()).done;){var a=n.value;this.flowEnumErrorStringMemberInconsistentlyInitialized(a,{enumName:i})}}catch(e){s.e(e)}finally{s.f()}return t}var o,c=_createForOfIteratorHelper(t);try{for(c.s();!(o=c.n()).done;){var l=o.value;this.flowEnumErrorStringMemberInconsistentlyInitialized(l,{enumName:i})}}catch(e){c.e(e)}finally{c.f()}}return e}},{key:"flowEnumParseExplicitType",value:function(e){var t,e=e.enumName;if(!this.eatContextual(102))return null;if(x(this.state.type))return t=this.state.value,this.next(),"boolean"!==t&&"number"!==t&&"string"!==t&&"symbol"!==t&&this.raise(T.EnumInvalidExplicitType,this.state.startLoc,{enumName:e,invalidEnumType:t}),t;throw this.raise(T.EnumInvalidExplicitTypeUnknownSupplied,this.state.startLoc,{enumName:e})}},{key:"flowEnumBody",value:function(e,t){var r=this,i=t.name,n=t.loc.start,t=this.flowEnumParseExplicitType({enumName:i}),s=(this.expect(5),this.flowEnumMembers({enumName:i,explicitType:t})),a=s.members;switch(e.hasUnknownMembers=s.hasUnknownMembers,t){case"boolean":return e.explicitType=!0,e.members=a.booleanMembers,this.expect(8),this.finishNode(e,"EnumBooleanBody");case"number":return e.explicitType=!0,e.members=a.numberMembers,this.expect(8),this.finishNode(e,"EnumNumberBody");case"string":return e.explicitType=!0,e.members=this.flowEnumStringMembers(a.stringMembers,a.defaultedMembers,{enumName:i}),this.expect(8),this.finishNode(e,"EnumStringBody");case"symbol":return e.members=a.defaultedMembers,this.expect(8),this.finishNode(e,"EnumSymbolBody");default:var o=function(){return e.members=[],r.expect(8),r.finishNode(e,"EnumStringBody")},c=(e.explicitType=!1,a.booleanMembers.length),l=a.numberMembers.length,u=a.stringMembers.length,h=a.defaultedMembers.length;if(c||l||u||h){if(!c&&!l)return e.members=this.flowEnumStringMembers(a.stringMembers,a.defaultedMembers,{enumName:i}),this.expect(8),this.finishNode(e,"EnumStringBody");if(!l&&!u&&h<=c){var p,d=_createForOfIteratorHelper(a.defaultedMembers);try{for(d.s();!(p=d.n()).done;){var f=p.value;this.flowEnumErrorBooleanMemberNotInitialized(f.loc.start,{enumName:i,memberName:f.id.name})}}catch(e){d.e(e)}finally{d.f()}return e.members=a.booleanMembers,this.expect(8),this.finishNode(e,"EnumBooleanBody")}if(!c&&!u&&h<=l){var m,y=_createForOfIteratorHelper(a.defaultedMembers);try{for(y.s();!(m=y.n()).done;){var v=m.value;this.flowEnumErrorNumberMemberNotInitialized(v.loc.start,{enumName:i,memberName:v.id.name})}}catch(e){y.e(e)}finally{y.f()}return e.members=a.numberMembers,this.expect(8),this.finishNode(e,"EnumNumberBody")}this.raise(T.EnumInconsistentMemberValues,n,{enumName:i})}return o()}}},{key:"flowParseEnumDeclaration",value:function(e){var t=this.parseIdentifier();return e.id=t,e.body=this.flowEnumBody(this.startNode(),t),this.finishNode(e,"EnumDeclaration")}},{key:"jsxParseOpeningElementAfterName",value:function(e){return this.shouldParseTypes()&&(this.match(47)||this.match(51))&&(e.typeArguments=this.flowParseTypeParameterInstantiationInExpression()),_superPropGet(c,"jsxParseOpeningElementAfterName",this,3)([e])}},{key:"isLookaheadToken_lt",value:function(){var e=this.nextTokenStart();return 60===this.input.charCodeAt(e)&&60!==(e=this.input.charCodeAt(e+1))&&61!==e}},{key:"reScan_lt_gt",value:function(){var e=this.state.type;47===e?(--this.state.pos,this.readToken_lt()):48===e&&(--this.state.pos,this.readToken_gt())}},{key:"reScan_lt",value:function(){var e=this.state.type;return 51===e?(this.state.pos-=2,this.finishOp(47,1),47):e}},{key:"maybeUnwrapTypeCastExpression",value:function(e){return"TypeCastExpression"===e.type?e.expression:e}}]);function c(){var e;_classCallCheck(this,c);for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return(e=_callSuper(this,c,[].concat(r))).flowPragma=void 0,e}},typescript:function(e){return _inherits(l,e),_createClass(l,[{key:"getScopeHandler",value:function(){return we}},{key:"tsIsIdentifier",value:function(){return x(this.state.type)}},{key:"tsTokenCanFollowModifier",value:function(){return this.match(0)||this.match(5)||this.match(55)||this.match(21)||this.match(139)||this.isLiteralPropertyName()}},{key:"tsNextTokenOnSameLineAndCanFollowModifier",value:function(){return this.next(),!this.hasPrecedingLineBreak()&&this.tsTokenCanFollowModifier()}},{key:"tsNextTokenCanFollowModifier",value:function(){return this.match(106)?(this.next(),this.tsTokenCanFollowModifier()):this.tsNextTokenOnSameLineAndCanFollowModifier()}},{key:"tsParseModifier",value:function(e,t,r){var i;if(x(this.state.type)||58===this.state.type||75===this.state.type)return i=this.state.value,e.includes(i)&&!(r&&this.match(106)||t&&this.tsIsStartOfStaticBlocks())&&this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this))?i:void 0}},{key:"tsParseModifiers",value:function(e,n){for(var t,s=this,r=e.allowedModifiers,i=e.disallowedModifiers,a=e.stopOnStartOfClassStaticBlock,e=e.errorTemplate,o=void 0===e?M.InvalidModifierOnTypeMember:e,c=function(e,t,r,i){t===r&&n[i]&&s.raise(M.InvalidModifiersOrder,e,{orderedModifiers:[r,i]})},l=function(e,t,r,i){(n[r]&&t===i||n[i]&&t===r)&&s.raise(M.IncompatibleModifiers,e,{modifiers:[r,i]})};;){var u=this.state.startLoc,h=this.tsParseModifier(r.concat(null!=i?i:[]),a,n.static);if(!h)break;lt(h)?n.accessibility?this.raise(M.DuplicateAccessibilityModifier,u,{modifier:h}):(c(u,h,h,"override"),c(u,h,h,"static"),c(u,h,h,"readonly"),n.accessibility=h):"in"===(t=h)||"out"===t?(n[h]&&this.raise(M.DuplicateModifier,u,{modifier:h}),n[h]=!0,c(u,h,"in","out")):(hasOwnProperty.call(n,h)?this.raise(M.DuplicateModifier,u,{modifier:h}):(c(u,h,"static","readonly"),c(u,h,"static","override"),c(u,h,"override","readonly"),c(u,h,"abstract","override"),l(u,h,"declare","override"),l(u,h,"static","abstract")),n[h]=!0),null!=i&&i.includes(h)&&this.raise(o,u,{modifier:h})}}},{key:"tsIsListTerminator",value:function(e){switch(e){case"EnumMembers":case"TypeMembers":return this.match(8);case"HeritageClauseElement":return this.match(5);case"TupleElementTypes":return this.match(3);case"TypeParametersOrArguments":return this.match(48)}}},{key:"tsParseList",value:function(e,t){for(var r=[];!this.tsIsListTerminator(e);)r.push(t());return r}},{key:"tsParseDelimitedList",value:function(e,t,r){e=this.tsParseDelimitedListWorker(e,t,!0,r);if(null==e)throw new Error("Unexpected ".concat(e," value."));return e}},{key:"tsParseDelimitedListWorker",value:function(e,t,r,i){for(var n=[],s=-1;!this.tsIsListTerminator(e);){var s=-1,a=t();if(null==a)return;if(n.push(a),!this.eat(12)){if(this.tsIsListTerminator(e))break;return void(r&&this.expect(12))}s=this.state.lastTokStartLoc.index}return i&&(i.value=s),n}},{key:"tsParseBracketedList",value:function(e,t,r,i,n){i||(r?this.expect(0):this.expect(47));i=this.tsParseDelimitedList(e,t,n);return r?this.expect(3):this.expect(48),i}},{key:"tsParseImportType",value:function(){var e=this.startNode();return this.expect(83),this.expect(10),this.match(134)?e.argument=this.parseStringLiteral(this.state.value):(this.raise(M.UnsupportedImportTypeArgument,this.state.startLoc),e.argument=_superPropGet(l,"parseExprAtom",this,3)([])),this.eat(12)?e.options=this.tsParseImportTypeOptions():e.options=null,this.expect(11),this.eat(16)&&(e.qualifier=this.tsParseEntityName(3)),this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSImportType")}},{key:"tsParseImportTypeOptions",value:function(){var e=this.startNode(),t=(this.expect(5),this.startNode());return this.isContextual(76)?(t.method=!1,t.key=this.parseIdentifier(!0),t.computed=!1,t.shorthand=!1):this.unexpected(null,76),this.expect(14),t.value=this.tsParseImportTypeWithPropertyValue(),e.properties=[this.finishObjectProperty(t)],this.eat(12),this.expect(8),this.finishNode(e,"ObjectExpression")}},{key:"tsParseImportTypeWithPropertyValue",value:function(){var e=this.startNode(),t=[];for(this.expect(5);!this.match(8);){var r=this.state.type;x(r)||134===r?t.push(_superPropGet(l,"parsePropertyDefinition",this,3)([null])):this.unexpected(),this.eat(12)}return e.properties=t,this.next(),this.finishNode(e,"ObjectExpression")}},{key:"tsParseEntityName",value:function(e){var t,r;for(r=1&e&&this.match(78)?2&e?this.parseIdentifier(!0):(t=this.startNode(),this.next(),this.finishNode(t,"ThisExpression")):this.parseIdentifier(!!(1&e));this.eat(16);){var i=this.startNodeAtNode(r);i.left=r,i.right=this.parseIdentifier(!!(1&e)),r=this.finishNode(i,"TSQualifiedName")}return r}},{key:"tsParseTypeReference",value:function(){var e=this.startNode();return e.typeName=this.tsParseEntityName(1),!this.hasPrecedingLineBreak()&&this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSTypeReference")}},{key:"tsParseThisTypePredicate",value:function(e){this.next();var t=this.startNodeAtNode(e);return t.parameterName=e,t.typeAnnotation=this.tsParseTypeAnnotation(!1),t.asserts=!1,this.finishNode(t,"TSTypePredicate")}},{key:"tsParseThisTypeNode",value:function(){var e=this.startNode();return this.next(),this.finishNode(e,"TSThisType")}},{key:"tsParseTypeQuery",value:function(){var e=this.startNode();return this.expect(87),this.match(83)?e.exprName=this.tsParseImportType():e.exprName=this.tsParseEntityName(3),!this.hasPrecedingLineBreak()&&this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSTypeQuery")}},{key:"tsParseTypeParameter",value:function(e){var t=this.startNode();return e(t),t.name=this.tsParseTypeParameterName(),t.constraint=this.tsEatThenParseType(81),t.default=this.tsEatThenParseType(29),this.finishNode(t,"TSTypeParameter")}},{key:"tsTryParseTypeParameters",value:function(e){if(this.match(47))return this.tsParseTypeParameters(e)}},{key:"tsParseTypeParameters",value:function(e){var t=this.startNode(),r=(this.match(47)||this.match(143)?this.next():this.unexpected(),{value:-1});return t.params=this.tsParseBracketedList("TypeParametersOrArguments",this.tsParseTypeParameter.bind(this,e),!1,!0,r),0===t.params.length&&this.raise(M.EmptyTypeParameters,t),-1!==r.value&&this.addExtra(t,"trailingComma",r.value),this.finishNode(t,"TSTypeParameterDeclaration")}},{key:"tsFillSignature",value:function(e,t){var r=19===e,i="typeAnnotation";t.typeParameters=this.tsTryParseTypeParameters(this.tsParseConstModifier),this.expect(10),t.parameters=this.tsParseBindingListForSignature(),(r||this.match(e))&&(t[i]=this.tsParseTypeOrTypePredicateAnnotation(e))}},{key:"tsParseBindingListForSignature",value:function(){var e,t=_superPropGet(l,"parseBindingList",this,3)([11,41,2]),r=_createForOfIteratorHelper(t);try{for(r.s();!(e=r.n()).done;){var i=e.value,n=i.type;"AssignmentPattern"!==n&&"TSParameterProperty"!==n||this.raise(M.UnsupportedSignatureParameterKind,i,{type:n})}}catch(e){r.e(e)}finally{r.f()}return t}},{key:"tsParseTypeMemberSemicolon",value:function(){this.eat(12)||this.isLineTerminator()||this.expect(13)}},{key:"tsParseSignatureMember",value:function(e,t){return this.tsFillSignature(14,t),this.tsParseTypeMemberSemicolon(),this.finishNode(t,e)}},{key:"tsIsUnambiguouslyIndexSignature",value:function(){return this.next(),!!x(this.state.type)&&(this.next(),this.match(14))}},{key:"tsTryParseIndexSignature",value:function(e){var t;if(this.match(0)&&this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this)))return this.expect(0),(t=this.parseIdentifier()).typeAnnotation=this.tsParseTypeAnnotation(),this.resetEndLocation(t),this.expect(3),e.parameters=[t],(t=this.tsTryParseTypeAnnotation())&&(e.typeAnnotation=t),this.tsParseTypeMemberSemicolon(),this.finishNode(e,"TSIndexSignature")}},{key:"tsParsePropertyOrMethodSignature",value:function(e,t){var r,i,n;return this.eat(17)&&(e.optional=!0),this.match(10)||this.match(47)?(t&&this.raise(M.ReadonlyForMethodSignature,e),(r=e).kind&&this.match(47)&&this.raise(M.AccessorCannotHaveTypeParameters,this.state.curPosition()),this.tsFillSignature(14,r),this.tsParseTypeMemberSemicolon(),i="parameters",n="typeAnnotation","get"===r.kind?0<r[i].length&&(this.raise(y.BadGetterArity,this.state.curPosition()),this.isThisParam(r[i][0]))&&this.raise(M.AccessorCannotDeclareThisParameter,this.state.curPosition()):"set"===r.kind?(1!==r[i].length?this.raise(y.BadSetterArity,this.state.curPosition()):(i=r[i][0],this.isThisParam(i)&&this.raise(M.AccessorCannotDeclareThisParameter,this.state.curPosition()),"Identifier"===i.type&&i.optional&&this.raise(M.SetAccessorCannotHaveOptionalParameter,this.state.curPosition()),"RestElement"===i.type&&this.raise(M.SetAccessorCannotHaveRestParameter,this.state.curPosition())),r[n]&&this.raise(M.SetAccessorCannotHaveReturnType,r[n])):r.kind="method",this.finishNode(r,"TSMethodSignature")):(i=e,t&&(i.readonly=!0),(n=this.tsTryParseTypeAnnotation())&&(i.typeAnnotation=n),this.tsParseTypeMemberSemicolon(),this.finishNode(i,"TSPropertySignature"))}},{key:"tsParseTypeMember",value:function(){var e,t=this.startNode();return this.match(10)||this.match(47)?this.tsParseSignatureMember("TSCallSignatureDeclaration",t):this.match(77)?(e=this.startNode(),this.next(),this.match(10)||this.match(47)?this.tsParseSignatureMember("TSConstructSignatureDeclaration",t):(t.key=this.createIdentifier(e,"new"),this.tsParsePropertyOrMethodSignature(t,!1))):(this.tsParseModifiers({allowedModifiers:["readonly"],disallowedModifiers:["declare","abstract","private","protected","public","static","override"]},t),this.tsTryParseIndexSignature(t)||(_superPropGet(l,"parsePropertyName",this,3)([t]),t.computed||"Identifier"!==t.key.type||"get"!==t.key.name&&"set"!==t.key.name||!this.tsTokenCanFollowModifier()||(t.kind=t.key.name,_superPropGet(l,"parsePropertyName",this,3)([t]),this.match(10))||this.match(47)||this.unexpected(null,10),this.tsParsePropertyOrMethodSignature(t,!!t.readonly)))}},{key:"tsParseTypeLiteral",value:function(){var e=this.startNode();return e.members=this.tsParseObjectTypeMembers(),this.finishNode(e,"TSTypeLiteral")}},{key:"tsParseObjectTypeMembers",value:function(){this.expect(5);var e=this.tsParseList("TypeMembers",this.tsParseTypeMember.bind(this));return this.expect(8),e}},{key:"tsIsStartOfMappedType",value:function(){return this.next(),this.eat(53)?this.isContextual(122):(this.isContextual(122)&&this.next(),!(!this.match(0)||(this.next(),!this.tsIsIdentifier()))&&(this.next(),this.match(58)))}},{key:"tsParseMappedType",value:function(){var e=this.startNode(),t=(this.expect(5),this.match(53)?(e.readonly=this.state.value,this.next(),this.expectContextual(122)):this.eatContextual(122)&&(e.readonly=!0),this.expect(0),this.startNode());return t.name=this.tsParseTypeParameterName(),t.constraint=this.tsExpectThenParseType(58),e.typeParameter=this.finishNode(t,"TSTypeParameter"),e.nameType=this.eatContextual(93)?this.tsParseType():null,this.expect(3),this.match(53)?(e.optional=this.state.value,this.next(),this.expect(17)):this.eat(17)&&(e.optional=!0),e.typeAnnotation=this.tsTryParseType(),this.semicolon(),this.expect(8),this.finishNode(e,"TSMappedType")}},{key:"tsParseTupleType",value:function(){var r=this,e=this.startNode(),i=(e.elementTypes=this.tsParseBracketedList("TupleElementTypes",this.tsParseTupleElementType.bind(this),!0,!1),!1);return e.elementTypes.forEach(function(e){var t=e.type;!i||"TSRestType"===t||"TSOptionalType"===t||"TSNamedTupleMember"===t&&e.optional||r.raise(M.OptionalTypeBeforeRequired,e),i=i||"TSNamedTupleMember"===t&&e.optional||"TSOptionalType"===t}),this.finishNode(e,"TSTupleType")}},{key:"tsParseTupleElementType",value:function(){var e,t,r,i,n,s,a=this.state.startLoc,o=this.eat(21),c=this.state.startLoc,l=m(this.state.type)?this.lookaheadCharCode():null;return 58===l?(t=this.parseIdentifier(!(i=!(e=!0))),this.expect(14),r=this.tsParseType()):63===l?(i=!0,l=this.state.value,s=this.tsParseNonArrayType(),58===this.lookaheadCharCode()?(e=!0,t=this.createIdentifier(this.startNodeAt(c),l),this.expect(17),this.expect(14),r=this.tsParseType()):(e=!1,r=s,this.expect(17))):(r=this.tsParseType(),i=this.eat(17),e=this.eat(14)),e?(t?((n=this.startNodeAt(c)).optional=i,n.label=t,n.elementType=r,this.eat(17)&&(n.optional=!0,this.raise(M.TupleOptionalAfterType,this.state.lastTokStartLoc))):((n=this.startNodeAt(c)).optional=i,this.raise(M.InvalidTupleMemberLabel,r),n.label=r,n.elementType=this.tsParseType()),r=this.finishNode(n,"TSNamedTupleMember")):i&&((l=this.startNodeAt(c)).typeAnnotation=r,r=this.finishNode(l,"TSOptionalType")),o&&((s=this.startNodeAt(a)).typeAnnotation=r,r=this.finishNode(s,"TSRestType")),r}},{key:"tsParseParenthesizedType",value:function(){var e=this.startNode();return this.expect(10),e.typeAnnotation=this.tsParseType(),this.expect(11),this.finishNode(e,"TSParenthesizedType")}},{key:"tsParseFunctionOrConstructorType",value:function(e,t){var r=this,i=this.startNode();return"TSConstructorType"===e&&(i.abstract=!!t,t&&this.next(),this.next()),this.tsInAllowConditionalTypesContext(function(){return r.tsFillSignature(19,i)}),this.finishNode(i,e)}},{key:"tsParseLiteralTypeNode",value:function(){var e=this.startNode();switch(this.state.type){case 135:case 136:case 134:case 85:case 86:e.literal=_superPropGet(l,"parseExprAtom",this,3)([]);break;default:this.unexpected()}return this.finishNode(e,"TSLiteralType")}},{key:"tsParseTemplateLiteralType",value:function(){var e=this.startNode();return e.literal=_superPropGet(l,"parseTemplate",this,3)([!1]),this.finishNode(e,"TSLiteralType")}},{key:"parseTemplateSubstitution",value:function(){return this.state.inType?this.tsParseType():_superPropGet(l,"parseTemplateSubstitution",this,3)([])}},{key:"tsParseThisTypeOrThisTypePredicate",value:function(){var e=this.tsParseThisTypeNode();return this.isContextual(116)&&!this.hasPrecedingLineBreak()?this.tsParseThisTypePredicate(e):e}},{key:"tsParseNonArrayType",value:function(){switch(this.state.type){case 134:case 135:case 136:case 85:case 86:return this.tsParseLiteralTypeNode();case 53:if("-"===this.state.value)return e=this.startNode(),135!==(t=this.lookahead()).type&&136!==t.type&&this.unexpected(),e.literal=this.parseMaybeUnary(),this.finishNode(e,"TSLiteralType");break;case 78:return this.tsParseThisTypeOrThisTypePredicate();case 87:return this.tsParseTypeQuery();case 83:return this.tsParseImportType();case 5:return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this))?this.tsParseMappedType():this.tsParseTypeLiteral();case 0:return this.tsParseTupleType();case 10:return this.tsParseParenthesizedType();case 25:case 24:return this.tsParseTemplateLiteralType();default:var e,t=this.state.type;if(x(t)||88===t||84===t)return void 0!==(e=88===t?"TSVoidKeyword":84===t?"TSNullKeyword":(e=>{switch(e){case"any":return"TSAnyKeyword";case"boolean":return"TSBooleanKeyword";case"bigint":return"TSBigIntKeyword";case"never":return"TSNeverKeyword";case"number":return"TSNumberKeyword";case"object":return"TSObjectKeyword";case"string":return"TSStringKeyword";case"symbol":return"TSSymbolKeyword";case"undefined":return"TSUndefinedKeyword";case"unknown":return"TSUnknownKeyword";default:return}})(this.state.value))&&46!==this.lookaheadCharCode()?(t=this.startNode(),this.next(),this.finishNode(t,e)):this.tsParseTypeReference()}this.unexpected()}},{key:"tsParseArrayTypeOrHigher",value:function(){for(var e,t=this.state.startLoc,r=this.tsParseNonArrayType();!this.hasPrecedingLineBreak()&&this.eat(0);)r=this.match(3)?((e=this.startNodeAt(t)).elementType=r,this.expect(3),this.finishNode(e,"TSArrayType")):((e=this.startNodeAt(t)).objectType=r,e.indexType=this.tsParseType(),this.expect(3),this.finishNode(e,"TSIndexedAccessType"));return r}},{key:"tsParseTypeOperator",value:function(){var e=this.startNode(),t=this.state.value;return this.next(),e.operator=t,e.typeAnnotation=this.tsParseTypeOperatorOrHigher(),"readonly"===t&&this.tsCheckTypeAnnotationForReadOnly(e),this.finishNode(e,"TSTypeOperator")}},{key:"tsCheckTypeAnnotationForReadOnly",value:function(e){switch(e.typeAnnotation.type){case"TSTupleType":case"TSArrayType":return;default:this.raise(M.UnexpectedReadonly,e)}}},{key:"tsParseInferType",value:function(){var e=this,t=this.startNode(),r=(this.expectContextual(115),this.startNode());return r.name=this.tsParseTypeParameterName(),r.constraint=this.tsTryParse(function(){return e.tsParseConstraintForInferType()}),t.typeParameter=this.finishNode(r,"TSTypeParameter"),this.finishNode(t,"TSInferType")}},{key:"tsParseConstraintForInferType",value:function(){var e=this;if(this.eat(81)){var t=this.tsInDisallowConditionalTypesContext(function(){return e.tsParseType()});if(this.state.inDisallowConditionalTypesContext||!this.match(17))return t}}},{key:"tsParseTypeOperatorOrHigher",value:function(){var e,t=this;return 121<=(e=this.state.type)&&e<=123&&!this.state.containsEsc?this.tsParseTypeOperator():this.isContextual(115)?this.tsParseInferType():this.tsInAllowConditionalTypesContext(function(){return t.tsParseArrayTypeOrHigher()})}},{key:"tsParseUnionOrIntersectionType",value:function(e,t,r){for(var i=this.startNode(),n=this.eat(r),s=[];s.push(t()),this.eat(r););return 1!==s.length||n?(i.types=s,this.finishNode(i,e)):s[0]}},{key:"tsParseIntersectionTypeOrHigher",value:function(){return this.tsParseUnionOrIntersectionType("TSIntersectionType",this.tsParseTypeOperatorOrHigher.bind(this),45)}},{key:"tsParseUnionTypeOrHigher",value:function(){return this.tsParseUnionOrIntersectionType("TSUnionType",this.tsParseIntersectionTypeOrHigher.bind(this),43)}},{key:"tsIsStartOfFunctionType",value:function(){return!!this.match(47)||this.match(10)&&this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this))}},{key:"tsSkipParameterStart",value:function(){if(x(this.state.type)||this.match(78))return this.next(),!0;if(this.match(5)){var e=this.state.errors,t=e.length;try{return this.parseObjectLike(8,!0),e.length===t}catch(e){return!1}}if(this.match(0)){this.next();e=this.state.errors,t=e.length;try{return _superPropGet(l,"parseBindingList",this,3)([3,93,1]),e.length===t}catch(e){}}return!1}},{key:"tsIsUnambiguouslyStartOfFunctionType",value:function(){return this.next(),!!(this.match(11)||this.match(21)||this.tsSkipParameterStart()&&(this.match(14)||this.match(12)||this.match(17)||this.match(29)||this.match(11)&&(this.next(),this.match(19))))}},{key:"tsParseTypeOrTypePredicateAnnotation",value:function(s){var a=this;return this.tsInType(function(){var e,t,r=a.startNode(),i=(a.expect(s),a.startNode()),n=!!a.tsTryParse(a.tsParseTypePredicateAsserts.bind(a));return n&&a.match(78)?("TSThisType"===(e=a.tsParseThisTypeOrThisTypePredicate()).type?(i.parameterName=e,i.asserts=!0,i.typeAnnotation=null,e=a.finishNode(i,"TSTypePredicate")):(a.resetStartLocationFromNode(e,i),e.asserts=!0),r.typeAnnotation=e,a.finishNode(r,"TSTypeAnnotation")):(e=a.tsIsIdentifier()&&a.tsTryParse(a.tsParseTypePredicatePrefix.bind(a)))?(t=a.tsParseTypeAnnotation(!1),i.parameterName=e,i.typeAnnotation=t,i.asserts=n,r.typeAnnotation=a.finishNode(i,"TSTypePredicate"),a.finishNode(r,"TSTypeAnnotation")):n?(i.parameterName=a.parseIdentifier(),i.asserts=n,i.typeAnnotation=null,r.typeAnnotation=a.finishNode(i,"TSTypePredicate"),a.finishNode(r,"TSTypeAnnotation")):a.tsParseTypeAnnotation(!1,r)})}},{key:"tsTryParseTypeOrTypePredicateAnnotation",value:function(){if(this.match(14))return this.tsParseTypeOrTypePredicateAnnotation(14)}},{key:"tsTryParseTypeAnnotation",value:function(){if(this.match(14))return this.tsParseTypeAnnotation()}},{key:"tsTryParseType",value:function(){return this.tsEatThenParseType(14)}},{key:"tsParseTypePredicatePrefix",value:function(){var e=this.parseIdentifier();if(this.isContextual(116)&&!this.hasPrecedingLineBreak())return this.next(),e}},{key:"tsParseTypePredicateAsserts",value:function(){var e;return 109===this.state.type&&(e=this.state.containsEsc,this.next(),!(!x(this.state.type)&&!this.match(78)||(e&&this.raise(y.InvalidEscapedReservedWord,this.state.lastTokStartLoc,{reservedWord:"asserts"}),0)))}},{key:"tsParseTypeAnnotation",value:function(){var e=this,t=!(0<arguments.length&&void 0!==arguments[0])||arguments[0],r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:this.startNode();return this.tsInType(function(){t&&e.expect(14),r.typeAnnotation=e.tsParseType()}),this.finishNode(r,"TSTypeAnnotation")}},{key:"tsParseType",value:function(){var e,t=this,r=(ct(this.state.inType),this.tsParseNonConditionalType());return this.state.inDisallowConditionalTypesContext||this.hasPrecedingLineBreak()||!this.eat(81)?r:((e=this.startNodeAtNode(r)).checkType=r,e.extendsType=this.tsInDisallowConditionalTypesContext(function(){return t.tsParseNonConditionalType()}),this.expect(17),e.trueType=this.tsInAllowConditionalTypesContext(function(){return t.tsParseType()}),this.expect(14),e.falseType=this.tsInAllowConditionalTypesContext(function(){return t.tsParseType()}),this.finishNode(e,"TSConditionalType"))}},{key:"isAbstractConstructorSignature",value:function(){return this.isContextual(124)&&this.isLookaheadContextual("new")}},{key:"tsParseNonConditionalType",value:function(){return this.tsIsStartOfFunctionType()?this.tsParseFunctionOrConstructorType("TSFunctionType"):this.match(77)?this.tsParseFunctionOrConstructorType("TSConstructorType"):this.isAbstractConstructorSignature()?this.tsParseFunctionOrConstructorType("TSConstructorType",!0):this.tsParseUnionTypeOrHigher()}},{key:"tsParseTypeAssertion",value:function(){var e=this,t=(this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(M.ReservedTypeAssertion,this.state.startLoc),this.startNode());return t.typeAnnotation=this.tsInType(function(){return e.next(),e.match(75)?e.tsParseTypeReference():e.tsParseType()}),this.expect(48),t.expression=this.parseMaybeUnary(),this.finishNode(t,"TSTypeAssertion")}},{key:"tsParseHeritageClause",value:function(e){var t=this,r=this.state.startLoc,i=this.tsParseDelimitedList("HeritageClauseElement",function(){var e=t.startNode();return e.expression=t.tsParseEntityName(3),t.match(47)&&(e.typeParameters=t.tsParseTypeArguments()),t.finishNode(e,"TSExpressionWithTypeArguments")});return i.length||this.raise(M.EmptyHeritageClauseType,r,{token:e}),i}},{key:"tsParseInterfaceDeclaration",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};if(this.hasFollowingLineBreak())return null;this.expectContextual(129),t.declare&&(e.declare=!0),x(this.state.type)?(e.id=this.parseIdentifier(),this.checkIdentifier(e.id,130)):(e.id=null,this.raise(M.MissingInterfaceName,this.state.startLoc)),e.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers),this.eat(81)&&(e.extends=this.tsParseHeritageClause("extends"));t=this.startNode();return t.body=this.tsInType(this.tsParseObjectTypeMembers.bind(this)),e.body=this.finishNode(t,"TSInterfaceBody"),this.finishNode(e,"TSInterfaceDeclaration")}},{key:"tsParseTypeAliasDeclaration",value:function(t){var r=this;return t.id=this.parseIdentifier(),this.checkIdentifier(t.id,2),t.typeAnnotation=this.tsInType(function(){var e;return t.typeParameters=r.tsTryParseTypeParameters(r.tsParseInOutModifiers),r.expect(29),r.isContextual(114)&&46!==r.lookaheadCharCode()?(e=r.startNode(),r.next(),r.finishNode(e,"TSIntrinsicKeyword")):r.tsParseType()}),this.semicolon(),this.finishNode(t,"TSTypeAliasDeclaration")}},{key:"tsInTopLevelContext",value:function(e){if(this.curContext()===u.brace)return e();var t=this.state.context;this.state.context=[t[0]];try{return e()}finally{this.state.context=t}}},{key:"tsInType",value:function(e){var t=this.state.inType;this.state.inType=!0;try{return e()}finally{this.state.inType=t}}},{key:"tsInDisallowConditionalTypesContext",value:function(e){var t=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!0;try{return e()}finally{this.state.inDisallowConditionalTypesContext=t}}},{key:"tsInAllowConditionalTypesContext",value:function(e){var t=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!1;try{return e()}finally{this.state.inDisallowConditionalTypesContext=t}}},{key:"tsEatThenParseType",value:function(e){if(this.match(e))return this.tsNextThenParseType()}},{key:"tsExpectThenParseType",value:function(e){var t=this;return this.tsInType(function(){return t.expect(e),t.tsParseType()})}},{key:"tsNextThenParseType",value:function(){var e=this;return this.tsInType(function(){return e.next(),e.tsParseType()})}},{key:"tsParseEnumMember",value:function(){var e=this.startNode();return e.id=this.match(134)?_superPropGet(l,"parseStringLiteral",this,3)([this.state.value]):this.parseIdentifier(!0),this.eat(29)&&(e.initializer=_superPropGet(l,"parseMaybeAssignAllowIn",this,3)([])),this.finishNode(e,"TSEnumMember")}},{key:"tsParseEnumDeclaration",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return t.const&&(e.const=!0),t.declare&&(e.declare=!0),this.expectContextual(126),e.id=this.parseIdentifier(),this.checkIdentifier(e.id,e.const?8971:8459),this.expect(5),e.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(8),this.finishNode(e,"TSEnumDeclaration")}},{key:"tsParseEnumBody",value:function(){var e=this.startNode();return this.expect(5),e.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(8),this.finishNode(e,"TSEnumBody")}},{key:"tsParseModuleBlock",value:function(){var e=this.startNode();return this.scope.enter(0),this.expect(5),_superPropGet(l,"parseBlockOrModuleBlockBody",this,3)([e.body=[],void 0,!0,8]),this.scope.exit(),this.finishNode(e,"TSModuleBlock")}},{key:"tsParseModuleOrNamespaceDeclaration",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];return e.id=this.parseIdentifier(),t||this.checkIdentifier(e.id,1024),this.eat(16)?(t=this.startNode(),this.tsParseModuleOrNamespaceDeclaration(t,!0),e.body=t):(this.scope.enter(1024),this.prodParam.enter(0),e.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit()),this.finishNode(e,"TSModuleDeclaration")}},{key:"tsParseAmbientExternalModuleDeclaration",value:function(e){return this.isContextual(112)?(e.kind="global",e.global=!0,e.id=this.parseIdentifier()):this.match(134)?(e.kind="module",e.id=_superPropGet(l,"parseStringLiteral",this,3)([this.state.value])):this.unexpected(),this.match(5)?(this.scope.enter(1024),this.prodParam.enter(0),e.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit()):this.semicolon(),this.finishNode(e,"TSModuleDeclaration")}},{key:"tsParseImportEqualsDeclaration",value:function(e,t,r){e.isExport=r||!1,e.id=t||this.parseIdentifier(),this.checkIdentifier(e.id,4096),this.expect(29);r=this.tsParseModuleReference();return"type"===e.importKind&&"TSExternalModuleReference"!==r.type&&this.raise(M.ImportAliasHasImportType,r),e.moduleReference=r,this.semicolon(),this.finishNode(e,"TSImportEqualsDeclaration")}},{key:"tsIsExternalModuleReference",value:function(){return this.isContextual(119)&&40===this.lookaheadCharCode()}},{key:"tsParseModuleReference",value:function(){return this.tsIsExternalModuleReference()?this.tsParseExternalModuleReference():this.tsParseEntityName(0)}},{key:"tsParseExternalModuleReference",value:function(){var e=this.startNode();return this.expectContextual(119),this.expect(10),this.match(134)||this.unexpected(),e.expression=_superPropGet(l,"parseExprAtom",this,3)([]),this.expect(11),this.sawUnambiguousESM=!0,this.finishNode(e,"TSExternalModuleReference")}},{key:"tsLookAhead",value:function(e){var t=this.state.clone(),e=e();return this.state=t,e}},{key:"tsTryParseAndCatch",value:function(t){var e=this.tryParse(function(e){return t()||e()});if(!e.aborted&&e.node)return e.error&&(this.state=e.failState),e.node}},{key:"tsTryParse",value:function(e){var t=this.state.clone(),e=e();if(void 0!==e&&!1!==e)return e;this.state=t}},{key:"tsTryParseDeclare",value:function(t){var r,i=this;if(!this.isLineTerminator())return r=this.state.type,this.tsInAmbientContext(function(){switch(r){case 68:return t.declare=!0,_superPropGet(l,"parseFunctionStatement",i,3)([t,!1,!1]);case 80:return t.declare=!0,i.parseClass(t,!0,!1);case 126:return i.tsParseEnumDeclaration(t,{declare:!0});case 112:return i.tsParseAmbientExternalModuleDeclaration(t);case 100:if(i.state.containsEsc)return;case 75:case 74:return i.match(75)&&i.isLookaheadContextual("enum")?(i.expect(75),i.tsParseEnumDeclaration(t,{const:!0,declare:!0})):(t.declare=!0,i.parseVarStatement(t,i.state.value,!0));case 107:if(i.isUsing())return i.raise(M.InvalidModifierOnUsingDeclaration,i.state.startLoc,"declare"),t.declare=!0,i.parseVarStatement(t,"using",!0);break;case 96:if(i.isAwaitUsing())return i.raise(M.InvalidModifierOnAwaitUsingDeclaration,i.state.startLoc,"declare"),t.declare=!0,i.next(),i.parseVarStatement(t,"await using",!0);break;case 129:var e=i.tsParseInterfaceDeclaration(t,{declare:!0});if(e)return e;default:if(x(r))return i.tsParseDeclaration(t,i.state.value,!0,null)}})}},{key:"tsTryParseExportDeclaration",value:function(){return this.tsParseDeclaration(this.startNode(),this.state.value,!0,null)}},{key:"tsParseExpressionStatement",value:function(e,t,r){switch(t.name){case"declare":var i=this.tsTryParseDeclare(e);return i&&(i.declare=!0),i;case"global":if(this.match(5))return this.scope.enter(1024),this.prodParam.enter(0),(i=e).kind="global",e.global=!0,i.id=t,i.body=this.tsParseModuleBlock(),this.scope.exit(),this.prodParam.exit(),this.finishNode(i,"TSModuleDeclaration");break;default:return this.tsParseDeclaration(e,t.name,!1,r)}}},{key:"tsParseDeclaration",value:function(e,t,r,i){switch(t){case"abstract":if(this.tsCheckLineTerminator(r)&&(this.match(80)||x(this.state.type)))return this.tsParseAbstractDeclaration(e,i);break;case"module":if(this.tsCheckLineTerminator(r)){if(this.match(134))return this.tsParseAmbientExternalModuleDeclaration(e);if(x(this.state.type))return e.kind="module",this.tsParseModuleOrNamespaceDeclaration(e)}break;case"namespace":if(this.tsCheckLineTerminator(r)&&x(this.state.type))return e.kind="namespace",this.tsParseModuleOrNamespaceDeclaration(e);break;case"type":if(this.tsCheckLineTerminator(r)&&x(this.state.type))return this.tsParseTypeAliasDeclaration(e)}}},{key:"tsCheckLineTerminator",value:function(e){return e?!this.hasFollowingLineBreak()&&(this.next(),!0):!this.isLineTerminator()}},{key:"tsTryParseGenericAsyncArrowFunction",value:function(t){var e,r,i=this;if(this.match(47))return e=this.state.maybeInArrowParameters,this.state.maybeInArrowParameters=!0,r=this.tsTryParseAndCatch(function(){var e=i.startNodeAt(t);return e.typeParameters=i.tsParseTypeParameters(i.tsParseConstModifier),_superPropGet(l,"parseFunctionParams",i,3)([e]),e.returnType=i.tsTryParseTypeOrTypePredicateAnnotation(),i.expect(19),e}),this.state.maybeInArrowParameters=e,r?_superPropGet(l,"parseArrowExpression",this,3)([r,null,!0]):void 0}},{key:"tsParseTypeArgumentsInExpression",value:function(){if(47===this.reScan_lt())return this.tsParseTypeArguments()}},{key:"tsParseTypeArguments",value:function(){var e=this,t=this.startNode();return t.params=this.tsInType(function(){return e.tsInTopLevelContext(function(){return e.expect(47),e.tsParseDelimitedList("TypeParametersOrArguments",e.tsParseType.bind(e))})}),0===t.params.length?this.raise(M.EmptyTypeArguments,t):this.state.inType||this.curContext()!==u.brace||this.reScan_lt_gt(),this.expect(48),this.finishNode(t,"TSTypeParameterInstantiation")}},{key:"tsIsDeclarationStart",value:function(){return 124<=(e=this.state.type)&&e<=130;var e}},{key:"isExportDefaultSpecifier",value:function(){return!this.tsIsDeclarationStart()&&_superPropGet(l,"isExportDefaultSpecifier",this,3)([])}},{key:"parseBindingElement",value:function(e,t){var r=t.length?t[0].loc.start:this.state.startLoc,i={},n=(this.tsParseModifiers({allowedModifiers:["public","private","protected","override","readonly"]},i),i.accessibility),s=i.override,i=i.readonly,a=(4&e||!(n||i||s)||this.raise(M.UnexpectedParameterModifier,r),this.parseMaybeDefault()),e=(2&e&&this.parseFunctionParamType(a),this.parseMaybeDefault(a.loc.start,a));return n||i||s?(r=this.startNodeAt(r),t.length&&(r.decorators=t),n&&(r.accessibility=n),i&&(r.readonly=i),s&&(r.override=s),"Identifier"!==e.type&&"AssignmentPattern"!==e.type&&this.raise(M.UnsupportedParameterPropertyKind,r),r.parameter=e,this.finishNode(r,"TSParameterProperty")):(t.length&&(a.decorators=t),e)}},{key:"isSimpleParameter",value:function(e){return"TSParameterProperty"===e.type&&_superPropGet(l,"isSimpleParameter",this,3)([e.parameter])||_superPropGet(l,"isSimpleParameter",this,3)([e])}},{key:"tsDisallowOptionalPattern",value:function(e){var t,r=_createForOfIteratorHelper(e.params);try{for(r.s();!(t=r.n()).done;){var i=t.value;"Identifier"!==i.type&&i.optional&&!this.state.isAmbientContext&&this.raise(M.PatternIsOptional,i)}}catch(e){r.e(e)}finally{r.f()}}},{key:"setArrowFunctionParameters",value:function(e,t,r){_superPropGet(l,"setArrowFunctionParameters",this,3)([e,t,r]),this.tsDisallowOptionalPattern(e)}},{key:"parseFunctionBodyAndFinish",value:function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=(this.match(14)&&(e.returnType=this.tsParseTypeOrTypePredicateAnnotation(14)),"FunctionDeclaration"===t?"TSDeclareFunction":"ClassMethod"===t||"ClassPrivateMethod"===t?"TSDeclareMethod":void 0);return i&&!this.match(5)&&this.isLineTerminator()?this.finishNode(e,i):"TSDeclareFunction"===i&&this.state.isAmbientContext&&(this.raise(M.DeclareFunctionHasImplementation,e),e.declare)?_superPropGet(l,"parseFunctionBodyAndFinish",this,3)([e,i,r]):(this.tsDisallowOptionalPattern(e),_superPropGet(l,"parseFunctionBodyAndFinish",this,3)([e,t,r]))}},{key:"registerFunctionStatementId",value:function(e){!e.body&&e.id?this.checkIdentifier(e.id,1024):_superPropGet(l,"registerFunctionStatementId",this,3)([e])}},{key:"tsCheckForInvalidTypeCasts",value:function(e){var t=this;e.forEach(function(e){"TSTypeCastExpression"===(null==e?void 0:e.type)&&t.raise(M.UnexpectedTypeAnnotation,e.typeAnnotation)})}},{key:"toReferencedList",value:function(e,t){return this.tsCheckForInvalidTypeCasts(e),e}},{key:"parseArrayLike",value:function(e,t,r,i){e=_superPropGet(l,"parseArrayLike",this,3)([e,t,r,i]);return"ArrayExpression"===e.type&&this.tsCheckForInvalidTypeCasts(e.elements),e}},{key:"parseSubscript",value:function(r,i,n,s){var a=this;if(!this.hasPrecedingLineBreak()&&this.match(35))return this.state.canStartJSXElement=!1,this.next(),(e=this.startNodeAt(i)).expression=r,this.finishNode(e,"TSNonNullExpression");var o=!1;if(this.match(18)&&60===this.lookaheadCharCode()){if(n)return s.stop=!0,r;s.optionalChainMember=o=!0,this.next()}if(this.match(47)||this.match(51)){var c,e=this.tsTryParseAndCatch(function(){if(!n&&a.atPossibleAsyncArrow(r)){var e=a.tsTryParseGenericAsyncArrowFunction(i);if(e)return s.stop=!0,e}var t,e=a.tsParseTypeArgumentsInExpression();if(e){if(!o||a.match(10))return te(a.state.type)?((t=_superPropGet(l,"parseTaggedTemplateExpression",a,3)([r,i,s])).typeParameters=e,t):!n&&a.eat(10)?((t=a.startNodeAt(i)).callee=r,t.arguments=a.parseCallExpressionArguments(),a.tsCheckForInvalidTypeCasts(t.arguments),t.typeParameters=e,s.optionalChainMember&&(t.optional=o),a.finishCallExpression(t,s.optionalChainMember)):48===(t=a.state.type)||52===t||10!==t&&E(t)&&!a.hasPrecedingLineBreak()?void 0:((t=a.startNodeAt(i)).expression=r,t.typeParameters=e,a.finishNode(t,"TSInstantiationExpression"));c=a.state.curPosition()}});if(c&&this.unexpected(c,10),e)return"TSInstantiationExpression"!==e.type||((this.match(16)||this.match(18)&&40!==this.lookaheadCharCode())&&this.raise(M.InvalidPropertyAccessAfterInstantiationExpression,this.state.startLoc),this.match(16))||this.match(18)||(e.expression=_superPropGet(l,"stopParseSubscript",this,3)([r,s])),e}return _superPropGet(l,"parseSubscript",this,3)([r,i,n,s])}},{key:"parseNewCallee",value:function(e){_superPropGet(l,"parseNewCallee",this,3)([e]);var t,r=e.callee;"TSInstantiationExpression"!==r.type||null!=(t=r.extra)&&t.parenthesized||(e.typeParameters=r.typeParameters,e.callee=r.expression)}},{key:"parseExprOp",value:function(e,t,r){var i,n,s=this;return h[58]>r&&!this.hasPrecedingLineBreak()&&(this.isContextual(93)||(i=this.isContextual(120)))?((n=this.startNodeAt(t)).expression=e,n.typeAnnotation=this.tsInType(function(){return s.next(),s.match(75)?(i&&s.raise(y.UnexpectedKeyword,s.state.startLoc,{keyword:"const"}),s.tsParseTypeReference()):s.tsParseType()}),this.finishNode(n,i?"TSSatisfiesExpression":"TSAsExpression"),this.reScan_lt_gt(),this.parseExprOp(n,t,r)):_superPropGet(l,"parseExprOp",this,3)([e,t,r])}},{key:"checkReservedWord",value:function(e,t,r,i){this.state.isAmbientContext||_superPropGet(l,"checkReservedWord",this,3)([e,t,r,i])}},{key:"checkImportReflection",value:function(e){_superPropGet(l,"checkImportReflection",this,3)([e]),e.module&&"value"!==e.importKind&&this.raise(M.ImportReflectionHasImportType,e.specifiers[0].loc.start)}},{key:"checkDuplicateExports",value:function(){}},{key:"isPotentialImportPhase",value:function(e){var t;return!!_superPropGet(l,"isPotentialImportPhase",this,3)([e])||(this.isContextual(130)?(t=this.lookaheadCharCode(),e?123===t||42===t:61!==t):!e&&this.isContextual(87))}},{key:"applyImportPhase",value:function(e,t,r,i){_superPropGet(l,"applyImportPhase",this,3)([e,t,r,i]),t?e.exportKind="type"===r?"type":"value":e.importKind="type"===r||"typeof"===r?r:"value"}},{key:"parseImport",value:function(e){if(this.match(134))return e.importKind="value",_superPropGet(l,"parseImport",this,3)([e]);if(x(this.state.type)&&61===this.lookaheadCharCode())return e.importKind="value",this.tsParseImportEqualsDeclaration(e);if(this.isContextual(130)){var t=this.parseMaybeImportPhase(e,!1);if(61===this.lookaheadCharCode())return this.tsParseImportEqualsDeclaration(e,t);t=_superPropGet(l,"parseImportSpecifiersAndAfter",this,3)([e,t])}else t=_superPropGet(l,"parseImport",this,3)([e]);return"type"===t.importKind&&1<t.specifiers.length&&"ImportDefaultSpecifier"===t.specifiers[0].type&&this.raise(M.TypeImportCannotSpecifyDefaultAndNamed,t),t}},{key:"parseExport",value:function(e,t){var r,i;return this.match(83)?(r=e,this.next(),i=null,this.isContextual(130)&&this.isPotentialImportPhase(!1)?i=this.parseMaybeImportPhase(r,!1):r.importKind="value",this.tsParseImportEqualsDeclaration(r,i,!0)):this.eat(29)?((r=e).expression=_superPropGet(l,"parseExpression",this,3)([]),this.semicolon(),this.sawUnambiguousESM=!0,this.finishNode(r,"TSExportAssignment")):this.eatContextual(93)?(i=e,this.expectContextual(128),i.id=this.parseIdentifier(),this.semicolon(),this.finishNode(i,"TSNamespaceExportDeclaration")):_superPropGet(l,"parseExport",this,3)([e,t])}},{key:"isAbstractClass",value:function(){return this.isContextual(124)&&this.isLookaheadContextual("class")}},{key:"parseExportDefaultExpression",value:function(){if(this.isAbstractClass())return e=this.startNode(),this.next(),e.abstract=!0,this.parseClass(e,!0,!0);if(this.match(129)){var e=this.tsParseInterfaceDeclaration(this.startNode());if(e)return e}return _superPropGet(l,"parseExportDefaultExpression",this,3)([])}},{key:"parseVarStatement",value:function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=this.state.isAmbientContext,r=_superPropGet(l,"parseVarStatement",this,3)([e,t,r||i]);if(i)if(e.declare||"using"!==t&&"await using"!==t){var n,s=_createForOfIteratorHelper(r.declarations);try{for(s.s();!(n=s.n()).done;){var a=n.value,o=a.id,c=a.init;c&&("var"===t||"let"===t||o.typeAnnotation?this.raise(M.InitializerNotAllowedInAmbientContext,c):((e,t)=>{var r=e.type;if(null==(i=e.extra)||!i.parenthesized){if(t){if("Literal"===r){var i=e.value;if("string"==typeof i||"boolean"==typeof i)return 1}}else if("StringLiteral"===r||"BooleanLiteral"===r)return 1;return ut(e,t)||((e,t)=>{if("UnaryExpression"===e.type){var r=e.operator,e=e.argument;if("-"===r&&ut(e,t))return 1}})(e,t)||"TemplateLiteral"===r&&0===e.expressions.length||(e=>{var t;return"MemberExpression"===e.type&&(t=e.property,!e.computed||"StringLiteral"===t.type||!("TemplateLiteral"!==t.type||0<t.expressions.length))&&function e(t){return"Identifier"===t.type||"MemberExpression"===t.type&&!t.computed&&e(t.object)}(e.object)})(e)}})(c,this.hasPlugin("estree"))||this.raise(M.ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference,c))}}catch(e){s.e(e)}finally{s.f()}}else this.raiseOverwrite(M.UsingDeclarationInAmbientContext,e,t);return r}},{key:"parseStatementContent",value:function(e,t){if(this.match(75)&&this.isLookaheadContextual("enum"))return r=this.startNode(),this.expect(75),this.tsParseEnumDeclaration(r,{const:!0});if(this.isContextual(126))return this.tsParseEnumDeclaration(this.startNode());if(this.isContextual(129)){var r=this.tsParseInterfaceDeclaration(this.startNode());if(r)return r}return _superPropGet(l,"parseStatementContent",this,3)([e,t])}},{key:"parseAccessModifier",value:function(){return this.tsParseModifier(["public","protected","private"])}},{key:"tsHasSomeModifiers",value:function(t,e){return e.some(function(e){return lt(e)?t.accessibility===e:!!t[e]})}},{key:"tsIsStartOfStaticBlocks",value:function(){return this.isContextual(106)&&123===this.lookaheadCharCode()}},{key:"parseClassMember",value:function(e,t,r){function i(){n.tsIsStartOfStaticBlocks()?(n.next(),n.next(),n.tsHasSomeModifiers(t,s)&&n.raise(M.StaticBlockCannotHaveModifier,n.state.curPosition()),_superPropGet(l,"parseClassStaticBlock",n,3)([e,t])):n.parseClassMemberWithIsStatic(e,t,r,!!t.static)}var n=this,s=["declare","private","public","protected","override","abstract","readonly","static"];this.tsParseModifiers({allowedModifiers:s,disallowedModifiers:["in","out"],stopOnStartOfClassStaticBlock:!0,errorTemplate:M.InvalidModifierOnTypeParameterPositions},t);t.declare?this.tsInAmbientContext(i):i()}},{key:"parseClassMemberWithIsStatic",value:function(e,t,r,i){var n=this.tsTryParseIndexSignature(t);n?(e.body.push(n),t.abstract&&this.raise(M.IndexSignatureHasAbstract,t),t.accessibility&&this.raise(M.IndexSignatureHasAccessibility,t,{modifier:t.accessibility}),t.declare&&this.raise(M.IndexSignatureHasDeclare,t),t.override&&this.raise(M.IndexSignatureHasOverride,t)):(!this.state.inAbstractClass&&t.abstract&&this.raise(M.NonAbstractClassHasAbstractMethod,t),t.override&&!r.hadSuperClass&&this.raise(M.OverrideNotInSubClass,t),_superPropGet(l,"parseClassMemberWithIsStatic",this,3)([e,t,r,i]))}},{key:"parsePostMemberNameModifiers",value:function(e){this.eat(17)&&(e.optional=!0),e.readonly&&this.match(10)&&this.raise(M.ClassMethodHasReadonly,e),e.declare&&this.match(10)&&this.raise(M.ClassMethodHasDeclare,e)}},{key:"parseExpressionStatement",value:function(e,t,r){return("Identifier"===t.type?this.tsParseExpressionStatement(e,t,r):void 0)||_superPropGet(l,"parseExpressionStatement",this,3)([e,t,r])}},{key:"shouldParseExportDeclaration",value:function(){return!!this.tsIsDeclarationStart()||_superPropGet(l,"shouldParseExportDeclaration",this,3)([])}},{key:"parseConditional",value:function(e,t,r){if(!this.match(17))return e;if(this.state.maybeInArrowParameters){var i=this.lookaheadCharCode();if(44===i||61===i||58===i||41===i)return this.setOptionalParametersError(r),e}return _superPropGet(l,"parseConditional",this,3)([e,t,r])}},{key:"parseParenItem",value:function(e,t){var r=_superPropGet(l,"parseParenItem",this,3)([e,t]);return this.eat(17)&&(r.optional=!0,this.resetEndLocation(e)),this.match(14)?((r=this.startNodeAt(t)).expression=e,r.typeAnnotation=this.tsParseTypeAnnotation(),this.finishNode(r,"TSTypeCastExpression")):e}},{key:"parseExportDeclaration",value:function(e){var t=this;if(!this.state.isAmbientContext&&this.isContextual(125))return this.tsInAmbientContext(function(){return t.parseExportDeclaration(e)});var r,i=this.state.startLoc,n=this.eatContextual(125);if(!n||!this.isContextual(125)&&this.shouldParseExportDeclaration())return(r=x(this.state.type)&&this.tsTryParseExportDeclaration()||_superPropGet(l,"parseExportDeclaration",this,3)([e]))?("TSInterfaceDeclaration"!==r.type&&"TSTypeAliasDeclaration"!==r.type&&!n||(e.exportKind="type"),n&&"TSImportEqualsDeclaration"!==r.type&&(this.resetStartLocation(r,i),r.declare=!0),r):null;throw this.raise(M.ExpectedAmbientAfterExportDeclare,this.state.startLoc)}},{key:"parseClassId",value:function(e,t,r,i){(t&&!r||!this.isContextual(113))&&(_superPropGet(l,"parseClassId",this,3)([e,t,r,e.declare?1024:8331]),t=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers))&&(e.typeParameters=t)}},{key:"parseClassPropertyAnnotation",value:function(e){e.optional||(this.eat(35)?e.definite=!0:this.eat(17)&&(e.optional=!0));var t=this.tsTryParseTypeAnnotation();t&&(e.typeAnnotation=t)}},{key:"parseClassProperty",value:function(e){var t;return this.parseClassPropertyAnnotation(e),this.state.isAmbientContext&&(!e.readonly||e.typeAnnotation)&&this.match(29)&&this.raise(M.DeclareClassFieldHasInitializer,this.state.startLoc),e.abstract&&this.match(29)&&(t=e.key,this.raise(M.AbstractPropertyHasInitializer,this.state.startLoc,{propertyName:"Identifier"!==t.type||e.computed?"[".concat(this.input.slice(this.offsetToSourcePos(t.start),this.offsetToSourcePos(t.end)),"]"):t.name})),_superPropGet(l,"parseClassProperty",this,3)([e])}},{key:"parseClassPrivateProperty",value:function(e){return e.abstract&&this.raise(M.PrivateElementHasAbstract,e),e.accessibility&&this.raise(M.PrivateElementHasAccessibility,e,{modifier:e.accessibility}),this.parseClassPropertyAnnotation(e),_superPropGet(l,"parseClassPrivateProperty",this,3)([e])}},{key:"parseClassAccessorProperty",value:function(e){return this.parseClassPropertyAnnotation(e),e.optional&&this.raise(M.AccessorCannotBeOptional,e),_superPropGet(l,"parseClassAccessorProperty",this,3)([e])}},{key:"pushClassMethod",value:function(e,t,r,i,n,s){var a=this.tsTryParseTypeParameters(this.tsParseConstModifier),o=(a&&n&&this.raise(M.ConstructorHasTypeParameters,a),t.declare),c=t.kind;void 0===o||!o||"get"!==c&&"set"!==c||this.raise(M.DeclareAccessor,t,{kind:c}),a&&(t.typeParameters=a),_superPropGet(l,"pushClassMethod",this,3)([e,t,r,i,n,s])}},{key:"pushClassPrivateMethod",value:function(e,t,r,i){var n=this.tsTryParseTypeParameters(this.tsParseConstModifier);n&&(t.typeParameters=n),_superPropGet(l,"pushClassPrivateMethod",this,3)([e,t,r,i])}},{key:"declareClassPrivateMethodInScope",value:function(e,t){"TSDeclareMethod"===e.type||"MethodDefinition"===e.type&&null==e.value.body||_superPropGet(l,"declareClassPrivateMethodInScope",this,3)([e,t])}},{key:"parseClassSuper",value:function(e){_superPropGet(l,"parseClassSuper",this,3)([e]),e.superClass&&(this.match(47)||this.match(51))&&(e.superTypeParameters=this.tsParseTypeArgumentsInExpression()),this.eatContextual(113)&&(e.implements=this.tsParseHeritageClause("implements"))}},{key:"parseObjPropValue",value:function(e,t,r,i,n,s,a){var o=this.tsTryParseTypeParameters(this.tsParseConstModifier);return o&&(e.typeParameters=o),_superPropGet(l,"parseObjPropValue",this,3)([e,t,r,i,n,s,a])}},{key:"parseFunctionParams",value:function(e,t){var r=this.tsTryParseTypeParameters(this.tsParseConstModifier);r&&(e.typeParameters=r),_superPropGet(l,"parseFunctionParams",this,3)([e,t])}},{key:"parseVarId",value:function(e,t){_superPropGet(l,"parseVarId",this,3)([e,t]),"Identifier"===e.id.type&&!this.hasPrecedingLineBreak()&&this.eat(35)&&(e.definite=!0);t=this.tsTryParseTypeAnnotation();t&&(e.id.typeAnnotation=t,this.resetEndLocation(e.id))}},{key:"parseAsyncArrowFromCallExpression",value:function(e,t){return this.match(14)&&(e.returnType=this.tsParseTypeAnnotation()),_superPropGet(l,"parseAsyncArrowFromCallExpression",this,3)([e,t])}},{key:"parseMaybeAssign",value:function(i,n){var e,t,r,s=this;if(this.hasPlugin("jsx")&&(this.match(143)||this.match(47))){if(e=this.state.clone(),!(t=this.tryParse(function(){return _superPropGet(l,"parseMaybeAssign",s,3)([i,n])},e)).error)return t.node;var a=this.state.context,o=a[a.length-1];o!==u.j_oTag&&o!==u.j_expr||a.pop()}if(!(null!=t&&t.error||this.match(47)))return _superPropGet(l,"parseMaybeAssign",this,3)([i,n]);e&&e!==this.state||(e=this.state.clone());var c,o=this.tryParse(function(e){c=s.tsParseTypeParameters(s.tsParseConstModifier);var t,r=_superPropGet(l,"parseMaybeAssign",s,3)([i,n]);return("ArrowFunctionExpression"!==r.type||null!=(t=r.extra)&&t.parenthesized)&&e(),0!==(null==c?void 0:c.params.length)&&s.resetStartLocationFromNode(r,c),r.typeParameters=c,r},e);if(!o.error&&!o.aborted)return c&&this.reportReservedArrowTypeParam(c),o.node;if(!t&&(ct(!this.hasPlugin("jsx")),!(r=this.tryParse(function(){return _superPropGet(l,"parseMaybeAssign",s,3)([i,n])},e)).error))return r.node;if(null!=t&&t.node)return this.state=t.failState,t.node;if(o.node)return this.state=o.failState,c&&this.reportReservedArrowTypeParam(c),o.node;if(null!=r&&r.node)return this.state=r.failState,r.node;throw(null==t?void 0:t.error)||o.error||(null==r?void 0:r.error)}},{key:"reportReservedArrowTypeParam",value:function(e){var t;1!==e.params.length||e.params[0].constraint||null!=(t=e.extra)&&t.trailingComma||!this.getPluginOption("typescript","disallowAmbiguousJSXLike")||this.raise(M.ReservedArrowTypeParam,e)}},{key:"parseMaybeUnary",value:function(e,t){return!this.hasPlugin("jsx")&&this.match(47)?this.tsParseTypeAssertion():_superPropGet(l,"parseMaybeUnary",this,3)([e,t])}},{key:"parseArrow",value:function(e){var r=this;if(this.match(14)){var t=this.tryParse(function(e){var t=r.tsParseTypeOrTypePredicateAnnotation(14);return!r.canInsertSemicolon()&&r.match(19)||e(),t});if(t.aborted)return;t.thrown||(t.error&&(this.state=t.failState),e.returnType=t.node)}return _superPropGet(l,"parseArrow",this,3)([e])}},{key:"parseFunctionParamType",value:function(e){this.eat(17)&&(e.optional=!0);var t=this.tsTryParseTypeAnnotation();return t&&(e.typeAnnotation=t),this.resetEndLocation(e),e}},{key:"isAssignable",value:function(e,t){switch(e.type){case"TSTypeCastExpression":return this.isAssignable(e.expression,t);case"TSParameterProperty":return!0;default:return _superPropGet(l,"isAssignable",this,3)([e,t])}}},{key:"toAssignable",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];switch(e.type){case"ParenthesizedExpression":this.toAssignableParenthesizedExpression(e,t);break;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":t?this.expressionScope.recordArrowParameterBindingError(M.UnexpectedTypeCastInParameter,e):this.raise(M.UnexpectedTypeCastInParameter,e),this.toAssignable(e.expression,t);break;case"AssignmentExpression":t||"TSTypeCastExpression"!==e.left.type||(e.left=this.typeCastToParameter(e.left));default:_superPropGet(l,"toAssignable",this,3)([e,t])}}},{key:"toAssignableParenthesizedExpression",value:function(e,t){switch(e.expression.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":case"ParenthesizedExpression":this.toAssignable(e.expression,t);break;default:_superPropGet(l,"toAssignable",this,3)([e,t])}}},{key:"checkToRestConversion",value:function(e,t){switch(e.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":this.checkToRestConversion(e.expression,!1);break;default:_superPropGet(l,"checkToRestConversion",this,3)([e,t])}}},{key:"isValidLVal",value:function(e,t,r){switch(e){case"TSTypeCastExpression":return!0;case"TSParameterProperty":return"parameter";case"TSNonNullExpression":return"expression";case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":return(64!==r||!t)&&["expression",!0];default:return _superPropGet(l,"isValidLVal",this,3)([e,t,r])}}},{key:"parseBindingAtom",value:function(){return 78===this.state.type?this.parseIdentifier(!0):_superPropGet(l,"parseBindingAtom",this,3)([])}},{key:"parseMaybeDecoratorArguments",value:function(e,t){if(this.match(47)||this.match(51)){var r,i=this.tsParseTypeArgumentsInExpression();if(this.match(10))return(r=_superPropGet(l,"parseMaybeDecoratorArguments",this,3)([e,t])).typeParameters=i,r;this.unexpected(null,10)}return _superPropGet(l,"parseMaybeDecoratorArguments",this,3)([e,t])}},{key:"checkCommaAfterRest",value:function(e){return this.state.isAmbientContext&&this.match(12)&&this.lookaheadCharCode()===e?(this.next(),!1):_superPropGet(l,"checkCommaAfterRest",this,3)([e])}},{key:"isClassMethod",value:function(){return this.match(47)||_superPropGet(l,"isClassMethod",this,3)([])}},{key:"isClassProperty",value:function(){return this.match(35)||this.match(14)||_superPropGet(l,"isClassProperty",this,3)([])}},{key:"parseMaybeDefault",value:function(e,t){e=_superPropGet(l,"parseMaybeDefault",this,3)([e,t]);return"AssignmentPattern"===e.type&&e.typeAnnotation&&e.right.start<e.typeAnnotation.start&&this.raise(M.TypeAnnotationAfterAssign,e.typeAnnotation),e}},{key:"getTokenFromCode",value:function(e){if(this.state.inType){if(62===e)return void this.finishOp(48,1);if(60===e)return void this.finishOp(47,1)}_superPropGet(l,"getTokenFromCode",this,3)([e])}},{key:"reScan_lt_gt",value:function(){var e=this.state.type;47===e?(--this.state.pos,this.readToken_lt()):48===e&&(--this.state.pos,this.readToken_gt())}},{key:"reScan_lt",value:function(){var e=this.state.type;return 51===e?(this.state.pos-=2,this.finishOp(47,1),47):e}},{key:"toAssignableListItem",value:function(e,t,r){var i=e[t];"TSTypeCastExpression"===i.type&&(e[t]=this.typeCastToParameter(i)),_superPropGet(l,"toAssignableListItem",this,3)([e,t,r])}},{key:"typeCastToParameter",value:function(e){return e.expression.typeAnnotation=e.typeAnnotation,this.resetEndLocation(e.expression,e.typeAnnotation.loc.end),e.expression}},{key:"shouldParseArrow",value:function(e){var t=this;return this.match(14)?e.every(function(e){return t.isAssignable(e,!0)}):_superPropGet(l,"shouldParseArrow",this,3)([e])}},{key:"shouldParseAsyncArrow",value:function(){return this.match(14)||_superPropGet(l,"shouldParseAsyncArrow",this,3)([])}},{key:"canHaveLeadingDecorator",value:function(){return _superPropGet(l,"canHaveLeadingDecorator",this,3)([])||this.isAbstractClass()}},{key:"jsxParseOpeningElementAfterName",value:function(e){var t,r=this;return(this.match(47)||this.match(51))&&(t=this.tsTryParseAndCatch(function(){return r.tsParseTypeArgumentsInExpression()}))&&(e.typeParameters=t),_superPropGet(l,"jsxParseOpeningElementAfterName",this,3)([e])}},{key:"getGetterSetterExpectedParamCount",value:function(e){var t=_superPropGet(l,"getGetterSetterExpectedParamCount",this,3)([e]),e=this.getObjectOrClassMethodParams(e)[0];return e&&this.isThisParam(e)?t+1:t}},{key:"parseCatchClauseParam",value:function(){var e=_superPropGet(l,"parseCatchClauseParam",this,3)([]),t=this.tsTryParseTypeAnnotation();return t&&(e.typeAnnotation=t,this.resetEndLocation(e)),e}},{key:"tsInAmbientContext",value:function(e){var t=this.state,r=t.isAmbientContext,t=t.strict;this.state.isAmbientContext=!0,this.state.strict=!1;try{return e()}finally{this.state.isAmbientContext=r,this.state.strict=t}}},{key:"parseClass",value:function(e,t,r){var i=this.state.inAbstractClass;this.state.inAbstractClass=!!e.abstract;try{return _superPropGet(l,"parseClass",this,3)([e,t,r])}finally{this.state.inAbstractClass=i}}},{key:"tsParseAbstractDeclaration",value:function(e,t){if(this.match(80))return e.abstract=!0,this.maybeTakeDecorators(t,this.parseClass(e,!0,!1));if(this.isContextual(129)){if(!this.hasFollowingLineBreak())return e.abstract=!0,this.raise(M.NonClassMethodPropertyHasAbstractModifier,e),this.tsParseInterfaceDeclaration(e)}else this.unexpected(null,80)}},{key:"parseMethod",value:function(e,t,r,i,n,s,a){e=_superPropGet(l,"parseMethod",this,3)([e,t,r,i,n,s,a]);return(e.abstract||"TSAbstractMethodDefinition"===e.type)&&(this.hasPlugin("estree")?e.value:e).body&&(t=e.key,this.raise(M.AbstractMethodHasImplementation,e,{methodName:"Identifier"!==t.type||e.computed?"[".concat(this.input.slice(this.offsetToSourcePos(t.start),this.offsetToSourcePos(t.end)),"]"):t.name})),e}},{key:"tsParseTypeParameterName",value:function(){return this.parseIdentifier().name}},{key:"shouldParseAsAmbientContext",value:function(){return!!this.getPluginOption("typescript","dts")}},{key:"parse",value:function(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),_superPropGet(l,"parse",this,3)([])}},{key:"getExpression",value:function(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),_superPropGet(l,"getExpression",this,3)([])}},{key:"parseExportSpecifier",value:function(e,t,r,i){return!t&&i?(this.parseTypeOnlyImportExportSpecifier(e,!1,r),this.finishNode(e,"ExportSpecifier")):(e.exportKind="value",_superPropGet(l,"parseExportSpecifier",this,3)([e,t,r,i]))}},{key:"parseImportSpecifier",value:function(e,t,r,i,n){return!t&&i?(this.parseTypeOnlyImportExportSpecifier(e,!0,r),this.finishNode(e,"ImportSpecifier")):(e.importKind="value",_superPropGet(l,"parseImportSpecifier",this,3)([e,t,r,i,r?4098:4096]))}},{key:"parseTypeOnlyImportExportSpecifier",value:function(e,t,r){var i,n=t?"imported":"local",s=t?"local":"exported",a=e[n],o=!1,c=!0,l=a.loc.start,u=(this.isContextual(93)?(u=this.parseIdentifier(),this.isContextual(93)?(i=this.parseIdentifier(),i=m(this.state.type)?(o=!0,a=u,t?this.parseIdentifier():this.parseModuleExportName()):i,c=!1):m(this.state.type)?(c=!1,i=t?this.parseIdentifier():this.parseModuleExportName()):(o=!0,a=u)):m(this.state.type)&&(o=!0,t?(a=this.parseIdentifier(!0),this.isContextual(93)||this.checkReservedWord(a.name,a.loc.start,!0,!0)):a=this.parseModuleExportName()),o&&r&&this.raise(t?M.TypeModifierIsUsedInTypeImports:M.TypeModifierIsUsedInTypeExports,l),e[n]=a,e[s]=i,t?"importKind":"exportKind");e[u]=o?"type":"value",c&&this.eatContextual(93)&&(e[s]=t?this.parseIdentifier():this.parseModuleExportName()),e[s]||(e[s]=this.cloneIdentifier(e[n])),t&&this.checkIdentifier(e[s],o?4098:4096)}},{key:"fillOptionalPropertiesForTSESLint",value:function(e){switch(e.type){case"ExpressionStatement":return void(null==e.directive&&(e.directive=void 0));case"RestElement":e.value=void 0;case"Identifier":case"ArrayPattern":case"AssignmentPattern":case"ObjectPattern":return null==e.decorators&&(e.decorators=[]),null==e.optional&&(e.optional=!1),void(null==e.typeAnnotation&&(e.typeAnnotation=void 0));case"TSParameterProperty":return null==e.accessibility&&(e.accessibility=void 0),null==e.decorators&&(e.decorators=[]),null==e.override&&(e.override=!1),null==e.readonly&&(e.readonly=!1),void(null==e.static&&(e.static=!1));case"TSEmptyBodyFunctionExpression":e.body=null;case"TSDeclareFunction":case"FunctionDeclaration":case"FunctionExpression":case"ClassMethod":case"ClassPrivateMethod":return null==e.declare&&(e.declare=!1),null==e.returnType&&(e.returnType=void 0),void(null==e.typeParameters&&(e.typeParameters=void 0));case"Property":return void(null==e.optional&&(e.optional=!1));case"TSMethodSignature":case"TSPropertySignature":null==e.optional&&(e.optional=!1);case"TSIndexSignature":return null==e.accessibility&&(e.accessibility=void 0),null==e.readonly&&(e.readonly=!1),void(null==e.static&&(e.static=!1));case"TSAbstractPropertyDefinition":case"PropertyDefinition":case"TSAbstractAccessorProperty":case"AccessorProperty":null==e.declare&&(e.declare=!1),null==e.definite&&(e.definite=!1),null==e.readonly&&(e.readonly=!1),null==e.typeAnnotation&&(e.typeAnnotation=void 0);case"TSAbstractMethodDefinition":case"MethodDefinition":return null==e.accessibility&&(e.accessibility=void 0),null==e.decorators&&(e.decorators=[]),null==e.override&&(e.override=!1),void(null==e.optional&&(e.optional=!1));case"ClassExpression":null==e.id&&(e.id=null);case"ClassDeclaration":return null==e.abstract&&(e.abstract=!1),null==e.declare&&(e.declare=!1),null==e.decorators&&(e.decorators=[]),null==e.implements&&(e.implements=[]),null==e.superTypeArguments&&(e.superTypeArguments=void 0),void(null==e.typeParameters&&(e.typeParameters=void 0));case"TSTypeAliasDeclaration":case"VariableDeclaration":return void(null==e.declare&&(e.declare=!1));case"VariableDeclarator":return void(null==e.definite&&(e.definite=!1));case"TSEnumDeclaration":return null==e.const&&(e.const=!1),void(null==e.declare&&(e.declare=!1));case"TSEnumMember":return void(null==e.computed&&(e.computed=!1));case"TSImportType":return null==e.qualifier&&(e.qualifier=null),void(null==e.options&&(e.options=null));case"TSInterfaceDeclaration":return null==e.declare&&(e.declare=!1),void(null==e.extends&&(e.extends=[]));case"TSMappedType":return null==e.optional&&(e.optional=!1),void(null==e.readonly&&(e.readonly=void 0));case"TSModuleDeclaration":return null==e.declare&&(e.declare=!1),void(null==e.global&&(e.global="global"===e.kind));case"TSTypeParameter":return null==e.const&&(e.const=!1),null==e.in&&(e.in=!1),void(null==e.out&&(e.out=!1))}}}]);function l(){var e;_classCallCheck(this,l);for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return(e=_callSuper(this,l,[].concat(r))).tsParseInOutModifiers=e.tsParseModifiers.bind(_assertThisInitialized(e),{allowedModifiers:["in","out"],disallowedModifiers:["const","public","private","protected","readonly","declare","abstract","override"],errorTemplate:M.InvalidModifierOnTypeParameter}),e.tsParseConstModifier=e.tsParseModifiers.bind(_assertThisInitialized(e),{allowedModifiers:["const"],disallowedModifiers:["in","out"],errorTemplate:M.InvalidModifierOnTypeParameterPositions}),e.tsParseInOutConstModifiers=e.tsParseModifiers.bind(_assertThisInitialized(e),{allowedModifiers:["in","out","const"],disallowedModifiers:["public","private","protected","readonly","declare","abstract","override"],errorTemplate:M.InvalidModifierOnTypeParameter}),e}},v8intrinsic:function(e){return _inherits(t,e),_createClass(t,[{key:"parseV8Intrinsic",value:function(){if(this.match(54)){var e=this.state.startLoc,t=this.startNode();if(this.next(),x(this.state.type)){var r=this.parseIdentifierName(),t=this.createIdentifier(t,r);if(this.castNodeTo(t,"V8IntrinsicIdentifier"),this.match(10))return t}this.unexpected(e)}}},{key:"parseExprAtom",value:function(e){return this.parseV8Intrinsic()||_superPropGet(t,"parseExprAtom",this,3)([e])}}]);function t(){return _classCallCheck(this,t),_callSuper(this,t,arguments)}},placeholders:function(e){return _inherits(a,e),_createClass(a,[{key:"parsePlaceholder",value:function(e){var t;if(this.match(133))return t=this.startNode(),this.next(),this.assertNoSpace(),t.name=_superPropGet(a,"parseIdentifier",this,3)([!0]),this.assertNoSpace(),this.expect(133),this.finishPlaceholder(t,e)}},{key:"finishPlaceholder",value:function(e,t){return(e=e.expectedNode&&e.type?e:this.finishNode(e,"Placeholder")).expectedNode=t,e}},{key:"getTokenFromCode",value:function(e){37===e&&37===this.input.charCodeAt(this.state.pos+1)?this.finishOp(133,2):_superPropGet(a,"getTokenFromCode",this,3)([e])}},{key:"parseExprAtom",value:function(e){return this.parsePlaceholder("Expression")||_superPropGet(a,"parseExprAtom",this,3)([e])}},{key:"parseIdentifier",value:function(e){return this.parsePlaceholder("Identifier")||_superPropGet(a,"parseIdentifier",this,3)([e])}},{key:"checkReservedWord",value:function(e,t,r,i){void 0!==e&&_superPropGet(a,"checkReservedWord",this,3)([e,t,r,i])}},{key:"cloneIdentifier",value:function(e){var t=_superPropGet(a,"cloneIdentifier",this,3)([e]);return"Placeholder"===t.type&&(t.expectedNode=e.expectedNode),t}},{key:"cloneStringLiteral",value:function(e){return"Placeholder"===e.type?this.cloneIdentifier(e):_superPropGet(a,"cloneStringLiteral",this,3)([e])}},{key:"parseBindingAtom",value:function(){return this.parsePlaceholder("Pattern")||_superPropGet(a,"parseBindingAtom",this,3)([])}},{key:"isValidLVal",value:function(e,t,r){return"Placeholder"===e||_superPropGet(a,"isValidLVal",this,3)([e,t,r])}},{key:"toAssignable",value:function(e,t){e&&"Placeholder"===e.type&&"Expression"===e.expectedNode?e.expectedNode="Pattern":_superPropGet(a,"toAssignable",this,3)([e,t])}},{key:"chStartsBindingIdentifier",value:function(e,t){return!!_superPropGet(a,"chStartsBindingIdentifier",this,3)([e,t])||(e=this.nextTokenStart(),37===this.input.charCodeAt(e)&&37===this.input.charCodeAt(e+1))}},{key:"verifyBreakContinue",value:function(e,t){e.label&&"Placeholder"===e.label.type||_superPropGet(a,"verifyBreakContinue",this,3)([e,t])}},{key:"parseExpressionStatement",value:function(e,t){if("Placeholder"!==t.type||null!=(r=t.extra)&&r.parenthesized)return _superPropGet(a,"parseExpressionStatement",this,3)([e,t]);if(this.match(14))return(r=e).label=this.finishPlaceholder(t,"Identifier"),this.next(),r.body=_superPropGet(a,"parseStatementOrSloppyAnnexBFunctionDeclaration",this,3)([]),this.finishNode(r,"LabeledStatement");this.semicolon();var r=e;return r.name=t.name,this.finishPlaceholder(r,"Statement")}},{key:"parseBlock",value:function(e,t,r){return this.parsePlaceholder("BlockStatement")||_superPropGet(a,"parseBlock",this,3)([e,t,r])}},{key:"parseFunctionId",value:function(e){return this.parsePlaceholder("Identifier")||_superPropGet(a,"parseFunctionId",this,3)([e])}},{key:"parseClass",value:function(e,t,r){var i=t?"ClassDeclaration":"ClassExpression",n=(this.next(),this.state.strict),s=this.parsePlaceholder("Identifier");if(s){if(!(this.match(81)||this.match(133)||this.match(5))){if(r||!t)return e.id=null,e.body=this.finishPlaceholder(s,"ClassBody"),this.finishNode(e,i);throw this.raise(ht.ClassNameIsRequired,this.state.startLoc)}e.id=s}else this.parseClassId(e,t,r);return _superPropGet(a,"parseClassSuper",this,3)([e]),e.body=this.parsePlaceholder("ClassBody")||_superPropGet(a,"parseClassBody",this,3)([!!e.superClass,n]),this.finishNode(e,i)}},{key:"parseExport",value:function(e,t){var r=this.parsePlaceholder("Identifier");if(!r)return _superPropGet(a,"parseExport",this,3)([e,t]);if(!this.isContextual(98)&&!this.match(12))return e.specifiers=[],e.source=null,e.declaration=this.finishPlaceholder(r,"Declaration"),this.finishNode(e,"ExportNamedDeclaration");this.expectPlugin("exportDefaultFrom");var i=this.startNode();return i.exported=r,e.specifiers=[this.finishNode(i,"ExportDefaultSpecifier")],_superPropGet(a,"parseExport",this,3)([e,t])}},{key:"isExportDefaultSpecifier",value:function(){if(this.match(65)){var e=this.nextTokenStart();if(this.isUnparsedContextual(e,"from")&&this.input.startsWith(l[133],this.nextTokenStartSince(e+4)))return!0}return _superPropGet(a,"isExportDefaultSpecifier",this,3)([])}},{key:"maybeParseExportDefaultSpecifier",value:function(e,t){var r;return!(null==(r=e.specifiers)||!r.length)||_superPropGet(a,"maybeParseExportDefaultSpecifier",this,3)([e,t])}},{key:"checkExport",value:function(e){var t=e.specifiers;null!=t&&t.length&&(e.specifiers=t.filter(function(e){return"Placeholder"===e.exported.type})),_superPropGet(a,"checkExport",this,3)([e]),e.specifiers=t}},{key:"parseImport",value:function(e){var t,r=this.parsePlaceholder("Identifier");return r?(e.specifiers=[],this.isContextual(98)||this.match(12)?((t=this.startNodeAtNode(r)).local=r,e.specifiers.push(this.finishNode(t,"ImportDefaultSpecifier")),this.eat(12)&&!this.maybeParseStarImportSpecifier(e)&&this.parseNamedImportSpecifiers(e),this.expectContextual(98),e.source=this.parseImportSource()):e.source=this.finishPlaceholder(r,"StringLiteral"),this.semicolon(),this.finishNode(e,"ImportDeclaration")):_superPropGet(a,"parseImport",this,3)([e])}},{key:"parseImportSource",value:function(){return this.parsePlaceholder("StringLiteral")||_superPropGet(a,"parseImportSource",this,3)([])}},{key:"assertNoSpace",value:function(){this.state.start>this.offsetToSourcePos(this.state.lastTokEndLoc.index)&&this.raise(ht.UnexpectedSpace,this.state.lastTokEndLoc)}}]);function a(){return _classCallCheck(this,a),_callSuper(this,a,arguments)}}},mt=Object.keys(ft),r=(_inherits(Et,t),_createClass(Et,[{key:"checkProto",value:function(e,t,r,i){return!("SpreadElement"===e.type||this.isObjectMethod(e)||e.computed||e.shorthand)&&"__proto__"===("Identifier"===(e=e.key).type?e.name:e.value)?(t?this.raise(y.RecordNoProto,e):r&&(i?null===i.doubleProtoLoc&&(i.doubleProtoLoc=e.loc.start):this.raise(y.DuplicateProto,e)),!0):r}},{key:"shouldExitDescending",value:function(e,t){return"ArrowFunctionExpression"===e.type&&this.offsetToSourcePos(e.start)===t}},{key:"getExpression",value:function(){if(this.enterInitialScopes(),this.nextToken(),this.match(140))throw this.raise(y.ParseExpressionEmptyInput,this.state.startLoc);var e=this.parseExpression();if(this.match(140))return this.finalizeRemainingComments(),e.comments=this.comments,e.errors=this.state.errors,256&this.optionFlags&&(e.tokens=this.tokens),e;throw this.raise(y.ParseExpressionExpectsEOF,this.state.startLoc,{unexpected:this.input.codePointAt(this.state.start)})}},{key:"parseExpression",value:function(e,t){var r=this;return e?this.disallowInAnd(function(){return r.parseExpressionBase(t)}):this.allowInAnd(function(){return r.parseExpressionBase(t)})}},{key:"parseExpressionBase",value:function(e){var t=this.state.startLoc,r=this.parseMaybeAssign(e);if(this.match(12)){var i=this.startNodeAt(t);for(i.expressions=[r];this.eat(12);)i.expressions.push(this.parseMaybeAssign(e));return this.toReferencedList(i.expressions),this.finishNode(i,"SequenceExpression")}return r}},{key:"parseMaybeAssignDisallowIn",value:function(e,t){var r=this;return this.disallowInAnd(function(){return r.parseMaybeAssign(e,t)})}},{key:"parseMaybeAssignAllowIn",value:function(e,t){var r=this;return this.allowInAnd(function(){return r.parseMaybeAssign(e,t)})}},{key:"setOptionalParametersError",value:function(e){e.optionalParametersLoc=this.state.startLoc}},{key:"parseMaybeAssign",value:function(e,t){var r=this.state.startLoc,i=this.isContextual(108);if(i&&this.prodParam.hasYield)return this.next(),n=this.parseYield(r),t?t.call(this,n,r):n;var n=!e&&(e=new tt,!0),s=this.state.type,s=(10!==s&&!x(s)||(this.state.potentialArrowAt=this.state.start),this.parseMaybeConditional(e));if(t&&(s=t.call(this,s,r)),29<=(t=this.state.type)&&t<=33)return t=this.startNodeAt(r),a=this.state.value,t.operator=a,this.match(29)?(this.toAssignable(s,!0),t.left=s,a=r.index,null!=e.doubleProtoLoc&&e.doubleProtoLoc.index>=a&&(e.doubleProtoLoc=null),null!=e.shorthandAssignLoc&&e.shorthandAssignLoc.index>=a&&(e.shorthandAssignLoc=null),null!=e.privateKeyLoc&&e.privateKeyLoc.index>=a&&(this.checkDestructuringPrivate(e),e.privateKeyLoc=null),null!=e.voidPatternLoc&&e.voidPatternLoc.index>=a&&(e.voidPatternLoc=null)):t.left=s,this.next(),t.right=this.parseMaybeAssign(),this.checkLVal(s,this.finishNode(t,"AssignmentExpression")),t;if(n&&this.checkExpressionErrors(e,!0),i){var a=this.state.type;if((this.hasPlugin("v8intrinsic")?E(a):E(a)&&!this.match(54))&&!this.isAmbiguousPrefixOrIdentifier())return this.raiseOverwrite(y.YieldNotInGeneratorFunction,r),this.parseYield(r)}return s}},{key:"parseMaybeConditional",value:function(e){var t=this.state.startLoc,r=this.state.potentialArrowAt,i=this.parseExprOps(e);return this.shouldExitDescending(i,r)?i:this.parseConditional(i,t,e)}},{key:"parseConditional",value:function(e,t,r){return this.eat(17)?((t=this.startNodeAt(t)).test=e,t.consequent=this.parseMaybeAssignAllowIn(),this.expect(14),t.alternate=this.parseMaybeAssign(),this.finishNode(t,"ConditionalExpression")):e}},{key:"parseMaybeUnaryOrPrivate",value:function(e){return this.match(139)?this.parsePrivateName():this.parseMaybeUnary(e)}},{key:"parseExprOps",value:function(e){var t=this.state.startLoc,r=this.state.potentialArrowAt,e=this.parseMaybeUnaryOrPrivate(e);return this.shouldExitDescending(e,r)?e:this.parseExprOp(e,t,-1)}},{key:"parseExprOp",value:function(e,t,r){this.isPrivateName(e)&&(i=this.getPrivateNameSV(e),!(r>=h[58])&&this.prodParam.hasIn&&this.match(58)||this.raise(y.PrivateInExpectedIn,e,{identifierName:i}),this.classScope.usePrivateName(i,e.loc.start));var i=this.state.type;if(39<=(n=i)&&n<=59&&(this.prodParam.hasIn||!this.match(58))){var n=ee(i);if(r<n){if(39===i){if(this.expectPlugin("pipelineOperator"),this.state.inFSharpPipelineDirectBody)return e;this.checkPipelineAtInfixOperator(e,t)}var s=this.startNodeAt(t),a=(s.left=e,s.operator=this.state.value,41===i||42===i),o=40===i;if(o&&(n=h[42]),this.next(),39===i&&this.hasPlugin(["pipelineOperator",{proposal:"minimal"}])&&96===this.state.type&&this.prodParam.hasAwait)throw this.raise(y.UnexpectedAwaitAfterPipelineBody,this.state.startLoc);s.right=this.parseExprOpRightExpr(i,n);n=this.finishNode(s,a||o?"LogicalExpression":"BinaryExpression"),s=this.state.type;if(o&&(41===s||42===s)||a&&40===s)throw this.raise(y.MixingCoalesceWithLogical,this.state.startLoc);return this.parseExprOp(n,t,r)}}return e}},{key:"parseExprOpRightExpr",value:function(e,t){var r=this,i=this.state.startLoc;if(39===e){switch(this.getPluginOption("pipelineOperator","proposal")){case"hack":return this.withTopicBindingContext(function(){return r.parseHackPipeBody()});case"fsharp":return this.withSoloAwaitPermittingContext(function(){return r.parseFSharpPipelineBody(t)})}if("smart"===this.getPluginOption("pipelineOperator","proposal"))return this.withTopicBindingContext(function(){if(r.prodParam.hasYield&&r.isContextual(108))throw r.raise(y.PipeBodyIsTighter,r.state.startLoc);return r.parseSmartPipelineBodyInStyle(r.parseExprOpBaseRightExpr(e,t),i)})}return this.parseExprOpBaseRightExpr(e,t)}},{key:"parseExprOpBaseRightExpr",value:function(e,t){var r=this.state.startLoc;return this.parseExprOp(this.parseMaybeUnaryOrPrivate(),r,57===e?t-1:t)}},{key:"parseHackPipeBody",value:function(){var e,t=this.state.startLoc,r=this.parseMaybeAssign();return!V.has(r.type)||null!=(e=r.extra)&&e.parenthesized||this.raise(y.PipeUnparenthesizedBody,t,{type:r.type}),this.topicReferenceWasUsedInCurrentContext()||this.raise(y.PipeTopicUnused,t),r}},{key:"checkExponentialAfterUnary",value:function(e){this.match(57)&&this.raise(y.UnexpectedTokenUnaryExponentiation,e.argument)}},{key:"parseMaybeUnary",value:function(e,t){var r=this.state.startLoc,i=this.isContextual(96);if(i&&this.recordAwaitIfAllowed())return this.next(),n=this.parseAwait(r),t||this.checkExponentialAfterUnary(n),n;var n=this.match(34),s=this.startNode();if(a=this.state.type,W[a]){s.operator=this.state.value,s.prefix=!0,this.match(72)&&this.expectPlugin("throwExpressions");var a=this.match(89);if(this.next(),s.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),this.state.strict&&a&&("Identifier"===(a=s.argument).type?this.raise(y.StrictDelete,s):this.hasPropertyAsPrivateName(a)&&this.raise(y.DeletePrivateField,s)),!n)return t||this.checkExponentialAfterUnary(s),this.finishNode(s,"UnaryExpression")}a=this.parseUpdate(s,n,e);if(i){t=this.state.type;if((this.hasPlugin("v8intrinsic")?E(t):E(t)&&!this.match(54))&&!this.isAmbiguousPrefixOrIdentifier())return this.raiseOverwrite(y.AwaitNotInAsyncContext,r),this.parseAwait(r)}return a}},{key:"parseUpdate",value:function(e,t,r){if(t)return this.checkLVal(e.argument,this.finishNode(e,"UpdateExpression")),e;var i=this.state.startLoc,n=this.parseExprSubscripts(r);if(!this.checkExpressionErrors(r,!1))for(;34===this.state.type&&!this.canInsertSemicolon();){var s=this.startNodeAt(i);s.operator=this.state.value,s.prefix=!1,s.argument=n,this.next(),this.checkLVal(n,n=this.finishNode(s,"UpdateExpression"))}return n}},{key:"parseExprSubscripts",value:function(e){var t=this.state.startLoc,r=this.state.potentialArrowAt,e=this.parseExprAtom(e);return this.shouldExitDescending(e,r)?e:this.parseSubscripts(e,t)}},{key:"parseSubscripts",value:function(e,t,r){for(var i={optionalChainMember:!1,maybeAsyncArrow:this.atPossibleAsyncArrow(e),stop:!1};e=this.parseSubscript(e,t,r,i),i.maybeAsyncArrow=!1,!i.stop;);return e}},{key:"parseSubscript",value:function(e,t,r,i){var n=this.state.type;if(!r&&15===n)return this.parseBind(e,t,r,i);if(te(n))return this.parseTaggedTemplateExpression(e,t,i);var s=!1;if(18===n){if(r&&(this.raise(y.OptionalChainingNoNew,this.state.startLoc),40===this.lookaheadCharCode()))return this.stopParseSubscript(e,i);i.optionalChainMember=s=!0,this.next()}return!r&&this.match(10)?this.parseCoverCallAndAsyncArrowHead(e,t,i,s):(n=this.eat(0))||s||this.eat(16)?this.parseMember(e,t,i,n,s):this.stopParseSubscript(e,i)}},{key:"stopParseSubscript",value:function(e,t){return t.stop=!0,e}},{key:"parseMember",value:function(e,t,r,i,n){var s=this.startNodeAt(t);return s.object=e,(s.computed=i)?(s.property=this.parseExpression(),this.expect(3)):this.match(139)?("Super"===e.type&&this.raise(y.SuperPrivateField,t),this.classScope.usePrivateName(this.state.value,this.state.startLoc),s.property=this.parsePrivateName()):s.property=this.parseIdentifier(!0),r.optionalChainMember?(s.optional=n,this.finishNode(s,"OptionalMemberExpression")):this.finishNode(s,"MemberExpression")}},{key:"parseBind",value:function(e,t,r,i){var n=this.startNodeAt(t);return n.object=e,this.next(),n.callee=this.parseNoCallExpr(),i.stop=!0,this.parseSubscripts(this.finishNode(n,"BindExpression"),t,r)}},{key:"parseCoverCallAndAsyncArrowHead",value:function(e,t,r,i){var n=this.state.maybeInArrowParameters,s=null,a=(this.state.maybeInArrowParameters=!0,this.next(),this.startNodeAt(t)),o=(a.callee=e,r.maybeAsyncArrow),c=r.optionalChainMember,e=(o&&(this.expressionScope.enter(new Ye(2)),s=new tt),c&&(a.optional=i),a.arguments=i?this.parseCallExpressionArguments():this.parseCallExpressionArguments("Super"!==e.type,a,s),this.finishCallExpression(a,c));return o&&this.shouldParseAsyncArrow()&&!i?(r.stop=!0,this.checkDestructuringPrivate(s),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),e=this.parseAsyncArrowFromCallExpression(this.startNodeAt(t),e)):(o&&(this.checkExpressionErrors(s,!0),this.expressionScope.exit()),this.toReferencedArguments(e)),this.state.maybeInArrowParameters=n,e}},{key:"toReferencedArguments",value:function(e,t){this.toReferencedListDeep(e.arguments,t)}},{key:"parseTaggedTemplateExpression",value:function(e,t,r){var i=this.startNodeAt(t);return i.tag=e,i.quasi=this.parseTemplate(!0),r.optionalChainMember&&this.raise(y.OptionalChainingNoTemplate,t),this.finishNode(i,"TaggedTemplateExpression")}},{key:"atPossibleAsyncArrow",value:function(e){return"Identifier"===e.type&&"async"===e.name&&this.state.lastTokEndLoc.index===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.offsetToSourcePos(e.start)===this.state.potentialArrowAt}},{key:"finishCallExpression",value:function(e,t){if("Import"===e.callee.type)if(0===e.arguments.length||2<e.arguments.length)this.raise(y.ImportCallArity,e);else{var r,i=_createForOfIteratorHelper(e.arguments);try{for(i.s();!(r=i.n()).done;){var n=r.value;"SpreadElement"===n.type&&this.raise(y.ImportCallSpreadArgument,n)}}catch(e){i.e(e)}finally{i.f()}}return this.finishNode(e,t?"OptionalCallExpression":"CallExpression")}},{key:"parseCallExpressionArguments",value:function(e,t,r){var i=[],n=!0,s=this.state.inFSharpPipelineDirectBody;for(this.state.inFSharpPipelineDirectBody=!1;!this.eat(11);){if(n)n=!1;else if(this.expect(12),this.match(11)){t&&this.addTrailingCommaExtraToNode(t),this.next();break}i.push(this.parseExprListItem(11,!1,r,e))}return this.state.inFSharpPipelineDirectBody=s,i}},{key:"shouldParseAsyncArrow",value:function(){return this.match(19)&&!this.canInsertSemicolon()}},{key:"parseAsyncArrowFromCallExpression",value:function(e,t){var r;return this.resetPreviousNodeTrailingComments(t),this.expect(19),this.parseArrowExpression(e,t.arguments,!0,null==(r=t.extra)?void 0:r.trailingCommaLoc),t.innerComments&&I(e,t.innerComments),t.callee.trailingComments&&I(e,t.callee.trailingComments),e}},{key:"parseNoCallExpr",value:function(){var e=this.state.startLoc;return this.parseSubscripts(this.parseExprAtom(),e,!0)}},{key:"parseExprAtom",value:function(e){var t=null,r=this.state.type;switch(r){case 79:return this.parseSuper();case 83:return n=this.startNode(),this.next(),this.match(16)?this.parseImportMetaPropertyOrPhaseCall(n):this.match(10)?512&this.optionFlags?this.parseImportCall(n):this.finishNode(n,"Import"):(this.raise(y.UnsupportedImport,this.state.lastTokStartLoc),this.finishNode(n,"Import"));case 78:return n=this.startNode(),this.next(),this.finishNode(n,"ThisExpression");case 90:return this.parseDo(this.startNode(),!1);case 56:case 31:return this.readRegexp(),this.parseRegExpLiteral(this.state.value);case 135:return this.parseNumericLiteral(this.state.value);case 136:return this.parseBigIntLiteral(this.state.value);case 134:return this.parseStringLiteral(this.state.value);case 84:return this.parseNullLiteral();case 85:return this.parseBooleanLiteral(!0);case 86:return this.parseBooleanLiteral(!1);case 10:var i=this.state.potentialArrowAt===this.state.start;return this.parseParenAndDistinguishExpression(i);case 0:return this.parseArrayLike(3,!0,!1,e);case 5:return this.parseObjectLike(8,!1,!1,e);case 68:return this.parseFunctionOrFunctionSent();case 26:t=this.parseDecorators();case 80:return this.parseClass(this.maybeTakeDecorators(t,this.startNode()),!1);case 77:return this.parseNewOrNewTarget();case 25:case 24:return this.parseTemplate(!1);case 15:n=this.startNode(),this.next(),n.object=null;i=n.callee=this.parseNoCallExpr();if("MemberExpression"===i.type)return this.finishNode(n,"BindExpression");throw this.raise(y.UnsupportedBind,i);case 139:return this.raise(y.PrivateInExpectedIn,this.state.startLoc,{identifierName:this.state.value}),this.parsePrivateName();case 33:return this.parseTopicReferenceThenEqualsSign(54,"%");case 32:return this.parseTopicReferenceThenEqualsSign(44,"^");case 37:case 38:return this.parseTopicReference("hack");case 44:case 54:case 27:var n=this.getPluginOption("pipelineOperator","proposal");if(n)return this.parseTopicReference(n);this.unexpected();break;case 47:i=this.input.codePointAt(this.nextTokenStart());S(i)||62===i?this.expectOnePlugin(["jsx","flow","typescript"]):this.unexpected();break;default:if(137===r)return this.parseDecimalLiteral(this.state.value);if(2===r||1===r)return this.parseArrayLike(2===this.state.type?4:3,!1,!0);if(6===r||7===r)return this.parseObjectLike(6===this.state.type?9:8,!1,!0);if(x(r)){if(this.isContextual(127)&&123===this.lookaheadInLineCharCode())return this.parseModuleExpression();var n=this.state.potentialArrowAt===this.state.start,i=this.state.containsEsc,s=this.parseIdentifier();if(!i&&"async"===s.name&&!this.canInsertSemicolon()){i=this.state.type;if(68===i)return this.resetPreviousNodeTrailingComments(s),this.next(),this.parseAsyncFunctionExpression(this.startNodeAtNode(s));if(x(i))return 61===this.lookaheadCharCode()?this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(s)):s;if(90===i)return this.resetPreviousNodeTrailingComments(s),this.parseDo(this.startNodeAtNode(s),!0)}return n&&this.match(19)&&!this.canInsertSemicolon()?(this.next(),this.parseArrowExpression(this.startNodeAtNode(s),[s],!1)):s}this.unexpected()}}},{key:"parseTopicReferenceThenEqualsSign",value:function(e,t){var r=this.getPluginOption("pipelineOperator","proposal");if(r)return this.state.type=e,this.state.value=t,this.state.pos--,this.state.end--,this.state.endLoc=v(this.state.endLoc,-1),this.parseTopicReference(r);this.unexpected()}},{key:"parseTopicReference",value:function(e){var t=this.startNode(),r=this.state.startLoc,i=this.state.type;return this.next(),this.finishTopicReference(t,r,e,i)}},{key:"finishTopicReference",value:function(e,t,r,i){if(this.testTopicReferenceConfiguration(r,t,i))return"hack"===r?(this.topicReferenceIsAllowedInCurrentContext()||this.raise(y.PipeTopicUnbound,t),this.registerTopicReference(),this.finishNode(e,"TopicReference")):(this.topicReferenceIsAllowedInCurrentContext()||this.raise(y.PrimaryTopicNotAllowed,t),this.registerTopicReference(),this.finishNode(e,"PipelinePrimaryTopicReference"));throw this.raise(y.PipeTopicUnconfiguredToken,t,{token:l[i]})}},{key:"testTopicReferenceConfiguration",value:function(e,t,r){switch(e){case"hack":return this.hasPlugin(["pipelineOperator",{topicToken:l[r]}]);case"smart":return 27===r;default:throw this.raise(y.PipeTopicRequiresHackPipes,t)}}},{key:"parseAsyncArrowUnaryFunction",value:function(e){this.prodParam.enter(Me(!0,this.prodParam.hasYield));var t=[this.parseIdentifier()];return this.prodParam.exit(),this.hasPrecedingLineBreak()&&this.raise(y.LineTerminatorBeforeArrow,this.state.curPosition()),this.expect(19),this.parseArrowExpression(e,t,!0)}},{key:"parseDo",value:function(e,t){this.expectPlugin("doExpressions"),t&&this.expectPlugin("asyncDoExpressions"),e.async=t,this.next();var r=this.state.labels;return this.state.labels=[],t?(this.prodParam.enter(2),e.body=this.parseBlock(),this.prodParam.exit()):e.body=this.parseBlock(),this.state.labels=r,this.finishNode(e,"DoExpression")}},{key:"parseSuper",value:function(){var e=this.startNode();return this.next(),!this.match(10)||this.scope.allowDirectSuper||16&this.optionFlags?this.scope.allowSuper||16&this.optionFlags||this.raise(y.UnexpectedSuper,e):this.raise(y.SuperNotAllowed,e),this.match(10)||this.match(0)||this.match(16)||this.raise(y.UnsupportedSuper,e),this.finishNode(e,"Super")}},{key:"parsePrivateName",value:function(){var e=this.startNode(),t=this.startNodeAt(v(this.state.startLoc,1)),r=this.state.value;return this.next(),e.id=this.createIdentifier(t,r),this.finishNode(e,"PrivateName")}},{key:"parseFunctionOrFunctionSent",value:function(){var e,t=this.startNode();return this.next(),this.prodParam.hasYield&&this.match(16)?(e=this.createIdentifier(this.startNodeAtNode(t),"function"),this.next(),this.match(103)?this.expectPlugin("functionSent"):this.hasPlugin("functionSent")||this.unexpected(),this.parseMetaProperty(t,e,"sent")):this.parseFunction(t)}},{key:"parseMetaProperty",value:function(e,t,r){e.meta=t;var i=this.state.containsEsc;return e.property=this.parseIdentifier(!0),e.property.name===r&&!i||this.raise(y.UnsupportedMetaProperty,e.property,{target:t.name,onlyValidPropertyName:r}),this.finishNode(e,"MetaProperty")}},{key:"parseImportMetaPropertyOrPhaseCall",value:function(e){var t;return this.next(),this.isContextual(105)||this.isContextual(97)?(t=this.isContextual(105),this.expectPlugin(t?"sourcePhaseImports":"deferredImportEvaluation"),this.next(),e.phase=t?"source":"defer",this.parseImportCall(e)):(t=this.createIdentifierAt(this.startNodeAtNode(e),"import",this.state.lastTokStartLoc),this.isContextual(101)&&(this.inModule||this.raise(y.ImportMetaOutsideModule,t),this.sawUnambiguousESM=!0),this.parseMetaProperty(e,t,"meta"))}},{key:"parseLiteralAtNode",value:function(e,t,r){return this.addExtra(r,"rawValue",e),this.addExtra(r,"raw",this.input.slice(this.offsetToSourcePos(r.start),this.state.end)),r.value=e,this.next(),this.finishNode(r,t)}},{key:"parseLiteral",value:function(e,t){var r=this.startNode();return this.parseLiteralAtNode(e,t,r)}},{key:"parseStringLiteral",value:function(e){return this.parseLiteral(e,"StringLiteral")}},{key:"parseNumericLiteral",value:function(e){return this.parseLiteral(e,"NumericLiteral")}},{key:"parseBigIntLiteral",value:function(e){return this.parseLiteral(e,"BigIntLiteral")}},{key:"parseDecimalLiteral",value:function(e){return this.parseLiteral(e,"DecimalLiteral")}},{key:"parseRegExpLiteral",value:function(e){var t=this.startNode();return this.addExtra(t,"raw",this.input.slice(this.offsetToSourcePos(t.start),this.state.end)),t.pattern=e.pattern,t.flags=e.flags,this.next(),this.finishNode(t,"RegExpLiteral")}},{key:"parseBooleanLiteral",value:function(e){var t=this.startNode();return t.value=e,this.next(),this.finishNode(t,"BooleanLiteral")}},{key:"parseNullLiteral",value:function(){var e=this.startNode();return this.next(),this.finishNode(e,"NullLiteral")}},{key:"parseParenAndDistinguishExpression",value:function(e){for(var t,r,i=this.state.startLoc,n=(this.next(),this.expressionScope.enter(new Ye(1)),this.state.maybeInArrowParameters),s=this.state.inFSharpPipelineDirectBody,a=(this.state.maybeInArrowParameters=!0,this.state.inFSharpPipelineDirectBody=!1,this.state.startLoc),o=[],c=new tt,l=!0;!this.match(11);){if(l)l=!1;else if(this.expect(12,null===c.optionalParametersLoc?null:c.optionalParametersLoc),this.match(11)){r=this.state.startLoc;break}if(this.match(21)){var u=this.state.startLoc,h=this.state.startLoc;if(o.push(this.parseParenItem(this.parseRestBinding(),u)),!this.checkCommaAfterRest(41))break}else o.push(this.parseMaybeAssignAllowInOrVoidPattern(11,c,this.parseParenItem))}var p=this.state.lastTokEndLoc,n=(this.expect(11),this.state.maybeInArrowParameters=n,this.state.inFSharpPipelineDirectBody=s,this.startNodeAt(i));return e&&this.shouldParseArrow(o)&&(n=this.parseArrow(n))?(this.checkDestructuringPrivate(c),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),this.parseArrowExpression(n,o,!1),n):(this.expressionScope.exit(),o.length||this.unexpected(this.state.lastTokStartLoc),r&&this.unexpected(r),h&&this.unexpected(h),this.checkExpressionErrors(c,!0),this.toReferencedListDeep(o,!0),1<o.length?((t=this.startNodeAt(a)).expressions=o,this.finishNode(t,"SequenceExpression"),this.resetEndLocation(t,p)):t=o[0],this.wrapParenthesis(i,t))}},{key:"wrapParenthesis",value:function(e,t){var r;return 1024&this.optionFlags?((r=this.startNodeAt(e)).expression=t,this.finishNode(r,"ParenthesizedExpression")):(this.addExtra(t,"parenthesized",!0),this.addExtra(t,"parenStart",e.index),this.takeSurroundingComments(t,e.index,this.state.lastTokEndLoc.index),t)}},{key:"shouldParseArrow",value:function(e){return!this.canInsertSemicolon()}},{key:"parseArrow",value:function(e){if(this.eat(19))return e}},{key:"parseParenItem",value:function(e,t){return e}},{key:"parseNewOrNewTarget",value:function(){var e,t=this.startNode();return this.next(),this.match(16)?(e=this.createIdentifier(this.startNodeAtNode(t),"new"),this.next(),e=this.parseMetaProperty(t,e,"target"),this.scope.allowNewTarget||this.raise(y.UnexpectedNewTarget,e),e):this.parseNew(t)}},{key:"parseNew",value:function(e){var t;return this.parseNewCallee(e),this.eat(10)?(t=this.parseExprList(11),this.toReferencedList(t),e.arguments=t):e.arguments=[],this.finishNode(e,"NewExpression")}},{key:"parseNewCallee",value:function(e){var t=this.match(83),r=this.parseNoCallExpr();e.callee=r,!t||"Import"!==r.type&&"ImportExpression"!==r.type||this.raise(y.ImportCallNotNewExpression,r)}},{key:"parseTemplateElement",value:function(e){var t=this.state,r=t.start,i=t.end,n=t.value,r=r+1,t=this.startNodeAt(v(t.startLoc,1)),e=(null!==n||e||this.raise(y.InvalidEscapeSequenceTemplate,v(this.state.firstInvalidTemplateEscapePos,1)),this.match(24)),s=e?-1:-2,r=(t.value={raw:this.input.slice(r,i+s).replace(/\r\n?/g,"\n"),cooked:null===n?null:n.slice(1,s)},t.tail=e,this.next(),this.finishNode(t,"TemplateElement"));return this.resetEndLocation(r,v(this.state.lastTokEndLoc,s)),r}},{key:"parseTemplate",value:function(e){for(var t=this.startNode(),r=this.parseTemplateElement(e),i=[r],n=[];!r.tail;)n.push(this.parseTemplateSubstitution()),this.readTemplateContinuation(),i.push(r=this.parseTemplateElement(e));return t.expressions=n,t.quasis=i,this.finishNode(t,"TemplateLiteral")}},{key:"parseTemplateSubstitution",value:function(){return this.parseExpression()}},{key:"parseObjectLike",value:function(e,t,r,i){r&&this.expectPlugin("recordAndTuple");var n=this.state.inFSharpPipelineDirectBody,s=this.state.inFSharpPipelineDirectBody=!1,a=!0,o=this.startNode();for(o.properties=[],this.next();!this.match(e);){if(a)a=!1;else if(this.expect(12),this.match(e)){this.addTrailingCommaExtraToNode(o);break}var c=void 0;t?c=this.parseBindingProperty():(c=this.parsePropertyDefinition(i),s=this.checkProto(c,r,s,i)),r&&!this.isObjectProperty(c)&&"SpreadElement"!==c.type&&this.raise(y.InvalidRecordProperty,c),c.shorthand&&this.addExtra(c,"shorthand",!0),o.properties.push(c)}this.next(),this.state.inFSharpPipelineDirectBody=n;n="ObjectExpression";return t?n="ObjectPattern":r&&(n="RecordExpression"),this.finishNode(o,n)}},{key:"addTrailingCommaExtraToNode",value:function(e){this.addExtra(e,"trailingComma",this.state.lastTokStartLoc.index),this.addExtra(e,"trailingCommaLoc",this.state.lastTokStartLoc,!1)}},{key:"maybeAsyncOrAccessorProp",value:function(e){return!e.computed&&"Identifier"===e.key.type&&(this.isLiteralPropertyName()||this.match(0)||this.match(55))}},{key:"parsePropertyDefinition",value:function(e){var t=[];if(this.match(26))for(this.hasPlugin("decorators")&&this.raise(y.UnsupportedPropertyDecorator,this.state.startLoc);this.match(26);)t.push(this.parseDecorator());var r,i=this.startNode(),n=!1,s=!1;if(this.match(21))return t.length&&this.unexpected(),this.parseSpread();t.length&&(i.decorators=t,t=[]),i.method=!1,e&&(r=this.state.startLoc);var a,o=this.eat(55),c=(this.parsePropertyNamePrefixOperator(i),this.state.containsEsc);return this.parsePropertyName(i,e),o||c||!this.maybeAsyncOrAccessorProp(i)||("async"!==(a=(c=i.key).name)||this.hasPrecedingLineBreak()||(n=!0,this.resetPreviousNodeTrailingComments(c),o=this.eat(55),this.parsePropertyName(i)),"get"!==a&&"set"!==a)||(s=!0,this.resetPreviousNodeTrailingComments(c),i.kind=a,this.match(55)&&(o=!0,this.raise(y.AccessorIsGenerator,this.state.curPosition(),{kind:a}),this.next()),this.parsePropertyName(i)),this.parseObjPropValue(i,r,o,n,!1,s,e)}},{key:"getGetterSetterExpectedParamCount",value:function(e){return"get"===e.kind?0:1}},{key:"getObjectOrClassMethodParams",value:function(e){return e.params}},{key:"checkGetterSetterParams",value:function(e){var t=this.getGetterSetterExpectedParamCount(e),r=this.getObjectOrClassMethodParams(e);r.length!==t&&this.raise("get"===e.kind?y.BadGetterArity:y.BadSetterArity,e),"set"===e.kind&&"RestElement"===(null==(t=r[r.length-1])?void 0:t.type)&&this.raise(y.BadSetterRestParameter,e)}},{key:"parseObjectMethod",value:function(e,t,r,i,n){return n?(n=this.parseMethod(e,t,!1,!1,!1,"ObjectMethod"),this.checkGetterSetterParams(n),n):r||t||this.match(10)?(i&&this.unexpected(),e.kind="method",e.method=!0,this.parseMethod(e,t,r,!1,!1,"ObjectMethod")):void 0}},{key:"parseObjectProperty",value:function(e,t,r,i){return e.shorthand=!1,this.eat(14)?(e.value=r?this.parseMaybeDefault(this.state.startLoc):this.parseMaybeAssignAllowInOrVoidPattern(8,i),this.finishObjectProperty(e)):e.computed||"Identifier"!==e.key.type?void 0:(this.checkReservedWord(e.key.name,e.key.loc.start,!0,!1),r?e.value=this.parseMaybeDefault(t,this.cloneIdentifier(e.key)):this.match(29)?(r=this.state.startLoc,null!=i?null===i.shorthandAssignLoc&&(i.shorthandAssignLoc=r):this.raise(y.InvalidCoverInitializedName,r),e.value=this.parseMaybeDefault(t,this.cloneIdentifier(e.key))):e.value=this.cloneIdentifier(e.key),e.shorthand=!0,this.finishObjectProperty(e))}},{key:"finishObjectProperty",value:function(e){return this.finishNode(e,"ObjectProperty")}},{key:"parseObjPropValue",value:function(e,t,r,i,n,s,a){r=this.parseObjectMethod(e,r,i,n,s)||this.parseObjectProperty(e,t,n,a);return r||this.unexpected(),r}},{key:"parsePropertyName",value:function(e,t){if(this.eat(0))e.computed=!0,e.key=this.parseMaybeAssignAllowIn(),this.expect(3);else{var r,i=this.state,n=i.type,s=i.value;if(m(n))r=this.parseIdentifier(!0);else switch(n){case 135:r=this.parseNumericLiteral(s);break;case 134:r=this.parseStringLiteral(s);break;case 136:r=this.parseBigIntLiteral(s);break;case 139:var a=this.state.startLoc;null!=t?null===t.privateKeyLoc&&(t.privateKeyLoc=a):this.raise(y.UnexpectedPrivateField,a),r=this.parsePrivateName();break;default:137===n?r=this.parseDecimalLiteral(s):this.unexpected()}e.key=r,139!==n&&(e.computed=!1)}}},{key:"initFunction",value:function(e,t){e.id=null,e.generator=!1,e.async=t}},{key:"parseMethod",value:function(e,t,r,i,n,s){var a=6<arguments.length&&void 0!==arguments[6]&&arguments[6],t=(this.initFunction(e,r),e.generator=t,this.scope.enter(530|(a?576:0)|(n?32:0)),this.prodParam.enter(Me(r,e.generator)),this.parseFunctionParams(e,i),this.parseFunctionBodyAndFinish(e,s,!0));return this.prodParam.exit(),this.scope.exit(),t}},{key:"parseArrayLike",value:function(e,t,r,i){r&&this.expectPlugin("recordAndTuple");var n=this.state.inFSharpPipelineDirectBody,s=(this.state.inFSharpPipelineDirectBody=!1,this.startNode());return this.next(),s.elements=this.parseExprList(e,!r,i,s),this.state.inFSharpPipelineDirectBody=n,this.finishNode(s,r?"TupleExpression":"ArrayExpression")}},{key:"parseArrowExpression",value:function(e,t,r,i){this.scope.enter(518);var n=Me(r,!1),n=(!this.match(5)&&this.prodParam.hasIn&&(n|=8),this.prodParam.enter(n),this.initFunction(e,r),this.state.maybeInArrowParameters);return t&&(this.state.maybeInArrowParameters=!0,this.setArrowFunctionParameters(e,t,i)),this.state.maybeInArrowParameters=!1,this.parseFunctionBody(e,!0),this.prodParam.exit(),this.scope.exit(),this.state.maybeInArrowParameters=n,this.finishNode(e,"ArrowFunctionExpression")}},{key:"setArrowFunctionParameters",value:function(e,t,r){this.toAssignableList(t,r,!1),e.params=t}},{key:"parseFunctionBodyAndFinish",value:function(e,t){return this.parseFunctionBody(e,!1,2<arguments.length&&void 0!==arguments[2]&&arguments[2]),this.finishNode(e,t)}},{key:"parseFunctionBody",value:function(r,i){var n,s=this,a=2<arguments.length&&void 0!==arguments[2]&&arguments[2],e=i&&!this.match(5);this.expressionScope.enter(et()),e?(r.body=this.parseMaybeAssign(),this.checkParams(r,!1,i,!1)):(n=this.state.strict,e=this.state.labels,this.state.labels=[],this.prodParam.enter(4|this.prodParam.currentFlags()),r.body=this.parseBlock(!0,!1,function(e){var t=!s.isSimpleParamList(r.params),e=(e&&t&&s.raise(y.IllegalLanguageModeDirective,"method"!==r.kind&&"constructor"!==r.kind||!r.key?r:r.key.loc.end),!n&&s.state.strict);s.checkParams(r,!(s.state.strict||i||a||t),i,e),s.state.strict&&r.id&&s.checkIdentifier(r.id,65,e)}),this.prodParam.exit(),this.state.labels=e),this.expressionScope.exit()}},{key:"isSimpleParameter",value:function(e){return"Identifier"===e.type}},{key:"isSimpleParamList",value:function(e){for(var t=0,r=e.length;t<r;t++)if(!this.isSimpleParameter(e[t]))return!1;return!0}},{key:"checkParams",value:function(e,t,r){var i,n=!(3<arguments.length&&void 0!==arguments[3])||arguments[3],s=!t&&new Set,a={type:"FormalParameters"},o=_createForOfIteratorHelper(e.params);try{for(o.s();!(i=o.n()).done;){var c=i.value;this.checkLVal(c,a,5,s,n)}}catch(e){o.e(e)}finally{o.f()}}},{key:"parseExprList",value:function(e,t,r,i){for(var n=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(12),this.match(e)){i&&this.addTrailingCommaExtraToNode(i),this.next();break}n.push(this.parseExprListItem(e,t,r))}return n}},{key:"parseExprListItem",value:function(e,t,r,i){return this.match(12)?(t||this.raise(y.UnexpectedToken,this.state.curPosition(),{unexpected:","}),null):this.match(21)?(t=this.state.startLoc,this.parseParenItem(this.parseSpread(r),t)):this.match(17)?(this.expectPlugin("partialApplication"),i||this.raise(y.UnexpectedArgumentPlaceholder,this.state.startLoc),t=this.startNode(),this.next(),this.finishNode(t,"ArgumentPlaceholder")):this.parseMaybeAssignAllowInOrVoidPattern(e,r,this.parseParenItem)}},{key:"parseIdentifier",value:function(e){var t=this.startNode(),e=this.parseIdentifierName(e);return this.createIdentifier(t,e)}},{key:"createIdentifier",value:function(e,t){return e.name=t,e.loc.identifierName=t,this.finishNode(e,"Identifier")}},{key:"createIdentifierAt",value:function(e,t,r){return e.name=t,e.loc.identifierName=t,this.finishNodeAt(e,"Identifier",r)}},{key:"parseIdentifierName",value:function(e){var t,r=this.state,i=r.startLoc,r=r.type,r=(m(r)?t=this.state.value:this.unexpected(),r<=92);return e?r&&this.replaceToken(132):this.checkReservedWord(t,i,r,!1),this.next(),t}},{key:"checkReservedWord",value:function(e,t,r,i){10<e.length||!me.has(e)||(r&&ce.has(e)?this.raise(y.UnexpectedKeyword,t,{keyword:e}):(this.state.strict?i?fe:pe:he)(e,this.inModule)?this.raise(y.UnexpectedReservedWord,t,{reservedWord:e}):"yield"===e?this.prodParam.hasYield&&this.raise(y.YieldBindingIdentifier,t):"await"===e?this.prodParam.hasAwait?this.raise(y.AwaitBindingIdentifier,t):this.scope.inStaticBlock?this.raise(y.AwaitBindingIdentifierInStaticBlock,t):this.expressionScope.recordAsyncArrowParametersError(t):"arguments"===e&&this.scope.inClassAndNotInNonArrowFunction&&this.raise(y.ArgumentsInClass,t))}},{key:"recordAwaitIfAllowed",value:function(){var e=this.prodParam.hasAwait;return e&&!this.scope.inFunction&&(this.state.hasTopLevelAwait=!0),e}},{key:"parseAwait",value:function(e){e=this.startNodeAt(e);return this.expressionScope.recordParameterInitializerError(y.AwaitExpressionFormalParameter,e),this.eat(55)&&this.raise(y.ObsoleteAwaitStar,e),this.scope.inFunction||1&this.optionFlags||(this.isAmbiguousPrefixOrIdentifier()?this.ambiguousScriptDifferentAst=!0:this.sawUnambiguousESM=!0),this.state.soloAwait||(e.argument=this.parseMaybeUnary(null,!0)),this.finishNode(e,"AwaitExpression")}},{key:"isAmbiguousPrefixOrIdentifier",value:function(){var e;return!!this.hasPrecedingLineBreak()||53===(e=this.state.type)||10===e||0===e||te(e)||102===e&&!this.state.containsEsc||138===e||56===e||this.hasPlugin("v8intrinsic")&&54===e}},{key:"parseYield",value:function(e){var e=this.startNodeAt(e),t=(this.expressionScope.recordParameterInitializerError(y.YieldInParameter,e),!1),r=null;if(!this.hasPrecedingLineBreak())switch(t=this.eat(55),this.state.type){case 13:case 140:case 8:case 11:case 3:case 9:case 14:case 12:if(!t)break;default:r=this.parseMaybeAssign()}return e.delegate=t,e.argument=r,this.finishNode(e,"YieldExpression")}},{key:"parseImportCall",value:function(e){if(this.next(),e.source=this.parseMaybeAssignAllowIn(),e.options=null,this.eat(12))if(this.match(11))this.addTrailingCommaExtraToNode(e.source);else if(e.options=this.parseMaybeAssignAllowIn(),this.eat(12)&&(this.addTrailingCommaExtraToNode(e.options),!this.match(11))){for(;this.parseMaybeAssignAllowIn(),this.eat(12)&&!this.match(11););this.raise(y.ImportCallArity,e)}return this.expect(11),this.finishNode(e,"ImportExpression")}},{key:"checkPipelineAtInfixOperator",value:function(e,t){this.hasPlugin(["pipelineOperator",{proposal:"smart"}])&&"SequenceExpression"===e.type&&this.raise(y.PipelineHeadSequenceExpression,t)}},{key:"parseSmartPipelineBodyInStyle",value:function(e,t){var r;return this.isSimpleReference(e)?((r=this.startNodeAt(t)).callee=e,this.finishNode(r,"PipelineBareFunction")):(r=this.startNodeAt(t),this.checkSmartPipeTopicBodyEarlyErrors(t),r.expression=e,this.finishNode(r,"PipelineTopicExpression"))}},{key:"isSimpleReference",value:function(e){switch(e.type){case"MemberExpression":return!e.computed&&this.isSimpleReference(e.object);case"Identifier":return!0;default:return!1}}},{key:"checkSmartPipeTopicBodyEarlyErrors",value:function(e){if(this.match(19))throw this.raise(y.PipelineBodyNoArrow,this.state.startLoc);this.topicReferenceWasUsedInCurrentContext()||this.raise(y.PipelineTopicUnused,e)}},{key:"withTopicBindingContext",value:function(e){var t=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:1,maxTopicIndex:null};try{return e()}finally{this.state.topicContext=t}}},{key:"withSmartMixTopicForbiddingContext",value:function(e){if(!this.hasPlugin(["pipelineOperator",{proposal:"smart"}]))return e();var t=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null};try{return e()}finally{this.state.topicContext=t}}},{key:"withSoloAwaitPermittingContext",value:function(e){var t=this.state.soloAwait;this.state.soloAwait=!0;try{return e()}finally{this.state.soloAwait=t}}},{key:"allowInAnd",value:function(e){var t=this.prodParam.currentFlags();if(8&~t){this.prodParam.enter(8|t);try{return e()}finally{this.prodParam.exit()}}return e()}},{key:"disallowInAnd",value:function(e){var t=this.prodParam.currentFlags();if(8&t){this.prodParam.enter(-9&t);try{return e()}finally{this.prodParam.exit()}}return e()}},{key:"registerTopicReference",value:function(){this.state.topicContext.maxTopicIndex=0}},{key:"topicReferenceIsAllowedInCurrentContext",value:function(){return 1<=this.state.topicContext.maxNumOfResolvableTopics}},{key:"topicReferenceWasUsedInCurrentContext",value:function(){return null!=this.state.topicContext.maxTopicIndex&&0<=this.state.topicContext.maxTopicIndex}},{key:"parseFSharpPipelineBody",value:function(e){var t=this.state.startLoc,r=(this.state.potentialArrowAt=this.state.start,this.state.inFSharpPipelineDirectBody),t=(this.state.inFSharpPipelineDirectBody=!0,this.parseExprOp(this.parseMaybeUnaryOrPrivate(),t,e));return this.state.inFSharpPipelineDirectBody=r,t}},{key:"parseModuleExpression",value:function(){this.expectPlugin("moduleBlocks");var e=this.startNode(),t=(this.next(),this.match(5)||this.unexpected(null,5),this.startNodeAt(this.state.endLoc)),r=(this.next(),this.initializeScopes(!0));this.enterInitialScopes();try{e.body=this.parseProgram(t,8,"module")}finally{r()}return this.finishNode(e,"ModuleExpression")}},{key:"parseVoidPattern",value:function(e){this.expectPlugin("discardBinding");var t=this.startNode();return null!=e&&(e.voidPatternLoc=this.state.startLoc),this.next(),this.finishNode(t,"VoidPattern")}},{key:"parseMaybeAssignAllowInOrVoidPattern",value:function(e,t,r){if(null!=t&&this.match(88)){var i=this.lookaheadCharCode();if(44===i||i===(3===e?93:8===e?125:41)||61===i)return this.parseMaybeDefault(this.state.startLoc,this.parseVoidPattern(t))}return this.parseMaybeAssignAllowIn(t,r)}},{key:"parsePropertyNamePrefixOperator",value:function(e){}}])),yt={kind:1},vt={kind:2},gt=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,xt=new RegExp("in(?:stanceof)?","y");function Et(){return _classCallCheck(this,Et),_callSuper(this,Et,arguments)}_inherits(Tt,r);var i=_createClass(Tt,[{key:"parseTopLevel",value:function(e,t){return e.program=this.parseProgram(t,140,"module"===this.options.sourceType?"module":"script"),e.comments=this.comments,256&this.optionFlags&&(e.tokens=((e,t,r)=>{for(var i=0;i<e.length;i++){var n,s,a,o,c,l,u,h,p,d,f,m=e[i],y=m.type;"number"==typeof y&&(139===y?(l=m.loc,n=m.start,s=m.value,o=m.end,a=n+1,c=v(l.start,1),e.splice(i,1,new L({type:g[27],value:"#",start:n,end:a,startLoc:l.start,endLoc:c}),new L({type:g[132],value:s,start:a,end:o,startLoc:c,endLoc:l.end})),i++):te(y)?(n=m.loc,s=m.start,a=m.value,o=m.end,c=s+1,l=v(n.start,1),u=void 0,u=96===t.charCodeAt(s-r)?new L({type:g[22],value:"`",start:s,end:c,startLoc:n.start,endLoc:l}):new L({type:g[8],value:"}",start:s,end:c,startLoc:n.start,endLoc:l}),f=d=p=h=void 0,f=24===y?(p=o-1,d=v(n.end,-1),h=null===a?null:a.slice(1,-1),new L({type:g[22],value:"`",start:p,end:o,startLoc:d,endLoc:n.end})):(p=o-2,d=v(n.end,-2),h=null===a?null:a.slice(1,-2),new L({type:g[23],value:"${",start:p,end:o,startLoc:d,endLoc:n.end})),e.splice(i,1,u,new L({type:g[20],value:h,start:c,end:p,startLoc:l,endLoc:d}),f),i+=2):m.type=re(y))}return e})(this.tokens,this.input,this.startIndex)),this.finishNode(e,"File")}},{key:"parseProgram",value:function(e,t,r){if(e.sourceType=r,e.interpreter=this.parseInterpreterDirective(),this.parseBlockBody(e,!0,!0,t),this.inModule){if(!(64&this.optionFlags)&&0<this.scope.undefinedExports.size)for(var i=0,n=Array.from(this.scope.undefinedExports);i<n.length;i++){var s=_slicedToArray(n[i],2),a=s[0];this.raise(y.ModuleExportUndefined,s[1],{localName:a})}this.addExtra(e,"topLevelAwait",this.state.hasTopLevelAwait)}r=140===t?this.finishNode(e,"Program"):this.finishNodeAt(e,"Program",v(this.state.startLoc,-1));return r}},{key:"stmtToDirective",value:function(e){var t=this.castNodeTo(e,"Directive"),r=this.castNodeTo(e.expression,"DirectiveLiteral"),i=r.value,n=this.input.slice(this.offsetToSourcePos(r.start),this.offsetToSourcePos(r.end)),s=r.value=n.slice(1,-1);return this.addExtra(r,"raw",n),this.addExtra(r,"rawValue",s),this.addExtra(r,"expressionValue",i),t.value=r,delete e.expression,t}},{key:"parseInterpreterDirective",value:function(){var e;return this.match(28)?((e=this.startNode()).value=this.state.value,this.next(),this.finishNode(e,"InterpreterDirective")):null}},{key:"isLet",value:function(){return!!this.isContextual(100)&&this.hasFollowingBindingAtom()}},{key:"isUsing",value:function(){var e,t;return!!this.isContextual(107)&&(e=this.nextTokenInLineStart(),t=this.codePointAtPos(e),this.chStartsBindingIdentifier(t,e))}},{key:"isForUsing",value:function(){if(!this.isContextual(107))return!1;var e=this.nextTokenInLineStart(),t=this.codePointAtPos(e);if(this.isUnparsedContextual(e,"of")){var r=this.lookaheadCharCodeSince(e+2);if(61!==r&&58!==r&&59!==r)return!1}return!(!this.chStartsBindingIdentifier(t,e)&&!this.isUnparsedContextual(e,"void"))}},{key:"isAwaitUsing",value:function(){if(this.isContextual(96)){var e=this.nextTokenInLineStart();if(this.isUnparsedContextual(e,"using")){var e=this.nextTokenInLineStartSince(e+5),t=this.codePointAtPos(e);if(this.chStartsBindingIdentifier(t,e))return!0}}return!1}},{key:"chStartsBindingIdentifier",value:function(e,t){if(S(e)){if(xt.lastIndex=t,xt.test(this.input)){t=this.codePointAtPos(xt.lastIndex);if(!P(t)&&92!==t)return!1}return!0}return 92===e}},{key:"chStartsBindingPattern",value:function(e){return 91===e||123===e}},{key:"hasFollowingBindingAtom",value:function(){var e=this.nextTokenStart(),t=this.codePointAtPos(e);return this.chStartsBindingPattern(t)||this.chStartsBindingIdentifier(t,e)}},{key:"hasInLineFollowingBindingIdentifierOrBrace",value:function(){var e=this.nextTokenInLineStart(),t=this.codePointAtPos(e);return 123===t||this.chStartsBindingIdentifier(t,e)}},{key:"allowsUsing",value:function(){return(this.scope.inModule||!this.scope.inTopLevel)&&!this.scope.inBareCaseStatement}},{key:"parseModuleItem",value:function(){return this.parseStatementLike(15)}},{key:"parseStatementListItem",value:function(){return this.parseStatementLike(6|(!this.options.annexB||this.state.strict?0:8))}},{key:"parseStatementOrSloppyAnnexBFunctionDeclaration",value:function(){var e=0;return this.options.annexB&&!this.state.strict&&(e|=4,0<arguments.length&&void 0!==arguments[0]&&arguments[0])&&(e|=8),this.parseStatementLike(e)}},{key:"parseStatement",value:function(){return this.parseStatementLike(0)}},{key:"parseStatementLike",value:function(e){var t=null;return this.match(26)&&(t=this.parseDecorators(!0)),this.parseStatementContent(e,t)}},{key:"parseStatementContent",value:function(e,t){var r=this.state.type,i=this.startNode(),n=!!(2&e),s=!!(4&e),a=1&e;switch(r){case 60:return this.parseBreakContinueStatement(i,!0);case 63:return this.parseBreakContinueStatement(i,!1);case 64:return this.parseDebuggerStatement(i);case 90:return this.parseDoWhileStatement(i);case 91:return this.parseForStatement(i);case 68:if(46===this.lookaheadCharCode())break;return s||this.raise(this.state.strict?y.StrictFunction:this.options.annexB?y.SloppyFunctionAnnexB:y.SloppyFunction,this.state.startLoc),this.parseFunctionStatement(i,!1,!n&&s);case 80:return n||this.unexpected(),this.parseClass(this.maybeTakeDecorators(t,i),!0);case 69:return this.parseIfStatement(i);case 70:return this.parseReturnStatement(i);case 71:return this.parseSwitchStatement(i);case 72:return this.parseThrowStatement(i);case 73:return this.parseTryStatement(i);case 96:if(this.isAwaitUsing())return this.allowsUsing()?n?this.recordAwaitIfAllowed()||this.raise(y.AwaitUsingNotInAsyncContext,i):this.raise(y.UnexpectedLexicalDeclaration,i):this.raise(y.UnexpectedUsingDeclaration,i),this.next(),this.parseVarStatement(i,"await using");break;case 107:if(this.state.containsEsc||!this.hasInLineFollowingBindingIdentifierOrBrace())break;return this.allowsUsing()?n||this.raise(y.UnexpectedLexicalDeclaration,this.state.startLoc):this.raise(y.UnexpectedUsingDeclaration,this.state.startLoc),this.parseVarStatement(i,"using");case 100:if(this.state.containsEsc)break;var o=this.nextTokenStart(),c=this.codePointAtPos(o);if(91!==c&&(!n&&this.hasFollowingLineBreak()||!this.chStartsBindingIdentifier(c,o)&&123!==c))break;case 75:n||this.raise(y.UnexpectedLexicalDeclaration,this.state.startLoc);case 74:var o=this.state.value;return this.parseVarStatement(i,o);case 92:return this.parseWhileStatement(i);case 76:return this.parseWithStatement(i);case 5:return this.parseBlock();case 13:return this.parseEmptyStatement(i);case 83:c=this.lookaheadCharCode();if(40===c||46===c)break;case 82:return 8&this.optionFlags||a||this.raise(y.UnexpectedImportExport,this.state.startLoc),this.next(),o=83===r?this.parseImport(i):this.parseExport(i,t),this.assertModuleNodeAllowed(o),o;default:if(this.isAsyncFunction())return n||this.raise(y.AsyncFunctionInSingleStatementContext,this.state.startLoc),this.next(),this.parseFunctionStatement(i,!0,!n&&s)}var l=this.state.value,u=this.parseExpression();return x(r)&&"Identifier"===u.type&&this.eat(14)?this.parseLabeledStatement(i,l,u,e):this.parseExpressionStatement(i,u,t)}},{key:"assertModuleNodeAllowed",value:function(e){8&this.optionFlags||this.inModule||this.raise(y.ImportOutsideModule,e)}},{key:"decoratorsEnabledBeforeExport",value:function(){return!!this.hasPlugin("decorators-legacy")||this.hasPlugin("decorators")&&!1!==this.getPluginOption("decorators","decoratorsBeforeExport")}},{key:"maybeTakeDecorators",value:function(e,t,r){var i;return e&&(null!=(i=t.decorators)&&i.length?("boolean"!=typeof this.getPluginOption("decorators","decoratorsBeforeExport")&&this.raise(y.DecoratorsBeforeAfterExport,t.decorators[0]),(i=t.decorators).unshift.apply(i,_toConsumableArray(e))):t.decorators=e,this.resetStartLocationFromNode(t,e[0]),r)&&this.resetStartLocationFromNode(r,t),t}},{key:"canHaveLeadingDecorator",value:function(){return this.match(80)}},{key:"parseDecorators",value:function(e){for(var t=[];t.push(this.parseDecorator()),this.match(26););if(this.match(82))e||this.unexpected(),this.decoratorsEnabledBeforeExport()||this.raise(y.DecoratorExportClass,this.state.startLoc);else if(!this.canHaveLeadingDecorator())throw this.raise(y.UnexpectedLeadingDecorator,this.state.startLoc);return t}},{key:"parseDecorator",value:function(){this.expectOnePlugin(["decorators","decorators-legacy"]);var e=this.startNode();if(this.next(),this.hasPlugin("decorators")){var t,r=this.state.startLoc;if(this.match(10)){var i=this.state.startLoc,n=(this.next(),t=this.parseExpression(),this.expect(11),t=this.wrapParenthesis(i,t),this.state.startLoc);e.expression=this.parseMaybeDecoratorArguments(t,i),!1===this.getPluginOption("decorators","allowCallParenthesized")&&e.expression!==t&&this.raise(y.DecoratorArgumentsOutsideParentheses,n)}else{for(t=this.parseIdentifier(!1);this.eat(16);){var s=this.startNodeAt(r);s.object=t,this.match(139)?(this.classScope.usePrivateName(this.state.value,this.state.startLoc),s.property=this.parsePrivateName()):s.property=this.parseIdentifier(!0),s.computed=!1,t=this.finishNode(s,"MemberExpression")}e.expression=this.parseMaybeDecoratorArguments(t,r)}}else e.expression=this.parseExprSubscripts();return this.finishNode(e,"Decorator")}},{key:"parseMaybeDecoratorArguments",value:function(e,t){return this.eat(10)?((t=this.startNodeAt(t)).callee=e,t.arguments=this.parseCallExpressionArguments(),this.toReferencedList(t.arguments),this.finishNode(t,"CallExpression")):e}},{key:"parseBreakContinueStatement",value:function(e,t){return this.next(),this.isLineTerminator()?e.label=null:(e.label=this.parseIdentifier(),this.semicolon()),this.verifyBreakContinue(e,t),this.finishNode(e,t?"BreakStatement":"ContinueStatement")}},{key:"verifyBreakContinue",value:function(e,t){for(var r=0;r<this.state.labels.length;++r){var i=this.state.labels[r];if((null==e.label||i.name===e.label.name)&&(null!=i.kind&&(t||1===i.kind)||e.label&&t))break}r===this.state.labels.length&&this.raise(y.IllegalBreakContinue,e,{type:t?"BreakStatement":"ContinueStatement"})}},{key:"parseDebuggerStatement",value:function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")}},{key:"parseHeaderExpression",value:function(){this.expect(10);var e=this.parseExpression();return this.expect(11),e}},{key:"parseDoWhileStatement",value:function(e){var t=this;return this.next(),this.state.labels.push(yt),e.body=this.withSmartMixTopicForbiddingContext(function(){return t.parseStatement()}),this.state.labels.pop(),this.expect(92),e.test=this.parseHeaderExpression(),this.eat(13),this.finishNode(e,"DoWhileStatement")}},{key:"parseForStatement",value:function(e){this.next(),this.state.labels.push(yt);var t,r,i,n,s,a=null;return this.isContextual(96)&&this.recordAwaitIfAllowed()&&(a=this.state.startLoc,this.next()),this.scope.enter(0),this.expect(10),this.match(13)?(null!==a&&this.unexpected(a),this.parseFor(e,null)):(t=this.isContextual(100),i=(s=this.isAwaitUsing())||this.isForUsing(),r=t&&this.hasFollowingBindingAtom()||i,this.match(74)||this.match(75)||r?(r=this.startNode(),s?(n="await using",this.recordAwaitIfAllowed()||this.raise(y.AwaitUsingNotInAsyncContext,this.state.startLoc),this.next()):n=this.state.value,this.next(),this.parseVar(r,!0,n),s=this.finishNode(r,"VariableDeclaration"),(n=this.match(58))&&i&&this.raise(y.ForInUsing,s),(n||this.isContextual(102))&&1===s.declarations.length?this.parseForIn(e,s,a):(null!==a&&this.unexpected(a),this.parseFor(e,s))):(r=this.isContextual(95),i=new tt,n=this.parseExpression(!0,i),(s=this.isContextual(102))&&(t&&this.raise(y.ForOfLet,n),null===a)&&r&&"Identifier"===n.type&&this.raise(y.ForOfAsync,n),s||this.match(58)?(this.checkDestructuringPrivate(i),this.toAssignable(n,!0),this.checkLVal(n,{type:s?"ForOfStatement":"ForInStatement"}),this.parseForIn(e,n,a)):(this.checkExpressionErrors(i,!0),null!==a&&this.unexpected(a),this.parseFor(e,n))))}},{key:"parseFunctionStatement",value:function(e,t,r){return this.next(),this.parseFunction(e,1|(r?2:0)|(t?8:0))}},{key:"parseIfStatement",value:function(e){return this.next(),e.test=this.parseHeaderExpression(),e.consequent=this.parseStatementOrSloppyAnnexBFunctionDeclaration(),e.alternate=this.eat(66)?this.parseStatementOrSloppyAnnexBFunctionDeclaration():null,this.finishNode(e,"IfStatement")}},{key:"parseReturnStatement",value:function(e){return this.prodParam.hasReturn||this.raise(y.IllegalReturn,this.state.startLoc),this.next(),this.isLineTerminator()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")}},{key:"parseSwitchStatement",value:function(e){this.next(),e.discriminant=this.parseHeaderExpression();var t,r,i,n=e.cases=[];for(this.expect(5),this.state.labels.push(vt),this.scope.enter(256);!this.match(8);)this.match(61)||this.match(65)?(i=this.match(61),t&&this.finishNode(t,"SwitchCase"),n.push(t=this.startNode()),t.consequent=[],this.next(),i?t.test=this.parseExpression():(r&&this.raise(y.MultipleDefaultsInSwitch,this.state.lastTokStartLoc),r=!0,t.test=null),this.expect(14)):t?t.consequent.push(this.parseStatementListItem()):this.unexpected();return this.scope.exit(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.state.labels.pop(),this.finishNode(e,"SwitchStatement")}},{key:"parseThrowStatement",value:function(e){return this.next(),this.hasPrecedingLineBreak()&&this.raise(y.NewlineAfterThrow,this.state.lastTokEndLoc),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")}},{key:"parseCatchClauseParam",value:function(){var e=this.parseBindingAtom();return this.scope.enter(this.options.annexB&&"Identifier"===e.type?8:0),this.checkLVal(e,{type:"CatchClause"},9),e}},{key:"parseTryStatement",value:function(e){var t,r=this;return this.next(),e.block=this.parseBlock(),e.handler=null,this.match(62)&&(t=this.startNode(),this.next(),this.match(10)?(this.expect(10),t.param=this.parseCatchClauseParam(),this.expect(11)):(t.param=null,this.scope.enter(0)),t.body=this.withSmartMixTopicForbiddingContext(function(){return r.parseBlock(!1,!1)}),this.scope.exit(),e.handler=this.finishNode(t,"CatchClause")),e.finalizer=this.eat(67)?this.parseBlock():null,e.handler||e.finalizer||this.raise(y.NoCatchOrFinally,e),this.finishNode(e,"TryStatement")}},{key:"parseVarStatement",value:function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2];return this.next(),this.parseVar(e,!1,t,r),this.semicolon(),this.finishNode(e,"VariableDeclaration")}},{key:"parseWhileStatement",value:function(e){var t=this;return this.next(),e.test=this.parseHeaderExpression(),this.state.labels.push(yt),e.body=this.withSmartMixTopicForbiddingContext(function(){return t.parseStatement()}),this.state.labels.pop(),this.finishNode(e,"WhileStatement")}},{key:"parseWithStatement",value:function(e){var t=this;return this.state.strict&&this.raise(y.StrictWith,this.state.startLoc),this.next(),e.object=this.parseHeaderExpression(),e.body=this.withSmartMixTopicForbiddingContext(function(){return t.parseStatement()}),this.finishNode(e,"WithStatement")}},{key:"parseEmptyStatement",value:function(e){return this.next(),this.finishNode(e,"EmptyStatement")}},{key:"parseLabeledStatement",value:function(e,t,r,i){var n,s=_createForOfIteratorHelper(this.state.labels);try{for(s.s();!(n=s.n()).done;)n.value.name===t&&this.raise(y.LabelRedeclaration,r,{labelName:t})}catch(e){s.e(e)}finally{s.f()}for(var a,o=90<=(a=this.state.type)&&a<=92?1:this.match(71)?2:null,c=this.state.labels.length-1;0<=c;c--){var l=this.state.labels[c];if(l.statementStart!==e.start)break;l.statementStart=this.sourceToOffsetPos(this.state.start),l.kind=o}return this.state.labels.push({name:t,kind:o,statementStart:this.sourceToOffsetPos(this.state.start)}),e.body=8&i?this.parseStatementOrSloppyAnnexBFunctionDeclaration(!0):this.parseStatement(),this.state.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")}},{key:"parseExpressionStatement",value:function(e,t,r){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")}},{key:"parseBlock",value:function(){var e=0<arguments.length&&void 0!==arguments[0]&&arguments[0],t=!(1<arguments.length&&void 0!==arguments[1])||arguments[1],r=2<arguments.length?arguments[2]:void 0,i=this.startNode();return e&&this.state.strictErrors.clear(),this.expect(5),t&&this.scope.enter(0),this.parseBlockBody(i,e,!1,8,r),t&&this.scope.exit(),this.finishNode(i,"BlockStatement")}},{key:"isValidDirective",value:function(e){return"ExpressionStatement"===e.type&&"StringLiteral"===e.expression.type&&!e.expression.extra.parenthesized}},{key:"parseBlockBody",value:function(e,t,r,i,n){var s=e.body=[],e=e.directives=[];this.parseBlockOrModuleBlockBody(s,t?e:void 0,r,i,n)}},{key:"parseBlockOrModuleBlockBody",value:function(e,t,r,i,n){for(var s=this.state.strict,a=!1,o=!1;!this.match(i);){var c=r?this.parseModuleItem():this.parseStatementListItem();if(t&&!o){if(this.isValidDirective(c)){var l=this.stmtToDirective(c);t.push(l),a||"use strict"!==l.value.value||this.setStrict(a=!0);continue}o=!0,this.state.strictErrors.clear()}e.push(c)}null!=n&&n.call(this,a),s||this.setStrict(!1),this.next()}},{key:"parseFor",value:function(e,t){var r=this;return e.init=t,this.semicolon(!1),e.test=this.match(13)?null:this.parseExpression(),this.semicolon(!1),e.update=this.match(11)?null:this.parseExpression(),this.expect(11),e.body=this.withSmartMixTopicForbiddingContext(function(){return r.parseStatement()}),this.scope.exit(),this.state.labels.pop(),this.finishNode(e,"ForStatement")}},{key:"parseForIn",value:function(e,t,r){var i=this,n=this.match(58);return this.next(),n?null!==r&&this.unexpected(r):e.await=null!==r,"VariableDeclaration"!==t.type||null==t.declarations[0].init||n&&this.options.annexB&&!this.state.strict&&"var"===t.kind&&"Identifier"===t.declarations[0].id.type||this.raise(y.ForInOfLoopInitializer,t,{type:n?"ForInStatement":"ForOfStatement"}),"AssignmentPattern"===t.type&&this.raise(y.InvalidLhs,t,{ancestor:{type:"ForStatement"}}),e.left=t,e.right=n?this.parseExpression():this.parseMaybeAssignAllowIn(),this.expect(11),e.body=this.withSmartMixTopicForbiddingContext(function(){return i.parseStatement()}),this.scope.exit(),this.state.labels.pop(),this.finishNode(e,n?"ForInStatement":"ForOfStatement")}},{key:"parseVar",value:function(e,t,r){var i=3<arguments.length&&void 0!==arguments[3]&&arguments[3],n=e.declarations=[];for(e.kind=r;;){var s=this.startNode();if(this.parseVarId(s,r),s.init=this.eat(29)?t?this.parseMaybeAssignDisallowIn():this.parseMaybeAssignAllowIn():null,null!==s.init||i||("Identifier"===s.id.type||t&&(this.match(58)||this.isContextual(102))?"const"!==r&&"using"!==r&&"await using"!==r||this.match(58)||this.isContextual(102)||this.raise(y.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:r}):this.raise(y.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:"destructuring"})),n.push(this.finishNode(s,"VariableDeclarator")),!this.eat(12))break}return e}},{key:"parseVarId",value:function(e,t){var r=this.parseBindingAtom();"using"===t||"await using"===t?"ArrayPattern"!==r.type&&"ObjectPattern"!==r.type||this.raise(y.UsingDeclarationHasBindingPattern,r.loc.start):"VoidPattern"===r.type&&this.raise(y.UnexpectedVoidPattern,r.loc.start),this.checkLVal(r,{type:"VariableDeclarator"},"var"===t?5:8201),e.id=r}},{key:"parseAsyncFunctionExpression",value:function(e){return this.parseFunction(e,8)}},{key:"parseFunction",value:function(e){var t=this,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,i=2&r,n=!!(1&r),s=n&&!(4&r),r=!!(8&r),s=(this.initFunction(e,r),this.match(55)&&(i&&this.raise(y.GeneratorInSingleStatementContext,this.state.startLoc),this.next(),e.generator=!0),n&&(e.id=this.parseFunctionId(s)),this.state.maybeInArrowParameters);return this.state.maybeInArrowParameters=!1,this.scope.enter(514),this.prodParam.enter(Me(r,e.generator)),n||(e.id=this.parseFunctionId()),this.parseFunctionParams(e,!1),this.withSmartMixTopicForbiddingContext(function(){t.parseFunctionBodyAndFinish(e,n?"FunctionDeclaration":"FunctionExpression")}),this.prodParam.exit(),this.scope.exit(),n&&!i&&this.registerFunctionStatementId(e),this.state.maybeInArrowParameters=s,e}},{key:"parseFunctionId",value:function(e){return e||x(this.state.type)?this.parseIdentifier():null}},{key:"parseFunctionParams",value:function(e,t){this.expect(10),this.expressionScope.enter(new We(3)),e.params=this.parseBindingList(11,41,2|(t?4:0)),this.expressionScope.exit()}},{key:"registerFunctionStatementId",value:function(e){e.id&&this.scope.declareName(e.id.name,!this.options.annexB||this.state.strict||e.generator||e.async?this.scope.treatFunctionsAsVar?5:8201:17,e.id.loc.start)}},{key:"parseClass",value:function(e,t,r){this.next();var i=this.state.strict;return this.state.strict=!0,this.parseClassId(e,t,r),this.parseClassSuper(e),e.body=this.parseClassBody(!!e.superClass,i),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")}},{key:"isClassProperty",value:function(){return this.match(29)||this.match(13)||this.match(8)}},{key:"isClassMethod",value:function(){return this.match(10)}},{key:"nameIsConstructor",value:function(e){return"Identifier"===e.type&&"constructor"===e.name||"StringLiteral"===e.type&&"constructor"===e.value}},{key:"isNonstaticConstructor",value:function(e){return!e.computed&&!e.static&&this.nameIsConstructor(e.key)}},{key:"parseClassBody",value:function(e,t){var r=this,i=(this.classScope.enter(),{hadConstructor:!1,hadSuperClass:e}),n=[],s=this.startNode();if(s.body=[],this.expect(5),this.withSmartMixTopicForbiddingContext(function(){for(;!r.match(8);){var e;if(r.eat(13)){if(0<n.length)throw r.raise(y.DecoratorSemicolon,r.state.lastTokEndLoc)}else r.match(26)?n.push(r.parseDecorator()):(e=r.startNode(),n.length&&(e.decorators=n,r.resetStartLocationFromNode(e,n[0]),n=[]),r.parseClassMember(s,e,i),"constructor"===e.kind&&e.decorators&&0<e.decorators.length&&r.raise(y.DecoratorConstructor,e))}}),this.state.strict=t,this.next(),n.length)throw this.raise(y.TrailingDecorator,this.state.startLoc);return this.classScope.exit(),this.finishNode(s,"ClassBody")}},{key:"parseClassMemberFromModifier",value:function(e,t){var r,i=this.parseIdentifier(!0);return this.isClassMethod()?((r=t).kind="method",r.computed=!1,r.key=i,r.static=!1,this.pushClassMethod(e,r,!1,!1,!1,!1),!0):this.isClassProperty()?((r=t).computed=!1,r.key=i,r.static=!1,e.body.push(this.parseClassProperty(r)),!0):(this.resetPreviousNodeTrailingComments(i),!1)}},{key:"parseClassMember",value:function(e,t,r){var i=this.isContextual(106);if(i){if(this.parseClassMemberFromModifier(e,t))return;if(this.eat(5))return void this.parseClassStaticBlock(e,t)}this.parseClassMemberWithIsStatic(e,t,r,i)}},{key:"parseClassMemberWithIsStatic",value:function(e,t,r,i){var n=t,s=t,a=t,o=t,c=t,l=n,u=n;if(t.static=i,this.parsePropertyNamePrefixOperator(t),this.eat(55))return l.kind="method",i=this.match(139),this.parseClassElementName(l),this.parsePostMemberNameModifiers(l),i?void this.pushClassPrivateMethod(e,s,!0,!1):(this.isNonstaticConstructor(n)&&this.raise(y.ConstructorIsGenerator,n.key),void this.pushClassMethod(e,n,!0,!1,!1,!1));var h,p,i=!this.state.containsEsc&&x(this.state.type),d=this.parseClassElementName(t),i=i?d.name:null,f=this.isPrivateName(d),m=this.state.startLoc;this.parsePostMemberNameModifiers(u),this.isClassMethod()?(l.kind="method",f?this.pushClassPrivateMethod(e,s,!1,!1):(p=!1,(h=this.isNonstaticConstructor(n))&&(n.kind="constructor",r.hadConstructor&&!this.hasPlugin("typescript")&&this.raise(y.DuplicateConstructor,d),h&&this.hasPlugin("typescript")&&t.override&&this.raise(y.OverrideOnConstructor,d),r.hadConstructor=!0,p=r.hadSuperClass),this.pushClassMethod(e,n,!1,!1,h,p))):this.isClassProperty()?f?this.pushClassPrivateProperty(e,o):this.pushClassProperty(e,a):"async"!==i||this.isLineTerminator()?"get"!==i&&"set"!==i||this.match(55)&&this.isLineTerminator()?"accessor"!==i||this.isLineTerminator()?this.isLineTerminator()?f?this.pushClassPrivateProperty(e,o):this.pushClassProperty(e,a):this.unexpected():(this.expectPlugin("decoratorAutoAccessors"),this.resetPreviousNodeTrailingComments(d),t=this.match(139),this.parseClassElementName(a),this.pushClassAccessorProperty(e,c,t)):(this.resetPreviousNodeTrailingComments(d),l.kind=i,r=this.match(139),this.parseClassElementName(n),r?this.pushClassPrivateMethod(e,s,!1,!1):(this.isNonstaticConstructor(n)&&this.raise(y.ConstructorIsAccessor,n.key),this.pushClassMethod(e,n,!1,!1,!1,!1)),this.checkGetterSetterParams(n)):(this.resetPreviousNodeTrailingComments(d),h=this.eat(55),u.optional&&this.unexpected(m),l.kind="method",p=this.match(139),this.parseClassElementName(l),this.parsePostMemberNameModifiers(u),p?this.pushClassPrivateMethod(e,s,h,!0):(this.isNonstaticConstructor(n)&&this.raise(y.ConstructorIsAsync,n.key),this.pushClassMethod(e,n,h,!0,!1,!1)))}},{key:"parseClassElementName",value:function(e){var t=this.state,r=t.type,t=t.value;return 132!==r&&134!==r||!e.static||"prototype"!==t||this.raise(y.StaticPrototype,this.state.startLoc),139===r?("constructor"===t&&this.raise(y.ConstructorClassPrivateField,this.state.startLoc),r=this.parsePrivateName(),e.key=r):(this.parsePropertyName(e),e.key)}},{key:"parseClassStaticBlock",value:function(e,t){this.scope.enter(720);var r=this.state.labels,i=(this.state.labels=[],this.prodParam.enter(0),t.body=[]);this.parseBlockOrModuleBlockBody(i,void 0,!1,8),this.prodParam.exit(),this.scope.exit(),this.state.labels=r,e.body.push(this.finishNode(t,"StaticBlock")),null!=(i=t.decorators)&&i.length&&this.raise(y.DecoratorStaticBlock,t)}},{key:"pushClassProperty",value:function(e,t){!t.computed&&this.nameIsConstructor(t.key)&&this.raise(y.ConstructorClassField,t.key),e.body.push(this.parseClassProperty(t))}},{key:"pushClassPrivateProperty",value:function(e,t){t=this.parseClassPrivateProperty(t);e.body.push(t),this.classScope.declarePrivateName(this.getPrivateNameSV(t.key),0,t.key.loc.start)}},{key:"pushClassAccessorProperty",value:function(e,t,r){r||t.computed||!this.nameIsConstructor(t.key)||this.raise(y.ConstructorClassField,t.key);t=this.parseClassAccessorProperty(t);e.body.push(t),r&&this.classScope.declarePrivateName(this.getPrivateNameSV(t.key),0,t.key.loc.start)}},{key:"pushClassMethod",value:function(e,t,r,i,n,s){e.body.push(this.parseMethod(t,r,i,n,s,"ClassMethod",!0))}},{key:"pushClassPrivateMethod",value:function(e,t,r,i){t=this.parseMethod(t,r,i,!1,!1,"ClassPrivateMethod",!0),e.body.push(t),r="get"===t.kind?t.static?6:2:"set"===t.kind?t.static?5:1:0;this.declareClassPrivateMethodInScope(t,r)}},{key:"declareClassPrivateMethodInScope",value:function(e,t){this.classScope.declarePrivateName(this.getPrivateNameSV(e.key),t,e.key.loc.start)}},{key:"parsePostMemberNameModifiers",value:function(e){}},{key:"parseClassPrivateProperty",value:function(e){return this.parseInitializer(e),this.semicolon(),this.finishNode(e,"ClassPrivateProperty")}},{key:"parseClassProperty",value:function(e){return this.parseInitializer(e),this.semicolon(),this.finishNode(e,"ClassProperty")}},{key:"parseClassAccessorProperty",value:function(e){return this.parseInitializer(e),this.semicolon(),this.finishNode(e,"ClassAccessorProperty")}},{key:"parseInitializer",value:function(e){this.scope.enter(592),this.expressionScope.enter(et()),this.prodParam.enter(0),e.value=this.eat(29)?this.parseMaybeAssignAllowIn():null,this.expressionScope.exit(),this.prodParam.exit(),this.scope.exit()}},{key:"parseClassId",value:function(e,t,r){var i=3<arguments.length&&void 0!==arguments[3]?arguments[3]:8331;if(x(this.state.type))e.id=this.parseIdentifier(),t&&this.declareNameFromIdentifier(e.id,i);else{if(!r&&t)throw this.raise(y.MissingClassName,this.state.startLoc);e.id=null}}},{key:"parseClassSuper",value:function(e){e.superClass=this.eat(81)?this.parseExprSubscripts():null}},{key:"parseExport",value:function(e,t){var r=this.parseMaybeImportPhase(e,!0),r=this.maybeParseExportDefaultSpecifier(e,r),i=!r||this.eat(12),n=i&&this.eatExportStar(e),s=n&&this.maybeParseExportNamespaceSpecifier(e),a=i&&(!s||this.eat(12)),o=r||n;if(n&&!s){if(r&&this.unexpected(),t)throw this.raise(y.UnsupportedDecoratorExport,e);return this.parseExportFrom(e,!0),this.sawUnambiguousESM=!0,this.finishNode(e,"ExportAllDeclaration")}var c,l=this.maybeParseExportNamedSpecifiers(e);if(r&&i&&!n&&!l&&this.unexpected(null,5),s&&a&&this.unexpected(null,98),o||l){if(c=!1,t)throw this.raise(y.UnsupportedDecoratorExport,e);this.parseExportFrom(e,o)}else c=this.maybeParseExportDeclaration(e);if(o||l||c){r=e;if(this.checkExport(r,!0,!1,!!r.source),"ClassDeclaration"===(null==(i=r.declaration)?void 0:i.type))this.maybeTakeDecorators(t,r.declaration,r);else if(t)throw this.raise(y.UnsupportedDecoratorExport,e);return this.sawUnambiguousESM=!0,this.finishNode(r,"ExportNamedDeclaration")}if(this.eat(65)){n=e,s=this.parseExportDefaultExpression();if("ClassDeclaration"===(n.declaration=s).type)this.maybeTakeDecorators(t,s,n);else if(t)throw this.raise(y.UnsupportedDecoratorExport,e);return this.checkExport(n,!0,!0),this.sawUnambiguousESM=!0,this.finishNode(n,"ExportDefaultDeclaration")}this.unexpected(null,5)}},{key:"eatExportStar",value:function(e){return this.eat(55)}},{key:"maybeParseExportDefaultSpecifier",value:function(e,t){var r;return!(!t&&!this.isExportDefaultSpecifier()||(this.expectPlugin("exportDefaultFrom",null==t?void 0:t.loc.start),t=t||this.parseIdentifier(!0),(r=this.startNodeAtNode(t)).exported=t,e.specifiers=[this.finishNode(r,"ExportDefaultSpecifier")],0))}},{key:"maybeParseExportNamespaceSpecifier",value:function(e){var t;return!!this.isContextual(93)&&(null==e.specifiers&&(e.specifiers=[]),t=this.startNodeAt(this.state.lastTokStartLoc),this.next(),t.exported=this.parseModuleExportName(),e.specifiers.push(this.finishNode(t,"ExportNamespaceSpecifier")),!0)}},{key:"maybeParseExportNamedSpecifiers",value:function(e){var t;return!(!this.match(5)||((e=e).specifiers||(e.specifiers=[]),(t=e.specifiers).push.apply(t,_toConsumableArray(this.parseExportSpecifiers("type"===e.exportKind))),e.source=null,this.hasPlugin("importAssertions")?e.assertions=[]:e.attributes=[],e.declaration=null))}},{key:"maybeParseExportDeclaration",value:function(e){return!!this.shouldParseExportDeclaration()&&(e.specifiers=[],e.source=null,this.hasPlugin("importAssertions")?e.assertions=[]:e.attributes=[],e.declaration=this.parseExportDeclaration(e),!0)}},{key:"isAsyncFunction",value:function(){var e;return!!this.isContextual(95)&&(e=this.nextTokenInLineStart(),this.isUnparsedContextual(e,"function"))}},{key:"parseExportDefaultExpression",value:function(){var e=this.startNode();if(this.match(68))return this.next(),this.parseFunction(e,5);if(this.isAsyncFunction())return this.next(),this.next(),this.parseFunction(e,13);if(this.match(80))return this.parseClass(e,!0,!0);if(this.match(26))return this.hasPlugin("decorators")&&!0===this.getPluginOption("decorators","decoratorsBeforeExport")&&this.raise(y.DecoratorBeforeExport,this.state.startLoc),this.parseClass(this.maybeTakeDecorators(this.parseDecorators(!1),this.startNode()),!0,!0);if(this.match(75)||this.match(74)||this.isLet()||this.isUsing()||this.isAwaitUsing())throw this.raise(y.UnsupportedDefaultExport,this.state.startLoc);e=this.parseMaybeAssignAllowIn();return this.semicolon(),e}},{key:"parseExportDeclaration",value:function(e){return this.match(80)?this.parseClass(this.startNode(),!0,!1):this.parseStatementListItem()}},{key:"isExportDefaultSpecifier",value:function(){var e=this.state.type;if(x(e)){if(95===e&&!this.state.containsEsc||100===e)return!1;if((130===e||129===e)&&!this.state.containsEsc){var e=this.nextTokenStart(),t=this.input.charCodeAt(e);if(123===t||this.chStartsBindingIdentifier(t,e)&&!this.input.startsWith("from",e))return this.expectOnePlugin(["flow","typescript"]),!1}}else if(!this.match(65))return!1;t=this.nextTokenStart(),e=this.isUnparsedContextual(t,"from");return!!(44===this.input.charCodeAt(t)||x(this.state.type)&&e)||!(!this.match(65)||!e||34!==(e=this.input.charCodeAt(this.nextTokenStartSince(t+4)))&&39!==e)}},{key:"parseExportFrom",value:function(e,t){this.eatContextual(98)?(e.source=this.parseImportSource(),this.checkExport(e),this.maybeParseImportAttributes(e),this.checkJSONModuleImport(e)):t&&this.unexpected(),this.semicolon()}},{key:"shouldParseExportDeclaration",value:function(){var e=this.state.type;return 26===e&&(this.expectOnePlugin(["decorators","decorators-legacy"]),this.hasPlugin("decorators"))?(!0===this.getPluginOption("decorators","decoratorsBeforeExport")&&this.raise(y.DecoratorBeforeExport,this.state.startLoc),!0):this.isUsing()||this.isAwaitUsing()?(this.raise(y.UsingDeclarationExport,this.state.startLoc),!0):74===e||75===e||68===e||80===e||this.isLet()||this.isAsyncFunction()}},{key:"checkExport",value:function(e,t,r,i){if(t)if(r)this.checkDuplicateExports(e,"default"),!this.hasPlugin("exportDefaultFrom")||"Identifier"!==(t=e.declaration).type||"from"!==t.name||t.end-t.start!=4||null!=(r=t.extra)&&r.parenthesized||this.raise(y.ExportDefaultFromAsIdentifier,t);else if(null!=(r=e.specifiers)&&r.length){var n,s=_createForOfIteratorHelper(e.specifiers);try{for(s.s();!(n=s.n()).done;){var a,o=n.value,c=o.exported,l="Identifier"===c.type?c.name:c.value;this.checkDuplicateExports(o,l),!i&&o.local&&("Identifier"!==(a=o.local).type?this.raise(y.ExportBindingIsString,o,{localName:a.value,exportName:l}):(this.checkReservedWord(a.name,a.loc.start,!0,!1),this.scope.checkLocalExport(a)))}}catch(e){s.e(e)}finally{s.f()}}else if(e.declaration){t=e.declaration;if("FunctionDeclaration"===t.type||"ClassDeclaration"===t.type){r=t.id;if(!r)throw new Error("Assertion failure");this.checkDuplicateExports(e,r.name)}else if("VariableDeclaration"===t.type){var u,h=_createForOfIteratorHelper(t.declarations);try{for(h.s();!(u=h.n()).done;){var p=u.value;this.checkDeclaration(p.id)}}catch(e){h.e(e)}finally{h.f()}}}}},{key:"checkDeclaration",value:function(e){if("Identifier"===e.type)this.checkDuplicateExports(e,e.name);else if("ObjectPattern"===e.type){var t,r=_createForOfIteratorHelper(e.properties);try{for(r.s();!(t=r.n()).done;){var i=t.value;this.checkDeclaration(i)}}catch(e){r.e(e)}finally{r.f()}}else if("ArrayPattern"===e.type){var n,s=_createForOfIteratorHelper(e.elements);try{for(s.s();!(n=s.n()).done;){var a=n.value;a&&this.checkDeclaration(a)}}catch(e){s.e(e)}finally{s.f()}}else"ObjectProperty"===e.type?this.checkDeclaration(e.value):"RestElement"===e.type?this.checkDeclaration(e.argument):"AssignmentPattern"===e.type&&this.checkDeclaration(e.left)}},{key:"checkDuplicateExports",value:function(e,t){this.exportedIdentifiers.has(t)&&("default"===t?this.raise(y.DuplicateDefaultExport,e):this.raise(y.DuplicateExport,e,{exportName:t})),this.exportedIdentifiers.add(t)}},{key:"parseExportSpecifiers",value:function(e){var t=[],r=!0;for(this.expect(5);!this.eat(8);){if(r)r=!1;else if(this.expect(12),this.eat(8))break;var i=this.isContextual(130),n=this.match(134),s=this.startNode();s.local=this.parseModuleExportName(),t.push(this.parseExportSpecifier(s,n,e,i))}return t}},{key:"parseExportSpecifier",value:function(e,t,r,i){return this.eatContextual(93)?e.exported=this.parseModuleExportName():t?e.exported=this.cloneStringLiteral(e.local):e.exported||(e.exported=this.cloneIdentifier(e.local)),this.finishNode(e,"ExportSpecifier")}},{key:"parseModuleExportName",value:function(){var e,t;return this.match(134)?(e=this.parseStringLiteral(this.state.value),(t=gt.exec(e.value))&&this.raise(y.ModuleExportNameHasLoneSurrogate,e,{surrogateCharCode:t[0].charCodeAt(0)}),e):this.parseIdentifier(!0)}},{key:"isJSONModuleImport",value:function(e){return null!=e.assertions&&e.assertions.some(function(e){var t=e.key;return"json"===e.value.value&&("Identifier"===t.type?"type"===t.name:"type"===t.value)})}},{key:"checkImportReflection",value:function(e){var t=e.specifiers,r=1===t.length?t[0].type:null;"source"===e.phase?"ImportDefaultSpecifier"!==r&&this.raise(y.SourcePhaseImportRequiresDefault,t[0].loc.start):"defer"===e.phase?"ImportNamespaceSpecifier"!==r&&this.raise(y.DeferImportRequiresNamespace,t[0].loc.start):e.module&&("ImportDefaultSpecifier"!==r&&this.raise(y.ImportReflectionNotBinding,t[0].loc.start),0<(null==(r=e.assertions)?void 0:r.length))&&this.raise(y.ImportReflectionHasAssertion,t[0].loc.start)}},{key:"checkJSONModuleImport",value:function(e){this.isJSONModuleImport(e)&&"ExportAllDeclaration"!==e.type&&null!=(e=e.specifiers)&&void 0!==(e=e.find(function(e){var t;if("ExportSpecifier"===e.type?t=e.local:"ImportSpecifier"===e.type&&(t=e.imported),void 0!==t)return"Identifier"===t.type?"default"!==t.name:"default"!==t.value}))&&this.raise(y.ImportJSONBindingNotDefault,e.loc.start)}},{key:"isPotentialImportPhase",value:function(e){return!e&&(this.isContextual(105)||this.isContextual(97)||this.isContextual(127))}},{key:"applyImportPhase",value:function(e,t,r,i){t||("module"===r?(this.expectPlugin("importReflection",i),e.module=!0):this.hasPlugin("importReflection")&&(e.module=!1),"source"===r?(this.expectPlugin("sourcePhaseImports",i),e.phase="source"):"defer"===r?(this.expectPlugin("deferredImportEvaluation",i),e.phase="defer"):this.hasPlugin("sourcePhaseImports")&&(e.phase=null))}},{key:"parseMaybeImportPhase",value:function(e,t){var r,i,n;return this.isPotentialImportPhase(t)?(r=this.startNode(),i=this.parseIdentifierName(!0),(m(n=this.state.type)?98!==n||102===this.lookaheadCharCode():12!==n)?(this.applyImportPhase(e,t,i,r.loc.start),null):(this.applyImportPhase(e,t,null),this.createIdentifier(r,i))):(this.applyImportPhase(e,t,null),null)}},{key:"isPrecedingIdImportPhase",value:function(e){var t=this.state.type;return x(t)?98!==t||102===this.lookaheadCharCode():12!==t}},{key:"parseImport",value:function(e){return this.match(134)?this.parseImportSourceAndAttributes(e):this.parseImportSpecifiersAndAfter(e,this.parseMaybeImportPhase(e,!1))}},{key:"parseImportSpecifiersAndAfter",value:function(e,t){e.specifiers=[];var t=!this.maybeParseDefaultImportSpecifier(e,t)||this.eat(12),r=t&&this.maybeParseStarImportSpecifier(e);return t&&!r&&this.parseNamedImportSpecifiers(e),this.expectContextual(98),this.parseImportSourceAndAttributes(e)}},{key:"parseImportSourceAndAttributes",value:function(e){return null==e.specifiers&&(e.specifiers=[]),e.source=this.parseImportSource(),this.maybeParseImportAttributes(e),this.checkImportReflection(e),this.checkJSONModuleImport(e),this.semicolon(),this.sawUnambiguousESM=!0,this.finishNode(e,"ImportDeclaration")}},{key:"parseImportSource",value:function(){return this.match(134)||this.unexpected(),this.parseExprAtom()}},{key:"parseImportSpecifierLocal",value:function(e,t,r){t.local=this.parseIdentifier(),e.specifiers.push(this.finishImportSpecifier(t,r))}},{key:"finishImportSpecifier",value:function(e,t){return this.checkLVal(e.local,{type:t},2<arguments.length&&void 0!==arguments[2]?arguments[2]:8201),this.finishNode(e,t)}},{key:"parseImportAttributes",value:function(){this.expect(5);var e=[],t=new Set;do{if(this.match(8))break;var r=this.startNode(),i=this.state.value;if(t.has(i)&&this.raise(y.ModuleAttributesWithDuplicateKeys,this.state.startLoc,{key:i}),t.add(i),this.match(134)?r.key=this.parseStringLiteral(i):r.key=this.parseIdentifier(!0),this.expect(14),!this.match(134))throw this.raise(y.ModuleAttributeInvalidValue,this.state.startLoc)}while(r.value=this.parseStringLiteral(this.state.value),e.push(this.finishNode(r,"ImportAttribute")),this.eat(12));return this.expect(8),e}},{key:"parseModuleAttributes",value:function(){var e=[],t=new Set;do{var r=this.startNode();if(r.key=this.parseIdentifier(!0),"type"!==r.key.name&&this.raise(y.ModuleAttributeDifferentFromType,r.key),t.has(r.key.name)&&this.raise(y.ModuleAttributesWithDuplicateKeys,r.key,{key:r.key.name}),t.add(r.key.name),this.expect(14),!this.match(134))throw this.raise(y.ModuleAttributeInvalidValue,this.state.startLoc)}while(r.value=this.parseStringLiteral(this.state.value),e.push(this.finishNode(r,"ImportAttribute")),this.eat(12));return e}},{key:"maybeParseImportAttributes",value:function(e){var t,r=!1;if(this.match(76)){if(this.hasPrecedingLineBreak()&&40===this.lookaheadCharCode())return;this.next(),this.hasPlugin("moduleAttributes")?(t=this.parseModuleAttributes(),this.addExtra(e,"deprecatedWithLegacySyntax",!0)):t=this.parseImportAttributes(),r=!0}else t=this.isContextual(94)&&!this.hasPrecedingLineBreak()?(this.hasPlugin("deprecatedImportAssert")||this.hasPlugin("importAssertions")||this.raise(y.ImportAttributesUseAssert,this.state.startLoc),this.hasPlugin("importAssertions")||this.addExtra(e,"deprecatedAssertSyntax",!0),this.next(),this.parseImportAttributes()):[];!r&&this.hasPlugin("importAssertions")?e.assertions=t:e.attributes=t}},{key:"maybeParseDefaultImportSpecifier",value:function(e,t){var r;return t?((r=this.startNodeAtNode(t)).local=t,e.specifiers.push(this.finishImportSpecifier(r,"ImportDefaultSpecifier")),!0):!!m(this.state.type)&&(this.parseImportSpecifierLocal(e,this.startNode(),"ImportDefaultSpecifier"),!0)}},{key:"maybeParseStarImportSpecifier",value:function(e){var t;return!!this.match(55)&&(t=this.startNode(),this.next(),this.expectContextual(93),this.parseImportSpecifierLocal(e,t,"ImportNamespaceSpecifier"),!0)}},{key:"parseNamedImportSpecifiers",value:function(e){var t=!0;for(this.expect(5);!this.eat(8);){if(t)t=!1;else{if(this.eat(14))throw this.raise(y.DestructureNamedImport,this.state.startLoc);if(this.expect(12),this.eat(8))break}var r=this.startNode(),i=this.match(134),n=this.isContextual(130),r=(r.imported=this.parseModuleExportName(),this.parseImportSpecifier(r,i,"type"===e.importKind||"typeof"===e.importKind,n,void 0));e.specifiers.push(r)}}},{key:"parseImportSpecifier",value:function(e,t,r,i,n){if(this.eatContextual(93))e.local=this.parseIdentifier();else{var s=e.imported;if(t)throw this.raise(y.ImportBindingIsString,e,{importName:s.value});this.checkReservedWord(s.name,e.loc.start,!0,!0),e.local||(e.local=this.cloneIdentifier(s))}return this.finishImportSpecifier(e,"ImportSpecifier",n)}},{key:"isThisParam",value:function(e){return"Identifier"===e.type&&"this"===e.name}}]),St=(_inherits(Pt,i),_createClass(Pt,[{key:"getScopeHandler",value:function(){return ve}},{key:"parse",value:function(){this.enterInitialScopes();var e=this.startNode(),t=this.startNode();return this.nextToken(),e.errors=null,this.parseTopLevel(e,t),e.errors=this.state.errors,e.comments.length=this.state.commentsLen,e}}]));function Pt(e,t,r){_classCallCheck(this,Pt),(t=_callSuper(this,Pt,[e=(e=>{var t={sourceType:"script",sourceFilename:void 0,startIndex:0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,allowYieldOutsideFunction:!1,plugins:[],strictMode:null,ranges:!1,tokens:!1,createImportExpressions:!1,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0};if(null!=e){if(null!=e.annexB&&!1!==e.annexB)throw new Error("The `annexB` option can only be set to `false`.");for(var r=0,i=Object.keys(t);r<i.length;r++){var n=i[r];null!=e[n]&&(t[n]=e[n])}if(1===t.startLine)null==e.startIndex&&0<t.startColumn?t.startIndex=t.startColumn:null==e.startColumn&&0<t.startIndex&&(t.startColumn=t.startIndex);else if((null==e.startColumn||null==e.startIndex)&&null!=e.startIndex)throw new Error("With a `startLine > 1` you must also specify `startIndex` and `startColumn`.");if("commonjs"===t.sourceType){if(null!=e.allowAwaitOutsideFunction)throw new Error("The `allowAwaitOutsideFunction` option cannot be used with `sourceType: 'commonjs'`.");if(null!=e.allowReturnOutsideFunction)throw new Error("`sourceType: 'commonjs'` implies `allowReturnOutsideFunction: true`, please remove the `allowReturnOutsideFunction` option or use `sourceType: 'script'`.");if(null!=e.allowNewTargetOutsideFunction)throw new Error("`sourceType: 'commonjs'` implies `allowNewTargetOutsideFunction: true`, please remove the `allowNewTargetOutsideFunction` option or use `sourceType: 'script'`.")}}return t})(e),t])).options=e,t.initializeScopes(),t.plugins=r,t.filename=e.sourceFilename,t.startIndex=e.startIndex;r=0;return e.allowAwaitOutsideFunction&&(r|=1),e.allowReturnOutsideFunction&&(r|=2),e.allowImportExportEverywhere&&(r|=8),e.allowSuperOutsideMethod&&(r|=16),e.allowUndeclaredExports&&(r|=64),e.allowNewTargetOutsideFunction&&(r|=4),e.allowYieldOutsideFunction&&(r|=32),e.ranges&&(r|=128),e.tokens&&(r|=256),e.createImportExpressions&&(r|=512),e.createParenthesizedExpressions&&(r|=1024),e.errorRecovery&&(r|=2048),e.attachComment&&(r|=4096),e.annexB&&(r|=8192),t.optionFlags=r,t}function Tt(){return _classCallCheck(this,Tt),_callSuper(this,Tt,arguments)}t=(e=>{for(var t={},r=0,i=Object.keys(e);r<i.length;r++){var n=i[r];t[n]=re(e[n])}return t})(U);function D(e,t){var r=St,i=new Map;if(null!=e&&e.plugins){var n,s=_createForOfIteratorHelper(e.plugins);try{for(s.s();!(n=s.n()).done;){var a,o=n.value,c=void 0,l=void 0;"string"==typeof o?c=o:(c=(a=_slicedToArray(o,2))[0],l=a[1]),i.has(c)||i.set(c,l||{})}}catch(e){s.e(e)}finally{s.f()}var u=i;if(u.has("decorators")){if(u.has("decorators-legacy"))throw new Error("Cannot use the decorators and decorators-legacy plugin together");var h=u.get("decorators").decoratorsBeforeExport;if(null!=h&&"boolean"!=typeof h)throw new Error("'decoratorsBeforeExport' must be a boolean, if specified.");h=u.get("decorators").allowCallParenthesized;if(null!=h&&"boolean"!=typeof h)throw new Error("'allowCallParenthesized' must be a boolean.")}if(u.has("flow")&&u.has("typescript"))throw new Error("Cannot combine flow and typescript plugins.");if(u.has("placeholders")&&u.has("v8intrinsic"))throw new Error("Cannot combine placeholders and v8intrinsic plugins.");if(u.has("pipelineOperator")){h=u.get("pipelineOperator").proposal;if(!pt.includes(h))throw p=pt.map(function(e){return'"'.concat(e,'"')}).join(", "),new Error('"pipelineOperator" requires "proposal" option whose value must be one of: '.concat(p,"."));if("hack"===h){if(u.has("placeholders"))throw new Error("Cannot combine placeholders plugin and Hack-style pipes.");if(u.has("v8intrinsic"))throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes.");var p=u.get("pipelineOperator").topicToken;if(!dt.includes(p))throw d=dt.map(function(e){return'"'.concat(e,'"')}).join(", "),new Error('"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: '.concat(d,"."));if("#"===p&&"hash"===(null==(d=u.get("recordAndTuple"))?void 0:d.syntaxType))throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "hack", topicToken: "#" }]` and `'.concat(JSON.stringify(["recordAndTuple",u.get("recordAndTuple")]),"`."))}else if("smart"===h&&"hash"===(null==(p=u.get("recordAndTuple"))?void 0:p.syntaxType))throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "smart" }]` and `'.concat(JSON.stringify(["recordAndTuple",u.get("recordAndTuple")]),"`."))}if(u.has("moduleAttributes")){if(u.has("deprecatedImportAssert")||u.has("importAssertions"))throw new Error("Cannot combine importAssertions, deprecatedImportAssert and moduleAttributes plugins.");if("may-2020"!==u.get("moduleAttributes").version)throw new Error("The 'moduleAttributes' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is 'may-2020'.")}if(u.has("importAssertions")&&u.has("deprecatedImportAssert"))throw new Error("Cannot combine importAssertions and deprecatedImportAssert plugins.");if(!u.has("deprecatedImportAssert")&&u.has("importAttributes")&&u.get("importAttributes").deprecatedAssertSyntax&&u.set("deprecatedImportAssert",{}),u.has("recordAndTuple")){var d=u.get("recordAndTuple").syntaxType;if(null!=d){h=["hash","bar"];if(!h.includes(d))throw new Error("The 'syntaxType' option of the 'recordAndTuple' plugin must be one of: "+h.map(function(e){return"'".concat(e,"'")}).join(", "))}}if(u.has("asyncDoExpressions")&&!u.has("doExpressions"))throw(p=new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.")).missingPlugins="doExpressions",p;if(u.has("optionalChainingAssign")&&"2023-07"!==u.get("optionalChainingAssign").version)throw new Error("The 'optionalChainingAssign' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is '2023-07'.");if(u.has("discardBinding")&&"void"!==u.get("discardBinding").syntaxType)throw new Error("The 'discardBinding' plugin requires a 'syntaxType' option. Currently the only supported value is 'void'.");r=(e=>{var t,r=[],i=_createForOfIteratorHelper(mt);try{for(i.s();!(t=i.n()).done;){var n=t.value;e.has(n)&&r.push(n)}}catch(e){i.e(e)}finally{i.f()}var s=r.join("|"),a=bt.get(s);if(!a){a=St;var o,c=_createForOfIteratorHelper(r);try{for(c.s();!(o=c.n()).done;)a=ft[o.value](a)}catch(e){c.e(e)}finally{c.f()}bt.set(s,a)}return a})(i)}return new r(e,t,i)}var bt=new Map;e.parse=function(t,r){if("unambiguous"!==(null==r?void 0:r.sourceType))return D(r,t).parse();r=Object.assign({},r);try{r.sourceType="module";var e=D(r,t),i=e.parse();if(!e.sawUnambiguousESM)if(e.ambiguousScriptDifferentAst)try{return r.sourceType="script",D(r,t).parse()}catch(e){}else i.program.sourceType="script";return i}catch(e){try{return r.sourceType="script",D(r,t).parse()}catch(e){}throw e}},e.parseExpression=function(e,t){return(t=D(t,e)).options.strictMode&&(t.state.strict=!0),t.getExpression()},e.tokTypes=t}),Ia=le(function(e,t){var r,i;i=function(e){var n,t=_createClass(function e(){var t=this;_classCallCheck(this,e),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:function(){return t.should_skip=!0},remove:function(){return t.should_remove=!0},replace:function(e){return t.replacement=e}}},[{key:"replace",value:function(e,t,r,i){e&&(null!==r?e[t][r]=i:e[t]=i)}},{key:"remove",value:function(e,t,r){e&&(null!==r?e[t].splice(r,1):delete e[t])}}]),i=(_inherits(o,t),_createClass(o,[{key:"visit",value:function(e,t,r,i){if(e){if(this.enter){var n=this.should_skip,s=this.should_remove,a=this.replacement,o=(this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,t,r,i),this.replacement&&(e=this.replacement,this.replace(t,r,i,e)),this.should_remove&&this.remove(t,r,i),this.should_skip),c=this.should_remove;if(this.should_skip=n,this.should_remove=s,this.replacement=a,o)return e;if(c)return null}for(var l in e){var u=e[l];if("object"==_typeof(u))if(Array.isArray(u))for(var h=0;h<u.length;h+=1)null===u[h]||"string"!=typeof u[h].type||this.visit(u[h],e,l,h)||h--;else null!==u&&"string"==typeof u.type&&this.visit(u,e,l,null)}if(this.leave){n=this.replacement,s=this.should_remove,a=(this.replacement=null,this.should_remove=!1,this.leave.call(this.context,e,t,r,i),this.replacement&&(e=this.replacement,this.replace(t,r,i,e)),this.should_remove&&this.remove(t,r,i),this.should_remove);if(this.replacement=n,this.should_remove=s,a)return null}}return e}}])),s=(_inherits(a,t),_createClass(a,[{key:"visit",value:(n=_asyncToGenerator(_regenerator().m(function e(t,r,i,n){var s,a,o,c,l,u,h,p,d,f,m,y;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(t){if(this.enter)return s=this.should_skip,a=this.should_remove,o=this.replacement,this.should_skip=!1,this.should_remove=!1,this.replacement=null,e.n=1,this.enter.call(this.context,t,r,i,n);e.n=3}else e.n=13;break;case 1:if(this.replacement&&(t=this.replacement,this.replace(r,i,n,t)),this.should_remove&&this.remove(r,i,n),y=this.should_skip,c=this.should_remove,this.should_skip=s,this.should_remove=a,this.replacement=o,y)return e.a(2,t);e.n=2;break;case 2:if(c)return e.a(2,null);e.n=3;break;case 3:m=_regeneratorKeys(t);case 4:if((y=m()).done){e.n=11;break}if("object"!=_typeof(u=t[l=y.value])){e.n=10;break}if(!Array.isArray(u)){e.n=9;break}h=0;case 5:if(h<u.length){if(null!==u[h]&&"string"==typeof u[h].type)return e.n=6,this.visit(u[h],t,l,h);e.n=7}else e.n=8;break;case 6:if(e.v){e.n=7;break}h--;case 7:h+=1,e.n=5;break;case 8:e.n=10;break;case 9:if(null!==u&&"string"==typeof u.type)return e.n=10,this.visit(u,t,l,null);e.n=10;break;case 10:e.n=4;break;case 11:if(this.leave)return p=this.replacement,d=this.should_remove,this.replacement=null,this.should_remove=!1,e.n=12,this.leave.call(this.context,t,r,i,n);e.n=13;break;case 12:if(this.replacement&&(t=this.replacement,this.replace(r,i,n,t)),this.should_remove&&this.remove(r,i,n),f=this.should_remove,this.replacement=p,this.should_remove=d,f)return e.a(2,null);e.n=13;break;case 13:return e.a(2,t)}},e,this)})),function(e,t,r,i){return n.apply(this,arguments)})}]));function a(e,t){var r;return _classCallCheck(this,a),(r=_callSuper(this,a)).enter=e,r.leave=t,r}function o(e,t){var r;return _classCallCheck(this,o),(r=_callSuper(this,o)).enter=e,r.leave=t,r}function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t,r){var i,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return i=r.enter,n=r.leave,e.n=1,new s(i,n).visit(t,null);case 1:return e.a(2,e.v)}},e)}))).apply(this,arguments)}e.asyncWalk=function(e,t){return r.apply(this,arguments)},e.walk=function(e,t){var r=t.enter;return new i(r,t.leave).visit(e,null)},Object.defineProperty(e,"__esModule",{value:!0})},"object"==_typeof(r=e)&&_typeof(t)<"u"?i(e):"function"==typeof define&&define.amd?define(["exports"],i):i((r=r||self).estreeWalker={})}),Ac=le(function(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(e){if(0<=e&&e<t.length)return t[e];throw new TypeError("Must be between 0 and 63: "+e)},e.decode=function(e){return 65<=e&&e<=90?e-65:97<=e&&e<=122?e-97+26:48<=e&&e<=57?e-48+52:43==e?62:47==e?63:-1}}),wa=le(function(e){var l=Ac();e.encode=function(e){for(var t,r="",i=(e=e)<0?1+(-e<<1):e<<1;t=31&i,0<(i>>>=5)&&(t|=32),r+=l.encode(t),0<i;);return r},e.decode=function(e,t,r){var i,n,s,a=e.length,o=0,c=0;do{if(a<=t)throw new Error("Expected more digits in base 64 VLQ value.");if(-1===(n=l.decode(e.charCodeAt(t++))))throw new Error("Invalid base64 digit: "+e.charAt(t-1))}while(i=!!(32&n),o+=(n&=31)<<c,c+=5,i);r.value=(s=o>>1,1==(1&o)?-s:s),r.rest=t}}),vs=le(function(c){c.getArg=function(e,t,r){if(t in e)return e[t];if(3===arguments.length)return r;throw new Error('"'+t+'" is a required argument.')};var t=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,n=/^data:.+\,.+$/;function l(e){e=e.match(t);return e?{scheme:e[1],auth:e[2],host:e[3],port:e[4],path:e[5]}:null}function u(e){var t="";return e.scheme&&(t+=e.scheme+":"),t+="//",e.auth&&(t+=e.auth+"@"),e.host&&(t+=e.host),e.port&&(t+=":"+e.port),e.path&&(t+=e.path),t}c.urlParse=l,c.urlGenerate=u;s=function(e){var t=e,r=l(e);if(r){if(!r.path)return e;t=r.path}for(var i,e=c.isAbsolute(t),n=[],s=0;;){if(i=s,-1===(s=t.indexOf("/",i))){n.push(t.slice(i));break}for(n.push(t.slice(i,s));s<t.length&&"/"===t[s];)s++}for(var a,o=0,s=n.length-1;0<=s;s--)"."===(a=n[s])?n.splice(s,1):".."===a?o++:0<o&&(""===a?(n.splice(s+1,o),o=0):(n.splice(s,2),o--));return""===(t=n.join("/"))&&(t=e?"/":"."),r?(r.path=t,u(r)):t},a=[];var s,a,o=function(e){for(var t,r=0;r<a.length;r++)if(a[r].input===e)return t=a[0],a[0]=a[r],a[r]=t,a[0].result;var i=s(e);return a.unshift({input:e,result:i}),32<a.length&&a.pop(),i};function i(e,t){""===e&&(e=".");var r=l(t=""===t?".":t),i=l(e);return i&&(e=i.path||"/"),r&&!r.scheme?(i&&(r.scheme=i.scheme),u(r)):r||t.match(n)?t:!i||i.host||i.path?(r="/"===t.charAt(0)?t:o(e.replace(/\/+$/,"")+"/"+t),i?(i.path=r,u(i)):r):(i.host=t,u(i))}c.normalize=o,c.join=i,c.isAbsolute=function(e){return"/"===e.charAt(0)||t.test(e)},c.relative=function(e,t){e=(e=""===e?".":e).replace(/\/$/,"");for(var r=0;0!==t.indexOf(e+"/");){var i=e.lastIndexOf("/");if(i<0||(e=e.slice(0,i)).match(/^([^\/]+:\/)?\/*$/))return t;++r}return Array(r+1).join("../")+t.substr(e.length+1)};var e=!("__proto__"in Object.create(null));function r(e){return e}function h(e){if(e){var t=e.length;if(!(t<9||95!==e.charCodeAt(t-1)||95!==e.charCodeAt(t-2)||111!==e.charCodeAt(t-3)||116!==e.charCodeAt(t-4)||111!==e.charCodeAt(t-5)||114!==e.charCodeAt(t-6)||112!==e.charCodeAt(t-7)||95!==e.charCodeAt(t-8)||95!==e.charCodeAt(t-9))){for(var r=t-10;0<=r;r--)if(36!==e.charCodeAt(r))return;return 1}}}function p(e,t){return e===t?0:null===e||null!==t&&t<e?1:-1}c.toSetString=e?r:function(e){return h(e)?"$"+e:e},c.fromSetString=e?r:function(e){return h(e)?e.slice(1):e},c.compareByOriginalPositions=function(e,t,r){var i=p(e.source,t.source);return 0!==i||0!==(i=e.originalLine-t.originalLine)||(0!==(i=e.originalColumn-t.originalColumn)||r)||0!==(i=e.generatedColumn-t.generatedColumn)||0!==(i=e.generatedLine-t.generatedLine)?i:p(e.name,t.name)},c.compareByOriginalPositionsNoSource=function(e,t,r){var i=e.originalLine-t.originalLine;return 0!==i||0!==(i=e.originalColumn-t.originalColumn)||r||0!==(i=e.generatedColumn-t.generatedColumn)||0!==(i=e.generatedLine-t.generatedLine)?i:p(e.name,t.name)},c.compareByGeneratedPositionsDeflated=function(e,t,r){var i=e.generatedLine-t.generatedLine;return 0!==i||0!==(i=e.generatedColumn-t.generatedColumn)||r||0!==(i=p(e.source,t.source))||0!==(i=e.originalLine-t.originalLine)||0!==(i=e.originalColumn-t.originalColumn)?i:p(e.name,t.name)},c.compareByGeneratedPositionsDeflatedNoLine=function(e,t,r){var i=e.generatedColumn-t.generatedColumn;return 0!==i||r||0!==(i=p(e.source,t.source))||0!==(i=e.originalLine-t.originalLine)||0!==(i=e.originalColumn-t.originalColumn)?i:p(e.name,t.name)},c.compareByGeneratedPositionsInflated=function(e,t){var r=e.generatedLine-t.generatedLine;return 0!==r||0!==(r=e.generatedColumn-t.generatedColumn)||0!==(r=p(e.source,t.source))||0!==(r=e.originalLine-t.originalLine)||0!==(r=e.originalColumn-t.originalColumn)?r:p(e.name,t.name)},c.parseSourceMapInput=function(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))},c.computeSourceURL=function(e,t,r){if(t=t||"",e&&("/"!==e[e.length-1]&&"/"!==t[0]&&(e+="/"),t=e+t),r){e=l(r);if(!e)throw new Error("sourceMapURL could not be parsed");e.path&&0<=(r=e.path.lastIndexOf("/"))&&(e.path=e.path.substring(0,r+1)),t=i(u(e),t)}return o(t)}}),Ma=le(function(e){var s=vs(),a=Object.prototype.hasOwnProperty,o=("undefined"==typeof Map?"undefined":_typeof(Map))<"u";function c(){this._array=[],this._set=o?new Map:Object.create(null)}c.fromArray=function(e,t){for(var r=new c,i=0,n=e.length;i<n;i++)r.add(e[i],t);return r},c.prototype.size=function(){return o?this._set.size:Object.getOwnPropertyNames(this._set).length},c.prototype.add=function(e,t){var r=o?e:s.toSetString(e),i=o?this.has(e):a.call(this._set,r),n=this._array.length;i&&!t||this._array.push(e),i||(o?this._set.set(e,n):this._set[r]=n)},c.prototype.has=function(e){return o?this._set.has(e):(e=s.toSetString(e),a.call(this._set,e))},c.prototype.indexOf=function(e){if(o){var t=this._set.get(e);if(0<=t)return t}else{t=s.toSetString(e);if(a.call(this._set,t))return this._set[t]}throw new Error('"'+e+'" is not in the set.')},c.prototype.at=function(e){if(0<=e&&e<this._array.length)return this._array[e];throw new Error("No element indexed by "+e)},c.prototype.toArray=function(){return this._array.slice()},e.ArraySet=c}),Fc=le(function(e){var s=vs();function t(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}t.prototype.unsortedForEach=function(e,t){this._array.forEach(e,t)},t.prototype.add=function(e){var t,r,i,n;t=this._last,r=e,i=t.generatedLine,n=r.generatedLine,i<n||n==i&&t.generatedColumn<=r.generatedColumn||s.compareByGeneratedPositionsInflated(t,r)<=0?this._last=e:this._sorted=!1,this._array.push(e)},t.prototype.toArray=function(){return this._sorted||(this._array.sort(s.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=t}),Da=le(function(e){var d=wa(),f=vs(),t=Ma().ArraySet,r=Fc().MappingList;function s(e){this._file=f.getArg(e=e||{},"file",null),this._sourceRoot=f.getArg(e,"sourceRoot",null),this._skipValidation=f.getArg(e,"skipValidation",!1),this._ignoreInvalidMapping=f.getArg(e,"ignoreInvalidMapping",!1),this._sources=new t,this._names=new t,this._mappings=new r,this._sourcesContents=null}s.prototype._version=3,s.fromSourceMap=function(r,e){var i=r.sourceRoot,n=new s(Object.assign(e||{},{file:r.file,sourceRoot:i}));return r.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=i&&(t.source=f.relative(i,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name)&&(t.name=e.name),n.addMapping(t)}),r.sources.forEach(function(e){var t=e,t=(null!==i&&(t=f.relative(i,e)),n._sources.has(t)||n._sources.add(t),r.sourceContentFor(e));null!=t&&n.setSourceContent(e,t)}),n},s.prototype.addMapping=function(e){var t=f.getArg(e,"generated"),r=f.getArg(e,"original",null),i=f.getArg(e,"source",null),e=f.getArg(e,"name",null);!this._skipValidation&&!1===this._validateMapping(t,r,i,e)||(null!=i&&(i=String(i),this._sources.has(i)||this._sources.add(i)),null!=e&&(e=String(e),this._names.has(e)||this._names.add(e)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:i,name:e}))},s.prototype.setSourceContent=function(e,t){null!=this._sourceRoot&&(e=f.relative(this._sourceRoot,e)),null!=t?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[f.toSetString(e)]=t):this._sourcesContents&&(delete this._sourcesContents[f.toSetString(e)],0===Object.keys(this._sourcesContents).length)&&(this._sourcesContents=null)},s.prototype.applySourceMap=function(r,e,i){var n=e;if(null==e){if(null==r.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');n=r.file}var s=this._sourceRoot,a=(null!=s&&(n=f.relative(s,n)),new t),o=new t;this._mappings.unsortedForEach(function(e){e.source===n&&null!=e.originalLine&&null!=(t=r.originalPositionFor({line:e.originalLine,column:e.originalColumn})).source&&(e.source=t.source,null!=i&&(e.source=f.join(i,e.source)),null!=s&&(e.source=f.relative(s,e.source)),e.originalLine=t.line,e.originalColumn=t.column,null!=t.name)&&(e.name=t.name);var t=e.source,t=(null==t||a.has(t)||a.add(t),e.name);null==t||o.has(t)||o.add(t)},this),this._sources=a,this._names=o,r.sources.forEach(function(e){var t=r.sourceContentFor(e);null!=t&&(null!=i&&(e=f.join(i,e)),null!=s&&(e=f.relative(s,e)),this.setSourceContent(e,t))},this)},s.prototype._validateMapping=function(e,t,r,i){if(t&&"number"!=typeof t.line&&"number"!=typeof t.column){var n="original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.";if(this._ignoreInvalidMapping)return("undefined"==typeof console?"undefined":_typeof(console))<"u"&&console.warn&&console.warn(n),!1;throw new Error(n)}if((!(e&&"line"in e&&"column"in e&&0<e.line&&0<=e.column)||t||r||i)&&!(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&0<e.line&&0<=e.column&&0<t.line&&0<=t.column&&r)){n="Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:i});if(this._ignoreInvalidMapping)return("undefined"==typeof console?"undefined":_typeof(console))<"u"&&console.warn&&console.warn(n),!1;throw new Error(n)}},s.prototype._serializeMappings=function(){for(var e,t,r,i=0,n=1,s=0,a=0,o=0,c=0,l="",u=this._mappings.toArray(),h=0,p=u.length;h<p;h++){if(e="",(t=u[h]).generatedLine!==n)for(i=0;t.generatedLine!==n;)e+=";",n++;else if(0<h){if(!f.compareByGeneratedPositionsInflated(t,u[h-1]))continue;e+=","}e+=d.encode(t.generatedColumn-i),i=t.generatedColumn,null!=t.source&&(r=this._sources.indexOf(t.source),e+=d.encode(r-c),c=r,e+=d.encode(t.originalLine-1-a),a=t.originalLine-1,e+=d.encode(t.originalColumn-s),s=t.originalColumn,null!=t.name)&&(r=this._names.indexOf(t.name),e+=d.encode(r-o),o=r),l+=e}return l},s.prototype._generateSourcesContent=function(e,t){return e.map(function(e){if(!this._sourcesContents)return null;null!=t&&(e=f.relative(t,e));e=f.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,e)?this._sourcesContents[e]:null},this)},s.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},s.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=s}),Uc=le(function(l){l.GREATEST_LOWER_BOUND=1,l.LEAST_UPPER_BOUND=2,l.search=function(e,t,r,i){if(0===t.length)return-1;var n=function e(t,r,i,n,s,a){var o=Math.floor((r-t)/2)+t,c=s(i,n[o],!0);return 0===c?o:0<c?1<r-o?e(o,r,i,n,s,a):a==l.LEAST_UPPER_BOUND?r<n.length?r:-1:o:1<o-t?e(t,o,i,n,s,a):a==l.LEAST_UPPER_BOUND?o:t<0?-1:t}(-1,t.length,e,t,r,i||l.GREATEST_LOWER_BOUND);if(n<0)return-1;for(;0<=n-1&&0===r(t[n],t[n-1],!0);)--n;return n}}),jc=le(function(e){function a(e){function u(e,t,r){var i=e[t];e[t]=e[r],e[r]=i}return function e(t,r,i,n){if(i<n){l=n;var s=(c=i)-1;u(t,Math.round(c+Math.random()*(l-c)),n);for(var a=t[n],o=i;o<n;o++)r(t[o],a,!1)<=0&&u(t,s+=1,o);u(t,s+1,o),e(t,r,i,(l=s+1)-1),e(t,r,l+1,n)}var c,l}}var o=new WeakMap;e.quickSort=function(e,t){var r,i,n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:0,s=o.get(t);void 0===s&&(r=t,i=a.toString(),s=new Function("return ".concat(i))()(r),o.set(t,s)),s(e,t,n,e.length-1)}}),Xc=le(function(e){var E=vs(),c=Uc(),p=Ma().ArraySet,S=wa(),P=jc().quickSort;function d(e,t){var r=e;return new(null!=(r="string"==typeof e?E.parseSourceMapInput(e):r).sections?i:f)(r,t)}function f(e,t){var r=e,e=("string"==typeof e&&(r=E.parseSourceMapInput(e)),E.getArg(r,"version")),i=E.getArg(r,"sources"),n=E.getArg(r,"names",[]),s=E.getArg(r,"sourceRoot",null),a=E.getArg(r,"sourcesContent",null),o=E.getArg(r,"mappings"),r=E.getArg(r,"file",null);if(e!=this._version)throw new Error("Unsupported version: "+e);s=s&&E.normalize(s),i=i.map(String).map(E.normalize).map(function(e){return s&&E.isAbsolute(s)&&E.isAbsolute(e)?E.relative(s,e):e}),this._names=p.fromArray(n.map(String),!0),this._sources=p.fromArray(i,!0),this._absoluteSources=this._sources.toArray().map(function(e){return E.computeSourceURL(s,e,t)}),this.sourceRoot=s,this.sourcesContent=a,this._mappings=o,this._sourceMapURL=t,this.file=r}function T(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}d.fromSourceMap=function(e,t){return f.fromSourceMap(e,t)},d.prototype._version=3,d.prototype.__generatedMappings=null,Object.defineProperty(d.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),d.prototype.__originalMappings=null,Object.defineProperty(d.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),d.prototype._charIsMappingSeparator=function(e,t){e=e.charAt(t);return";"===e||","===e},d.prototype._parseMappings=function(e,t){throw new Error("Subclasses must implement _parseMappings")},d.GENERATED_ORDER=1,d.ORIGINAL_ORDER=2,d.GREATEST_LOWER_BOUND=1,d.LEAST_UPPER_BOUND=2,d.prototype.eachMapping=function(e,t,r){var i,t=t||null;switch(r||d.GENERATED_ORDER){case d.GENERATED_ORDER:i=this._generatedMappings;break;case d.ORIGINAL_ORDER:i=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}for(var n=this.sourceRoot,s=e.bind(t),a=this._names,o=this._sources,c=this._sourceMapURL,l=0,u=i.length;l<u;l++){var h=i[l],p=null===h.source?null:o.at(h.source);s({source:p=null!==p?E.computeSourceURL(n,p,c):p,generatedLine:h.generatedLine,generatedColumn:h.generatedColumn,originalLine:h.originalLine,originalColumn:h.originalColumn,name:null===h.name?null:a.at(h.name)})}},d.prototype.allGeneratedPositionsFor=function(e){var t=E.getArg(e,"line"),r={source:E.getArg(e,"source"),originalLine:t,originalColumn:E.getArg(e,"column",0)};if(r.source=this._findSourceIndex(r.source),r.source<0)return[];var i=[],n=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",E.compareByOriginalPositions,c.LEAST_UPPER_BOUND);if(0<=n){var s=this._originalMappings[n];if(void 0===e.column)for(var a=s.originalLine;s&&s.originalLine===a;)i.push({line:E.getArg(s,"generatedLine",null),column:E.getArg(s,"generatedColumn",null),lastColumn:E.getArg(s,"lastGeneratedColumn",null)}),s=this._originalMappings[++n];else for(var o=s.originalColumn;s&&s.originalLine===t&&s.originalColumn==o;)i.push({line:E.getArg(s,"generatedLine",null),column:E.getArg(s,"generatedColumn",null),lastColumn:E.getArg(s,"lastGeneratedColumn",null)}),s=this._originalMappings[++n]}return i},e.SourceMapConsumer=d,(f.prototype=Object.create(d.prototype)).consumer=d,f.prototype._findSourceIndex=function(e){var t,r=e;if(null!=this.sourceRoot&&(r=E.relative(this.sourceRoot,r)),this._sources.has(r))return this._sources.indexOf(r);for(t=0;t<this._absoluteSources.length;++t)if(this._absoluteSources[t]==e)return t;return-1},f.fromSourceMap=function(e,t){var r=Object.create(f.prototype),i=r._names=p.fromArray(e._names.toArray(),!0),n=r._sources=p.fromArray(e._sources.toArray(),!0);r.sourceRoot=e._sourceRoot,r.sourcesContent=e._generateSourcesContent(r._sources.toArray(),r.sourceRoot),r.file=e._file,r._sourceMapURL=t,r._absoluteSources=r._sources.toArray().map(function(e){return E.computeSourceURL(r.sourceRoot,e,t)});for(var s=e._mappings.toArray().slice(),a=r.__generatedMappings=[],o=r.__originalMappings=[],c=0,l=s.length;c<l;c++){var u=s[c],h=new T;h.generatedLine=u.generatedLine,h.generatedColumn=u.generatedColumn,u.source&&(h.source=n.indexOf(u.source),h.originalLine=u.originalLine,h.originalColumn=u.originalColumn,u.name&&(h.name=i.indexOf(u.name)),o.push(h)),a.push(h)}return P(r.__originalMappings,E.compareByOriginalPositions),r},f.prototype._version=3,Object.defineProperty(f.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});var u=E.compareByGeneratedPositionsDeflatedNoLine;function b(e,t){var r=e.length,i=e.length-t;if(!(i<=1))if(2==i){var n=e[t],s=e[t+1];0<u(n,s)&&(e[t]=s,e[t+1]=n)}else if(i<20)for(var a=t;a<r;a++)for(var o=a;t<o;o--){var c=e[o-1],l=e[o];if(u(c,l)<=0)break;e[o-1]=l,e[o]=c}else P(e,u,t)}function i(e,n){var t=e,e=("string"==typeof e&&(t=E.parseSourceMapInput(e)),E.getArg(t,"version")),t=E.getArg(t,"sections");if(e!=this._version)throw new Error("Unsupported version: "+e);this._sources=new p,this._names=new p;var s={line:-1,column:0};this._sections=t.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var t=E.getArg(e,"offset"),r=E.getArg(t,"line"),i=E.getArg(t,"column");if(r<s.line||r===s.line&&i<s.column)throw new Error("Section offsets must be ordered and non-overlapping.");return s=t,{generatedOffset:{generatedLine:r+1,generatedColumn:i+1},consumer:new d(E.getArg(e,"map"),n)}})}f.prototype._parseMappings=function(e,t){for(var r,i,n,s,a=1,o=0,c=0,l=0,u=0,h=0,p=e.length,d=0,f={},m=[],y=[],v=0;d<p;)if(";"===e.charAt(d))a++,d++,o=0,b(y,v),v=y.length;else if(","===e.charAt(d))d++;else{for((i=new T).generatedLine=a,s=d;s<p&&!this._charIsMappingSeparator(e,s);s++);for(e.slice(d,s),n=[];d<s;)S.decode(e,d,f),d=f.rest,n.push(f.value);if(2===n.length)throw new Error("Found a source, but no line and column");if(3===n.length)throw new Error("Found a source and line, but no column");if(i.generatedColumn=o+n[0],o=i.generatedColumn,1<n.length&&(i.source=u+n[1],u+=n[1],i.originalLine=c+n[2],c=i.originalLine,i.originalLine+=1,i.originalColumn=l+n[3],l=i.originalColumn,4<n.length)&&(i.name=h+n[4],h+=n[4]),y.push(i),"number"==typeof i.originalLine){for(var g=i.source;m.length<=g;)m.push(null);null===m[g]&&(m[g]=[]),m[g].push(i)}}b(y,v),this.__generatedMappings=y;for(var x=0;x<m.length;x++)null!=m[x]&&P(m[x],E.compareByOriginalPositionsNoSource);this.__originalMappings=(r=[]).concat.apply(r,m)},f.prototype._findMapping=function(e,t,r,i,n,s){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[i]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[i]);return c.search(e,t,n,s)},f.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(t.generatedLine===r.generatedLine){t.lastGeneratedColumn=r.generatedColumn-1;continue}}t.lastGeneratedColumn=1/0}},f.prototype.originalPositionFor=function(e){var t={generatedLine:E.getArg(e,"line"),generatedColumn:E.getArg(e,"column")},e=this._findMapping(t,this._generatedMappings,"generatedLine","generatedColumn",E.compareByGeneratedPositionsDeflated,E.getArg(e,"bias",d.GREATEST_LOWER_BOUND));if(0<=e){var r,e=this._generatedMappings[e];if(e.generatedLine===t.generatedLine)return null!==(t=E.getArg(e,"source",null))&&(t=this._sources.at(t),t=E.computeSourceURL(this.sourceRoot,t,this._sourceMapURL)),null!==(r=E.getArg(e,"name",null))&&(r=this._names.at(r)),{source:t,line:E.getArg(e,"originalLine",null),column:E.getArg(e,"originalColumn",null),name:r}}return{source:null,line:null,column:null,name:null}},f.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e})},f.prototype.sourceContentFor=function(e,t){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(0<=r)return this.sourcesContent[r];var i,r=e;if(null!=this.sourceRoot&&(r=E.relative(this.sourceRoot,r)),null!=this.sourceRoot&&(i=E.urlParse(this.sourceRoot))){e=r.replace(/^file:\/\//,"");if("file"==i.scheme&&this._sources.has(e))return this.sourcesContent[this._sources.indexOf(e)];if((!i.path||"/"==i.path)&&this._sources.has("/"+r))return this.sourcesContent[this._sources.indexOf("/"+r)]}if(t)return null;throw new Error('"'+r+'" is not in the SourceMap.')},f.prototype.generatedPositionFor=function(e){var t=E.getArg(e,"source"),t=this._findSourceIndex(t);if(!(t<0)){t={source:t,originalLine:E.getArg(e,"line"),originalColumn:E.getArg(e,"column")},e=this._findMapping(t,this._originalMappings,"originalLine","originalColumn",E.compareByOriginalPositions,E.getArg(e,"bias",d.GREATEST_LOWER_BOUND));if(0<=e){e=this._originalMappings[e];if(e.source===t.source)return{line:E.getArg(e,"generatedLine",null),column:E.getArg(e,"generatedColumn",null),lastColumn:E.getArg(e,"lastGeneratedColumn",null)}}}return{line:null,column:null,lastColumn:null}},e.BasicSourceMapConsumer=f,(i.prototype=Object.create(d.prototype)).constructor=d,i.prototype._version=3,Object.defineProperty(i.prototype,"sources",{get:function(){for(var e=[],t=0;t<this._sections.length;t++)for(var r=0;r<this._sections[t].consumer.sources.length;r++)e.push(this._sections[t].consumer.sources[r]);return e}}),i.prototype.originalPositionFor=function(e){var t={generatedLine:E.getArg(e,"line"),generatedColumn:E.getArg(e,"column")},r=c.search(t,this._sections,function(e,t){return e.generatedLine-t.generatedOffset.generatedLine||e.generatedColumn-t.generatedOffset.generatedColumn}),r=this._sections[r];return r?r.consumer.originalPositionFor({line:t.generatedLine-(r.generatedOffset.generatedLine-1),column:t.generatedColumn-(r.generatedOffset.generatedLine===t.generatedLine?r.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},i.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},i.prototype.sourceContentFor=function(e,t){for(var r=0;r<this._sections.length;r++){var i=this._sections[r].consumer.sourceContentFor(e,!0);if(i||""===i)return i}if(t)return null;throw new Error('"'+e+'" is not in the SourceMap.')},i.prototype.generatedPositionFor=function(e){for(var t=0;t<this._sections.length;t++){var r=this._sections[t];if(-1!==r.consumer._findSourceIndex(E.getArg(e,"source"))){var i=r.consumer.generatedPositionFor(e);if(i)return{line:i.line+(r.generatedOffset.generatedLine-1),column:i.column+(r.generatedOffset.generatedLine===i.line?r.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}},i.prototype._parseMappings=function(e,t){this.__generatedMappings=[],this.__originalMappings=[];for(var r=0;r<this._sections.length;r++)for(var i=this._sections[r],n=i.consumer._generatedMappings,s=0;s<n.length;s++){var a=n[s],o=i.consumer._sources.at(a.source),c=(null!==o&&(o=E.computeSourceURL(i.consumer.sourceRoot,o,this._sourceMapURL)),this._sources.add(o),o=this._sources.indexOf(o),null),o=(a.name&&(c=i.consumer._names.at(a.name),this._names.add(c),c=this._names.indexOf(c)),{source:o,generatedLine:a.generatedLine+(i.generatedOffset.generatedLine-1),generatedColumn:a.generatedColumn+(i.generatedOffset.generatedLine===a.generatedLine?i.generatedOffset.generatedColumn-1:0),originalLine:a.originalLine,originalColumn:a.originalColumn,name:c});this.__generatedMappings.push(o),"number"==typeof o.originalLine&&this.__originalMappings.push(o)}P(this.__generatedMappings,E.compareByGeneratedPositionsDeflated),P(this.__originalMappings,E.compareByOriginalPositions)},e.IndexedSourceMapConsumer=i}),zc=le(function(e){var t=Da().SourceMapGenerator,p=vs(),d=/(\r?\n)/,s="$$$isSourceNode$$$";function f(e,t,r,i,n){this.children=[],this.sourceContents={},this.line=null!=e?e:null,this.column=null!=t?t:null,this.source=null!=r?r:null,this.name=null!=n?n:null,this[s]=!0,null!=i&&this.add(i)}f.fromStringWithSourceMap=function(e,r,i){function n(){return e()+(e()||"");function e(){return o<a.length?a[o++]:void 0}}var s=new f,a=e.split(d),o=0,c=1,l=0,u=null;return r.eachMapping(function(e){if(null!==u){var t;if(!(c<e.generatedLine))return t=(r=a[o]||"").substr(0,e.generatedColumn-l),a[o]=r.substr(e.generatedColumn-l),l=e.generatedColumn,h(u,t),void(u=e);h(u,n()),c++,l=0}for(;c<e.generatedLine;)s.add(n()),c++;var r;l<e.generatedColumn&&(r=a[o]||"",s.add(r.substr(0,e.generatedColumn)),a[o]=r.substr(e.generatedColumn),l=e.generatedColumn),u=e},this),o<a.length&&(u&&h(u,n()),s.add(a.splice(o).join(""))),r.sources.forEach(function(e){var t=r.sourceContentFor(e);null!=t&&(null!=i&&(e=p.join(i,e)),s.setSourceContent(e,t))}),s;function h(e,t){var r;null===e||void 0===e.source?s.add(t):(r=i?p.join(i,e.source):e.source,s.add(new f(e.originalLine,e.originalColumn,r,t,e.name)))}},f.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else{if(!e[s]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);e&&this.children.push(e)}return this},f.prototype.prepend=function(e){if(Array.isArray(e))for(var t=e.length-1;0<=t;t--)this.prepend(e[t]);else{if(!e[s]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},f.prototype.walk=function(e){for(var t,r=0,i=this.children.length;r<i;r++)(t=this.children[r])[s]?t.walk(e):""!==t&&e(t,{source:this.source,line:this.line,column:this.column,name:this.name})},f.prototype.join=function(e){var t,r,i=this.children.length;if(0<i){for(t=[],r=0;r<i-1;r++)t.push(this.children[r]),t.push(e);t.push(this.children[r]),this.children=t}return this},f.prototype.replaceRight=function(e,t){var r=this.children[this.children.length-1];return r[s]?r.replaceRight(e,t):"string"==typeof r?this.children[this.children.length-1]=r.replace(e,t):this.children.push("".replace(e,t)),this},f.prototype.setSourceContent=function(e,t){this.sourceContents[p.toSetString(e)]=t},f.prototype.walkSourceContents=function(e){for(var t=0,r=this.children.length;t<r;t++)this.children[t][s]&&this.children[t].walkSourceContents(e);for(var i=Object.keys(this.sourceContents),t=0,r=i.length;t<r;t++)e(p.fromSetString(i[t]),this.sourceContents[i[t]])},f.prototype.toString=function(){var t="";return this.walk(function(e){t+=e}),t},f.prototype.toStringWithSourceMap=function(e){var n={code:"",line:1,column:0},s=new t(e),a=!1,o=null,c=null,l=null,u=null;return this.walk(function(e,t){n.code+=e,null!==t.source&&null!==t.line&&null!==t.column?(o===t.source&&c===t.line&&l===t.column&&u===t.name||s.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name}),o=t.source,c=t.line,l=t.column,u=t.name,a=!0):a&&(s.addMapping({generated:{line:n.line,column:n.column}}),o=null,a=!1);for(var r=0,i=e.length;r<i;r++)10===e.charCodeAt(r)?(n.line++,n.column=0,r+1===i?(o=null,a=!1):a&&s.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name})):n.column++}),this.walkSourceContents(function(e,t){s.setSourceContent(e,t)}),{code:n.code,map:s}},e.SourceNode=f}),Ua=le(function(e){e.SourceMapGenerator=Da().SourceMapGenerator,e.SourceMapConsumer=Xc().SourceMapConsumer,e.SourceNode=zc().SourceNode}),dh=le(function(e){Object.defineProperty(e,"__esModule",{value:!0});var Q=Rn(),S=Hn(),P=Na(),t=Ia(),T=Ua(),b=Symbol(""),_=Symbol(""),A=Symbol(""),k=Symbol(""),w=Symbol(""),Z=Symbol(""),O=Symbol(""),L=Symbol(""),M=Symbol(""),D=Symbol(""),ie=Symbol(""),R=Symbol(""),F=Symbol(""),B=Symbol(""),U=Symbol(""),V=Symbol(""),j=Symbol(""),ne=Symbol(""),G=Symbol(""),$=Symbol(""),se=Symbol(""),ae=Symbol(""),oe=Symbol(""),ce=Symbol(""),le=Symbol(""),ue=Symbol(""),he=Symbol(""),pe=Symbol(""),de=Symbol(""),fe=Symbol(""),me=Symbol(""),ye=Symbol(""),ve=Symbol(""),ge=Symbol(""),xe=Symbol(""),Ee=Symbol(""),Se=Symbol(""),Pe=Symbol(""),Te=Symbol(""),ee=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe={},b,"Fragment"),_,"Teleport"),A,"Suspense"),k,"KeepAlive"),w,"BaseTransition"),Z,"openBlock"),O,"createBlock"),L,"createElementBlock"),M,"createVNode"),D,"createElementVNode"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe,ie,"createCommentVNode"),R,"createTextVNode"),F,"createStaticVNode"),B,"resolveComponent"),U,"resolveDynamicComponent"),V,"resolveDirective"),j,"resolveFilter"),ne,"withDirectives"),G,"renderList"),$,"renderSlot"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe,se,"createSlots"),ae,"toDisplayString"),oe,"mergeProps"),ce,"normalizeClass"),le,"normalizeStyle"),ue,"normalizeProps"),he,"guardReactiveProps"),pe,"toHandlers"),de,"camelize"),fe,"capitalize"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe,me,"toHandlerKey"),ye,"setBlockTracking"),ve,"pushScopeId"),ge,"popScopeId"),xe,"withCtx"),Ee,"unref"),Se,"isRef"),Pe,"withMemo"),Te,"isMemoSame"));var y={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function be(e){return{type:0,source:1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:y}}function _e(e,t,r,i,n,s,a){var o=7<arguments.length&&void 0!==arguments[7]&&arguments[7],c=8<arguments.length&&void 0!==arguments[8]&&arguments[8],l=9<arguments.length&&void 0!==arguments[9]&&arguments[9],u=10<arguments.length&&void 0!==arguments[10]?arguments[10]:y;return e&&(o?(e.helper(Z),e.helper(we(e.inSSR,l))):e.helper(Ie(e.inSSR,l)),a)&&e.helper(ne),{type:13,tag:t,props:r,children:i,patchFlag:n,dynamicProps:s,directives:a,isBlock:o,disableTracking:c,isComponent:l,loc:u}}function N(e){return{type:17,loc:1<arguments.length&&void 0!==arguments[1]?arguments[1]:y,elements:e}}function H(e){return{type:15,loc:1<arguments.length&&void 0!==arguments[1]?arguments[1]:y,properties:e}}function q(e,t){return{type:16,loc:y,key:Q.isString(e)?X(e,!0):e,value:t}}function X(e){var t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];return{type:4,loc:2<arguments.length&&void 0!==arguments[2]?arguments[2]:y,content:e,isStatic:t,constType:t?3:3<arguments.length&&void 0!==arguments[3]?arguments[3]:0}}function g(e){return{type:8,loc:1<arguments.length&&void 0!==arguments[1]?arguments[1]:y,children:e}}function z(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:[];return{type:14,loc:2<arguments.length&&void 0!==arguments[2]?arguments[2]:y,callee:e,arguments:t}}function Ae(e){return{type:18,params:e,returns:1<arguments.length&&void 0!==arguments[1]?arguments[1]:void 0,newline:2<arguments.length&&void 0!==arguments[2]&&arguments[2],isSlot:3<arguments.length&&void 0!==arguments[3]&&arguments[3],loc:4<arguments.length&&void 0!==arguments[4]?arguments[4]:y}}function ke(e,t,r){return{type:19,test:e,consequent:t,alternate:r,newline:!(3<arguments.length&&void 0!==arguments[3])||arguments[3],loc:y}}function Ne(e,t){return{type:20,index:e,value:t,needPauseTracking:2<arguments.length&&void 0!==arguments[2]&&arguments[2],inVOnce:3<arguments.length&&void 0!==arguments[3]&&arguments[3],needArraySpread:!1,loc:y}}function Ce(e){return{type:21,body:e,loc:y}}function Ie(e,t){return e||t?M:D}function we(e,t){return e||t?O:L}function Oe(e,t){var r=t.helper,i=t.removeHelper,t=t.inSSR;e.isBlock||(e.isBlock=!0,i(Ie(t,e.isComponent)),r(Z),r(we(t,e.isComponent)))}var Le=new Uint8Array([123,123]),Me=new Uint8Array([125,125]);function De(e){return 97<=e&&e<=122||65<=e&&e<=90}function o(e){return 32===e||10===e||9===e||12===e||13===e}function r(e){return 47===e||62===e||o(e)}function Re(e){for(var t=new Uint8Array(e.length),r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}var i={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},Fe=_createClass(function e(t,r){var i=this;_classCallCheck(this,e),this.stack=t,this.cbs=r,this.state=1,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=1,this.inRCDATA=!1,this.inXML=!1,this.inVPre=!1,this.newlines=[],this.mode=0,this.delimiterOpen=Le,this.delimiterClose=Me,this.delimiterIndex=-1,this.currentSequence=void 0,this.sequenceIndex=0,this.entityDecoder=new S.EntityDecoder(S.htmlDecodeTree,function(e,t){return i.emitCodePoint(e,t)})},[{key:"inSFCRoot",get:function(){return 2===this.mode&&0===this.stack.length}},{key:"reset",value:function(){this.state=1,this.mode=0,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=1,this.inRCDATA=!1,this.currentSequence=void 0,this.newlines.length=0,this.delimiterOpen=Le,this.delimiterClose=Me}},{key:"getPos",value:function(e){for(var t=1,r=e+1,i=this.newlines.length-1;0<=i;i--){var n=this.newlines[i];if(n<e){t=i+2,r=e-n;break}}return{column:r,line:t,offset:e}}},{key:"peek",value:function(){return this.buffer.charCodeAt(this.index+1)}},{key:"stateText",value:function(e){60===e?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):38===e?this.startEntity():this.inVPre||e!==this.delimiterOpen[0]||(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(e))}},{key:"stateInterpolationOpen",value:function(e){var t;e===this.delimiterOpen[this.delimiterIndex]?this.delimiterIndex===this.delimiterOpen.length-1?((t=this.index+1-this.delimiterOpen.length)>this.sectionStart&&this.cbs.ontext(this.sectionStart,t),this.state=3,this.sectionStart=t):this.delimiterIndex++:this.inRCDATA?(this.state=32,this.stateInRCDATA(e)):(this.state=1,this.stateText(e))}},{key:"stateInterpolation",value:function(e){e===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(e))}},{key:"stateInterpolationClose",value:function(e){e===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(e))}},{key:"stateSpecialStartSequence",value:function(e){var t=this.sequenceIndex===this.currentSequence.length;if(t?r(e):(32|e)===this.currentSequence[this.sequenceIndex]){if(!t)return void this.sequenceIndex++}else this.inRCDATA=!1;this.sequenceIndex=0,this.state=6,this.stateInTagName(e)}},{key:"stateInRCDATA",value:function(e){if(this.sequenceIndex===this.currentSequence.length){var t,r;if(62===e||o(e))return t=this.index-this.currentSequence.length,this.sectionStart<t&&(r=this.index,this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=r),this.sectionStart=2+t,this.stateInClosingTagName(e),void(this.inRCDATA=!1);this.sequenceIndex=0}(32|e)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===i.TitleEnd||this.currentSequence===i.TextareaEnd&&!this.inSFCRoot?38===e?this.startEntity():this.inVPre||e!==this.delimiterOpen[0]||(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(e)):this.fastForwardTo(60)&&(this.sequenceIndex=1):this.sequenceIndex=+(60===e)}},{key:"stateCDATASequence",value:function(e){e===i.Cdata[this.sequenceIndex]?++this.sequenceIndex===i.Cdata.length&&(this.state=28,this.currentSequence=i.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=23,this.stateInDeclaration(e))}},{key:"fastForwardTo",value:function(e){for(;++this.index<this.buffer.length;){var t=this.buffer.charCodeAt(this.index);if(10===t&&this.newlines.push(this.index),t===e)return!0}return this.index=this.buffer.length-1,!1}},{key:"stateInCommentLike",value:function(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===i.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index-2):this.cbs.oncomment(this.sectionStart,this.index-2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=1):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}},{key:"startSpecial",value:function(e,t){this.enterRCDATA(e,t),this.state=31}},{key:"enterRCDATA",value:function(e,t){this.inRCDATA=!0,this.currentSequence=e,this.sequenceIndex=t}},{key:"stateBeforeTagName",value:function(e){33===e?(this.state=22,this.sectionStart=this.index+1):63===e?(this.state=24,this.sectionStart=this.index+1):De(e)?(this.sectionStart=this.index,0===this.mode?this.state=6:this.inSFCRoot?this.state=34:this.inXML?this.state=6:this.state=116===e?30:115===e?29:6):47===e?this.state=8:(this.state=1,this.stateText(e))}},{key:"stateInTagName",value:function(e){r(e)&&this.handleTagName(e)}},{key:"stateInSFCRootTagName",value:function(e){var t;r(e)&&("template"!==(t=this.buffer.slice(this.sectionStart,this.index))&&this.enterRCDATA(Re("</"+t),0),this.handleTagName(e))}},{key:"handleTagName",value:function(e){this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(e)}},{key:"stateBeforeClosingTagName",value:function(e){o(e)||(62===e?(this.cbs.onerr(14,this.index),this.state=1,this.sectionStart=this.index+1):(this.state=De(e)?9:27,this.sectionStart=this.index))}},{key:"stateInClosingTagName",value:function(e){62!==e&&!o(e)||(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=10,this.stateAfterClosingTagName(e))}},{key:"stateAfterClosingTagName",value:function(e){62===e&&(this.state=1,this.sectionStart=this.index+1)}},{key:"stateBeforeAttrName",value:function(e){62===e?(this.cbs.onopentagend(this.index),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):47===e?(this.state=7,62!==this.peek()&&this.cbs.onerr(22,this.index)):60===e&&47===this.peek()?(this.cbs.onopentagend(this.index),this.state=5,this.sectionStart=this.index):o(e)||(61===e&&this.cbs.onerr(19,this.index),this.handleAttrStart(e))}},{key:"handleAttrStart",value:function(e){118===e&&45===this.peek()?(this.state=13,this.sectionStart=this.index):46===e||58===e||64===e||35===e?(this.cbs.ondirname(this.index,this.index+1),this.state=14,this.sectionStart=this.index+1):(this.state=12,this.sectionStart=this.index)}},{key:"stateInSelfClosingTag",value:function(e){62===e?(this.cbs.onselfclosingtag(this.index),this.state=1,this.sectionStart=this.index+1,this.inRCDATA=!1):o(e)||(this.state=11,this.stateBeforeAttrName(e))}},{key:"stateInAttrName",value:function(e){61===e||r(e)?(this.cbs.onattribname(this.sectionStart,this.index),this.handleAttrNameEnd(e)):34!==e&&39!==e&&60!==e||this.cbs.onerr(17,this.index)}},{key:"stateInDirName",value:function(e){61===e||r(e)?(this.cbs.ondirname(this.sectionStart,this.index),this.handleAttrNameEnd(e)):58===e?(this.cbs.ondirname(this.sectionStart,this.index),this.state=14,this.sectionStart=this.index+1):46===e&&(this.cbs.ondirname(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}},{key:"stateInDirArg",value:function(e){61===e||r(e)?(this.cbs.ondirarg(this.sectionStart,this.index),this.handleAttrNameEnd(e)):91===e?this.state=15:46===e&&(this.cbs.ondirarg(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}},{key:"stateInDynamicDirArg",value:function(e){93===e?this.state=14:61!==e&&!r(e)||(this.cbs.ondirarg(this.sectionStart,this.index+1),this.handleAttrNameEnd(e),this.cbs.onerr(27,this.index))}},{key:"stateInDirModifier",value:function(e){61===e||r(e)?(this.cbs.ondirmodifier(this.sectionStart,this.index),this.handleAttrNameEnd(e)):46===e&&(this.cbs.ondirmodifier(this.sectionStart,this.index),this.sectionStart=this.index+1)}},{key:"handleAttrNameEnd",value:function(e){this.sectionStart=this.index,this.state=17,this.cbs.onattribnameend(this.index),this.stateAfterAttrName(e)}},{key:"stateAfterAttrName",value:function(e){61===e?this.state=18:47===e||62===e?(this.cbs.onattribend(0,this.sectionStart),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(e)):o(e)||(this.cbs.onattribend(0,this.sectionStart),this.handleAttrStart(e))}},{key:"stateBeforeAttrValue",value:function(e){34===e?(this.state=19,this.sectionStart=this.index+1):39===e?(this.state=20,this.sectionStart=this.index+1):o(e)||(this.sectionStart=this.index,this.state=21,this.stateInAttrValueNoQuotes(e))}},{key:"handleInAttrValue",value:function(e,t){e===t?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(34===t?3:2,this.index+1),this.state=11):38===e&&this.startEntity()}},{key:"stateInAttrValueDoubleQuotes",value:function(e){this.handleInAttrValue(e,34)}},{key:"stateInAttrValueSingleQuotes",value:function(e){this.handleInAttrValue(e,39)}},{key:"stateInAttrValueNoQuotes",value:function(e){o(e)||62===e?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(1,this.index),this.state=11,this.stateBeforeAttrName(e)):34===e||39===e||60===e||61===e||96===e?this.cbs.onerr(18,this.index):38===e&&this.startEntity()}},{key:"stateBeforeDeclaration",value:function(e){91===e?(this.state=26,this.sequenceIndex=0):this.state=45===e?25:23}},{key:"stateInDeclaration",value:function(e){62!==e&&!this.fastForwardTo(62)||(this.state=1,this.sectionStart=this.index+1)}},{key:"stateInProcessingInstruction",value:function(e){62!==e&&!this.fastForwardTo(62)||(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}},{key:"stateBeforeComment",value:function(e){45===e?(this.state=28,this.currentSequence=i.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=23}},{key:"stateInSpecialComment",value:function(e){62!==e&&!this.fastForwardTo(62)||(this.cbs.oncomment(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}},{key:"stateBeforeSpecialS",value:function(e){e===i.ScriptEnd[3]?this.startSpecial(i.ScriptEnd,4):e===i.StyleEnd[3]?this.startSpecial(i.StyleEnd,4):(this.state=6,this.stateInTagName(e))}},{key:"stateBeforeSpecialT",value:function(e){e===i.TitleEnd[3]?this.startSpecial(i.TitleEnd,4):e===i.TextareaEnd[3]?this.startSpecial(i.TextareaEnd,4):(this.state=6,this.stateInTagName(e))}},{key:"startEntity",value:function(){this.baseState=this.state,this.state=33,this.entityStart=this.index,this.entityDecoder.startEntity(1===this.baseState||32===this.baseState?S.DecodingMode.Legacy:S.DecodingMode.Attribute)}},{key:"stateInEntity",value:function(){var e=this.entityDecoder.write(this.buffer,this.index);0<=e?(this.state=this.baseState,0===e&&(this.index=this.entityStart)):this.index=this.buffer.length-1}},{key:"parse",value:function(e){for(this.buffer=e;this.index<this.buffer.length;){var t=this.buffer.charCodeAt(this.index);switch(10===t&&this.newlines.push(this.index),this.state){case 1:this.stateText(t);break;case 2:this.stateInterpolationOpen(t);break;case 3:this.stateInterpolation(t);break;case 4:this.stateInterpolationClose(t);break;case 31:this.stateSpecialStartSequence(t);break;case 32:this.stateInRCDATA(t);break;case 26:this.stateCDATASequence(t);break;case 19:this.stateInAttrValueDoubleQuotes(t);break;case 12:this.stateInAttrName(t);break;case 13:this.stateInDirName(t);break;case 14:this.stateInDirArg(t);break;case 15:this.stateInDynamicDirArg(t);break;case 16:this.stateInDirModifier(t);break;case 28:this.stateInCommentLike(t);break;case 27:this.stateInSpecialComment(t);break;case 11:this.stateBeforeAttrName(t);break;case 6:this.stateInTagName(t);break;case 34:this.stateInSFCRootTagName(t);break;case 9:this.stateInClosingTagName(t);break;case 5:this.stateBeforeTagName(t);break;case 17:this.stateAfterAttrName(t);break;case 20:this.stateInAttrValueSingleQuotes(t);break;case 18:this.stateBeforeAttrValue(t);break;case 8:this.stateBeforeClosingTagName(t);break;case 10:this.stateAfterClosingTagName(t);break;case 29:this.stateBeforeSpecialS(t);break;case 30:this.stateBeforeSpecialT(t);break;case 21:this.stateInAttrValueNoQuotes(t);break;case 7:this.stateInSelfClosingTag(t);break;case 23:this.stateInDeclaration(t);break;case 22:this.stateBeforeDeclaration(t);break;case 25:this.stateBeforeComment(t);break;case 24:this.stateInProcessingInstruction(t);break;case 33:this.stateInEntity()}this.index++}this.cleanup(),this.finish()}},{key:"cleanup",value:function(){this.sectionStart!==this.index&&(1===this.state||32===this.state&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):19!==this.state&&20!==this.state&&21!==this.state||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}},{key:"finish",value:function(){33===this.state&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}},{key:"handleTrailingData",value:function(){var e=this.buffer.length;this.sectionStart>=e||(28===this.state?this.currentSequence===i.CdataEnd?this.cbs.oncdata(this.sectionStart,e):this.cbs.oncomment(this.sectionStart,e):6!==this.state&&11!==this.state&&18!==this.state&&17!==this.state&&12!==this.state&&13!==this.state&&14!==this.state&&15!==this.state&&16!==this.state&&20!==this.state&&19!==this.state&&21!==this.state&&9!==this.state&&this.cbs.ontext(this.sectionStart,e))}},{key:"emitCodePoint",value:function(e,t){1!==this.baseState&&32!==this.baseState?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(S.fromCodePoint(e),this.entityStart,this.sectionStart)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(S.fromCodePoint(e),this.entityStart,this.sectionStart))}}]),Be={COMPILER_IS_ON_ELEMENT:{message:'Platform-native elements with "is" prop will no longer be treated as components in Vue 3 unless the "is" value is explicitly prefixed with "vue:".',link:"https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html"},COMPILER_V_BIND_SYNC:{message:function(e){return".sync modifier for v-bind has been removed. Use v-model with argument instead. `v-bind:".concat(e,".sync` should be changed to `v-model:").concat(e,"`.")},link:"https://v3-migration.vuejs.org/breaking-changes/v-model.html"},COMPILER_V_BIND_OBJECT_ORDER:{message:'v-bind="obj" usage is now order sensitive and behaves like JavaScript object spread: it will now overwrite an existing non-mergeable attribute that appears before v-bind in the case of conflict. To retain 2.x behavior, move v-bind to make it the first attribute. You can also suppress this warning if the usage is intended.',link:"https://v3-migration.vuejs.org/breaking-changes/v-bind.html"},COMPILER_V_ON_NATIVE:{message:".native modifier for v-on has been removed as is no longer necessary.",link:"https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html"},COMPILER_V_IF_V_FOR_PRECEDENCE:{message:"v-if / v-for precedence when used on the same element has changed in Vue 3: v-if now takes higher precedence and will no longer have access to v-for scope variables. It is best to avoid the ambiguity with <template> tags or use a computed property that filters v-for data source.",link:"https://v3-migration.vuejs.org/breaking-changes/v-if-v-for.html"},COMPILER_NATIVE_TEMPLATE:{message:"<template> with no special directives will render as a native template element instead of its inner content in Vue 3."},COMPILER_INLINE_TEMPLATE:{message:'"inline-template" has been removed in Vue 3.',link:"https://v3-migration.vuejs.org/breaking-changes/inline-template-attribute.html"},COMPILER_FILTERS:{message:'filters have been removed in Vue 3. The "|" symbol will be treated as native JavaScript bitwise OR operator. Use method calls or computed properties instead.',link:"https://v3-migration.vuejs.org/breaking-changes/filters.html"}};function Ue(e,t){t=t.compatConfig,t=t&&t[e];return"MODE"===e?t||3:t}function Ve(e,t){var r=Ue("MODE",t),e=Ue(e,t);return 3===r?!0===e:!1!==e}function je(e,t,r){return Ve(e,t)}function Ge(e){throw e}function He(e){}function J(e,t,r,i){r=(r||qe)[e]+(i||""),i=new SyntaxError(String(r));return i.code=e,i.loc=t,i}var qe={0:"Illegal comment.",1:"CDATA section is allowed only in XML context.",2:"Duplicate attribute.",3:"End tag cannot have attributes.",4:"Illegal '/' in tags.",5:"Unexpected EOF in tag.",6:"Unexpected EOF in CDATA section.",7:"Unexpected EOF in comment.",8:"Unexpected EOF in script.",9:"Unexpected EOF in tag.",10:"Incorrectly closed comment.",11:"Incorrectly opened comment.",12:"Illegal tag name. Use '<' to print '<'.",13:"Attribute value was expected.",14:"End tag name was expected.",15:"Whitespace was expected.",16:"Unexpected '\x3c!--' in comment.",17:"Attribute name cannot contain U+0022 (\"), U+0027 ('), and U+003C (<).",18:"Unquoted attribute value cannot contain U+0022 (\"), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).",19:"Attribute name cannot start with '='.",21:"'<?' is allowed only in XML context.",20:"Unexpected null character.",22:"Illegal '/' in tags.",23:"Invalid end tag.",24:"Element is missing end tag.",25:"Interpolation end sign was not found.",27:"End bracket for dynamic directive argument was not found. Note that dynamic directive argument cannot contain spaces.",26:"Legal directive name was expected.",28:"v-if/v-else-if is missing expression.",29:"v-if/else branches must use unique keys.",30:"v-else/v-else-if has no adjacent v-if or v-else-if.",31:"v-for is missing expression.",32:"v-for has invalid expression.",33:"<template v-for> key should be placed on the <template> tag.",34:"v-bind is missing expression.",52:"v-bind with same-name shorthand only allows static argument.",35:"v-on is missing expression.",36:"Unexpected custom directive on <slot> outlet.",37:"Mixed v-slot usage on both the component and nested <template>. When there are multiple named slots, all slots should use <template> syntax to avoid scope ambiguity.",38:"Duplicate slot names found. ",39:"Extraneous children found when component already has explicitly named default slot. These children will be ignored.",40:"v-slot can only be used on components or <template> tags.",41:"v-model is missing expression.",42:"v-model value must be a valid JavaScript member expression.",43:"v-model cannot be used on v-for or v-slot scope variables because they are not writable.",44:"v-model cannot be used on a prop, because local prop bindings are not writable.\nUse a v-bind binding combined with a v-on listener that emits update:x event instead.",45:"Error parsing JavaScript expression: ",46:"<KeepAlive> expects exactly one child component.",51:"@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.",47:'"prefixIdentifiers" option is not supported in this build of compiler.',48:"ES module mode is not supported in this build of compiler.",49:'"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',50:'"scopeId" option is only supported in module mode.',53:""};function Xe(e,a){var o=2<arguments.length&&void 0!==arguments[2]&&arguments[2],c=3<arguments.length&&void 0!==arguments[3]?arguments[3]:[],l=4<arguments.length&&void 0!==arguments[4]?arguments[4]:Object.create(null),s="Program"===e.type?"ExpressionStatement"===e.body[0].type&&e.body[0].expression:e;t.walk(e,{enter:function(t,e){if(e&&c.push(e),e&&e.type.startsWith("TS")&&!nt.includes(e.type))return this.skip();if("Identifier"===t.type){var r=!!l[t.name],i=ze(t,e,c);(o||i&&!r)&&a(t,e,c,i,r)}else if("ObjectProperty"===t.type&&"ObjectPattern"===(null==e?void 0:e.type))t.inPattern=!0;else if(tt(t))t.scopeIds?t.scopeIds.forEach(function(e){return Ze(e,l)}):We(t,function(e){et(t,e,l)});else if("BlockStatement"===t.type)t.scopeIds?t.scopeIds.forEach(function(e){return Ze(e,l)}):Ye(t,function(e){return et(t,e,l)});else if("CatchClause"===t.type&&t.param){var n,s=_createForOfIteratorHelper(u(t.param));try{for(s.s();!(n=s.n()).done;)et(t,n.value,l)}catch(e){s.e(e)}finally{s.f()}}else $e(t)&&Qe(t,!1,function(e){et(t,e,l)})},leave:function(e,t){if(t&&c.pop(),e!==s&&e.scopeIds){var r,i=_createForOfIteratorHelper(e.scopeIds);try{for(i.s();!(r=i.n()).done;){var n=r.value;l[n]--,0===l[n]&&delete l[n]}}catch(e){i.e(e)}finally{i.f()}}}})}function ze(e,t,r){if(!t)return!0;if("arguments"!==e.name){if(((e,t)=>{switch(t.type){case"MemberExpression":case"OptionalMemberExpression":return t.property===e?t.computed:t.object===e;case"JSXMemberExpression":return t.object===e;case"VariableDeclarator":return t.init===e;case"ArrowFunctionExpression":return t.body===e;case"PrivateName":return;case"ClassMethod":case"ClassPrivateMethod":case"ObjectMethod":return t.key===e&&t.computed;case"ObjectProperty":case"ClassProperty":return t.key!==e||t.computed;case"ClassPrivateProperty":return t.key!==e;case"ClassDeclaration":case"ClassExpression":return t.superClass===e;case"AssignmentExpression":case"AssignmentPattern":return t.right===e;case"LabeledStatement":case"CatchClause":case"RestElement":return;case"BreakStatement":case"ContinueStatement":return;case"FunctionDeclaration":case"FunctionExpression":return;case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":return;case"ExportSpecifier":return t.local===e;case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ImportAttribute":case"JSXAttribute":return;case"ObjectPattern":case"ArrayPattern":case"MetaProperty":return;case"ObjectTypeProperty":return t.key!==e;case"TSEnumMember":return t.id!==e;case"TSPropertySignature":return t.key!==e||t.computed}return 1})(e,t))return!0;switch(t.type){case"AssignmentExpression":case"AssignmentPattern":return!0;case"ObjectPattern":case"ArrayPattern":return Je(t,r)}}return!1}function Je(e,t){if(e&&("ObjectProperty"===e.type||"ArrayPattern"===e.type))for(var r=t.length;r--;){var i=t[r];if("AssignmentExpression"===i.type)return!0;if("ObjectProperty"!==i.type&&!i.type.endsWith("Pattern"))break}return!1}function Ke(e){for(var t=e.length;t--;){var r=e[t];if("NewExpression"===r.type)return!0;if("MemberExpression"!==r.type)break}return!1}function We(e,t){var r,i=_createForOfIteratorHelper(e.params);try{for(i.s();!(r=i.n()).done;){var n,s=_createForOfIteratorHelper(u(r.value));try{for(s.s();!(n=s.n()).done;)t(n.value)}catch(e){s.e(e)}finally{s.f()}}}catch(e){i.e(e)}finally{i.f()}}function Ye(e,t){var r,i=_createForOfIteratorHelper(e.body);try{for(i.s();!(r=i.n()).done;){var n=r.value;if("VariableDeclaration"===n.type){if(!n.declare){var s,a=_createForOfIteratorHelper(n.declarations);try{for(a.s();!(s=a.n()).done;){var o,c=_createForOfIteratorHelper(u(s.value.id));try{for(c.s();!(o=c.n()).done;)t(o.value)}catch(e){c.e(e)}finally{c.f()}}}catch(e){a.e(e)}finally{a.f()}}}else"FunctionDeclaration"===n.type||"ClassDeclaration"===n.type?!n.declare&&n.id&&t(n.id):$e(n)&&Qe(n,!0,t)}}catch(e){i.e(e)}finally{i.f()}}function $e(e){return"ForOfStatement"===e.type||"ForInStatement"===e.type||"ForStatement"===e.type}function Qe(e,t,r){e="ForStatement"===e.type?e.init:e.left;if(e&&"VariableDeclaration"===e.type&&("var"===e.kind?t:!t)){var i,n=_createForOfIteratorHelper(e.declarations);try{for(n.s();!(i=n.n()).done;){var s,a=_createForOfIteratorHelper(u(i.value.id));try{for(a.s();!(s=a.n()).done;)r(s.value)}catch(e){a.e(e)}finally{a.f()}}}catch(e){n.e(e)}finally{n.f()}}}function u(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:[];switch(e.type){case"Identifier":t.push(e);break;case"MemberExpression":for(var r=e;"MemberExpression"===r.type;)r=r.object;t.push(r);break;case"ObjectPattern":var i,n=_createForOfIteratorHelper(e.properties);try{for(n.s();!(i=n.n()).done;){var s=i.value;"RestElement"===s.type?u(s.argument,t):u(s.value,t)}}catch(e){n.e(e)}finally{n.f()}break;case"ArrayPattern":e.elements.forEach(function(e){e&&u(e,t)});break;case"RestElement":u(e.argument,t);break;case"AssignmentPattern":u(e.left,t)}return t}function Ze(e,t){e in t?t[e]++:t[e]=1}function et(e,t,r){t=t.name;e.scopeIds&&e.scopeIds.has(t)||(Ze(t,r),(e.scopeIds||(e.scopeIds=new Set)).add(t))}function tt(e){return/Function(?:Expression|Declaration)$|Method$/.test(e.type)}var rt=function(e){return e&&("ObjectProperty"===e.type||"ObjectMethod"===e.type)&&!e.computed},it=function(e,t){return rt(t)&&t.key===e};var nt=["TSAsExpression","TSTypeAssertion","TSNonNullExpression","TSInstantiationExpression","TSSatisfiesExpression"];function st(e){return nt.includes(e.type)?st(e.expression):e}var K=function(e){return 4===e.type&&e.isStatic};function at(e){switch(e){case"Teleport":case"teleport":return _;case"Suspense":case"suspense":return A;case"KeepAlive":case"keep-alive":return k;case"BaseTransition":case"base-transition":return w}}function ot(e){return 4===e.type?e.content:e.loc.source}function ct(e,t){try{var r;return"MemberExpression"===(r=st(e.ast||P.parseExpression(ot(e),{plugins:t.expressionPlugins?[].concat(_toConsumableArray(t.expressionPlugins),["typescript"]):["typescript"]}))).type||"OptionalMemberExpression"===r.type||"Identifier"===r.type&&"undefined"!==r.name}catch(e){return!1}}function lt(e,t){try{var r=e.ast||P.parseExpression(ot(e),{plugins:t.expressionPlugins?[].concat(_toConsumableArray(t.expressionPlugins),["typescript"]):["typescript"]});return"FunctionExpression"===(r=st(r="Program"===r.type&&"ExpressionStatement"===(r=r.body[0]).type?r.expression:r)).type||"ArrowFunctionExpression"===r.type}catch(e){return!1}}var ut=/^\d|[^\$\w\xA0-\uFFFF]/,te=function(e){return!ut.test(e)},ht=/[A-Za-z_$\xA0-\uFFFF]/,pt=/[\.\?\w$\xA0-\uFFFF]/,dt=/\s+[.[]\s*|\s*[.[]\s+/g,ft=ct,mt=/^\s*(async\s*)?(\([^)]*?\)|[\w$_]+)\s*(:[^=]+)?=>|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,yt=lt;function vt(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:t.length;return gt({offset:e.offset,line:e.line,column:e.column},t,r)}function gt(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:t.length,i=0,n=-1,s=0;s<r;s++)10===t.charCodeAt(s)&&(i++,n=s);return e.offset+=r,e.line+=i,e.column=-1===n?e.column+r:r-n,e}function C(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=0;i<e.props.length;i++){var n=e.props[i];if(7===n.type&&(r||n.exp)&&(Q.isString(t)?n.name===t:t.test(n.name)))return n}}function xt(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=3<arguments.length&&void 0!==arguments[3]&&arguments[3],n=0;n<e.props.length;n++){var s=e.props[n];if(6===s.type){if(!r&&s.name===t&&(s.value||i))return s}else if("bind"===s.name&&(s.exp||i)&&W(s.arg,t))return s}}function W(e,t){return!(!e||!K(e)||e.content!==t)}function Et(e){return 5===e.type||2===e.type}function St(e){return 7===e.type&&"slot"===e.name}function Pt(e){return 1===e.type&&3===e.tagType}function Tt(e){return 1===e.type&&2===e.tagType}var bt=new Set([ue,he]);function _t(e,t,r){var i,n,s,a=13===e.type?e.props:e.arguments[2],o=[];a&&!Q.isString(a)&&14===a.type&&(a=(n=function e(t,r){r=1<arguments.length&&void 0!==r?r:[];if(t&&!Q.isString(t)&&14===t.type){var i=t.callee;if(!Q.isString(i)&&bt.has(i))return e(t.arguments[0],r.concat(t))}return[t,r]}(a))[0],n=(o=n[1])[o.length-1]),null==a||Q.isString(a)?i=H([t]):14===a.type?(s=a.arguments[0],Q.isString(s)||15!==s.type?a.callee===pe?i=z(r.helper(oe),[H([t]),a]):a.arguments.unshift(H([t])):At(t,s)||s.properties.unshift(t),i=i||a):15===a.type?(At(t,a)||a.properties.unshift(t),i=a):(i=z(r.helper(oe),[H([t]),a]),n&&n.callee===he&&(n=o[o.length-2])),13===e.type?n?n.arguments[0]=i:e.props=i:n?n.arguments[0]=i:e.arguments[2]=i}function At(e,t){var r,i=!1;return 4===e.key.type&&(r=e.key.content,i=t.properties.some(function(e){return 4===e.key.type&&e.key.content===r})),i}function kt(r,e){return"_".concat(e,"_").concat(r.replace(/[^\w]/g,function(e,t){return"-"===e?"_":r.charCodeAt(t).toString()}))}function I(e,t){if(!e||0===Object.keys(t).length)return!1;switch(e.type){case 1:for(var r=0;r<e.props.length;r++){var i=e.props[r];if(7===i.type&&(I(i.arg,t)||I(i.exp,t)))return!0}return e.children.some(function(e){return I(e,t)});case 11:return!!I(e.source,t)||e.children.some(function(e){return I(e,t)});case 9:return e.branches.some(function(e){return I(e,t)});case 10:return!!I(e.condition,t)||e.children.some(function(e){return I(e,t)});case 4:return!e.isStatic&&te(e.content)&&!!t[e.content];case 8:return e.children.some(function(e){return Q.isObject(e)&&I(e,t)});case 5:case 12:return I(e.content,t);default:return!1}}function Nt(e){return 14===e.type&&e.callee===Pe?e.arguments[1].returns:e}var Ct=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/,It={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:function(){return 0},isVoidTag:Q.NO,isPreTag:Q.NO,isIgnoreNewlineTag:Q.NO,isCustomElement:Q.NO,onError:Ge,onWarn:He,comments:!1,prefixIdentifiers:!1},c=It,wt=null,s="",a=null,l=null,n="",h=-1,Ot=-1,Lt=0,p=!1,Mt=null,d=[],f=new Fe(d,{onerr:x,ontext:function(e,t){Bt(m(e,t),e,t)},ontextentity:function(e,t,r){Bt(e,t,r)},oninterpolation:function(e,t){if(p)return Bt(m(e,t),e,t);for(var r=e+f.delimiterOpen.length,i=t-f.delimiterClose.length;o(s.charCodeAt(r));)r++;for(;o(s.charCodeAt(i-1));)i--;var n=m(r,i);zt({type:5,content:Kt(n=n.includes("&")?S.decodeHTML(n):n,!1,v(r,i)),loc:v(e,t)})},onopentagname:function(e,t){var r=m(e,t);a={type:1,tag:r,ns:c.getNamespace(r,d[0],c.ns),tagType:0,props:[],children:[],loc:v(e-1,t),codegenNode:void 0}},onopentagend:function(e){Ft(e)},onclosetag:function(e,t){var r=m(e,t);if(!c.isVoidTag(r)){for(var i=!1,n=0;n<d.length;n++)if(d[n].tag.toLowerCase()===r.toLowerCase()){i=!0,0<n&&x(24,d[0].loc.start.offset);for(var s=0;s<=n;s++)Ut(d.shift(),t,s<n);break}i||x(23,Vt(e,60))}},onselfclosingtag:function(e){var t=a.tag;a.isSelfClosing=!0,Ft(e),d[0]&&d[0].tag===t&&Ut(d.shift(),e)},onattribname:function(e,t){l={type:6,name:m(e,t),nameLoc:v(e,t),value:void 0,loc:v(e)}},ondirname:function(e,t){var r=m(e,t),i="."===r||":"===r?"bind":"@"===r?"on":"#"===r?"slot":r.slice(2);if(p||""!==i||x(26,e),p||""===i)l={type:6,name:r,nameLoc:v(e,t),value:void 0,loc:v(e)};else if(l={type:7,name:i,rawName:r,exp:void 0,arg:void 0,modifiers:"."===r?[X("prop")]:[],loc:v(e)},"pre"===i){p=f.inVPre=!0;for(var n=(Mt=a).props,s=0;s<n.length;s++)7===n[s].type&&(n[s]=(e=>{var t,r={type:6,name:e.rawName,nameLoc:v(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};return e.exp&&((t=e.exp.loc).end.offset<e.loc.end.offset&&(t.start.offset--,t.start.column--,t.end.offset++,t.end.column++),r.value={type:2,content:e.exp.content,loc:t}),r})(n[s]))}},ondirarg:function(e,t){var r,i;e!==t&&(r=m(e,t),p?(l.name+=r,Jt(l.nameLoc,t)):(i="["!==r[0],l.arg=Kt(i?r:r.slice(1,-1),i,v(e,t),i?3:0)))},ondirmodifier:function(e,t){var r,i=m(e,t);p?(l.name+="."+i,Jt(l.nameLoc,t)):"slot"===l.name?(r=l.arg)&&(r.content+="."+i,Jt(r.loc,t)):(r=X(i,!0,v(e,t)),l.modifiers.push(r))},onattribdata:function(e,t){n+=m(e,t),h<0&&(h=e),Ot=t},onattribentity:function(e,t,r){n+=e,h<0&&(h=t),Ot=r},onattribnameend:function(e){var t=l.loc.start.offset,r=m(t,e);7===l.type&&(l.rawName=r),a.props.some(function(e){return(7===e.type?e.rawName:e.name)===r})&&x(2,t)},onattribend:function(e,t){a&&l&&(Jt(l.loc,t),0!==e&&(6===l.type?("class"===l.name&&(n=Xt(n).trim()),1!==e||n||x(13,t),l.value={type:2,content:n,loc:1===e?v(h,Ot):v(h-1,Ot+1)},f.inSFCRoot&&"template"===a.tag&&"lang"===l.name&&n&&"html"!==n&&f.enterRCDATA(Re("</template"),0)):(t=0,"for"===l.name?t=3:"slot"===l.name?t=1:"on"===l.name&&n.includes(";")&&(t=2),l.exp=Kt(n,!1,v(h,Ot),0,t),"for"===l.name&&(l.forParseResult=(e=>{var t,r,i,n,s,a,o=e.loc,c=(e=e.content).match(Ct);if(c)return c=_slicedToArray(c,3),i=c[1],c={source:(t=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=o.start.offset+t;return Kt(e,!1,v(t,t+e.length),0,r?1:0)})((c=c[2]).trim(),e.indexOf(c,i.length)),value:void 0,key:void 0,index:void 0,finalized:!1},r=i.trim().replace(Rt,"").trim(),i=i.indexOf(r),(a=r.match(Dt))&&(r=r.replace(Dt,"").trim(),(n=a[1].trim())&&(s=e.indexOf(n,i+r.length),c.key=t(n,s,!0)),a[2])&&(a=a[2].trim())&&(c.index=t(a,e.indexOf(a,c.key?s+n.length:i+r.length),!0)),r&&(c.value=t(r,i,!0)),c})(l.exp)),e=-1,"bind"===l.name&&-1<(e=l.modifiers.findIndex(function(e){return"sync"===e.content}))&&je("COMPILER_V_BIND_SYNC",c,l.loc,l.rawName)&&(l.name="model",l.modifiers.splice(e,1)))),7===l.type&&"pre"===l.name||a.props.push(l)),n="",h=Ot=-1},oncomment:function(e,t){c.comments&&zt({type:3,content:m(e,t),loc:v(e-4,t+3)})},onend:function(){var e=s.length;if(1!==f.state)switch(f.state){case 5:case 8:x(5,e);break;case 3:case 4:x(25,f.sectionStart);break;case 28:f.currentSequence===i.CdataEnd?x(6,e):x(7,e);break;case 6:case 7:case 9:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:x(9,e)}for(var t=0;t<d.length;t++)Ut(d[t],e-1),x(24,d[t].loc.start.offset)},oncdata:function(e,t){0!==d[0].ns?Bt(m(e,t),e,t):x(1,e-9)},onprocessinginstruction:function(e){0===(d[0]||c).ns&&x(21,e-1)}}),Dt=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Rt=/^\(|\)$/g;function m(e,t){return s.slice(e,t)}function Ft(e){f.inSFCRoot&&(a.innerLoc=v(e+1,e+1)),zt(a);var t=a,r=t.tag,t=t.ns;0===t&&c.isPreTag(r)&&Lt++,c.isVoidTag(r)?Ut(a,e):(d.unshift(a),1!==t&&2!==t||(f.inXML=!0)),a=null}function Bt(e,t,r){var i=d[0]||wt,n=i.children[i.children.length-1];n&&2===n.type?(n.content+=e,Jt(n.loc,r)):i.children.push({type:2,content:e,loc:v(t,r)})}function Ut(e,t,r){Jt(e.loc,2<arguments.length&&void 0!==r&&r?Vt(t,60):((e,t)=>{for(var r=e;s.charCodeAt(r)!==t&&r<s.length-1;)r++;return r})(t,62)+1),f.inSFCRoot&&(e.children.length?e.innerLoc.end=Q.extend({},e.children[e.children.length-1].loc.end):e.innerLoc.end=Q.extend({},e.innerLoc.start),e.innerLoc.source=m(e.innerLoc.start.offset,e.innerLoc.end.offset));var r=e.tag,t=e.ns,i=e.children,i=(p||("slot"===r?e.tagType=2:Gt(e)?e.tagType=3:(e=>{var t=e.tag,r=e.props;if(!c.isCustomElement(t)){if("component"===t||(e=>64<e&&e<91)(t.charCodeAt(0))||at(t)||c.isBuiltInComponent&&c.isBuiltInComponent(t)||c.isNativeTag&&!c.isNativeTag(t))return 1;for(var i=0;i<r.length;i++){var n=r[i];if(6===n.type){if("is"===n.name&&n.value){if(n.value.content.startsWith("vue:"))return 1;if(je("COMPILER_IS_ON_ELEMENT",c,n.loc))return 1}}else if("bind"===n.name&&W(n.arg,"is")&&je("COMPILER_IS_ON_ELEMENT",c,n.loc))return 1}}})(e)&&(e.tagType=1)),f.inRCDATA||(e.children=qt(i)),0===t&&c.isIgnoreNewlineTag(r)&&(i=i[0])&&2===i.type&&(i.content=i.content.replace(/^\r?\n/,"")),0===t&&c.isPreTag(r)&&Lt--,Mt===e&&(p=f.inVPre=!1,Mt=null),f.inXML&&0===(d[0]||c).ns&&(f.inXML=!1),e.props),t=(f.inSFCRoot||!Ve("COMPILER_NATIVE_TEMPLATE",c)||"template"!==e.tag||Gt(e)||(r=(t=d[0]||wt).children.indexOf(e),(t=t.children).splice.apply(t,[r,1].concat(_toConsumableArray(e.children)))),i.find(function(e){return 6===e.type&&"inline-template"===e.name}));t&&je("COMPILER_INLINE_TEMPLATE",c,t.loc)&&e.children.length&&(t.value={type:2,content:m(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:t.loc})}function Vt(e,t){for(var r=e;s.charCodeAt(r)!==t&&0<=r;)r--;return r}var jt=new Set(["if","else","else-if","for","slot"]);function Gt(e){var t=e.tag,r=e.props;if("template"===t)for(var i=0;i<r.length;i++)if(7===r[i].type&&jt.has(r[i].name))return 1}var Ht=/\r\n/g;function qt(e){for(var t="preserve"!==c.whitespace,r=!1,i=0;i<e.length;i++){var n,s,a=e[i];2===a.type&&(Lt?a.content=a.content.replace(Ht,"\n"):(e=>{for(var t=0;t<e.length;t++)if(!o(e.charCodeAt(t)))return;return 1})(a.content)?(n=e[i-1]&&e[i-1].type,s=e[i+1]&&e[i+1].type,!n||!s||t&&(3===n&&(3===s||1===s)||1===n&&(3===s||1===s&&(e=>{for(var t=0;t<e.length;t++){var r=e.charCodeAt(t);if(10===r||13===r)return 1}})(a.content)))?(r=!0,e[i]=null):a.content=" "):t&&(a.content=Xt(a.content)))}return r?e.filter(Boolean):e}function Xt(e){for(var t="",r=!1,i=0;i<e.length;i++)o(e.charCodeAt(i))?r||(t+=" ",r=!0):(t+=e[i],r=!1);return t}function zt(e){(d[0]||wt).children.push(e)}function v(e,t){return{start:f.getPos(e),end:null==t?t:f.getPos(t),source:null==t?t:m(e,t)}}function Jt(e,t){e.end=f.getPos(t),e.source=m(e.start.offset,t)}function Kt(e,t,r,i,n){t=1<arguments.length&&void 0!==t&&t,r=2<arguments.length?r:void 0,i=3<arguments.length&&void 0!==i?i:0,n=4<arguments.length&&void 0!==n?n:0,i=X(e,t,r,i);if(!t&&c.prefixIdentifiers&&3!==n&&e.trim()){if(te(e))return i.ast=null,i;try{var s=c.expressionPlugins,a={plugins:s?[].concat(_toConsumableArray(s),["typescript"]):["typescript"]};i.ast=2===n?P.parse(" ".concat(e," "),a).program:1===n?P.parseExpression("(".concat(e,")=>{}"),a):P.parseExpression("(".concat(e,")"),a)}catch(e){i.ast=!1,x(45,r.start.offset,e.message)}}return i}function x(e,t,r){c.onError(J(e,v(t,t),void 0,r))}function Wt(e,t){if(f.reset(),l=a=null,n="",Ot=h=-1,d.length=0,s=e,c=Q.extend({},It),t)for(var r in t)null!=t[r]&&(c[r]=t[r]);f.mode="html"===c.parseMode?1:"sfc"===c.parseMode?2:0,f.inXML=1===c.ns||2===c.ns;var i=t&&t.delimiters,i=(i&&(f.delimiterOpen=Re(i[0]),f.delimiterClose=Re(i[1])),wt=be([],e));return f.parse(s),i.loc=v(0,e.length),i.children=qt(i.children),wt=null,i}function Yt(e,t){!function e(t,r,i){var n=3<arguments.length&&void 0!==arguments[3]&&arguments[3],s=4<arguments.length&&void 0!==arguments[4]&&arguments[4],a=t.children,o=[];for(var c=0;c<a.length;c++){var l=a[c];if(1===l.type&&0===l.tagType){var u=n?0:Y(l,i);if(0<u){if(2<=u){l.codegenNode.patchFlag=-1,o.push(l);continue}}else{u=l.codegenNode;13===u.type&&((void 0===(h=u.patchFlag)||512===h||1===h)&&2<=Zt(l,i)&&(h=er(l))&&(u.props=i.hoist(h)),u.dynamicProps)&&(u.dynamicProps=i.hoist(u.dynamicProps))}}else if(12===l.type&&2<=(n?0:Y(l,i))){o.push(l);continue}if(1===l.type){var h=1===l.tagType;h&&i.scopes.vSlot++,e(l,t,i,!1,s),h&&i.scopes.vSlot--}else if(11===l.type)e(l,t,i,1===l.children.length,!0);else if(9===l.type)for(var p=0;p<l.branches.length;p++)e(l.branches[p],t,i,1===l.branches[p].children.length,s)}var d=!1;{var f;o.length===a.length&&1===t.type&&(0===t.tagType&&t.codegenNode&&13===t.codegenNode.type&&Q.isArray(t.codegenNode.children)?(t.codegenNode.children=g(N(t.codegenNode.children)),d=!0):1===t.tagType&&t.codegenNode&&13===t.codegenNode.type&&t.codegenNode.children&&!Q.isArray(t.codegenNode.children)&&15===t.codegenNode.children.type?(f=x(t.codegenNode,"default"))&&(f.returns=g(N(f.returns)),d=!0):3===t.tagType&&r&&1===r.type&&1===r.tagType&&r.codegenNode&&13===r.codegenNode.type&&r.codegenNode.children&&!Q.isArray(r.codegenNode.children)&&15===r.codegenNode.children.type&&(f=C(t,"slot",!0),r=f&&f.arg&&x(r.codegenNode,f.arg))&&(r.returns=g(N(r.returns)),d=!0))}if(!d){var m,y=_createForOfIteratorHelper(o);try{for(y.s();!(m=y.n()).done;){var v=m.value;v.codegenNode=i.cache(v.codegenNode)}}catch(e){y.e(e)}finally{y.f()}}function g(e){e=i.cache(e);return s&&i.hmr&&(e.needArraySpread=!0),e}function x(e,t){if(e.children&&!Q.isArray(e.children)&&15===e.children.type)return(e=e.children.properties.find(function(e){return e.key===t||e.key.content===t}))&&e.value}o.length&&i.transformHoist&&i.transformHoist(a,i,t)}(e,void 0,t,$t(e,e.children[0]))}function $t(e,t){return 1===e.children.length&&1===t.type&&!Tt(t)}function Y(e,t){var r=t.constantCache;switch(e.type){case 1:if(0!==e.tagType)return 0;var i=r.get(e);if(void 0!==i)return i;i=e.codegenNode;if(13!==i.type||i.isBlock&&"svg"!==e.tag&&"foreignObject"!==e.tag&&"math"!==e.tag)return 0;if(void 0!==i.patchFlag)return r.set(e,0),0;var n=3,s=Zt(e,t);if(0===s)return r.set(e,0),0;s<n&&(n=s);for(var a=0;a<e.children.length;a++){var o=Y(e.children[a],t);if(0===o)return r.set(e,0),0;o<n&&(n=o)}if(1<n)for(var c=0;c<e.props.length;c++){var l=e.props[c];if(7===l.type&&"bind"===l.name&&l.exp){l=Y(l.exp,t);if(0===l)return r.set(e,0),0;l<n&&(n=l)}}if(i.isBlock){for(var u=0;u<e.props.length;u++)if(7===e.props[u].type)return r.set(e,0),0;t.removeHelper(Z),t.removeHelper(we(t.inSSR,i.isComponent)),i.isBlock=!1,t.helper(Ie(t.inSSR,i.isComponent))}return r.set(e,n),n;case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return Y(e.content,t);case 4:return e.constType;case 8:for(var h=3,p=0;p<e.children.length;p++){var d=e.children[p];if(!Q.isString(d)&&!Q.isSymbol(d)){d=Y(d,t);if(0===d)return 0;d<h&&(h=d)}}return h;case 20:return 2;default:return 0}}var Qt=new Set([ce,le,ue,he]);function Zt(e,t){var r=3,e=er(e);if(e&&15===e.type)for(var i=e.properties,n=0;n<i.length;n++){var s=i[n],a=s.key,s=s.value,a=Y(a,t);if(0===a)return a;a<r&&(r=a);a=void 0;if(0===(a=4===s.type?Y(s,t):14===s.type?function e(t,r){if(14===t.type&&!Q.isString(t.callee)&&Qt.has(t.callee)){if(4===(t=t.arguments[0]).type)return Y(t,r);if(14===t.type)return e(t,r)}return 0}(s,t):0))return a;a<r&&(r=a)}return r}function er(e){e=e.codegenNode;if(13===e.type)return e.props}function tr(e,t){var r=t.filename,r=void 0===r?"":r,i=t.prefixIdentifiers,i=void 0!==i&&i,n=t.hoistStatic,n=void 0!==n&&n,s=t.hmr,s=void 0!==s&&s,a=t.cacheHandlers,a=void 0!==a&&a,o=t.nodeTransforms,o=void 0===o?[]:o,c=t.directiveTransforms,c=void 0===c?{}:c,l=t.transformHoist,l=void 0===l?null:l,u=t.isBuiltInComponent,u=void 0===u?Q.NOOP:u,h=t.isCustomElement,h=void 0===h?Q.NOOP:h,p=t.expressionPlugins,p=void 0===p?[]:p,d=t.scopeId,d=void 0===d?null:d,f=t.slotted,f=void 0===f||f,m=t.ssr,m=void 0!==m&&m,y=t.inSSR,y=void 0!==y&&y,v=t.ssrCssVars,v=void 0===v?"":v,g=t.bindingMetadata,g=void 0===g?Q.EMPTY_OBJ:g,x=t.inline,x=void 0!==x&&x,E=t.isTS,E=void 0!==E&&E,S=t.onError,S=void 0===S?Ge:S,P=t.onWarn,P=void 0===P?He:P,t=t.compatConfig,T=r.replace(/\?.*$/,"").match(/([^/\\]+)\.\w+$/),b={filename:r,selfName:T&&Q.capitalize(Q.camelize(T[1])),prefixIdentifiers:i,hoistStatic:n,hmr:s,cacheHandlers:a,nodeTransforms:o,directiveTransforms:c,transformHoist:l,isBuiltInComponent:u,isCustomElement:h,expressionPlugins:p,scopeId:d,slotted:f,ssr:m,inSSR:y,ssrCssVars:v,bindingMetadata:g,inline:x,isTS:E,onError:S,onWarn:P,compatConfig:t,root:e,helpers:new Map,components:new Set,directives:new Set,hoists:[],imports:[],cached:[],constantCache:new WeakMap,temps:0,identifiers:Object.create(null),scopes:{vFor:0,vSlot:0,vPre:0,vOnce:0},parent:null,grandParent:null,currentNode:e,childIndex:0,inVOnce:!1,helper:function(e){var t=b.helpers.get(e)||0;return b.helpers.set(e,t+1),e},removeHelper:function(e){var t=b.helpers.get(e);t&&((t=t-1)?b.helpers.set(e,t):b.helpers.delete(e))},helperString:function(e){return"_".concat(ee[b.helper(e)])},replaceNode:function(e){b.parent.children[b.childIndex]=b.currentNode=e},removeNode:function(e){var t=b.parent.children,t=e?t.indexOf(e):b.currentNode?b.childIndex:-1;e&&e!==b.currentNode?b.childIndex>t&&(b.childIndex--,b.onNodeRemoved()):(b.currentNode=null,b.onNodeRemoved()),b.parent.children.splice(t,1)},onNodeRemoved:Q.NOOP,addIdentifiers:function(e){Q.isString(e)?_(e):e.identifiers?e.identifiers.forEach(_):4===e.type&&_(e.content)},removeIdentifiers:function(e){Q.isString(e)?A(e):e.identifiers?e.identifiers.forEach(A):4===e.type&&A(e.content)},hoist:function(e){Q.isString(e)&&(e=X(e)),b.hoists.push(e);var t=X("_hoisted_".concat(b.hoists.length),!1,e.loc,2);return t.hoisted=e,t},cache:function(e){e=Ne(b.cached.length,e,1<arguments.length&&void 0!==arguments[1]&&arguments[1],2<arguments.length&&void 0!==arguments[2]&&arguments[2]);return b.cached.push(e),e}};function _(e){var t=b.identifiers;void 0===t[e]&&(t[e]=0),t[e]++}function A(e){b.identifiers[e]--}return b.filters=new Set,b}function rr(e,t){var r=tr(e,t);{var i,n,s,a,o;ir(e,r),t.hoistStatic&&Yt(e,r),t.ssr||(t=e,a=(i=r).helper,1===(o=t.children).length?(n=o[0],$t(t,n)&&n.codegenNode?(13===(s=n.codegenNode).type&&Oe(s,i),t.codegenNode=s):t.codegenNode=n):1<o.length&&(t.codegenNode=_e(i,a(b),void 0,t.children,64,void 0,void 0,!0,void 0,!1)))}e.helpers=new Set(_toConsumableArray(r.helpers.keys())),e.components=_toConsumableArray(r.components),e.directives=_toConsumableArray(r.directives),e.imports=r.imports,e.hoists=r.hoists,e.temps=r.temps,e.cached=r.cached,e.transformed=!0,e.filters=_toConsumableArray(r.filters)}function ir(e,t){t.currentNode=e;for(var r=t.nodeTransforms,i=[],n=0;n<r.length;n++){var s=r[n](e,t);if(s&&(Q.isArray(s)?i.push.apply(i,_toConsumableArray(s)):i.push(s)),!t.currentNode)return;e=t.currentNode}switch(e.type){case 3:t.ssr||t.helper(ie);break;case 5:t.ssr||t.helper(ae);break;case 9:for(var a=0;a<e.branches.length;a++)ir(e.branches[a],t);break;case 10:case 11:case 1:case 0:for(var o=e,c=t,l=0,u=function(){l--};l<o.children.length;l++){var h=o.children[l];Q.isString(h)||(c.grandParent=c.parent,c.parent=o,c.childIndex=l,c.onNodeRemoved=u,ir(h,c))}}t.currentNode=e;for(var p=i.length;p--;)i[p]()}function nr(t,a){var o=Q.isString(t)?function(e){return e===t}:function(e){return t.test(e)};return function(e,t){if(1===e.type){var r=e.props;if(3!==e.tagType||!r.some(St)){for(var i=[],n=0;n<r.length;n++){var s=r[n];7===s.type&&o(s.name)&&(r.splice(n,1),n--,s=a(e,s,t))&&i.push(s)}return i}}}}var sr="/*@__PURE__*/",ar=function(e){return"".concat(ee[e],": _").concat(ee[e])};function or(e,t){var r=t.mode,r=void 0===r?"function":r,i=t.prefixIdentifiers,n=t.sourceMap,n=void 0!==n&&n,s=t.filename,a=void 0===s?"template.vue.html":s,s=t.scopeId,o=t.optimizeImports,c=t.runtimeGlobalName,l=t.runtimeModuleName,u=t.ssrRuntimeModuleName,h=t.ssr,p=t.isTS,t=t.inSSR,d={mode:r,prefixIdentifiers:void 0===i?"module"===r:i,sourceMap:n,filename:a,scopeId:void 0===s?null:s,optimizeImports:void 0!==o&&o,runtimeGlobalName:void 0===c?"Vue":c,runtimeModuleName:void 0===l?"vue":l,ssrRuntimeModuleName:void 0===u?"vue/server-renderer":u,ssr:void 0!==h&&h,isTS:void 0!==p&&p,inSSR:void 0!==t&&t,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper:function(e){return"_".concat(ee[e])},push:function(e){var t,r,i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:-2,n=2<arguments.length?arguments[2]:void 0;d.code+=e,d.map&&(n&&(4!==n.type||n.isStatic||(r=n.content.replace(/^_ctx\./,""))!==n.content&&te(r)&&(t=r),m(n.loc.start,t)),-3===i?gt(d,e):(d.offset+=e.length,-2===i?d.column+=e.length:(-1===i&&(i=e.length-1),d.line++,d.column=e.length-i)),n)&&n.loc!==y&&m(n.loc.end)},indent:function(){f(++d.indentLevel)},deindent:function(){0<arguments.length&&void 0!==arguments[0]&&arguments[0]?--d.indentLevel:f(--d.indentLevel)},newline:function(){f(d.indentLevel)}};function f(e){d.push("\n"+" ".repeat(e),0)}function m(e,t){var t=1<arguments.length&&void 0!==t?t:null,r=d.map,i=r._names,r=r._mappings;null===t||i.has(t)||i.add(t),r.add({originalLine:e.line,originalColumn:e.column-1,generatedLine:d.line,generatedColumn:d.column-1,source:a,name:t})}return n&&(d.map=new T.SourceMapGenerator,d.map.setSourceContent(a,d.source),d.map._sources.add(a)),d}function cr(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},i=or(e,r),n=(r.onContextCreated&&r.onContextCreated(i),i.mode),s=i.push,a=i.prefixIdentifiers,o=i.indent,c=i.deindent,l=i.newline,u=i.ssr,h=Array.from(e.helpers),p=0<h.length,a=!a&&"module"!==n,d=!!r.inline,f=d?or(e,r):i;{var m,y,v,g,x,E,S,P,S,x,n,m,g,y,v,S,T;"module"===n?(n=e,y=d,v=(m=f).push,g=m.newline,x=m.optimizeImports,E=m.runtimeModuleName,S=m.ssrRuntimeModuleName,n.helpers.size&&(P=Array.from(n.helpers),x?(v("import { ".concat(P.map(function(e){return ee[e]}).join(", ")," } from ").concat(JSON.stringify(E),"\n"),-1),v("\n// Binding optimization for webpack code-split\nconst ".concat(P.map(function(e){return"_".concat(ee[e]," = ").concat(ee[e])}).join(", "),"\n"),-1)):v("import { ".concat(P.map(function(e){return"".concat(ee[e]," as _").concat(ee[e])}).join(", ")," } from ").concat(JSON.stringify(E),"\n"),-1)),n.ssrHelpers&&n.ssrHelpers.length&&v("import { ".concat(n.ssrHelpers.map(function(e){return"".concat(ee[e]," as _").concat(ee[e])}).join(", "),' } from "').concat(S,'"\n'),-1),n.imports.length&&(x=n.imports,t=m,x.length&&x.forEach(function(e){t.push("import "),re(e.exp,t),t.push(" from '".concat(e.path,"'")),t.newline()}),g()),ur(n.hoists,m),g(),y||v("export ")):(P=e,S=(E=f).ssr,x=E.prefixIdentifiers,n=E.push,m=E.newline,g=E.runtimeModuleName,y=E.runtimeGlobalName,v=E.ssrRuntimeModuleName,S=S?"require(".concat(JSON.stringify(g),")"):y,0<(T=Array.from(P.helpers)).length&&(x?n("const { ".concat(T.map(ar).join(", ")," } = ").concat(S,"\n"),-1):(n("const _Vue = ".concat(S,"\n"),-1),P.hoists.length&&(g=[M,D,ie,R,F].filter(function(e){return T.includes(e)}).map(ar).join(", "),n("const { ".concat(g," } = _Vue\n"),-1)))),P.ssrHelpers&&P.ssrHelpers.length&&n("const { ".concat(P.ssrHelpers.map(ar).join(", "),' } = require("').concat(v,'")\n'),-1),ur(P.hoists,E),m(),n("return "))}var n=u?"ssrRender":"render",b=u?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"],r=(r.bindingMetadata&&!r.inline&&b.push("$props","$setup","$data","$options"),r.isTS?b.map(function(e){return"".concat(e,": any")}).join(","):b.join(", "));if(s(d?"(".concat(r,") => {"):"function ".concat(n,"(").concat(r,") {")),o(),a&&(s("with (_ctx) {"),o(),p)&&(s("const { ".concat(h.map(ar).join(", ")," } = _Vue\n"),-1),l()),e.components.length&&(lr(e.components,"component",i),e.directives.length||0<e.temps)&&l(),e.directives.length&&(lr(e.directives,"directive",i),0<e.temps)&&l(),e.filters&&e.filters.length&&(l(),lr(e.filters,"filter",i),l()),0<e.temps){s("let ");for(var _=0;_<e.temps;_++)s("".concat(0<_?", ":"","_temp").concat(_))}return(e.components.length||e.directives.length||e.temps)&&(s("\n",0),l()),u||s("return "),e.codegenNode?re(e.codegenNode,i):s("null"),a&&(c(),s("}")),c(),s("}"),{ast:e,code:i.code,preamble:d?f.code:"",map:i.map?i.map.toJSON():void 0}}function lr(e,t,r){for(var i=r.helper,n=r.push,s=r.newline,a=r.isTS,o=i("filter"===t?j:"component"===t?B:V),c=0;c<e.length;c++){var l=e[c],u=l.endsWith("__self");u&&(l=l.slice(0,-6)),n("const ".concat(kt(l,t)," = ").concat(o,"(").concat(JSON.stringify(l)).concat(u?", true":"",")").concat(a?"!":"")),c<e.length-1&&s()}}function ur(e,t){if(e.length){t.pure=!0;var r=t.push,i=t.newline;i();for(var n=0;n<e.length;n++){var s=e[n];s&&(r("const _hoisted_".concat(n+1," = ")),re(s,t),i())}t.pure=!1}}function hr(e,t){var r=3<e.length||e.some(function(e){return Q.isArray(e)||(e=e,!(Q.isString(e)||4===e.type||2===e.type||5===e.type||8===e.type))});t.push("["),r&&t.indent(),pr(e,t,r),r&&t.deindent(),t.push("]")}function pr(e,t,r,i){for(var n=2<arguments.length&&void 0!==r&&r,s=!(3<arguments.length&&void 0!==i)||i,a=t.push,o=t.newline,c=0;c<e.length;c++){var l=e[c];Q.isString(l)?a(l,-3):(Q.isArray(l)?hr:re)(l,t),c<e.length-1&&(n?(s&&a(","),o()):s&&a(", "))}}function re(e,t){var r,i,n,s,a,o,c,l,u,h,p,d,f,m,y,v,g,x;if(Q.isString(e))t.push(e,-3);else if(Q.isSymbol(e))t.push(t.helper(e));else switch(e.type){case 1:case 9:case 11:re(e.codegenNode,t);break;case 2:x=e,t.push(JSON.stringify(x.content),-3,x);break;case 4:dr(e,t);break;case 5:x=e,v=(y=t).push,g=y.helper,y.pure&&v(sr),v("".concat(g(ae),"(")),re(x.content,y),v(")");break;case 12:re(e.codegenNode,t);break;case 8:fr(e,t);break;case 3:g=e,y=t.push,v=t.helper,t.pure&&y(sr),y("".concat(v(ie),"(").concat(JSON.stringify(g.content),")"),-3,g);break;case 13:E=e,o=(s=t).push,c=s.helper,l=s.pure,R=E.tag,F=E.props,b=E.children,h=E.dynamicProps,p=E.directives,d=E.isBlock,f=E.disableTracking,m=E.isComponent,(u=E.patchFlag)&&(a=String(u)),p&&o(c(ne)+"("),d&&o("(".concat(c(Z),"(").concat(f?"true":"","), ")),l&&o(sr),u=(d?we:Ie)(s.inSSR,m),o(c(u)+"(",-2,E),pr((e=>{for(var t=e.length;t--&&null==e[t];);return e.slice(0,t+1).map(function(e){return e||"null"})})([R,F,b,a,h]),s),o(")"),d&&o(")"),p&&(o(", "),re(p,s),o(")"));break;case 14:f=e,m=(l=t).push,c=l.helper,u=l.pure,c=Q.isString(f.callee)?f.callee:c(f.callee),u&&m(sr),m(c+"(",-2,f),pr(f.arguments,l),m(")");break;case 15:var E=e,S=t,P=S.push,R=S.indent,F=S.deindent,B=S.newline,T=E.properties;if(T.length){var b=1<T.length||T.some(function(e){return 4!==e.value.type});P(b?"{":"{ "),b&&R();for(var _=0;_<T.length;_++){var U=T[_],V=U.key,U=U.value;((e,t)=>{var r=t.push;8===e.type?(r("["),fr(e,t),r("]")):e.isStatic?(t=te(e.content)?e.content:JSON.stringify(e.content),r(t,-2,e)):r("[".concat(e.content,"]"),-3,e)})(V,S),P(": "),re(U,S),_<T.length-1&&(P(","),B())}b&&F(),P(b?"}":" }")}else P("{}",-2,E);break;case 17:hr(e.elements,t);break;case 18:a=e,d=(h=t).push,p=h.indent,s=h.deindent,o=a.params,A=a.returns,k=a.body,C=a.newline,(j=a.isSlot)&&d("_".concat(ee[xe],"(")),d("(",-2,a),Q.isArray(o)?pr(o,h):o&&re(o,h),d(") => "),(C||k)&&(d("{"),p()),A?(C&&d("return "),(Q.isArray(A)?hr:re)(A,h)):k&&re(k,h),(C||k)&&(s(),d("}")),j&&(a.isNonScopedSlot&&d(", undefined, true"),d(")"));break;case 19:var A=t,k=(C=e).test,j=C.consequent,N=C.alternate,C=C.newline,I=A.push,w=A.indent,G=A.deindent,O=A.newline,L=(4===k.type?((L=!te(k.content))&&I("("),dr(k,A),L&&I(")")):(I("("),re(k,A),I(")")),C&&w(),A.indentLevel++,C||I(" "),I("? "),re(j,A),A.indentLevel--,C&&O(),C||I(" "),I(": "),19===N.type);L||A.indentLevel++,re(N,A),L||A.indentLevel--,C&&G(!0);break;case 20:w=e,I=(O=t).push,N=O.helper,L=O.indent,G=O.deindent,r=O.newline,i=w.needPauseTracking,(n=w.needArraySpread)&&I("[...("),I("_cache[".concat(w.index,"] || (")),i&&(L(),I("".concat(N(ye),"(-1")),w.inVOnce&&I(", true"),I("),"),r(),I("(")),I("_cache[".concat(w.index,"] = ")),re(w.value,O),i&&(I(").cacheIndex = ".concat(w.index,",")),r(),I("".concat(N(ye),"(1),")),r(),I("_cache[".concat(w.index,"]")),G()),I(")"),n&&I(")]");break;case 21:pr(e.body,t,!0,!1);break;case 22:for(var H=e,q=t,M=q.push,X=q.indent,z=q.deindent,J=(M("`"),H.elements.length),K=3<J,W=0;W<J;W++){var Y=H.elements[W];Q.isString(Y)?M(Y.replace(/(`|\$|\\)/g,"\\$1"),-3):(M("${"),K&&X(),re(Y,q),K&&z(),M("}"))}M("`");break;case 23:!function e(t,r){var i=r.push,n=r.indent,s=r.deindent,a=t.test,o=t.consequent,t=t.alternate;i("if ("),re(a,r),i(") {"),n(),re(o,r),s(),i("}"),t&&(i(" else "),23===t.type?e(t,r):(i("{"),n(),re(t,r),s(),i("}")))}(e,t);break;case 24:i=t,re((r=e).left,i),i.push(" = "),re(r.right,i);break;case 25:n=e,(D=t).push("("),pr(n.expressions,D),D.push(")");break;case 26:var D=e,$=t;D=D.returns,$.push("return "),(Q.isArray(D)?hr:re)(D,$)}}function dr(e,t){var r=e.content;t.push(e.isStatic?JSON.stringify(r):r,-3,e)}function fr(e,t){for(var r=0;r<e.children.length;r++){var i=e.children[r];Q.isString(i)?t.push(i,-3):re(i,t)}}var mr=Q.makeMap("true,false,null,this"),yr=function(e,t){if(5===e.type)e.content=E(e.content,t);else if(1===e.type)for(var r=C(e,"memo"),i=0;i<e.props.length;i++){var n,s,a=e.props[i];7===a.type&&"for"!==a.name&&(n=a.exp,s=a.arg,!n||4!==n.type||"on"===a.name&&s||r&&s&&4===s.type&&"key"===s.content||(a.exp=E(n,t,"slot"===a.name)),s)&&4===s.type&&!s.isStatic&&(a.arg=E(s,t))}};function E(s,u){var e=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=3<arguments.length&&void 0!==arguments[3]&&arguments[3],h=4<arguments.length&&void 0!==arguments[4]?arguments[4]:Object.create(u.identifiers);if(!u.prefixIdentifiers||!s.content.trim())return s;function a(e,t,r){var i=Q.hasOwn(d,e)&&d[e];if(p){var n,s=t&&"AssignmentExpression"===t.type&&t.left===r,a=t&&"UpdateExpression"===t.type&&t.argument===r,o=t&&Je(t,m),c=t&&Ke(m),l=function(e){e="".concat(u.helperString(Ee),"(").concat(e,")");return c?"(".concat(e,")"):e};if(gr(i)||"setup-reactive-const"===i||h[e])return e;if("setup-ref"===i)return"".concat(e,".value");if("setup-maybe-ref"===i)return s||a||o?"".concat(e,".value"):l(e);if("setup-let"===i)return s?(s=t.right,n=t.operator,s=vr(E(X(f.slice(s.start-1,s.end-1),!1),u,!1,!1,y)),"".concat(u.helperString(Se),"(").concat(e,")").concat(u.isTS?" //@ts-ignore\n":""," ? ").concat(e,".value ").concat(n," ").concat(s," : ").concat(e)):a?(r.start=t.start,r.end=t.end,n=t.operator,a=(s=t.prefix)?n:"",r=s?"":n,"".concat(u.helperString(Se),"(").concat(e,")").concat(u.isTS?" //@ts-ignore\n":""," ? ").concat(a).concat(e,".value").concat(r," : ").concat(a).concat(e).concat(r)):o?e:l(e);if("props"===i)return Q.genPropsAccessExp(e);if("props-aliased"===i)return Q.genPropsAccessExp(d.__propsAliases[e])}else{if(i&&i.startsWith("setup")||"literal-const"===i)return"$setup.".concat(e);if("props-aliased"===i)return"$props['".concat(d.__propsAliases[e],"']");if(i)return"$".concat(i,".").concat(e)}return"_ctx.".concat(e)}var r,i,p=u.inline,d=u.bindingMetadata,f=s.content,n=s.ast;if(!1===n)return s;if(null===n||!n&&te(f))return r=u.identifiers[f],o=Q.isGloballyAllowed(f),i=mr(f),e||r||i||o&&!d[f]?r||(s.constType=i?3:2):(gr(d[f])&&(s.constType=1),s.content=a(f)),s;if(!n){var o=t?" ".concat(f," "):"(".concat(f,")").concat(e?"=>{}":"");try{n=P.parseExpression(o,{sourceType:"module",plugins:u.expressionPlugins})}catch(e){return u.onError(J(45,s.loc,void 0,e.message)),s}}var c,l=[],m=[],y=Object.create(u.identifiers),v=(Xe(n,function(e,t,r,i,n){it(e,t)||e.name.startsWith("_filter_")||((i=i&&(i=e,!(Q.isGloballyAllowed(i.name)||"require"===i.name)))&&!n?(rt(t)&&t.shorthand&&(e.prefix="".concat(e.name,": ")),e.name=a(e.name,t,e)):i&&n||t&&("CallExpression"===t.type||"NewExpression"===t.type||"MemberExpression"===t.type)||(e.isConstant=!0),l.push(e))},!0,m,y),[]);return l.sort(function(e,t){return e.start-t.start}),l.forEach(function(e,t){var r=e.start-1,i=e.end-1,n=l[t-1],n=f.slice(n?n.end-1:0,r),n=((n.length||e.prefix)&&v.push(n+(e.prefix||"")),f.slice(r,i));v.push(X(e.name,!1,{start:vt(s.loc.start,n,r),end:vt(s.loc.start,n,i),source:n},e.isConstant?3:0)),t===l.length-1&&i<f.length&&v.push(f.slice(i))}),v.length?(c=g(v,s.loc)).ast=n:(c=s).constType=3,c.identifiers=Object.keys(y),c}function vr(e){return Q.isString(e)?e:4===e.type?e.content:e.children.map(vr).join("")}function gr(e){return"setup-const"===e||"literal-const"===e}var xr=nr(/^(if|else|else-if)$/,function(e,t,o){return Er(e,t,o,function(e,t,r){for(var i=o.parent.children,n=i.indexOf(e),s=0;0<=n--;){var a=i[n];a&&9===a.type&&(s+=a.branches.length)}return function(){r?e.codegenNode=Pr(t,s,o):(e=>{for(;;)if(19===e.type){if(19!==e.alternate.type)return e;e=e.alternate}else 20===e.type&&(e=e.value)})(e.codegenNode).alternate=Pr(t,s+e.branches.length-1,o)}})});function Er(i,n,s,a){if("else"===n.name||n.exp&&n.exp.content.trim()||(e=(n.exp||i).loc,s.onError(J(28,n.loc)),n.exp=X("true",!1,e)),s.prefixIdentifiers&&n.exp&&(n.exp=E(n.exp,s)),"if"===n.name){var e=Sr(i,n),t={type:9,loc:v((t=i.loc).start.offset,t.end.offset),branches:[e]};if(s.replaceNode(t),a)return a(t,e,!0)}else for(var r,o=s.parent.children,c=o.indexOf(i),l=function(){var t,r,e=o[c];return e&&3===e.type||e&&2===e.type&&!e.content.trim().length?(s.removeNode(e),0):(e&&9===e.type?("else-if"===n.name&&void 0===e.branches[e.branches.length-1].condition&&s.onError(J(30,i.loc)),s.removeNode(),t=Sr(i,n),(r=t.userKey)&&e.branches.forEach(function(e){((e,t)=>{if(e&&e.type===t.type){if(6===e.type){if(e.value.content!==t.value.content)return}else{e=e.exp,t=t.exp;if(e.type!==t.type||4!==e.type||e.isStatic!==t.isStatic||e.content!==t.content)return}return 1}})(e.userKey,r)&&s.onError(J(29,t.userKey.loc))}),e.branches.push(t),e=a&&a(e,t,!1),ir(t,s),e&&e(),s.currentNode=null):s.onError(J(30,i.loc)),1)};-1<=c--&&(0===(r=l())||1!==r););}function Sr(e,t){var r=3===e.tagType;return{type:10,loc:e.loc,condition:"else"===t.name?void 0:t.exp,children:r&&!C(e,"for")?e.children:[e],userKey:xt(e,"key"),isTemplateIf:r}}function Pr(e,t,r){return e.condition?ke(e.condition,Tr(e,t,r),z(r.helper(ie),['""',"true"])):Tr(e,t,r)}function Tr(e,t,r){var i,n=r.helper,t=q("key",X("".concat(t),!1,y,2)),s=e.children,a=s[0];return 1!==s.length||1!==a.type?1===s.length&&11===a.type?(_t(i=a.codegenNode,t,r),i):_e(r,n(b),H([t]),s,64,void 0,void 0,!0,!1,!1,e.loc):(13===(n=Nt(i=a.codegenNode)).type&&Oe(n,r),_t(n,t,r),i)}function br(e,t){var r=e.arg,i=Q.camelize(r.content);e.exp=X(i,!1,r.loc),e.exp=E(e.exp,t)}function _r(e,t){4===e.type?e.isStatic?e.content=t+e.content:e.content="`".concat(t,"${").concat(e.content,"}`"):(e.children.unshift("'".concat(t,"' + (")),e.children.push(")"))}var Ar=function(e,t,r){var i=e.modifiers,n=e.loc,s=e.arg,a=e.exp;if(a&&4===a.type&&!a.content.trim())return r.onError(J(34,n)),{props:[q(s,X("",!0,n))]};if(!a){if(4!==s.type||!s.isStatic)return r.onError(J(52,s.loc)),{props:[q(s,X("",!0,n))]};br(e,r),a=e.exp}return 4!==s.type?(s.children.unshift("("),s.children.push(') || ""')):s.isStatic||(s.content="".concat(s.content,' || ""')),i.some(function(e){return"camel"===e.content})&&(4===s.type?s.isStatic?s.content=Q.camelize(s.content):s.content="".concat(r.helperString(de),"(").concat(s.content,")"):(s.children.unshift("".concat(r.helperString(de),"(")),s.children.push(")"))),r.inSSR||(i.some(function(e){return"prop"===e.content})&&_r(s,"."),i.some(function(e){return"attr"===e.content})&&_r(s,"^")),{props:[q(s,a)]}},kr=nr("for",function(h,e,p){var d=p.helper,f=p.removeHelper;return Nr(h,e,p,function(n){var s=z(d(G),[n.source]),a=Pt(h),o=C(h,"memo"),e=xt(h,"key",!1,!0),t=e&&7===e.type,c=(t&&!e.exp&&br(e,p),e&&(6===e.type?e.value?X(e.value.content,!0):void 0:e.exp)),l=(o&&c&&t&&(e.exp=c=E(c,p)),e&&c?q("key",c):null),u=(a&&(o&&(o.exp=E(o.exp,p)),l)&&6!==e.type&&(l.value=E(l.value,p)),4===n.source.type&&0<n.source.constType),t=u?64:e?128:256;return n.codegenNode=_e(p,d(b),void 0,s,t,void 0,void 0,!0,!u,!1,h.loc),function(){var e,t=n.children,r=(a&&h.children.some(function(e){if(1===e.type){e=xt(e,"key");if(e)return p.onError(J(33,e.loc)),!0}}),1!==t.length||1!==t[0].type),i=Tt(h)?h:a&&1===h.children.length&&Tt(h.children[0])?h.children[0]:null;i?(e=i.codegenNode,a&&l&&_t(e,l,p)):r?e=_e(p,d(b),l?H([l]):void 0,h.children,64,void 0,void 0,!0,void 0,!1):(e=t[0].codegenNode,a&&l&&_t(e,l,p),e.isBlock!==!u&&(e.isBlock?(f(Z),f(we(p.inSSR,e.isComponent))):f(Ie(p.inSSR,e.isComponent))),e.isBlock=!u,e.isBlock?(d(Z),d(we(p.inSSR,e.isComponent))):d(Ie(p.inSSR,e.isComponent))),o?((i=Ae(Ir(n.parseResult,[X("_cached")]))).body=Ce([g(["const _memo = (",o.exp,")"]),g(["if (_cached"].concat(_toConsumableArray(c?[" && _cached.key === ",c]:[]),[" && ".concat(p.helperString(Te),"(_cached, _memo)) return _cached")])),g(["const _item = ",e]),X("_item.memo = _memo"),X("return _item")]),s.arguments.push(i,X("_cache"),X(String(p.cached.length))),p.cached.push(null)):s.arguments.push(Ae(Ir(n.parseResult),e,!0))}})});function Nr(e,t,r,i){if(t.exp){var n,s,a,o,c,l,u,h,p=t.forParseResult;if(p)return Cr(p,r),n=r.addIdentifiers,s=r.removeIdentifiers,a=r.scopes,u=p.source,u={type:11,loc:t.loc,source:u,valueAlias:o=p.value,keyAlias:c=p.key,objectIndexAlias:l=p.index,parseResult:p,children:Pt(e)?e.children:[e]},r.replaceNode(u),a.vFor++,r.prefixIdentifiers&&(o&&n(o),c&&n(c),l)&&n(l),h=i&&i(u),function(){a.vFor--,r.prefixIdentifiers&&(o&&s(o),c&&s(c),l)&&s(l),h&&h()};r.onError(J(32,t.loc))}else r.onError(J(31,t.loc))}function Cr(e,t){e.finalized||(t.prefixIdentifiers&&(e.source=E(e.source,t),e.key&&(e.key=E(e.key,t,!0)),e.index&&(e.index=E(e.index,t,!0)),e.value)&&(e.value=E(e.value,t,!0)),e.finalized=!0)}function Ir(e){for(var t=[e.value,e.key,e.index].concat(_toConsumableArray(1<arguments.length&&void 0!==arguments[1]?arguments[1]:[])),r=t.length;r--&&!t[r];);return t.slice(0,r+1).map(function(e,t){return e||X("_".repeat(t+1),!1)})}function wr(e,t,r,i){return Ae(e,r,!1,!0,r.length?r[0].loc:i)}var Or=X("undefined",!1),Lr=function(e,t){if(1===e.type&&(1===e.tagType||3===e.tagType)){var r,e=C(e,"slot");if(e)return r=e.exp,t.prefixIdentifiers&&r&&t.addIdentifiers(r),t.scopes.vSlot++,function(){t.prefixIdentifiers&&r&&t.removeIdentifiers(r),t.scopes.vSlot--}}},Mr=function(e,t){if(Pt(e)&&e.props.some(St)&&(e=C(e,"for"))){var r,i,n,s,e=e.forParseResult;if(e)return Cr(e,t),r=e.value,i=e.key,n=e.index,e=t.addIdentifiers,s=t.removeIdentifiers,r&&e(r),i&&e(i),n&&e(n),function(){r&&s(r),i&&s(i),n&&s(n)}}};function Dr(e,r){for(var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:wr,t=(r.helper(xe),e.children),n=e.loc,s=[],a=[],o=0<r.scopes.vSlot||0<r.scopes.vFor,c=(!r.ssr&&r.prefixIdentifiers&&(o=I(e,r.identifiers)),C(e,"slot",!0)),l=(c&&(k=c.arg,A=c.exp,k&&!K(k)&&(o=!0),s.push(q(k||X("default",!0),i(A,void 0,t,n)))),!1),u=!1,h=[],p=new Set,d=0,f=0;f<t.length;f++){var m=t[f],y=void 0;if(Pt(m)&&(y=C(m,"slot",!0))){if(c){r.onError(J(37,y.loc));break}var l=!0,v=m.children,g=m.loc,x=y.arg,x=void 0===x?X("default",!0):x,E=y.exp,y=y.loc,S=void 0,P=(K(x)?S=x?x.content:"default":o=!0,C(m,"for")),E=i(E,P,v,g);if(v=C(m,"if"))o=!0,a.push(ke(v.exp,Rr(x,E,d++),Or));else if(g=C(m,/^else(-if)?$/,!0)){for(var T=f,b=void 0;T--&&3===(b=t[T]).type;);if(b&&Pt(b)&&C(b,/^(else-)?if$/)){for(var _=a[a.length-1];19===_.alternate.type;)_=_.alternate;_.alternate=g.exp?ke(g.exp,Rr(x,E,d++),Or):Rr(x,E,d++)}else r.onError(J(30,g.loc))}else if(P){o=!0,v=P.forParseResult;v?(Cr(v,r),a.push(z(r.helper(G),[v.source,Ae(Ir(v),Rr(x,E),!0)]))):r.onError(J(32,P.loc))}else{if(S){if(p.has(S)){r.onError(J(38,y));continue}p.add(S),"default"===S&&(u=!0)}s.push(q(x,E))}}else 3!==m.type&&h.push(m)}c||(k=function(e,t){e=i(e,void 0,t,n);return r.compatConfig&&(e.isNonScopedSlot=!0),q("default",e)},l?h.length&&h.some(function e(t){return 2!==t.type&&12!==t.type||(2===t.type?!!t.content.trim():e(t.content))})&&(u?r.onError(J(39,h[0].loc)):s.push(k(void 0,h))):s.push(k(void 0,t)));var A=o?2:function e(t){for(var r=0;r<t.length;r++){var i=t[r];switch(i.type){case 1:if(2===i.tagType||e(i.children))return!0;break;case 9:if(e(i.branches))return!0;break;case 10:case 11:if(e(i.children))return!0}}return!1}(e.children)?3:1,k=H(s.concat(q("_",X(A+"",!1))),n);return{slots:k=a.length?z(r.helper(se),[k,N(a)]):k,hasDynamicSlots:o}}function Rr(e,t,r){e=[q("name",e),q("fn",t)];return null!=r&&e.push(q("key",X(String(r),!0))),H(e)}var Fr=new WeakMap,Br=function(p,d){return function(){var e,t,r,i,n,s,a,o,c,l,u,h;1!==(p=d.currentNode).type||0!==p.tagType&&1!==p.tagType||(i=(l=p).tag,l=l.props,t=(e=1===p.tagType)?Ur(p,d):'"'.concat(i,'"'),i=(u=Q.isObject(t)&&t.callee===U)||t===_||t===A||!e&&("svg"===i||"foreignObject"===i||"math"===i),(s=0)<l.length&&(n=(l=jr(p,d,void 0,e,u)).props,s=l.patchFlag,a=l.dynamicPropNames,o=(u=l.directives)&&u.length?N(u.map(function(e){return Hr(e,d)})):void 0,l.shouldUseBlock)&&(i=!0),0<p.children.length&&(t===k&&(i=!0,s|=1024),e&&t!==_&&t!==k?(c=(u=Dr(p,d)).slots,u.hasDynamicSlots&&(s|=1024)):c=1===p.children.length&&t!==_&&((h=5===(u=(l=p.children[0]).type)||8===u)&&0===Y(l,d)&&(s|=1),h||2===u)?l:p.children),a&&a.length&&(r=(e=>{for(var t="[",r=0,i=e.length;r<i;r++)t+=JSON.stringify(e[r]),r<i-1&&(t+=", ");return t+"]"})(a)),p.codegenNode=_e(d,t,n,c,0===s?void 0:s,r,o,!!i,!1,e,p.loc))}};function Ur(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=e.tag,n=qr(i),e=xt(e,"is",!1,!0);if(e)if(n||Ve("COMPILER_IS_ON_ELEMENT",t)){if(6===e.type?s=e.value&&X(e.value.content,!0):(s=e.exp)||(s=X("is",!1,e.arg.loc),s=e.exp=E(s,t)),s)return z(t.helper(U),[s])}else 6===e.type&&e.value.content.startsWith("vue:")&&(i=e.value.content.slice(4));n=at(i)||t.isBuiltInComponent(i);if(n)return r||t.helper(n),n;var s=Vr(i,t);if(s)return s;e=i.indexOf(".");if(0<e){r=Vr(i.slice(0,e),t);if(r)return r+i.slice(e)}return t.selfName&&Q.capitalize(Q.camelize(i))===t.selfName?(t.helper(B),t.components.add(i+"__self")):(t.helper(B),t.components.add(i)),kt(i,"component")}function Vr(t,e){var r,i,n,s,a=e.bindingMetadata;if(a&&!1!==a.__isScriptSetup)return r=Q.camelize(t),i=Q.capitalize(r),(s=(n=function(e){return a[t]===e?t:a[r]===e?r:a[i]===e?i:void 0})("setup-const")||n("setup-reactive-const")||n("literal-const"))?e.inline?s:"$setup[".concat(JSON.stringify(s),"]"):(s=n("setup-let")||n("setup-ref")||n("setup-maybe-ref"))?e.inline?"".concat(e.helperString(Ee),"(").concat(s,")"):"$setup[".concat(JSON.stringify(s),"]"):(s=n("props"))?"".concat(e.helperString(Ee),"(").concat(e.inline?"__props":"$props","[").concat(JSON.stringify(s),"])"):void 0}function jr(e,i){for(var t,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:e.props,n=3<arguments.length?arguments[3]:void 0,D=4<arguments.length?arguments[4]:void 0,s=5<arguments.length&&void 0!==arguments[5]&&arguments[5],a=e.tag,o=e.loc,c=[],l=[],u=[],h=0<e.children.length,p=!1,d=0,f=!1,R=!1,m=!1,F=!1,y=!1,B=!1,v=[],g=function(e){c.length&&(l.push(H(Gr(c),o)),c=[]),e&&l.push(e)},x=function(){0<i.scopes.vFor&&c.push(q(X("ref_for",!0),X("true")))},U=function(e){var t,r=e.key,e=e.value;K(r)?(r=r.content,!(t=Q.isOn(r))||n&&!D||"onclick"===r.toLowerCase()||"onUpdate:modelValue"===r||Q.isReservedProp(r)||(F=!0),t&&Q.isReservedProp(r)&&(B=!0),20===(e=t&&14===e.type?e.arguments[0]:e).type||(4===e.type||8===e.type)&&0<Y(e,i)||("ref"===r?f=!0:"class"===r?R=!0:"style"===r?m=!0:"key"===r||v.includes(r)||v.push(r),!n)||"class"!==r&&"style"!==r||v.includes(r)||v.push(r)):y=!0},E=0;E<r.length;E++){var S=r[E];if(6===S.type){var P=S.loc,T=S.name,b=S.nameLoc,_=S.value,A=!0;"ref"===T&&(f=!0,x(),_)&&i.inline&&("setup-let"!==(k=i.bindingMetadata[_.content])&&"setup-ref"!==k&&"setup-maybe-ref"!==k||c.push(q(X("ref_key",!(A=!1)),X(_.content,!0,_.loc)))),"is"===T&&(qr(a)||_&&_.content.startsWith("vue:")||Ve("COMPILER_IS_ON_ELEMENT",i))||c.push(q(X(T,!0,b),X(_?_.content:"",A,_?_.loc:P)))}else{var k=S.name,T=S.arg,b=S.exp,A=S.loc,_=S.modifiers,P="bind"===k,N="on"===k;if("slot"===k)n||i.onError(J(40,A));else if(!("once"===k||"memo"===k||"is"===k||P&&W(T,"is")&&(qr(a)||Ve("COMPILER_IS_ON_ELEMENT",i))||N&&s))if((P&&W(T,"key")||N&&h&&W(T,"vue:before-update"))&&(p=!0),P&&W(T,"ref")&&x(),T||!P&&!N){P&&_.some(function(e){return"prop"===e.content})&&(d|=32);var C,I=i.directiveTransforms[k];I?(C=(I=I(S,e,i)).props,I=I.needRuntime,s||C.forEach(U),N&&T&&!K(T)?g(H(C,o)):c.push.apply(c,_toConsumableArray(C)),I&&(u.push(S),Q.isSymbol(I))&&Fr.set(S,I)):Q.isBuiltInDirective(k)||(u.push(S),h&&(p=!0))}else if(y=!0,b)if(P){if(x(),g(),Ve("COMPILER_V_BIND_OBJECT_ORDER",i)){l.unshift(b);continue}l.push(b)}else g({type:14,loc:A,callee:i.helper(pe),arguments:n?[b]:[b,"true"]});else i.onError(J(P?34:35,A))}}if(l.length?(g(),t=1<l.length?z(i.helper(oe),l,o):l[0]):c.length&&(t=H(Gr(c),o)),y?d|=16:(R&&!n&&(d|=2),m&&!n&&(d|=4),v.length&&(d|=8),F&&(d|=32)),p||0!==d&&32!==d||!(f||B||0<u.length)||(d|=512),!i.inSSR&&t)switch(t.type){case 15:for(var V=-1,j=-1,G=!1,w=0;w<t.properties.length;w++){var O=t.properties[w].key;K(O)?"class"===O.content?V=w:"style"===O.content&&(j=w):O.isHandlerKey||(G=!0)}var L=t.properties[V],M=t.properties[j];G?t=z(i.helper(ue),[t]):(L&&!K(L.value)&&(L.value=z(i.helper(ce),[L.value])),M&&(m||4===M.value.type&&"["===M.value.content.trim()[0]||17===M.value.type)&&(M.value=z(i.helper(le),[M.value])));break;case 14:break;default:t=z(i.helper(ue),[z(i.helper(he),[t])])}return{props:t,directives:u,patchFlag:d,dynamicPropNames:v,shouldUseBlock:p}}function Gr(e){for(var t,r=new Map,i=[],n=0;n<e.length;n++){var s,a,o=e[n];8!==o.key.type&&o.key.isStatic?(s=o.key.content,(a=r.get(s))?"style"!==s&&"class"!==s&&!Q.isOn(s)||(t=o,17===(a=a).value.type?a.value.elements.push(t.value):a.value=N([a.value,t.value],a.loc)):(r.set(s,o),i.push(o))):i.push(o)}return i}function Hr(e,t){var r,i=[],n=Fr.get(e),n=(n?i.push(t.helperString(n)):(n=Vr("v-"+e.name,t))?i.push(n):(t.helper(V),t.directives.add(e.name),i.push(kt(e.name,"directive"))),e.loc);return e.exp&&i.push(e.exp),e.arg&&(e.exp||i.push("void 0"),i.push(e.arg)),Object.keys(e.modifiers).length&&(e.arg||(e.exp||i.push("void 0"),i.push("void 0")),r=X("true",!1,n),i.push(H(e.modifiers.map(function(e){return q(e,r)}),n))),N(i,e.loc)}function qr(e){return"component"===e||"Component"===e}var Xr=function(e,t){var r,i,n,s,a;Tt(e)&&(r=e.children,i=e.loc,s=(n=zr(e,t)).slotName,s=[t.prefixIdentifiers?"_ctx.$slots":"$slots",s,"{}","undefined","true"],a=2,(n=n.slotProps)&&(s[2]=n,a=3),r.length&&(s[3]=Ae([],r,!1,!1,i),a=4),t.scopeId&&!t.slotted&&(a=5),s.splice(a),e.codegenNode=z(t.helper($),s,i))};function zr(e,t){for(var r,i,n='"default"',s=[],a=0;a<e.props.length;a++){var o,c=e.props[a];6===c.type?c.value&&("name"===c.name?n=JSON.stringify(c.value.content):(c.name=Q.camelize(c.name),s.push(c))):"bind"===c.name&&W(c.arg,"name")?c.exp?n=c.exp:c.arg&&4===c.arg.type&&(o=Q.camelize(c.arg.content),n=c.exp=X(o,!1,c.arg.loc),n=c.exp=E(c.exp,t)):("bind"===c.name&&c.arg&&K(c.arg)&&(c.arg.content=Q.camelize(c.arg.content)),s.push(c))}return 0<s.length&&(i=(r=jr(e,t,s,!1,!1)).props,(r=r.directives).length)&&t.onError(J(36,r[0].loc)),{slotName:n,slotProps:i}}var Jr=function(e,t,r,i){var n,s,a,o=e.loc,c=e.arg,c=(e.exp||e.modifiers.length||r.onError(J(35,o)),4===c.type?n=c.isStatic?((n=c.content).startsWith("vue:")&&(n="vnode-".concat(n.slice(4))),X(0!==t.tagType||n.startsWith("vnode")||!/[A-Z]/.test(n)?Q.toHandlerKey(Q.camelize(n)):"on:".concat(n),!0,c.loc)):g(["".concat(r.helperString(me),"("),c,")"]):((n=c).children.unshift("".concat(r.helperString(me),"(")),n.children.push(")")),e.exp),l=(c&&!c.content.trim()&&(c=void 0),r.cacheHandlers&&!c&&!r.inVOnce),e={props:[q(n,(c=c&&(s=!((n=ft(c,r))||yt(c,r)),a=c.content.includes(";"),r.prefixIdentifiers&&(s&&r.addIdentifiers("$event"),c=e.exp=E(c,r,!1,a),s&&r.removeIdentifiers("$event"),l=r.cacheHandlers&&!r.inVOnce&&!(4===c.type&&0<c.constType)&&!(n&&1===t.tagType)&&!I(c,r.identifiers))&&n&&(4===c.type?c.content="".concat(c.content," && ").concat(c.content,"(...args)"):c.children=[].concat(_toConsumableArray(c.children),[" && "],_toConsumableArray(c.children),["(...args)"])),s||l&&n)?g(["".concat(s?r.isTS?"($event: any)":"$event":"".concat(r.isTS?"\n//@ts-ignore\n":"","(...args)")," => ").concat(a?"{":"("),c,a?"}":")"]):c)||X("() => {}",!1,o))]};return i&&(e=i(e)),l&&(e.props[0].value=r.cache(e.props[0].value)),e.props.forEach(function(e){return e.key.isHandlerKey=!0}),e},Kr=function(u,h){if(0===u.type||1===u.type||11===u.type||10===u.type)return function(){for(var e,t=u.children,r=!1,i=0;i<t.length;i++){var n=t[i];if(Et(n))for(var r=!0,s=i+1;s<t.length;s++){var a=t[s];if(!Et(a)){e=void 0;break}(e=e||(t[i]=g([n],n.loc))).children.push(" + ",a),t.splice(s,1),s--}}if(r&&(1!==t.length||0!==u.type&&(1!==u.type||0!==u.tagType||u.props.find(function(e){return 7===e.type&&!h.directiveTransforms[e.name]})||"template"===u.tag)))for(var o=0;o<t.length;o++){var c,l=t[o];!Et(l)&&8!==l.type||(c=[],2===l.type&&" "===l.content||c.push(l),h.ssr||0!==Y(l,h)||c.push("1"),t[o]={type:12,content:l,loc:l.loc,codegenNode:z(h.helper(R),c)})}}},Wr=new WeakSet,Yr=function(e,t){return 1!==e.type||!C(e,"once",!0)||Wr.has(e)||t.inVOnce||t.inSSR?void 0:(Wr.add(e),t.inVOnce=!0,t.helper(ye),function(){t.inVOnce=!1;var e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))})},$r=function(e,t,r){var i,n,s,a,o,c,l=e.exp,u=e.arg;return l?(a=l.loc.source.trim(),i=4===l.type?l.content:a,"props"===(s=r.bindingMetadata[a])||"props-aliased"===s?(r.onError(J(44,l.loc)),Qr()):(o=r.inline&&("setup-let"===s||"setup-ref"===s||"setup-maybe-ref"===s),i.trim()&&(ft(l,r)||o)?r.prefixIdentifiers&&te(i)&&r.identifiers[i]?(r.onError(J(43,l.loc)),Qr()):(i=u||X("modelValue",!0),n=u?K(u)?"onUpdate:".concat(Q.camelize(u.content)):g(['"onUpdate:" + ',u]):"onUpdate:modelValue",c=r.isTS?"($event: any)":"$event",s=o?"setup-ref"===s?g(["".concat(c," => (("),X(a,!1,l.loc),").value = $event)"]):(o="setup-let"===s?"".concat(a," = $event"):"null",g(["".concat(c," => (").concat(r.helperString(Se),"(").concat(a,") ? ("),X(a,!1,l.loc),").value = $event : ".concat(o,")")])):g(["".concat(c," => (("),l,") = $event)"]),a=[q(i,e.exp),q(n,s)],r.prefixIdentifiers&&!r.inVOnce&&r.cacheHandlers&&!I(l,r.identifiers)&&(a[1].value=r.cache(a[1].value)),e.modifiers.length&&1===t.tagType&&(o=e.modifiers.map(function(e){return e.content}).map(function(e){return(te(e)?e:JSON.stringify(e))+": true"}).join(", "),c=u?K(u)?"".concat(u.content,"Modifiers"):g([u,' + "Modifiers"']):"modelModifiers",a.push(q(c,X("{ ".concat(o," }"),!1,e.loc,2)))),Qr(a)):(r.onError(J(42,l.loc)),Qr()))):(r.onError(J(41,e.loc)),Qr())};function Qr(e){return{props:0<arguments.length&&void 0!==e?e:[]}}var Zr=/[\w).+\-_$\]]/,ei=function(e,t){Ve("COMPILER_FILTERS",t)&&(5===e.type?ti(e.content,t):1===e.type&&e.props.forEach(function(e){7===e.type&&"for"!==e.name&&e.exp&&ti(e.exp,t)}))};function ti(e,t){if(4===e.type)ri(e,t);else for(var r=0;r<e.children.length;r++){var i=e.children[r];"object"==_typeof(i)&&(4===i.type?ri(i,t):8===i.type?ti(e,t):5===i.type&&ti(i.content,t))}}function ri(e,t){for(var r,i,n,s,a,o,c,l,u=e.content,h=!1,p=!1,d=!1,f=!1,m=0,y=0,v=0,g=0,x=[],E=0;E<u.length;E++)if(i=r,r=u.charCodeAt(E),h)39===r&&92!==i&&(h=!1);else if(p)34===r&&92!==i&&(p=!1);else if(d)96===r&&92!==i&&(d=!1);else if(f)47===r&&92!==i&&(f=!1);else if(124!==r||124===u.charCodeAt(E+1)||124===u.charCodeAt(E-1)||m||y||v){switch(r){case 34:p=!0;break;case 39:h=!0;break;case 96:d=!0;break;case 40:v++;break;case 41:v--;break;case 91:y++;break;case 93:y--;break;case 123:m++;break;case 125:m--}if(47===r){for(var S=E-1,P=void 0;0<=S&&" "===(P=u.charAt(S));S--);P&&Zr.test(P)||(f=!0)}}else void 0===n?(g=E+1,n=u.slice(0,E).trim()):T();function T(){x.push(u.slice(g,E).trim()),g=E+1}if(void 0===n?n=u.slice(0,E).trim():0!==g&&T(),x.length){for(E=0;E<x.length;E++)s=n,a=x[E],l=c=void 0,(o=t).helper(j),n=(l=a.indexOf("("))<0?(o.filters.add(a),"".concat(kt(a,"filter"),"(").concat(s,")")):(c=a.slice(0,l),a=a.slice(l+1),o.filters.add(c),"".concat(kt(c,"filter"),"(").concat(s).concat(")"!==a?","+a:a));e.content=n,e.ast=void 0}}var ii=new WeakSet,ni=function(t,r){var i;return 1!==t.type||!(i=C(t,"memo"))||ii.has(t)?void 0:(ii.add(t),function(){var e=t.codegenNode||r.currentNode.codegenNode;e&&13===e.type&&(1!==t.tagType&&Oe(e,r),t.codegenNode=z(r.helper(Pe),[i.exp,Ae(void 0,e),"_cache",String(r.cached.length)]),r.cached.push(null))})};function si(e){return[[Yr,xr,ni,kr,ei].concat(_toConsumableArray(e?[Mr,yr]:[]),[Xr,Br,Lr,Kr]),{on:Jr,bind:Ar,model:$r}]}e.generateCodeFrame=Q.generateCodeFrame,e.BASE_TRANSITION=w,e.BindingTypes={DATA:"data",PROPS:"props",PROPS_ALIASED:"props-aliased",SETUP_LET:"setup-let",SETUP_CONST:"setup-const",SETUP_REACTIVE_CONST:"setup-reactive-const",SETUP_MAYBE_REF:"setup-maybe-ref",SETUP_REF:"setup-ref",OPTIONS:"options",LITERAL_CONST:"literal-const"},e.CAMELIZE=de,e.CAPITALIZE=fe,e.CREATE_BLOCK=O,e.CREATE_COMMENT=ie,e.CREATE_ELEMENT_BLOCK=L,e.CREATE_ELEMENT_VNODE=D,e.CREATE_SLOTS=se,e.CREATE_STATIC=F,e.CREATE_TEXT=R,e.CREATE_VNODE=M,e.CompilerDeprecationTypes={COMPILER_IS_ON_ELEMENT:"COMPILER_IS_ON_ELEMENT",COMPILER_V_BIND_SYNC:"COMPILER_V_BIND_SYNC",COMPILER_V_BIND_OBJECT_ORDER:"COMPILER_V_BIND_OBJECT_ORDER",COMPILER_V_ON_NATIVE:"COMPILER_V_ON_NATIVE",COMPILER_V_IF_V_FOR_PRECEDENCE:"COMPILER_V_IF_V_FOR_PRECEDENCE",COMPILER_NATIVE_TEMPLATE:"COMPILER_NATIVE_TEMPLATE",COMPILER_INLINE_TEMPLATE:"COMPILER_INLINE_TEMPLATE",COMPILER_FILTERS:"COMPILER_FILTERS"},e.ConstantTypes={NOT_CONSTANT:0,0:"NOT_CONSTANT",CAN_SKIP_PATCH:1,1:"CAN_SKIP_PATCH",CAN_CACHE:2,2:"CAN_CACHE",CAN_STRINGIFY:3,3:"CAN_STRINGIFY"},e.ElementTypes={ELEMENT:0,0:"ELEMENT",COMPONENT:1,1:"COMPONENT",SLOT:2,2:"SLOT",TEMPLATE:3,3:"TEMPLATE"},e.ErrorCodes={ABRUPT_CLOSING_OF_EMPTY_COMMENT:0,0:"ABRUPT_CLOSING_OF_EMPTY_COMMENT",CDATA_IN_HTML_CONTENT:1,1:"CDATA_IN_HTML_CONTENT",DUPLICATE_ATTRIBUTE:2,2:"DUPLICATE_ATTRIBUTE",END_TAG_WITH_ATTRIBUTES:3,3:"END_TAG_WITH_ATTRIBUTES",END_TAG_WITH_TRAILING_SOLIDUS:4,4:"END_TAG_WITH_TRAILING_SOLIDUS",EOF_BEFORE_TAG_NAME:5,5:"EOF_BEFORE_TAG_NAME",EOF_IN_CDATA:6,6:"EOF_IN_CDATA",EOF_IN_COMMENT:7,7:"EOF_IN_COMMENT",EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT:8,8:"EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT",EOF_IN_TAG:9,9:"EOF_IN_TAG",INCORRECTLY_CLOSED_COMMENT:10,10:"INCORRECTLY_CLOSED_COMMENT",INCORRECTLY_OPENED_COMMENT:11,11:"INCORRECTLY_OPENED_COMMENT",INVALID_FIRST_CHARACTER_OF_TAG_NAME:12,12:"INVALID_FIRST_CHARACTER_OF_TAG_NAME",MISSING_ATTRIBUTE_VALUE:13,13:"MISSING_ATTRIBUTE_VALUE",MISSING_END_TAG_NAME:14,14:"MISSING_END_TAG_NAME",MISSING_WHITESPACE_BETWEEN_ATTRIBUTES:15,15:"MISSING_WHITESPACE_BETWEEN_ATTRIBUTES",NESTED_COMMENT:16,16:"NESTED_COMMENT",UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME:17,17:"UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME",UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE:18,18:"UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE",UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME:19,19:"UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME",UNEXPECTED_NULL_CHARACTER:20,20:"UNEXPECTED_NULL_CHARACTER",UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME:21,21:"UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME",UNEXPECTED_SOLIDUS_IN_TAG:22,22:"UNEXPECTED_SOLIDUS_IN_TAG",X_INVALID_END_TAG:23,23:"X_INVALID_END_TAG",X_MISSING_END_TAG:24,24:"X_MISSING_END_TAG",X_MISSING_INTERPOLATION_END:25,25:"X_MISSING_INTERPOLATION_END",X_MISSING_DIRECTIVE_NAME:26,26:"X_MISSING_DIRECTIVE_NAME",X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END:27,27:"X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END",X_V_IF_NO_EXPRESSION:28,28:"X_V_IF_NO_EXPRESSION",X_V_IF_SAME_KEY:29,29:"X_V_IF_SAME_KEY",X_V_ELSE_NO_ADJACENT_IF:30,30:"X_V_ELSE_NO_ADJACENT_IF",X_V_FOR_NO_EXPRESSION:31,31:"X_V_FOR_NO_EXPRESSION",X_V_FOR_MALFORMED_EXPRESSION:32,32:"X_V_FOR_MALFORMED_EXPRESSION",X_V_FOR_TEMPLATE_KEY_PLACEMENT:33,33:"X_V_FOR_TEMPLATE_KEY_PLACEMENT",X_V_BIND_NO_EXPRESSION:34,34:"X_V_BIND_NO_EXPRESSION",X_V_ON_NO_EXPRESSION:35,35:"X_V_ON_NO_EXPRESSION",X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET:36,36:"X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET",X_V_SLOT_MIXED_SLOT_USAGE:37,37:"X_V_SLOT_MIXED_SLOT_USAGE",X_V_SLOT_DUPLICATE_SLOT_NAMES:38,38:"X_V_SLOT_DUPLICATE_SLOT_NAMES",X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN:39,39:"X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN",X_V_SLOT_MISPLACED:40,40:"X_V_SLOT_MISPLACED",X_V_MODEL_NO_EXPRESSION:41,41:"X_V_MODEL_NO_EXPRESSION",X_V_MODEL_MALFORMED_EXPRESSION:42,42:"X_V_MODEL_MALFORMED_EXPRESSION",X_V_MODEL_ON_SCOPE_VARIABLE:43,43:"X_V_MODEL_ON_SCOPE_VARIABLE",X_V_MODEL_ON_PROPS:44,44:"X_V_MODEL_ON_PROPS",X_INVALID_EXPRESSION:45,45:"X_INVALID_EXPRESSION",X_KEEP_ALIVE_INVALID_CHILDREN:46,46:"X_KEEP_ALIVE_INVALID_CHILDREN",X_PREFIX_ID_NOT_SUPPORTED:47,47:"X_PREFIX_ID_NOT_SUPPORTED",X_MODULE_MODE_NOT_SUPPORTED:48,48:"X_MODULE_MODE_NOT_SUPPORTED",X_CACHE_HANDLER_NOT_SUPPORTED:49,49:"X_CACHE_HANDLER_NOT_SUPPORTED",X_SCOPE_ID_NOT_SUPPORTED:50,50:"X_SCOPE_ID_NOT_SUPPORTED",X_VNODE_HOOKS:51,51:"X_VNODE_HOOKS",X_V_BIND_INVALID_SAME_NAME_ARGUMENT:52,52:"X_V_BIND_INVALID_SAME_NAME_ARGUMENT",__EXTEND_POINT__:53,53:"__EXTEND_POINT__"},e.FRAGMENT=b,e.GUARD_REACTIVE_PROPS=he,e.IS_MEMO_SAME=Te,e.IS_REF=Se,e.KEEP_ALIVE=k,e.MERGE_PROPS=oe,e.NORMALIZE_CLASS=ce,e.NORMALIZE_PROPS=ue,e.NORMALIZE_STYLE=le,e.Namespaces={HTML:0,0:"HTML",SVG:1,1:"SVG",MATH_ML:2,2:"MATH_ML"},e.NodeTypes={ROOT:0,0:"ROOT",ELEMENT:1,1:"ELEMENT",TEXT:2,2:"TEXT",COMMENT:3,3:"COMMENT",SIMPLE_EXPRESSION:4,4:"SIMPLE_EXPRESSION",INTERPOLATION:5,5:"INTERPOLATION",ATTRIBUTE:6,6:"ATTRIBUTE",DIRECTIVE:7,7:"DIRECTIVE",COMPOUND_EXPRESSION:8,8:"COMPOUND_EXPRESSION",IF:9,9:"IF",IF_BRANCH:10,10:"IF_BRANCH",FOR:11,11:"FOR",TEXT_CALL:12,12:"TEXT_CALL",VNODE_CALL:13,13:"VNODE_CALL",JS_CALL_EXPRESSION:14,14:"JS_CALL_EXPRESSION",JS_OBJECT_EXPRESSION:15,15:"JS_OBJECT_EXPRESSION",JS_PROPERTY:16,16:"JS_PROPERTY",JS_ARRAY_EXPRESSION:17,17:"JS_ARRAY_EXPRESSION",JS_FUNCTION_EXPRESSION:18,18:"JS_FUNCTION_EXPRESSION",JS_CONDITIONAL_EXPRESSION:19,19:"JS_CONDITIONAL_EXPRESSION",JS_CACHE_EXPRESSION:20,20:"JS_CACHE_EXPRESSION",JS_BLOCK_STATEMENT:21,21:"JS_BLOCK_STATEMENT",JS_TEMPLATE_LITERAL:22,22:"JS_TEMPLATE_LITERAL",JS_IF_STATEMENT:23,23:"JS_IF_STATEMENT",JS_ASSIGNMENT_EXPRESSION:24,24:"JS_ASSIGNMENT_EXPRESSION",JS_SEQUENCE_EXPRESSION:25,25:"JS_SEQUENCE_EXPRESSION",JS_RETURN_STATEMENT:26,26:"JS_RETURN_STATEMENT"},e.OPEN_BLOCK=Z,e.POP_SCOPE_ID=ge,e.PUSH_SCOPE_ID=ve,e.RENDER_LIST=G,e.RENDER_SLOT=$,e.RESOLVE_COMPONENT=B,e.RESOLVE_DIRECTIVE=V,e.RESOLVE_DYNAMIC_COMPONENT=U,e.RESOLVE_FILTER=j,e.SET_BLOCK_TRACKING=ye,e.SUSPENSE=A,e.TELEPORT=_,e.TO_DISPLAY_STRING=ae,e.TO_HANDLERS=pe,e.TO_HANDLER_KEY=me,e.TS_NODE_TYPES=nt,e.UNREF=Ee,e.WITH_CTX=xe,e.WITH_DIRECTIVES=ne,e.WITH_MEMO=Pe,e.advancePositionWithClone=vt,e.advancePositionWithMutation=gt,e.assert=function(e,t){if(!e)throw new Error(t||"unexpected compiler condition")},e.baseCompile=function(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},i=r.onError||Ge,n="module"===r.mode,n=(!(s=!0===r.prefixIdentifiers||n)&&r.cacheHandlers&&i(J(49)),r.scopeId&&!n&&i(J(50)),Q.extend({},r,{prefixIdentifiers:s})),i=Q.isString(e)?Wt(e,n):e,e=_slicedToArray(si(s),2),s=e[0],e=e[1];return!r.isTS||(t=r.expressionPlugins)&&t.includes("typescript")||(r.expressionPlugins=[].concat(_toConsumableArray(t||[]),["typescript"])),rr(i,Q.extend({},n,{nodeTransforms:[].concat(_toConsumableArray(s),_toConsumableArray(r.nodeTransforms||[])),directiveTransforms:Q.extend({},e,r.directiveTransforms||{})})),cr(i,n)},e.baseParse=Wt,e.buildDirectiveArgs=Hr,e.buildProps=jr,e.buildSlots=Dr,e.checkCompatEnabled=je,e.convertToBlock=Oe,e.createArrayExpression=N,e.createAssignmentExpression=function(e,t){return{type:24,left:e,right:t,loc:y}},e.createBlockStatement=Ce,e.createCacheExpression=Ne,e.createCallExpression=z,e.createCompilerError=J,e.createCompoundExpression=g,e.createConditionalExpression=ke,e.createForLoopParams=Ir,e.createFunctionExpression=Ae,e.createIfStatement=function(e,t,r){return{type:23,test:e,consequent:t,alternate:r,loc:y}},e.createInterpolation=function(e,t){return{type:5,loc:t,content:Q.isString(e)?X(e,!1,t):e}},e.createObjectExpression=H,e.createObjectProperty=q,e.createReturnStatement=function(e){return{type:26,returns:e,loc:y}},e.createRoot=be,e.createSequenceExpression=function(e){return{type:25,expressions:e,loc:y}},e.createSimpleExpression=X,e.createStructuralDirectiveTransform=nr,e.createTemplateLiteral=function(e){return{type:22,elements:e,loc:y}},e.createTransformContext=tr,e.createVNodeCall=_e,e.errorMessages=qe,e.extractIdentifiers=u,e.findDir=C,e.findProp=xt,e.forAliasRE=Ct,e.generate=cr,e.getBaseTransformPreset=si,e.getConstantType=Y,e.getMemoedVNodeCall=Nt,e.getVNodeBlockHelper=we,e.getVNodeHelper=Ie,e.hasDynamicKeyVBind=function(e){return e.props.some(function(e){return!(7!==e.type||"bind"!==e.name||e.arg&&4===e.arg.type&&e.arg.isStatic)})},e.hasScopeRef=I,e.helperNameMap=ee,e.injectProp=_t,e.isCoreComponent=at,e.isFnExpression=yt,e.isFnExpressionBrowser=function(e){return mt.test(ot(e))},e.isFnExpressionNode=lt,e.isFunctionType=tt,e.isInDestructureAssignment=Je,e.isInNewExpression=Ke,e.isMemberExpression=ft,e.isMemberExpressionBrowser=function(e){for(var t=ot(e).trim().replace(dt,function(e){return e.trim()}),r=0,i=[],n=0,s=0,a=null,o=0;o<t.length;o++){var c=t.charAt(o);switch(r){case 0:if("["===c)i.push(r),r=1,n++;else if("("===c)i.push(r),r=2,s++;else if(!(0===o?ht:pt).test(c))return!1;break;case 1:"'"===c||'"'===c||"`"===c?(i.push(r),r=3,a=c):"["===c?n++:"]"!==c||--n||(r=i.pop());break;case 2:if("'"===c||'"'===c||"`"===c)i.push(r),r=3,a=c;else if("("===c)s++;else if(")"===c){if(o===t.length-1)return!1;--s||(r=i.pop())}break;case 3:c===a&&(r=i.pop(),a=null)}}return!n&&!s},e.isMemberExpressionNode=ct,e.isReferencedIdentifier=ze,e.isSimpleIdentifier=te,e.isSlotOutlet=Tt,e.isStaticArgOf=W,e.isStaticExp=K,e.isStaticProperty=rt,e.isStaticPropertyKey=it,e.isTemplateNode=Pt,e.isText=Et,e.isVSlot=St,e.locStub=y,e.noopDirectiveTransform=function(){return{props:[]}},e.processExpression=E,e.processFor=Nr,e.processIf=Er,e.processSlotOutlet=zr,e.registerRuntimeHelpers=function(t){Object.getOwnPropertySymbols(t).forEach(function(e){ee[e]=t[e]})},e.resolveComponentType=Ur,e.stringifyExpression=vr,e.toValidAssetId=kt,e.trackSlotScopes=Lr,e.trackVForSlotScopes=Mr,e.transform=rr,e.transformBind=Ar,e.transformElement=Br,e.transformExpression=yr,e.transformModel=$r,e.transformOn=Jr,e.traverseNode=ir,e.unwrapTSNode=st,e.walkBlockDeclarations=Ye,e.walkFunctionParams=We,e.walkIdentifiers=Xe,e.warnDeprecation=function(e,t,r){if("suppress-warning"!==Ue(e,t)){for(var i=arguments.length,n=new Array(3<i?i-3:0),s=3;s<i;s++)n[s-3]=arguments[s];var a=Be[e],o=a.message,a=a.link,o="(deprecation ".concat(e,") ").concat("function"==typeof o?o.apply(void 0,n):o).concat(a?"\n Details: ".concat(a):""),a=new SyntaxError(o);a.code=e,r&&(a.loc=r),t.onWarn(a)}}}),Dp=le(function(e){Object.defineProperty(e,"__esModule",{value:!0});var Z=Rn(),E=Hn(),S=Na(),t=Ia(),P=Ua(),T=Symbol("Fragment"),b=Symbol("Teleport"),_=Symbol("Suspense"),A=Symbol("KeepAlive"),k=Symbol("BaseTransition"),ee=Symbol("openBlock"),w=Symbol("createBlock"),O=Symbol("createElementBlock"),L=Symbol("createVNode"),M=Symbol("createElementVNode"),ne=Symbol("createCommentVNode"),D=Symbol("createTextVNode"),R=Symbol("createStaticVNode"),F=Symbol("resolveComponent"),B=Symbol("resolveDynamicComponent"),U=Symbol("resolveDirective"),V=Symbol("resolveFilter"),se=Symbol("withDirectives"),j=Symbol("renderList"),G=Symbol("renderSlot"),Q=Symbol("createSlots"),ae=Symbol("toDisplayString"),oe=Symbol("mergeProps"),ce=Symbol("normalizeClass"),le=Symbol("normalizeStyle"),ue=Symbol("normalizeProps"),he=Symbol("guardReactiveProps"),pe=Symbol("toHandlers"),de=Symbol("camelize"),fe=Symbol("capitalize"),me=Symbol("toHandlerKey"),ye=Symbol("setBlockTracking"),ve=Symbol("pushScopeId"),ge=Symbol("popScopeId"),xe=Symbol("withCtx"),Ee=Symbol("unref"),Se=Symbol("isRef"),Pe=Symbol("withMemo"),Te=Symbol("isMemoSame"),te=(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe={},T,"Fragment"),b,"Teleport"),_,"Suspense"),A,"KeepAlive"),k,"BaseTransition"),ee,"openBlock"),w,"createBlock"),O,"createElementBlock"),L,"createVNode"),M,"createElementVNode"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe,ne,"createCommentVNode"),D,"createTextVNode"),R,"createStaticVNode"),F,"resolveComponent"),B,"resolveDynamicComponent"),U,"resolveDirective"),V,"resolveFilter"),se,"withDirectives"),j,"renderList"),G,"renderSlot"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe,Q,"createSlots"),ae,"toDisplayString"),oe,"mergeProps"),ce,"normalizeClass"),le,"normalizeStyle"),ue,"normalizeProps"),he,"guardReactiveProps"),pe,"toHandlers"),de,"camelize"),fe,"capitalize"),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(Fe,me,"toHandlerKey"),ye,"setBlockTracking"),ve,"pushScopeId"),ge,"popScopeId"),xe,"withCtx"),Ee,"unref"),Se,"isRef"),Pe,"withMemo"),Te,"isMemoSame"));var y={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function be(e){return{type:0,source:1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:y}}function _e(e,t,r,i,n,s,a){var o=7<arguments.length&&void 0!==arguments[7]&&arguments[7],c=8<arguments.length&&void 0!==arguments[8]&&arguments[8],l=9<arguments.length&&void 0!==arguments[9]&&arguments[9],u=10<arguments.length&&void 0!==arguments[10]?arguments[10]:y;return e&&(o?(e.helper(ee),e.helper(we(e.inSSR,l))):e.helper(Ie(e.inSSR,l)),a)&&e.helper(se),{type:13,tag:t,props:r,children:i,patchFlag:n,dynamicProps:s,directives:a,isBlock:o,disableTracking:c,isComponent:l,loc:u}}function N(e){return{type:17,loc:1<arguments.length&&void 0!==arguments[1]?arguments[1]:y,elements:e}}function H(e){return{type:15,loc:1<arguments.length&&void 0!==arguments[1]?arguments[1]:y,properties:e}}function q(e,t){return{type:16,loc:y,key:Z.isString(e)?X(e,!0):e,value:t}}function X(e){var t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];return{type:4,loc:2<arguments.length&&void 0!==arguments[2]?arguments[2]:y,content:e,isStatic:t,constType:t?3:3<arguments.length&&void 0!==arguments[3]?arguments[3]:0}}function g(e){return{type:8,loc:1<arguments.length&&void 0!==arguments[1]?arguments[1]:y,children:e}}function z(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:[];return{type:14,loc:2<arguments.length&&void 0!==arguments[2]?arguments[2]:y,callee:e,arguments:t}}function Ae(e){return{type:18,params:e,returns:1<arguments.length&&void 0!==arguments[1]?arguments[1]:void 0,newline:2<arguments.length&&void 0!==arguments[2]&&arguments[2],isSlot:3<arguments.length&&void 0!==arguments[3]&&arguments[3],loc:4<arguments.length&&void 0!==arguments[4]?arguments[4]:y}}function ke(e,t,r){return{type:19,test:e,consequent:t,alternate:r,newline:!(3<arguments.length&&void 0!==arguments[3])||arguments[3],loc:y}}function Ne(e,t){return{type:20,index:e,value:t,needPauseTracking:2<arguments.length&&void 0!==arguments[2]&&arguments[2],inVOnce:3<arguments.length&&void 0!==arguments[3]&&arguments[3],needArraySpread:!1,loc:y}}function Ce(e){return{type:21,body:e,loc:y}}function Ie(e,t){return e||t?L:M}function we(e,t){return e||t?w:O}function Oe(e,t){var r=t.helper,i=t.removeHelper,t=t.inSSR;e.isBlock||(e.isBlock=!0,i(Ie(t,e.isComponent)),r(ee),r(we(t,e.isComponent)))}var Le=new Uint8Array([123,123]),Me=new Uint8Array([125,125]);function De(e){return 97<=e&&e<=122||65<=e&&e<=90}function o(e){return 32===e||10===e||9===e||12===e||13===e}function r(e){return 47===e||62===e||o(e)}function Re(e){for(var t=new Uint8Array(e.length),r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}var i={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},Fe=_createClass(function e(t,r){var i=this;_classCallCheck(this,e),this.stack=t,this.cbs=r,this.state=1,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=1,this.inRCDATA=!1,this.inXML=!1,this.inVPre=!1,this.newlines=[],this.mode=0,this.delimiterOpen=Le,this.delimiterClose=Me,this.delimiterIndex=-1,this.currentSequence=void 0,this.sequenceIndex=0,this.entityDecoder=new E.EntityDecoder(E.htmlDecodeTree,function(e,t){return i.emitCodePoint(e,t)})},[{key:"inSFCRoot",get:function(){return 2===this.mode&&0===this.stack.length}},{key:"reset",value:function(){this.state=1,this.mode=0,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=1,this.inRCDATA=!1,this.currentSequence=void 0,this.newlines.length=0,this.delimiterOpen=Le,this.delimiterClose=Me}},{key:"getPos",value:function(e){for(var t=1,r=e+1,i=this.newlines.length-1;0<=i;i--){var n=this.newlines[i];if(n<e){t=i+2,r=e-n;break}}return{column:r,line:t,offset:e}}},{key:"peek",value:function(){return this.buffer.charCodeAt(this.index+1)}},{key:"stateText",value:function(e){60===e?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):38===e?this.startEntity():this.inVPre||e!==this.delimiterOpen[0]||(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(e))}},{key:"stateInterpolationOpen",value:function(e){var t;e===this.delimiterOpen[this.delimiterIndex]?this.delimiterIndex===this.delimiterOpen.length-1?((t=this.index+1-this.delimiterOpen.length)>this.sectionStart&&this.cbs.ontext(this.sectionStart,t),this.state=3,this.sectionStart=t):this.delimiterIndex++:this.inRCDATA?(this.state=32,this.stateInRCDATA(e)):(this.state=1,this.stateText(e))}},{key:"stateInterpolation",value:function(e){e===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(e))}},{key:"stateInterpolationClose",value:function(e){e===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(e))}},{key:"stateSpecialStartSequence",value:function(e){var t=this.sequenceIndex===this.currentSequence.length;if(t?r(e):(32|e)===this.currentSequence[this.sequenceIndex]){if(!t)return void this.sequenceIndex++}else this.inRCDATA=!1;this.sequenceIndex=0,this.state=6,this.stateInTagName(e)}},{key:"stateInRCDATA",value:function(e){if(this.sequenceIndex===this.currentSequence.length){var t,r;if(62===e||o(e))return t=this.index-this.currentSequence.length,this.sectionStart<t&&(r=this.index,this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=r),this.sectionStart=2+t,this.stateInClosingTagName(e),void(this.inRCDATA=!1);this.sequenceIndex=0}(32|e)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===i.TitleEnd||this.currentSequence===i.TextareaEnd&&!this.inSFCRoot?38===e?this.startEntity():this.inVPre||e!==this.delimiterOpen[0]||(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(e)):this.fastForwardTo(60)&&(this.sequenceIndex=1):this.sequenceIndex=+(60===e)}},{key:"stateCDATASequence",value:function(e){e===i.Cdata[this.sequenceIndex]?++this.sequenceIndex===i.Cdata.length&&(this.state=28,this.currentSequence=i.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=23,this.stateInDeclaration(e))}},{key:"fastForwardTo",value:function(e){for(;++this.index<this.buffer.length;){var t=this.buffer.charCodeAt(this.index);if(10===t&&this.newlines.push(this.index),t===e)return!0}return this.index=this.buffer.length-1,!1}},{key:"stateInCommentLike",value:function(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===i.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index-2):this.cbs.oncomment(this.sectionStart,this.index-2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=1):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}},{key:"startSpecial",value:function(e,t){this.enterRCDATA(e,t),this.state=31}},{key:"enterRCDATA",value:function(e,t){this.inRCDATA=!0,this.currentSequence=e,this.sequenceIndex=t}},{key:"stateBeforeTagName",value:function(e){33===e?(this.state=22,this.sectionStart=this.index+1):63===e?(this.state=24,this.sectionStart=this.index+1):De(e)?(this.sectionStart=this.index,0===this.mode?this.state=6:this.inSFCRoot?this.state=34:this.inXML?this.state=6:this.state=116===e?30:115===e?29:6):47===e?this.state=8:(this.state=1,this.stateText(e))}},{key:"stateInTagName",value:function(e){r(e)&&this.handleTagName(e)}},{key:"stateInSFCRootTagName",value:function(e){var t;r(e)&&("template"!==(t=this.buffer.slice(this.sectionStart,this.index))&&this.enterRCDATA(Re("</"+t),0),this.handleTagName(e))}},{key:"handleTagName",value:function(e){this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(e)}},{key:"stateBeforeClosingTagName",value:function(e){o(e)||(62===e?(this.cbs.onerr(14,this.index),this.state=1,this.sectionStart=this.index+1):(this.state=De(e)?9:27,this.sectionStart=this.index))}},{key:"stateInClosingTagName",value:function(e){62!==e&&!o(e)||(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=10,this.stateAfterClosingTagName(e))}},{key:"stateAfterClosingTagName",value:function(e){62===e&&(this.state=1,this.sectionStart=this.index+1)}},{key:"stateBeforeAttrName",value:function(e){62===e?(this.cbs.onopentagend(this.index),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):47===e?(this.state=7,62!==this.peek()&&this.cbs.onerr(22,this.index)):60===e&&47===this.peek()?(this.cbs.onopentagend(this.index),this.state=5,this.sectionStart=this.index):o(e)||(61===e&&this.cbs.onerr(19,this.index),this.handleAttrStart(e))}},{key:"handleAttrStart",value:function(e){118===e&&45===this.peek()?(this.state=13,this.sectionStart=this.index):46===e||58===e||64===e||35===e?(this.cbs.ondirname(this.index,this.index+1),this.state=14,this.sectionStart=this.index+1):(this.state=12,this.sectionStart=this.index)}},{key:"stateInSelfClosingTag",value:function(e){62===e?(this.cbs.onselfclosingtag(this.index),this.state=1,this.sectionStart=this.index+1,this.inRCDATA=!1):o(e)||(this.state=11,this.stateBeforeAttrName(e))}},{key:"stateInAttrName",value:function(e){61===e||r(e)?(this.cbs.onattribname(this.sectionStart,this.index),this.handleAttrNameEnd(e)):34!==e&&39!==e&&60!==e||this.cbs.onerr(17,this.index)}},{key:"stateInDirName",value:function(e){61===e||r(e)?(this.cbs.ondirname(this.sectionStart,this.index),this.handleAttrNameEnd(e)):58===e?(this.cbs.ondirname(this.sectionStart,this.index),this.state=14,this.sectionStart=this.index+1):46===e&&(this.cbs.ondirname(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}},{key:"stateInDirArg",value:function(e){61===e||r(e)?(this.cbs.ondirarg(this.sectionStart,this.index),this.handleAttrNameEnd(e)):91===e?this.state=15:46===e&&(this.cbs.ondirarg(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}},{key:"stateInDynamicDirArg",value:function(e){93===e?this.state=14:61!==e&&!r(e)||(this.cbs.ondirarg(this.sectionStart,this.index+1),this.handleAttrNameEnd(e),this.cbs.onerr(27,this.index))}},{key:"stateInDirModifier",value:function(e){61===e||r(e)?(this.cbs.ondirmodifier(this.sectionStart,this.index),this.handleAttrNameEnd(e)):46===e&&(this.cbs.ondirmodifier(this.sectionStart,this.index),this.sectionStart=this.index+1)}},{key:"handleAttrNameEnd",value:function(e){this.sectionStart=this.index,this.state=17,this.cbs.onattribnameend(this.index),this.stateAfterAttrName(e)}},{key:"stateAfterAttrName",value:function(e){61===e?this.state=18:47===e||62===e?(this.cbs.onattribend(0,this.sectionStart),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(e)):o(e)||(this.cbs.onattribend(0,this.sectionStart),this.handleAttrStart(e))}},{key:"stateBeforeAttrValue",value:function(e){34===e?(this.state=19,this.sectionStart=this.index+1):39===e?(this.state=20,this.sectionStart=this.index+1):o(e)||(this.sectionStart=this.index,this.state=21,this.stateInAttrValueNoQuotes(e))}},{key:"handleInAttrValue",value:function(e,t){e===t?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(34===t?3:2,this.index+1),this.state=11):38===e&&this.startEntity()}},{key:"stateInAttrValueDoubleQuotes",value:function(e){this.handleInAttrValue(e,34)}},{key:"stateInAttrValueSingleQuotes",value:function(e){this.handleInAttrValue(e,39)}},{key:"stateInAttrValueNoQuotes",value:function(e){o(e)||62===e?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(1,this.index),this.state=11,this.stateBeforeAttrName(e)):34===e||39===e||60===e||61===e||96===e?this.cbs.onerr(18,this.index):38===e&&this.startEntity()}},{key:"stateBeforeDeclaration",value:function(e){91===e?(this.state=26,this.sequenceIndex=0):this.state=45===e?25:23}},{key:"stateInDeclaration",value:function(e){62!==e&&!this.fastForwardTo(62)||(this.state=1,this.sectionStart=this.index+1)}},{key:"stateInProcessingInstruction",value:function(e){62!==e&&!this.fastForwardTo(62)||(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}},{key:"stateBeforeComment",value:function(e){45===e?(this.state=28,this.currentSequence=i.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=23}},{key:"stateInSpecialComment",value:function(e){62!==e&&!this.fastForwardTo(62)||(this.cbs.oncomment(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}},{key:"stateBeforeSpecialS",value:function(e){e===i.ScriptEnd[3]?this.startSpecial(i.ScriptEnd,4):e===i.StyleEnd[3]?this.startSpecial(i.StyleEnd,4):(this.state=6,this.stateInTagName(e))}},{key:"stateBeforeSpecialT",value:function(e){e===i.TitleEnd[3]?this.startSpecial(i.TitleEnd,4):e===i.TextareaEnd[3]?this.startSpecial(i.TextareaEnd,4):(this.state=6,this.stateInTagName(e))}},{key:"startEntity",value:function(){this.baseState=this.state,this.state=33,this.entityStart=this.index,this.entityDecoder.startEntity(1===this.baseState||32===this.baseState?E.DecodingMode.Legacy:E.DecodingMode.Attribute)}},{key:"stateInEntity",value:function(){var e=this.entityDecoder.write(this.buffer,this.index);0<=e?(this.state=this.baseState,0===e&&(this.index=this.entityStart)):this.index=this.buffer.length-1}},{key:"parse",value:function(e){for(this.buffer=e;this.index<this.buffer.length;){var t=this.buffer.charCodeAt(this.index);switch(10===t&&this.newlines.push(this.index),this.state){case 1:this.stateText(t);break;case 2:this.stateInterpolationOpen(t);break;case 3:this.stateInterpolation(t);break;case 4:this.stateInterpolationClose(t);break;case 31:this.stateSpecialStartSequence(t);break;case 32:this.stateInRCDATA(t);break;case 26:this.stateCDATASequence(t);break;case 19:this.stateInAttrValueDoubleQuotes(t);break;case 12:this.stateInAttrName(t);break;case 13:this.stateInDirName(t);break;case 14:this.stateInDirArg(t);break;case 15:this.stateInDynamicDirArg(t);break;case 16:this.stateInDirModifier(t);break;case 28:this.stateInCommentLike(t);break;case 27:this.stateInSpecialComment(t);break;case 11:this.stateBeforeAttrName(t);break;case 6:this.stateInTagName(t);break;case 34:this.stateInSFCRootTagName(t);break;case 9:this.stateInClosingTagName(t);break;case 5:this.stateBeforeTagName(t);break;case 17:this.stateAfterAttrName(t);break;case 20:this.stateInAttrValueSingleQuotes(t);break;case 18:this.stateBeforeAttrValue(t);break;case 8:this.stateBeforeClosingTagName(t);break;case 10:this.stateAfterClosingTagName(t);break;case 29:this.stateBeforeSpecialS(t);break;case 30:this.stateBeforeSpecialT(t);break;case 21:this.stateInAttrValueNoQuotes(t);break;case 7:this.stateInSelfClosingTag(t);break;case 23:this.stateInDeclaration(t);break;case 22:this.stateBeforeDeclaration(t);break;case 25:this.stateBeforeComment(t);break;case 24:this.stateInProcessingInstruction(t);break;case 33:this.stateInEntity()}this.index++}this.cleanup(),this.finish()}},{key:"cleanup",value:function(){this.sectionStart!==this.index&&(1===this.state||32===this.state&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):19!==this.state&&20!==this.state&&21!==this.state||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}},{key:"finish",value:function(){33===this.state&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}},{key:"handleTrailingData",value:function(){var e=this.buffer.length;this.sectionStart>=e||(28===this.state?this.currentSequence===i.CdataEnd?this.cbs.oncdata(this.sectionStart,e):this.cbs.oncomment(this.sectionStart,e):6!==this.state&&11!==this.state&&18!==this.state&&17!==this.state&&12!==this.state&&13!==this.state&&14!==this.state&&15!==this.state&&16!==this.state&&20!==this.state&&19!==this.state&&21!==this.state&&9!==this.state&&this.cbs.ontext(this.sectionStart,e))}},{key:"emitCodePoint",value:function(e,t){1!==this.baseState&&32!==this.baseState?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(E.fromCodePoint(e),this.entityStart,this.sectionStart)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(E.fromCodePoint(e),this.entityStart,this.sectionStart))}}]),Be={COMPILER_IS_ON_ELEMENT:{message:'Platform-native elements with "is" prop will no longer be treated as components in Vue 3 unless the "is" value is explicitly prefixed with "vue:".',link:"https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html"},COMPILER_V_BIND_SYNC:{message:function(e){return".sync modifier for v-bind has been removed. Use v-model with argument instead. `v-bind:".concat(e,".sync` should be changed to `v-model:").concat(e,"`.")},link:"https://v3-migration.vuejs.org/breaking-changes/v-model.html"},COMPILER_V_BIND_OBJECT_ORDER:{message:'v-bind="obj" usage is now order sensitive and behaves like JavaScript object spread: it will now overwrite an existing non-mergeable attribute that appears before v-bind in the case of conflict. To retain 2.x behavior, move v-bind to make it the first attribute. You can also suppress this warning if the usage is intended.',link:"https://v3-migration.vuejs.org/breaking-changes/v-bind.html"},COMPILER_V_ON_NATIVE:{message:".native modifier for v-on has been removed as is no longer necessary.",link:"https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html"},COMPILER_V_IF_V_FOR_PRECEDENCE:{message:"v-if / v-for precedence when used on the same element has changed in Vue 3: v-if now takes higher precedence and will no longer have access to v-for scope variables. It is best to avoid the ambiguity with <template> tags or use a computed property that filters v-for data source.",link:"https://v3-migration.vuejs.org/breaking-changes/v-if-v-for.html"},COMPILER_NATIVE_TEMPLATE:{message:"<template> with no special directives will render as a native template element instead of its inner content in Vue 3."},COMPILER_INLINE_TEMPLATE:{message:'"inline-template" has been removed in Vue 3.',link:"https://v3-migration.vuejs.org/breaking-changes/inline-template-attribute.html"},COMPILER_FILTERS:{message:'filters have been removed in Vue 3. The "|" symbol will be treated as native JavaScript bitwise OR operator. Use method calls or computed properties instead.',link:"https://v3-migration.vuejs.org/breaking-changes/filters.html"}};function Ue(e,t){t=t.compatConfig,t=t&&t[e];return"MODE"===e?t||3:t}function J(e,t){var r=Ue("MODE",t),e=Ue(e,t);return 3===r?!0===e:!1!==e}function Ve(e,t,r){for(var i=J(e,t),n=arguments.length,s=new Array(3<n?n-3:0),a=3;a<n;a++)s[a-3]=arguments[a];return i&&je.apply(void 0,[e,t,r].concat(s)),i}function je(e,t,r){if("suppress-warning"!==Ue(e,t)){for(var i=arguments.length,n=new Array(3<i?i-3:0),s=3;s<i;s++)n[s-3]=arguments[s];var a=Be[e],o=a.message,a=a.link,o="(deprecation ".concat(e,") ").concat("function"==typeof o?o.apply(void 0,n):o).concat(a?"\n Details: ".concat(a):""),a=new SyntaxError(o);a.code=e,r&&(a.loc=r),t.onWarn(a)}}function Ge(e){throw e}function He(e){console.warn("[Vue warn] ".concat(e.message))}function K(e,t,r,i){r=(r||qe)[e]+(i||""),i=new SyntaxError(String(r));return i.code=e,i.loc=t,i}var qe={0:"Illegal comment.",1:"CDATA section is allowed only in XML context.",2:"Duplicate attribute.",3:"End tag cannot have attributes.",4:"Illegal '/' in tags.",5:"Unexpected EOF in tag.",6:"Unexpected EOF in CDATA section.",7:"Unexpected EOF in comment.",8:"Unexpected EOF in script.",9:"Unexpected EOF in tag.",10:"Incorrectly closed comment.",11:"Incorrectly opened comment.",12:"Illegal tag name. Use '<' to print '<'.",13:"Attribute value was expected.",14:"End tag name was expected.",15:"Whitespace was expected.",16:"Unexpected '\x3c!--' in comment.",17:"Attribute name cannot contain U+0022 (\"), U+0027 ('), and U+003C (<).",18:"Unquoted attribute value cannot contain U+0022 (\"), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).",19:"Attribute name cannot start with '='.",21:"'<?' is allowed only in XML context.",20:"Unexpected null character.",22:"Illegal '/' in tags.",23:"Invalid end tag.",24:"Element is missing end tag.",25:"Interpolation end sign was not found.",27:"End bracket for dynamic directive argument was not found. Note that dynamic directive argument cannot contain spaces.",26:"Legal directive name was expected.",28:"v-if/v-else-if is missing expression.",29:"v-if/else branches must use unique keys.",30:"v-else/v-else-if has no adjacent v-if or v-else-if.",31:"v-for is missing expression.",32:"v-for has invalid expression.",33:"<template v-for> key should be placed on the <template> tag.",34:"v-bind is missing expression.",52:"v-bind with same-name shorthand only allows static argument.",35:"v-on is missing expression.",36:"Unexpected custom directive on <slot> outlet.",37:"Mixed v-slot usage on both the component and nested <template>. When there are multiple named slots, all slots should use <template> syntax to avoid scope ambiguity.",38:"Duplicate slot names found. ",39:"Extraneous children found when component already has explicitly named default slot. These children will be ignored.",40:"v-slot can only be used on components or <template> tags.",41:"v-model is missing expression.",42:"v-model value must be a valid JavaScript member expression.",43:"v-model cannot be used on v-for or v-slot scope variables because they are not writable.",44:"v-model cannot be used on a prop, because local prop bindings are not writable.\nUse a v-bind binding combined with a v-on listener that emits update:x event instead.",45:"Error parsing JavaScript expression: ",46:"<KeepAlive> expects exactly one child component.",51:"@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.",47:'"prefixIdentifiers" option is not supported in this build of compiler.',48:"ES module mode is not supported in this build of compiler.",49:'"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',50:'"scopeId" option is only supported in module mode.',53:""};function Xe(e,a){var o=2<arguments.length&&void 0!==arguments[2]&&arguments[2],c=3<arguments.length&&void 0!==arguments[3]?arguments[3]:[],l=4<arguments.length&&void 0!==arguments[4]?arguments[4]:Object.create(null),s="Program"===e.type?"ExpressionStatement"===e.body[0].type&&e.body[0].expression:e;t.walk(e,{enter:function(t,e){if(e&&c.push(e),e&&e.type.startsWith("TS")&&!nt.includes(e.type))return this.skip();if("Identifier"===t.type){var r=!!l[t.name],i=ze(t,e,c);(o||i&&!r)&&a(t,e,c,i,r)}else if("ObjectProperty"===t.type&&"ObjectPattern"===(null==e?void 0:e.type))t.inPattern=!0;else if(tt(t))t.scopeIds?t.scopeIds.forEach(function(e){return Ze(e,l)}):We(t,function(e){et(t,e,l)});else if("BlockStatement"===t.type)t.scopeIds?t.scopeIds.forEach(function(e){return Ze(e,l)}):Ye(t,function(e){return et(t,e,l)});else if("CatchClause"===t.type&&t.param){var n,s=_createForOfIteratorHelper(u(t.param));try{for(s.s();!(n=s.n()).done;)et(t,n.value,l)}catch(e){s.e(e)}finally{s.f()}}else $e(t)&&Qe(t,!1,function(e){et(t,e,l)})},leave:function(e,t){if(t&&c.pop(),e!==s&&e.scopeIds){var r,i=_createForOfIteratorHelper(e.scopeIds);try{for(i.s();!(r=i.n()).done;){var n=r.value;l[n]--,0===l[n]&&delete l[n]}}catch(e){i.e(e)}finally{i.f()}}}})}function ze(e,t,r){if(!t)return!0;if("arguments"!==e.name){if(((e,t)=>{switch(t.type){case"MemberExpression":case"OptionalMemberExpression":return t.property===e?t.computed:t.object===e;case"JSXMemberExpression":return t.object===e;case"VariableDeclarator":return t.init===e;case"ArrowFunctionExpression":return t.body===e;case"PrivateName":return;case"ClassMethod":case"ClassPrivateMethod":case"ObjectMethod":return t.key===e&&t.computed;case"ObjectProperty":case"ClassProperty":return t.key!==e||t.computed;case"ClassPrivateProperty":return t.key!==e;case"ClassDeclaration":case"ClassExpression":return t.superClass===e;case"AssignmentExpression":case"AssignmentPattern":return t.right===e;case"LabeledStatement":case"CatchClause":case"RestElement":return;case"BreakStatement":case"ContinueStatement":return;case"FunctionDeclaration":case"FunctionExpression":return;case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":return;case"ExportSpecifier":return t.local===e;case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ImportAttribute":case"JSXAttribute":return;case"ObjectPattern":case"ArrayPattern":case"MetaProperty":return;case"ObjectTypeProperty":return t.key!==e;case"TSEnumMember":return t.id!==e;case"TSPropertySignature":return t.key!==e||t.computed}return 1})(e,t))return!0;switch(t.type){case"AssignmentExpression":case"AssignmentPattern":return!0;case"ObjectPattern":case"ArrayPattern":return Je(t,r)}}return!1}function Je(e,t){if(e&&("ObjectProperty"===e.type||"ArrayPattern"===e.type))for(var r=t.length;r--;){var i=t[r];if("AssignmentExpression"===i.type)return!0;if("ObjectProperty"!==i.type&&!i.type.endsWith("Pattern"))break}return!1}function Ke(e){for(var t=e.length;t--;){var r=e[t];if("NewExpression"===r.type)return!0;if("MemberExpression"!==r.type)break}return!1}function We(e,t){var r,i=_createForOfIteratorHelper(e.params);try{for(i.s();!(r=i.n()).done;){var n,s=_createForOfIteratorHelper(u(r.value));try{for(s.s();!(n=s.n()).done;)t(n.value)}catch(e){s.e(e)}finally{s.f()}}}catch(e){i.e(e)}finally{i.f()}}function Ye(e,t){var r,i=_createForOfIteratorHelper(e.body);try{for(i.s();!(r=i.n()).done;){var n=r.value;if("VariableDeclaration"===n.type){if(!n.declare){var s,a=_createForOfIteratorHelper(n.declarations);try{for(a.s();!(s=a.n()).done;){var o,c=_createForOfIteratorHelper(u(s.value.id));try{for(c.s();!(o=c.n()).done;)t(o.value)}catch(e){c.e(e)}finally{c.f()}}}catch(e){a.e(e)}finally{a.f()}}}else"FunctionDeclaration"===n.type||"ClassDeclaration"===n.type?!n.declare&&n.id&&t(n.id):$e(n)&&Qe(n,!0,t)}}catch(e){i.e(e)}finally{i.f()}}function $e(e){return"ForOfStatement"===e.type||"ForInStatement"===e.type||"ForStatement"===e.type}function Qe(e,t,r){e="ForStatement"===e.type?e.init:e.left;if(e&&"VariableDeclaration"===e.type&&("var"===e.kind?t:!t)){var i,n=_createForOfIteratorHelper(e.declarations);try{for(n.s();!(i=n.n()).done;){var s,a=_createForOfIteratorHelper(u(i.value.id));try{for(a.s();!(s=a.n()).done;)r(s.value)}catch(e){a.e(e)}finally{a.f()}}}catch(e){n.e(e)}finally{n.f()}}}function u(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:[];switch(e.type){case"Identifier":t.push(e);break;case"MemberExpression":for(var r=e;"MemberExpression"===r.type;)r=r.object;t.push(r);break;case"ObjectPattern":var i,n=_createForOfIteratorHelper(e.properties);try{for(n.s();!(i=n.n()).done;){var s=i.value;"RestElement"===s.type?u(s.argument,t):u(s.value,t)}}catch(e){n.e(e)}finally{n.f()}break;case"ArrayPattern":e.elements.forEach(function(e){e&&u(e,t)});break;case"RestElement":u(e.argument,t);break;case"AssignmentPattern":u(e.left,t)}return t}function Ze(e,t){e in t?t[e]++:t[e]=1}function et(e,t,r){t=t.name;e.scopeIds&&e.scopeIds.has(t)||(Ze(t,r),(e.scopeIds||(e.scopeIds=new Set)).add(t))}function tt(e){return/Function(?:Expression|Declaration)$|Method$/.test(e.type)}var rt=function(e){return e&&("ObjectProperty"===e.type||"ObjectMethod"===e.type)&&!e.computed},it=function(e,t){return rt(t)&&t.key===e};var nt=["TSAsExpression","TSTypeAssertion","TSNonNullExpression","TSInstantiationExpression","TSSatisfiesExpression"];function st(e){return nt.includes(e.type)?st(e.expression):e}var W=function(e){return 4===e.type&&e.isStatic};function at(e){switch(e){case"Teleport":case"teleport":return b;case"Suspense":case"suspense":return _;case"KeepAlive":case"keep-alive":return A;case"BaseTransition":case"base-transition":return k}}function ot(e){return 4===e.type?e.content:e.loc.source}function ct(e,t){try{var r;return"MemberExpression"===(r=st(e.ast||S.parseExpression(ot(e),{plugins:t.expressionPlugins?[].concat(_toConsumableArray(t.expressionPlugins),["typescript"]):["typescript"]}))).type||"OptionalMemberExpression"===r.type||"Identifier"===r.type&&"undefined"!==r.name}catch(e){return!1}}function lt(e,t){try{var r=e.ast||S.parseExpression(ot(e),{plugins:t.expressionPlugins?[].concat(_toConsumableArray(t.expressionPlugins),["typescript"]):["typescript"]});return"FunctionExpression"===(r=st(r="Program"===r.type&&"ExpressionStatement"===(r=r.body[0]).type?r.expression:r)).type||"ArrowFunctionExpression"===r.type}catch(e){return!1}}var ut=/^\d|[^\$\w\xA0-\uFFFF]/,re=function(e){return!ut.test(e)},ht=/[A-Za-z_$\xA0-\uFFFF]/,pt=/[\.\?\w$\xA0-\uFFFF]/,dt=/\s+[.[]\s*|\s*[.[]\s+/g,ft=ct,mt=/^\s*(async\s*)?(\([^)]*?\)|[\w$_]+)\s*(:[^=]+)?=>|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,yt=lt;function vt(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:t.length;return gt({offset:e.offset,line:e.line,column:e.column},t,r)}function gt(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:t.length,i=0,n=-1,s=0;s<r;s++)10===t.charCodeAt(s)&&(i++,n=s);return e.offset+=r,e.line+=i,e.column=-1===n?e.column+r:r-n,e}function xt(e,t){if(!e)throw new Error(t||"unexpected compiler condition")}function C(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=0;i<e.props.length;i++){var n=e.props[i];if(7===n.type&&(r||n.exp)&&(Z.isString(t)?n.name===t:t.test(n.name)))return n}}function Et(e,t){for(var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=3<arguments.length&&void 0!==arguments[3]&&arguments[3],n=0;n<e.props.length;n++){var s=e.props[n];if(6===s.type){if(!r&&s.name===t&&(s.value||i))return s}else if("bind"===s.name&&(s.exp||i)&&Y(s.arg,t))return s}}function Y(e,t){return!(!e||!W(e)||e.content!==t)}function St(e){return 5===e.type||2===e.type}function Pt(e){return 7===e.type&&"slot"===e.name}function Tt(e){return 1===e.type&&3===e.tagType}function bt(e){return 1===e.type&&2===e.tagType}var _t=new Set([ue,he]);function At(e,t,r){var i,n,s,a=13===e.type?e.props:e.arguments[2],o=[];a&&!Z.isString(a)&&14===a.type&&(a=(n=function e(t,r){r=1<arguments.length&&void 0!==r?r:[];if(t&&!Z.isString(t)&&14===t.type){var i=t.callee;if(!Z.isString(i)&&_t.has(i))return e(t.arguments[0],r.concat(t))}return[t,r]}(a))[0],n=(o=n[1])[o.length-1]),null==a||Z.isString(a)?i=H([t]):14===a.type?(s=a.arguments[0],Z.isString(s)||15!==s.type?a.callee===pe?i=z(r.helper(oe),[H([t]),a]):a.arguments.unshift(H([t])):kt(t,s)||s.properties.unshift(t),i=i||a):15===a.type?(kt(t,a)||a.properties.unshift(t),i=a):(i=z(r.helper(oe),[H([t]),a]),n&&n.callee===he&&(n=o[o.length-2])),13===e.type?n?n.arguments[0]=i:e.props=i:n?n.arguments[0]=i:e.arguments[2]=i}function kt(e,t){var r,i=!1;return 4===e.key.type&&(r=e.key.content,i=t.properties.some(function(e){return 4===e.key.type&&e.key.content===r})),i}function Nt(r,e){return"_".concat(e,"_").concat(r.replace(/[^\w]/g,function(e,t){return"-"===e?"_":r.charCodeAt(t).toString()}))}function I(e,t){if(!e||0===Object.keys(t).length)return!1;switch(e.type){case 1:for(var r=0;r<e.props.length;r++){var i=e.props[r];if(7===i.type&&(I(i.arg,t)||I(i.exp,t)))return!0}return e.children.some(function(e){return I(e,t)});case 11:return!!I(e.source,t)||e.children.some(function(e){return I(e,t)});case 9:return e.branches.some(function(e){return I(e,t)});case 10:return!!I(e.condition,t)||e.children.some(function(e){return I(e,t)});case 4:return!e.isStatic&&re(e.content)&&!!t[e.content];case 8:return e.children.some(function(e){return Z.isObject(e)&&I(e,t)});case 5:case 12:return I(e.content,t);default:return!1}}function Ct(e){return 14===e.type&&e.callee===Pe?e.arguments[1].returns:e}var It=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/,wt={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:function(){return 0},isVoidTag:Z.NO,isPreTag:Z.NO,isIgnoreNewlineTag:Z.NO,isCustomElement:Z.NO,onError:Ge,onWarn:He,comments:!0,prefixIdentifiers:!1},l=wt,Ot=null,h="",a=null,c=null,n="",s=-1,Lt=-1,Mt=0,Dt=!1,Rt=null,p=[],d=new Fe(p,{onerr:v,ontext:function(e,t){Vt(f(e,t),e,t)},ontextentity:function(e,t,r){Vt(e,t,r)},oninterpolation:function(e,t){if(Dt)return Vt(f(e,t),e,t);for(var r=e+d.delimiterOpen.length,i=t-d.delimiterClose.length;o(h.charCodeAt(r));)r++;for(;o(h.charCodeAt(i-1));)i--;var n=f(r,i);Kt({type:5,content:Yt(n=n.includes("&")?E.decodeHTML(n):n,!1,m(r,i)),loc:m(e,t)})},onopentagname:function(e,t){var r=f(e,t);a={type:1,tag:r,ns:l.getNamespace(r,p[0],l.ns),tagType:0,props:[],children:[],loc:m(e-1,t),codegenNode:void 0}},onopentagend:function(e){Ut(e)},onclosetag:function(e,t){var r=f(e,t);if(!l.isVoidTag(r)){for(var i=!1,n=0;n<p.length;n++)if(p[n].tag.toLowerCase()===r.toLowerCase()){i=!0,0<n&&v(24,p[0].loc.start.offset);for(var s=0;s<=n;s++)jt(p.shift(),t,s<n);break}i||v(23,Gt(e,60))}},onselfclosingtag:function(e){var t=a.tag;a.isSelfClosing=!0,Ut(e),p[0]&&p[0].tag===t&&jt(p.shift(),e)},onattribname:function(e,t){c={type:6,name:f(e,t),nameLoc:m(e,t),value:void 0,loc:m(e)}},ondirname:function(e,t){var r=f(e,t),i="."===r||":"===r?"bind":"@"===r?"on":"#"===r?"slot":r.slice(2);if(Dt||""!==i||v(26,e),Dt||""===i)c={type:6,name:r,nameLoc:m(e,t),value:void 0,loc:m(e)};else if(c={type:7,name:i,rawName:r,exp:void 0,arg:void 0,modifiers:"."===r?[X("prop")]:[],loc:m(e)},"pre"===i){Dt=d.inVPre=!0;for(var n=(Rt=a).props,s=0;s<n.length;s++)7===n[s].type&&(n[s]=(e=>{var t,r={type:6,name:e.rawName,nameLoc:m(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};return e.exp&&((t=e.exp.loc).end.offset<e.loc.end.offset&&(t.start.offset--,t.start.column--,t.end.offset++,t.end.column++),r.value={type:2,content:e.exp.content,loc:t}),r})(n[s]))}},ondirarg:function(e,t){var r,i;e!==t&&(r=f(e,t),Dt?(c.name+=r,Wt(c.nameLoc,t)):(i="["!==r[0],c.arg=Yt(i?r:r.slice(1,-1),i,m(e,t),i?3:0)))},ondirmodifier:function(e,t){var r,i=f(e,t);Dt?(c.name+="."+i,Wt(c.nameLoc,t)):"slot"===c.name?(r=c.arg)&&(r.content+="."+i,Wt(r.loc,t)):(r=X(i,!0,m(e,t)),c.modifiers.push(r))},onattribdata:function(e,t){n+=f(e,t),s<0&&(s=e),Lt=t},onattribentity:function(e,t,r){n+=e,s<0&&(s=t),Lt=r},onattribnameend:function(e){var t=c.loc.start.offset,r=f(t,e);7===c.type&&(c.rawName=r),a.props.some(function(e){return(7===e.type?e.rawName:e.name)===r})&&v(2,t)},onattribend:function(e,t){a&&c&&(Wt(c.loc,t),0!==e&&(6===c.type?("class"===c.name&&(n=Jt(n).trim()),1!==e||n||v(13,t),c.value={type:2,content:n,loc:1===e?m(s,Lt):m(s-1,Lt+1)},d.inSFCRoot&&"template"===a.tag&&"lang"===c.name&&n&&"html"!==n&&d.enterRCDATA(Re("</template"),0)):(t=0,"for"===c.name?t=3:"slot"===c.name?t=1:"on"===c.name&&n.includes(";")&&(t=2),c.exp=Yt(n,!1,m(s,Lt),0,t),"for"===c.name&&(c.forParseResult=(e=>{var t,r,i,n,s,a,o=e.loc,c=(e=e.content).match(It);if(c)return c=_slicedToArray(c,3),i=c[1],c={source:(t=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=o.start.offset+t;return Yt(e,!1,m(t,t+e.length),0,r?1:0)})((c=c[2]).trim(),e.indexOf(c,i.length)),value:void 0,key:void 0,index:void 0,finalized:!1},r=i.trim().replace(Bt,"").trim(),i=i.indexOf(r),(a=r.match(Ft))&&(r=r.replace(Ft,"").trim(),(n=a[1].trim())&&(s=e.indexOf(n,i+r.length),c.key=t(n,s,!0)),a[2])&&(a=a[2].trim())&&(c.index=t(a,e.indexOf(a,c.key?s+n.length:i+r.length),!0)),r&&(c.value=t(r,i,!0)),c})(c.exp)),e=-1,"bind"===c.name&&-1<(e=c.modifiers.findIndex(function(e){return"sync"===e.content}))&&Ve("COMPILER_V_BIND_SYNC",l,c.loc,c.rawName)&&(c.name="model",c.modifiers.splice(e,1)))),7===c.type&&"pre"===c.name||a.props.push(c)),n="",s=Lt=-1},oncomment:function(e,t){l.comments&&Kt({type:3,content:f(e,t),loc:m(e-4,t+3)})},onend:function(){var e=h.length;if(1!==d.state)switch(d.state){case 5:case 8:v(5,e);break;case 3:case 4:v(25,d.sectionStart);break;case 28:d.currentSequence===i.CdataEnd?v(6,e):v(7,e);break;case 6:case 7:case 9:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:v(9,e)}for(var t=0;t<p.length;t++)jt(p[t],e-1),v(24,p[t].loc.start.offset)},oncdata:function(e,t){0!==p[0].ns?Vt(f(e,t),e,t):v(1,e-9)},onprocessinginstruction:function(e){0===(p[0]||l).ns&&v(21,e-1)}}),Ft=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Bt=/^\(|\)$/g;function f(e,t){return h.slice(e,t)}function Ut(e){d.inSFCRoot&&(a.innerLoc=m(e+1,e+1)),Kt(a);var t=a,r=t.tag,t=t.ns;0===t&&l.isPreTag(r)&&Mt++,l.isVoidTag(r)?jt(a,e):(p.unshift(a),1!==t&&2!==t||(d.inXML=!0)),a=null}function Vt(e,t,r){var i=p[0]||Ot,n=i.children[i.children.length-1];n&&2===n.type?(n.content+=e,Wt(n.loc,r)):i.children.push({type:2,content:e,loc:m(t,r)})}function jt(e,t,r){Wt(e.loc,2<arguments.length&&void 0!==r&&r?Gt(t,60):((e,t)=>{for(var r=e;h.charCodeAt(r)!==t&&r<h.length-1;)r++;return r})(t,62)+1),d.inSFCRoot&&(e.children.length?e.innerLoc.end=Z.extend({},e.children[e.children.length-1].loc.end):e.innerLoc.end=Z.extend({},e.innerLoc.start),e.innerLoc.source=f(e.innerLoc.start.offset,e.innerLoc.end.offset));var r=e.tag,t=e.ns,i=e.children,n=(Dt||("slot"===r?e.tagType=2:qt(e)?e.tagType=3:(e=>{var t=e.tag,r=e.props;if(!l.isCustomElement(t)){if("component"===t||(e=>64<e&&e<91)(t.charCodeAt(0))||at(t)||l.isBuiltInComponent&&l.isBuiltInComponent(t)||l.isNativeTag&&!l.isNativeTag(t))return 1;for(var i=0;i<r.length;i++){var n=r[i];if(6===n.type){if("is"===n.name&&n.value){if(n.value.content.startsWith("vue:"))return 1;if(Ve("COMPILER_IS_ON_ELEMENT",l,n.loc))return 1}}else if("bind"===n.name&&Y(n.arg,"is")&&Ve("COMPILER_IS_ON_ELEMENT",l,n.loc))return 1}}})(e)&&(e.tagType=1)),d.inRCDATA||(e.children=zt(i)),0===t&&l.isIgnoreNewlineTag(r)&&(i=i[0])&&2===i.type&&(i.content=i.content.replace(/^\r?\n/,"")),0===t&&l.isPreTag(r)&&Mt--,Rt===e&&(Dt=d.inVPre=!1,Rt=null),d.inXML&&0===(p[0]||l).ns&&(d.inXML=!1),e.props);if(J("COMPILER_V_IF_V_FOR_PRECEDENCE",l))for(var s=!1,a=!1,o=0;o<n.length;o++){var c=n[o];if(7===c.type&&("if"===c.name?s=!0:"for"===c.name&&(a=!0)),s&&a){je("COMPILER_V_IF_V_FOR_PRECEDENCE",l,e.loc);break}}d.inSFCRoot||!J("COMPILER_NATIVE_TEMPLATE",l)||"template"!==e.tag||qt(e)||(je("COMPILER_NATIVE_TEMPLATE",l,e.loc),t=(i=p[0]||Ot).children.indexOf(e),(r=i.children).splice.apply(r,[t,1].concat(_toConsumableArray(e.children))));i=n.find(function(e){return 6===e.type&&"inline-template"===e.name});i&&Ve("COMPILER_INLINE_TEMPLATE",l,i.loc)&&e.children.length&&(i.value={type:2,content:f(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:i.loc})}function Gt(e,t){for(var r=e;h.charCodeAt(r)!==t&&0<=r;)r--;return r}var Ht=new Set(["if","else","else-if","for","slot"]);function qt(e){var t=e.tag,r=e.props;if("template"===t)for(var i=0;i<r.length;i++)if(7===r[i].type&&Ht.has(r[i].name))return 1}var Xt=/\r\n/g;function zt(e){for(var t="preserve"!==l.whitespace,r=!1,i=0;i<e.length;i++){var n,s,a=e[i];2===a.type&&(Mt?a.content=a.content.replace(Xt,"\n"):(e=>{for(var t=0;t<e.length;t++)if(!o(e.charCodeAt(t)))return;return 1})(a.content)?(n=e[i-1]&&e[i-1].type,s=e[i+1]&&e[i+1].type,!n||!s||t&&(3===n&&(3===s||1===s)||1===n&&(3===s||1===s&&(e=>{for(var t=0;t<e.length;t++){var r=e.charCodeAt(t);if(10===r||13===r)return 1}})(a.content)))?(r=!0,e[i]=null):a.content=" "):t&&(a.content=Jt(a.content)))}return r?e.filter(Boolean):e}function Jt(e){for(var t="",r=!1,i=0;i<e.length;i++)o(e.charCodeAt(i))?r||(t+=" ",r=!0):(t+=e[i],r=!1);return t}function Kt(e){(p[0]||Ot).children.push(e)}function m(e,t){return{start:d.getPos(e),end:null==t?t:d.getPos(t),source:null==t?t:f(e,t)}}function Wt(e,t){e.end=d.getPos(t),e.source=f(e.start.offset,t)}function Yt(e,t,r,i,n){t=1<arguments.length&&void 0!==t&&t,r=2<arguments.length?r:void 0,i=3<arguments.length&&void 0!==i?i:0,n=4<arguments.length&&void 0!==n?n:0,i=X(e,t,r,i);if(!t&&l.prefixIdentifiers&&3!==n&&e.trim()){if(re(e))return i.ast=null,i;try{var s=l.expressionPlugins,a={plugins:s?[].concat(_toConsumableArray(s),["typescript"]):["typescript"]};i.ast=2===n?S.parse(" ".concat(e," "),a).program:1===n?S.parseExpression("(".concat(e,")=>{}"),a):S.parseExpression("(".concat(e,")"),a)}catch(e){i.ast=!1,v(45,r.start.offset,e.message)}}return i}function v(e,t,r){l.onError(K(e,m(t,t),void 0,r))}function $t(e,t){if(d.reset(),c=a=null,n="",Lt=s=-1,p.length=0,h=e,l=Z.extend({},wt),t)for(var r in t)null!=t[r]&&(l[r]=t[r]);l.decodeEntities&&console.warn("[@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds."),d.mode="html"===l.parseMode?1:"sfc"===l.parseMode?2:0,d.inXML=1===l.ns||2===l.ns;var i=t&&t.delimiters,i=(i&&(d.delimiterOpen=Re(i[0]),d.delimiterClose=Re(i[1])),Ot=be([],e));return d.parse(h),i.loc=m(0,e.length),i.children=zt(i.children),Ot=null,i}function Qt(e,t){!function e(t,r,i){var n=3<arguments.length&&void 0!==arguments[3]&&arguments[3],s=4<arguments.length&&void 0!==arguments[4]&&arguments[4],a=t.children,o=[];for(var c=0;c<a.length;c++){var l=a[c];if(1===l.type&&0===l.tagType){var u=n?0:$(l,i);if(0<u){if(2<=u){l.codegenNode.patchFlag=-1,o.push(l);continue}}else{u=l.codegenNode;13===u.type&&((void 0===(h=u.patchFlag)||512===h||1===h)&&2<=tr(l,i)&&(h=rr(l))&&(u.props=i.hoist(h)),u.dynamicProps)&&(u.dynamicProps=i.hoist(u.dynamicProps))}}else if(12===l.type&&2<=(n?0:$(l,i))){o.push(l);continue}if(1===l.type){var h=1===l.tagType;h&&i.scopes.vSlot++,e(l,t,i,!1,s),h&&i.scopes.vSlot--}else if(11===l.type)e(l,t,i,1===l.children.length,!0);else if(9===l.type)for(var p=0;p<l.branches.length;p++)e(l.branches[p],t,i,1===l.branches[p].children.length,s)}var d=!1;{var f;o.length===a.length&&1===t.type&&(0===t.tagType&&t.codegenNode&&13===t.codegenNode.type&&Z.isArray(t.codegenNode.children)?(t.codegenNode.children=g(N(t.codegenNode.children)),d=!0):1===t.tagType&&t.codegenNode&&13===t.codegenNode.type&&t.codegenNode.children&&!Z.isArray(t.codegenNode.children)&&15===t.codegenNode.children.type?(f=x(t.codegenNode,"default"))&&(f.returns=g(N(f.returns)),d=!0):3===t.tagType&&r&&1===r.type&&1===r.tagType&&r.codegenNode&&13===r.codegenNode.type&&r.codegenNode.children&&!Z.isArray(r.codegenNode.children)&&15===r.codegenNode.children.type&&(f=C(t,"slot",!0),r=f&&f.arg&&x(r.codegenNode,f.arg))&&(r.returns=g(N(r.returns)),d=!0))}if(!d){var m,y=_createForOfIteratorHelper(o);try{for(y.s();!(m=y.n()).done;){var v=m.value;v.codegenNode=i.cache(v.codegenNode)}}catch(e){y.e(e)}finally{y.f()}}function g(e){e=i.cache(e);return s&&i.hmr&&(e.needArraySpread=!0),e}function x(e,t){if(e.children&&!Z.isArray(e.children)&&15===e.children.type)return(e=e.children.properties.find(function(e){return e.key===t||e.key.content===t}))&&e.value}o.length&&i.transformHoist&&i.transformHoist(a,i,t)}(e,void 0,t,Zt(e,e.children[0]))}function Zt(e,t){return 1===e.children.length&&1===t.type&&!bt(t)}function $(e,t){var r=t.constantCache;switch(e.type){case 1:if(0!==e.tagType)return 0;var i=r.get(e);if(void 0!==i)return i;i=e.codegenNode;if(13!==i.type||i.isBlock&&"svg"!==e.tag&&"foreignObject"!==e.tag&&"math"!==e.tag)return 0;if(void 0!==i.patchFlag)return r.set(e,0),0;var n=3,s=tr(e,t);if(0===s)return r.set(e,0),0;s<n&&(n=s);for(var a=0;a<e.children.length;a++){var o=$(e.children[a],t);if(0===o)return r.set(e,0),0;o<n&&(n=o)}if(1<n)for(var c=0;c<e.props.length;c++){var l=e.props[c];if(7===l.type&&"bind"===l.name&&l.exp){l=$(l.exp,t);if(0===l)return r.set(e,0),0;l<n&&(n=l)}}if(i.isBlock){for(var u=0;u<e.props.length;u++)if(7===e.props[u].type)return r.set(e,0),0;t.removeHelper(ee),t.removeHelper(we(t.inSSR,i.isComponent)),i.isBlock=!1,t.helper(Ie(t.inSSR,i.isComponent))}return r.set(e,n),n;case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return $(e.content,t);case 4:return e.constType;case 8:for(var h=3,p=0;p<e.children.length;p++){var d=e.children[p];if(!Z.isString(d)&&!Z.isSymbol(d)){d=$(d,t);if(0===d)return 0;d<h&&(h=d)}}return h;case 20:return 2;default:return 0}}var er=new Set([ce,le,ue,he]);function tr(e,t){var r=3,e=rr(e);if(e&&15===e.type)for(var i=e.properties,n=0;n<i.length;n++){var s=i[n],a=s.key,s=s.value,a=$(a,t);if(0===a)return a;a<r&&(r=a);a=void 0;if(0===(a=4===s.type?$(s,t):14===s.type?function e(t,r){if(14===t.type&&!Z.isString(t.callee)&&er.has(t.callee)){if(4===(t=t.arguments[0]).type)return $(t,r);if(14===t.type)return e(t,r)}return 0}(s,t):0))return a;a<r&&(r=a)}return r}function rr(e){e=e.codegenNode;if(13===e.type)return e.props}function ir(e,t){var r=t.filename,r=void 0===r?"":r,i=t.prefixIdentifiers,i=void 0!==i&&i,n=t.hoistStatic,n=void 0!==n&&n,s=t.hmr,s=void 0!==s&&s,a=t.cacheHandlers,a=void 0!==a&&a,o=t.nodeTransforms,o=void 0===o?[]:o,c=t.directiveTransforms,c=void 0===c?{}:c,l=t.transformHoist,l=void 0===l?null:l,u=t.isBuiltInComponent,u=void 0===u?Z.NOOP:u,h=t.isCustomElement,h=void 0===h?Z.NOOP:h,p=t.expressionPlugins,p=void 0===p?[]:p,d=t.scopeId,d=void 0===d?null:d,f=t.slotted,f=void 0===f||f,m=t.ssr,m=void 0!==m&&m,y=t.inSSR,y=void 0!==y&&y,v=t.ssrCssVars,v=void 0===v?"":v,g=t.bindingMetadata,g=void 0===g?Z.EMPTY_OBJ:g,x=t.inline,x=void 0!==x&&x,E=t.isTS,E=void 0!==E&&E,S=t.onError,S=void 0===S?Ge:S,P=t.onWarn,P=void 0===P?He:P,t=t.compatConfig,T=r.replace(/\?.*$/,"").match(/([^/\\]+)\.\w+$/),b={filename:r,selfName:T&&Z.capitalize(Z.camelize(T[1])),prefixIdentifiers:i,hoistStatic:n,hmr:s,cacheHandlers:a,nodeTransforms:o,directiveTransforms:c,transformHoist:l,isBuiltInComponent:u,isCustomElement:h,expressionPlugins:p,scopeId:d,slotted:f,ssr:m,inSSR:y,ssrCssVars:v,bindingMetadata:g,inline:x,isTS:E,onError:S,onWarn:P,compatConfig:t,root:e,helpers:new Map,components:new Set,directives:new Set,hoists:[],imports:[],cached:[],constantCache:new WeakMap,temps:0,identifiers:Object.create(null),scopes:{vFor:0,vSlot:0,vPre:0,vOnce:0},parent:null,grandParent:null,currentNode:e,childIndex:0,inVOnce:!1,helper:function(e){var t=b.helpers.get(e)||0;return b.helpers.set(e,t+1),e},removeHelper:function(e){var t=b.helpers.get(e);t&&((t=t-1)?b.helpers.set(e,t):b.helpers.delete(e))},helperString:function(e){return"_".concat(te[b.helper(e)])},replaceNode:function(e){if(!b.currentNode)throw new Error("Node being replaced is already removed.");if(!b.parent)throw new Error("Cannot replace root node.");b.parent.children[b.childIndex]=b.currentNode=e},removeNode:function(e){if(!b.parent)throw new Error("Cannot remove root node.");var t=b.parent.children,t=e?t.indexOf(e):b.currentNode?b.childIndex:-1;if(t<0)throw new Error("node being removed is not a child of current parent");e&&e!==b.currentNode?b.childIndex>t&&(b.childIndex--,b.onNodeRemoved()):(b.currentNode=null,b.onNodeRemoved()),b.parent.children.splice(t,1)},onNodeRemoved:Z.NOOP,addIdentifiers:function(e){Z.isString(e)?_(e):e.identifiers?e.identifiers.forEach(_):4===e.type&&_(e.content)},removeIdentifiers:function(e){Z.isString(e)?A(e):e.identifiers?e.identifiers.forEach(A):4===e.type&&A(e.content)},hoist:function(e){Z.isString(e)&&(e=X(e)),b.hoists.push(e);var t=X("_hoisted_".concat(b.hoists.length),!1,e.loc,2);return t.hoisted=e,t},cache:function(e){e=Ne(b.cached.length,e,1<arguments.length&&void 0!==arguments[1]&&arguments[1],2<arguments.length&&void 0!==arguments[2]&&arguments[2]);return b.cached.push(e),e}};function _(e){var t=b.identifiers;void 0===t[e]&&(t[e]=0),t[e]++}function A(e){b.identifiers[e]--}return b.filters=new Set,b}function nr(e,t){var r=ir(e,t);{var i,n,s,a,o;sr(e,r),t.hoistStatic&&Qt(e,r),t.ssr||(t=e,a=(i=r).helper,1===(o=t.children).length?(n=o[0],Zt(t,n)&&n.codegenNode?(13===(s=n.codegenNode).type&&Oe(s,i),t.codegenNode=s):t.codegenNode=n):1<o.length&&(s=64,1===o.filter(function(e){return 3!==e.type}).length&&(s|=2048),t.codegenNode=_e(i,a(T),void 0,t.children,s,void 0,void 0,!0,void 0,!1)))}e.helpers=new Set(_toConsumableArray(r.helpers.keys())),e.components=_toConsumableArray(r.components),e.directives=_toConsumableArray(r.directives),e.imports=r.imports,e.hoists=r.hoists,e.temps=r.temps,e.cached=r.cached,e.transformed=!0,e.filters=_toConsumableArray(r.filters)}function sr(e,t){t.currentNode=e;for(var r=t.nodeTransforms,i=[],n=0;n<r.length;n++){var s=r[n](e,t);if(s&&(Z.isArray(s)?i.push.apply(i,_toConsumableArray(s)):i.push(s)),!t.currentNode)return;e=t.currentNode}switch(e.type){case 3:t.ssr||t.helper(ne);break;case 5:t.ssr||t.helper(ae);break;case 9:for(var a=0;a<e.branches.length;a++)sr(e.branches[a],t);break;case 10:case 11:case 1:case 0:for(var o=e,c=t,l=0,u=function(){l--};l<o.children.length;l++){var h=o.children[l];Z.isString(h)||(c.grandParent=c.parent,c.parent=o,c.childIndex=l,c.onNodeRemoved=u,sr(h,c))}}t.currentNode=e;for(var p=i.length;p--;)i[p]()}function ar(t,a){var o=Z.isString(t)?function(e){return e===t}:function(e){return t.test(e)};return function(e,t){if(1===e.type){var r=e.props;if(3!==e.tagType||!r.some(Pt)){for(var i=[],n=0;n<r.length;n++){var s=r[n];7===s.type&&o(s.name)&&(r.splice(n,1),n--,s=a(e,s,t))&&i.push(s)}return i}}}}var or="/*@__PURE__*/",cr=function(e){return"".concat(te[e],": _").concat(te[e])};function lr(e,t){var r=t.mode,r=void 0===r?"function":r,i=t.prefixIdentifiers,n=t.sourceMap,n=void 0!==n&&n,s=t.filename,a=void 0===s?"template.vue.html":s,s=t.scopeId,o=t.optimizeImports,c=t.runtimeGlobalName,l=t.runtimeModuleName,u=t.ssrRuntimeModuleName,h=t.ssr,p=t.isTS,t=t.inSSR,d={mode:r,prefixIdentifiers:void 0===i?"module"===r:i,sourceMap:n,filename:a,scopeId:void 0===s?null:s,optimizeImports:void 0!==o&&o,runtimeGlobalName:void 0===c?"Vue":c,runtimeModuleName:void 0===l?"vue":l,ssrRuntimeModuleName:void 0===u?"vue/server-renderer":u,ssr:void 0!==h&&h,isTS:void 0!==p&&p,inSSR:void 0!==t&&t,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper:function(e){return"_".concat(te[e])},push:function(e){var t,r,i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:-2,n=2<arguments.length?arguments[2]:void 0;d.code+=e,d.map&&(n&&(4!==n.type||n.isStatic||(r=n.content.replace(/^_ctx\./,""))!==n.content&&re(r)&&(t=r),m(n.loc.start,t)),-3===i?gt(d,e):(d.offset+=e.length,-2===i?d.column+=e.length:(-1===i&&(i=e.length-1),d.line++,d.column=e.length-i)),n)&&n.loc!==y&&m(n.loc.end)},indent:function(){f(++d.indentLevel)},deindent:function(){0<arguments.length&&void 0!==arguments[0]&&arguments[0]?--d.indentLevel:f(--d.indentLevel)},newline:function(){f(d.indentLevel)}};function f(e){d.push("\n"+" ".repeat(e),0)}function m(e,t){var t=1<arguments.length&&void 0!==t?t:null,r=d.map,i=r._names,r=r._mappings;null===t||i.has(t)||i.add(t),r.add({originalLine:e.line,originalColumn:e.column-1,generatedLine:d.line,generatedColumn:d.column-1,source:a,name:t})}return n&&(d.map=new P.SourceMapGenerator,d.map.setSourceContent(a,d.source),d.map._sources.add(a)),d}function ur(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},i=lr(e,r),n=(r.onContextCreated&&r.onContextCreated(i),i.mode),s=i.push,a=i.prefixIdentifiers,o=i.indent,c=i.deindent,l=i.newline,u=i.ssr,h=Array.from(e.helpers),p=0<h.length,a=!a&&"module"!==n,d=!!r.inline,f=d?lr(e,r):i;{var m,y,v,g,x,E,S,P,S,x,n,m,g,y,v,S,T;"module"===n?(n=e,y=d,v=(m=f).push,g=m.newline,x=m.optimizeImports,E=m.runtimeModuleName,S=m.ssrRuntimeModuleName,n.helpers.size&&(P=Array.from(n.helpers),x?(v("import { ".concat(P.map(function(e){return te[e]}).join(", ")," } from ").concat(JSON.stringify(E),"\n"),-1),v("\n// Binding optimization for webpack code-split\nconst ".concat(P.map(function(e){return"_".concat(te[e]," = ").concat(te[e])}).join(", "),"\n"),-1)):v("import { ".concat(P.map(function(e){return"".concat(te[e]," as _").concat(te[e])}).join(", ")," } from ").concat(JSON.stringify(E),"\n"),-1)),n.ssrHelpers&&n.ssrHelpers.length&&v("import { ".concat(n.ssrHelpers.map(function(e){return"".concat(te[e]," as _").concat(te[e])}).join(", "),' } from "').concat(S,'"\n'),-1),n.imports.length&&(x=n.imports,t=m,x.length&&x.forEach(function(e){t.push("import "),ie(e.exp,t),t.push(" from '".concat(e.path,"'")),t.newline()}),g()),pr(n.hoists,m),g(),y||v("export ")):(P=e,S=(E=f).ssr,x=E.prefixIdentifiers,n=E.push,m=E.newline,g=E.runtimeModuleName,y=E.runtimeGlobalName,v=E.ssrRuntimeModuleName,S=S?"require(".concat(JSON.stringify(g),")"):y,0<(T=Array.from(P.helpers)).length&&(x?n("const { ".concat(T.map(cr).join(", ")," } = ").concat(S,"\n"),-1):(n("const _Vue = ".concat(S,"\n"),-1),P.hoists.length&&(g=[L,M,ne,D,R].filter(function(e){return T.includes(e)}).map(cr).join(", "),n("const { ".concat(g," } = _Vue\n"),-1)))),P.ssrHelpers&&P.ssrHelpers.length&&n("const { ".concat(P.ssrHelpers.map(cr).join(", "),' } = require("').concat(v,'")\n'),-1),pr(P.hoists,E),m(),n("return "))}var n=u?"ssrRender":"render",b=u?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"],r=(r.bindingMetadata&&!r.inline&&b.push("$props","$setup","$data","$options"),r.isTS?b.map(function(e){return"".concat(e,": any")}).join(","):b.join(", "));if(s(d?"(".concat(r,") => {"):"function ".concat(n,"(").concat(r,") {")),o(),a&&(s("with (_ctx) {"),o(),p)&&(s("const { ".concat(h.map(cr).join(", ")," } = _Vue\n"),-1),l()),e.components.length&&(hr(e.components,"component",i),e.directives.length||0<e.temps)&&l(),e.directives.length&&(hr(e.directives,"directive",i),0<e.temps)&&l(),e.filters&&e.filters.length&&(l(),hr(e.filters,"filter",i),l()),0<e.temps){s("let ");for(var _=0;_<e.temps;_++)s("".concat(0<_?", ":"","_temp").concat(_))}return(e.components.length||e.directives.length||e.temps)&&(s("\n",0),l()),u||s("return "),e.codegenNode?ie(e.codegenNode,i):s("null"),a&&(c(),s("}")),c(),s("}"),{ast:e,code:i.code,preamble:d?f.code:"",map:i.map?i.map.toJSON():void 0}}function hr(e,t,r){for(var i=r.helper,n=r.push,s=r.newline,a=r.isTS,o=i("filter"===t?V:"component"===t?F:U),c=0;c<e.length;c++){var l=e[c],u=l.endsWith("__self");u&&(l=l.slice(0,-6)),n("const ".concat(Nt(l,t)," = ").concat(o,"(").concat(JSON.stringify(l)).concat(u?", true":"",")").concat(a?"!":"")),c<e.length-1&&s()}}function pr(e,t){if(e.length){t.pure=!0;var r=t.push,i=t.newline;i();for(var n=0;n<e.length;n++){var s=e[n];s&&(r("const _hoisted_".concat(n+1," = ")),ie(s,t),i())}t.pure=!1}}function dr(e,t){var r=3<e.length||e.some(function(e){return Z.isArray(e)||(e=e,!(Z.isString(e)||4===e.type||2===e.type||5===e.type||8===e.type))});t.push("["),r&&t.indent(),fr(e,t,r),r&&t.deindent(),t.push("]")}function fr(e,t,r,i){for(var n=2<arguments.length&&void 0!==r&&r,s=!(3<arguments.length&&void 0!==i)||i,a=t.push,o=t.newline,c=0;c<e.length;c++){var l=e[c];Z.isString(l)?a(l,-3):(Z.isArray(l)?dr:ie)(l,t),c<e.length-1&&(n?(s&&a(","),o()):s&&a(", "))}}function ie(e,t){var r,i,n,s,a,o,c,l;if(Z.isString(e))t.push(e,-3);else if(Z.isSymbol(e))t.push(t.helper(e));else switch(e.type){case 1:case 9:case 11:xt(null!=e.codegenNode,"Codegen node is missing for element/if/for node. Apply appropriate transforms first."),ie(e.codegenNode,t);break;case 2:l=e,t.push(JSON.stringify(l.content),-3,l);break;case 4:mr(e,t);break;case 5:l=e,o=(a=t).push,c=a.helper,a.pure&&o(or),o("".concat(c(ae),"(")),ie(l.content,a),o(")");break;case 12:ie(e.codegenNode,t);break;case 8:yr(e,t);break;case 3:c=e,a=t.push,o=t.helper,t.pure&&a(or),a("".concat(o(ne),"(").concat(JSON.stringify(c.content),")"),-3,c);break;case 13:var u=e,h=t,p=h.push,d=h.helper,f=h.pure,R=u.tag,F=u.props,B=u.children,m=u.patchFlag,y=u.dynamicProps,v=u.directives,g=u.isBlock,x=u.disableTracking,E=u.isComponent;m&&(b=m<0?m+" /* ".concat(Z.PatchFlagNames[m]," */"):(b=Object.keys(Z.PatchFlagNames).map(Number).filter(function(e){return 0<e&&m&e}).map(function(e){return Z.PatchFlagNames[e]}).join(", "),m+" /* ".concat(b," */"))),v&&p(d(se)+"("),g&&p("(".concat(d(ee),"(").concat(x?"true":"","), ")),f&&p(or),x=(g?we:Ie)(h.inSSR,E),p(d(x)+"(",-2,u),fr((e=>{for(var t=e.length;t--&&null==e[t];);return e.slice(0,t+1).map(function(e){return e||"null"})})([R,F,B,b,y]),h),p(")"),g&&p(")"),v&&(p(", "),ie(v,h),p(")"));break;case 14:f=e,d=(E=t).push,x=E.helper,u=E.pure,x=Z.isString(f.callee)?f.callee:x(f.callee),u&&d(or),d(x+"(",-2,f),fr(f.arguments,E),d(")");break;case 15:var R=e,S=t,P=S.push,F=S.indent,B=S.deindent,U=S.newline,T=R.properties;if(T.length){var b=1<T.length||T.some(function(e){return 4!==e.value.type});P(b?"{":"{ "),b&&F();for(var _=0;_<T.length;_++){var V=T[_],j=V.key,V=V.value;((e,t)=>{var r=t.push;8===e.type?(r("["),yr(e,t),r("]")):e.isStatic?(t=re(e.content)?e.content:JSON.stringify(e.content),r(t,-2,e)):r("[".concat(e.content,"]"),-3,e)})(j,S),P(": "),ie(V,S),_<T.length-1&&(P(","),U())}b&&B(),P(b?"}":" }")}else P("{}",-2,R);break;case 17:dr(e.elements,t);break;case 18:y=e,v=(g=t).push,h=g.indent,p=g.deindent,A=y.params,I=y.returns,N=y.body,k=y.newline,(C=y.isSlot)&&v("_".concat(te[xe],"(")),v("(",-2,y),Z.isArray(A)?fr(A,g):A&&ie(A,g),v(") => "),(k||N)&&(v("{"),h()),I?(k&&v("return "),(Z.isArray(I)?dr:ie)(I,g)):N&&ie(N,g),(k||N)&&(p(),v("}")),C&&(y.isNonScopedSlot&&v(", undefined, true"),v(")"));break;case 19:var A=t,k=(I=e).test,N=I.consequent,C=I.alternate,I=I.newline,w=A.push,O=A.indent,G=A.deindent,L=A.newline,M=(4===k.type?((M=!re(k.content))&&w("("),mr(k,A),M&&w(")")):(w("("),ie(k,A),w(")")),I&&O(),A.indentLevel++,I||w(" "),w("? "),ie(N,A),A.indentLevel--,I&&L(),I||w(" "),w(": "),19===C.type);M||A.indentLevel++,ie(C,A),M||A.indentLevel--,I&&G(!0);break;case 20:O=e,w=(L=t).push,M=L.helper,G=L.indent,r=L.deindent,i=L.newline,n=O.needPauseTracking,(s=O.needArraySpread)&&w("[...("),w("_cache[".concat(O.index,"] || (")),n&&(G(),w("".concat(M(ye),"(-1")),O.inVOnce&&w(", true"),w("),"),i(),w("(")),w("_cache[".concat(O.index,"] = ")),ie(O.value,L),n&&(w(").cacheIndex = ".concat(O.index,",")),i(),w("".concat(M(ye),"(1),")),i(),w("_cache[".concat(O.index,"]")),r()),w(")"),s&&w(")]");break;case 21:fr(e.body,t,!0,!1);break;case 22:for(var H=e,q=t,D=q.push,X=q.indent,z=q.deindent,J=(D("`"),H.elements.length),K=3<J,W=0;W<J;W++){var Y=H.elements[W];Z.isString(Y)?D(Y.replace(/(`|\$|\\)/g,"\\$1"),-3):(D("${"),K&&X(),ie(Y,q),K&&z(),D("}"))}D("`");break;case 23:!function e(t,r){var i=r.push,n=r.indent,s=r.deindent,a=t.test,o=t.consequent,t=t.alternate;i("if ("),ie(a,r),i(") {"),n(),ie(o,r),s(),i("}"),t&&(i(" else "),23===t.type?e(t,r):(i("{"),n(),ie(t,r),s(),i("}")))}(e,t);break;case 24:n=t,ie((i=e).left,n),n.push(" = "),ie(i.right,n);break;case 25:r=e,(s=t).push("("),fr(r.expressions,s),s.push(")");break;case 26:var $=e,Q=t;$=$.returns,Q.push("return "),(Z.isArray($)?dr:ie)($,Q);break;case 10:break;default:xt(!1,"unhandled codegen node type: ".concat(e.type))}}function mr(e,t){var r=e.content;t.push(e.isStatic?JSON.stringify(r):r,-3,e)}function yr(e,t){for(var r=0;r<e.children.length;r++){var i=e.children[r];Z.isString(i)?t.push(i,-3):ie(i,t)}}var vr=Z.makeMap("true,false,null,this"),gr=function(e,t){if(5===e.type)e.content=x(e.content,t);else if(1===e.type)for(var r=C(e,"memo"),i=0;i<e.props.length;i++){var n,s,a=e.props[i];7===a.type&&"for"!==a.name&&(n=a.exp,s=a.arg,!n||4!==n.type||"on"===a.name&&s||r&&s&&4===s.type&&"key"===s.content||(a.exp=x(n,t,"slot"===a.name)),s)&&4===s.type&&!s.isStatic&&(a.arg=x(s,t))}};function x(s,u){var e=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=3<arguments.length&&void 0!==arguments[3]&&arguments[3],h=4<arguments.length&&void 0!==arguments[4]?arguments[4]:Object.create(u.identifiers);if(!u.prefixIdentifiers||!s.content.trim())return s;function a(e,t,r){var i=Z.hasOwn(d,e)&&d[e];if(p){var n,s=t&&"AssignmentExpression"===t.type&&t.left===r,a=t&&"UpdateExpression"===t.type&&t.argument===r,o=t&&Je(t,m),c=t&&Ke(m),l=function(e){e="".concat(u.helperString(Ee),"(").concat(e,")");return c?"(".concat(e,")"):e};if(Er(i)||"setup-reactive-const"===i||h[e])return e;if("setup-ref"===i)return"".concat(e,".value");if("setup-maybe-ref"===i)return s||a||o?"".concat(e,".value"):l(e);if("setup-let"===i)return s?(s=t.right,n=t.operator,s=xr(x(X(f.slice(s.start-1,s.end-1),!1),u,!1,!1,y)),"".concat(u.helperString(Se),"(").concat(e,")").concat(u.isTS?" //@ts-ignore\n":""," ? ").concat(e,".value ").concat(n," ").concat(s," : ").concat(e)):a?(r.start=t.start,r.end=t.end,n=t.operator,a=(s=t.prefix)?n:"",r=s?"":n,"".concat(u.helperString(Se),"(").concat(e,")").concat(u.isTS?" //@ts-ignore\n":""," ? ").concat(a).concat(e,".value").concat(r," : ").concat(a).concat(e).concat(r)):o?e:l(e);if("props"===i)return Z.genPropsAccessExp(e);if("props-aliased"===i)return Z.genPropsAccessExp(d.__propsAliases[e])}else{if(i&&i.startsWith("setup")||"literal-const"===i)return"$setup.".concat(e);if("props-aliased"===i)return"$props['".concat(d.__propsAliases[e],"']");if(i)return"$".concat(i,".").concat(e)}return"_ctx.".concat(e)}var r,i,p=u.inline,d=u.bindingMetadata,f=s.content,n=s.ast;if(!1===n)return s;if(null===n||!n&&re(f))return r=u.identifiers[f],o=Z.isGloballyAllowed(f),i=vr(f),e||r||i||o&&!d[f]?r||(s.constType=i?3:2):(Er(d[f])&&(s.constType=1),s.content=a(f)),s;if(!n){var o=t?" ".concat(f," "):"(".concat(f,")").concat(e?"=>{}":"");try{n=S.parseExpression(o,{sourceType:"module",plugins:u.expressionPlugins})}catch(e){return u.onError(K(45,s.loc,void 0,e.message)),s}}var c,l=[],m=[],y=Object.create(u.identifiers),v=(Xe(n,function(e,t,r,i,n){it(e,t)||e.name.startsWith("_filter_")||((i=i&&(i=e,!(Z.isGloballyAllowed(i.name)||"require"===i.name)))&&!n?(rt(t)&&t.shorthand&&(e.prefix="".concat(e.name,": ")),e.name=a(e.name,t,e)):i&&n||t&&("CallExpression"===t.type||"NewExpression"===t.type||"MemberExpression"===t.type)||(e.isConstant=!0),l.push(e))},!0,m,y),[]);return l.sort(function(e,t){return e.start-t.start}),l.forEach(function(e,t){var r=e.start-1,i=e.end-1,n=l[t-1],n=f.slice(n?n.end-1:0,r),n=((n.length||e.prefix)&&v.push(n+(e.prefix||"")),f.slice(r,i));v.push(X(e.name,!1,{start:vt(s.loc.start,n,r),end:vt(s.loc.start,n,i),source:n},e.isConstant?3:0)),t===l.length-1&&i<f.length&&v.push(f.slice(i))}),v.length?(c=g(v,s.loc)).ast=n:(c=s).constType=3,c.identifiers=Object.keys(y),c}function xr(e){return Z.isString(e)?e:4===e.type?e.content:e.children.map(xr).join("")}function Er(e){return"setup-const"===e||"literal-const"===e}var Sr=ar(/^(if|else|else-if)$/,function(e,t,o){return Pr(e,t,o,function(e,t,r){for(var i=o.parent.children,n=i.indexOf(e),s=0;0<=n--;){var a=i[n];a&&9===a.type&&(s+=a.branches.length)}return function(){r?e.codegenNode=br(t,s,o):(e=>{for(;;)if(19===e.type){if(19!==e.alternate.type)return e;e=e.alternate}else 20===e.type&&(e=e.value)})(e.codegenNode).alternate=br(t,s+e.branches.length-1,o)}})});function Pr(i,n,s,a){if("else"===n.name||n.exp&&n.exp.content.trim()||(e=(n.exp||i).loc,s.onError(K(28,n.loc)),n.exp=X("true",!1,e)),s.prefixIdentifiers&&n.exp&&(n.exp=x(n.exp,s)),"if"===n.name){var e=Tr(i,n),t={type:9,loc:m((t=i.loc).start.offset,t.end.offset),branches:[e]};if(s.replaceNode(t),a)return a(t,e,!0)}else for(var r,o=s.parent.children,c=[],l=o.indexOf(i),u=function(){var t,r,e=o[l];return e&&3===e.type?(s.removeNode(e),c.unshift(e),0):e&&2===e.type&&!e.content.trim().length?(s.removeNode(e),0):(e&&9===e.type?("else-if"===n.name&&void 0===e.branches[e.branches.length-1].condition&&s.onError(K(30,i.loc)),s.removeNode(),t=Tr(i,n),c.length&&(!s.parent||1!==s.parent.type||"transition"!==s.parent.tag&&"Transition"!==s.parent.tag)&&(t.children=[].concat(c,_toConsumableArray(t.children))),(r=t.userKey)&&e.branches.forEach(function(e){((e,t)=>{if(e&&e.type===t.type){if(6===e.type){if(e.value.content!==t.value.content)return}else{e=e.exp,t=t.exp;if(e.type!==t.type||4!==e.type||e.isStatic!==t.isStatic||e.content!==t.content)return}return 1}})(e.userKey,r)&&s.onError(K(29,t.userKey.loc))}),e.branches.push(t),e=a&&a(e,t,!1),sr(t,s),e&&e(),s.currentNode=null):s.onError(K(30,i.loc)),1)};-1<=l--&&(0===(r=u())||1!==r););}function Tr(e,t){var r=3===e.tagType;return{type:10,loc:e.loc,condition:"else"===t.name?void 0:t.exp,children:r&&!C(e,"for")?e.children:[e],userKey:Et(e,"key"),isTemplateIf:r}}function br(e,t,r){return e.condition?ke(e.condition,_r(e,t,r),z(r.helper(ne),['"v-if"',"true"])):_r(e,t,r)}function _r(e,t,r){var i,n=r.helper,t=q("key",X("".concat(t),!1,y,2)),s=e.children,a=s[0];return 1!==s.length||1!==a.type?1===s.length&&11===a.type?(At(i=a.codegenNode,t,r),i):(i=64,e.isTemplateIf||1!==s.filter(function(e){return 3!==e.type}).length||(i|=2048),_e(r,n(T),H([t]),s,i,void 0,void 0,!0,!1,!1,e.loc)):(13===(s=Ct(n=a.codegenNode)).type&&Oe(s,r),At(s,t,r),n)}function Ar(e,t){var r=e.arg,i=Z.camelize(r.content);e.exp=X(i,!1,r.loc),e.exp=x(e.exp,t)}function kr(e,t){4===e.type?e.isStatic?e.content=t+e.content:e.content="`".concat(t,"${").concat(e.content,"}`"):(e.children.unshift("'".concat(t,"' + (")),e.children.push(")"))}var Nr=function(e,t,r){var i=e.modifiers,n=e.loc,s=e.arg,a=e.exp;if(a&&4===a.type&&!a.content.trim())return r.onError(K(34,n)),{props:[q(s,X("",!0,n))]};if(!a){if(4!==s.type||!s.isStatic)return r.onError(K(52,s.loc)),{props:[q(s,X("",!0,n))]};Ar(e,r),a=e.exp}return 4!==s.type?(s.children.unshift("("),s.children.push(') || ""')):s.isStatic||(s.content="".concat(s.content,' || ""')),i.some(function(e){return"camel"===e.content})&&(4===s.type?s.isStatic?s.content=Z.camelize(s.content):s.content="".concat(r.helperString(de),"(").concat(s.content,")"):(s.children.unshift("".concat(r.helperString(de),"(")),s.children.push(")"))),r.inSSR||(i.some(function(e){return"prop"===e.content})&&kr(s,"."),i.some(function(e){return"attr"===e.content})&&kr(s,"^")),{props:[q(s,a)]}},Cr=ar("for",function(h,e,p){var d=p.helper,f=p.removeHelper;return Ir(h,e,p,function(n){var s=z(d(j),[n.source]),a=Tt(h),o=C(h,"memo"),e=Et(h,"key",!1,!0),t=e&&7===e.type,c=(t&&!e.exp&&Ar(e,p),e&&(6===e.type?e.value?X(e.value.content,!0):void 0:e.exp)),l=(o&&c&&t&&(e.exp=c=x(c,p)),e&&c?q("key",c):null),u=(a&&(o&&(o.exp=x(o.exp,p)),l)&&6!==e.type&&(l.value=x(l.value,p)),4===n.source.type&&0<n.source.constType),t=u?64:e?128:256;return n.codegenNode=_e(p,d(T),void 0,s,t,void 0,void 0,!0,!u,!1,h.loc),function(){var e,t=n.children,r=(a&&h.children.some(function(e){if(1===e.type){e=Et(e,"key");if(e)return p.onError(K(33,e.loc)),!0}}),1!==t.length||1!==t[0].type),i=bt(h)?h:a&&1===h.children.length&&bt(h.children[0])?h.children[0]:null;i?(e=i.codegenNode,a&&l&&At(e,l,p)):r?e=_e(p,d(T),l?H([l]):void 0,h.children,64,void 0,void 0,!0,void 0,!1):(e=t[0].codegenNode,a&&l&&At(e,l,p),e.isBlock!==!u&&(e.isBlock?(f(ee),f(we(p.inSSR,e.isComponent))):f(Ie(p.inSSR,e.isComponent))),e.isBlock=!u,e.isBlock?(d(ee),d(we(p.inSSR,e.isComponent))):d(Ie(p.inSSR,e.isComponent))),o?((i=Ae(Or(n.parseResult,[X("_cached")]))).body=Ce([g(["const _memo = (",o.exp,")"]),g(["if (_cached"].concat(_toConsumableArray(c?[" && _cached.key === ",c]:[]),[" && ".concat(p.helperString(Te),"(_cached, _memo)) return _cached")])),g(["const _item = ",e]),X("_item.memo = _memo"),X("return _item")]),s.arguments.push(i,X("_cache"),X(String(p.cached.length))),p.cached.push(null)):s.arguments.push(Ae(Or(n.parseResult),e,!0))}})});function Ir(e,t,r,i){if(t.exp){var n,s,a,o,c,l,u,h,p=t.forParseResult;if(p)return wr(p,r),n=r.addIdentifiers,s=r.removeIdentifiers,a=r.scopes,u=p.source,u={type:11,loc:t.loc,source:u,valueAlias:o=p.value,keyAlias:c=p.key,objectIndexAlias:l=p.index,parseResult:p,children:Tt(e)?e.children:[e]},r.replaceNode(u),a.vFor++,r.prefixIdentifiers&&(o&&n(o),c&&n(c),l)&&n(l),h=i&&i(u),function(){a.vFor--,r.prefixIdentifiers&&(o&&s(o),c&&s(c),l)&&s(l),h&&h()};r.onError(K(32,t.loc))}else r.onError(K(31,t.loc))}function wr(e,t){e.finalized||(t.prefixIdentifiers&&(e.source=x(e.source,t),e.key&&(e.key=x(e.key,t,!0)),e.index&&(e.index=x(e.index,t,!0)),e.value)&&(e.value=x(e.value,t,!0)),e.finalized=!0)}function Or(e){for(var t=[e.value,e.key,e.index].concat(_toConsumableArray(1<arguments.length&&void 0!==arguments[1]?arguments[1]:[])),r=t.length;r--&&!t[r];);return t.slice(0,r+1).map(function(e,t){return e||X("_".repeat(t+1),!1)})}function Lr(e,t,r,i){return Ae(e,r,!1,!0,r.length?r[0].loc:i)}var Mr=X("undefined",!1),Dr=function(e,t){if(1===e.type&&(1===e.tagType||3===e.tagType)){var r,e=C(e,"slot");if(e)return r=e.exp,t.prefixIdentifiers&&r&&t.addIdentifiers(r),t.scopes.vSlot++,function(){t.prefixIdentifiers&&r&&t.removeIdentifiers(r),t.scopes.vSlot--}}},Rr=function(e,t){if(Tt(e)&&e.props.some(Pt)&&(e=C(e,"for"))){var r,i,n,s,e=e.forParseResult;if(e)return wr(e,t),r=e.value,i=e.key,n=e.index,e=t.addIdentifiers,s=t.removeIdentifiers,r&&e(r),i&&e(i),n&&e(n),function(){r&&s(r),i&&s(i),n&&s(n)}}};function Fr(e,r){for(var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:Lr,t=(r.helper(xe),e.children),n=e.loc,s=[],a=[],o=0<r.scopes.vSlot||0<r.scopes.vFor,c=(!r.ssr&&r.prefixIdentifiers&&(o=I(e,r.identifiers)),C(e,"slot",!0)),l=(c&&(k=c.arg,A=c.exp,k&&!W(k)&&(o=!0),s.push(q(k||X("default",!0),i(A,void 0,t,n)))),!1),u=!1,h=[],p=new Set,d=0,f=0;f<t.length;f++){var m=t[f],y=void 0;if(Tt(m)&&(y=C(m,"slot",!0))){if(c){r.onError(K(37,y.loc));break}var l=!0,v=m.children,g=m.loc,x=y.arg,x=void 0===x?X("default",!0):x,E=y.exp,y=y.loc,S=void 0,P=(W(x)?S=x?x.content:"default":o=!0,C(m,"for")),E=i(E,P,v,g);if(v=C(m,"if"))o=!0,a.push(ke(v.exp,Br(x,E,d++),Mr));else if(g=C(m,/^else(-if)?$/,!0)){for(var T=f,b=void 0;T--&&3===(b=t[T]).type;);if(b&&Tt(b)&&C(b,/^(else-)?if$/)){for(var _=a[a.length-1];19===_.alternate.type;)_=_.alternate;_.alternate=g.exp?ke(g.exp,Br(x,E,d++),Mr):Br(x,E,d++)}else r.onError(K(30,g.loc))}else if(P){o=!0,v=P.forParseResult;v?(wr(v,r),a.push(z(r.helper(j),[v.source,Ae(Or(v),Br(x,E),!0)]))):r.onError(K(32,P.loc))}else{if(S){if(p.has(S)){r.onError(K(38,y));continue}p.add(S),"default"===S&&(u=!0)}s.push(q(x,E))}}else 3!==m.type&&h.push(m)}c||(k=function(e,t){e=i(e,void 0,t,n);return r.compatConfig&&(e.isNonScopedSlot=!0),q("default",e)},l?h.length&&h.some(function e(t){return 2!==t.type&&12!==t.type||(2===t.type?!!t.content.trim():e(t.content))})&&(u?r.onError(K(39,h[0].loc)):s.push(k(void 0,h))):s.push(k(void 0,t)));var A=o?2:function e(t){for(var r=0;r<t.length;r++){var i=t[r];switch(i.type){case 1:if(2===i.tagType||e(i.children))return!0;break;case 9:if(e(i.branches))return!0;break;case 10:case 11:if(e(i.children))return!0}}return!1}(e.children)?3:1,k=H(s.concat(q("_",X(A+" /* ".concat(Z.slotFlagsText[A]," */"),!1))),n);return{slots:k=a.length?z(r.helper(Q),[k,N(a)]):k,hasDynamicSlots:o}}function Br(e,t,r){e=[q("name",e),q("fn",t)];return null!=r&&e.push(q("key",X(String(r),!0))),H(e)}var Ur=new WeakMap,Vr=function(p,d){return function(){var e,t,r,i,n,s,a,o,c,l,u,h;1!==(p=d.currentNode).type||0!==p.tagType&&1!==p.tagType||(i=(l=p).tag,l=l.props,t=(e=1===p.tagType)?jr(p,d):'"'.concat(i,'"'),i=(u=Z.isObject(t)&&t.callee===B)||t===b||t===_||!e&&("svg"===i||"foreignObject"===i||"math"===i),(s=0)<l.length&&(n=(l=Hr(p,d,void 0,e,u)).props,s=l.patchFlag,a=l.dynamicPropNames,o=(u=l.directives)&&u.length?N(u.map(function(e){return Xr(e,d)})):void 0,l.shouldUseBlock)&&(i=!0),0<p.children.length&&(t===A&&(i=!0,s|=1024,1<p.children.length)&&d.onError(K(46,{start:p.children[0].loc.start,end:p.children[p.children.length-1].loc.end,source:""})),e&&t!==b&&t!==A?(c=(u=Fr(p,d)).slots,u.hasDynamicSlots&&(s|=1024)):c=1===p.children.length&&t!==b&&((h=5===(u=(l=p.children[0]).type)||8===u)&&0===$(l,d)&&(s|=1),h||2===u)?l:p.children),a&&a.length&&(r=(e=>{for(var t="[",r=0,i=e.length;r<i;r++)t+=JSON.stringify(e[r]),r<i-1&&(t+=", ");return t+"]"})(a)),p.codegenNode=_e(d,t,n,c,0===s?void 0:s,r,o,!!i,!1,e,p.loc))}};function jr(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=e.tag,n=zr(i),e=Et(e,"is",!1,!0);if(e)if(n||J("COMPILER_IS_ON_ELEMENT",t)){if(6===e.type?s=e.value&&X(e.value.content,!0):(s=e.exp)||(s=X("is",!1,e.arg.loc),s=e.exp=x(s,t)),s)return z(t.helper(B),[s])}else 6===e.type&&e.value.content.startsWith("vue:")&&(i=e.value.content.slice(4));n=at(i)||t.isBuiltInComponent(i);if(n)return r||t.helper(n),n;var s=Gr(i,t);if(s)return s;e=i.indexOf(".");if(0<e){r=Gr(i.slice(0,e),t);if(r)return r+i.slice(e)}return t.selfName&&Z.capitalize(Z.camelize(i))===t.selfName?(t.helper(F),t.components.add(i+"__self")):(t.helper(F),t.components.add(i)),Nt(i,"component")}function Gr(t,e){var r,i,n,s,a=e.bindingMetadata;if(a&&!1!==a.__isScriptSetup)return r=Z.camelize(t),i=Z.capitalize(r),(s=(n=function(e){return a[t]===e?t:a[r]===e?r:a[i]===e?i:void 0})("setup-const")||n("setup-reactive-const")||n("literal-const"))?e.inline?s:"$setup[".concat(JSON.stringify(s),"]"):(s=n("setup-let")||n("setup-ref")||n("setup-maybe-ref"))?e.inline?"".concat(e.helperString(Ee),"(").concat(s,")"):"$setup[".concat(JSON.stringify(s),"]"):(s=n("props"))?"".concat(e.helperString(Ee),"(").concat(e.inline?"__props":"$props","[").concat(JSON.stringify(s),"])"):void 0}function Hr(e,i){for(var t,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:e.props,n=3<arguments.length?arguments[3]:void 0,D=4<arguments.length?arguments[4]:void 0,s=5<arguments.length&&void 0!==arguments[5]&&arguments[5],a=e.tag,o=e.loc,c=[],l=[],u=[],h=0<e.children.length,p=!1,d=0,f=!1,R=!1,m=!1,F=!1,y=!1,B=!1,v=[],g=function(e){c.length&&(l.push(H(qr(c),o)),c=[]),e&&l.push(e)},x=function(){0<i.scopes.vFor&&c.push(q(X("ref_for",!0),X("true")))},U=function(e){var t,r=e.key,e=e.value;W(r)?(r=r.content,!(t=Z.isOn(r))||n&&!D||"onclick"===r.toLowerCase()||"onUpdate:modelValue"===r||Z.isReservedProp(r)||(F=!0),t&&Z.isReservedProp(r)&&(B=!0),20===(e=t&&14===e.type?e.arguments[0]:e).type||(4===e.type||8===e.type)&&0<$(e,i)||("ref"===r?f=!0:"class"===r?R=!0:"style"===r?m=!0:"key"===r||v.includes(r)||v.push(r),!n)||"class"!==r&&"style"!==r||v.includes(r)||v.push(r)):y=!0},E=0;E<r.length;E++){var S=r[E];if(6===S.type){var P=S.loc,T=S.name,b=S.nameLoc,_=S.value,A=!0;"ref"===T&&(f=!0,x(),_)&&i.inline&&("setup-let"!==(k=i.bindingMetadata[_.content])&&"setup-ref"!==k&&"setup-maybe-ref"!==k||c.push(q(X("ref_key",!(A=!1)),X(_.content,!0,_.loc)))),"is"===T&&(zr(a)||_&&_.content.startsWith("vue:")||J("COMPILER_IS_ON_ELEMENT",i))||c.push(q(X(T,!0,b),X(_?_.content:"",A,_?_.loc:P)))}else{var k=S.name,T=S.arg,b=S.exp,A=S.loc,_=S.modifiers,P="bind"===k,N="on"===k;if("slot"===k)n||i.onError(K(40,A));else if(!("once"===k||"memo"===k||"is"===k||P&&Y(T,"is")&&(zr(a)||J("COMPILER_IS_ON_ELEMENT",i))||N&&s))if((P&&Y(T,"key")||N&&h&&Y(T,"vue:before-update"))&&(p=!0),P&&Y(T,"ref")&&x(),T||!P&&!N){P&&_.some(function(e){return"prop"===e.content})&&(d|=32);var C,I=i.directiveTransforms[k];I?(C=(I=I(S,e,i)).props,I=I.needRuntime,s||C.forEach(U),N&&T&&!W(T)?g(H(C,o)):c.push.apply(c,_toConsumableArray(C)),I&&(u.push(S),Z.isSymbol(I))&&Ur.set(S,I)):Z.isBuiltInDirective(k)||(u.push(S),h&&(p=!0))}else if(y=!0,b)if(P){if(x(),g(),l.some(function(e){return 15!==e.type||e.properties.some(function(e){e=e.key;return 4!==e.type||!e.isStatic||"class"!==e.content&&"style"!==e.content&&!Z.isOn(e.content)})})&&Ve("COMPILER_V_BIND_OBJECT_ORDER",i,A),J("COMPILER_V_BIND_OBJECT_ORDER",i)){l.unshift(b);continue}l.push(b)}else g({type:14,loc:A,callee:i.helper(pe),arguments:n?[b]:[b,"true"]});else i.onError(K(P?34:35,A))}}if(l.length?(g(),t=1<l.length?z(i.helper(oe),l,o):l[0]):c.length&&(t=H(qr(c),o)),y?d|=16:(R&&!n&&(d|=2),m&&!n&&(d|=4),v.length&&(d|=8),F&&(d|=32)),p||0!==d&&32!==d||!(f||B||0<u.length)||(d|=512),!i.inSSR&&t)switch(t.type){case 15:for(var V=-1,j=-1,G=!1,w=0;w<t.properties.length;w++){var O=t.properties[w].key;W(O)?"class"===O.content?V=w:"style"===O.content&&(j=w):O.isHandlerKey||(G=!0)}var L=t.properties[V],M=t.properties[j];G?t=z(i.helper(ue),[t]):(L&&!W(L.value)&&(L.value=z(i.helper(ce),[L.value])),M&&(m||4===M.value.type&&"["===M.value.content.trim()[0]||17===M.value.type)&&(M.value=z(i.helper(le),[M.value])));break;case 14:break;default:t=z(i.helper(ue),[z(i.helper(he),[t])])}return{props:t,directives:u,patchFlag:d,dynamicPropNames:v,shouldUseBlock:p}}function qr(e){for(var t,r=new Map,i=[],n=0;n<e.length;n++){var s,a,o=e[n];8!==o.key.type&&o.key.isStatic?(s=o.key.content,(a=r.get(s))?"style"!==s&&"class"!==s&&!Z.isOn(s)||(t=o,17===(a=a).value.type?a.value.elements.push(t.value):a.value=N([a.value,t.value],a.loc)):(r.set(s,o),i.push(o))):i.push(o)}return i}function Xr(e,t){var r,i=[],n=Ur.get(e),n=(n?i.push(t.helperString(n)):(n=Gr("v-"+e.name,t))?i.push(n):(t.helper(U),t.directives.add(e.name),i.push(Nt(e.name,"directive"))),e.loc);return e.exp&&i.push(e.exp),e.arg&&(e.exp||i.push("void 0"),i.push(e.arg)),Object.keys(e.modifiers).length&&(e.arg||(e.exp||i.push("void 0"),i.push("void 0")),r=X("true",!1,n),i.push(H(e.modifiers.map(function(e){return q(e,r)}),n))),N(i,e.loc)}function zr(e){return"component"===e||"Component"===e}var Jr=function(e,t){var r,i,n,s,a;bt(e)&&(r=e.children,i=e.loc,s=(n=Kr(e,t)).slotName,s=[t.prefixIdentifiers?"_ctx.$slots":"$slots",s,"{}","undefined","true"],a=2,(n=n.slotProps)&&(s[2]=n,a=3),r.length&&(s[3]=Ae([],r,!1,!1,i),a=4),t.scopeId&&!t.slotted&&(a=5),s.splice(a),e.codegenNode=z(t.helper(G),s,i))};function Kr(e,t){for(var r,i,n='"default"',s=[],a=0;a<e.props.length;a++){var o,c=e.props[a];6===c.type?c.value&&("name"===c.name?n=JSON.stringify(c.value.content):(c.name=Z.camelize(c.name),s.push(c))):"bind"===c.name&&Y(c.arg,"name")?c.exp?n=c.exp:c.arg&&4===c.arg.type&&(o=Z.camelize(c.arg.content),n=c.exp=X(o,!1,c.arg.loc),n=c.exp=x(c.exp,t)):("bind"===c.name&&c.arg&&W(c.arg)&&(c.arg.content=Z.camelize(c.arg.content)),s.push(c))}return 0<s.length&&(i=(r=Hr(e,t,s,!1,!1)).props,(r=r.directives).length)&&t.onError(K(36,r[0].loc)),{slotName:n,slotProps:i}}var Wr=function(e,t,r,i){var n,s,a,o=e.loc,c=e.arg,c=(e.exp||e.modifiers.length||r.onError(K(35,o)),4===c.type?n=c.isStatic?((n=c.content).startsWith("vnode")&&r.onError(K(51,c.loc)),n.startsWith("vue:")&&(n="vnode-".concat(n.slice(4))),X(0!==t.tagType||n.startsWith("vnode")||!/[A-Z]/.test(n)?Z.toHandlerKey(Z.camelize(n)):"on:".concat(n),!0,c.loc)):g(["".concat(r.helperString(me),"("),c,")"]):((n=c).children.unshift("".concat(r.helperString(me),"(")),n.children.push(")")),e.exp),l=(c&&!c.content.trim()&&(c=void 0),r.cacheHandlers&&!c&&!r.inVOnce),e={props:[q(n,(c=c&&(s=!((n=ft(c,r))||yt(c,r)),a=c.content.includes(";"),r.prefixIdentifiers&&(s&&r.addIdentifiers("$event"),c=e.exp=x(c,r,!1,a),s&&r.removeIdentifiers("$event"),l=r.cacheHandlers&&!r.inVOnce&&!(4===c.type&&0<c.constType)&&!(n&&1===t.tagType)&&!I(c,r.identifiers))&&n&&(4===c.type?c.content="".concat(c.content," && ").concat(c.content,"(...args)"):c.children=[].concat(_toConsumableArray(c.children),[" && "],_toConsumableArray(c.children),["(...args)"])),s||l&&n)?g(["".concat(s?r.isTS?"($event: any)":"$event":"".concat(r.isTS?"\n//@ts-ignore\n":"","(...args)")," => ").concat(a?"{":"("),c,a?"}":")"]):c)||X("() => {}",!1,o))]};return i&&(e=i(e)),l&&(e.props[0].value=r.cache(e.props[0].value)),e.props.forEach(function(e){return e.key.isHandlerKey=!0}),e},Yr=function(u,h){if(0===u.type||1===u.type||11===u.type||10===u.type)return function(){for(var e,t=u.children,r=!1,i=0;i<t.length;i++){var n=t[i];if(St(n))for(var r=!0,s=i+1;s<t.length;s++){var a=t[s];if(!St(a)){e=void 0;break}(e=e||(t[i]=g([n],n.loc))).children.push(" + ",a),t.splice(s,1),s--}}if(r&&(1!==t.length||0!==u.type&&(1!==u.type||0!==u.tagType||u.props.find(function(e){return 7===e.type&&!h.directiveTransforms[e.name]})||"template"===u.tag)))for(var o=0;o<t.length;o++){var c,l=t[o];!St(l)&&8!==l.type||(c=[],2===l.type&&" "===l.content||c.push(l),h.ssr||0!==$(l,h)||c.push("1 /* ".concat(Z.PatchFlagNames[1]," */")),t[o]={type:12,content:l,loc:l.loc,codegenNode:z(h.helper(D),c)})}}},$r=new WeakSet,Qr=function(e,t){return 1!==e.type||!C(e,"once",!0)||$r.has(e)||t.inVOnce||t.inSSR?void 0:($r.add(e),t.inVOnce=!0,t.helper(ye),function(){t.inVOnce=!1;var e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))})},Zr=function(e,t,r){var i,n,s,a,o,c,l=e.exp,u=e.arg;return l?(a=l.loc.source.trim(),i=4===l.type?l.content:a,"props"===(s=r.bindingMetadata[a])||"props-aliased"===s?(r.onError(K(44,l.loc)),ei()):(o=r.inline&&("setup-let"===s||"setup-ref"===s||"setup-maybe-ref"===s),i.trim()&&(ft(l,r)||o)?r.prefixIdentifiers&&re(i)&&r.identifiers[i]?(r.onError(K(43,l.loc)),ei()):(i=u||X("modelValue",!0),n=u?W(u)?"onUpdate:".concat(Z.camelize(u.content)):g(['"onUpdate:" + ',u]):"onUpdate:modelValue",c=r.isTS?"($event: any)":"$event",s=o?"setup-ref"===s?g(["".concat(c," => (("),X(a,!1,l.loc),").value = $event)"]):(o="setup-let"===s?"".concat(a," = $event"):"null",g(["".concat(c," => (").concat(r.helperString(Se),"(").concat(a,") ? ("),X(a,!1,l.loc),").value = $event : ".concat(o,")")])):g(["".concat(c," => (("),l,") = $event)"]),a=[q(i,e.exp),q(n,s)],r.prefixIdentifiers&&!r.inVOnce&&r.cacheHandlers&&!I(l,r.identifiers)&&(a[1].value=r.cache(a[1].value)),e.modifiers.length&&1===t.tagType&&(o=e.modifiers.map(function(e){return e.content}).map(function(e){return(re(e)?e:JSON.stringify(e))+": true"}).join(", "),c=u?W(u)?"".concat(u.content,"Modifiers"):g([u,' + "Modifiers"']):"modelModifiers",a.push(q(c,X("{ ".concat(o," }"),!1,e.loc,2)))),ei(a)):(r.onError(K(42,l.loc)),ei()))):(r.onError(K(41,e.loc)),ei())};function ei(e){return{props:0<arguments.length&&void 0!==e?e:[]}}var ti=/[\w).+\-_$\]]/,ri=function(e,t){J("COMPILER_FILTERS",t)&&(5===e.type?ii(e.content,t):1===e.type&&e.props.forEach(function(e){7===e.type&&"for"!==e.name&&e.exp&&ii(e.exp,t)}))};function ii(e,t){if(4===e.type)ni(e,t);else for(var r=0;r<e.children.length;r++){var i=e.children[r];"object"==_typeof(i)&&(4===i.type?ni(i,t):8===i.type?ii(e,t):5===i.type&&ii(i.content,t))}}function ni(e,t){for(var r,i,n,s,a,o,c,l,u=e.content,h=!1,p=!1,d=!1,f=!1,m=0,y=0,v=0,g=0,x=[],E=0;E<u.length;E++)if(i=r,r=u.charCodeAt(E),h)39===r&&92!==i&&(h=!1);else if(p)34===r&&92!==i&&(p=!1);else if(d)96===r&&92!==i&&(d=!1);else if(f)47===r&&92!==i&&(f=!1);else if(124!==r||124===u.charCodeAt(E+1)||124===u.charCodeAt(E-1)||m||y||v){switch(r){case 34:p=!0;break;case 39:h=!0;break;case 96:d=!0;break;case 40:v++;break;case 41:v--;break;case 91:y++;break;case 93:y--;break;case 123:m++;break;case 125:m--}if(47===r){for(var S=E-1,P=void 0;0<=S&&" "===(P=u.charAt(S));S--);P&&ti.test(P)||(f=!0)}}else void 0===n?(g=E+1,n=u.slice(0,E).trim()):T();function T(){x.push(u.slice(g,E).trim()),g=E+1}if(void 0===n?n=u.slice(0,E).trim():0!==g&&T(),x.length){for(je("COMPILER_FILTERS",t,e.loc),E=0;E<x.length;E++)s=n,a=x[E],l=c=void 0,(o=t).helper(V),n=(l=a.indexOf("("))<0?(o.filters.add(a),"".concat(Nt(a,"filter"),"(").concat(s,")")):(c=a.slice(0,l),a=a.slice(l+1),o.filters.add(c),"".concat(Nt(c,"filter"),"(").concat(s).concat(")"!==a?","+a:a));e.content=n,e.ast=void 0}}var si=new WeakSet,ai=function(t,r){var i;return 1!==t.type||!(i=C(t,"memo"))||si.has(t)?void 0:(si.add(t),function(){var e=t.codegenNode||r.currentNode.codegenNode;e&&13===e.type&&(1!==t.tagType&&Oe(e,r),t.codegenNode=z(r.helper(Pe),[i.exp,Ae(void 0,e),"_cache",String(r.cached.length)]),r.cached.push(null))})};function oi(e){return[[Qr,Sr,ai,Cr,ri].concat(_toConsumableArray(e?[Rr,gr]:[]),[Jr,Vr,Dr,Yr]),{on:Wr,bind:Nr,model:Zr}]}e.generateCodeFrame=Z.generateCodeFrame,e.BASE_TRANSITION=k,e.BindingTypes={DATA:"data",PROPS:"props",PROPS_ALIASED:"props-aliased",SETUP_LET:"setup-let",SETUP_CONST:"setup-const",SETUP_REACTIVE_CONST:"setup-reactive-const",SETUP_MAYBE_REF:"setup-maybe-ref",SETUP_REF:"setup-ref",OPTIONS:"options",LITERAL_CONST:"literal-const"},e.CAMELIZE=de,e.CAPITALIZE=fe,e.CREATE_BLOCK=w,e.CREATE_COMMENT=ne,e.CREATE_ELEMENT_BLOCK=O,e.CREATE_ELEMENT_VNODE=M,e.CREATE_SLOTS=Q,e.CREATE_STATIC=R,e.CREATE_TEXT=D,e.CREATE_VNODE=L,e.CompilerDeprecationTypes={COMPILER_IS_ON_ELEMENT:"COMPILER_IS_ON_ELEMENT",COMPILER_V_BIND_SYNC:"COMPILER_V_BIND_SYNC",COMPILER_V_BIND_OBJECT_ORDER:"COMPILER_V_BIND_OBJECT_ORDER",COMPILER_V_ON_NATIVE:"COMPILER_V_ON_NATIVE",COMPILER_V_IF_V_FOR_PRECEDENCE:"COMPILER_V_IF_V_FOR_PRECEDENCE",COMPILER_NATIVE_TEMPLATE:"COMPILER_NATIVE_TEMPLATE",COMPILER_INLINE_TEMPLATE:"COMPILER_INLINE_TEMPLATE",COMPILER_FILTERS:"COMPILER_FILTERS"},e.ConstantTypes={NOT_CONSTANT:0,0:"NOT_CONSTANT",CAN_SKIP_PATCH:1,1:"CAN_SKIP_PATCH",CAN_CACHE:2,2:"CAN_CACHE",CAN_STRINGIFY:3,3:"CAN_STRINGIFY"},e.ElementTypes={ELEMENT:0,0:"ELEMENT",COMPONENT:1,1:"COMPONENT",SLOT:2,2:"SLOT",TEMPLATE:3,3:"TEMPLATE"},e.ErrorCodes={ABRUPT_CLOSING_OF_EMPTY_COMMENT:0,0:"ABRUPT_CLOSING_OF_EMPTY_COMMENT",CDATA_IN_HTML_CONTENT:1,1:"CDATA_IN_HTML_CONTENT",DUPLICATE_ATTRIBUTE:2,2:"DUPLICATE_ATTRIBUTE",END_TAG_WITH_ATTRIBUTES:3,3:"END_TAG_WITH_ATTRIBUTES",END_TAG_WITH_TRAILING_SOLIDUS:4,4:"END_TAG_WITH_TRAILING_SOLIDUS",EOF_BEFORE_TAG_NAME:5,5:"EOF_BEFORE_TAG_NAME",EOF_IN_CDATA:6,6:"EOF_IN_CDATA",EOF_IN_COMMENT:7,7:"EOF_IN_COMMENT",EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT:8,8:"EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT",EOF_IN_TAG:9,9:"EOF_IN_TAG",INCORRECTLY_CLOSED_COMMENT:10,10:"INCORRECTLY_CLOSED_COMMENT",INCORRECTLY_OPENED_COMMENT:11,11:"INCORRECTLY_OPENED_COMMENT",INVALID_FIRST_CHARACTER_OF_TAG_NAME:12,12:"INVALID_FIRST_CHARACTER_OF_TAG_NAME",MISSING_ATTRIBUTE_VALUE:13,13:"MISSING_ATTRIBUTE_VALUE",MISSING_END_TAG_NAME:14,14:"MISSING_END_TAG_NAME",MISSING_WHITESPACE_BETWEEN_ATTRIBUTES:15,15:"MISSING_WHITESPACE_BETWEEN_ATTRIBUTES",NESTED_COMMENT:16,16:"NESTED_COMMENT",UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME:17,17:"UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME",UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE:18,18:"UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE",UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME:19,19:"UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME",UNEXPECTED_NULL_CHARACTER:20,20:"UNEXPECTED_NULL_CHARACTER",UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME:21,21:"UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME",UNEXPECTED_SOLIDUS_IN_TAG:22,22:"UNEXPECTED_SOLIDUS_IN_TAG",X_INVALID_END_TAG:23,23:"X_INVALID_END_TAG",X_MISSING_END_TAG:24,24:"X_MISSING_END_TAG",X_MISSING_INTERPOLATION_END:25,25:"X_MISSING_INTERPOLATION_END",X_MISSING_DIRECTIVE_NAME:26,26:"X_MISSING_DIRECTIVE_NAME",X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END:27,27:"X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END",X_V_IF_NO_EXPRESSION:28,28:"X_V_IF_NO_EXPRESSION",X_V_IF_SAME_KEY:29,29:"X_V_IF_SAME_KEY",X_V_ELSE_NO_ADJACENT_IF:30,30:"X_V_ELSE_NO_ADJACENT_IF",X_V_FOR_NO_EXPRESSION:31,31:"X_V_FOR_NO_EXPRESSION",X_V_FOR_MALFORMED_EXPRESSION:32,32:"X_V_FOR_MALFORMED_EXPRESSION",X_V_FOR_TEMPLATE_KEY_PLACEMENT:33,33:"X_V_FOR_TEMPLATE_KEY_PLACEMENT",X_V_BIND_NO_EXPRESSION:34,34:"X_V_BIND_NO_EXPRESSION",X_V_ON_NO_EXPRESSION:35,35:"X_V_ON_NO_EXPRESSION",X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET:36,36:"X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET",X_V_SLOT_MIXED_SLOT_USAGE:37,37:"X_V_SLOT_MIXED_SLOT_USAGE",X_V_SLOT_DUPLICATE_SLOT_NAMES:38,38:"X_V_SLOT_DUPLICATE_SLOT_NAMES",X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN:39,39:"X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN",X_V_SLOT_MISPLACED:40,40:"X_V_SLOT_MISPLACED",X_V_MODEL_NO_EXPRESSION:41,41:"X_V_MODEL_NO_EXPRESSION",X_V_MODEL_MALFORMED_EXPRESSION:42,42:"X_V_MODEL_MALFORMED_EXPRESSION",X_V_MODEL_ON_SCOPE_VARIABLE:43,43:"X_V_MODEL_ON_SCOPE_VARIABLE",X_V_MODEL_ON_PROPS:44,44:"X_V_MODEL_ON_PROPS",X_INVALID_EXPRESSION:45,45:"X_INVALID_EXPRESSION",X_KEEP_ALIVE_INVALID_CHILDREN:46,46:"X_KEEP_ALIVE_INVALID_CHILDREN",X_PREFIX_ID_NOT_SUPPORTED:47,47:"X_PREFIX_ID_NOT_SUPPORTED",X_MODULE_MODE_NOT_SUPPORTED:48,48:"X_MODULE_MODE_NOT_SUPPORTED",X_CACHE_HANDLER_NOT_SUPPORTED:49,49:"X_CACHE_HANDLER_NOT_SUPPORTED",X_SCOPE_ID_NOT_SUPPORTED:50,50:"X_SCOPE_ID_NOT_SUPPORTED",X_VNODE_HOOKS:51,51:"X_VNODE_HOOKS",X_V_BIND_INVALID_SAME_NAME_ARGUMENT:52,52:"X_V_BIND_INVALID_SAME_NAME_ARGUMENT",__EXTEND_POINT__:53,53:"__EXTEND_POINT__"},e.FRAGMENT=T,e.GUARD_REACTIVE_PROPS=he,e.IS_MEMO_SAME=Te,e.IS_REF=Se,e.KEEP_ALIVE=A,e.MERGE_PROPS=oe,e.NORMALIZE_CLASS=ce,e.NORMALIZE_PROPS=ue,e.NORMALIZE_STYLE=le,e.Namespaces={HTML:0,0:"HTML",SVG:1,1:"SVG",MATH_ML:2,2:"MATH_ML"},e.NodeTypes={ROOT:0,0:"ROOT",ELEMENT:1,1:"ELEMENT",TEXT:2,2:"TEXT",COMMENT:3,3:"COMMENT",SIMPLE_EXPRESSION:4,4:"SIMPLE_EXPRESSION",INTERPOLATION:5,5:"INTERPOLATION",ATTRIBUTE:6,6:"ATTRIBUTE",DIRECTIVE:7,7:"DIRECTIVE",COMPOUND_EXPRESSION:8,8:"COMPOUND_EXPRESSION",IF:9,9:"IF",IF_BRANCH:10,10:"IF_BRANCH",FOR:11,11:"FOR",TEXT_CALL:12,12:"TEXT_CALL",VNODE_CALL:13,13:"VNODE_CALL",JS_CALL_EXPRESSION:14,14:"JS_CALL_EXPRESSION",JS_OBJECT_EXPRESSION:15,15:"JS_OBJECT_EXPRESSION",JS_PROPERTY:16,16:"JS_PROPERTY",JS_ARRAY_EXPRESSION:17,17:"JS_ARRAY_EXPRESSION",JS_FUNCTION_EXPRESSION:18,18:"JS_FUNCTION_EXPRESSION",JS_CONDITIONAL_EXPRESSION:19,19:"JS_CONDITIONAL_EXPRESSION",JS_CACHE_EXPRESSION:20,20:"JS_CACHE_EXPRESSION",JS_BLOCK_STATEMENT:21,21:"JS_BLOCK_STATEMENT",JS_TEMPLATE_LITERAL:22,22:"JS_TEMPLATE_LITERAL",JS_IF_STATEMENT:23,23:"JS_IF_STATEMENT",JS_ASSIGNMENT_EXPRESSION:24,24:"JS_ASSIGNMENT_EXPRESSION",JS_SEQUENCE_EXPRESSION:25,25:"JS_SEQUENCE_EXPRESSION",JS_RETURN_STATEMENT:26,26:"JS_RETURN_STATEMENT"},e.OPEN_BLOCK=ee,e.POP_SCOPE_ID=ge,e.PUSH_SCOPE_ID=ve,e.RENDER_LIST=j,e.RENDER_SLOT=G,e.RESOLVE_COMPONENT=F,e.RESOLVE_DIRECTIVE=U,e.RESOLVE_DYNAMIC_COMPONENT=B,e.RESOLVE_FILTER=V,e.SET_BLOCK_TRACKING=ye,e.SUSPENSE=_,e.TELEPORT=b,e.TO_DISPLAY_STRING=ae,e.TO_HANDLERS=pe,e.TO_HANDLER_KEY=me,e.TS_NODE_TYPES=nt,e.UNREF=Ee,e.WITH_CTX=xe,e.WITH_DIRECTIVES=se,e.WITH_MEMO=Pe,e.advancePositionWithClone=vt,e.advancePositionWithMutation=gt,e.assert=xt,e.baseCompile=function(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},i=r.onError||Ge,n="module"===r.mode,n=(!(s=!0===r.prefixIdentifiers||n)&&r.cacheHandlers&&i(K(49)),r.scopeId&&!n&&i(K(50)),Z.extend({},r,{prefixIdentifiers:s})),i=Z.isString(e)?$t(e,n):e,e=_slicedToArray(oi(s),2),s=e[0],e=e[1];return!r.isTS||(t=r.expressionPlugins)&&t.includes("typescript")||(r.expressionPlugins=[].concat(_toConsumableArray(t||[]),["typescript"])),nr(i,Z.extend({},n,{nodeTransforms:[].concat(_toConsumableArray(s),_toConsumableArray(r.nodeTransforms||[])),directiveTransforms:Z.extend({},e,r.directiveTransforms||{})})),ur(i,n)},e.baseParse=$t,e.buildDirectiveArgs=Xr,e.buildProps=Hr,e.buildSlots=Fr,e.checkCompatEnabled=Ve,e.convertToBlock=Oe,e.createArrayExpression=N,e.createAssignmentExpression=function(e,t){return{type:24,left:e,right:t,loc:y}},e.createBlockStatement=Ce,e.createCacheExpression=Ne,e.createCallExpression=z,e.createCompilerError=K,e.createCompoundExpression=g,e.createConditionalExpression=ke,e.createForLoopParams=Or,e.createFunctionExpression=Ae,e.createIfStatement=function(e,t,r){return{type:23,test:e,consequent:t,alternate:r,loc:y}},e.createInterpolation=function(e,t){return{type:5,loc:t,content:Z.isString(e)?X(e,!1,t):e}},e.createObjectExpression=H,e.createObjectProperty=q,e.createReturnStatement=function(e){return{type:26,returns:e,loc:y}},e.createRoot=be,e.createSequenceExpression=function(e){return{type:25,expressions:e,loc:y}},e.createSimpleExpression=X,e.createStructuralDirectiveTransform=ar,e.createTemplateLiteral=function(e){return{type:22,elements:e,loc:y}},e.createTransformContext=ir,e.createVNodeCall=_e,e.errorMessages=qe,e.extractIdentifiers=u,e.findDir=C,e.findProp=Et,e.forAliasRE=It,e.generate=ur,e.getBaseTransformPreset=oi,e.getConstantType=$,e.getMemoedVNodeCall=Ct,e.getVNodeBlockHelper=we,e.getVNodeHelper=Ie,e.hasDynamicKeyVBind=function(e){return e.props.some(function(e){return!(7!==e.type||"bind"!==e.name||e.arg&&4===e.arg.type&&e.arg.isStatic)})},e.hasScopeRef=I,e.helperNameMap=te,e.injectProp=At,e.isCoreComponent=at,e.isFnExpression=yt,e.isFnExpressionBrowser=function(e){return mt.test(ot(e))},e.isFnExpressionNode=lt,e.isFunctionType=tt,e.isInDestructureAssignment=Je,e.isInNewExpression=Ke,e.isMemberExpression=ft,e.isMemberExpressionBrowser=function(e){for(var t=ot(e).trim().replace(dt,function(e){return e.trim()}),r=0,i=[],n=0,s=0,a=null,o=0;o<t.length;o++){var c=t.charAt(o);switch(r){case 0:if("["===c)i.push(r),r=1,n++;else if("("===c)i.push(r),r=2,s++;else if(!(0===o?ht:pt).test(c))return!1;break;case 1:"'"===c||'"'===c||"`"===c?(i.push(r),r=3,a=c):"["===c?n++:"]"!==c||--n||(r=i.pop());break;case 2:if("'"===c||'"'===c||"`"===c)i.push(r),r=3,a=c;else if("("===c)s++;else if(")"===c){if(o===t.length-1)return!1;--s||(r=i.pop())}break;case 3:c===a&&(r=i.pop(),a=null)}}return!n&&!s},e.isMemberExpressionNode=ct,e.isReferencedIdentifier=ze,e.isSimpleIdentifier=re,e.isSlotOutlet=bt,e.isStaticArgOf=Y,e.isStaticExp=W,e.isStaticProperty=rt,e.isStaticPropertyKey=it,e.isTemplateNode=Tt,e.isText=St,e.isVSlot=Pt,e.locStub=y,e.noopDirectiveTransform=function(){return{props:[]}},e.processExpression=x,e.processFor=Ir,e.processIf=Pr,e.processSlotOutlet=Kr,e.registerRuntimeHelpers=function(t){Object.getOwnPropertySymbols(t).forEach(function(e){te[e]=t[e]})},e.resolveComponentType=jr,e.stringifyExpression=xr,e.toValidAssetId=Nt,e.trackSlotScopes=Dr,e.trackVForSlotScopes=Rr,e.transform=nr,e.transformBind=Nr,e.transformElement=Vr,e.transformExpression=gr,e.transformModel=Zr,e.transformOn=Wr,e.traverseNode=sr,e.unwrapTSNode=st,e.walkBlockDeclarations=Ye,e.walkFunctionParams=We,e.walkIdentifiers=Xe,e.warnDeprecation=je}),Rp=le(function(e,t){"production"===process.env.NODE_ENV?t.exports=dh():t.exports=Dp()}),I2={},Fp=(qp(I2,{compile:function(){return N2}}),module.exports=Xp(I2),Hp(Rp()));function N2(e,t){var r=[],i=[];return(0,Fp.baseCompile)(e,_objectSpread(_objectSpread({mode:"function",prefixIdentifiers:!0,hoistStatic:!0,cacheHandlers:!0,sourceMap:!0},t),{},{onError:function(e){return r.push(e)},onWarn:function(e){return i.push(e)}}))}
|