prettier
Version:
Prettier is an opinionated code formatter
3 lines • 120 kB
JavaScript
(function(f){function e(){var i=f();return i.default||i}if(typeof exports=="object"&&typeof module=="object")module.exports=e();else if(typeof define=="function"&&define.amd)define(e);else{var t=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};t.prettierPlugins=t.prettierPlugins||{},t.prettierPlugins.meriyah=e()}})(function(){"use strict";var Nu=Object.create;var I2=Object.defineProperty;var Vu=Object.getOwnPropertyDescriptor;var Ru=Object.getOwnPropertyNames;var Ou=Object.getPrototypeOf,Uu=Object.prototype.hasOwnProperty;var Mu=(e,u)=>()=>(u||e((u={exports:{}}).exports,u),u.exports),we=(e,u)=>{for(var n in u)I2(e,n,{get:u[n],enumerable:!0})},Se=(e,u,n,i)=>{if(u&&typeof u=="object"||typeof u=="function")for(let t of Ru(u))!Uu.call(e,t)&&t!==n&&I2(e,t,{get:()=>u[t],enumerable:!(i=Vu(u,t))||i.enumerable});return e};var Ju=(e,u,n)=>(n=e!=null?Nu(Ou(e)):{},Se(u||!e||!e.__esModule?I2(n,"default",{value:e,enumerable:!0}):n,e)),ju=e=>Se(I2({},"__esModule",{value:!0}),e);var Cu=Mu(a2=>{"use strict";Object.defineProperty(a2,"__esModule",{value:!0});a2.extract=A0;a2.parse=P0;a2.parseWithComments=Au;a2.print=E0;a2.strip=C0;var y0=/\*\/$/,k0=/^\/\*\*?/,Du=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,h0=/(^|\s+)\/\/([^\r\n]*)/g,yu=/^(\r?\n)+/,D0=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,ku=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,b0=/(\r?\n|^) *\* ?/g,bu=[];function A0(e){let u=e.match(Du);return u?u[0].trimLeft():""}function C0(e){let u=e.match(Du);return u&&u[0]?e.substring(u[0].length):e}function P0(e){return Au(e).pragmas}function Au(e){let u=`
`;e=e.replace(k0,"").replace(y0,"").replace(b0,"$1");let n="";for(;n!==e;)n=e,e=e.replace(D0,`${u}$1 $2${u}`);e=e.replace(yu,"").trimRight();let i=Object.create(null),t=e.replace(ku,"").replace(yu,"").trimRight(),o;for(;o=ku.exec(e);){let l=o[2].replace(h0,"");typeof i[o[1]]=="string"||Array.isArray(i[o[1]])?i[o[1]]=bu.concat(i[o[1]],l):i[o[1]]=l}return{comments:t,pragmas:i}}function E0({comments:e="",pragmas:u={}}){let n=`
`,i="/**",t=" *",o=" */",l=Object.keys(u),f=l.map(a=>hu(a,u[a])).reduce((a,g)=>a.concat(g),[]).map(a=>`${t} ${a}${n}`).join("");if(!e){if(l.length===0)return"";if(l.length===1&&!Array.isArray(u[l[0]])){let a=u[l[0]];return`${i} ${hu(l[0],a)[0]}${o}`}}let c=e.split(n).map(a=>`${t} ${a}`).join(n)+n;return i+n+(e?c:"")+(e&&l.length?t+n:"")+f+o}function hu(e,u){return bu.concat(u).map(n=>`@${e} ${n}`.trim())}});var K0={};we(K0,{parsers:()=>G2});var G2={};we(G2,{meriyah:()=>H0});var Xu={0:"Unexpected token",28:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"Unexpected token `#`",4:"Illegal Unicode escape sequence",5:"Invalid code point %0",6:"Invalid hexadecimal escape sequence",8:"Octal literals are not allowed in strict mode",7:"Decimal integer literals with a leading zero are forbidden in strict mode",9:"Expected number in radix %0",146:"Invalid left-hand side assignment to a destructible right-hand side",10:"Non-number found after exponent indicator",11:"Invalid BigIntLiteral",12:"No identifiers allowed directly after numeric literal",13:"Escapes \\8 or \\9 are not syntactically valid escapes",14:"Unterminated string literal",15:"Unterminated template literal",16:"Multiline comment was not closed properly",17:"The identifier contained dynamic unicode escape that was not closed",18:"Illegal character '%0'",19:"Missing hexadecimal digits",20:"Invalid implicit octal",21:"Invalid line break in string literal",22:"Only unicode escapes are legal in identifier names",23:"Expected '%0'",24:"Invalid left-hand side in assignment",25:"Invalid left-hand side in async arrow",26:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',27:"Member access on super must be in a method",29:"Await expression not allowed in formal parameter",30:"Yield expression not allowed in formal parameter",93:"Unexpected token: 'escaped keyword'",31:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",120:"Async functions can only be declared at the top level or inside a block",32:"Unterminated regular expression",33:"Unexpected regular expression flag",34:"Duplicate regular expression flag '%0'",35:"%0 functions must have exactly %1 argument%2",36:"Setter function argument must not be a rest parameter",37:"%0 declaration must have a name in this context",38:"Function name may not contain any reserved words or be eval or arguments in strict mode",39:"The rest operator is missing an argument",40:"A getter cannot be a generator",41:"A setter cannot be a generator",42:"A computed property name must be followed by a colon or paren",131:"Object literal keys that are strings or numbers must be a method or have a colon",44:"Found `* async x(){}` but this should be `async * x(){}`",43:"Getters and setters can not be generators",45:"'%0' can not be generator method",46:"No line break is allowed after '=>'",47:"The left-hand side of the arrow can only be destructed through assignment",48:"The binding declaration is not destructible",49:"Async arrow can not be followed by new expression",50:"Classes may not have a static property named 'prototype'",51:"Class constructor may not be a %0",52:"Duplicate constructor method in class",53:"Invalid increment/decrement operand",54:"Invalid use of `new` keyword on an increment/decrement expression",55:"`=>` is an invalid assignment target",56:"Rest element may not have a trailing comma",57:"Missing initializer in %0 declaration",58:"'for-%0' loop head declarations can not have an initializer",59:"Invalid left-hand side in for-%0 loop: Must have a single binding",60:"Invalid shorthand property initializer",61:"Property name __proto__ appears more than once in object literal",62:"Let is disallowed as a lexically bound name",63:"Invalid use of '%0' inside new expression",64:"Illegal 'use strict' directive in function with non-simple parameter list",65:'Identifier "let" disallowed as left-hand side expression in strict mode',66:"Illegal continue statement",67:"Illegal break statement",68:"Cannot have `let[...]` as a var name in strict mode",69:"Invalid destructuring assignment target",70:"Rest parameter may not have a default initializer",71:"The rest argument must the be last parameter",72:"Invalid rest argument",74:"In strict mode code, functions can only be declared at top level or inside a block",75:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",76:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",77:"Class declaration can't appear in single-statement context",78:"Invalid left-hand side in for-%0",79:"Invalid assignment in for-%0",80:"for await (... of ...) is only valid in async functions and async generators",81:"The first token after the template expression should be a continuation of the template",83:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",82:"`let \n [` is a restricted production at the start of a statement",84:"Catch clause requires exactly one parameter, not more (and no trailing comma)",85:"Catch clause parameter does not support default values",86:"Missing catch or finally after try",87:"More than one default clause in switch statement",88:"Illegal newline after throw",89:"Strict mode code may not include a with statement",90:"Illegal return statement",91:"The left hand side of the for-header binding declaration is not destructible",92:"new.target only allowed within functions",94:"'#' not followed by identifier",100:"Invalid keyword",99:"Can not use 'let' as a class name",98:"'A lexical declaration can't define a 'let' binding",97:"Can not use `let` as variable name in strict mode",95:"'%0' may not be used as an identifier in this context",96:"Await is only valid in async functions",101:"The %0 keyword can only be used with the module goal",102:"Unicode codepoint must not be greater than 0x10FFFF",103:"%0 source must be string",104:"Only a identifier can be used to indicate alias",105:"Only '*' or '{...}' can be imported after default",106:"Trailing decorator may be followed by method",107:"Decorators can't be used with a constructor",109:"HTML comments are only allowed with web compatibility (Annex B)",110:"The identifier 'let' must not be in expression position in strict mode",111:"Cannot assign to `eval` and `arguments` in strict mode",112:"The left-hand side of a for-of loop may not start with 'let'",113:"Block body arrows can not be immediately invoked without a group",114:"Block body arrows can not be immediately accessed without a group",115:"Unexpected strict mode reserved word",116:"Unexpected eval or arguments in strict mode",117:"Decorators must not be followed by a semicolon",118:"Calling delete on expression not allowed in strict mode",119:"Pattern can not have a tail",121:"Can not have a `yield` expression on the left side of a ternary",122:"An arrow function can not have a postfix update operator",123:"Invalid object literal key character after generator star",124:"Private fields can not be deleted",126:"Classes may not have a field called constructor",125:"Classes may not have a private element named constructor",127:"A class field initializer may not contain arguments",128:"Generators can only be declared at the top level or inside a block",129:"Async methods are a restricted production and cannot have a newline following it",130:"Unexpected character after object literal property name",132:"Invalid key token",133:"Label '%0' has already been declared",134:"continue statement must be nested within an iteration statement",135:"Undefined label '%0'",136:"Trailing comma is disallowed inside import(...) arguments",137:"import() requires exactly one argument",138:"Cannot use new with import(...)",139:"... is not allowed in import()",140:"Expected '=>'",141:"Duplicate binding '%0'",142:"Cannot export a duplicate name '%0'",145:"Duplicate %0 for-binding",143:"Exported binding '%0' needs to refer to a top-level declared variable",144:"Unexpected private field",148:"Numeric separators are not allowed at the end of numeric literals",147:"Only one underscore is allowed as numeric separator",149:"JSX value should be either an expression or a quoted JSX text",150:"Expected corresponding JSX closing tag for %0",151:"Adjacent JSX elements must be wrapped in an enclosing tag",152:"JSX attributes must only be assigned a non-empty 'expression'",153:"'%0' has already been declared",154:"'%0' shadowed a catch clause binding",155:"Dot property must be an identifier",156:"Encountered invalid input after spread/rest argument",157:"Catch without try",158:"Finally without try",159:"Expected corresponding closing tag for JSX fragment",160:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",161:"Invalid tagged template on optional chain",162:"Invalid optional chain from super property",163:"Invalid optional chain from new expression",164:'Cannot use "import.meta" outside a module',165:"Leading decorators must be attached to a class declaration"},k2=class extends SyntaxError{constructor(u,n,i,t,...o){let l="["+n+":"+i+"]: "+Xu[t].replace(/%(\d+)/g,(f,c)=>o[c]);super(`${l}`),this.index=u,this.line=n,this.column=i,this.description=l,this.loc={line:n,column:i}}};function d(e,u,...n){throw new k2(e.index,e.line,e.column,u,...n)}function H2(e){throw new k2(e.index,e.line,e.column,e.type,e.params)}function h2(e,u,n,i,...t){throw new k2(e,u,n,i,...t)}function D2(e,u,n,i){throw new k2(e,u,n,i)}var E2=((e,u)=>{let n=new Uint32Array(104448),i=0,t=0;for(;i<3540;){let o=e[i++];if(o<0)t-=o;else{let l=e[i++];o&2&&(l=u[l]),o&1?n.fill(l,t,t+=e[i++]):n[t++]=l}}return n})([-1,2,24,2,25,2,5,-1,0,77595648,3,44,2,3,0,14,2,57,2,58,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,59,3,0,4,0,4294966523,3,0,4,2,16,2,60,2,0,0,4294836735,0,3221225471,0,4294901942,2,61,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,17,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,131,2,6,2,56,-1,2,37,0,4294443263,2,1,3,0,3,0,4294901711,2,39,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,194,2,3,0,3825204735,0,123747807,0,65487,0,4294828015,0,4092591615,0,1080049119,0,458703,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,11,0,67076095,-1,2,67,0,1073741743,0,4093591391,-1,0,50331649,0,3265266687,2,32,0,4294844415,0,4278190047,2,18,2,129,-1,3,0,2,2,21,2,0,2,9,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,10,0,261632,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2088959,2,27,2,8,0,909311,3,0,2,0,814743551,2,41,0,67057664,3,0,2,2,40,2,0,2,28,2,0,2,29,2,7,0,268374015,2,26,2,49,2,0,2,76,0,134153215,-1,2,6,2,0,2,7,0,2684354559,0,67044351,0,3221160064,0,1,-1,3,0,2,2,42,0,1046528,3,0,3,2,8,2,0,2,51,0,4294960127,2,9,2,38,2,10,0,4294377472,2,11,3,0,7,0,4227858431,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-1,2,124,0,1048577,2,82,2,13,-1,2,13,0,131042,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,1046559,2,0,2,14,2,0,0,2147516671,2,20,3,86,2,2,0,-16,2,87,0,524222462,2,4,2,0,0,4269801471,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,2,121,2,0,0,3220242431,3,0,3,2,19,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,2,0,0,4351,2,0,2,8,3,0,2,0,67043391,0,3909091327,2,0,2,22,2,8,2,18,3,0,2,0,67076097,2,7,2,0,2,20,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,97,2,98,2,15,2,21,3,0,3,0,67057663,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,3774349439,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,2,23,0,1638399,2,172,2,105,3,0,3,2,18,2,24,2,25,2,5,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-3,2,150,-4,2,18,2,0,2,35,0,1,2,0,2,62,2,28,2,11,2,9,2,0,2,110,-1,3,0,4,2,9,2,21,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277137519,0,2269118463,-1,3,18,2,-1,2,32,2,36,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,46,-10,2,0,0,203775,-2,2,18,2,43,2,35,-2,2,17,2,117,2,20,3,0,2,2,36,0,2147549120,2,0,2,11,2,17,2,135,2,0,2,37,2,52,0,5242879,3,0,2,0,402644511,-1,2,120,0,1090519039,-2,2,122,2,38,2,0,0,67045375,2,39,0,4226678271,0,3766565279,0,2039759,-4,3,0,2,0,3288270847,0,3,3,0,2,0,67043519,-5,2,0,0,4282384383,0,1056964609,-1,3,0,2,0,67043345,-1,2,0,2,40,2,41,-1,2,10,2,42,-6,2,0,2,11,-3,3,0,2,0,2147484671,2,125,0,4190109695,2,50,-2,2,126,0,4244635647,0,27,2,0,2,7,2,43,2,0,2,63,-1,2,0,2,40,-8,2,54,2,44,0,67043329,2,127,2,45,0,8388351,-2,2,128,0,3028287487,2,46,2,130,0,33259519,2,41,-9,2,20,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,2,41,-2,2,17,2,49,2,0,2,20,2,50,2,132,2,23,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,0,1677656575,-166,0,4161266656,0,4071,0,15360,-4,0,28,-13,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,0,4294954999,2,0,-16,2,0,2,88,2,0,0,2105343,0,4160749584,0,65534,-42,0,4194303871,0,2011,-6,2,0,0,1073684479,0,17407,-11,2,0,2,31,-40,3,0,6,0,8323103,-1,3,0,2,2,42,-37,2,55,2,144,2,145,2,146,2,147,2,148,-105,2,24,-32,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-22381,3,0,7,2,23,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,57,2,58,-3,0,3168731136,0,4294956864,2,1,2,0,2,59,3,0,4,0,4294966275,3,0,4,2,16,2,60,2,0,2,33,-1,2,17,2,61,-1,2,0,2,56,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,23,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,40,2,56,-1,2,37,2,30,-1,2,96,2,63,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,65,2,64,0,33554435,2,123,2,65,2,151,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,2,160,0,3,0,4294828001,0,602930687,2,183,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,36,-1,2,4,0,917503,2,36,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,32,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,-1,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,253951,3,19,2,0,122879,2,0,2,8,0,276824064,-2,3,0,2,2,40,2,0,0,4294903295,2,0,2,29,2,7,-1,2,17,2,49,2,0,2,76,2,41,-1,2,20,2,0,2,27,-2,0,128,-2,2,77,2,8,0,4064,-1,2,119,0,4227907585,2,0,2,118,2,0,2,48,2,173,2,9,2,38,2,10,-1,0,74440192,3,0,6,-2,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-3,2,82,2,13,-3,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,817183,2,0,2,14,2,0,0,33023,2,20,3,86,2,-17,2,87,0,524157950,2,4,2,0,2,88,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,0,3072,2,0,0,2147516415,2,9,3,0,2,2,23,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,0,4294965179,0,7,2,0,2,8,2,91,2,8,-1,0,1761345536,2,95,0,4294901823,2,36,2,18,2,96,2,34,2,166,0,2080440287,2,0,2,33,2,143,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,97,2,98,2,15,2,21,3,0,3,0,7,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,2700607615,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,-3,2,105,3,0,3,2,18,-1,3,5,2,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-8,2,18,2,0,2,35,-1,2,0,2,62,2,28,2,29,2,9,2,0,2,110,-1,3,0,4,2,9,2,17,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277075969,2,29,-1,3,18,2,-1,2,32,2,117,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,48,-10,2,0,0,197631,-2,2,18,2,43,2,118,-2,2,17,2,117,2,20,2,119,2,51,-2,2,119,2,23,2,17,2,33,2,119,2,36,0,4294901904,0,4718591,2,119,2,34,0,335544350,-1,2,120,2,121,-2,2,122,2,38,2,7,-1,2,123,2,65,0,3758161920,0,3,-4,2,0,2,27,0,2147485568,0,3,2,0,2,23,0,176,-5,2,0,2,47,2,186,-1,2,0,2,23,2,197,-1,2,0,0,16779263,-2,2,11,-7,2,0,2,121,-3,3,0,2,2,124,2,125,0,2147549183,0,2,-2,2,126,2,35,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,-1,2,0,2,40,-8,2,54,2,47,0,1,2,127,2,23,-3,2,128,2,35,2,129,2,130,0,16778239,-10,2,34,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,-3,2,17,2,131,2,0,2,23,2,48,2,132,2,23,-21,3,0,2,-4,3,0,2,0,67583,-1,2,103,-2,0,11,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,2,135,-187,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,2,143,-73,2,0,0,1065361407,0,16384,-11,2,0,2,121,-40,3,0,6,2,117,-1,3,0,2,0,2063,-37,2,55,2,144,2,145,2,146,2,147,2,148,-138,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-28517,2,0,0,1,-1,2,124,2,0,0,8193,-21,2,193,0,10255,0,4,-11,2,64,2,171,-1,0,71680,-1,2,161,0,4292900864,0,805306431,-5,2,150,-1,2,157,-1,0,6144,-2,2,127,-1,2,154,-1,0,2147532800,2,151,2,165,2,0,2,164,0,524032,0,4,-4,2,190,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,152,0,4294886464,0,33292336,0,417809,2,152,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,153,0,469762560,0,4171219488,0,8323120,2,153,0,202375680,0,3214918176,0,4294508592,2,153,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,177,2,0,0,2089,0,3221225552,0,201375904,2,0,-2,0,256,0,122880,0,16777216,2,150,0,4160757760,2,0,-6,2,167,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,154,2,159,2,178,-2,2,162,-20,0,3758096385,-2,2,155,0,4292878336,2,90,2,169,0,4294057984,-2,2,163,2,156,2,175,-2,2,155,-1,2,182,-1,2,170,2,124,0,4026593280,0,14,0,4292919296,-1,2,158,0,939588608,-1,0,805306368,-1,2,124,0,1610612736,2,156,2,157,2,4,2,0,-2,2,158,2,159,-3,0,267386880,-1,2,160,0,7168,-1,0,65024,2,154,2,161,2,179,-7,2,168,-8,2,162,-1,0,1426112704,2,163,-1,2,164,0,271581216,0,2149777408,2,23,2,161,2,124,0,851967,2,180,-1,2,23,2,181,-4,2,158,-20,2,195,2,165,-56,0,3145728,2,185,-4,2,166,2,124,-4,0,32505856,-1,2,167,-1,0,2147385088,2,90,1,2155905152,2,-3,2,103,2,0,2,168,-2,2,169,-6,2,170,0,4026597375,0,1,-1,0,1,-1,2,171,-3,2,117,2,64,-2,2,166,-2,2,176,2,124,-878,2,159,-36,2,172,-1,2,201,-10,2,188,-5,2,174,-6,0,4294965251,2,27,-1,2,173,-1,2,174,-2,0,4227874752,-3,0,2146435072,2,159,-2,0,1006649344,2,124,-1,2,90,0,201375744,-3,0,134217720,2,90,0,4286677377,0,32896,-1,2,158,-3,2,175,-349,2,176,0,1920,2,177,3,0,264,-11,2,157,-2,2,178,2,0,0,520617856,0,2692743168,0,36,-3,0,524284,-11,2,23,-1,2,187,-1,2,184,0,3221291007,2,178,-1,2,202,0,2158720,-3,2,159,0,1,-4,2,124,0,3808625411,0,3489628288,2,200,0,1207959680,0,3221274624,2,0,-3,2,179,0,120,0,7340032,-2,2,180,2,4,2,23,2,163,3,0,4,2,159,-1,2,181,2,177,-1,0,8176,2,182,2,179,2,183,-1,0,4290773232,2,0,-4,2,163,2,189,0,15728640,2,177,-1,2,161,-1,0,4294934512,3,0,4,-9,2,90,2,170,2,184,3,0,4,0,704,0,1849688064,2,185,-1,2,124,0,4294901887,2,0,0,130547712,0,1879048192,2,199,3,0,2,-1,2,186,2,187,-1,0,17829776,0,2025848832,0,4261477888,-2,2,0,-1,0,4286580608,-1,0,29360128,2,192,0,16252928,0,3791388672,2,38,3,0,2,-2,2,196,2,0,-1,2,103,-1,0,66584576,-1,2,191,3,0,9,2,124,-1,0,4294755328,3,0,2,-1,2,161,2,178,3,0,2,2,23,2,188,2,90,-2,0,245760,0,2147418112,-1,2,150,2,203,0,4227923456,-1,2,164,2,161,2,90,-3,0,4292870145,0,262144,2,124,3,0,2,0,1073758848,2,189,-1,0,4227921920,2,190,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,91,-2,2,191,3,0,5,-1,2,192,2,163,2,0,-2,0,4227923936,2,62,-1,2,155,2,95,2,0,2,154,2,158,3,0,6,-1,2,177,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,193,2,77,-2,2,161,-2,2,119,-1,2,155,3,0,8,0,512,0,8388608,2,194,2,172,2,187,0,4286578944,3,0,2,0,1152,0,1266679808,2,191,0,576,0,4261707776,2,95,3,0,9,2,155,3,0,5,2,16,-1,0,2147221504,-28,2,178,3,0,3,-3,0,4292902912,-6,2,96,3,0,85,-33,0,4294934528,3,0,126,-18,2,195,3,0,269,-17,2,155,2,124,2,198,3,0,2,2,23,0,4290822144,-2,0,67174336,0,520093700,2,17,3,0,21,-2,2,179,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,174,-38,2,170,2,0,2,196,3,0,279,-8,2,124,2,0,0,4294508543,0,65295,-11,2,177,3,0,72,-3,0,3758159872,0,201391616,3,0,155,-7,2,170,-1,0,384,-1,0,133693440,-3,2,196,-2,2,26,3,0,4,2,169,-2,2,90,2,155,3,0,4,-2,2,164,-1,2,150,0,335552923,2,197,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,0,12288,-21,0,134213632,0,4294901761,3,0,42,0,100663424,0,4294965284,3,0,6,-1,0,3221282816,2,198,3,0,11,-1,2,199,3,0,40,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,35,-1,2,94,3,0,2,0,1,2,163,3,0,6,2,197,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,45,3,0,8,-1,2,158,-2,2,169,0,98304,0,65537,2,170,-5,0,4294950912,2,0,2,118,0,65528,2,177,0,4294770176,2,26,3,0,4,-30,2,174,0,3758153728,-3,2,169,-2,2,155,2,188,2,158,-1,2,191,-1,2,161,0,4294754304,3,0,2,-3,0,33554432,-2,2,200,-3,2,169,0,4175478784,2,201,0,4286643712,0,4286644216,2,0,-4,2,202,-1,2,165,0,4227923967,3,0,32,-1334,2,163,2,0,-129,2,94,-6,2,163,-180,2,203,-233,2,4,3,0,96,-16,2,163,3,0,47,-154,2,165,3,0,22381,-7,2,17,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4160749567,4294901759,4294901760,536870911,262143,8388607,4294902783,4294918143,65535,67043328,2281701374,4294967232,2097151,4294903807,4194303,255,67108863,4294967039,511,524287,131071,127,4292870143,4294902271,4294549487,33554431,1023,67047423,4294901888,4286578687,4294770687,67043583,32767,15,2047999,67043343,16777215,4294902e3,4294934527,4294966783,4294967279,2047,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,4294967264,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,2044,4292870144,4294966272,4294967280,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4294966591,2445279231,3670015,3238002687,31,63,4294967288,4294705151,4095,3221208447,4294549472,2147483648,4285526655,4294966527,4294705152,4294966143,64,4294966719,16383,3774873592,458752,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4087,184024726,2862017156,1593309078,268434431,268434414,4294901763,536870912,2952790016,202506752,139264,402653184,4261412864,4227922944,49152,61440,3758096384,117440512,65280,3233808384,3221225472,2097152,4294965248,32768,57152,67108864,4293918720,4290772992,25165824,57344,4227915776,4278190080,4227907584,65520,4026531840,4227858432,4160749568,3758129152,4294836224,63488,1073741824,4294967040,4194304,251658240,196608,4294963200,64512,417808,4227923712,12582912,50331648,65472,4294967168,4294966784,16,4294917120,2080374784,4096,65408,524288,65532]);function h(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function zu(e,u){if((u&64512)!==55296)return 0;let n=e.source.charCodeAt(e.index+1);return(n&64512)!==56320?0:(u=e.currentChar=65536+((u&1023)<<10)+(n&1023),E2[(u>>>5)+0]>>>u&31&1||d(e,18,G(u)),e.index++,e.column++,1)}function ie(e,u){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,u&4||(e.column=0,e.line++)}function c2(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function Hu(e){return e===160||e===65279||e===133||e===5760||e>=8192&&e<=8203||e===8239||e===8287||e===12288||e===8201||e===65519}function G(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(e&1023)}function H(e){return e<65?e-48:e-65+10&15}function Ku(e){switch(e){case 134283266:return"NumericLiteral";case 134283267:return"StringLiteral";case 86021:case 86022:return"BooleanLiteral";case 86023:return"NullLiteral";case 65540:return"RegularExpression";case 67174408:case 67174409:case 132:return"TemplateLiteral";default:return(e&143360)===143360?"Identifier":(e&4096)===4096?"Keyword":"Punctuator"}}var L=[0,0,0,0,0,0,0,0,0,0,1032,0,0,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,3,0,0,8192,0,0,0,256,0,33024,0,0,242,242,114,114,114,114,114,114,594,594,0,0,16384,0,0,0,0,67,67,67,67,67,67,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,1,0,0,4099,0,71,71,71,71,71,71,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,16384,0,0,0,0],$u=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0],Ve=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function x2(e){return e<=127?$u[e]:E2[(e>>>5)+34816]>>>e&31&1}function M2(e){return e<=127?Ve[e]:E2[(e>>>5)+0]>>>e&31&1||e===8204||e===8205}var Re=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function Wu(e){let u=e.source;e.currentChar===35&&u.charCodeAt(e.index+1)===33&&(h(e),h(e),te(e,u,0,4,e.tokenPos,e.linePos,e.colPos))}function ve(e,u,n,i,t,o,l,f){return i&2048&&d(e,0),te(e,u,n,t,o,l,f)}function te(e,u,n,i,t,o,l){let{index:f}=e;for(e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column;e.index<e.end;){if(L[e.currentChar]&8){let c=e.currentChar===13;c2(e),c&&e.index<e.end&&e.currentChar===10&&(e.currentChar=u.charCodeAt(++e.index));break}else if((e.currentChar^8232)<=1){c2(e);break}h(e),e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column}if(e.onComment){let c={start:{line:o,column:l},end:{line:e.linePos,column:e.colPos}};e.onComment(Re[i&255],u.slice(f,e.tokenPos),t,e.tokenPos,c)}return n|1}function _u(e,u,n){let{index:i}=e;for(;e.index<e.end;)if(e.currentChar<43){let t=!1;for(;e.currentChar===42;)if(t||(n&=-5,t=!0),h(e)===47){if(h(e),e.onComment){let o={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(Re[1],u.slice(i,e.index-2),i-2,e.index,o)}return e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column,n}if(t)continue;L[e.currentChar]&8?e.currentChar===13?(n|=5,c2(e)):(ie(e,n),n=n&-5|1):h(e)}else(e.currentChar^8232)<=1?(n=n&-5|1,c2(e)):(n&=-5,h(e));d(e,16)}function ru(e,u){let n=e.index,i=0;e:for(;;){let g=e.currentChar;if(h(e),i&1)i&=-2;else switch(g){case 47:if(i)break;break e;case 92:i|=1;break;case 91:i|=2;break;case 93:i&=1;break;case 13:case 10:case 8232:case 8233:d(e,32)}if(e.index>=e.source.length)return d(e,32)}let t=e.index-1,o=0,l=e.currentChar,{index:f}=e;for(;M2(l);){switch(l){case 103:o&2&&d(e,34,"g"),o|=2;break;case 105:o&1&&d(e,34,"i"),o|=1;break;case 109:o&4&&d(e,34,"m"),o|=4;break;case 117:o&16&&d(e,34,"u"),o|=16;break;case 121:o&8&&d(e,34,"y"),o|=8;break;case 115:o&32&&d(e,34,"s"),o|=32;break;case 100:o&64&&d(e,34,"d"),o|=64;break;default:d(e,33)}l=h(e)}let c=e.source.slice(f,e.index),a=e.source.slice(n,t);return e.tokenRegExp={pattern:a,flags:c},u&512&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=Yu(e,a,c),65540}function Yu(e,u,n){try{return new RegExp(u,n)}catch{try{return new RegExp(u,n.replace("d","")),null}catch{d(e,32)}}}function Qu(e,u,n){let{index:i}=e,t="",o=h(e),l=e.index;for(;!(L[o]&8);){if(o===n)return t+=e.source.slice(l,e.index),h(e),u&512&&(e.tokenRaw=e.source.slice(i,e.index)),e.tokenValue=t,134283267;if((o&8)===8&&o===92){if(t+=e.source.slice(l,e.index),o=h(e),o<127||o===8232||o===8233){let f=Oe(e,u,o);f>=0?t+=G(f):Ue(e,f,0)}else t+=G(o);l=e.index+1}e.index>=e.end&&d(e,14),o=h(e)}d(e,14)}function Oe(e,u,n){switch(n){case 98:return 8;case 102:return 12;case 114:return 13;case 110:return 10;case 116:return 9;case 118:return 11;case 13:if(e.index<e.end){let i=e.source.charCodeAt(e.index+1);i===10&&(e.index=e.index+1,e.currentChar=i)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let i=n-48,t=e.index+1,o=e.column+1;if(t<e.end){let l=e.source.charCodeAt(t);if(L[l]&32){if(u&1024)return-2;if(e.currentChar=l,i=i<<3|l-48,t++,o++,t<e.end){let f=e.source.charCodeAt(t);L[f]&32&&(e.currentChar=f,i=i<<3|f-48,t++,o++)}e.flags|=64,e.index=t-1,e.column=o-1}else if((i!==0||L[l]&512)&&u&1024)return-2}return i}case 52:case 53:case 54:case 55:{if(u&1024)return-2;let i=n-48,t=e.index+1,o=e.column+1;if(t<e.end){let l=e.source.charCodeAt(t);L[l]&32&&(i=i<<3|l-48,e.currentChar=l,e.index=t,e.column=o)}return e.flags|=64,i}case 120:{let i=h(e);if(!(L[i]&64))return-4;let t=H(i),o=h(e);if(!(L[o]&64))return-4;let l=H(o);return t<<4|l}case 117:{let i=h(e);if(e.currentChar===123){let t=0;for(;L[h(e)]&64;)if(t=t<<4|H(e.currentChar),t>1114111)return-5;return e.currentChar<1||e.currentChar!==125?-4:t}else{if(!(L[i]&64))return-4;let t=e.source.charCodeAt(e.index+1);if(!(L[t]&64))return-4;let o=e.source.charCodeAt(e.index+2);if(!(L[o]&64))return-4;let l=e.source.charCodeAt(e.index+3);return L[l]&64?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),H(i)<<12|H(t)<<8|H(o)<<4|H(l)):-4}}case 56:case 57:if(!(u&256))return-3;default:return n}}function Ue(e,u,n){switch(u){case-1:return;case-2:d(e,n?2:1);case-3:d(e,13);case-4:d(e,6);case-5:d(e,102)}}function Me(e,u){let{index:n}=e,i=67174409,t="",o=h(e);for(;o!==96;){if(o===36&&e.source.charCodeAt(e.index+1)===123){h(e),i=67174408;break}else if((o&8)===8&&o===92)if(o=h(e),o>126)t+=G(o);else{let l=Oe(e,u|1024,o);if(l>=0)t+=G(l);else if(l!==-1&&u&65536){t=void 0,o=Zu(e,o),o<0&&(i=67174408);break}else Ue(e,l,1)}else e.index<e.end&&o===13&&e.source.charCodeAt(e.index)===10&&(t+=G(o),e.currentChar=e.source.charCodeAt(++e.index)),((o&83)<3&&o===10||(o^8232)<=1)&&(e.column=-1,e.line++),t+=G(o);e.index>=e.end&&d(e,15),o=h(e)}return h(e),e.tokenValue=t,e.tokenRaw=e.source.slice(n+1,e.index-(i===67174409?1:2)),i}function Zu(e,u){for(;u!==96;){switch(u){case 36:{let n=e.index+1;if(n<e.end&&e.source.charCodeAt(n)===123)return e.index=n,e.column++,-u;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&d(e,15),u=h(e)}return u}function Gu(e,u){return e.index>=e.end&&d(e,0),e.index--,e.column--,Me(e,u)}function Be(e,u,n){let i=e.currentChar,t=0,o=9,l=n&64?0:1,f=0,c=0;if(n&64)t="."+N2(e,i),i=e.currentChar,i===110&&d(e,11);else{if(i===48)if(i=h(e),(i|32)===120){for(n=136,i=h(e);L[i]&4160;){if(i===95){c||d(e,147),c=0,i=h(e);continue}c=1,t=t*16+H(i),f++,i=h(e)}(f===0||!c)&&d(e,f===0?19:148)}else if((i|32)===111){for(n=132,i=h(e);L[i]&4128;){if(i===95){c||d(e,147),c=0,i=h(e);continue}c=1,t=t*8+(i-48),f++,i=h(e)}(f===0||!c)&&d(e,f===0?0:148)}else if((i|32)===98){for(n=130,i=h(e);L[i]&4224;){if(i===95){c||d(e,147),c=0,i=h(e);continue}c=1,t=t*2+(i-48),f++,i=h(e)}(f===0||!c)&&d(e,f===0?0:148)}else if(L[i]&32)for(u&1024&&d(e,1),n=1;L[i]&16;){if(L[i]&512){n=32,l=0;break}t=t*8+(i-48),i=h(e)}else L[i]&512?(u&1024&&d(e,1),e.flags|=64,n=32):i===95&&d(e,0);if(n&48){if(l){for(;o>=0&&L[i]&4112;){if(i===95){i=h(e),(i===95||n&32)&&D2(e.index,e.line,e.index+1,147),c=1;continue}c=0,t=10*t+(i-48),i=h(e),--o}if(c&&D2(e.index,e.line,e.index+1,148),o>=0&&!x2(i)&&i!==46)return e.tokenValue=t,u&512&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}t+=N2(e,i),i=e.currentChar,i===46&&(h(e)===95&&d(e,0),n=64,t+="."+N2(e,e.currentChar),i=e.currentChar)}}let a=e.index,g=0;if(i===110&&n&128)g=1,i=h(e);else if((i|32)===101){i=h(e),L[i]&256&&(i=h(e));let{index:m}=e;L[i]&16||d(e,10),t+=e.source.substring(a,m)+N2(e,i),i=e.currentChar}return(e.index<e.end&&L[i]&16||x2(i))&&d(e,12),g?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(t),134283389):(e.tokenValue=n&15?t:n&32?parseFloat(e.source.substring(e.tokenPos,e.index)):+t,u&512&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266)}function N2(e,u){let n=0,i=e.index,t="";for(;L[u]&4112;){if(u===95){let{index:o}=e;u=h(e),u===95&&D2(e.index,e.line,e.index+1,147),n=1,t+=e.source.substring(i,o),i=e.index;continue}n=0,u=h(e)}return n&&D2(e.index,e.line,e.index+1,148),t+e.source.substring(i,e.index)}var U=["end of source","identifier","number","string","regular expression","false","true","null","template continuation","template tail","=>","(","{",".","...","}",")",";",",","[","]",":","?","'",'"',"</","/>","++","--","=","<<=",">>=",">>>=","**=","+=","-=","*=","/=","%=","^=","|=","&=","||=","&&=","??=","typeof","delete","void","!","~","+","-","in","instanceof","*","%","/","**","&&","||","===","!==","==","!=","<=",">=","<",">","<<",">>",">>>","&","|","^","var","let","const","break","case","catch","class","continue","debugger","default","do","else","export","extends","finally","for","function","if","import","new","return","super","switch","this","throw","try","while","with","implements","interface","package","private","protected","public","static","yield","as","async","await","constructor","get","set","from","of","enum","eval","arguments","escaped keyword","escaped future reserved keyword","reserved if strict","#","BigIntLiteral","??","?.","WhiteSpace","Illegal","LineTerminator","PrivateField","Template","@","target","meta","LineFeed","Escaped","JSXText"],Je=Object.create(null,{this:{value:86113},function:{value:86106},if:{value:20571},return:{value:20574},var:{value:86090},else:{value:20565},for:{value:20569},new:{value:86109},in:{value:8738868},typeof:{value:16863277},while:{value:20580},case:{value:20558},break:{value:20557},try:{value:20579},catch:{value:20559},delete:{value:16863278},throw:{value:86114},switch:{value:86112},continue:{value:20561},default:{value:20563},instanceof:{value:8476725},do:{value:20564},void:{value:16863279},finally:{value:20568},async:{value:209007},await:{value:209008},class:{value:86096},const:{value:86092},constructor:{value:12401},debugger:{value:20562},export:{value:20566},extends:{value:20567},false:{value:86021},from:{value:12404},get:{value:12402},implements:{value:36966},import:{value:86108},interface:{value:36967},let:{value:241739},null:{value:86023},of:{value:274549},package:{value:36968},private:{value:36969},protected:{value:36970},public:{value:36971},set:{value:12403},static:{value:36972},super:{value:86111},true:{value:86022},with:{value:20581},yield:{value:241773},enum:{value:86134},eval:{value:537079927},as:{value:77934},arguments:{value:537079928},target:{value:143494},meta:{value:143495}});function Te(e,u,n){for(;Ve[h(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),e.currentChar!==92&&e.currentChar<=126?Je[e.tokenValue]||208897:oe(e,u,0,n)}function xu(e,u){let n=je(e);return M2(n)||d(e,4),e.tokenValue=G(n),oe(e,u,1,L[n]&4)}function oe(e,u,n,i){let t=e.index;for(;e.index<e.end;)if(e.currentChar===92){e.tokenValue+=e.source.slice(t,e.index),n=1;let l=je(e);M2(l)||d(e,4),i=i&&L[l]&4,e.tokenValue+=G(l),t=e.index}else if(M2(e.currentChar)||zu(e,e.currentChar))h(e);else break;e.index<=e.end&&(e.tokenValue+=e.source.slice(t,e.index));let o=e.tokenValue.length;if(i&&o>=2&&o<=11){let l=Je[e.tokenValue];return l===void 0?208897:n?l===209008?u&4196352?121:l:u&1024?l===36972||(l&36864)===36864?122:(l&20480)===20480?u&1073741824&&!(u&8192)?l:121:143483:u&1073741824&&!(u&8192)&&(l&20480)===20480?l:l===241773?u&1073741824?143483:u&2097152?121:l:l===209007?143483:(l&36864)===36864?l:121:l}return 208897}function pu(e){return x2(h(e))||d(e,94),131}function je(e){return e.source.charCodeAt(e.index+1)!==117&&d(e,4),e.currentChar=e.source.charCodeAt(e.index+=2),e1(e)}function e1(e){let u=0,n=e.currentChar;if(n===123){let l=e.index-2;for(;L[h(e)]&64;)u=u<<4|H(e.currentChar),u>1114111&&D2(l,e.line,e.index+1,102);return e.currentChar!==125&&D2(l,e.line,e.index-1,6),h(e),u}L[n]&64||d(e,6);let i=e.source.charCodeAt(e.index+1);L[i]&64||d(e,6);let t=e.source.charCodeAt(e.index+2);L[t]&64||d(e,6);let o=e.source.charCodeAt(e.index+3);return L[o]&64||d(e,6),u=H(n)<<12|H(i)<<8|H(t)<<4|H(o),e.currentChar=e.source.charCodeAt(e.index+=4),u}var Xe=[129,129,129,129,129,129,129,129,129,128,136,128,128,130,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,128,16842800,134283267,131,208897,8457015,8455751,134283267,67174411,16,8457014,25233970,18,25233971,67108877,8457016,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456258,1077936157,8456259,22,133,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,69271571,137,20,8455497,208897,132,4096,4096,4096,4096,4096,4096,4096,208897,4096,208897,208897,4096,208897,4096,208897,4096,208897,4096,4096,4096,208897,4096,4096,208897,4096,4096,2162700,8455240,1074790415,16842801,129];function b(e,u){if(e.flags=(e.flags|1)^1,e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.token=ze(e,u,0),e.onToken&&e.token!==1048576){let n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onToken(Ku(e.token),e.tokenPos,e.index,n)}}function ze(e,u,n){let i=e.index===0,t=e.source,o=e.index,l=e.line,f=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let c=e.currentChar;if(c<=126){let a=Xe[c];switch(a){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842801:case 133:case 129:return h(e),a;case 208897:return Te(e,u,0);case 4096:return Te(e,u,1);case 134283266:return Be(e,u,144);case 134283267:return Qu(e,u,c);case 132:return Me(e,u);case 137:return xu(e,u);case 131:return pu(e);case 128:h(e);break;case 130:n|=5,c2(e);break;case 136:ie(e,n),n=n&-5|1;break;case 8456258:let g=h(e);if(e.index<e.end){if(g===60)return e.index<e.end&&h(e)===61?(h(e),4194334):8456516;if(g===61)return h(e),8456256;if(g===33){let s=e.index+1;if(s+1<e.end&&t.charCodeAt(s)===45&&t.charCodeAt(s+1)==45){e.column+=3,e.currentChar=t.charCodeAt(e.index+=3),n=ve(e,t,n,u,2,e.tokenPos,e.linePos,e.colPos),o=e.tokenPos,l=e.linePos,f=e.colPos;continue}return 8456258}if(g===47){if(!(u&16))return 8456258;let s=e.index+1;if(s<e.end&&(g=t.charCodeAt(s),g===42||g===47))break;return h(e),25}}return 8456258;case 1077936157:{h(e);let s=e.currentChar;return s===61?h(e)===61?(h(e),8455996):8455998:s===62?(h(e),10):1077936157}case 16842800:return h(e)!==61?16842800:h(e)!==61?8455999:(h(e),8455997);case 8457015:return h(e)!==61?8457015:(h(e),4194342);case 8457014:{if(h(e),e.index>=e.end)return 8457014;let s=e.currentChar;return s===61?(h(e),4194340):s!==42?8457014:h(e)!==61?8457273:(h(e),4194337)}case 8455497:return h(e)!==61?8455497:(h(e),4194343);case 25233970:{h(e);let s=e.currentChar;return s===43?(h(e),33619995):s===61?(h(e),4194338):25233970}case 25233971:{h(e);let s=e.currentChar;if(s===45){if(h(e),(n&1||i)&&e.currentChar===62){u&256||d(e,109),h(e),n=ve(e,t,n,u,3,o,l,f),o=e.tokenPos,l=e.linePos,f=e.colPos;continue}return 33619996}return s===61?(h(e),4194339):25233971}case 8457016:{if(h(e),e.index<e.end){let s=e.currentChar;if(s===47){h(e),n=te(e,t,n,0,e.tokenPos,e.linePos,e.colPos),o=e.tokenPos,l=e.linePos,f=e.colPos;continue}if(s===42){h(e),n=_u(e,t,n),o=e.tokenPos,l=e.linePos,f=e.colPos;continue}if(u&32768)return ru(e,u);if(s===61)return h(e),4259877}return 8457016}case 67108877:let m=h(e);if(m>=48&&m<=57)return Be(e,u,80);if(m===46){let s=e.index+1;if(s<e.end&&t.charCodeAt(s)===46)return e.column+=2,e.currentChar=t.charCodeAt(e.index+=2),14}return 67108877;case 8455240:{h(e);let s=e.currentChar;return s===124?(h(e),e.currentChar===61?(h(e),4194346):8979003):s===61?(h(e),4194344):8455240}case 8456259:{h(e);let s=e.currentChar;if(s===61)return h(e),8456257;if(s!==62)return 8456259;if(h(e),e.index<e.end){let k=e.currentChar;if(k===62)return h(e)===61?(h(e),4194336):8456518;if(k===61)return h(e),4194335}return 8456517}case 8455751:{h(e);let s=e.currentChar;return s===38?(h(e),e.currentChar===61?(h(e),4194347):8979258):s===61?(h(e),4194345):8455751}case 22:{let s=h(e);if(s===63)return h(e),e.currentChar===61?(h(e),4194348):276889982;if(s===46){let k=e.index+1;if(k<e.end&&(s=t.charCodeAt(k),!(s>=48&&s<=57)))return h(e),67108991}return 22}}}else{if((c^8232)<=1){n=n&-5|1,c2(e);continue}if((c&64512)===55296||E2[(c>>>5)+34816]>>>c&31&1)return(c&64512)===56320&&(c=(c&1023)<<10|c&1023|65536,E2[(c>>>5)+0]>>>c&31&1||d(e,18,G(c)),e.index++,e.currentChar=c),e.column++,e.tokenValue="",oe(e,u,0,0);if(Hu(c)){h(e);continue}d(e,18,G(c))}}return 1048576}function u1(e,u){return e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.token=L[e.currentChar]&8192?n1(e,u):ze(e,u,0),e.token}function n1(e,u){let n=e.currentChar,i=h(e),t=e.index;for(;i!==n;)e.index>=e.end&&d(e,14),i=h(e);return i!==n&&d(e,14),e.tokenValue=e.source.slice(t,e.index),h(e),u&512&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283267}function d2(e,u){if(e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.index>=e.end)return e.token=1048576;switch(Xe[e.source.charCodeAt(e.index)]){case 8456258:{h(e),e.currentChar===47?(h(e),e.token=25):e.token=8456258;break}case 2162700:{h(e),e.token=2162700;break}default:{let i=0;for(;e.index<e.end;){let o=L[e.source.charCodeAt(e.index)];if(o&1024?(i|=5,c2(e)):o&2048?(ie(e,i),i=i&-5|1):h(e),L[e.currentChar]&16384)break}let t=e.source.slice(e.tokenPos,e.index);u&512&&(e.tokenRaw=t),e.tokenValue=t,e.token=138}}return e.token}function p2(e){if((e.token&143360)===143360){let{index:u}=e,n=e.currentChar;for(;L[n]&32770;)n=h(e);e.tokenValue+=e.source.slice(u,e.index)}return e.token=208897,e.token}function z(e,u,n){!(e.flags&1)&&(e.token&1048576)!==1048576&&!n&&d(e,28,U[e.token&255]),q(e,u,1074790417)}function He(e,u,n,i){return u-n<13&&i==="use strict"&&((e.token&1048576)===1048576||e.flags&1)?1:0}function le(e,u,n){return e.token!==n?0:(b(e,u),1)}function q(e,u,n){return e.token!==n?!1:(b(e,u),!0)}function P(e,u,n){e.token!==n&&d(e,23,U[n&255]),b(e,u)}function Z(e,u){switch(u.type){case"ArrayExpression":u.type="ArrayPattern";let n=u.elements;for(let t=0,o=n.length;t<o;++t){let l=n[t];l&&Z(e,l)}return;case"ObjectExpression":u.type="ObjectPattern";let i=u.properties;for(let t=0,o=i.length;t<o;++t)Z(e,i[t]);return;case"AssignmentExpression":u.type="AssignmentPattern",u.operator!=="="&&d(e,69),delete u.operator,Z(e,u.left);return;case"Property":Z(e,u.value);return;case"SpreadElement":u.type="RestElement",Z(e,u.argument)}}function J2(e,u,n,i,t){u&1024&&((i&36864)===36864&&d(e,115),!t&&(i&537079808)===537079808&&d(e,116)),(i&20480)===20480&&d(e,100),n&24&&i===241739&&d(e,98),u&4196352&&i===209008&&d(e,96),u&2098176&&i===241773&&d(e,95,"yield")}function Ke(e,u,n){u&1024&&((n&36864)===36864&&d(e,115),(n&537079808)===537079808&&d(e,116),n===122&&d(e,93),n===121&&d(e,93)),(n&20480)===20480&&d(e,100),u&4196352&&n===209008&&d(e,96),u&2098176&&n===241773&&d(e,95,"yield")}function $e(e,u,n){return n===209008&&(u&4196352&&d(e,96),e.destructible|=128),n===241773&&u&2097152&&d(e,95,"yield"),(n&20480)===20480||(n&36864)===36864||n==122}function i1(e){return e.property?e.property.type==="PrivateIdentifier":!1}function We(e,u,n,i){for(;u;){if(u["$"+n])return i&&d(e,134),1;i&&u.loop&&(i=0),u=u.$}return 0}function t1(e,u,n){let i=u;for(;i;)i["$"+n]&&d(e,133,n),i=i.$;u["$"+n]=1}function y(e,u,n,i,t,o){return u&2&&(o.start=n,o.end=e.startPos,o.range=[n,e.startPos]),u&4&&(o.loc={start:{line:i,column:t},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(o.loc.source=e.sourceFile)),o}function j2(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return j2(e.object)+"."+j2(e.property)}}function K2(e,u,n){let i=J(s2(),1024);return t2(e,u,i,n,1,0),i}function ee(e,u,...n){let{index:i,line:t,column:o}=e;return{type:u,params:n,index:i,line:t,column:o}}function s2(){return{parent:void 0,type:2}}function J(e,u){return{parent:e,type:u,scopeError:void 0}}function e2(e,u,n,i,t,o){t&4?_e(e,u,n,i,t):t2(e,u,n,i,t,o),o&64&&l2(e,i)}function t2(e,u,n,i,t,o){let l=n["#"+i];l&&!(l&2)&&(t&1?n.scopeError=ee(e,141,i):u&256&&l&64&&o&2||d(e,141,i)),n.type&128&&n.parent["#"+i]&&!(n.parent["#"+i]&2)&&d(e,141,i),n.type&1024&&l&&!(l&2)&&t&1&&(n.scopeError=ee(e,141,i)),n.type&64&&n.parent["#"+i]&768&&d(e,154,i),n["#"+i]=t}function _e(e,u,n,i,t){let o=n;for(;o&&!(o.type&256);){let l=o["#"+i];l&248&&(u&256&&!(u&1024)&&(t&128&&l&68||l&128&&t&68)||d(e,141,i)),o===n&&l&1&&t&1&&(o.scopeError=ee(e,141,i)),l&768&&(!(l&512)||!(u&256)||u&1024)&&d(e,141,i),o["#"+i]=t,o=o.parent}}function l2(e,u){e.exportedNames!==void 0&&u!==""&&(e.exportedNames["#"+u]&&d(e,142,u),e.exportedNames["#"+u]=1)}function o1(e,u){e.exportedBindings!==void 0&&u!==""&&(e.exportedBindings["#"+u]=1)}function l1(e,u){return function(n,i,t,o,l){let f={type:n,value:i};e&2&&(f.start=t,f.end=o,f.range=[t,o]),e&4&&(f.loc=l),u.push(f)}}function f1(e,u){return function(n,i,t,o){let l={token:n};e&2&&(l.start=i,l.end=t,l.range=[i,t]),e&4&&(l.loc=o),u.push(l)}}function fe(e,u){return e&2098176?e&2048&&u===209008||e&2097152&&u===241773?!1:(u&143360)===143360||(u&12288)===12288:(u&143360)===143360||(u&12288)===12288||(u&36864)===36864}function ce(e,u,n,i){(n&537079808)===537079808&&(u&1024&&d(e,116),i&&(e.flags|=512)),fe(u,n)||d(e,0)}function c1(e,u,n,i){return{source:e,flags:0,index:0,line:1,column:0,startPos:0,end:e.length,tokenPos:0,startColumn:0,colPos:0,linePos:1,startLine:1,sourceFile:u,tokenValue:"",token:1048576,tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:n,onToken:i,leadingDecorators:[]}}function d1(e,u,n){let i="",t,o;u!=null&&(u.module&&(n|=3072),u.next&&(n|=1),u.loc&&(n|=4),u.ranges&&(n|=2),u.uniqueKeyInPattern&&(n|=-2147483648),u.lexical&&(n|=64),u.webcompat&&(n|=256),u.directives&&(n|=520),u.globalReturn&&(n|=32),u.raw&&(n|=512),u.preserveParens&&(n|=128),u.impliedStrict&&(n|=1024),u.jsx&&(n|=16),u.identifierPattern&&(n|=268435456),u.specDeviation&&(n|=536870912),u.source&&(i=u.source),u.onComment!=null&&(t=Array.isArray(u.onComment)?l1(n,u.onComment):u.onComment),u.onToken!=null&&(o=Array.isArray(u.onToken)?f1(n,u.onToken):u.onToken));let l=c1(e,i,t,o);n&1&&Wu(l);let f=n&64?s2():void 0,c=[],a="script";if(n&2048){if(a="module",c=a1(l,n|8192,f),f)for(let m in l.exportedBindings)m[0]==="#"&&!f[m]&&d(l,143,m.slice(1))}else c=s1(l,n|8192,f);let g={type:"Program",sourceType:a,body:c};return n&2&&(g.start=0,g.end=e.length,g.range=[0,e.length]),n&4&&(g.loc={start:{line:1,column:0},end:{line:l.line,column:l.column}},l.sourceFile&&(g.loc.source=i)),g}function s1(e,u,n){b(e,u|32768|1073741824);let i=[];for(;e.token===134283267;){let{index:t,tokenPos:o,tokenValue:l,linePos:f,colPos:c,token:a}=e,g=X(e,u);He(e,t,o,l)&&(u|=1024),i.push(se(e,u,g,a,o,f,c))}for(;e.token!==1048576;)i.push(S2(e,u,n,4,{}));return i}function a1(e,u,n){b(e,u|32768);let i=[];if(u&8)for(;e.token===134283267;){let{tokenPos:t,linePos:o,colPos:l,token:f}=e;i.push(se(e,u,X(e,u),f,t,o,l))}for(;e.token!==1048576;)i.push(m1(e,u,n));return i}function m1(e,u,n){e.leadingDecorators=_2(e,u);let i;switch(e.token){case 20566:i=N1(e,u,n);break;case 86108:i=L1(e,u,n);break;default:i=S2(e,u,n,4,{})}return e.leadingDecorators.length&&d(e,165),i}function S2(e,u,n,i,t){let o=e.tokenPos,l=e.linePos,f=e.colPos;switch(e.token){case 86106:return i2(e,u,n,i,1,0,0,o,l,f);case 133:case 86096:return ne(e,u,n,0,o,l,f);case 86092:return ue(e,u,n,16,0,o,l,f);case 241739:return F1(e,u,n,i,o,l,f);case 20566:d(e,101,"export");case 86108:switch(b(e,u),