@builder.io/sdk-vue 0.5.8 → 0.5.9

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.
Files changed (86) hide show
  1. package/package.json +1 -1
  2. package/packages/_vue2/dist/{block-styles.53de235b.js → block-styles.2f2d681c.js} +5 -5
  3. package/packages/_vue2/dist/{block-styles.62ab6928.cjs → block-styles.e0c362f1.cjs} +1 -1
  4. package/packages/_vue2/dist/{block-wrapper.ffff3ae1.cjs → block-wrapper.60491ece.cjs} +1 -1
  5. package/packages/_vue2/dist/{block-wrapper.42f7cc18.js → block-wrapper.675417b1.js} +5 -5
  6. package/packages/_vue2/dist/{block.e75fc1fd.cjs → block.2b1ac86c.cjs} +2 -2
  7. package/packages/_vue2/dist/{block.32028ed9.js → block.b10ffc8d.js} +7 -7
  8. package/packages/_vue2/dist/{blocks-wrapper.545648f8.js → blocks-wrapper.1f4e53ec.js} +1 -1
  9. package/packages/_vue2/dist/{blocks-wrapper.f2ac2ced.cjs → blocks-wrapper.87c356a1.cjs} +1 -1
  10. package/packages/_vue2/dist/{component-ref.93c96dcf.js → component-ref.d1a3e1db.js} +16 -16
  11. package/packages/_vue2/dist/component-ref.e0e18275.cjs +1 -0
  12. package/packages/_vue2/dist/{content.f9bd5fcb.js → content.4dd9bed9.js} +5 -5
  13. package/packages/_vue2/dist/{content.f8c10901.cjs → content.e0c272e6.cjs} +1 -1
  14. package/packages/_vue2/dist/{css.3ca25316.js → css.3b52add0.js} +1 -1
  15. package/packages/_vue2/dist/{css.0a7231c0.cjs → css.5b6afc6e.cjs} +1 -1
  16. package/packages/_vue2/dist/{enable-editor.02af1249.cjs → enable-editor.29678a79.cjs} +1 -1
  17. package/packages/_vue2/dist/{enable-editor.94619084.js → enable-editor.c8c377d7.js} +3 -3
  18. package/packages/_vue2/dist/evaluate.585803ce.cjs +1 -0
  19. package/packages/_vue2/dist/evaluate.b622b309.js +97 -0
  20. package/packages/_vue2/dist/{get-block-actions.fcd3a65b.js → get-block-actions.17f0418a.js} +2 -2
  21. package/packages/_vue2/dist/{get-block-actions.f638af63.cjs → get-block-actions.cc26a1a3.cjs} +1 -1
  22. package/packages/_vue2/dist/{get-block-properties.1c8b2787.js → get-block-properties.3a4c9314.js} +2 -2
  23. package/packages/_vue2/dist/{get-block-properties.f62d4730.cjs → get-block-properties.fbe48fae.cjs} +1 -1
  24. package/packages/_vue2/dist/{get-processed-block.e1ff6ece.cjs → get-processed-block.5937bfa6.cjs} +1 -1
  25. package/packages/_vue2/dist/{get-processed-block.39e600d4.js → get-processed-block.92e6395c.js} +2 -2
  26. package/packages/_vue2/dist/{index.df94ab6d.cjs → index.04a22940.cjs} +7 -7
  27. package/packages/_vue2/dist/{index.68a558a0.js → index.835b8ee0.js} +52 -51
  28. package/packages/_vue2/dist/{inlined-script.4c3c12d0.cjs → inlined-script.0c7f9ce3.cjs} +1 -1
  29. package/packages/_vue2/dist/{inlined-script.502cfeff.js → inlined-script.3ec95873.js} +1 -1
  30. package/packages/_vue2/dist/{inlined-styles.f6b48786.cjs → inlined-styles.89ce41e1.cjs} +1 -1
  31. package/packages/_vue2/dist/{inlined-styles.1f1d5537.js → inlined-styles.ccff7c47.js} +1 -1
  32. package/packages/_vue2/dist/{interactive-element.a31f191b.js → interactive-element.fa779554.js} +5 -5
  33. package/packages/_vue2/dist/{interactive-element.edc14cd8.cjs → interactive-element.fdd261bc.cjs} +1 -1
  34. package/packages/_vue2/dist/{non-node-runtime.fc00e390.cjs → non-node-runtime.ddfeed94.cjs} +9 -9
  35. package/packages/{_vue3/dist/non-node-runtime.814a2495.js → _vue2/dist/non-node-runtime.eb7f6595.js} +66 -65
  36. package/packages/_vue2/dist/{repeated-block.d58b000e.js → repeated-block.3c989659.js} +2 -2
  37. package/packages/_vue2/dist/{repeated-block.9268c636.cjs → repeated-block.48fbaaab.cjs} +1 -1
  38. package/packages/_vue2/dist/sdk.cjs +1 -1
  39. package/packages/_vue2/dist/sdk.js +4 -4
  40. package/packages/_vue2/dist/src/components/content/content.types.d.ts +2 -2
  41. package/packages/_vue2/dist/src/components/content-variants/content-variants.types.d.ts +1 -1
  42. package/packages/_vue2/dist/src/constants/sdk-version.d.ts +1 -1
  43. package/packages/_vue2/dist/src/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  44. package/packages/_vue2/dist/src/functions/evaluate/evaluate.d.ts +4 -8
  45. package/packages/_vue2/dist/src/functions/evaluate/helpers.d.ts +18 -0
  46. package/packages/_vue2/dist/src/functions/evaluate/index.d.ts +1 -1
  47. package/packages/_vue2/dist/src/functions/evaluate/non-node-runtime/non-node-runtime.d.ts +2 -2
  48. package/packages/_vue2/dist/src/functions/fetch-builder-props.d.ts +2 -2
  49. package/packages/_vue2/dist/src/index.d.ts +5 -14
  50. package/packages/_vue2/dist/src/server-index.d.ts +15 -0
  51. package/packages/_vue2/dist/{styles.4301545b.js → styles.22b87564.js} +2 -2
  52. package/packages/_vue2/dist/{styles.46962285.cjs → styles.a3209286.cjs} +3 -3
  53. package/packages/_vue3/dist/{block-wrapper.bf1030b0.cjs → block-wrapper.4abbfa5d.cjs} +1 -1
  54. package/packages/_vue3/dist/{block-wrapper.c8ec3e80.js → block-wrapper.e6a959ca.js} +2 -2
  55. package/packages/_vue3/dist/component-ref.16c18e90.cjs +1 -0
  56. package/packages/_vue3/dist/{component-ref.5b93cf21.js → component-ref.b3232d22.js} +19 -19
  57. package/packages/_vue3/dist/{get-block-actions.6af8791d.js → get-block-actions.48118020.js} +1 -1
  58. package/packages/_vue3/dist/{get-block-actions.60bff98a.cjs → get-block-actions.83a66ea4.cjs} +1 -1
  59. package/packages/_vue3/dist/{index.953837d2.js → index.ee80c2d7.js} +368 -349
  60. package/packages/_vue3/dist/index.f36face2.cjs +69 -0
  61. package/packages/{_vue2/dist/non-node-runtime.ded1660b.js → _vue3/dist/non-node-runtime.15581a63.js} +62 -64
  62. package/packages/_vue3/dist/{non-node-runtime.5930ba44.cjs → non-node-runtime.fb2b33d0.cjs} +8 -8
  63. package/packages/_vue3/dist/{repeated-block.0a776412.cjs → repeated-block.33f567b4.cjs} +1 -1
  64. package/packages/_vue3/dist/{repeated-block.f409b451.js → repeated-block.53ae8c41.js} +2 -2
  65. package/packages/_vue3/dist/sdk.cjs +1 -1
  66. package/packages/_vue3/dist/sdk.js +2 -2
  67. package/packages/_vue3/dist/src/components/content/content.types.d.ts +2 -2
  68. package/packages/_vue3/dist/src/components/content-variants/content-variants.types.d.ts +1 -1
  69. package/packages/_vue3/dist/src/constants/sdk-version.d.ts +1 -1
  70. package/packages/_vue3/dist/src/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  71. package/packages/_vue3/dist/src/functions/evaluate/evaluate.d.ts +4 -8
  72. package/packages/_vue3/dist/src/functions/evaluate/helpers.d.ts +18 -0
  73. package/packages/_vue3/dist/src/functions/evaluate/index.d.ts +1 -1
  74. package/packages/_vue3/dist/src/functions/evaluate/non-node-runtime/non-node-runtime.d.ts +2 -2
  75. package/packages/_vue3/dist/src/functions/fetch-builder-props.d.ts +2 -2
  76. package/packages/_vue3/dist/src/index.d.ts +5 -14
  77. package/packages/_vue3/dist/src/server-index.d.ts +15 -0
  78. package/packages/_vue2/dist/component-ref.db6118ae.cjs +0 -1
  79. package/packages/_vue2/dist/evaluate.05948f83.js +0 -79
  80. package/packages/_vue2/dist/evaluate.0c3fa60b.cjs +0 -4
  81. package/packages/_vue2/dist/src/functions/evaluate/types.d.ts +0 -11
  82. package/packages/_vue3/dist/component-ref.cd85a4b1.cjs +0 -1
  83. package/packages/_vue3/dist/index.39827af2.cjs +0 -72
  84. package/packages/_vue3/dist/src/functions/evaluate/types.d.ts +0 -11
  85. /package/packages/_vue2/dist/src/functions/evaluate/{acorn-interpreter.d.ts → non-node-runtime/acorn-interpreter.d.ts} +0 -0
  86. /package/packages/_vue3/dist/src/functions/evaluate/{acorn-interpreter.d.ts → non-node-runtime/acorn-interpreter.d.ts} +0 -0
@@ -1,21 +1,21 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const vu=require("./index.df94ab6d.cjs"),Wu=require("./set.87eb0329.cjs");require("vue");var w,Hu=function(e){function t(i){return 48>i?i===36:58>i?!0:65>i?!1:91>i?!0:97>i?i===95:123>i?!0:170<=i&&Xu.test(String.fromCharCode(i))}function r(i){return 65>i?i===36:91>i?!0:97>i?i===95:123>i?!0:170<=i&&gu.test(String.fromCharCode(i))}function u(i,s){for(var l=A,p=1,E=0;;){Ke.lastIndex=E;var T=Ke.exec(l);if(T&&T.index<i)++p,E=T.index+T[0].length;else break}throw l={line:p,ab:i-E},s+=" ("+l.line+":"+l.ab+")",s=new SyntaxError(s),s.j=i,s.X=l,s.o=c,s}function n(i){i=i.split(" ");for(var s=Object.create(null),l=0;l<i.length;l++)s[i[l]]=!0;return function(p){return s[p]||!1}}function o(){this.line=le,this.ab=c-K}function a(i,s){fe=c,m.C&&(at=new o),C=i,d(),V=s,Be=i.m}function h(){for(var i=c,s=m.va&&m.C&&new o,l=A.charCodeAt(c+=2);c<pe&&l!==10&&l!==13&&l!==8232&&l!==8233;)++c,l=A.charCodeAt(c);m.va&&m.va(!1,A.slice(i+2,c),i,c,s,m.C&&new o)}function d(){for(;c<pe;){var i=A.charCodeAt(c);if(i===32)++c;else if(i===13)++c,i=A.charCodeAt(c),i===10&&++c,m.C&&(++le,K=c);else if(i===10||i===8232||i===8233)++c,m.C&&(++le,K=c);else if(8<i&&14>i)++c;else if(i===47)if(i=A.charCodeAt(c+1),i===42){i=void 0;var s=m.va&&m.C&&new o,l=c,p=A.indexOf("*/",c+=2);if(p===-1&&u(c-2,"Unterminated comment"),c=p+2,m.C)for(Ke.lastIndex=l;(i=Ke.exec(A))&&i.index<c;)++le,K=i.index+i[0].length;m.va&&m.va(!0,A.slice(l+2,p),l,c,s,m.C&&new o)}else if(i===47)h();else break;else if(i===160)++c;else if(5760<=i&&Gu.test(String.fromCharCode(i)))++c;else break}}function b(i){switch(i){case 46:i=A.charCodeAt(c+1),48<=i&&57>=i?M(!0):(++c,a(su));return;case 40:return++c,a(Z);case 41:return++c,a(J);case 59:return++c,a(z);case 44:return++c,a(ne);case 91:return++c,a(Ct);case 93:return++c,a(Et);case 123:return++c,a(Se);case 125:return++c,a(Ae);case 58:return++c,a(je);case 63:return++c,a(au);case 48:if(i=A.charCodeAt(c+1),i===120||i===88){c+=2,i=oe(16),i===null&&u(I+2,"Expected hexadecimal number"),r(A.charCodeAt(c))&&u(c,"Identifier directly after number"),a(xe,i);return}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return M(!1);case 34:case 39:c++;for(var s="";;){c>=pe&&u(I,"Unterminated string constant");var l=A.charCodeAt(c);if(l===i){++c,a(He,s);break}if(l===92){l=A.charCodeAt(++c);var p=/^[0-7]+/.exec(A.slice(c,c+3));for(p&&(p=p[0]);p&&255<parseInt(p,8);)p=p.slice(0,-1);if(p==="0"&&(p=null),++c,p)X&&u(c-2,"Octal literal in strict mode"),s+=String.fromCharCode(parseInt(p,8)),c+=p.length-1;else switch(l){case 110:s+=`
2
- `;break;case 114:s+="\r";break;case 120:s+=String.fromCharCode(H(2));break;case 117:s+=String.fromCharCode(H(4));break;case 85:s+=String.fromCharCode(H(8));break;case 116:s+=" ";break;case 98:s+="\b";break;case 118:s+="\v";break;case 102:s+="\f";break;case 48:s+="\0";break;case 13:A.charCodeAt(c)===10&&++c;case 10:m.C&&(K=c,++le);break;default:s+=String.fromCharCode(l)}}else l!==13&&l!==10&&l!==8232&&l!==8233||u(I,"Unterminated string constant"),s+=String.fromCharCode(l),++c}return;case 47:i=A.charCodeAt(c+1),Be?(++c,Le()):i===61?x(ce,2):x(lu,1);return;case 37:case 42:A.charCodeAt(c+1)===61?x(ce,2):x(bu,1);return;case 124:case 38:s=A.charCodeAt(c+1),s===i?x(i===124?fu:hu,2):s===61?x(ce,2):x(i===124?Iu:Nu,1);return;case 94:A.charCodeAt(c+1)===61?x(ce,2):x(Tu,1);return;case 43:case 45:s=A.charCodeAt(c+1),s===i?s===45&&A.charCodeAt(c+2)===62&&$e.test(A.slice(re,c))?(c+=3,h(),d(),O()):x(Ou,2):s===61?x(ce,2):x(Uu,1);return;case 60:case 62:s=A.charCodeAt(c+1),l=1,s===i?(l=i===62&&A.charCodeAt(c+2)===62?3:2,A.charCodeAt(c+l)===61?x(ce,l+1):x(Pu,l)):s===33&&i===60&&A.charCodeAt(c+2)===45&&A.charCodeAt(c+3)===45?(c+=4,h(),d(),O()):(s===61&&(l=A.charCodeAt(c+2)===61?3:2),x(Ru,l));return;case 61:case 33:A.charCodeAt(c+1)===61?x(Mu,A.charCodeAt(c+2)===61?3:2):x(i===61?cu:pu,1);return;case 126:return x(pu,1)}return!1}function O(i){if(i?c=I+1:I=c,m.C&&(st=new o),i)return Le();if(c>=pe)return a(pt);if(i=A.charCodeAt(c),r(i)||i===92)return Ge();if(b(i)===!1){if(i=String.fromCharCode(i),i==="\\"||gu.test(i))return Ge();u(c,"Unexpected character '"+i+"'")}}function x(i,s){var l=A.slice(c,c+s);c+=s,a(i,l)}function Le(){for(var i,s,l=c;;){c>=pe&&u(l,"Unterminated regexp");var p=A.charAt(c);if($e.test(p)&&u(l,"Unterminated regexp"),i)i=!1;else{if(p==="[")s=!0;else if(p==="]"&&s)s=!1;else if(p==="/"&&!s)break;i=p==="\\"}++c}i=A.slice(l,c),++c,(s=se())&&!/^[gmi]*$/.test(s)&&u(l,"Invalid regexp flag");try{var E=new RegExp(i,s)}catch(T){throw T instanceof SyntaxError&&u(l,T.message),T}a(Xt,E)}function oe(i,s){for(var l=c,p=0,E=s===void 0?1/0:s,T=0;T<E;++T){var _=A.charCodeAt(c);if(_=97<=_?_-97+10:65<=_?_-65+10:48<=_&&57>=_?_-48:1/0,_>=i)break;++c,p=p*i+_}return c===l||s!==void 0&&c-l!==s?null:p}function M(i){var s=c,l=!1,p=A.charCodeAt(c)===48;i||oe(10)!==null||u(s,"Invalid number"),A.charCodeAt(c)===46&&(++c,oe(10),l=!0),i=A.charCodeAt(c),(i===69||i===101)&&(i=A.charCodeAt(++c),i!==43&&i!==45||++c,oe(10)===null&&u(s,"Invalid number"),l=!0),r(A.charCodeAt(c))&&u(c,"Identifier directly after number"),i=A.slice(s,c);var E;l?E=parseFloat(i):p&&i.length!==1?/[89]/.test(i)||X?u(s,"Invalid number"):E=parseInt(i,8):E=parseInt(i,10),a(xe,E)}function H(i){return i=oe(16,i),i===null&&u(I,"Bad character escape sequence"),i}function se(){ge=!1;for(var i,s=!0,l=c;;){var p=A.charCodeAt(c);if(t(p))ge&&(i+=A.charAt(c)),++c;else if(p===92){ge||(i=A.slice(l,c)),ge=!0,A.charCodeAt(++c)!==117&&u(c,"Expecting Unicode escape sequence \\uXXXX"),++c,p=H(4);var E=String.fromCharCode(p);E||u(c-1,"Invalid Unicode escape"),(s?r(p):t(p))||u(c-4,"Invalid Unicode escape"),i+=E}else break;s=!1}return ge?i:A.slice(l,c)}function Ge(){var i=se(),s=he;!ge&&Lu(i)&&(s=ku[i]),a(s,i)}function D(){lt=I,re=fe,ct=at,O()}function Qe(i){if(X=i,c=I,m.C)for(;c<K;)K=A.lastIndexOf(`
3
- `,K-2)+1,--le;d(),O()}function Ut(){this.type=null,this.start=I,this.end=null}function bt(){this.start=st,this.end=null,ot&&(this.source=ot)}function R(){var i=new Ut;return m.C&&(i.X=new bt),m.vb&&(i.sourceFile=m.vb),m.Xa&&(i.j=[I,0]),i}function ue(i){var s=new Ut;return s.start=i.start,m.C&&(s.X=new bt,s.X.start=i.X.start),m.Xa&&(s.j=[i.j[0],0]),s}function F(i,s){return i.type=s,i.end=re,m.C&&(i.X.end=ct),m.Xa&&(i.j[1]=re),i}function qe(i){return i.type==="ExpressionStatement"&&i.la.type==="Literal"&&i.la.value==="use strict"}function S(i){return C===i?(D(),!0):!1}function Xe(){return!m.fc&&(C===pt||C===Ae||$e.test(A.slice(re,I)))}function ae(){S(z)||Xe()||Y()}function j(i){C===i?D():Y()}function Y(){u(I,"Unexpected token")}function Ve(i){i.type!=="Identifier"&&i.type!=="MemberExpression"&&u(i.start,"Assigning to rvalue"),X&&i.type==="Identifier"&&Ye(i.name)&&u(i.start,"Assigning to "+i.name+" in strict mode")}function W(){(C===lu||C===ce&&V==="/=")&&O(!0);var i=C,s=R();switch(i){case ft:case Wt:D();var l=i===ft;S(z)||Xe()?s.label=null:C!==he?Y():(s.label=$(),ae());for(var p=0;p<k.length;++p){var E=k[p];if((s.label===null||E.name===s.label.name)&&(E.kind!==null&&(l||E.kind==="loop")||s.label&&l))break}return p===k.length&&u(s.start,"Unsyntactic "+i.l),F(s,l?"BreakStatement":"ContinueStatement");case Ht:return D(),ae(),F(s,"DebuggerStatement");case Yt:return D(),k.push(Ft),s.body=W(),k.pop(),j(yt),s.test=me(),ae(),F(s,"DoWhileStatement");case Zt:return D(),k.push(Ft),j(Z),C===z?et(s,null):C===vt?(i=R(),D(),Lt(i,!0),F(i,"VariableDeclaration"),i.fa.length===1&&S(Je)?_t(s,i):et(s,i)):(i=U(!1,!0),S(Je)?(Ve(i),_t(s,i)):et(s,i));case At:return D(),nt(s,!0);case zt:return D(),s.test=me(),s.da=W(),s.alternate=S($t)?W():null,F(s,"IfStatement");case Qt:return we||m.Ib||u(I,"'return' outside of function"),D(),S(z)||Xe()?s.K=null:(s.K=U(),ae()),F(s,"ReturnStatement");case gt:for(D(),s.Qb=me(),s.tb=[],j(Se),k.push(Vu);C!==Ae;)C===ht||C===Jt?(i=C===ht,p&&F(p,"SwitchCase"),s.tb.push(p=R()),p.da=[],D(),i?p.test=U():(l&&u(lt,"Multiple default clauses"),l=!0,p.test=null),j(je)):(p||Y(),p.da.push(W()));return p&&F(p,"SwitchCase"),D(),k.pop(),F(s,"SwitchStatement");case qt:return D(),$e.test(A.slice(re,I))&&u(re,"Illegal newline after throw"),s.K=U(),ae(),F(s,"ThrowStatement");case eu:return D(),s.block=de(),s.Ea=null,C===Vt&&(i=R(),D(),j(Z),i.Ua=$(),X&&Ye(i.Ua.name)&&u(i.Ua.start,"Binding "+i.Ua.name+" in strict mode"),j(J),i.body=de(),s.Ea=F(i,"CatchClause")),s.fb=S(Kt)?de():null,s.Ea||s.fb||u(s.start,"Missing catch or finally clause"),F(s,"TryStatement");case vt:return D(),Lt(s),ae(),F(s,"VariableDeclaration");case yt:return D(),s.test=me(),k.push(Ft),s.body=W(),k.pop(),F(s,"WhileStatement");case tu:return X&&u(I,"'with' in strict mode"),D(),s.object=me(),s.body=W(),F(s,"WithStatement");case Se:return de();case z:return D(),F(s,"EmptyStatement");default:if(l=V,E=U(),i===he&&E.type==="Identifier"&&S(je)){for(p=0;p<k.length;++p)k[p].name===l&&u(E.start,"Label '"+l+"' is already declared");return k.push({name:l,kind:C.W?"loop":C===gt?"switch":null}),s.body=W(),k.pop(),s.label=E,F(s,"LabeledStatement")}return s.la=E,ae(),F(s,"ExpressionStatement")}}function me(){j(Z);var i=U();return j(J),i}function de(i){var s=R(),l=!0,p=!1;for(s.body=[],j(Se);!S(Ae);){var E=W();if(s.body.push(E),l&&i&&qe(E)){var T=p;Qe(p=!0)}l=!1}return p&&!T&&Qe(!1),F(s,"BlockStatement")}function et(i,s){return i.ua=s,j(z),i.test=C===z?null:U(),j(z),i.update=C===J?null:U(),j(J),i.body=W(),k.pop(),F(i,"ForStatement")}function _t(i,s){return i.left=s,i.right=U(),j(J),i.body=W(),k.pop(),F(i,"ForInStatement")}function Lt(i,s){for(i.fa=[],i.kind="var";;){var l=R();if(l.id=$(),X&&Ye(l.id.name)&&u(l.id.start,"Binding "+l.id.name+" in strict mode"),l.ua=S(cu)?U(!0,s):null,i.fa.push(F(l,"VariableDeclarator")),!S(ne))break}}function U(i,s){var l=tt(s);if(!i&&C===ne){for(i=ue(l),i.xb=[l];S(ne);)i.xb.push(tt(s));return F(i,"SequenceExpression")}return l}function tt(i){var s=ut(rt(),-1,i);if(S(au)){var l=ue(s);l.test=s,l.da=U(!0),j(je),l.alternate=U(!0,i),s=F(l,"ConditionalExpression")}return C.Cb?(l=ue(s),l.operator=V,l.left=s,D(),l.right=tt(i),Ve(s),F(l,"AssignmentExpression")):s}function ut(i,s,l){var p=C.L;if(p!==null&&(!l||C!==Je)&&p>s){var E=ue(i);return E.left=i,E.operator=V,i=C,D(),E.right=ut(rt(),p,l),p=F(E,i===fu||i===hu?"LogicalExpression":"BinaryExpression"),ut(p,s,l)}return i}function rt(){if(C.prefix){var i=R(),s=C.$b;return i.operator=V,Be=i.prefix=!0,D(),i.K=rt(),s?Ve(i.K):X&&i.operator==="delete"&&i.K.type==="Identifier"&&u(i.start,"Deleting local variable in strict mode"),F(i,s?"UpdateExpression":"UnaryExpression")}for(s=De(We());C.cc&&!Xe();)i=ue(s),i.operator=V,i.prefix=!1,i.K=s,Ve(s),D(),s=F(i,"UpdateExpression");return s}function De(i,s){if(S(su)){var l=ue(i);return l.object=i,l.Wa=$(!0),l.bb=!1,De(F(l,"MemberExpression"),s)}return S(Ct)?(l=ue(i),l.object=i,l.Wa=U(),l.bb=!0,j(Et),De(F(l,"MemberExpression"),s)):!s&&S(Z)?(l=ue(i),l.callee=i,l.arguments=it(J,!1),De(F(l,"CallExpression"),s)):i}function We(){switch(C){case ru:var i=R();return D(),F(i,"ThisExpression");case he:return $();case xe:case He:case Xt:return i=R(),i.value=V,i.raw=A.slice(I,fe),D(),F(i,"Literal");case nu:case iu:case ou:return i=R(),i.value=C.$a,i.raw=C.l,D(),F(i,"Literal");case Z:i=st;var s=I;D();var l=U();return l.start=s,l.end=fe,m.C&&(l.X.start=i,l.X.end=at),m.Xa&&(l.j=[s,fe]),j(J),l;case Ct:return i=R(),D(),i.elements=it(Et,!0,!0),F(i,"ArrayExpression");case Se:for(i=R(),s=!0,l=!1,i.h=[],D();!S(Ae);){if(s)s=!1;else if(j(ne),m.sb&&S(Ae))break;var p={key:C===xe||C===He?We():$(!0)},E=!1;if(S(je)){p.value=U(!0);var T=p.kind="init"}else p.key.type!=="Identifier"||p.key.name!=="get"&&p.key.name!=="set"?Y():(E=l=!0,T=p.kind=p.key.name,p.key=C===xe||C===He?We():$(!0),C!==Z&&Y(),p.value=nt(R(),!1));if(p.key.type==="Identifier"&&(X||l))for(var _=0;_<i.h.length;++_){var ve=i.h[_];if(ve.key.name===p.key.name){var mt=T===ve.kind||E&&ve.kind==="init"||T==="init"&&(ve.kind==="get"||ve.kind==="set");mt&&!X&&T==="init"&&ve.kind==="init"&&(mt=!1),mt&&u(p.key.start,"Redefinition of property")}}i.h.push(p)}return F(i,"ObjectExpression");case At:return i=R(),D(),nt(i,!1);case uu:return i=R(),D(),i.callee=De(We(),!0),i.arguments=S(Z)?it(J,!1):ju,F(i,"NewExpression")}Y()}function nt(i,s){C===he?i.id=$():s?Y():i.id=null,i.oa=[];var l=!0;for(j(Z);!S(J);)l?l=!1:j(ne),i.oa.push($());l=we;var p=k;if(we=!0,k=[],i.body=de(!0),we=l,k=p,X||i.body.body.length&&qe(i.body.body[0])){for(l=i.id?-1:0;l<i.oa.length;++l)if(p=0>l?i.id:i.oa[l],(Au(p.name)||Ye(p.name))&&u(p.start,"Defining '"+p.name+"' in strict mode"),0<=l)for(var E=0;E<l;++E)p.name===i.oa[E].name&&u(p.start,"Argument name clash in strict mode")}return F(i,s?"FunctionDeclaration":"FunctionExpression")}function it(i,s,l){for(var p=[],E=!0;!S(i);){if(E)E=!1;else if(j(ne),s&&m.sb&&S(i))break;p.push(l&&C===ne?null:U(!0))}return p}function $(i){var s=R();return i&&m.yb==="everywhere"&&(i=!1),C===he?(!i&&(m.yb&&_u(V)||X&&Au(V))&&A.slice(I,fe).indexOf("\\")===-1&&u(I,"The keyword '"+V+"' is reserved"),s.name=V):i&&C.l?s.name=C.l:Y(),Be=!1,D(),F(s,"Identifier")}e.version="0.5.0";var m,A="",pe,ot;e.parse=function(i,s){A=String(i),pe=A.length,m=s||{};for(var l in Gt)Object.prototype.hasOwnProperty.call(m,l)||(m[l]=Gt[l]);for(ot=m.sourceFile,le=1,c=K=0,Be=!0,d(),l=m.dc,lt=re=c,m.C&&(ct=new o),we=X=!1,k=[],O(),i=l||R(),s=!0,l||(i.body=[]);C!==pt;)l=W(),i.body.push(l),s&&qe(l)&&Qe(!0),s=!1;return F(i,"Program")};var Gt={fc:!1,sb:!0,yb:!1,Ib:!1,C:!1,va:null,Xa:!1,dc:null,sourceFile:null,vb:null},c=0,I=0,fe=0,st,at,C,V,Be,le,K,lt=0,re=0,ct,we,k,X,ju=[],xe={type:"num"},Xt={type:"regexp"},He={type:"string"},he={type:"name"},pt={type:"eof"},ft={l:"break"},ht={l:"case",m:!0},Vt={l:"catch"},Wt={l:"continue"},Ht={l:"debugger"},Jt={l:"default"},Yt={l:"do",W:!0},$t={l:"else",m:!0},Kt={l:"finally"},Zt={l:"for",W:!0},At={l:"function"},zt={l:"if"},Qt={l:"return",m:!0},gt={l:"switch"},qt={l:"throw",m:!0},eu={l:"try"},vt={l:"var"},yt={l:"while",W:!0},tu={l:"with"},uu={l:"new",m:!0},ru={l:"this"},nu={l:"null",$a:null},iu={l:"true",$a:!0},ou={l:"false",$a:!1},Je={l:"in",L:7,m:!0},ku={break:ft,case:ht,catch:Vt,continue:Wt,debugger:Ht,default:Jt,do:Yt,else:$t,finally:Kt,for:Zt,function:At,if:zt,return:Qt,switch:gt,throw:qt,try:eu,var:vt,while:yt,with:tu,null:nu,true:iu,false:ou,new:uu,in:Je,instanceof:{l:"instanceof",L:7,m:!0},this:ru,typeof:{l:"typeof",prefix:!0,m:!0},void:{l:"void",prefix:!0,m:!0},delete:{l:"delete",prefix:!0,m:!0}},Ct={type:"[",m:!0},Et={type:"]"},Se={type:"{",m:!0},Ae={type:"}"},Z={type:"(",m:!0},J={type:")"},ne={type:",",m:!0},z={type:";",m:!0},je={type:":",m:!0},su={type:"."},au={type:"?",m:!0},lu={L:10,m:!0},cu={Cb:!0,m:!0},ce={Cb:!0,m:!0},Ou={cc:!0,prefix:!0,$b:!0},pu={prefix:!0,m:!0},fu={L:1,m:!0},hu={L:2,m:!0},Iu={L:3,m:!0},Tu={L:4,m:!0},Nu={L:5,m:!0},Mu={L:6,m:!0},Ru={L:7,m:!0},Pu={L:8,m:!0},Uu={L:9,prefix:!0,m:!0},bu={L:10,m:!0},_u=n("class enum extends super const export import"),Au=n("implements interface let package private protected public static yield"),Ye=n("eval arguments"),Lu=n("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"),Gu=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,gu=RegExp("[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]"),Xu=RegExp("[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u0620-\u0649\u0672-\u06D3\u06E7-\u06E8\u06FB-\u06FC\u0730-\u074A\u0800-\u0814\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0840-\u0857\u08E4-\u08FE\u0900-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962-\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09D7\u09DF-\u09E0\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2-\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5F-\u0B60\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C01-\u0C03\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62-\u0C63\u0C66-\u0C6F\u0C82\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2-\u0CE3\u0CE6-\u0CEF\u0D02\u0D03\u0D46-\u0D48\u0D57\u0D62-\u0D63\u0D66-\u0D6F\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E34-\u0E3A\u0E40-\u0E45\u0E50-\u0E59\u0EB4-\u0EB9\u0EC8-\u0ECD\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F41-\u0F47\u0F71-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1029\u1040-\u1049\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u170E-\u1710\u1720-\u1730\u1740-\u1750\u1772\u1773\u1780-\u17B2\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1920-\u192B\u1930-\u193B\u1951-\u196D\u19B0-\u19C0\u19C8-\u19C9\u19D0-\u19D9\u1A00-\u1A15\u1A20-\u1A53\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1B46-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C00-\u1C22\u1C40-\u1C49\u1C5B-\u1C7D\u1CD0-\u1CD2\u1D00-\u1DBE\u1E01-\u1F15\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2D81-\u2D96\u2DE0-\u2DFF\u3021-\u3028\u3099\u309A\uA640-\uA66D\uA674-\uA67D\uA69F\uA6F0-\uA6F1\uA7F8-\uA800\uA806\uA80B\uA823-\uA827\uA880-\uA881\uA8B4-\uA8C4\uA8D0-\uA8D9\uA8F3-\uA8F7\uA900-\uA909\uA926-\uA92D\uA930-\uA945\uA980-\uA983\uA9B3-\uA9C0\uAA00-\uAA27\uAA40-\uAA41\uAA4C-\uAA4D\uAA50-\uAA59\uAA7B\uAAE0-\uAAE9\uAAF2-\uAAF3\uABC0-\uABE1\uABEC\uABED\uABF0-\uABF9\uFB20-\uFB28\uFE00-\uFE0F\uFE20-\uFE26\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F]"),$e=/[\n\r\u2028\u2029]/,Ke=/\r\n|[\n\r\u2028\u2029]/g,ge,Ft={kind:"loop"},Vu={kind:"switch"}},Dt=Dt=typeof globalThis>"u"?void 0:globalThis;Hu(Dt.j||(Dt.j={}));function f(e,t){typeof e=="string"&&(e=Ce(e,"code"));var r=e.constructor;this.ya=function(){return new r({options:{}})};var u=this.ya(),n;for(n in e)u[n]=n==="body"?e[n].slice():e[n];this.ra=u,this.ca=[],this.qb=t,this.za=!1,this.ba=[],this.Ya=0,this.rb=Object.create(null),e=/^step([A-Z]\w*)$/;var o,a;for(a in this)typeof this[a]=="function"&&(o=a.match(e))&&(this.rb[o[1]]=this[a].bind(this));this.N=wt(this,this.ra,null),this.Na=this.N.object,this.ra=Ce(this.ba.join(`
4
- `),"polyfills"),this.ba=void 0,Ze(this.ra),o=new v(this.ra,this.N),o.done=!1,this.o=[o],this.Eb(),this.value=void 0,this.ra=u,o=new v(this.ra,this.N),o.done=!1,this.o.length=0,this.o[0]=o}var yu={C:!0,kc:5},xt={configurable:!0,enumerable:!0,writable:!1},g={configurable:!0,enumerable:!1,writable:!0},G={configurable:!0,enumerable:!1,writable:!1},ke={configurable:!1,enumerable:!1,writable:!1},Cu={configurable:!1,enumerable:!0,writable:!0},Du={STEP_ERROR:!0},Fe={SCOPE_REFERENCE:!0},Pe={VALUE_IN_DESCRIPTOR:!0},ye={REGEXP_TIMEOUT:!0},Eu=[],q=null,Me=null,ie=typeof globalThis>"u"?void 0:globalThis,Ju=["onmessage = function(e) {","var result;","var data = e.data;","switch (data[0]) {","case 'split':","result = data[1].split(data[2], data[3]);","break;","case 'match':","result = data[1].match(data[2]);","break;","case 'search':","result = data[1].search(data[2]);","break;","case 'replace':","result = data[1].replace(data[2], data[3]);","break;","case 'exec':","var regexp = data[1];","regexp.lastIndex = data[2];","result = [regexp.exec(data[3]), data[1].lastIndex];","break;","default:","throw Error('Unknown RegExp operation: ' + data[0]);","}","postMessage(result);","close();","};"];function St(e){var t=e>>>0;return t===Number(e)?t:NaN}function Re(e){var t=e>>>0;return String(t)===String(e)&&t!==4294967295?t:NaN}function Ze(e,t,r){t?e.start=t:delete e.start,r?e.end=r:delete e.end;for(var u in e)if(u!=="loc"&&e.hasOwnProperty(u)){var n=e[u];n&&typeof n=="object"&&Ze(n,t,r)}}f.prototype.REGEXP_MODE=2;f.prototype.REGEXP_THREAD_TIMEOUT=1e3;f.prototype.POLYFILL_TIMEOUT=1e3;w=f.prototype;w.P=!1;w.Ka=!1;w.Kb=0;w.ic=0;function Ce(e,t){var r={},u;for(u in yu)r[u]=yu[u];return r.sourceFile=t,ie.j.parse(e,r)}w.Jb=function(e){var t=this.o[0];if(!t||t.node.type!=="Program")throw Error("Expecting original AST to start with a Program node");if(typeof e=="string"&&(e=Ce(e,"appendCode"+this.Kb++)),!e||e.type!=="Program")throw Error("Expecting new AST to start with a Program node");Ue(this,e,t.scope),Array.prototype.push.apply(t.node.body,e.body),t.node.body.jb=null,t.done=!1};w.lb=function(){var e=this.o,t;do{var r=e[e.length-1];if(this.za)break;if(!r||r.node.type==="Program"&&r.done){if(!this.ca.length)return!1;if(r=this.ca[0],!r||r.time>Date.now())r=null;else{this.ca.shift(),0<=r.interval&&xu(this,r,r.interval);var u=new v(r.node,r.scope);r.zb&&(u.ia=2,u.B=this.Na,u.U=r.zb,u.Qa=!0,u.F=r.Lb),r=u}if(!r)break}u=r.node;var n=Me;Me=this;try{var o=this.rb[u.type](e,r,u)}catch(a){if(a!==Du)throw this.value!==a&&(this.value=void 0),a}finally{Me=n}if(o&&e.push(o),this.P)throw this.value=void 0,Error("Getter not supported in this context");if(this.Ka)throw this.value=void 0,Error("Setter not supported in this context");t||u.end||(t=Date.now()+this.POLYFILL_TIMEOUT)}while(!u.end&&t>Date.now());return!0};w.Eb=function(){for(;!this.za&&this.lb(););return this.za};function Yu(e,t){e.g(t,"NaN",NaN,ke),e.g(t,"Infinity",1/0,ke),e.g(t,"undefined",void 0,ke),e.g(t,"window",t,xt),e.g(t,"this",t,ke),e.g(t,"self",t),e.M=new B(null),e.Z=new B(e.M),$u(e,t),Ku(e,t),t.xa=e.M,e.g(t,"constructor",e.v,g),Zu(e,t),zu(e,t),Qu(e,t),qu(e,t),er(e,t),tr(e,t),ur(e,t),rr(e,t),nr(e,t);var r=e.i(function(){throw EvalError("Can't happen")},!1);r.eval=!0,e.g(t,"eval",r,g),e.g(t,"parseInt",e.i(parseInt,!1),g),e.g(t,"parseFloat",e.i(parseFloat,!1),g),e.g(t,"isNaN",e.i(isNaN,!1),g),e.g(t,"isFinite",e.i(isFinite,!1),g);for(var u=[[escape,"escape"],[unescape,"unescape"],[decodeURI,"decodeURI"],[decodeURIComponent,"decodeURIComponent"],[encodeURI,"encodeURI"],[encodeURIComponent,"encodeURIComponent"]],n=0;n<u.length;n++)r=function(o){return function(a){try{return o(a)}catch(h){y(e,e.Gb,h.message)}}}(u[n][0]),e.g(t,u[n][1],e.i(r,!1),g);r=function(o){return Fu(e,!1,arguments)},e.g(t,"setTimeout",e.i(r,!1),g),r=function(o){return Fu(e,!0,arguments)},e.g(t,"setInterval",e.i(r,!1),g),r=function(o){mu(e,o)},e.g(t,"clearTimeout",e.i(r,!1),g),r=function(o){mu(e,o)},e.g(t,"clearInterval",e.i(r,!1),g),e.OBJECT=e.v,e.OBJECT_PROTO=e.M,e.FUNCTION=e.O,e.FUNCTION_PROTO=e.Z,e.ARRAY=e.qa,e.ARRAY_PROTO=e.La,e.REGEXP=e.I,e.REGEXP_PROTO=e.Ma,e.DATE=e.$,e.DATE_PROTO=e.nb,e.qb&&e.qb(e,t)}w.Wb=0;function $u(e,t){var r=/^[A-Za-z_$][\w$]*$/,u=function(n){var o=arguments.length?String(arguments[arguments.length-1]):"",a=Array.prototype.slice.call(arguments,0,-1).join(",").trim();if(a){a=a.split(/\s*,\s*/);for(var h=0;h<a.length;h++){var d=a[h];r.test(d)||y(e,e.T,"Invalid function argument: "+d)}a=a.join(", ")}try{var b=Ce("(function("+a+") {"+o+"})","function"+e.Wb++)}catch(O){y(e,e.T,"Invalid code: "+O.message)}return b.body.length!==1&&y(e,e.T,"Invalid code in function body"),Ot(e,b.body[0].la,e.N,"anonymous")};e.O=e.i(u,!0),e.g(t,"Function",e.O,g),e.g(e.O,"prototype",e.Z,g),e.g(e.Z,"constructor",e.O,g),e.Z.Ta=function(){},e.Z.Ta.id=e.Ya++,e.Z.Ab=!0,e.g(e.Z,"length",0,G),e.Z.H="Function",u=function(n,o){var a=e.o[e.o.length-1];a.U=this,a.B=n,a.F=[],o!=null&&(o instanceof B?a.F=Bu(e,o):y(e,e.j,"CreateListFromArrayLike called on non-object")),a.eb=!1},N(e,e.O,"apply",u),u=function(n){var o=e.o[e.o.length-1];o.U=this,o.B=n,o.F=[];for(var a=1;a<arguments.length;a++)o.F.push(arguments[a]);o.eb=!1},N(e,e.O,"call",u),e.ba.push("Object.defineProperty(Function.prototype, 'bind',","{configurable: true, writable: true, value:","function bind(oThis) {","if (typeof this !== 'function') {","throw TypeError('What is trying to be bound is not callable');","}","var aArgs = Array.prototype.slice.call(arguments, 1),","fToBind = this,","fNOP = function() {},","fBound = function() {","return fToBind.apply(this instanceof fNOP","? this",": oThis,","aArgs.concat(Array.prototype.slice.call(arguments)));","};","if (this.prototype) {","fNOP.prototype = this.prototype;","}","fBound.prototype = new fNOP();","return fBound;","}","});",""),u=function(){return String(this)},N(e,e.O,"toString",u),e.g(e.O,"toString",e.i(u,!1),g),u=function(){return this.valueOf()},N(e,e.O,"valueOf",u),e.g(e.O,"valueOf",e.i(u,!1),g)}function Ku(e,t){function r(n){n!=null||y(e,e.j,"Cannot convert '"+n+"' to object")}var u=function(n){if(n==null)return te(e)?this:e.s(e.M);if(!(n instanceof B)){var o=e.s(ee(e,n));return o.data=n,o}return n};e.v=e.i(u,!0),e.g(e.v,"prototype",e.M,g),e.g(e.M,"constructor",e.v,g),e.g(t,"Object",e.v,g),u=function(n){return r(n),Q(e,Object.getOwnPropertyNames(n instanceof B?n.h:n))},e.g(e.v,"getOwnPropertyNames",e.i(u,!1),g),u=function(n){return r(n),n instanceof B&&(n=n.h),Q(e,Object.keys(n))},e.g(e.v,"keys",e.i(u,!1),g),u=function(n){return n===null?e.s(null):(n instanceof B||y(e,e.j,"Object prototype may only be an Object or null, not "+n),e.s(n))},e.g(e.v,"create",e.i(u,!1),g),e.ba.push("(function() {","var create_ = Object.create;","Object.create = function create(proto, props) {","var obj = create_(proto);","props && Object.defineProperties(obj, props);","return obj;","};","})();",""),u=function(n,o,a){return o=String(o),n instanceof B||y(e,e.j,"Object.defineProperty called on non-object: "+n),a instanceof B||y(e,e.j,"Property description must be an object"),!n.preventExtensions||o in n.h||y(e,e.j,"Can't define property '"+o+"', object is not extensible"),e.g(n,o,Pe,a.h),n},e.g(e.v,"defineProperty",e.i(u,!1),g),e.ba.push("(function() {","var defineProperty_ = Object.defineProperty;","Object.defineProperty = function defineProperty(obj, prop, d1) {","var d2 = {};","if ('configurable' in d1) d2.configurable = d1.configurable;","if ('enumerable' in d1) d2.enumerable = d1.enumerable;","if ('writable' in d1) d2.writable = d1.writable;","if ('value' in d1) d2.value = d1.value;","if ('get' in d1) d2.get = d1.get;","if ('set' in d1) d2.set = d1.set;","return defineProperty_(obj, prop, d2);","};","})();","Object.defineProperty(Object, 'defineProperties',","{configurable: true, writable: true, value:","function defineProperties(obj, props) {","var keys = Object.keys(props);","for (var i = 0; i < keys.length; i++) {","Object.defineProperty(obj, keys[i], props[keys[i]]);","}","return obj;","}","});",""),u=function(n,o){if(n instanceof B||y(e,e.j,"Object.getOwnPropertyDescriptor called on non-object: "+n),o=String(o),o in n.h){var a=Object.getOwnPropertyDescriptor(n.h,o),h=n.V[o];return n=n.Y[o],o=e.s(e.M),h||n?(e.g(o,"get",h),e.g(o,"set",n)):(e.g(o,"value",a.value),e.g(o,"writable",a.writable)),e.g(o,"configurable",a.configurable),e.g(o,"enumerable",a.enumerable),o}},e.g(e.v,"getOwnPropertyDescriptor",e.i(u,!1),g),u=function(n){return r(n),ee(e,n)},e.g(e.v,"getPrototypeOf",e.i(u,!1),g),u=function(n){return!!n&&!n.preventExtensions},e.g(e.v,"isExtensible",e.i(u,!1),g),u=function(n){return n instanceof B&&(n.preventExtensions=!0),n},e.g(e.v,"preventExtensions",e.i(u,!1),g),N(e,e.v,"toString",B.prototype.toString),N(e,e.v,"toLocaleString",B.prototype.toString),N(e,e.v,"valueOf",B.prototype.valueOf),u=function(n){return r(this),this instanceof B?String(n)in this.h:this.hasOwnProperty(n)},N(e,e.v,"hasOwnProperty",u),u=function(n){return r(this),this instanceof B?Object.prototype.propertyIsEnumerable.call(this.h,n):this.propertyIsEnumerable(n)},N(e,e.v,"propertyIsEnumerable",u),u=function(n){for(;;){if(n=ee(e,n),!n)return!1;if(n===this)return!0}},N(e,e.v,"isPrototypeOf",u)}function Zu(e,t){var r=function(u){var n=te(e)?this:Ee(e),o=arguments[0];if(arguments.length===1&&typeof o=="number")isNaN(St(o))&&y(e,e.ob,"Invalid array length: "+o),n.h.length=o;else{for(o=0;o<arguments.length;o++)n.h[o]=arguments[o];n.h.length=o}return n};e.qa=e.i(r,!0),e.La=e.qa.h.prototype,e.g(t,"Array",e.qa,g),r=function(u){return u&&u.H==="Array"},e.g(e.qa,"isArray",e.i(r,!1),g),e.g(e.La,"length",0,{configurable:!1,enumerable:!1,writable:!0}),e.La.H="Array",e.ba.push("(function() {","function createArrayMethod_(f) {","Object.defineProperty(Array.prototype, f.name,","{configurable: true, writable: true, value: f});","}","createArrayMethod_(","function pop() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","o.length = 0;","return undefined;","}","len--;","var x = o[len];","delete o[len];","o.length = len;","return x;","}",");","createArrayMethod_(","function push(var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","for (var i = 0; i < arguments.length; i++) {","o[len] = arguments[i];","len++;","}","o.length = len;","return len;","}",");","createArrayMethod_(","function shift() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","o.length = 0;","return undefined;","}","var value = o[0];","for (var i = 0; i < len - 1; i++) {","if ((i + 1) in o) {","o[i] = o[i + 1];","} else {","delete o[i];","}","}","delete o[i];","o.length = len - 1;","return value;","}",");","createArrayMethod_(","function unshift(var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","len = 0;","}","for (var i = len - 1; i >= 0; i--) {","if (i in o) {","o[i + arguments.length] = o[i];","} else {","delete o[i + arguments.length];","}","}","for (var i = 0; i < arguments.length; i++) {","o[i] = arguments[i];","}","return (o.length = len + arguments.length);","}",");","createArrayMethod_(","function reverse() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 2) {","return o;","}","for (var i = 0; i < len / 2 - 0.5; i++) {","var x = o[i];","var hasX = i in o;","if ((len - i - 1) in o) {","o[i] = o[len - i - 1];","} else {","delete o[i];","}","if (hasX) {","o[len - i - 1] = x;","} else {","delete o[len - i - 1];","}","}","return o;","}",");","createArrayMethod_(","function indexOf(searchElement, fromIndex) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var n = fromIndex | 0;","if (!len || n >= len) {","return -1;","}","var i = Math.max(n >= 0 ? n : len - Math.abs(n), 0);","while (i < len) {","if (i in o && o[i] === searchElement) {","return i;","}","i++;","}","return -1;","}",");","createArrayMethod_(","function lastIndexOf(searchElement, fromIndex) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len) {","return -1;","}","var n = len - 1;","if (arguments.length > 1) {","n = fromIndex | 0;","if (n) {","n = (n > 0 || -1) * Math.floor(Math.abs(n));","}","}","var i = n >= 0 ? Math.min(n, len - 1) : len - Math.abs(n);","while (i >= 0) {","if (i in o && o[i] === searchElement) {","return i;","}","i--;","}","return -1;","}",");","createArrayMethod_(","function slice(start, end) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","start |= 0;","start = (start >= 0) ? start : Math.max(0, len + start);","if (typeof end !== 'undefined') {","if (end !== Infinity) {","end |= 0;","}","if (end < 0) {","end = len + end;","} else {","end = Math.min(end, len);","}","} else {","end = len;","}","var size = end - start;","var cloned = new Array(size);","for (var i = 0; i < size; i++) {","if ((start + i) in o) {","cloned[i] = o[start + i];","}","}","return cloned;","}",");","createArrayMethod_(","function splice(start, deleteCount, var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","start |= 0;","if (start < 0) {","start = Math.max(len + start, 0);","} else {","start = Math.min(start, len);","}","if (arguments.length < 1) {","deleteCount = len - start;","} else {","deleteCount |= 0;","deleteCount = Math.max(0, Math.min(deleteCount, len - start));","}","var removed = [];","for (var i = start; i < start + deleteCount; i++) {","if (i in o) {","removed.push(o[i]);","} else {","removed.length++;","}","if ((i + deleteCount) in o) {","o[i] = o[i + deleteCount];","} else {","delete o[i];","}","}","for (var i = start + deleteCount; i < len - deleteCount; i++) {","if ((i + deleteCount) in o) {","o[i] = o[i + deleteCount];","} else {","delete o[i];","}","}","for (var i = len - deleteCount; i < len; i++) {","delete o[i];","}","len -= deleteCount;","var arl = arguments.length - 2;","for (var i = len - 1; i >= start; i--) {","if (i in o) {","o[i + arl] = o[i];","} else {","delete o[i + arl];","}","}","len += arl;","for (var i = 2; i < arguments.length; i++) {","o[start + i - 2] = arguments[i];","}","o.length = len;","return removed;","}",");","createArrayMethod_(","function concat(var_args) {","if (!this) throw TypeError();","var o = Object(this);","var cloned = [];","for (var i = -1; i < arguments.length; i++) {","var value = (i === -1) ? o : arguments[i];","if (Array.isArray(value)) {","for (var j = 0, l = value.length; j < l; j++) {","if (j in value) {","cloned.push(value[j]);","} else {","cloned.length++;","}","}","} else {","cloned.push(value);","}","}","return cloned;","}",");","createArrayMethod_(","function join(opt_separator) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var sep = typeof opt_separator === 'undefined' ?","',' : ('' + opt_separator);","var str = '';","for (var i = 0; i < len; i++) {","if (i && sep) str += sep;","str += (o[i] === null || o[i] === undefined) ? '' : o[i];","}","return str;","}",");","createArrayMethod_(","function every(callbackfn, thisArg) {","if (!this || typeof callbackfn !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","while (k < len) {","if (k in o && !callbackfn.call(t, o[k], k, o)) return false;","k++;","}","return true;","}",");","createArrayMethod_(","function filter(fun, var_args) {","if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var res = [];","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in o) {","var val = o[i];","if (fun.call(thisArg, val, i, o)) res.push(val);","}","}","return res;","}",");","createArrayMethod_(","function forEach(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","while (k < len) {","if (k in o) callback.call(t, o[k], k, o);","k++;","}","}",");","createArrayMethod_(","function map(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","var a = new Array(len);","while (k < len) {","if (k in o) a[k] = callback.call(t, o[k], k, o);","k++;","}","return a;","}",");","createArrayMethod_(","function reduce(callback /*, initialValue*/) {","if (!this || typeof callback !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var k = 0, value;","if (arguments.length === 2) {","value = arguments[1];","} else {","while (k < len && !(k in o)) k++;","if (k >= len) {","throw TypeError('Reduce of empty array with no initial value');","}","value = o[k++];","}","for (; k < len; k++) {","if (k in o) value = callback(value, o[k], k, o);","}","return value;","}",");","createArrayMethod_(","function reduceRight(callback /*, initialValue*/) {","if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var k = len - 1, value;","if (arguments.length >= 2) {","value = arguments[1];","} else {","while (k >= 0 && !(k in o)) k--;","if (k < 0) {","throw TypeError('Reduce of empty array with no initial value');","}","value = o[k--];","}","for (; k >= 0; k--) {","if (k in o) value = callback(value, o[k], k, o);","}","return value;","}",");","createArrayMethod_(","function some(fun/*, thisArg*/) {","if (!this || typeof fun !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in o && fun.call(thisArg, o[i], i, o)) return true;","}","return false;","}",");","createArrayMethod_(","function sort(opt_comp) {","if (!this) throw TypeError();","if (typeof opt_comp !== 'function') {","opt_comp = undefined;","}","for (var i = 0; i < this.length; i++) {","var changes = 0;","for (var j = 0; j < this.length - i - 1; j++) {","if (opt_comp ? (opt_comp(this[j], this[j + 1]) > 0) :","(String(this[j]) > String(this[j + 1]))) {","var swap = this[j];","var hasSwap = j in this;","if ((j + 1) in this) {","this[j] = this[j + 1];","} else {","delete this[j];","}","if (hasSwap) {","this[j + 1] = swap;","} else {","delete this[j + 1];","}","changes++;","}","}","if (!changes) break;","}","return this;","}",");","createArrayMethod_(","function toLocaleString() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var out = [];","for (var i = 0; i < len; i++) {","out[i] = (o[i] === null || o[i] === undefined) ? '' : o[i].toLocaleString();","}","return out.join(',');","}",");","})();","")}function zu(e,t){var r=function(u){return u=arguments.length?ie.String(u):"",te(e)?(this.data=u,this):u};for(e.J=e.i(r,!0),e.g(t,"String",e.J,g),e.g(e.J,"fromCharCode",e.i(String.fromCharCode,!1),g),t="charAt charCodeAt concat indexOf lastIndexOf slice substr substring toLocaleLowerCase toLocaleUpperCase toLowerCase toUpperCase trim".split(" "),r=0;r<t.length;r++)N(e,e.J,t[r],String.prototype[t[r]]);r=function(u,n,o){n=e.R(n),o=e.R(o);try{return String(this).localeCompare(u,n,o)}catch(a){y(e,e.D,"localeCompare: "+a.message)}},N(e,e.J,"localeCompare",r),r=function(u,n,o){var a=String(this);if(n=n?Number(n):void 0,P(e,u,e.I)&&(u=u.data,Ie(e,u,o),e.REGEXP_MODE===2)){if(q)u=Oe(e,"string.split(separator, limit)",{string:a,separator:u,limit:n},u,o),u!==ye&&o(Q(e,u));else{var h=e.ha(),d=Te(e,u,h,o);h.onmessage=function(b){clearTimeout(d),o(Q(e,b.data))},h.postMessage(["split",a,u,n])}return}u=a.split(u,n),o(Q(e,u))},Ne(e,e.J,"split",r),r=function(u,n){var o=String(this);if(u=P(e,u,e.I)?u.data:new RegExp(u),Ie(e,u,n),e.REGEXP_MODE===2)if(q)u=Oe(e,"string.match(regexp)",{string:o,regexp:u},u,n),u!==ye&&n(u&&Q(e,u));else{var a=e.ha(),h=Te(e,u,a,n);a.onmessage=function(d){clearTimeout(h),n(d.data&&Q(e,d.data))},a.postMessage(["match",o,u])}else u=o.match(u),n(u&&Q(e,u))},Ne(e,e.J,"match",r),r=function(u,n){var o=String(this);if(P(e,u,e.I)?u=u.data:u=new RegExp(u),Ie(e,u,n),e.REGEXP_MODE===2)if(q)u=Oe(e,"string.search(regexp)",{string:o,regexp:u},u,n),u!==ye&&n(u);else{var a=e.ha(),h=Te(e,u,a,n);a.onmessage=function(d){clearTimeout(h),n(d.data)},a.postMessage(["search",o,u])}else n(o.search(u))},Ne(e,e.J,"search",r),r=function(u,n,o){var a=String(this);if(n=String(n),P(e,u,e.I)&&(u=u.data,Ie(e,u,o),e.REGEXP_MODE===2)){if(q)u=Oe(e,"string.replace(substr, newSubstr)",{string:a,substr:u,newSubstr:n},u,o),u!==ye&&o(u);else{var h=e.ha(),d=Te(e,u,h,o);h.onmessage=function(b){clearTimeout(d),o(b.data)},h.postMessage(["replace",a,u,n])}return}o(a.replace(u,n))},Ne(e,e.J,"replace",r),e.ba.push("(function() {","var replace_ = String.prototype.replace;","String.prototype.replace = function replace(substr, newSubstr) {","if (typeof newSubstr !== 'function') {","return replace_.call(this, substr, newSubstr);","}","var str = this;","if (substr instanceof RegExp) {","var subs = [];","var m = substr.exec(str);","while (m) {","m.push(m.index, str);","var inject = newSubstr.apply(null, m);","subs.push([m.index, m[0].length, inject]);","m = substr.global ? substr.exec(str) : null;","}","for (var i = subs.length - 1; i >= 0; i--) {","str = str.substring(0, subs[i][0]) + subs[i][2] + str.substring(subs[i][0] + subs[i][1]);","}","} else {","var i = str.indexOf(substr);","if (i !== -1) {","var inject = newSubstr(str.substr(i, substr.length), i, str);","str = str.substring(0, i) + inject + str.substring(i + substr.length);","}","}","return str;","};","})();","")}function Qu(e,t){e.mb=e.i(function(r){return r=ie.Boolean(r),te(e)?(this.data=r,this):r},!0),e.g(t,"Boolean",e.mb,g)}function qu(e,t){var r=function(u){return u=arguments.length?ie.Number(u):0,te(e)?(this.data=u,this):u};for(e.aa=e.i(r,!0),e.g(t,"Number",e.aa,g),t=["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"],r=0;r<t.length;r++)e.g(e.aa,t[r],Number[t[r]],ke);r=function(u){try{return Number(this).toExponential(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toExponential",r),r=function(u){try{return Number(this).toFixed(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toFixed",r),r=function(u){try{return Number(this).toPrecision(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toPrecision",r),r=function(u){try{return Number(this).toString(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toString",r),r=function(u,n){u=u?e.R(u):void 0,n=n?e.R(n):void 0;try{return Number(this).toLocaleString(u,n)}catch(o){y(e,e.D,"toLocaleString: "+o.message)}},N(e,e.aa,"toLocaleString",r)}function er(e,t){var r=function(n,o){if(!te(e))return ie.Date();var a=[null].concat(Array.from(arguments));return this.data=new(Function.prototype.bind.apply(ie.Date,a)),this};e.$=e.i(r,!0),e.nb=e.$.h.prototype,e.g(t,"Date",e.$,g),e.g(e.$,"now",e.i(Date.now,!1),g),e.g(e.$,"parse",e.i(Date.parse,!1),g),e.g(e.$,"UTC",e.i(Date.UTC,!1),g),t="getDate getDay getFullYear getHours getMilliseconds getMinutes getMonth getSeconds getTime getTimezoneOffset getUTCDate getUTCDay getUTCFullYear getUTCHours getUTCMilliseconds getUTCMinutes getUTCMonth getUTCSeconds getYear setDate setFullYear setHours setMilliseconds setMinutes setMonth setSeconds setTime setUTCDate setUTCFullYear setUTCHours setUTCMilliseconds setUTCMinutes setUTCMonth setUTCSeconds setYear toDateString toISOString toJSON toGMTString toLocaleDateString toLocaleString toLocaleTimeString toTimeString toUTCString".split(" ");for(var u=0;u<t.length;u++)r=function(n){return function(o){var a=this.data;a instanceof Date||y(e,e.j,n+" not called on a Date");for(var h=[],d=0;d<arguments.length;d++)h[d]=e.R(arguments[d]);return a[n].apply(a,h)}}(t[u]),N(e,e.$,t[u],r)}function tr(e,t){var r=function(u,n){if(te(e))var o=this;else{if(n===void 0&&P(e,u,e.I))return u;o=e.s(e.Ma)}u=u===void 0?"":String(u),n=n?String(n):"",/^[gmi]*$/.test(n)||y(e,e.T,"Invalid regexp flag: "+n);try{var a=new ie.RegExp(u,n)}catch(h){y(e,e.T,h.message)}return jt(e,o,a),o};e.I=e.i(r,!0),e.Ma=e.I.h.prototype,e.g(t,"RegExp",e.I,g),e.g(e.I.h.prototype,"global",void 0,G),e.g(e.I.h.prototype,"ignoreCase",void 0,G),e.g(e.I.h.prototype,"multiline",void 0,G),e.g(e.I.h.prototype,"source","(?:)",G),e.ba.push("Object.defineProperty(RegExp.prototype, 'test',","{configurable: true, writable: true, value:","function test(str) {","return !!this.exec(str);","}","});"),r=function(u,n){function o(O){if(O){var x=Q(e,O);return e.g(x,"index",O.index),e.g(x,"input",O.input),x}return null}var a=this.data;if(u=String(u),a.lastIndex=Number(e.G(this,"lastIndex")),Ie(e,a,n),e.REGEXP_MODE===2)if(q)u=Oe(e,"regexp.exec(string)",{string:u,regexp:a},a,n),u!==ye&&(e.g(this,"lastIndex",a.lastIndex),n(o(u)));else{var h=e.ha(),d=Te(e,a,h,n),b=this;h.onmessage=function(O){clearTimeout(d),e.g(b,"lastIndex",O.data[1]),n(o(O.data[0]))},h.postMessage(["exec",a,a.lastIndex,u])}else u=a.exec(u),e.g(this,"lastIndex",a.lastIndex),n(o(u))},Ne(e,e.I,"exec",r)}function ur(e,t){function r(u){var n=e.i(function(o){var a=te(e)?this:e.Aa(n);return Bt(e,a,o),a},!0);return e.g(n,"prototype",e.Aa(e.D),g),e.g(n.h.prototype,"name",u,g),e.g(t,u,n,g),n}e.D=e.i(function(u){var n=te(e)?this:e.Aa(e.D);return Bt(e,n,u),n},!0),e.g(t,"Error",e.D,g),e.g(e.D.h.prototype,"message","",g),e.g(e.D.h.prototype,"name","Error",g),r("EvalError"),e.ob=r("RangeError"),e.pb=r("ReferenceError"),e.T=r("SyntaxError"),e.j=r("TypeError"),e.Gb=r("URIError")}function rr(e,t){var r=e.s(e.M);e.g(t,"Math",r,g);var u="E LN2 LN10 LOG2E LOG10E PI SQRT1_2 SQRT2".split(" ");for(t=0;t<u.length;t++)e.g(r,u[t],Math[u[t]],G);for(u="abs acos asin atan atan2 ceil cos exp floor log max min pow random round sin sqrt tan".split(" "),t=0;t<u.length;t++)e.g(r,u[t],e.i(Math[u[t]],!1),g)}function nr(e,t){var r=e.s(e.M);e.g(t,"JSON",r,g),t=function(u){try{var n=JSON.parse(String(u))}catch(o){y(e,e.T,o.message)}return e.Ia(n)},e.g(r,"parse",e.i(t,!1)),t=function(u,n,o){n&&n.H==="Function"?y(e,e.j,"Function replacer on JSON.stringify not supported"):n&&n.H==="Array"?(n=Bu(e,n),n=n.filter(function(h){return typeof h=="string"||typeof h=="number"})):n=null,typeof o!="string"&&typeof o!="number"&&(o=void 0),u=e.R(u);try{var a=JSON.stringify(u,n,o)}catch(h){y(e,e.j,h.message)}return a},e.g(r,"stringify",e.i(t,!1))}function P(e,t,r){if(t==null||!r)return!1;if(r=r.h.prototype,t===r)return!0;for(t=ee(e,t);t;){if(t===r)return!0;t=t.xa}return!1}function jt(e,t,r){t.data=new RegExp(r.source,r.flags),e.g(t,"lastIndex",r.lastIndex,g),e.g(t,"source",r.source,G),e.g(t,"global",r.global,G),e.g(t,"ignoreCase",r.ignoreCase,G),e.g(t,"multiline",r.multiline,G)}function Bt(e,t,r){r&&e.g(t,"message",String(r),g),r=[];for(var u=e.o.length-1;0<=u;u--){var n=e.o[u],o=n.node;o.type==="CallExpression"&&(n=n.U)&&r.length&&(r[r.length-1].Ob=e.G(n,"name")),!o.X||r.length&&o.type!=="CallExpression"||r.push({Nb:o.X})}for(u=String(e.G(t,"name")),o=String(e.G(t,"message")),o=u+": "+o+`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const vu=require("./index.04a22940.cjs"),Wu=require("./set.87eb0329.cjs"),Hu=require("./evaluate.585803ce.cjs");require("vue");var w,Ju=function(e){function t(i){return 48>i?i===36:58>i?!0:65>i?!1:91>i?!0:97>i?i===95:123>i?!0:170<=i&&Xu.test(String.fromCharCode(i))}function r(i){return 65>i?i===36:91>i?!0:97>i?i===95:123>i?!0:170<=i&&gu.test(String.fromCharCode(i))}function u(i,s){for(var l=A,p=1,E=0;;){Ke.lastIndex=E;var T=Ke.exec(l);if(T&&T.index<i)++p,E=T.index+T[0].length;else break}throw l={line:p,ab:i-E},s+=" ("+l.line+":"+l.ab+")",s=new SyntaxError(s),s.j=i,s.X=l,s.o=c,s}function n(i){i=i.split(" ");for(var s=Object.create(null),l=0;l<i.length;l++)s[i[l]]=!0;return function(p){return s[p]||!1}}function o(){this.line=ae,this.ab=c-K}function a(i,s){fe=c,m.C&&(at=new o),C=i,d(),V=s,Be=i.m}function h(){for(var i=c,s=m.va&&m.C&&new o,l=A.charCodeAt(c+=2);c<pe&&l!==10&&l!==13&&l!==8232&&l!==8233;)++c,l=A.charCodeAt(c);m.va&&m.va(!1,A.slice(i+2,c),i,c,s,m.C&&new o)}function d(){for(;c<pe;){var i=A.charCodeAt(c);if(i===32)++c;else if(i===13)++c,i=A.charCodeAt(c),i===10&&++c,m.C&&(++ae,K=c);else if(i===10||i===8232||i===8233)++c,m.C&&(++ae,K=c);else if(8<i&&14>i)++c;else if(i===47)if(i=A.charCodeAt(c+1),i===42){i=void 0;var s=m.va&&m.C&&new o,l=c,p=A.indexOf("*/",c+=2);if(p===-1&&u(c-2,"Unterminated comment"),c=p+2,m.C)for(Ke.lastIndex=l;(i=Ke.exec(A))&&i.index<c;)++ae,K=i.index+i[0].length;m.va&&m.va(!0,A.slice(l+2,p),l,c,s,m.C&&new o)}else if(i===47)h();else break;else if(i===160)++c;else if(5760<=i&&Gu.test(String.fromCharCode(i)))++c;else break}}function b(i){switch(i){case 46:i=A.charCodeAt(c+1),48<=i&&57>=i?M(!0):(++c,a(su));return;case 40:return++c,a(Z);case 41:return++c,a(J);case 59:return++c,a(z);case 44:return++c,a(ne);case 91:return++c,a(Ct);case 93:return++c,a(Et);case 123:return++c,a(Se);case 125:return++c,a(Ae);case 58:return++c,a(je);case 63:return++c,a(au);case 48:if(i=A.charCodeAt(c+1),i===120||i===88){c+=2,i=oe(16),i===null&&u(I+2,"Expected hexadecimal number"),r(A.charCodeAt(c))&&u(c,"Identifier directly after number"),a(xe,i);return}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return M(!1);case 34:case 39:c++;for(var s="";;){c>=pe&&u(I,"Unterminated string constant");var l=A.charCodeAt(c);if(l===i){++c,a(He,s);break}if(l===92){l=A.charCodeAt(++c);var p=/^[0-7]+/.exec(A.slice(c,c+3));for(p&&(p=p[0]);p&&255<parseInt(p,8);)p=p.slice(0,-1);if(p==="0"&&(p=null),++c,p)X&&u(c-2,"Octal literal in strict mode"),s+=String.fromCharCode(parseInt(p,8)),c+=p.length-1;else switch(l){case 110:s+=`
2
+ `;break;case 114:s+="\r";break;case 120:s+=String.fromCharCode(H(2));break;case 117:s+=String.fromCharCode(H(4));break;case 85:s+=String.fromCharCode(H(8));break;case 116:s+=" ";break;case 98:s+="\b";break;case 118:s+="\v";break;case 102:s+="\f";break;case 48:s+="\0";break;case 13:A.charCodeAt(c)===10&&++c;case 10:m.C&&(K=c,++ae);break;default:s+=String.fromCharCode(l)}}else l!==13&&l!==10&&l!==8232&&l!==8233||u(I,"Unterminated string constant"),s+=String.fromCharCode(l),++c}return;case 47:i=A.charCodeAt(c+1),Be?(++c,Le()):i===61?x(le,2):x(lu,1);return;case 37:case 42:A.charCodeAt(c+1)===61?x(le,2):x(bu,1);return;case 124:case 38:s=A.charCodeAt(c+1),s===i?x(i===124?fu:hu,2):s===61?x(le,2):x(i===124?Iu:Nu,1);return;case 94:A.charCodeAt(c+1)===61?x(le,2):x(Tu,1);return;case 43:case 45:s=A.charCodeAt(c+1),s===i?s===45&&A.charCodeAt(c+2)===62&&$e.test(A.slice(re,c))?(c+=3,h(),d(),O()):x(Ou,2):s===61?x(le,2):x(Uu,1);return;case 60:case 62:s=A.charCodeAt(c+1),l=1,s===i?(l=i===62&&A.charCodeAt(c+2)===62?3:2,A.charCodeAt(c+l)===61?x(le,l+1):x(Pu,l)):s===33&&i===60&&A.charCodeAt(c+2)===45&&A.charCodeAt(c+3)===45?(c+=4,h(),d(),O()):(s===61&&(l=A.charCodeAt(c+2)===61?3:2),x(Ru,l));return;case 61:case 33:A.charCodeAt(c+1)===61?x(Mu,A.charCodeAt(c+2)===61?3:2):x(i===61?cu:pu,1);return;case 126:return x(pu,1)}return!1}function O(i){if(i?c=I+1:I=c,m.C&&(st=new o),i)return Le();if(c>=pe)return a(pt);if(i=A.charCodeAt(c),r(i)||i===92)return Ge();if(b(i)===!1){if(i=String.fromCharCode(i),i==="\\"||gu.test(i))return Ge();u(c,"Unexpected character '"+i+"'")}}function x(i,s){var l=A.slice(c,c+s);c+=s,a(i,l)}function Le(){for(var i,s,l=c;;){c>=pe&&u(l,"Unterminated regexp");var p=A.charAt(c);if($e.test(p)&&u(l,"Unterminated regexp"),i)i=!1;else{if(p==="[")s=!0;else if(p==="]"&&s)s=!1;else if(p==="/"&&!s)break;i=p==="\\"}++c}i=A.slice(l,c),++c,(s=ce())&&!/^[gmi]*$/.test(s)&&u(l,"Invalid regexp flag");try{var E=new RegExp(i,s)}catch(T){throw T instanceof SyntaxError&&u(l,T.message),T}a(Xt,E)}function oe(i,s){for(var l=c,p=0,E=s===void 0?1/0:s,T=0;T<E;++T){var _=A.charCodeAt(c);if(_=97<=_?_-97+10:65<=_?_-65+10:48<=_&&57>=_?_-48:1/0,_>=i)break;++c,p=p*i+_}return c===l||s!==void 0&&c-l!==s?null:p}function M(i){var s=c,l=!1,p=A.charCodeAt(c)===48;i||oe(10)!==null||u(s,"Invalid number"),A.charCodeAt(c)===46&&(++c,oe(10),l=!0),i=A.charCodeAt(c),(i===69||i===101)&&(i=A.charCodeAt(++c),i!==43&&i!==45||++c,oe(10)===null&&u(s,"Invalid number"),l=!0),r(A.charCodeAt(c))&&u(c,"Identifier directly after number"),i=A.slice(s,c);var E;l?E=parseFloat(i):p&&i.length!==1?/[89]/.test(i)||X?u(s,"Invalid number"):E=parseInt(i,8):E=parseInt(i,10),a(xe,E)}function H(i){return i=oe(16,i),i===null&&u(I,"Bad character escape sequence"),i}function ce(){ge=!1;for(var i,s=!0,l=c;;){var p=A.charCodeAt(c);if(t(p))ge&&(i+=A.charAt(c)),++c;else if(p===92){ge||(i=A.slice(l,c)),ge=!0,A.charCodeAt(++c)!==117&&u(c,"Expecting Unicode escape sequence \\uXXXX"),++c,p=H(4);var E=String.fromCharCode(p);E||u(c-1,"Invalid Unicode escape"),(s?r(p):t(p))||u(c-4,"Invalid Unicode escape"),i+=E}else break;s=!1}return ge?i:A.slice(l,c)}function Ge(){var i=ce(),s=he;!ge&&Lu(i)&&(s=ku[i]),a(s,i)}function D(){lt=I,re=fe,ct=at,O()}function qe(i){if(X=i,c=I,m.C)for(;c<K;)K=A.lastIndexOf(`
3
+ `,K-2)+1,--ae;d(),O()}function Ut(){this.type=null,this.start=I,this.end=null}function bt(){this.start=st,this.end=null,ot&&(this.source=ot)}function R(){var i=new Ut;return m.C&&(i.X=new bt),m.vb&&(i.sourceFile=m.vb),m.Xa&&(i.j=[I,0]),i}function ue(i){var s=new Ut;return s.start=i.start,m.C&&(s.X=new bt,s.X.start=i.X.start),m.Xa&&(s.j=[i.j[0],0]),s}function F(i,s){return i.type=s,i.end=re,m.C&&(i.X.end=ct),m.Xa&&(i.j[1]=re),i}function Qe(i){return i.type==="ExpressionStatement"&&i.la.type==="Literal"&&i.la.value==="use strict"}function S(i){return C===i?(D(),!0):!1}function Xe(){return!m.fc&&(C===pt||C===Ae||$e.test(A.slice(re,I)))}function se(){S(z)||Xe()||Y()}function j(i){C===i?D():Y()}function Y(){u(I,"Unexpected token")}function Ve(i){i.type!=="Identifier"&&i.type!=="MemberExpression"&&u(i.start,"Assigning to rvalue"),X&&i.type==="Identifier"&&Ye(i.name)&&u(i.start,"Assigning to "+i.name+" in strict mode")}function W(){(C===lu||C===le&&V==="/=")&&O(!0);var i=C,s=R();switch(i){case ft:case Wt:D();var l=i===ft;S(z)||Xe()?s.label=null:C!==he?Y():(s.label=$(),se());for(var p=0;p<k.length;++p){var E=k[p];if((s.label===null||E.name===s.label.name)&&(E.kind!==null&&(l||E.kind==="loop")||s.label&&l))break}return p===k.length&&u(s.start,"Unsyntactic "+i.l),F(s,l?"BreakStatement":"ContinueStatement");case Ht:return D(),se(),F(s,"DebuggerStatement");case Yt:return D(),k.push(Ft),s.body=W(),k.pop(),j(yt),s.test=me(),se(),F(s,"DoWhileStatement");case Zt:return D(),k.push(Ft),j(Z),C===z?et(s,null):C===vt?(i=R(),D(),Lt(i,!0),F(i,"VariableDeclaration"),i.fa.length===1&&S(Je)?_t(s,i):et(s,i)):(i=U(!1,!0),S(Je)?(Ve(i),_t(s,i)):et(s,i));case At:return D(),nt(s,!0);case zt:return D(),s.test=me(),s.da=W(),s.alternate=S($t)?W():null,F(s,"IfStatement");case qt:return we||m.Ib||u(I,"'return' outside of function"),D(),S(z)||Xe()?s.K=null:(s.K=U(),se()),F(s,"ReturnStatement");case gt:for(D(),s.Qb=me(),s.tb=[],j(Se),k.push(Vu);C!==Ae;)C===ht||C===Jt?(i=C===ht,p&&F(p,"SwitchCase"),s.tb.push(p=R()),p.da=[],D(),i?p.test=U():(l&&u(lt,"Multiple default clauses"),l=!0,p.test=null),j(je)):(p||Y(),p.da.push(W()));return p&&F(p,"SwitchCase"),D(),k.pop(),F(s,"SwitchStatement");case Qt:return D(),$e.test(A.slice(re,I))&&u(re,"Illegal newline after throw"),s.K=U(),se(),F(s,"ThrowStatement");case eu:return D(),s.block=de(),s.Ea=null,C===Vt&&(i=R(),D(),j(Z),i.Ua=$(),X&&Ye(i.Ua.name)&&u(i.Ua.start,"Binding "+i.Ua.name+" in strict mode"),j(J),i.body=de(),s.Ea=F(i,"CatchClause")),s.fb=S(Kt)?de():null,s.Ea||s.fb||u(s.start,"Missing catch or finally clause"),F(s,"TryStatement");case vt:return D(),Lt(s),se(),F(s,"VariableDeclaration");case yt:return D(),s.test=me(),k.push(Ft),s.body=W(),k.pop(),F(s,"WhileStatement");case tu:return X&&u(I,"'with' in strict mode"),D(),s.object=me(),s.body=W(),F(s,"WithStatement");case Se:return de();case z:return D(),F(s,"EmptyStatement");default:if(l=V,E=U(),i===he&&E.type==="Identifier"&&S(je)){for(p=0;p<k.length;++p)k[p].name===l&&u(E.start,"Label '"+l+"' is already declared");return k.push({name:l,kind:C.W?"loop":C===gt?"switch":null}),s.body=W(),k.pop(),s.label=E,F(s,"LabeledStatement")}return s.la=E,se(),F(s,"ExpressionStatement")}}function me(){j(Z);var i=U();return j(J),i}function de(i){var s=R(),l=!0,p=!1;for(s.body=[],j(Se);!S(Ae);){var E=W();if(s.body.push(E),l&&i&&Qe(E)){var T=p;qe(p=!0)}l=!1}return p&&!T&&qe(!1),F(s,"BlockStatement")}function et(i,s){return i.ua=s,j(z),i.test=C===z?null:U(),j(z),i.update=C===J?null:U(),j(J),i.body=W(),k.pop(),F(i,"ForStatement")}function _t(i,s){return i.left=s,i.right=U(),j(J),i.body=W(),k.pop(),F(i,"ForInStatement")}function Lt(i,s){for(i.fa=[],i.kind="var";;){var l=R();if(l.id=$(),X&&Ye(l.id.name)&&u(l.id.start,"Binding "+l.id.name+" in strict mode"),l.ua=S(cu)?U(!0,s):null,i.fa.push(F(l,"VariableDeclarator")),!S(ne))break}}function U(i,s){var l=tt(s);if(!i&&C===ne){for(i=ue(l),i.xb=[l];S(ne);)i.xb.push(tt(s));return F(i,"SequenceExpression")}return l}function tt(i){var s=ut(rt(),-1,i);if(S(au)){var l=ue(s);l.test=s,l.da=U(!0),j(je),l.alternate=U(!0,i),s=F(l,"ConditionalExpression")}return C.Cb?(l=ue(s),l.operator=V,l.left=s,D(),l.right=tt(i),Ve(s),F(l,"AssignmentExpression")):s}function ut(i,s,l){var p=C.L;if(p!==null&&(!l||C!==Je)&&p>s){var E=ue(i);return E.left=i,E.operator=V,i=C,D(),E.right=ut(rt(),p,l),p=F(E,i===fu||i===hu?"LogicalExpression":"BinaryExpression"),ut(p,s,l)}return i}function rt(){if(C.prefix){var i=R(),s=C.$b;return i.operator=V,Be=i.prefix=!0,D(),i.K=rt(),s?Ve(i.K):X&&i.operator==="delete"&&i.K.type==="Identifier"&&u(i.start,"Deleting local variable in strict mode"),F(i,s?"UpdateExpression":"UnaryExpression")}for(s=De(We());C.cc&&!Xe();)i=ue(s),i.operator=V,i.prefix=!1,i.K=s,Ve(s),D(),s=F(i,"UpdateExpression");return s}function De(i,s){if(S(su)){var l=ue(i);return l.object=i,l.Wa=$(!0),l.bb=!1,De(F(l,"MemberExpression"),s)}return S(Ct)?(l=ue(i),l.object=i,l.Wa=U(),l.bb=!0,j(Et),De(F(l,"MemberExpression"),s)):!s&&S(Z)?(l=ue(i),l.callee=i,l.arguments=it(J,!1),De(F(l,"CallExpression"),s)):i}function We(){switch(C){case ru:var i=R();return D(),F(i,"ThisExpression");case he:return $();case xe:case He:case Xt:return i=R(),i.value=V,i.raw=A.slice(I,fe),D(),F(i,"Literal");case nu:case iu:case ou:return i=R(),i.value=C.$a,i.raw=C.l,D(),F(i,"Literal");case Z:i=st;var s=I;D();var l=U();return l.start=s,l.end=fe,m.C&&(l.X.start=i,l.X.end=at),m.Xa&&(l.j=[s,fe]),j(J),l;case Ct:return i=R(),D(),i.elements=it(Et,!0,!0),F(i,"ArrayExpression");case Se:for(i=R(),s=!0,l=!1,i.h=[],D();!S(Ae);){if(s)s=!1;else if(j(ne),m.sb&&S(Ae))break;var p={key:C===xe||C===He?We():$(!0)},E=!1;if(S(je)){p.value=U(!0);var T=p.kind="init"}else p.key.type!=="Identifier"||p.key.name!=="get"&&p.key.name!=="set"?Y():(E=l=!0,T=p.kind=p.key.name,p.key=C===xe||C===He?We():$(!0),C!==Z&&Y(),p.value=nt(R(),!1));if(p.key.type==="Identifier"&&(X||l))for(var _=0;_<i.h.length;++_){var ve=i.h[_];if(ve.key.name===p.key.name){var mt=T===ve.kind||E&&ve.kind==="init"||T==="init"&&(ve.kind==="get"||ve.kind==="set");mt&&!X&&T==="init"&&ve.kind==="init"&&(mt=!1),mt&&u(p.key.start,"Redefinition of property")}}i.h.push(p)}return F(i,"ObjectExpression");case At:return i=R(),D(),nt(i,!1);case uu:return i=R(),D(),i.callee=De(We(),!0),i.arguments=S(Z)?it(J,!1):ju,F(i,"NewExpression")}Y()}function nt(i,s){C===he?i.id=$():s?Y():i.id=null,i.oa=[];var l=!0;for(j(Z);!S(J);)l?l=!1:j(ne),i.oa.push($());l=we;var p=k;if(we=!0,k=[],i.body=de(!0),we=l,k=p,X||i.body.body.length&&Qe(i.body.body[0])){for(l=i.id?-1:0;l<i.oa.length;++l)if(p=0>l?i.id:i.oa[l],(Au(p.name)||Ye(p.name))&&u(p.start,"Defining '"+p.name+"' in strict mode"),0<=l)for(var E=0;E<l;++E)p.name===i.oa[E].name&&u(p.start,"Argument name clash in strict mode")}return F(i,s?"FunctionDeclaration":"FunctionExpression")}function it(i,s,l){for(var p=[],E=!0;!S(i);){if(E)E=!1;else if(j(ne),s&&m.sb&&S(i))break;p.push(l&&C===ne?null:U(!0))}return p}function $(i){var s=R();return i&&m.yb==="everywhere"&&(i=!1),C===he?(!i&&(m.yb&&_u(V)||X&&Au(V))&&A.slice(I,fe).indexOf("\\")===-1&&u(I,"The keyword '"+V+"' is reserved"),s.name=V):i&&C.l?s.name=C.l:Y(),Be=!1,D(),F(s,"Identifier")}e.version="0.5.0";var m,A="",pe,ot;e.parse=function(i,s){A=String(i),pe=A.length,m=s||{};for(var l in Gt)Object.prototype.hasOwnProperty.call(m,l)||(m[l]=Gt[l]);for(ot=m.sourceFile,ae=1,c=K=0,Be=!0,d(),l=m.dc,lt=re=c,m.C&&(ct=new o),we=X=!1,k=[],O(),i=l||R(),s=!0,l||(i.body=[]);C!==pt;)l=W(),i.body.push(l),s&&Qe(l)&&qe(!0),s=!1;return F(i,"Program")};var Gt={fc:!1,sb:!0,yb:!1,Ib:!1,C:!1,va:null,Xa:!1,dc:null,sourceFile:null,vb:null},c=0,I=0,fe=0,st,at,C,V,Be,ae,K,lt=0,re=0,ct,we,k,X,ju=[],xe={type:"num"},Xt={type:"regexp"},He={type:"string"},he={type:"name"},pt={type:"eof"},ft={l:"break"},ht={l:"case",m:!0},Vt={l:"catch"},Wt={l:"continue"},Ht={l:"debugger"},Jt={l:"default"},Yt={l:"do",W:!0},$t={l:"else",m:!0},Kt={l:"finally"},Zt={l:"for",W:!0},At={l:"function"},zt={l:"if"},qt={l:"return",m:!0},gt={l:"switch"},Qt={l:"throw",m:!0},eu={l:"try"},vt={l:"var"},yt={l:"while",W:!0},tu={l:"with"},uu={l:"new",m:!0},ru={l:"this"},nu={l:"null",$a:null},iu={l:"true",$a:!0},ou={l:"false",$a:!1},Je={l:"in",L:7,m:!0},ku={break:ft,case:ht,catch:Vt,continue:Wt,debugger:Ht,default:Jt,do:Yt,else:$t,finally:Kt,for:Zt,function:At,if:zt,return:qt,switch:gt,throw:Qt,try:eu,var:vt,while:yt,with:tu,null:nu,true:iu,false:ou,new:uu,in:Je,instanceof:{l:"instanceof",L:7,m:!0},this:ru,typeof:{l:"typeof",prefix:!0,m:!0},void:{l:"void",prefix:!0,m:!0},delete:{l:"delete",prefix:!0,m:!0}},Ct={type:"[",m:!0},Et={type:"]"},Se={type:"{",m:!0},Ae={type:"}"},Z={type:"(",m:!0},J={type:")"},ne={type:",",m:!0},z={type:";",m:!0},je={type:":",m:!0},su={type:"."},au={type:"?",m:!0},lu={L:10,m:!0},cu={Cb:!0,m:!0},le={Cb:!0,m:!0},Ou={cc:!0,prefix:!0,$b:!0},pu={prefix:!0,m:!0},fu={L:1,m:!0},hu={L:2,m:!0},Iu={L:3,m:!0},Tu={L:4,m:!0},Nu={L:5,m:!0},Mu={L:6,m:!0},Ru={L:7,m:!0},Pu={L:8,m:!0},Uu={L:9,prefix:!0,m:!0},bu={L:10,m:!0},_u=n("class enum extends super const export import"),Au=n("implements interface let package private protected public static yield"),Ye=n("eval arguments"),Lu=n("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"),Gu=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,gu=RegExp("[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]"),Xu=RegExp("[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u0620-\u0649\u0672-\u06D3\u06E7-\u06E8\u06FB-\u06FC\u0730-\u074A\u0800-\u0814\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0840-\u0857\u08E4-\u08FE\u0900-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962-\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09D7\u09DF-\u09E0\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2-\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5F-\u0B60\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C01-\u0C03\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62-\u0C63\u0C66-\u0C6F\u0C82\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2-\u0CE3\u0CE6-\u0CEF\u0D02\u0D03\u0D46-\u0D48\u0D57\u0D62-\u0D63\u0D66-\u0D6F\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E34-\u0E3A\u0E40-\u0E45\u0E50-\u0E59\u0EB4-\u0EB9\u0EC8-\u0ECD\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F41-\u0F47\u0F71-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1029\u1040-\u1049\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u170E-\u1710\u1720-\u1730\u1740-\u1750\u1772\u1773\u1780-\u17B2\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1920-\u192B\u1930-\u193B\u1951-\u196D\u19B0-\u19C0\u19C8-\u19C9\u19D0-\u19D9\u1A00-\u1A15\u1A20-\u1A53\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1B46-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C00-\u1C22\u1C40-\u1C49\u1C5B-\u1C7D\u1CD0-\u1CD2\u1D00-\u1DBE\u1E01-\u1F15\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2D81-\u2D96\u2DE0-\u2DFF\u3021-\u3028\u3099\u309A\uA640-\uA66D\uA674-\uA67D\uA69F\uA6F0-\uA6F1\uA7F8-\uA800\uA806\uA80B\uA823-\uA827\uA880-\uA881\uA8B4-\uA8C4\uA8D0-\uA8D9\uA8F3-\uA8F7\uA900-\uA909\uA926-\uA92D\uA930-\uA945\uA980-\uA983\uA9B3-\uA9C0\uAA00-\uAA27\uAA40-\uAA41\uAA4C-\uAA4D\uAA50-\uAA59\uAA7B\uAAE0-\uAAE9\uAAF2-\uAAF3\uABC0-\uABE1\uABEC\uABED\uABF0-\uABF9\uFB20-\uFB28\uFE00-\uFE0F\uFE20-\uFE26\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F]"),$e=/[\n\r\u2028\u2029]/,Ke=/\r\n|[\n\r\u2028\u2029]/g,ge,Ft={kind:"loop"},Vu={kind:"switch"}},Dt=Dt=typeof globalThis>"u"?void 0:globalThis;Ju(Dt.j||(Dt.j={}));function f(e,t){typeof e=="string"&&(e=Ce(e,"code"));var r=e.constructor;this.ya=function(){return new r({options:{}})};var u=this.ya(),n;for(n in e)u[n]=n==="body"?e[n].slice():e[n];this.ra=u,this.ca=[],this.qb=t,this.za=!1,this.ba=[],this.Ya=0,this.rb=Object.create(null),e=/^step([A-Z]\w*)$/;var o,a;for(a in this)typeof this[a]=="function"&&(o=a.match(e))&&(this.rb[o[1]]=this[a].bind(this));this.N=wt(this,this.ra,null),this.Na=this.N.object,this.ra=Ce(this.ba.join(`
4
+ `),"polyfills"),this.ba=void 0,Ze(this.ra),o=new v(this.ra,this.N),o.done=!1,this.o=[o],this.Eb(),this.value=void 0,this.ra=u,o=new v(this.ra,this.N),o.done=!1,this.o.length=0,this.o[0]=o}var yu={C:!0,kc:5},xt={configurable:!0,enumerable:!0,writable:!1},g={configurable:!0,enumerable:!1,writable:!0},G={configurable:!0,enumerable:!1,writable:!1},ke={configurable:!1,enumerable:!1,writable:!1},Cu={configurable:!1,enumerable:!0,writable:!0},Du={STEP_ERROR:!0},Fe={SCOPE_REFERENCE:!0},Pe={VALUE_IN_DESCRIPTOR:!0},ye={REGEXP_TIMEOUT:!0},Eu=[],Q=null,Me=null,ie=typeof globalThis>"u"?void 0:globalThis,Yu=["onmessage = function(e) {","var result;","var data = e.data;","switch (data[0]) {","case 'split':","result = data[1].split(data[2], data[3]);","break;","case 'match':","result = data[1].match(data[2]);","break;","case 'search':","result = data[1].search(data[2]);","break;","case 'replace':","result = data[1].replace(data[2], data[3]);","break;","case 'exec':","var regexp = data[1];","regexp.lastIndex = data[2];","result = [regexp.exec(data[3]), data[1].lastIndex];","break;","default:","throw Error('Unknown RegExp operation: ' + data[0]);","}","postMessage(result);","close();","};"];function St(e){var t=e>>>0;return t===Number(e)?t:NaN}function Re(e){var t=e>>>0;return String(t)===String(e)&&t!==4294967295?t:NaN}function Ze(e,t,r){t?e.start=t:delete e.start,r?e.end=r:delete e.end;for(var u in e)if(u!=="loc"&&e.hasOwnProperty(u)){var n=e[u];n&&typeof n=="object"&&Ze(n,t,r)}}f.prototype.REGEXP_MODE=2;f.prototype.REGEXP_THREAD_TIMEOUT=1e3;f.prototype.POLYFILL_TIMEOUT=1e3;w=f.prototype;w.P=!1;w.Ka=!1;w.Kb=0;w.ic=0;function Ce(e,t){var r={},u;for(u in yu)r[u]=yu[u];return r.sourceFile=t,ie.j.parse(e,r)}w.Jb=function(e){var t=this.o[0];if(!t||t.node.type!=="Program")throw Error("Expecting original AST to start with a Program node");if(typeof e=="string"&&(e=Ce(e,"appendCode"+this.Kb++)),!e||e.type!=="Program")throw Error("Expecting new AST to start with a Program node");Ue(this,e,t.scope),Array.prototype.push.apply(t.node.body,e.body),t.node.body.jb=null,t.done=!1};w.lb=function(){var e=this.o,t;do{var r=e[e.length-1];if(this.za)break;if(!r||r.node.type==="Program"&&r.done){if(!this.ca.length)return!1;if(r=this.ca[0],!r||r.time>Date.now())r=null;else{this.ca.shift(),0<=r.interval&&xu(this,r,r.interval);var u=new v(r.node,r.scope);r.zb&&(u.ia=2,u.B=this.Na,u.U=r.zb,u.Qa=!0,u.F=r.Lb),r=u}if(!r)break}u=r.node;var n=Me;Me=this;try{var o=this.rb[u.type](e,r,u)}catch(a){if(a!==Du)throw this.value!==a&&(this.value=void 0),a}finally{Me=n}if(o&&e.push(o),this.P)throw this.value=void 0,Error("Getter not supported in this context");if(this.Ka)throw this.value=void 0,Error("Setter not supported in this context");t||u.end||(t=Date.now()+this.POLYFILL_TIMEOUT)}while(!u.end&&t>Date.now());return!0};w.Eb=function(){for(;!this.za&&this.lb(););return this.za};function $u(e,t){e.g(t,"NaN",NaN,ke),e.g(t,"Infinity",1/0,ke),e.g(t,"undefined",void 0,ke),e.g(t,"window",t,xt),e.g(t,"this",t,ke),e.g(t,"self",t),e.M=new B(null),e.Z=new B(e.M),Ku(e,t),Zu(e,t),t.xa=e.M,e.g(t,"constructor",e.v,g),zu(e,t),qu(e,t),Qu(e,t),er(e,t),tr(e,t),ur(e,t),rr(e,t),nr(e,t),ir(e,t);var r=e.i(function(){throw EvalError("Can't happen")},!1);r.eval=!0,e.g(t,"eval",r,g),e.g(t,"parseInt",e.i(parseInt,!1),g),e.g(t,"parseFloat",e.i(parseFloat,!1),g),e.g(t,"isNaN",e.i(isNaN,!1),g),e.g(t,"isFinite",e.i(isFinite,!1),g);for(var u=[[escape,"escape"],[unescape,"unescape"],[decodeURI,"decodeURI"],[decodeURIComponent,"decodeURIComponent"],[encodeURI,"encodeURI"],[encodeURIComponent,"encodeURIComponent"]],n=0;n<u.length;n++)r=function(o){return function(a){try{return o(a)}catch(h){y(e,e.Gb,h.message)}}}(u[n][0]),e.g(t,u[n][1],e.i(r,!1),g);r=function(o){return Fu(e,!1,arguments)},e.g(t,"setTimeout",e.i(r,!1),g),r=function(o){return Fu(e,!0,arguments)},e.g(t,"setInterval",e.i(r,!1),g),r=function(o){mu(e,o)},e.g(t,"clearTimeout",e.i(r,!1),g),r=function(o){mu(e,o)},e.g(t,"clearInterval",e.i(r,!1),g),e.OBJECT=e.v,e.OBJECT_PROTO=e.M,e.FUNCTION=e.O,e.FUNCTION_PROTO=e.Z,e.ARRAY=e.qa,e.ARRAY_PROTO=e.La,e.REGEXP=e.I,e.REGEXP_PROTO=e.Ma,e.DATE=e.$,e.DATE_PROTO=e.nb,e.qb&&e.qb(e,t)}w.Wb=0;function Ku(e,t){var r=/^[A-Za-z_$][\w$]*$/,u=function(n){var o=arguments.length?String(arguments[arguments.length-1]):"",a=Array.prototype.slice.call(arguments,0,-1).join(",").trim();if(a){a=a.split(/\s*,\s*/);for(var h=0;h<a.length;h++){var d=a[h];r.test(d)||y(e,e.T,"Invalid function argument: "+d)}a=a.join(", ")}try{var b=Ce("(function("+a+") {"+o+"})","function"+e.Wb++)}catch(O){y(e,e.T,"Invalid code: "+O.message)}return b.body.length!==1&&y(e,e.T,"Invalid code in function body"),Ot(e,b.body[0].la,e.N,"anonymous")};e.O=e.i(u,!0),e.g(t,"Function",e.O,g),e.g(e.O,"prototype",e.Z,g),e.g(e.Z,"constructor",e.O,g),e.Z.Ta=function(){},e.Z.Ta.id=e.Ya++,e.Z.Ab=!0,e.g(e.Z,"length",0,G),e.Z.H="Function",u=function(n,o){var a=e.o[e.o.length-1];a.U=this,a.B=n,a.F=[],o!=null&&(o instanceof B?a.F=Bu(e,o):y(e,e.j,"CreateListFromArrayLike called on non-object")),a.eb=!1},N(e,e.O,"apply",u),u=function(n){var o=e.o[e.o.length-1];o.U=this,o.B=n,o.F=[];for(var a=1;a<arguments.length;a++)o.F.push(arguments[a]);o.eb=!1},N(e,e.O,"call",u),e.ba.push("Object.defineProperty(Function.prototype, 'bind',","{configurable: true, writable: true, value:","function bind(oThis) {","if (typeof this !== 'function') {","throw TypeError('What is trying to be bound is not callable');","}","var aArgs = Array.prototype.slice.call(arguments, 1),","fToBind = this,","fNOP = function() {},","fBound = function() {","return fToBind.apply(this instanceof fNOP","? this",": oThis,","aArgs.concat(Array.prototype.slice.call(arguments)));","};","if (this.prototype) {","fNOP.prototype = this.prototype;","}","fBound.prototype = new fNOP();","return fBound;","}","});",""),u=function(){return String(this)},N(e,e.O,"toString",u),e.g(e.O,"toString",e.i(u,!1),g),u=function(){return this.valueOf()},N(e,e.O,"valueOf",u),e.g(e.O,"valueOf",e.i(u,!1),g)}function Zu(e,t){function r(n){n!=null||y(e,e.j,"Cannot convert '"+n+"' to object")}var u=function(n){if(n==null)return te(e)?this:e.s(e.M);if(!(n instanceof B)){var o=e.s(ee(e,n));return o.data=n,o}return n};e.v=e.i(u,!0),e.g(e.v,"prototype",e.M,g),e.g(e.M,"constructor",e.v,g),e.g(t,"Object",e.v,g),u=function(n){return r(n),q(e,Object.getOwnPropertyNames(n instanceof B?n.h:n))},e.g(e.v,"getOwnPropertyNames",e.i(u,!1),g),u=function(n){return r(n),n instanceof B&&(n=n.h),q(e,Object.keys(n))},e.g(e.v,"keys",e.i(u,!1),g),u=function(n){return n===null?e.s(null):(n instanceof B||y(e,e.j,"Object prototype may only be an Object or null, not "+n),e.s(n))},e.g(e.v,"create",e.i(u,!1),g),e.ba.push("(function() {","var create_ = Object.create;","Object.create = function create(proto, props) {","var obj = create_(proto);","props && Object.defineProperties(obj, props);","return obj;","};","})();",""),u=function(n,o,a){return o=String(o),n instanceof B||y(e,e.j,"Object.defineProperty called on non-object: "+n),a instanceof B||y(e,e.j,"Property description must be an object"),!n.preventExtensions||o in n.h||y(e,e.j,"Can't define property '"+o+"', object is not extensible"),e.g(n,o,Pe,a.h),n},e.g(e.v,"defineProperty",e.i(u,!1),g),e.ba.push("(function() {","var defineProperty_ = Object.defineProperty;","Object.defineProperty = function defineProperty(obj, prop, d1) {","var d2 = {};","if ('configurable' in d1) d2.configurable = d1.configurable;","if ('enumerable' in d1) d2.enumerable = d1.enumerable;","if ('writable' in d1) d2.writable = d1.writable;","if ('value' in d1) d2.value = d1.value;","if ('get' in d1) d2.get = d1.get;","if ('set' in d1) d2.set = d1.set;","return defineProperty_(obj, prop, d2);","};","})();","Object.defineProperty(Object, 'defineProperties',","{configurable: true, writable: true, value:","function defineProperties(obj, props) {","var keys = Object.keys(props);","for (var i = 0; i < keys.length; i++) {","Object.defineProperty(obj, keys[i], props[keys[i]]);","}","return obj;","}","});",""),u=function(n,o){if(n instanceof B||y(e,e.j,"Object.getOwnPropertyDescriptor called on non-object: "+n),o=String(o),o in n.h){var a=Object.getOwnPropertyDescriptor(n.h,o),h=n.V[o];return n=n.Y[o],o=e.s(e.M),h||n?(e.g(o,"get",h),e.g(o,"set",n)):(e.g(o,"value",a.value),e.g(o,"writable",a.writable)),e.g(o,"configurable",a.configurable),e.g(o,"enumerable",a.enumerable),o}},e.g(e.v,"getOwnPropertyDescriptor",e.i(u,!1),g),u=function(n){return r(n),ee(e,n)},e.g(e.v,"getPrototypeOf",e.i(u,!1),g),u=function(n){return!!n&&!n.preventExtensions},e.g(e.v,"isExtensible",e.i(u,!1),g),u=function(n){return n instanceof B&&(n.preventExtensions=!0),n},e.g(e.v,"preventExtensions",e.i(u,!1),g),N(e,e.v,"toString",B.prototype.toString),N(e,e.v,"toLocaleString",B.prototype.toString),N(e,e.v,"valueOf",B.prototype.valueOf),u=function(n){return r(this),this instanceof B?String(n)in this.h:this.hasOwnProperty(n)},N(e,e.v,"hasOwnProperty",u),u=function(n){return r(this),this instanceof B?Object.prototype.propertyIsEnumerable.call(this.h,n):this.propertyIsEnumerable(n)},N(e,e.v,"propertyIsEnumerable",u),u=function(n){for(;;){if(n=ee(e,n),!n)return!1;if(n===this)return!0}},N(e,e.v,"isPrototypeOf",u)}function zu(e,t){var r=function(u){var n=te(e)?this:Ee(e),o=arguments[0];if(arguments.length===1&&typeof o=="number")isNaN(St(o))&&y(e,e.ob,"Invalid array length: "+o),n.h.length=o;else{for(o=0;o<arguments.length;o++)n.h[o]=arguments[o];n.h.length=o}return n};e.qa=e.i(r,!0),e.La=e.qa.h.prototype,e.g(t,"Array",e.qa,g),r=function(u){return u&&u.H==="Array"},e.g(e.qa,"isArray",e.i(r,!1),g),e.g(e.La,"length",0,{configurable:!1,enumerable:!1,writable:!0}),e.La.H="Array",e.ba.push("(function() {","function createArrayMethod_(f) {","Object.defineProperty(Array.prototype, f.name,","{configurable: true, writable: true, value: f});","}","createArrayMethod_(","function pop() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","o.length = 0;","return undefined;","}","len--;","var x = o[len];","delete o[len];","o.length = len;","return x;","}",");","createArrayMethod_(","function push(var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","for (var i = 0; i < arguments.length; i++) {","o[len] = arguments[i];","len++;","}","o.length = len;","return len;","}",");","createArrayMethod_(","function shift() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","o.length = 0;","return undefined;","}","var value = o[0];","for (var i = 0; i < len - 1; i++) {","if ((i + 1) in o) {","o[i] = o[i + 1];","} else {","delete o[i];","}","}","delete o[i];","o.length = len - 1;","return value;","}",");","createArrayMethod_(","function unshift(var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","len = 0;","}","for (var i = len - 1; i >= 0; i--) {","if (i in o) {","o[i + arguments.length] = o[i];","} else {","delete o[i + arguments.length];","}","}","for (var i = 0; i < arguments.length; i++) {","o[i] = arguments[i];","}","return (o.length = len + arguments.length);","}",");","createArrayMethod_(","function reverse() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 2) {","return o;","}","for (var i = 0; i < len / 2 - 0.5; i++) {","var x = o[i];","var hasX = i in o;","if ((len - i - 1) in o) {","o[i] = o[len - i - 1];","} else {","delete o[i];","}","if (hasX) {","o[len - i - 1] = x;","} else {","delete o[len - i - 1];","}","}","return o;","}",");","createArrayMethod_(","function indexOf(searchElement, fromIndex) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var n = fromIndex | 0;","if (!len || n >= len) {","return -1;","}","var i = Math.max(n >= 0 ? n : len - Math.abs(n), 0);","while (i < len) {","if (i in o && o[i] === searchElement) {","return i;","}","i++;","}","return -1;","}",");","createArrayMethod_(","function lastIndexOf(searchElement, fromIndex) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len) {","return -1;","}","var n = len - 1;","if (arguments.length > 1) {","n = fromIndex | 0;","if (n) {","n = (n > 0 || -1) * Math.floor(Math.abs(n));","}","}","var i = n >= 0 ? Math.min(n, len - 1) : len - Math.abs(n);","while (i >= 0) {","if (i in o && o[i] === searchElement) {","return i;","}","i--;","}","return -1;","}",");","createArrayMethod_(","function slice(start, end) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","start |= 0;","start = (start >= 0) ? start : Math.max(0, len + start);","if (typeof end !== 'undefined') {","if (end !== Infinity) {","end |= 0;","}","if (end < 0) {","end = len + end;","} else {","end = Math.min(end, len);","}","} else {","end = len;","}","var size = end - start;","var cloned = new Array(size);","for (var i = 0; i < size; i++) {","if ((start + i) in o) {","cloned[i] = o[start + i];","}","}","return cloned;","}",");","createArrayMethod_(","function splice(start, deleteCount, var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","start |= 0;","if (start < 0) {","start = Math.max(len + start, 0);","} else {","start = Math.min(start, len);","}","if (arguments.length < 1) {","deleteCount = len - start;","} else {","deleteCount |= 0;","deleteCount = Math.max(0, Math.min(deleteCount, len - start));","}","var removed = [];","for (var i = start; i < start + deleteCount; i++) {","if (i in o) {","removed.push(o[i]);","} else {","removed.length++;","}","if ((i + deleteCount) in o) {","o[i] = o[i + deleteCount];","} else {","delete o[i];","}","}","for (var i = start + deleteCount; i < len - deleteCount; i++) {","if ((i + deleteCount) in o) {","o[i] = o[i + deleteCount];","} else {","delete o[i];","}","}","for (var i = len - deleteCount; i < len; i++) {","delete o[i];","}","len -= deleteCount;","var arl = arguments.length - 2;","for (var i = len - 1; i >= start; i--) {","if (i in o) {","o[i + arl] = o[i];","} else {","delete o[i + arl];","}","}","len += arl;","for (var i = 2; i < arguments.length; i++) {","o[start + i - 2] = arguments[i];","}","o.length = len;","return removed;","}",");","createArrayMethod_(","function concat(var_args) {","if (!this) throw TypeError();","var o = Object(this);","var cloned = [];","for (var i = -1; i < arguments.length; i++) {","var value = (i === -1) ? o : arguments[i];","if (Array.isArray(value)) {","for (var j = 0, l = value.length; j < l; j++) {","if (j in value) {","cloned.push(value[j]);","} else {","cloned.length++;","}","}","} else {","cloned.push(value);","}","}","return cloned;","}",");","createArrayMethod_(","function join(opt_separator) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var sep = typeof opt_separator === 'undefined' ?","',' : ('' + opt_separator);","var str = '';","for (var i = 0; i < len; i++) {","if (i && sep) str += sep;","str += (o[i] === null || o[i] === undefined) ? '' : o[i];","}","return str;","}",");","createArrayMethod_(","function every(callbackfn, thisArg) {","if (!this || typeof callbackfn !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","while (k < len) {","if (k in o && !callbackfn.call(t, o[k], k, o)) return false;","k++;","}","return true;","}",");","createArrayMethod_(","function filter(fun, var_args) {","if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var res = [];","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in o) {","var val = o[i];","if (fun.call(thisArg, val, i, o)) res.push(val);","}","}","return res;","}",");","createArrayMethod_(","function forEach(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","while (k < len) {","if (k in o) callback.call(t, o[k], k, o);","k++;","}","}",");","createArrayMethod_(","function map(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","var a = new Array(len);","while (k < len) {","if (k in o) a[k] = callback.call(t, o[k], k, o);","k++;","}","return a;","}",");","createArrayMethod_(","function reduce(callback /*, initialValue*/) {","if (!this || typeof callback !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var k = 0, value;","if (arguments.length === 2) {","value = arguments[1];","} else {","while (k < len && !(k in o)) k++;","if (k >= len) {","throw TypeError('Reduce of empty array with no initial value');","}","value = o[k++];","}","for (; k < len; k++) {","if (k in o) value = callback(value, o[k], k, o);","}","return value;","}",");","createArrayMethod_(","function reduceRight(callback /*, initialValue*/) {","if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var k = len - 1, value;","if (arguments.length >= 2) {","value = arguments[1];","} else {","while (k >= 0 && !(k in o)) k--;","if (k < 0) {","throw TypeError('Reduce of empty array with no initial value');","}","value = o[k--];","}","for (; k >= 0; k--) {","if (k in o) value = callback(value, o[k], k, o);","}","return value;","}",");","createArrayMethod_(","function some(fun/*, thisArg*/) {","if (!this || typeof fun !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in o && fun.call(thisArg, o[i], i, o)) return true;","}","return false;","}",");","createArrayMethod_(","function sort(opt_comp) {","if (!this) throw TypeError();","if (typeof opt_comp !== 'function') {","opt_comp = undefined;","}","for (var i = 0; i < this.length; i++) {","var changes = 0;","for (var j = 0; j < this.length - i - 1; j++) {","if (opt_comp ? (opt_comp(this[j], this[j + 1]) > 0) :","(String(this[j]) > String(this[j + 1]))) {","var swap = this[j];","var hasSwap = j in this;","if ((j + 1) in this) {","this[j] = this[j + 1];","} else {","delete this[j];","}","if (hasSwap) {","this[j + 1] = swap;","} else {","delete this[j + 1];","}","changes++;","}","}","if (!changes) break;","}","return this;","}",");","createArrayMethod_(","function toLocaleString() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var out = [];","for (var i = 0; i < len; i++) {","out[i] = (o[i] === null || o[i] === undefined) ? '' : o[i].toLocaleString();","}","return out.join(',');","}",");","})();","")}function qu(e,t){var r=function(u){return u=arguments.length?ie.String(u):"",te(e)?(this.data=u,this):u};for(e.J=e.i(r,!0),e.g(t,"String",e.J,g),e.g(e.J,"fromCharCode",e.i(String.fromCharCode,!1),g),t="charAt charCodeAt concat indexOf lastIndexOf slice substr substring toLocaleLowerCase toLocaleUpperCase toLowerCase toUpperCase trim".split(" "),r=0;r<t.length;r++)N(e,e.J,t[r],String.prototype[t[r]]);r=function(u,n,o){n=e.R(n),o=e.R(o);try{return String(this).localeCompare(u,n,o)}catch(a){y(e,e.D,"localeCompare: "+a.message)}},N(e,e.J,"localeCompare",r),r=function(u,n,o){var a=String(this);if(n=n?Number(n):void 0,P(e,u,e.I)&&(u=u.data,Ie(e,u,o),e.REGEXP_MODE===2)){if(Q)u=Oe(e,"string.split(separator, limit)",{string:a,separator:u,limit:n},u,o),u!==ye&&o(q(e,u));else{var h=e.ha(),d=Te(e,u,h,o);h.onmessage=function(b){clearTimeout(d),o(q(e,b.data))},h.postMessage(["split",a,u,n])}return}u=a.split(u,n),o(q(e,u))},Ne(e,e.J,"split",r),r=function(u,n){var o=String(this);if(u=P(e,u,e.I)?u.data:new RegExp(u),Ie(e,u,n),e.REGEXP_MODE===2)if(Q)u=Oe(e,"string.match(regexp)",{string:o,regexp:u},u,n),u!==ye&&n(u&&q(e,u));else{var a=e.ha(),h=Te(e,u,a,n);a.onmessage=function(d){clearTimeout(h),n(d.data&&q(e,d.data))},a.postMessage(["match",o,u])}else u=o.match(u),n(u&&q(e,u))},Ne(e,e.J,"match",r),r=function(u,n){var o=String(this);if(P(e,u,e.I)?u=u.data:u=new RegExp(u),Ie(e,u,n),e.REGEXP_MODE===2)if(Q)u=Oe(e,"string.search(regexp)",{string:o,regexp:u},u,n),u!==ye&&n(u);else{var a=e.ha(),h=Te(e,u,a,n);a.onmessage=function(d){clearTimeout(h),n(d.data)},a.postMessage(["search",o,u])}else n(o.search(u))},Ne(e,e.J,"search",r),r=function(u,n,o){var a=String(this);if(n=String(n),P(e,u,e.I)&&(u=u.data,Ie(e,u,o),e.REGEXP_MODE===2)){if(Q)u=Oe(e,"string.replace(substr, newSubstr)",{string:a,substr:u,newSubstr:n},u,o),u!==ye&&o(u);else{var h=e.ha(),d=Te(e,u,h,o);h.onmessage=function(b){clearTimeout(d),o(b.data)},h.postMessage(["replace",a,u,n])}return}o(a.replace(u,n))},Ne(e,e.J,"replace",r),e.ba.push("(function() {","var replace_ = String.prototype.replace;","String.prototype.replace = function replace(substr, newSubstr) {","if (typeof newSubstr !== 'function') {","return replace_.call(this, substr, newSubstr);","}","var str = this;","if (substr instanceof RegExp) {","var subs = [];","var m = substr.exec(str);","while (m) {","m.push(m.index, str);","var inject = newSubstr.apply(null, m);","subs.push([m.index, m[0].length, inject]);","m = substr.global ? substr.exec(str) : null;","}","for (var i = subs.length - 1; i >= 0; i--) {","str = str.substring(0, subs[i][0]) + subs[i][2] + str.substring(subs[i][0] + subs[i][1]);","}","} else {","var i = str.indexOf(substr);","if (i !== -1) {","var inject = newSubstr(str.substr(i, substr.length), i, str);","str = str.substring(0, i) + inject + str.substring(i + substr.length);","}","}","return str;","};","})();","")}function Qu(e,t){e.mb=e.i(function(r){return r=ie.Boolean(r),te(e)?(this.data=r,this):r},!0),e.g(t,"Boolean",e.mb,g)}function er(e,t){var r=function(u){return u=arguments.length?ie.Number(u):0,te(e)?(this.data=u,this):u};for(e.aa=e.i(r,!0),e.g(t,"Number",e.aa,g),t=["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"],r=0;r<t.length;r++)e.g(e.aa,t[r],Number[t[r]],ke);r=function(u){try{return Number(this).toExponential(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toExponential",r),r=function(u){try{return Number(this).toFixed(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toFixed",r),r=function(u){try{return Number(this).toPrecision(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toPrecision",r),r=function(u){try{return Number(this).toString(u)}catch(n){y(e,e.D,n.message)}},N(e,e.aa,"toString",r),r=function(u,n){u=u?e.R(u):void 0,n=n?e.R(n):void 0;try{return Number(this).toLocaleString(u,n)}catch(o){y(e,e.D,"toLocaleString: "+o.message)}},N(e,e.aa,"toLocaleString",r)}function tr(e,t){var r=function(n,o){if(!te(e))return ie.Date();var a=[null].concat(Array.from(arguments));return this.data=new(Function.prototype.bind.apply(ie.Date,a)),this};e.$=e.i(r,!0),e.nb=e.$.h.prototype,e.g(t,"Date",e.$,g),e.g(e.$,"now",e.i(Date.now,!1),g),e.g(e.$,"parse",e.i(Date.parse,!1),g),e.g(e.$,"UTC",e.i(Date.UTC,!1),g),t="getDate getDay getFullYear getHours getMilliseconds getMinutes getMonth getSeconds getTime getTimezoneOffset getUTCDate getUTCDay getUTCFullYear getUTCHours getUTCMilliseconds getUTCMinutes getUTCMonth getUTCSeconds getYear setDate setFullYear setHours setMilliseconds setMinutes setMonth setSeconds setTime setUTCDate setUTCFullYear setUTCHours setUTCMilliseconds setUTCMinutes setUTCMonth setUTCSeconds setYear toDateString toISOString toJSON toGMTString toLocaleDateString toLocaleString toLocaleTimeString toTimeString toUTCString".split(" ");for(var u=0;u<t.length;u++)r=function(n){return function(o){var a=this.data;a instanceof Date||y(e,e.j,n+" not called on a Date");for(var h=[],d=0;d<arguments.length;d++)h[d]=e.R(arguments[d]);return a[n].apply(a,h)}}(t[u]),N(e,e.$,t[u],r)}function ur(e,t){var r=function(u,n){if(te(e))var o=this;else{if(n===void 0&&P(e,u,e.I))return u;o=e.s(e.Ma)}u=u===void 0?"":String(u),n=n?String(n):"",/^[gmi]*$/.test(n)||y(e,e.T,"Invalid regexp flag: "+n);try{var a=new ie.RegExp(u,n)}catch(h){y(e,e.T,h.message)}return jt(e,o,a),o};e.I=e.i(r,!0),e.Ma=e.I.h.prototype,e.g(t,"RegExp",e.I,g),e.g(e.I.h.prototype,"global",void 0,G),e.g(e.I.h.prototype,"ignoreCase",void 0,G),e.g(e.I.h.prototype,"multiline",void 0,G),e.g(e.I.h.prototype,"source","(?:)",G),e.ba.push("Object.defineProperty(RegExp.prototype, 'test',","{configurable: true, writable: true, value:","function test(str) {","return !!this.exec(str);","}","});"),r=function(u,n){function o(O){if(O){var x=q(e,O);return e.g(x,"index",O.index),e.g(x,"input",O.input),x}return null}var a=this.data;if(u=String(u),a.lastIndex=Number(e.G(this,"lastIndex")),Ie(e,a,n),e.REGEXP_MODE===2)if(Q)u=Oe(e,"regexp.exec(string)",{string:u,regexp:a},a,n),u!==ye&&(e.g(this,"lastIndex",a.lastIndex),n(o(u)));else{var h=e.ha(),d=Te(e,a,h,n),b=this;h.onmessage=function(O){clearTimeout(d),e.g(b,"lastIndex",O.data[1]),n(o(O.data[0]))},h.postMessage(["exec",a,a.lastIndex,u])}else u=a.exec(u),e.g(this,"lastIndex",a.lastIndex),n(o(u))},Ne(e,e.I,"exec",r)}function rr(e,t){function r(u){var n=e.i(function(o){var a=te(e)?this:e.Aa(n);return Bt(e,a,o),a},!0);return e.g(n,"prototype",e.Aa(e.D),g),e.g(n.h.prototype,"name",u,g),e.g(t,u,n,g),n}e.D=e.i(function(u){var n=te(e)?this:e.Aa(e.D);return Bt(e,n,u),n},!0),e.g(t,"Error",e.D,g),e.g(e.D.h.prototype,"message","",g),e.g(e.D.h.prototype,"name","Error",g),r("EvalError"),e.ob=r("RangeError"),e.pb=r("ReferenceError"),e.T=r("SyntaxError"),e.j=r("TypeError"),e.Gb=r("URIError")}function nr(e,t){var r=e.s(e.M);e.g(t,"Math",r,g);var u="E LN2 LN10 LOG2E LOG10E PI SQRT1_2 SQRT2".split(" ");for(t=0;t<u.length;t++)e.g(r,u[t],Math[u[t]],G);for(u="abs acos asin atan atan2 ceil cos exp floor log max min pow random round sin sqrt tan".split(" "),t=0;t<u.length;t++)e.g(r,u[t],e.i(Math[u[t]],!1),g)}function ir(e,t){var r=e.s(e.M);e.g(t,"JSON",r,g),t=function(u){try{var n=JSON.parse(String(u))}catch(o){y(e,e.T,o.message)}return e.Ia(n)},e.g(r,"parse",e.i(t,!1)),t=function(u,n,o){n&&n.H==="Function"?y(e,e.j,"Function replacer on JSON.stringify not supported"):n&&n.H==="Array"?(n=Bu(e,n),n=n.filter(function(h){return typeof h=="string"||typeof h=="number"})):n=null,typeof o!="string"&&typeof o!="number"&&(o=void 0),u=e.R(u);try{var a=JSON.stringify(u,n,o)}catch(h){y(e,e.j,h.message)}return a},e.g(r,"stringify",e.i(t,!1))}function P(e,t,r){if(t==null||!r)return!1;if(r=r.h.prototype,t===r)return!0;for(t=ee(e,t);t;){if(t===r)return!0;t=t.xa}return!1}function jt(e,t,r){t.data=new RegExp(r.source,r.flags),e.g(t,"lastIndex",r.lastIndex,g),e.g(t,"source",r.source,G),e.g(t,"global",r.global,G),e.g(t,"ignoreCase",r.ignoreCase,G),e.g(t,"multiline",r.multiline,G)}function Bt(e,t,r){r&&e.g(t,"message",String(r),g),r=[];for(var u=e.o.length-1;0<=u;u--){var n=e.o[u],o=n.node;o.type==="CallExpression"&&(n=n.U)&&r.length&&(r[r.length-1].Ob=e.G(n,"name")),!o.X||r.length&&o.type!=="CallExpression"||r.push({Nb:o.X})}for(u=String(e.G(t,"name")),o=String(e.G(t,"message")),o=u+": "+o+`
5
5
  `,u=0;u<r.length;u++){var a=r[u].Nb;n=r[u].Ob,a=a.source+":"+a.start.line+":"+a.start.ab,o=n?o+(" at "+n+" ("+a+`)
6
6
  `):o+(" at "+a+`
7
- `)}e.g(t,"stack",o.trim(),g)}w.ha=function(){var e=this.ha.Mb;return e||(e=new Blob([Ju.join(`
8
- `)],{type:"application/javascript"}),this.ha.Mb=e),new Worker(URL.createObjectURL(e))};function Oe(e,t,r,u,n){var o={timeout:e.REGEXP_THREAD_TIMEOUT};try{return q.runInNewContext(t,r,o)}catch{n(null),y(e,e.D,"RegExp Timeout: "+u)}return ye}function Ie(e,t,r){if(e.REGEXP_MODE===0)var u=!1;else if(e.REGEXP_MODE===1)u=!0;else if(q)u=!0;else if(typeof Worker=="function"&&typeof URL=="function")u=!0;else if(typeof require=="function"){try{q=require("vm")}catch{}u=!!q}else u=!1;u||(r(null),y(e,e.D,"Regular expressions not supported: "+t))}function Te(e,t,r,u){return setTimeout(function(){r.terminate(),u(null);try{y(e,e.D,"RegExp Timeout: "+t)}catch{}},e.REGEXP_THREAD_TIMEOUT)}w.Aa=function(e){return this.s(e&&e.h.prototype)};w.s=function(e){if(typeof e!="object")throw Error("Non object prototype");return e=new B(e),P(this,e,this.D)&&(e.H="Error"),e};function Ee(e){var t=e.s(e.La);return e.g(t,"length",0,{configurable:!1,enumerable:!1,writable:!0}),t.H="Array",t}function kt(e,t,r){var u=e.s(e.Z);return r?(r=e.s(e.M),e.g(u,"prototype",r,g),e.g(r,"constructor",u,g)):u.Ab=!0,e.g(u,"length",t,G),u.H="Function",u}function Ot(e,t,r,u){var n=kt(e,t.oa.length,!0);return n.Va=r,n.node=t,e.g(n,"name",t.id?String(t.id.name):u||"",G),n}w.i=function(e,t){return t=kt(this,e.length,t),t.Ta=e,e.id=this.Ya++,this.g(t,"name",e.name,G),t};w.ub=function(e){var t=kt(this,e.length,!0);return t.Za=e,e.id=this.Ya++,this.g(t,"name",e.name,G),t};w.Ia=function(e){if(e instanceof B)throw Error("Object is already pseudo");if(e==null||e===!0||e===!1||typeof e=="string"||typeof e=="number")return e;if(e instanceof RegExp){var t=this.s(this.Ma);return jt(this,t,e),t}if(e instanceof Date)return t=this.s(this.nb),t.data=new Date(e.valueOf()),t;if(typeof e=="function"){var r=this;return t=Object.getOwnPropertyDescriptor(e,"prototype"),this.i(function(){var n=Array.prototype.slice.call(arguments).map(function(o){return r.R(o)});return n=e.apply(r,n),r.Ia(n)},!!t)}if(Array.isArray(e)){t=Ee(this);for(var u=0;u<e.length;u++)u in e&&this.g(t,u,this.Ia(e[u]));return t}t=this.s(this.M);for(u in e)this.g(t,u,this.Ia(e[u]));return t};w.R=function(e,t){if(typeof e!="object"&&typeof e!="function"||e===null)return e;if(!(e instanceof B))throw Error("Object is not pseudo");if(P(this,e,this.I))return t=new RegExp(e.data.source,e.data.flags),t.lastIndex=e.data.lastIndex,t;if(P(this,e,this.$))return new Date(e.data.valueOf());t=t||{hb:[],Sa:[]};var r=t.hb.indexOf(e);if(r!==-1)return t.Sa[r];if(t.hb.push(e),P(this,e,this.qa)){r=[],t.Sa.push(r);for(var u=this.G(e,"length"),n=0;n<u;n++)ze(this,e,n)&&(r[n]=this.R(this.G(e,n),t))}else for(u in r={},t.Sa.push(r),e.h)n=this.R(e.h[u],t),Object.defineProperty(r,u,{value:n,writable:!0,enumerable:!0,configurable:!0});return t.hb.pop(),t.Sa.pop(),r};function Q(e,t){for(var r=Ee(e),u=Object.getOwnPropertyNames(t),n=0;n<u.length;n++)e.g(r,u[n],t[u[n]]);return r}function Bu(e,t){var r=[],u;for(u in t.h)r[u]=e.G(t,u);return r.length=St(e.G(t,"length"))||0,r}function ee(e,t){switch(typeof t){case"number":return e.aa.h.prototype;case"boolean":return e.mb.h.prototype;case"string":return e.J.h.prototype}return t?t.xa:null}w.G=function(e,t){if(this.P)throw Error("Getter not supported in that context");if(t=String(t),e!=null||y(this,this.j,"Cannot read property '"+t+"' of "+e),typeof e=="object"&&!(e instanceof B))throw TypeError("Expecting native value or pseudo object");if(t==="length"){if(P(this,e,this.J))return String(e).length}else if(64>t.charCodeAt(0)&&P(this,e,this.J)){var r=Re(t);if(!isNaN(r)&&r<String(e).length)return String(e)[r]}do if(e.h&&t in e.h)return(r=e.V[t])?(this.P=!0,r):e.h[t];while(e=ee(this,e))};function ze(e,t,r){if(!(t instanceof B))throw TypeError("Primitive data type has no properties");if(r=String(r),r==="length"&&P(e,t,e.J))return!0;if(P(e,t,e.J)){var u=Re(r);if(!isNaN(u)&&u<String(t).length)return!0}do if(t.h&&r in t.h)return!0;while(t=ee(e,t));return!1}w.g=function(e,t,r,u){if(this.Ka)throw Error("Setter not supported in that context");if(t=String(t),e!=null||y(this,this.j,"Cannot set property '"+t+"' of "+e),typeof e=="object"&&!(e instanceof B))throw TypeError("Expecting native value or pseudo object");u&&("get"in u||"set"in u)&&("value"in u||"writable"in u)&&y(this,this.j,"Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");var n=!this.o||It(this).S;if(e instanceof B){if(P(this,e,this.J)){var o=Re(t);if(t==="length"||!isNaN(o)&&o<String(e).length){n&&y(this,this.j,"Cannot assign to read only property '"+t+"' of String '"+e.data+"'");return}}if(e.H==="Array")if(o=e.h.length,t==="length"){if(u){if(!("value"in u))return;r=u.value}if(r=St(r),isNaN(r)&&y(this,this.ob,"Invalid array length"),r<o)for(a in e.h){var a=Re(a);!isNaN(a)&&r<=a&&delete e.h[a]}}else isNaN(a=Re(t))||(e.h.length=Math.max(o,a+1));if(!e.preventExtensions||t in e.h)if(u){n={},"get"in u&&u.get&&(e.V[t]=u.get,n.get=this.g.ac),"set"in u&&u.set&&(e.Y[t]=u.set,n.set=this.g.bc),"configurable"in u&&(n.configurable=u.configurable),"enumerable"in u&&(n.enumerable=u.enumerable),"writable"in u&&(n.writable=u.writable,delete e.V[t],delete e.Y[t]),"value"in u?(n.value=u.value,delete e.V[t],delete e.Y[t]):r!==Pe&&(n.value=r,delete e.V[t],delete e.Y[t]);try{Object.defineProperty(e.h,t,n)}catch{y(this,this.j,"Cannot redefine property: "+t)}"get"in u&&!u.get&&delete e.V[t],"set"in u&&!u.set&&delete e.Y[t]}else{if(r===Pe)throw ReferenceError("Value not specified");for(u=e;!(t in u.h);)if(u=ee(this,u),!u){u=e;break}if(u.Y&&u.Y[t])return this.Ka=!0,u.Y[t];if(u.V&&u.V[t])n&&y(this,this.j,"Cannot set property '"+t+"' of object '"+e+"' which only has a getter");else try{e.h[t]=r}catch{n&&y(this,this.j,"Cannot assign to read only property '"+t+"' of object '"+e+"'")}}else n&&y(this,this.j,"Can't add property '"+t+"', object is not extensible")}else n&&y(this,this.j,"Can't create property '"+t+"' on '"+e+"'")};w.g.ac=function(){throw Error("Placeholder getter")};w.g.bc=function(){throw Error("Placeholder setter")};function N(e,t,r,u){e.g(t.h.prototype,r,e.i(u,!1),g)}function Ne(e,t,r,u){e.g(t.h.prototype,r,e.ub(u),g)}function It(e){if(e=e.o[e.o.length-1].scope,!e)throw Error("No scope found");return e}function wt(e,t,r){var u=!1;if(r&&r.S)u=!0;else{var n=t.body&&t.body[0];n&&n.la&&n.la.type==="Literal"&&n.la.value==="use strict"&&(u=!0)}return n=e.s(null),u=new Su(r,u,n),r||Yu(e,u.object),Ue(e,t,u),u}function Tt(e,t,r){if(!t)throw Error("parentScope required");return e=r||e.s(null),new Su(t,t.S,e)}function Nt(e,t){for(var r=It(e);r&&r!==e.N;){if(t in r.object.h)return r.object.h[t];r=r.Va}if(r===e.N&&ze(e,r.object,t))return e.G(r.object,t);r=e.o[e.o.length-1].node,r.type==="UnaryExpression"&&r.operator==="typeof"||y(e,e.pb,t+" is not defined")}function wu(e,t,r){for(var u=It(e),n=u.S;u&&u!==e.N;){if(t in u.object.h){try{u.object.h[t]=r}catch{n&&y(e,e.j,"Cannot assign to read only variable '"+t+"'")}return}u=u.Va}if(u===e.N&&(!n||ze(e,u.object,t)))return e.g(u.object,t,r);y(e,e.pb,t+" is not defined")}function Ue(e,t,r){if(t.jb)var u=t.jb;else{switch(u=Object.create(null),t.type){case"VariableDeclaration":for(var n=0;n<t.fa.length;n++)u[t.fa[n].id.name]=!0;break;case"FunctionDeclaration":u[t.id.name]=t;break;case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"Program":case"SwitchCase":case"SwitchStatement":case"TryStatement":case"WithStatement":case"WhileStatement":var o=t.constructor,a;for(a in t)if(a!=="loc"){var h=t[a];if(h&&typeof h=="object"){if(Array.isArray(h)){for(n=0;n<h.length;n++)if(h[n]&&h[n].constructor===o){var d=Ue(e,h[n],r);for(a in d)u[a]=d[a]}}else if(h.constructor===o)for(a in d=Ue(e,h,r),d)u[a]=d[a]}}}t.jb=u}for(a in u)u[a]===!0?e.g(r.object,a,void 0,Cu):e.g(r.object,a,Ot(e,u[a],r),Cu);return u}function te(e){return e.o[e.o.length-1].isConstructor}function Mt(e,t){return t[0]===Fe?Nt(e,t[1]):e.G(t[0],t[1])}function Rt(e,t,r){return t[0]===Fe?wu(e,t[1],r):e.g(t[0],t[1],r)}function y(e,t,r){throw e.N?(r!==void 0&&t instanceof B&&(t=e.Aa(t),Bt(e,t,r)),be(e,4,t),Du):r===void 0?t:r}function be(e,t,r,u){if(t===0)throw TypeError("Should not unwind for NORMAL completions");var n=e.o;e:for(;0<n.length;n.pop()){var o=n[n.length-1];switch(o.node.type){case"TryStatement":o.ea={type:t,value:r,label:u};return;case"CallExpression":case"NewExpression":if(t===3){o.value=r;return}if(t!==4)throw Error("Unsynatctic break/continue not rejected by Acorn");break;case"Program":o.done=!0;break e}if(t===1){if(u?o.labels&&o.labels.indexOf(u)!==-1:o.W||o.Zb){n.pop();return}}else if(t===2&&(u?o.labels&&o.labels.indexOf(u)!==-1:o.W))return}throw P(e,r,e.D)?(t={EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError},u=String(e.G(r,"name")),n=e.G(r,"message").valueOf(),t=(t[u]||Error)(n),t.stack=String(e.G(r,"stack"))):t=String(r),e.value=t,t}function L(e,t){switch(t.type){case"ArrayExpression":return"[...]";case"BinaryExpression":case"LogicalExpression":return L(e,t.left)+" "+t.operator+" "+L(e,t.right);case"CallExpression":return L(e,t.callee)+"(...)";case"ConditionalExpression":return L(e,t.test)+" ? "+L(e,t.da)+" : "+L(e,t.alternate);case"Identifier":return t.name;case"Literal":return t.raw;case"MemberExpression":var r=L(e,t.object);return e=L(e,t.Wa),t.bb?r+"["+e+"]":r+"."+e;case"NewExpression":return"new "+L(e,t.callee)+"(...)";case"ObjectExpression":return"{...}";case"ThisExpression":return"this";case"UnaryExpression":return t.operator+" "+L(e,t.K);case"UpdateExpression":return r=L(e,t.K),t.prefix?t.operator+r:r+t.operator}return"???"}function Fu(e,t,r){var u=e.o[e.o.length-1],n=Array.from(r),o=n.shift();r=Math.max(Number(n.shift()||0),0);var a=e.ya();if(o instanceof B&&o.H==="Function"){var h=o;a.type="CallExpression",u=u.scope}else{try{var d=Ce(String(o),"taskCode"+e.ic++)}catch(b){y(e,e.T,"Invalid code: "+b.message)}a.type="EvalProgram_",a.body=d.body,u=u.node.arguments[0],Ze(a,u?u.start:void 0,u?u.end:void 0),u=e.N,n.length=0}return t=new ir(h,n,u,a,t?r:-1),xu(e,t,r),t.Db}function xu(e,t,r){t.time=Date.now()+r,e.ca.push(t),e.ca.sort(function(u,n){return u.time-n.time})}function mu(e,t){for(var r=0;r<e.ca.length;r++)if(e.ca[r].Db==t){e.ca.splice(r,1);break}}function _e(e,t,r){if(!e.P)throw Error("Unexpected call to createGetter");e.P=!1,r=Array.isArray(r)?r[0]:r;var u=e.ya();return u.type="CallExpression",e=new v(u,e.o[e.o.length-1].scope),e.ia=2,e.B=r,e.U=t,e.Qa=!0,e.F=[],e}function Pt(e,t,r,u){if(!e.Ka)throw Error("Unexpected call to createSetter");e.Ka=!1,r=Array.isArray(r)?r[0]:e.Na;var n=e.ya();return n.type="CallExpression",e=new v(n,e.o[e.o.length-1].scope),e.ia=2,e.B=r,e.U=t,e.Qa=!0,e.F=[u],e}function dt(e,t){return t==null?e.Na:t instanceof B?t:(e=e.s(ee(e,t)),e.data=t,e)}w.Xb=function(){return this.N};w.Yb=function(){return this.o};w.ec=function(e){this.o=e};function v(e,t){this.node=e,this.scope=t}function Su(e,t,r){this.Va=e,this.S=t,this.object=r}function B(e){this.V=Object.create(null),this.Y=Object.create(null),this.h=Object.create(null),this.xa=e}w=B.prototype;w.xa=null;w.H="Object";w.data=null;w.toString=function(){if(!Me)return"[object Interpreter.Object]";if(!(this instanceof B))return String(this);if(this.H==="Array"){var e=Eu;e.push(this);try{var t=[],r=this.h.length,u=!1;1024<r&&(r=1e3,u=!0);for(var n=0;n<r;n++){var o=this.h[n];t[n]=o instanceof B&&e.indexOf(o)!==-1?"...":o}u&&t.push("...")}finally{e.pop()}return t.join(",")}if(this.H==="Error"){if(e=Eu,e.indexOf(this)!==-1)return"[object Error]";r=this;do if("name"in r.h){t=r.h.name;break}while(r=r.xa);r=this;do if("message"in r.h){u=r.h.message;break}while(r=r.xa);e.push(this);try{t=t&&String(t),u=u&&String(u)}finally{e.pop()}return u?t+": "+u:String(t)}return this.data!==null?String(this.data):"[object "+this.H+"]"};w.valueOf=function(){return!Me||this.data===void 0||this.data===null||this.data instanceof RegExp?this:this.data instanceof Date?this.data.valueOf():this.data};function ir(e,t,r,u,n){this.zb=e,this.Lb=t,this.scope=r,this.node=u,this.interval=n,this.Db=++or,this.time=0}var or=0;f.prototype.stepArrayExpression=function(e,t,r){r=r.elements;var u=t.A||0;for(t.Oa?(this.g(t.Oa,u,t.value),u++):(t.Oa=Ee(this),t.Oa.h.length=r.length);u<r.length;){if(r[u])return t.A=u,new v(r[u],t.scope);u++}e.pop(),e[e.length-1].value=t.Oa};f.prototype.stepAssignmentExpression=function(e,t,r){if(!t.ja)return t.ja=!0,t=new v(r.left,t.scope),t.sa=!0,t;if(!t.Da)return t.Fa||(t.Fa=t.value),t.Ba&&(t.ma=t.value),!t.Ba&&r.operator!=="="&&(e=Mt(this,t.Fa),t.ma=e,this.P)?(t.Ba=!0,_e(this,e,t.Fa)):(t.Da=!0,r.operator==="="&&r.left.type==="Identifier"&&(t.Pa=r.left.name),new v(r.right,t.scope));if(t.ta)e.pop(),e[e.length-1].value=t.ib;else{var u=t.ma,n=t.value;switch(r.operator){case"=":u=n;break;case"+=":u+=n;break;case"-=":u-=n;break;case"*=":u*=n;break;case"/=":u/=n;break;case"%=":u%=n;break;case"<<=":u<<=n;break;case">>=":u>>=n;break;case">>>=":u>>>=n;break;case"&=":u&=n;break;case"^=":u^=n;break;case"|=":u|=n;break;default:throw SyntaxError("Unknown assignment expression: "+r.operator)}if(r=Rt(this,t.Fa,u))return t.ta=!0,t.ib=u,Pt(this,r,t.Fa,u);e.pop(),e[e.length-1].value=u}};f.prototype.stepBinaryExpression=function(e,t,r){if(!t.ja)return t.ja=!0,new v(r.left,t.scope);if(!t.Da)return t.Da=!0,t.ma=t.value,new v(r.right,t.scope);e.pop();var u=t.ma;switch(t=t.value,r.operator){case"==":r=u==t;break;case"!=":r=u!=t;break;case"===":r=u===t;break;case"!==":r=u!==t;break;case">":r=u>t;break;case">=":r=u>=t;break;case"<":r=u<t;break;case"<=":r=u<=t;break;case"+":r=u+t;break;case"-":r=u-t;break;case"*":r=u*t;break;case"/":r=u/t;break;case"%":r=u%t;break;case"&":r=u&t;break;case"|":r=u|t;break;case"^":r=u^t;break;case"<<":r=u<<t;break;case">>":r=u>>t;break;case">>>":r=u>>>t;break;case"in":t instanceof B||y(this,this.j,"'in' expects an object, not '"+t+"'"),r=ze(this,t,u);break;case"instanceof":P(this,t,this.O)||y(this,this.j,"'instanceof' expects an object, not '"+t+"'"),r=u instanceof B?P(this,u,t):!1;break;default:throw SyntaxError("Unknown binary operator: "+r.operator)}e[e.length-1].value=r};f.prototype.stepBlockStatement=function(e,t,r){var u=t.A||0;if(r=r.body[u])return t.A=u+1,new v(r,t.scope);e.pop()};f.prototype.stepBreakStatement=function(e,t,r){be(this,1,void 0,r.label&&r.label.name)};f.prototype.Hb=0;f.prototype.stepCallExpression=function(e,t,r){if(!t.ia){t.ia=1;var u=new v(r.callee,t.scope);return u.sa=!0,u}if(t.ia===1){t.ia=2;var n=t.value;if(Array.isArray(n)){if(t.U=Mt(this,n),n[0]===Fe?t.Pb=n[1]==="eval":t.B=n[0],n=t.U,this.P)return t.ia=1,_e(this,n,t.value)}else t.U=n;t.F=[],t.A=0}if(n=t.U,!t.Qa){if(t.A!==0&&t.F.push(t.value),r.arguments[t.A])return new v(r.arguments[t.A++],t.scope);if(r.type==="NewExpression"){if(n instanceof B&&!n.Ab||y(this,this.j,L(this,r.callee)+" is not a constructor"),n===this.qa)t.B=Ee(this);else{var o=n.h.prototype;(typeof o!="object"||o===null)&&(o=this.M),t.B=this.s(o)}t.isConstructor=!0}t.Qa=!0}if(t.eb)e.pop(),e[e.length-1].value=t.isConstructor&&typeof t.value!="object"?t.B:t.value;else{if(t.eb=!0,n instanceof B||y(this,this.j,L(this,r.callee)+" is not a function"),e=n.node){for(r=wt(this,e.body,n.Va),u=Ee(this),n=0;n<t.F.length;n++)this.g(u,n,t.F[n]);for(this.g(r.object,"arguments",u),n=0;n<e.oa.length;n++)this.g(r.object,e.oa[n].name,t.F.length>n?t.F[n]:void 0);return r.S||(t.B=dt(this,t.B)),this.g(r.object,"this",t.B,xt),t.value=void 0,new v(e.body,r)}if(n.eval)if(n=t.F[0],typeof n!="string")t.value=n;else{try{u=Ce(String(n),"eval"+this.Hb++)}catch(h){y(this,this.T,"Invalid code: "+h.message)}return n=this.ya(),n.type="EvalProgram_",n.body=u.body,Ze(n,r.start,r.end),r=t.Pb?t.scope:this.N,r.S?r=wt(this,u,r):Ue(this,u,r),this.value=void 0,new v(n,r)}else if(n.Ta)t.scope.S||(t.B=dt(this,t.B)),t.value=n.Ta.apply(t.B,t.F);else if(n.Za){var a=this;u=n.Za.length-1,u=t.F.concat(Array(u)).slice(0,u),u.push(function(h){t.value=h,a.za=!1}),this.za=!0,t.scope.S||(t.B=dt(this,t.B)),n.Za.apply(t.B,u)}else y(this,this.j,L(this,r.callee)+" is not callable")}};f.prototype.stepConditionalExpression=function(e,t,r){var u=t.na||0;if(u===0)return t.na=1,new v(r.test,t.scope);if(u===1){if(t.na=2,(u=!!t.value)&&r.da)return new v(r.da,t.scope);if(!u&&r.alternate)return new v(r.alternate,t.scope);this.value=void 0}e.pop(),r.type==="ConditionalExpression"&&(e[e.length-1].value=t.value)};f.prototype.stepContinueStatement=function(e,t,r){be(this,2,void 0,r.label&&r.label.name)};f.prototype.stepDebuggerStatement=function(e){e.pop()};f.prototype.stepDoWhileStatement=function(e,t,r){if(r.type==="DoWhileStatement"&&t.ga===void 0&&(t.value=!0,t.ga=!0),!t.ga)return t.ga=!0,new v(r.test,t.scope);if(!t.value)e.pop();else if(r.body)return t.ga=!1,t.W=!0,new v(r.body,t.scope)};f.prototype.stepEmptyStatement=function(e){e.pop()};f.prototype.stepEvalProgram_=function(e,t,r){var u=t.A||0;if(r=r.body[u])return t.A=u+1,new v(r,t.scope);e.pop(),e[e.length-1].value=this.value};f.prototype.stepExpressionStatement=function(e,t,r){if(!t.ka)return this.value=void 0,t.ka=!0,new v(r.la,t.scope);e.pop(),this.value=t.value};f.prototype.stepForInStatement=function(e,t,r){if(!t.Ub&&(t.Ub=!0,r.left.fa&&r.left.fa[0].ua))return t.scope.S&&y(this,this.T,"for-in loop variable declaration may not have an initializer"),new v(r.left,t.scope);if(!t.Ca)return t.Ca=!0,t.pa||(t.pa=t.value),new v(r.right,t.scope);if(t.W||(t.W=!0,t.u=t.value,t.kb=Object.create(null)),t.Ra===void 0)e:for(;;){if(t.u instanceof B)for(t.wa||(t.wa=Object.getOwnPropertyNames(t.u.h));;){var u=t.wa.shift();if(u===void 0)break;if(Object.prototype.hasOwnProperty.call(t.u.h,u)&&!t.kb[u]&&(t.kb[u]=!0,Object.prototype.propertyIsEnumerable.call(t.u.h,u))){t.Ra=u;break e}}else if(t.u!==null&&t.u!==void 0){for(t.wa||(t.wa=Object.getOwnPropertyNames(t.u));u=t.wa.shift(),u!==void 0;)if(t.kb[u]=!0,Object.prototype.propertyIsEnumerable.call(t.u,u)){t.Ra=u;break e}}if(t.u=ee(this,t.u),t.wa=null,t.u===null){e.pop();return}}if(!t.wb)if(t.wb=!0,e=r.left,e.type==="VariableDeclaration")t.pa=[Fe,e.fa[0].id.name];else return t.pa=null,t=new v(e,t.scope),t.sa=!0,t;if(t.pa||(t.pa=t.value),!t.ta&&(t.ta=!0,e=t.Ra,u=Rt(this,t.pa,e)))return Pt(this,u,t.pa,e);if(t.Ra=void 0,t.wb=!1,t.ta=!1,r.body)return new v(r.body,t.scope)};f.prototype.stepForStatement=function(e,t,r){switch(t.na){default:if(t.na=1,r.ua)return new v(r.ua,t.scope);break;case 1:if(t.na=2,r.test)return new v(r.test,t.scope);break;case 2:if(t.na=3,r.test&&!t.value)e.pop();else return t.W=!0,new v(r.body,t.scope);break;case 3:if(t.na=1,r.update)return new v(r.update,t.scope)}};f.prototype.stepFunctionDeclaration=function(e){e.pop()};f.prototype.stepFunctionExpression=function(e,t,r){e.pop(),t=e[e.length-1],e=t.scope,r.id&&(e=Tt(this,e)),t.value=Ot(this,r,e,t.Pa),r.id&&this.g(e.object,r.id.name,t.value,xt)};f.prototype.stepIdentifier=function(e,t,r){if(e.pop(),t.sa)e[e.length-1].value=[Fe,r.name];else{if(t=Nt(this,r.name),this.P)return _e(this,t,this.Na);e[e.length-1].value=t}};f.prototype.stepIfStatement=f.prototype.stepConditionalExpression;f.prototype.stepLabeledStatement=function(e,t,r){return e.pop(),e=t.labels||[],e.push(r.label.name),t=new v(r.body,t.scope),t.labels=e,t};f.prototype.stepLiteral=function(e,t,r){e.pop(),t=r.value,t instanceof RegExp&&(r=this.s(this.Ma),jt(this,r,t),t=r),e[e.length-1].value=t};f.prototype.stepLogicalExpression=function(e,t,r){if(r.operator!=="&&"&&r.operator!=="||")throw SyntaxError("Unknown logical operator: "+r.operator);if(!t.ja)return t.ja=!0,new v(r.left,t.scope);if(t.Da)e.pop(),e[e.length-1].value=t.value;else if(r.operator==="&&"&&!t.value||r.operator==="||"&&t.value)e.pop(),e[e.length-1].value=t.value;else return t.Da=!0,new v(r.right,t.scope)};f.prototype.stepMemberExpression=function(e,t,r){if(!t.Ca)return t.Ca=!0,new v(r.object,t.scope);if(r.bb)if(t.Vb)r=t.value;else return t.u=t.value,t.Vb=!0,new v(r.Wa,t.scope);else t.u=t.value,r=r.Wa.name;if(e.pop(),t.sa)e[e.length-1].value=[t.u,r];else{if(r=this.G(t.u,r),this.P)return _e(this,r,t.u);e[e.length-1].value=r}};f.prototype.stepNewExpression=f.prototype.stepCallExpression;f.prototype.stepObjectExpression=function(e,t,r){var u=t.A||0,n=r.h[u];if(t.u){var o=t.Pa;t.Ja[o]||(t.Ja[o]={}),t.Ja[o][n.kind]=t.value,t.A=++u,n=r.h[u]}else t.u=this.s(this.M),t.Ja=Object.create(null);if(n){var a=n.key;if(a.type==="Identifier")o=a.name;else if(a.type==="Literal")o=a.value;else throw SyntaxError("Unknown object structure: "+a.type);return t.Pa=o,new v(n.value,t.scope)}for(a in t.Ja)r=t.Ja[a],"get"in r||"set"in r?this.g(t.u,a,Pe,{configurable:!0,enumerable:!0,get:r.get,set:r.set}):this.g(t.u,a,r.init);e.pop(),e[e.length-1].value=t.u};f.prototype.stepProgram=function(e,t,r){if(e=r.body.shift())return t.done=!1,new v(e,t.scope);t.done=!0};f.prototype.stepReturnStatement=function(e,t,r){if(r.K&&!t.ka)return t.ka=!0,new v(r.K,t.scope);be(this,3,t.value)};f.prototype.stepSequenceExpression=function(e,t,r){var u=t.A||0;if(r=r.xb[u])return t.A=u+1,new v(r,t.scope);e.pop(),e[e.length-1].value=t.value};f.prototype.stepSwitchStatement=function(e,t,r){if(!t.ga)return t.ga=1,new v(r.Qb,t.scope);for(t.ga===1&&(t.ga=2,t.hc=t.value,t.cb=-1);;){var u=t.gb||0,n=r.tb[u];if(t.Ha||!n||n.test)if(n||t.Ha||t.cb===-1)if(n){if(!t.Ha&&!t.Fb&&n.test)return t.Fb=!0,new v(n.test,t.scope);if(t.Ha||t.value===t.hc){t.Ha=!0;var o=t.A||0;if(n.da[o])return t.Zb=!0,t.A=o+1,new v(n.da[o],t.scope)}t.Fb=!1,t.A=0,t.gb=u+1}else{e.pop();break}else t.Ha=!0,t.gb=t.cb;else t.cb=u,t.gb=u+1}};f.prototype.stepThisExpression=function(e){e.pop(),e[e.length-1].value=Nt(this,"this")};f.prototype.stepThrowStatement=function(e,t,r){if(t.ka)y(this,t.value);else return t.ka=!0,new v(r.K,t.scope)};f.prototype.stepTryStatement=function(e,t,r){if(!t.Rb)return t.Rb=!0,new v(r.block,t.scope);if(t.ea&&t.ea.type===4&&!t.Tb&&r.Ea)return t.Tb=!0,e=Tt(this,t.scope),this.g(e.object,r.Ea.Ua.name,t.ea.value),t.ea=void 0,new v(r.Ea.body,e);if(!t.Sb&&r.fb)return t.Sb=!0,new v(r.fb,t.scope);e.pop(),t.ea&&be(this,t.ea.type,t.ea.value,t.ea.label)};f.prototype.stepUnaryExpression=function(e,t,r){if(!t.ka)return t.ka=!0,e=new v(r.K,t.scope),e.sa=r.operator==="delete",e;e.pop();var u=t.value;switch(r.operator){case"-":u=-u;break;case"+":u=+u;break;case"!":u=!u;break;case"~":u=~u;break;case"delete":if(r=!0,Array.isArray(u)){var n=u[0];n===Fe&&(n=t.scope),u=String(u[1]);try{delete n.h[u]}catch{t.scope.S?y(this,this.j,"Cannot delete property '"+u+"' of '"+n+"'"):r=!1}}u=r;break;case"typeof":u=u&&u.H==="Function"?"function":typeof u;break;case"void":u=void 0;break;default:throw SyntaxError("Unknown unary operator: "+r.operator)}e[e.length-1].value=u};f.prototype.stepUpdateExpression=function(e,t,r){if(!t.ja)return t.ja=!0,e=new v(r.K,t.scope),e.sa=!0,e;if(t.Ga||(t.Ga=t.value),t.Ba&&(t.ma=t.value),!t.Ba){var u=Mt(this,t.Ga);if(t.ma=u,this.P)return t.Ba=!0,_e(this,u,t.Ga)}if(t.ta)e.pop(),e[e.length-1].value=t.ib;else{if(u=Number(t.ma),r.operator==="++")var n=u+1;else if(r.operator==="--")n=u-1;else throw SyntaxError("Unknown update expression: "+r.operator);if(r=r.prefix?n:u,u=Rt(this,t.Ga,n))return t.ta=!0,t.ib=r,Pt(this,u,t.Ga,n);e.pop(),e[e.length-1].value=r}};f.prototype.stepVariableDeclaration=function(e,t,r){r=r.fa;var u=t.A||0,n=r[u];for(t.Bb&&n&&(wu(this,n.id.name,t.value),t.Bb=!1,n=r[++u]);n;){if(n.ua)return t.A=u,t.Bb=!0,t.Pa=n.id.name,new v(n.ua,t.scope);n=r[++u]}e.pop()};f.prototype.stepWithStatement=function(e,t,r){return t.Ca?(e.pop(),e=Tt(this,t.scope,t.value),new v(r.body,e)):(t.Ca=!0,new v(r.object,t.scope))};f.prototype.stepWhileStatement=f.prototype.stepDoWhileStatement;ie.Interpreter=f;f.prototype.step=f.prototype.lb;f.prototype.run=f.prototype.Eb;f.prototype.appendCode=f.prototype.Jb;f.prototype.createObject=f.prototype.Aa;f.prototype.createObjectProto=f.prototype.s;f.prototype.createAsyncFunction=f.prototype.ub;f.prototype.createNativeFunction=f.prototype.i;f.prototype.getProperty=f.prototype.G;f.prototype.setProperty=f.prototype.g;f.prototype.nativeToPseudo=f.prototype.Ia;f.prototype.pseudoToNative=f.prototype.R;f.prototype.getGlobalScope=f.prototype.Xb;f.prototype.getStateStack=f.prototype.Yb;f.prototype.setStateStack=f.prototype.ec;f.VALUE_IN_DESCRIPTOR=Pe;const sr=e=>e.split(`
7
+ `)}e.g(t,"stack",o.trim(),g)}w.ha=function(){var e=this.ha.Mb;return e||(e=new Blob([Yu.join(`
8
+ `)],{type:"application/javascript"}),this.ha.Mb=e),new Worker(URL.createObjectURL(e))};function Oe(e,t,r,u,n){var o={timeout:e.REGEXP_THREAD_TIMEOUT};try{return Q.runInNewContext(t,r,o)}catch{n(null),y(e,e.D,"RegExp Timeout: "+u)}return ye}function Ie(e,t,r){if(e.REGEXP_MODE===0)var u=!1;else if(e.REGEXP_MODE===1)u=!0;else if(Q)u=!0;else if(typeof Worker=="function"&&typeof URL=="function")u=!0;else if(typeof require=="function"){try{Q=require("vm")}catch{}u=!!Q}else u=!1;u||(r(null),y(e,e.D,"Regular expressions not supported: "+t))}function Te(e,t,r,u){return setTimeout(function(){r.terminate(),u(null);try{y(e,e.D,"RegExp Timeout: "+t)}catch{}},e.REGEXP_THREAD_TIMEOUT)}w.Aa=function(e){return this.s(e&&e.h.prototype)};w.s=function(e){if(typeof e!="object")throw Error("Non object prototype");return e=new B(e),P(this,e,this.D)&&(e.H="Error"),e};function Ee(e){var t=e.s(e.La);return e.g(t,"length",0,{configurable:!1,enumerable:!1,writable:!0}),t.H="Array",t}function kt(e,t,r){var u=e.s(e.Z);return r?(r=e.s(e.M),e.g(u,"prototype",r,g),e.g(r,"constructor",u,g)):u.Ab=!0,e.g(u,"length",t,G),u.H="Function",u}function Ot(e,t,r,u){var n=kt(e,t.oa.length,!0);return n.Va=r,n.node=t,e.g(n,"name",t.id?String(t.id.name):u||"",G),n}w.i=function(e,t){return t=kt(this,e.length,t),t.Ta=e,e.id=this.Ya++,this.g(t,"name",e.name,G),t};w.ub=function(e){var t=kt(this,e.length,!0);return t.Za=e,e.id=this.Ya++,this.g(t,"name",e.name,G),t};w.Ia=function(e){if(e instanceof B)throw Error("Object is already pseudo");if(e==null||e===!0||e===!1||typeof e=="string"||typeof e=="number")return e;if(e instanceof RegExp){var t=this.s(this.Ma);return jt(this,t,e),t}if(e instanceof Date)return t=this.s(this.nb),t.data=new Date(e.valueOf()),t;if(typeof e=="function"){var r=this;return t=Object.getOwnPropertyDescriptor(e,"prototype"),this.i(function(){var n=Array.prototype.slice.call(arguments).map(function(o){return r.R(o)});return n=e.apply(r,n),r.Ia(n)},!!t)}if(Array.isArray(e)){t=Ee(this);for(var u=0;u<e.length;u++)u in e&&this.g(t,u,this.Ia(e[u]));return t}t=this.s(this.M);for(u in e)this.g(t,u,this.Ia(e[u]));return t};w.R=function(e,t){if(typeof e!="object"&&typeof e!="function"||e===null)return e;if(!(e instanceof B))throw Error("Object is not pseudo");if(P(this,e,this.I))return t=new RegExp(e.data.source,e.data.flags),t.lastIndex=e.data.lastIndex,t;if(P(this,e,this.$))return new Date(e.data.valueOf());t=t||{hb:[],Sa:[]};var r=t.hb.indexOf(e);if(r!==-1)return t.Sa[r];if(t.hb.push(e),P(this,e,this.qa)){r=[],t.Sa.push(r);for(var u=this.G(e,"length"),n=0;n<u;n++)ze(this,e,n)&&(r[n]=this.R(this.G(e,n),t))}else for(u in r={},t.Sa.push(r),e.h)n=this.R(e.h[u],t),Object.defineProperty(r,u,{value:n,writable:!0,enumerable:!0,configurable:!0});return t.hb.pop(),t.Sa.pop(),r};function q(e,t){for(var r=Ee(e),u=Object.getOwnPropertyNames(t),n=0;n<u.length;n++)e.g(r,u[n],t[u[n]]);return r}function Bu(e,t){var r=[],u;for(u in t.h)r[u]=e.G(t,u);return r.length=St(e.G(t,"length"))||0,r}function ee(e,t){switch(typeof t){case"number":return e.aa.h.prototype;case"boolean":return e.mb.h.prototype;case"string":return e.J.h.prototype}return t?t.xa:null}w.G=function(e,t){if(this.P)throw Error("Getter not supported in that context");if(t=String(t),e!=null||y(this,this.j,"Cannot read property '"+t+"' of "+e),typeof e=="object"&&!(e instanceof B))throw TypeError("Expecting native value or pseudo object");if(t==="length"){if(P(this,e,this.J))return String(e).length}else if(64>t.charCodeAt(0)&&P(this,e,this.J)){var r=Re(t);if(!isNaN(r)&&r<String(e).length)return String(e)[r]}do if(e.h&&t in e.h)return(r=e.V[t])?(this.P=!0,r):e.h[t];while(e=ee(this,e))};function ze(e,t,r){if(!(t instanceof B))throw TypeError("Primitive data type has no properties");if(r=String(r),r==="length"&&P(e,t,e.J))return!0;if(P(e,t,e.J)){var u=Re(r);if(!isNaN(u)&&u<String(t).length)return!0}do if(t.h&&r in t.h)return!0;while(t=ee(e,t));return!1}w.g=function(e,t,r,u){if(this.Ka)throw Error("Setter not supported in that context");if(t=String(t),e!=null||y(this,this.j,"Cannot set property '"+t+"' of "+e),typeof e=="object"&&!(e instanceof B))throw TypeError("Expecting native value or pseudo object");u&&("get"in u||"set"in u)&&("value"in u||"writable"in u)&&y(this,this.j,"Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");var n=!this.o||It(this).S;if(e instanceof B){if(P(this,e,this.J)){var o=Re(t);if(t==="length"||!isNaN(o)&&o<String(e).length){n&&y(this,this.j,"Cannot assign to read only property '"+t+"' of String '"+e.data+"'");return}}if(e.H==="Array")if(o=e.h.length,t==="length"){if(u){if(!("value"in u))return;r=u.value}if(r=St(r),isNaN(r)&&y(this,this.ob,"Invalid array length"),r<o)for(a in e.h){var a=Re(a);!isNaN(a)&&r<=a&&delete e.h[a]}}else isNaN(a=Re(t))||(e.h.length=Math.max(o,a+1));if(!e.preventExtensions||t in e.h)if(u){n={},"get"in u&&u.get&&(e.V[t]=u.get,n.get=this.g.ac),"set"in u&&u.set&&(e.Y[t]=u.set,n.set=this.g.bc),"configurable"in u&&(n.configurable=u.configurable),"enumerable"in u&&(n.enumerable=u.enumerable),"writable"in u&&(n.writable=u.writable,delete e.V[t],delete e.Y[t]),"value"in u?(n.value=u.value,delete e.V[t],delete e.Y[t]):r!==Pe&&(n.value=r,delete e.V[t],delete e.Y[t]);try{Object.defineProperty(e.h,t,n)}catch{y(this,this.j,"Cannot redefine property: "+t)}"get"in u&&!u.get&&delete e.V[t],"set"in u&&!u.set&&delete e.Y[t]}else{if(r===Pe)throw ReferenceError("Value not specified");for(u=e;!(t in u.h);)if(u=ee(this,u),!u){u=e;break}if(u.Y&&u.Y[t])return this.Ka=!0,u.Y[t];if(u.V&&u.V[t])n&&y(this,this.j,"Cannot set property '"+t+"' of object '"+e+"' which only has a getter");else try{e.h[t]=r}catch{n&&y(this,this.j,"Cannot assign to read only property '"+t+"' of object '"+e+"'")}}else n&&y(this,this.j,"Can't add property '"+t+"', object is not extensible")}else n&&y(this,this.j,"Can't create property '"+t+"' on '"+e+"'")};w.g.ac=function(){throw Error("Placeholder getter")};w.g.bc=function(){throw Error("Placeholder setter")};function N(e,t,r,u){e.g(t.h.prototype,r,e.i(u,!1),g)}function Ne(e,t,r,u){e.g(t.h.prototype,r,e.ub(u),g)}function It(e){if(e=e.o[e.o.length-1].scope,!e)throw Error("No scope found");return e}function wt(e,t,r){var u=!1;if(r&&r.S)u=!0;else{var n=t.body&&t.body[0];n&&n.la&&n.la.type==="Literal"&&n.la.value==="use strict"&&(u=!0)}return n=e.s(null),u=new Su(r,u,n),r||$u(e,u.object),Ue(e,t,u),u}function Tt(e,t,r){if(!t)throw Error("parentScope required");return e=r||e.s(null),new Su(t,t.S,e)}function Nt(e,t){for(var r=It(e);r&&r!==e.N;){if(t in r.object.h)return r.object.h[t];r=r.Va}if(r===e.N&&ze(e,r.object,t))return e.G(r.object,t);r=e.o[e.o.length-1].node,r.type==="UnaryExpression"&&r.operator==="typeof"||y(e,e.pb,t+" is not defined")}function wu(e,t,r){for(var u=It(e),n=u.S;u&&u!==e.N;){if(t in u.object.h){try{u.object.h[t]=r}catch{n&&y(e,e.j,"Cannot assign to read only variable '"+t+"'")}return}u=u.Va}if(u===e.N&&(!n||ze(e,u.object,t)))return e.g(u.object,t,r);y(e,e.pb,t+" is not defined")}function Ue(e,t,r){if(t.jb)var u=t.jb;else{switch(u=Object.create(null),t.type){case"VariableDeclaration":for(var n=0;n<t.fa.length;n++)u[t.fa[n].id.name]=!0;break;case"FunctionDeclaration":u[t.id.name]=t;break;case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"Program":case"SwitchCase":case"SwitchStatement":case"TryStatement":case"WithStatement":case"WhileStatement":var o=t.constructor,a;for(a in t)if(a!=="loc"){var h=t[a];if(h&&typeof h=="object"){if(Array.isArray(h)){for(n=0;n<h.length;n++)if(h[n]&&h[n].constructor===o){var d=Ue(e,h[n],r);for(a in d)u[a]=d[a]}}else if(h.constructor===o)for(a in d=Ue(e,h,r),d)u[a]=d[a]}}}t.jb=u}for(a in u)u[a]===!0?e.g(r.object,a,void 0,Cu):e.g(r.object,a,Ot(e,u[a],r),Cu);return u}function te(e){return e.o[e.o.length-1].isConstructor}function Mt(e,t){return t[0]===Fe?Nt(e,t[1]):e.G(t[0],t[1])}function Rt(e,t,r){return t[0]===Fe?wu(e,t[1],r):e.g(t[0],t[1],r)}function y(e,t,r){throw e.N?(r!==void 0&&t instanceof B&&(t=e.Aa(t),Bt(e,t,r)),be(e,4,t),Du):r===void 0?t:r}function be(e,t,r,u){if(t===0)throw TypeError("Should not unwind for NORMAL completions");var n=e.o;e:for(;0<n.length;n.pop()){var o=n[n.length-1];switch(o.node.type){case"TryStatement":o.ea={type:t,value:r,label:u};return;case"CallExpression":case"NewExpression":if(t===3){o.value=r;return}if(t!==4)throw Error("Unsynatctic break/continue not rejected by Acorn");break;case"Program":o.done=!0;break e}if(t===1){if(u?o.labels&&o.labels.indexOf(u)!==-1:o.W||o.Zb){n.pop();return}}else if(t===2&&(u?o.labels&&o.labels.indexOf(u)!==-1:o.W))return}throw P(e,r,e.D)?(t={EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError},u=String(e.G(r,"name")),n=e.G(r,"message").valueOf(),t=(t[u]||Error)(n),t.stack=String(e.G(r,"stack"))):t=String(r),e.value=t,t}function L(e,t){switch(t.type){case"ArrayExpression":return"[...]";case"BinaryExpression":case"LogicalExpression":return L(e,t.left)+" "+t.operator+" "+L(e,t.right);case"CallExpression":return L(e,t.callee)+"(...)";case"ConditionalExpression":return L(e,t.test)+" ? "+L(e,t.da)+" : "+L(e,t.alternate);case"Identifier":return t.name;case"Literal":return t.raw;case"MemberExpression":var r=L(e,t.object);return e=L(e,t.Wa),t.bb?r+"["+e+"]":r+"."+e;case"NewExpression":return"new "+L(e,t.callee)+"(...)";case"ObjectExpression":return"{...}";case"ThisExpression":return"this";case"UnaryExpression":return t.operator+" "+L(e,t.K);case"UpdateExpression":return r=L(e,t.K),t.prefix?t.operator+r:r+t.operator}return"???"}function Fu(e,t,r){var u=e.o[e.o.length-1],n=Array.from(r),o=n.shift();r=Math.max(Number(n.shift()||0),0);var a=e.ya();if(o instanceof B&&o.H==="Function"){var h=o;a.type="CallExpression",u=u.scope}else{try{var d=Ce(String(o),"taskCode"+e.ic++)}catch(b){y(e,e.T,"Invalid code: "+b.message)}a.type="EvalProgram_",a.body=d.body,u=u.node.arguments[0],Ze(a,u?u.start:void 0,u?u.end:void 0),u=e.N,n.length=0}return t=new or(h,n,u,a,t?r:-1),xu(e,t,r),t.Db}function xu(e,t,r){t.time=Date.now()+r,e.ca.push(t),e.ca.sort(function(u,n){return u.time-n.time})}function mu(e,t){for(var r=0;r<e.ca.length;r++)if(e.ca[r].Db==t){e.ca.splice(r,1);break}}function _e(e,t,r){if(!e.P)throw Error("Unexpected call to createGetter");e.P=!1,r=Array.isArray(r)?r[0]:r;var u=e.ya();return u.type="CallExpression",e=new v(u,e.o[e.o.length-1].scope),e.ia=2,e.B=r,e.U=t,e.Qa=!0,e.F=[],e}function Pt(e,t,r,u){if(!e.Ka)throw Error("Unexpected call to createSetter");e.Ka=!1,r=Array.isArray(r)?r[0]:e.Na;var n=e.ya();return n.type="CallExpression",e=new v(n,e.o[e.o.length-1].scope),e.ia=2,e.B=r,e.U=t,e.Qa=!0,e.F=[u],e}function dt(e,t){return t==null?e.Na:t instanceof B?t:(e=e.s(ee(e,t)),e.data=t,e)}w.Xb=function(){return this.N};w.Yb=function(){return this.o};w.ec=function(e){this.o=e};function v(e,t){this.node=e,this.scope=t}function Su(e,t,r){this.Va=e,this.S=t,this.object=r}function B(e){this.V=Object.create(null),this.Y=Object.create(null),this.h=Object.create(null),this.xa=e}w=B.prototype;w.xa=null;w.H="Object";w.data=null;w.toString=function(){if(!Me)return"[object Interpreter.Object]";if(!(this instanceof B))return String(this);if(this.H==="Array"){var e=Eu;e.push(this);try{var t=[],r=this.h.length,u=!1;1024<r&&(r=1e3,u=!0);for(var n=0;n<r;n++){var o=this.h[n];t[n]=o instanceof B&&e.indexOf(o)!==-1?"...":o}u&&t.push("...")}finally{e.pop()}return t.join(",")}if(this.H==="Error"){if(e=Eu,e.indexOf(this)!==-1)return"[object Error]";r=this;do if("name"in r.h){t=r.h.name;break}while(r=r.xa);r=this;do if("message"in r.h){u=r.h.message;break}while(r=r.xa);e.push(this);try{t=t&&String(t),u=u&&String(u)}finally{e.pop()}return u?t+": "+u:String(t)}return this.data!==null?String(this.data):"[object "+this.H+"]"};w.valueOf=function(){return!Me||this.data===void 0||this.data===null||this.data instanceof RegExp?this:this.data instanceof Date?this.data.valueOf():this.data};function or(e,t,r,u,n){this.zb=e,this.Lb=t,this.scope=r,this.node=u,this.interval=n,this.Db=++sr,this.time=0}var sr=0;f.prototype.stepArrayExpression=function(e,t,r){r=r.elements;var u=t.A||0;for(t.Oa?(this.g(t.Oa,u,t.value),u++):(t.Oa=Ee(this),t.Oa.h.length=r.length);u<r.length;){if(r[u])return t.A=u,new v(r[u],t.scope);u++}e.pop(),e[e.length-1].value=t.Oa};f.prototype.stepAssignmentExpression=function(e,t,r){if(!t.ja)return t.ja=!0,t=new v(r.left,t.scope),t.sa=!0,t;if(!t.Da)return t.Fa||(t.Fa=t.value),t.Ba&&(t.ma=t.value),!t.Ba&&r.operator!=="="&&(e=Mt(this,t.Fa),t.ma=e,this.P)?(t.Ba=!0,_e(this,e,t.Fa)):(t.Da=!0,r.operator==="="&&r.left.type==="Identifier"&&(t.Pa=r.left.name),new v(r.right,t.scope));if(t.ta)e.pop(),e[e.length-1].value=t.ib;else{var u=t.ma,n=t.value;switch(r.operator){case"=":u=n;break;case"+=":u+=n;break;case"-=":u-=n;break;case"*=":u*=n;break;case"/=":u/=n;break;case"%=":u%=n;break;case"<<=":u<<=n;break;case">>=":u>>=n;break;case">>>=":u>>>=n;break;case"&=":u&=n;break;case"^=":u^=n;break;case"|=":u|=n;break;default:throw SyntaxError("Unknown assignment expression: "+r.operator)}if(r=Rt(this,t.Fa,u))return t.ta=!0,t.ib=u,Pt(this,r,t.Fa,u);e.pop(),e[e.length-1].value=u}};f.prototype.stepBinaryExpression=function(e,t,r){if(!t.ja)return t.ja=!0,new v(r.left,t.scope);if(!t.Da)return t.Da=!0,t.ma=t.value,new v(r.right,t.scope);e.pop();var u=t.ma;switch(t=t.value,r.operator){case"==":r=u==t;break;case"!=":r=u!=t;break;case"===":r=u===t;break;case"!==":r=u!==t;break;case">":r=u>t;break;case">=":r=u>=t;break;case"<":r=u<t;break;case"<=":r=u<=t;break;case"+":r=u+t;break;case"-":r=u-t;break;case"*":r=u*t;break;case"/":r=u/t;break;case"%":r=u%t;break;case"&":r=u&t;break;case"|":r=u|t;break;case"^":r=u^t;break;case"<<":r=u<<t;break;case">>":r=u>>t;break;case">>>":r=u>>>t;break;case"in":t instanceof B||y(this,this.j,"'in' expects an object, not '"+t+"'"),r=ze(this,t,u);break;case"instanceof":P(this,t,this.O)||y(this,this.j,"'instanceof' expects an object, not '"+t+"'"),r=u instanceof B?P(this,u,t):!1;break;default:throw SyntaxError("Unknown binary operator: "+r.operator)}e[e.length-1].value=r};f.prototype.stepBlockStatement=function(e,t,r){var u=t.A||0;if(r=r.body[u])return t.A=u+1,new v(r,t.scope);e.pop()};f.prototype.stepBreakStatement=function(e,t,r){be(this,1,void 0,r.label&&r.label.name)};f.prototype.Hb=0;f.prototype.stepCallExpression=function(e,t,r){if(!t.ia){t.ia=1;var u=new v(r.callee,t.scope);return u.sa=!0,u}if(t.ia===1){t.ia=2;var n=t.value;if(Array.isArray(n)){if(t.U=Mt(this,n),n[0]===Fe?t.Pb=n[1]==="eval":t.B=n[0],n=t.U,this.P)return t.ia=1,_e(this,n,t.value)}else t.U=n;t.F=[],t.A=0}if(n=t.U,!t.Qa){if(t.A!==0&&t.F.push(t.value),r.arguments[t.A])return new v(r.arguments[t.A++],t.scope);if(r.type==="NewExpression"){if(n instanceof B&&!n.Ab||y(this,this.j,L(this,r.callee)+" is not a constructor"),n===this.qa)t.B=Ee(this);else{var o=n.h.prototype;(typeof o!="object"||o===null)&&(o=this.M),t.B=this.s(o)}t.isConstructor=!0}t.Qa=!0}if(t.eb)e.pop(),e[e.length-1].value=t.isConstructor&&typeof t.value!="object"?t.B:t.value;else{if(t.eb=!0,n instanceof B||y(this,this.j,L(this,r.callee)+" is not a function"),e=n.node){for(r=wt(this,e.body,n.Va),u=Ee(this),n=0;n<t.F.length;n++)this.g(u,n,t.F[n]);for(this.g(r.object,"arguments",u),n=0;n<e.oa.length;n++)this.g(r.object,e.oa[n].name,t.F.length>n?t.F[n]:void 0);return r.S||(t.B=dt(this,t.B)),this.g(r.object,"this",t.B,xt),t.value=void 0,new v(e.body,r)}if(n.eval)if(n=t.F[0],typeof n!="string")t.value=n;else{try{u=Ce(String(n),"eval"+this.Hb++)}catch(h){y(this,this.T,"Invalid code: "+h.message)}return n=this.ya(),n.type="EvalProgram_",n.body=u.body,Ze(n,r.start,r.end),r=t.Pb?t.scope:this.N,r.S?r=wt(this,u,r):Ue(this,u,r),this.value=void 0,new v(n,r)}else if(n.Ta)t.scope.S||(t.B=dt(this,t.B)),t.value=n.Ta.apply(t.B,t.F);else if(n.Za){var a=this;u=n.Za.length-1,u=t.F.concat(Array(u)).slice(0,u),u.push(function(h){t.value=h,a.za=!1}),this.za=!0,t.scope.S||(t.B=dt(this,t.B)),n.Za.apply(t.B,u)}else y(this,this.j,L(this,r.callee)+" is not callable")}};f.prototype.stepConditionalExpression=function(e,t,r){var u=t.na||0;if(u===0)return t.na=1,new v(r.test,t.scope);if(u===1){if(t.na=2,(u=!!t.value)&&r.da)return new v(r.da,t.scope);if(!u&&r.alternate)return new v(r.alternate,t.scope);this.value=void 0}e.pop(),r.type==="ConditionalExpression"&&(e[e.length-1].value=t.value)};f.prototype.stepContinueStatement=function(e,t,r){be(this,2,void 0,r.label&&r.label.name)};f.prototype.stepDebuggerStatement=function(e){e.pop()};f.prototype.stepDoWhileStatement=function(e,t,r){if(r.type==="DoWhileStatement"&&t.ga===void 0&&(t.value=!0,t.ga=!0),!t.ga)return t.ga=!0,new v(r.test,t.scope);if(!t.value)e.pop();else if(r.body)return t.ga=!1,t.W=!0,new v(r.body,t.scope)};f.prototype.stepEmptyStatement=function(e){e.pop()};f.prototype.stepEvalProgram_=function(e,t,r){var u=t.A||0;if(r=r.body[u])return t.A=u+1,new v(r,t.scope);e.pop(),e[e.length-1].value=this.value};f.prototype.stepExpressionStatement=function(e,t,r){if(!t.ka)return this.value=void 0,t.ka=!0,new v(r.la,t.scope);e.pop(),this.value=t.value};f.prototype.stepForInStatement=function(e,t,r){if(!t.Ub&&(t.Ub=!0,r.left.fa&&r.left.fa[0].ua))return t.scope.S&&y(this,this.T,"for-in loop variable declaration may not have an initializer"),new v(r.left,t.scope);if(!t.Ca)return t.Ca=!0,t.pa||(t.pa=t.value),new v(r.right,t.scope);if(t.W||(t.W=!0,t.u=t.value,t.kb=Object.create(null)),t.Ra===void 0)e:for(;;){if(t.u instanceof B)for(t.wa||(t.wa=Object.getOwnPropertyNames(t.u.h));;){var u=t.wa.shift();if(u===void 0)break;if(Object.prototype.hasOwnProperty.call(t.u.h,u)&&!t.kb[u]&&(t.kb[u]=!0,Object.prototype.propertyIsEnumerable.call(t.u.h,u))){t.Ra=u;break e}}else if(t.u!==null&&t.u!==void 0){for(t.wa||(t.wa=Object.getOwnPropertyNames(t.u));u=t.wa.shift(),u!==void 0;)if(t.kb[u]=!0,Object.prototype.propertyIsEnumerable.call(t.u,u)){t.Ra=u;break e}}if(t.u=ee(this,t.u),t.wa=null,t.u===null){e.pop();return}}if(!t.wb)if(t.wb=!0,e=r.left,e.type==="VariableDeclaration")t.pa=[Fe,e.fa[0].id.name];else return t.pa=null,t=new v(e,t.scope),t.sa=!0,t;if(t.pa||(t.pa=t.value),!t.ta&&(t.ta=!0,e=t.Ra,u=Rt(this,t.pa,e)))return Pt(this,u,t.pa,e);if(t.Ra=void 0,t.wb=!1,t.ta=!1,r.body)return new v(r.body,t.scope)};f.prototype.stepForStatement=function(e,t,r){switch(t.na){default:if(t.na=1,r.ua)return new v(r.ua,t.scope);break;case 1:if(t.na=2,r.test)return new v(r.test,t.scope);break;case 2:if(t.na=3,r.test&&!t.value)e.pop();else return t.W=!0,new v(r.body,t.scope);break;case 3:if(t.na=1,r.update)return new v(r.update,t.scope)}};f.prototype.stepFunctionDeclaration=function(e){e.pop()};f.prototype.stepFunctionExpression=function(e,t,r){e.pop(),t=e[e.length-1],e=t.scope,r.id&&(e=Tt(this,e)),t.value=Ot(this,r,e,t.Pa),r.id&&this.g(e.object,r.id.name,t.value,xt)};f.prototype.stepIdentifier=function(e,t,r){if(e.pop(),t.sa)e[e.length-1].value=[Fe,r.name];else{if(t=Nt(this,r.name),this.P)return _e(this,t,this.Na);e[e.length-1].value=t}};f.prototype.stepIfStatement=f.prototype.stepConditionalExpression;f.prototype.stepLabeledStatement=function(e,t,r){return e.pop(),e=t.labels||[],e.push(r.label.name),t=new v(r.body,t.scope),t.labels=e,t};f.prototype.stepLiteral=function(e,t,r){e.pop(),t=r.value,t instanceof RegExp&&(r=this.s(this.Ma),jt(this,r,t),t=r),e[e.length-1].value=t};f.prototype.stepLogicalExpression=function(e,t,r){if(r.operator!=="&&"&&r.operator!=="||")throw SyntaxError("Unknown logical operator: "+r.operator);if(!t.ja)return t.ja=!0,new v(r.left,t.scope);if(t.Da)e.pop(),e[e.length-1].value=t.value;else if(r.operator==="&&"&&!t.value||r.operator==="||"&&t.value)e.pop(),e[e.length-1].value=t.value;else return t.Da=!0,new v(r.right,t.scope)};f.prototype.stepMemberExpression=function(e,t,r){if(!t.Ca)return t.Ca=!0,new v(r.object,t.scope);if(r.bb)if(t.Vb)r=t.value;else return t.u=t.value,t.Vb=!0,new v(r.Wa,t.scope);else t.u=t.value,r=r.Wa.name;if(e.pop(),t.sa)e[e.length-1].value=[t.u,r];else{if(r=this.G(t.u,r),this.P)return _e(this,r,t.u);e[e.length-1].value=r}};f.prototype.stepNewExpression=f.prototype.stepCallExpression;f.prototype.stepObjectExpression=function(e,t,r){var u=t.A||0,n=r.h[u];if(t.u){var o=t.Pa;t.Ja[o]||(t.Ja[o]={}),t.Ja[o][n.kind]=t.value,t.A=++u,n=r.h[u]}else t.u=this.s(this.M),t.Ja=Object.create(null);if(n){var a=n.key;if(a.type==="Identifier")o=a.name;else if(a.type==="Literal")o=a.value;else throw SyntaxError("Unknown object structure: "+a.type);return t.Pa=o,new v(n.value,t.scope)}for(a in t.Ja)r=t.Ja[a],"get"in r||"set"in r?this.g(t.u,a,Pe,{configurable:!0,enumerable:!0,get:r.get,set:r.set}):this.g(t.u,a,r.init);e.pop(),e[e.length-1].value=t.u};f.prototype.stepProgram=function(e,t,r){if(e=r.body.shift())return t.done=!1,new v(e,t.scope);t.done=!0};f.prototype.stepReturnStatement=function(e,t,r){if(r.K&&!t.ka)return t.ka=!0,new v(r.K,t.scope);be(this,3,t.value)};f.prototype.stepSequenceExpression=function(e,t,r){var u=t.A||0;if(r=r.xb[u])return t.A=u+1,new v(r,t.scope);e.pop(),e[e.length-1].value=t.value};f.prototype.stepSwitchStatement=function(e,t,r){if(!t.ga)return t.ga=1,new v(r.Qb,t.scope);for(t.ga===1&&(t.ga=2,t.hc=t.value,t.cb=-1);;){var u=t.gb||0,n=r.tb[u];if(t.Ha||!n||n.test)if(n||t.Ha||t.cb===-1)if(n){if(!t.Ha&&!t.Fb&&n.test)return t.Fb=!0,new v(n.test,t.scope);if(t.Ha||t.value===t.hc){t.Ha=!0;var o=t.A||0;if(n.da[o])return t.Zb=!0,t.A=o+1,new v(n.da[o],t.scope)}t.Fb=!1,t.A=0,t.gb=u+1}else{e.pop();break}else t.Ha=!0,t.gb=t.cb;else t.cb=u,t.gb=u+1}};f.prototype.stepThisExpression=function(e){e.pop(),e[e.length-1].value=Nt(this,"this")};f.prototype.stepThrowStatement=function(e,t,r){if(t.ka)y(this,t.value);else return t.ka=!0,new v(r.K,t.scope)};f.prototype.stepTryStatement=function(e,t,r){if(!t.Rb)return t.Rb=!0,new v(r.block,t.scope);if(t.ea&&t.ea.type===4&&!t.Tb&&r.Ea)return t.Tb=!0,e=Tt(this,t.scope),this.g(e.object,r.Ea.Ua.name,t.ea.value),t.ea=void 0,new v(r.Ea.body,e);if(!t.Sb&&r.fb)return t.Sb=!0,new v(r.fb,t.scope);e.pop(),t.ea&&be(this,t.ea.type,t.ea.value,t.ea.label)};f.prototype.stepUnaryExpression=function(e,t,r){if(!t.ka)return t.ka=!0,e=new v(r.K,t.scope),e.sa=r.operator==="delete",e;e.pop();var u=t.value;switch(r.operator){case"-":u=-u;break;case"+":u=+u;break;case"!":u=!u;break;case"~":u=~u;break;case"delete":if(r=!0,Array.isArray(u)){var n=u[0];n===Fe&&(n=t.scope),u=String(u[1]);try{delete n.h[u]}catch{t.scope.S?y(this,this.j,"Cannot delete property '"+u+"' of '"+n+"'"):r=!1}}u=r;break;case"typeof":u=u&&u.H==="Function"?"function":typeof u;break;case"void":u=void 0;break;default:throw SyntaxError("Unknown unary operator: "+r.operator)}e[e.length-1].value=u};f.prototype.stepUpdateExpression=function(e,t,r){if(!t.ja)return t.ja=!0,e=new v(r.K,t.scope),e.sa=!0,e;if(t.Ga||(t.Ga=t.value),t.Ba&&(t.ma=t.value),!t.Ba){var u=Mt(this,t.Ga);if(t.ma=u,this.P)return t.Ba=!0,_e(this,u,t.Ga)}if(t.ta)e.pop(),e[e.length-1].value=t.ib;else{if(u=Number(t.ma),r.operator==="++")var n=u+1;else if(r.operator==="--")n=u-1;else throw SyntaxError("Unknown update expression: "+r.operator);if(r=r.prefix?n:u,u=Rt(this,t.Ga,n))return t.ta=!0,t.ib=r,Pt(this,u,t.Ga,n);e.pop(),e[e.length-1].value=r}};f.prototype.stepVariableDeclaration=function(e,t,r){r=r.fa;var u=t.A||0,n=r[u];for(t.Bb&&n&&(wu(this,n.id.name,t.value),t.Bb=!1,n=r[++u]);n;){if(n.ua)return t.A=u,t.Bb=!0,t.Pa=n.id.name,new v(n.ua,t.scope);n=r[++u]}e.pop()};f.prototype.stepWithStatement=function(e,t,r){return t.Ca?(e.pop(),e=Tt(this,t.scope,t.value),new v(r.body,e)):(t.Ca=!0,new v(r.object,t.scope))};f.prototype.stepWhileStatement=f.prototype.stepDoWhileStatement;ie.Interpreter=f;f.prototype.step=f.prototype.lb;f.prototype.run=f.prototype.Eb;f.prototype.appendCode=f.prototype.Jb;f.prototype.createObject=f.prototype.Aa;f.prototype.createObjectProto=f.prototype.s;f.prototype.createAsyncFunction=f.prototype.ub;f.prototype.createNativeFunction=f.prototype.i;f.prototype.getProperty=f.prototype.G;f.prototype.setProperty=f.prototype.g;f.prototype.nativeToPseudo=f.prototype.Ia;f.prototype.pseudoToNative=f.prototype.R;f.prototype.getGlobalScope=f.prototype.Xb;f.prototype.getStateStack=f.prototype.Yb;f.prototype.setStateStack=f.prototype.ec;f.VALUE_IN_DESCRIPTOR=Pe;const ar=e=>e.split(`
9
9
  `).map(t=>{const r=t.trim();if(t.includes("__awaiter"))return;if(!r.startsWith("state."))return t;const[n,o]=r.split("="),h=`setRootState('${n.replace("state.","").trim()}', ${o.trim()})`;return`
10
10
  ${t}
11
11
  ${h}
12
12
  `}).filter(Boolean).join(`
13
- `),du=e=>e+"JSON",ar=({builder:e,context:t,event:r,rootState:u,localState:n,rootSetState:o,useCode:a})=>{const h={...u,...n},d={state:h,Builder:e,builder:e,context:t,event:r},b=Object.keys(d).map(M=>`var ${M} = JSON.parse(${du(M)});`).join(`
14
- `),O=sr(a);if(O===""){vu.logger.warn("Skipping evaluation of empty code block.");return}const x=`
13
+ `),du=e=>e+"JSON",lr=({builder:e,context:t,event:r,rootState:u,localState:n,rootSetState:o,code:a})=>{const h={...u,...n},d=Hu.getFunctionArguments({builder:e,context:t,event:r,state:h}),b=d.map(([M])=>`var ${M} = JSON.parse(${du(M)});`).join(`
14
+ `),O=ar(a);if(O===""){vu.logger.warn("Skipping evaluation of empty code block.");return}const x=`
15
15
  function theFunction() {
16
16
  ${b}
17
17
 
18
18
  ${O}
19
19
  }
20
20
  theFunction();
21
- `,Le=(M,H)=>{const se=Wu.set(h,M,H);o==null||o(se)},oe=function(M,H){Object.keys(d).forEach(se=>{const Ge=d[se]||{},D=JSON.stringify(Ge);M.setProperty(H,du(se),D)}),M.setProperty(H,"setRootState",M.createNativeFunction(Le))};try{const M=new f(x,oe);return M.run(),M.pseudoToNative(M.value)}catch(M){vu.logger.warn("Custom code error in non-node runtime. SDK can only execute ES5 JavaScript.",{e:M});return}};exports.runInNonNode=ar;
21
+ `,Le=(M,H)=>{const ce=Wu.set(h,M,H);o==null||o(ce)},oe=function(M,H){d.forEach(([ce,Ge])=>{const D=JSON.stringify(Ge);M.setProperty(H,du(ce),D)}),M.setProperty(H,"setRootState",M.createNativeFunction(Le))};try{const M=new f(x,oe);return M.run(),M.pseudoToNative(M.value)}catch(M){vu.logger.warn("Custom code error in non-node runtime. SDK can only execute ES5 JavaScript.",{e:M});return}};exports.runInNonNode=lr;