(window.webpackJsonp=window.webpackJsonp||[]).push([[101,5,7,8,9],{"+92d":function(Le,se,U){Le.exports=U.p+"static/b1.8d46544a.svg"},"+ua5":function(Le,se,U){},"/cxE":function(Le,se,U){"use strict";U.d(se,"f",function(){return A}),U.d(se,"g",function(){return j}),U.d(se,"h",function(){return P}),U.d(se,"e",function(){return W}),U.d(se,"b",function(){return N}),U.d(se,"c",function(){return e}),U.d(se,"d",function(){return w}),U.d(se,"a",function(){return v});class ne{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(g){setTimeout(()=>{throw g.stack?new Error(g.message+` `+g.stack):g},0)}}emit(g){this.listeners.forEach(c=>{c(g)})}onUnexpectedError(g){this.unexpectedErrorHandler(g),this.emit(g)}onUnexpectedExternalError(g){this.unexpectedErrorHandler(g)}}const B=new ne;function A(g){W(g)||B.onUnexpectedError(g);return}function j(g){W(g)||B.onUnexpectedExternalError(g);return}function P(g){if(g instanceof Error){let{name:c,message:s}=g;const i=g.stacktrace||g.stack;return{$isError:!0,name:c,message:s,stack:i}}return g}const S="Canceled";function W(g){return g instanceof Error&&g.name===S&&g.message===S}function N(){const g=new Error(S);return g.name=g.message,g}function e(g){return g?new Error(`Illegal argument: ${g}`):new Error("Illegal argument")}function w(g){return g?new Error(`Illegal state: ${g}`):new Error("Illegal state")}class v extends Error{constructor(g){super("NotSupported");g&&(this.message=g)}}},"24hK":function(Le,se,U){"use strict";U.d(se,"a",function(){return B});class ne{constructor(A){this.element=A,this.next=ne.Undefined,this.prev=ne.Undefined}}ne.Undefined=new ne(void 0);class B{constructor(){this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===ne.Undefined}clear(){let A=this._first;for(;A!==ne.Undefined;){const j=A.next;A.prev=ne.Undefined,A.next=ne.Undefined,A=j}this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}unshift(A){return this._insert(A,!1)}push(A){return this._insert(A,!0)}_insert(A,j){const P=new ne(A);if(this._first===ne.Undefined)this._first=P,this._last=P;else if(j){const W=this._last;this._last=P,P.prev=W,W.next=P}else{const W=this._first;this._first=P,P.next=W,W.prev=P}this._size+=1;let S=!1;return()=>{S||(S=!0,this._remove(P))}}shift(){if(this._first===ne.Undefined)return;{const A=this._first.element;return this._remove(this._first),A}}pop(){if(this._last===ne.Undefined)return;{const A=this._last.element;return this._remove(this._last),A}}_remove(A){if(A.prev!==ne.Undefined&&A.next!==ne.Undefined){const j=A.prev;j.next=A.next,A.next.prev=j}else A.prev===ne.Undefined&&A.next===ne.Undefined?(this._first=ne.Undefined,this._last=ne.Undefined):A.next===ne.Undefined?(this._last=this._last.prev,this._last.next=ne.Undefined):A.prev===ne.Undefined&&(this._first=this._first.next,this._first.prev=ne.Undefined);this._size-=1}*[Symbol.iterator](){let A=this._first;for(;A!==ne.Undefined;)yield A.element,A=A.next}}},"3/fG":function(Le,se,U){"use strict";U.d(se,"a",function(){return B});function ne(A,j){let P;return j.length===0?P=A:P=A.replace(/\{(\d+)\}/g,function(S,W){const N=W[0];return typeof j[N]!="undefined"?j[N]:S}),P}function B(A,j,...P){return ne(j,P)}},"55Ip":function(Le,se,U){"use strict";U.d(se,"a",function(){return r});var ne=U("Ty5D"),B=U("dI71"),A=U("q1tI"),j=U.n(A),P=U("YS25"),S=U("17x9"),W=U.n(S),N=U("wx14"),e=U("zLVn"),w=U("9R94"),v=function(h){Object(B.a)(o,h);function o(){for(var b,p=arguments.length,d=new Array(p),O=0;O=0||p.relatedTarget.className.indexOf("".concat(x,"-next"))>=0))return;h.setState({goInputText:""}),L(h.getValidValue())},h.go=function(p){var d=h.state.goInputText;if(d==="")return;(p.keyCode===s.ENTER||p.type==="click")&&(h.setState({goInputText:""}),h.props.quickGo(h.getValidValue()))},h}return Object(P.a)(f,[{key:"getValidValue",value:function(){var o=this.state,u=o.goInputText,b=o.current;return!u||isNaN(u)?b:Number(u)}},{key:"getPageSizeOptions",value:function(){var o=this.props,u=o.pageSize,b=o.pageSizeOptions;return b.some(function(p){return p.toString()===u.toString()})?b:b.concat([u.toString()]).sort(function(p,d){var O=isNaN(Number(p))?0:Number(p),L=isNaN(Number(d))?0:Number(d);return O-L})}},{key:"render",value:function(){var o=this,u=this.props,b=u.pageSize,p=u.locale,d=u.rootPrefixCls,O=u.changeSize,L=u.quickGo,x=u.goButton,I=u.selectComponentClass,k=u.buildOptionText,C=u.selectPrefixCls,F=u.disabled,V=this.state.goInputText,ee="".concat(d,"-options"),ie=I,pe=null,ve=null,ye=null;if(!O&&!L)return null;var Ee=this.getPageSizeOptions();if(O&&ie){var Se=Ee.map(function(fe,K){return e.a.createElement(ie.Option,{key:K,value:fe.toString()},(k||o.buildOptionText)(fe))});pe=e.a.createElement(ie,{disabled:F,prefixCls:C,showSearch:!1,className:"".concat(ee,"-size-changer"),optionLabelProp:"children",dropdownMatchSelectWidth:!1,value:(b||Ee[0]).toString(),onChange:this.changeSize,getPopupContainer:function(K){return K.parentNode}},Se)}return L&&(x&&(ye=typeof x=="boolean"?e.a.createElement("button",{type:"button",onClick:this.go,onKeyUp:this.go,disabled:F,className:"".concat(ee,"-quick-jumper-button")},p.jump_to_confirm):e.a.createElement("span",{onClick:this.go,onKeyUp:this.go},x)),ve=e.a.createElement("div",{className:"".concat(ee,"-quick-jumper")},p.jump_to,e.a.createElement("input",{disabled:F,type:"text",value:V,onChange:this.handleChange,onKeyUp:this.go,onBlur:this.handleBlur}),p.page,ye)),e.a.createElement("li",{className:"".concat(ee)},pe,ve)}}]),f}(e.a.Component);i.defaultProps={pageSizeOptions:["10","20","50","100"]};var l=i,a=U("N2Kk");function n(){}function r(T){return typeof T=="number"&&isFinite(T)&&Math.floor(T)===T}function t(T,_,f){return f}function E(T,_,f){var h=typeof T=="undefined"?_.pageSize:T;return Math.floor((f.total-1)/h)+1}var y=function(T){Object(S.a)(f,T);var _=Object(W.a)(f);function f(h){var o;Object(j.a)(this,f),o=_.call(this,h),o.getJumpPrevPage=function(){return Math.max(1,o.state.current-(o.props.showLessItems?3:5))},o.getJumpNextPage=function(){return Math.min(E(void 0,o.state,o.props),o.state.current+(o.props.showLessItems?3:5))},o.getItemIcon=function(O,L){var x=o.props.prefixCls,I=O||e.a.createElement("button",{type:"button","aria-label":L,className:"".concat(x,"-item-link")});return typeof O=="function"&&(I=e.a.createElement(O,Object(A.a)({},o.props))),I},o.savePaginationNode=function(O){o.paginationNode=O},o.isValid=function(O){return r(O)&&O!==o.state.current},o.shouldDisplayQuickJumper=function(){var O=o.props,L=O.showQuickJumper,x=O.pageSize,I=O.total;return I<=x?!1:L},o.handleKeyDown=function(O){(O.keyCode===s.ARROW_UP||O.keyCode===s.ARROW_DOWN)&&O.preventDefault()},o.handleKeyUp=function(O){var L=o.getValidValue(O),x=o.state.currentInputValue;L!==x&&o.setState({currentInputValue:L}),O.keyCode===s.ENTER?o.handleChange(L):O.keyCode===s.ARROW_UP?o.handleChange(L-1):O.keyCode===s.ARROW_DOWN&&o.handleChange(L+1)},o.changePageSize=function(O){var L=o.state.current,x=E(O,o.state,o.props);L=L>x?x:L,x===0&&(L=o.state.current),typeof O=="number"&&("pageSize"in o.props||o.setState({pageSize:O}),"current"in o.props||o.setState({current:L,currentInputValue:L})),o.props.onShowSizeChange(L,O),"onChange"in o.props&&o.props.onChange&&o.props.onChange(L,O)},o.handleChange=function(O){var L=o.props.disabled,x=O;if(o.isValid(x)&&!L){var I=E(void 0,o.state,o.props);x>I?x=I:x<1&&(x=1),"current"in o.props||o.setState({current:x,currentInputValue:x});var k=o.state.pageSize;return o.props.onChange(x,k),x}return o.state.current},o.prev=function(){o.hasPrev()&&o.handleChange(o.state.current-1)},o.next=function(){o.hasNext()&&o.handleChange(o.state.current+1)},o.jumpPrev=function(){o.handleChange(o.getJumpPrevPage())},o.jumpNext=function(){o.handleChange(o.getJumpNextPage())},o.hasPrev=function(){return o.state.current>1},o.hasNext=function(){return o.state.current2?x-2:0),k=2;k=b?d=b:d=Number(u),d}},{key:"getShowSizeChanger",value:function(){var o=this.props,u=o.showSizeChanger,b=o.total,p=o.totalBoundaryShowSizeChanger;return typeof u!="undefined"?u:b>p}},{key:"renderPrev",value:function(o){var u=this.props,b=u.prevIcon,p=u.itemRender,d=p(o,"prev",this.getItemIcon(b,"prev page")),O=!this.hasPrev();return Object(N.isValidElement)(d)?Object(N.cloneElement)(d,{disabled:O}):d}},{key:"renderNext",value:function(o){var u=this.props,b=u.nextIcon,p=u.itemRender,d=p(o,"next",this.getItemIcon(b,"next page")),O=!this.hasNext();return Object(N.isValidElement)(d)?Object(N.cloneElement)(d,{disabled:O}):d}},{key:"render",value:function(){var o=this,u=this.props,b=u.prefixCls,p=u.className,d=u.style,O=u.disabled,L=u.hideOnSinglePage,x=u.total,I=u.locale,k=u.showQuickJumper,C=u.showLessItems,F=u.showTitle,V=u.showTotal,ee=u.simple,ie=u.itemRender,pe=u.showPrevNextJumpers,ve=u.jumpPrevIcon,ye=u.jumpNextIcon,Ee=u.selectComponentClass,Se=u.selectPrefixCls,fe=u.pageSizeOptions,K=this.state,R=K.current,D=K.pageSize,H=K.currentInputValue;if(L===!0&&x<=D)return null;var J=E(void 0,this.state,this.props),M=[],ae=null,me=null,_e=null,q=null,oe=null,ue=k&&k.goButton,ce=C?1:2,be=R-1>0?R-1:0,Ce=R+1=ce*2&&R!==1+2&&(M[0]=Object(N.cloneElement)(M[0],{className:"".concat(b,"-item-after-jump-prev")}),M.unshift(ae)),J-R>=ce*2&&R!==J-2&&(M[M.length-1]=Object(N.cloneElement)(M[M.length-1],{className:"".concat(b,"-item-before-jump-next")}),M.push(me)),xe!==1&&M.unshift(_e),we!==J&&M.push(q)}var G=null;V&&(G=e.a.createElement("li",{className:"".concat(b,"-total-text")},V(x,[x===0?0:(R-1)*D+1,R*D>x?x:R*D])));var X=!this.hasPrev()||!J,Q=!this.hasNext()||!J;return e.a.createElement("ul",Object(ne.a)({className:v()(b,p,Object(B.a)({},"".concat(b,"-disabled"),O)),style:d,unselectable:"unselectable",ref:this.savePaginationNode},Oe),G,e.a.createElement("li",{title:F?I.prev_page:null,onClick:this.prev,tabIndex:X?null:0,onKeyPress:this.runIfEnterPrev,className:v()("".concat(b,"-prev"),Object(B.a)({},"".concat(b,"-disabled"),X)),"aria-disabled":X},this.renderPrev(be)),M,e.a.createElement("li",{title:F?I.next_page:null,onClick:this.next,tabIndex:Q?null:0,onKeyPress:this.runIfEnterNext,className:v()("".concat(b,"-next"),Object(B.a)({},"".concat(b,"-disabled"),Q)),"aria-disabled":Q},this.renderNext(Ce)),e.a.createElement(l,{disabled:O,locale:I,rootPrefixCls:b,selectComponentClass:Ee,selectPrefixCls:Se,changeSize:this.getShowSizeChanger()?this.changePageSize:null,current:R,pageSize:D,pageSizeOptions:fe,quickGo:this.shouldDisplayQuickJumper()?this.handleChange:null,goButton:ue}))}}],[{key:"getDerivedStateFromProps",value:function(o,u){var b={};if("current"in o&&(b.current=o.current,o.current!==u.current&&(b.currentInputValue=b.current)),"pageSize"in o&&o.pageSize!==u.pageSize){var p=u.current,d=E(o.pageSize,u,o);p=p>d?d:p,"current"in o||(b.current=p,b.currentInputValue=p),b.pageSize=o.pageSize}return b}}]),f}(e.a.Component);y.defaultProps={defaultCurrent:1,total:0,defaultPageSize:10,onChange:n,className:"",selectPrefixCls:"rc-select",prefixCls:"rc-pagination",selectComponentClass:null,hideOnSinglePage:!1,showPrevNextJumpers:!0,showQuickJumper:!1,showLessItems:!1,showTitle:!0,onShowSizeChange:n,locale:a.a,style:{},itemRender:t,totalBoundaryShowSizeChanger:50};var m=y},"6RRn":function(Le,se,U){"use strict";var ne=U("wCXF"),B=U("n6Qo");U.d(se,"b",function(){return B.a});var A=U("IBYe"),j=U("6eGT"),P=U("hW8S");U.d(se,"a",function(){return P.a}),se.c=ne.b},"6UM0":function(Le,se,U){var ne,B;(function(){var A;(function(){"use strict";var P=[function(e,w,v){var g=v(1).Beautifier,c=v(5).Options;function s(i,l){var a=new g(i,l);return a.beautify()}e.exports=s,e.exports.defaultOptions=function(){return new c}},function(e,w,v){var g=v(2).Output,c=v(3).Token,s=v(4),i=v(5).Options,l=v(7).Tokenizer,a=v(7).line_starters,n=v(7).positionable_operators,r=v(7).TOKEN;function t(C,F){return F.indexOf(C)!==-1}function E(C){return C.replace(/^\s+/g,"")}function y(C){for(var F={},V=0;VV&&(V=C.line_indent_level));var ee={mode:F,parent:C,last_token:C?C.last_token:new c(r.START_BLOCK,""),last_word:C?C.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:V,alignment:0,line_indent_level:C?C.line_indent_level:V,start_line_index:this._output.get_line_number(),ternary_depth:0};return ee},I.prototype._reset=function(C){var F=C.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new g(this._options,F),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(u.BlockStatement);var V=new l(C,this._options);return this._tokens=V.tokenize(),C},I.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var C,F=this._reset(this._source_text),V=this._options.eol;this._options.eol==="auto"&&(V=` `,F&&s.lineBreak.test(F||"")&&(V=F.match(s.lineBreak)[0]));for(var ee=this._tokens.next();ee;)this.handle_token(ee),this._last_last_text=this._flags.last_token.text,this._flags.last_token=ee,ee=this._tokens.next();return C=this._output.get_code(V),C},I.prototype.handle_token=function(C,F){C.type===r.START_EXPR?this.handle_start_expr(C):C.type===r.END_EXPR?this.handle_end_expr(C):C.type===r.START_BLOCK?this.handle_start_block(C):C.type===r.END_BLOCK?this.handle_end_block(C):C.type===r.WORD?this.handle_word(C):C.type===r.RESERVED?this.handle_word(C):C.type===r.SEMICOLON?this.handle_semicolon(C):C.type===r.STRING?this.handle_string(C):C.type===r.EQUALS?this.handle_equals(C):C.type===r.OPERATOR?this.handle_operator(C):C.type===r.COMMA?this.handle_comma(C):C.type===r.BLOCK_COMMENT?this.handle_block_comment(C,F):C.type===r.COMMENT?this.handle_comment(C,F):C.type===r.DOT?this.handle_dot(C):C.type===r.EOF?this.handle_eof(C):C.type===r.UNKNOWN?this.handle_unknown(C,F):this.handle_unknown(C,F)},I.prototype.handle_whitespace_and_comments=function(C,F){var V=C.newlines,ee=this._options.keep_array_indentation&&d(this._flags.mode);if(C.comments_before)for(var ie=C.comments_before.next();ie;)this.handle_whitespace_and_comments(ie,F),this.handle_token(ie,F),ie=C.comments_before.next();if(ee)for(var pe=0;pe0,F);else if(this._options.max_preserve_newlines&&V>this._options.max_preserve_newlines&&(V=this._options.max_preserve_newlines),this._options.preserve_newlines&&V>1){this.print_newline(!1,F);for(var ve=1;ve0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},I.prototype.set_mode=function(C){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,C),this._flags=this.create_flags(this._previous_flags,C),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},I.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===u.Statement&&b(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},I.prototype.start_of_object_property=function(){return this._flags.parent.mode===u.ObjectLiteral&&this._flags.mode===u.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||T(this._flags.last_token,["get","set"]))},I.prototype.start_of_statement=function(C){var F=!1;return F=F||T(this._flags.last_token,["var","let","const"])&&C.type===r.WORD,F=F||m(this._flags.last_token,"do"),F=F||!(this._flags.parent.mode===u.ObjectLiteral&&this._flags.mode===u.Statement)&&T(this._flags.last_token,k)&&!C.newlines,F=F||m(this._flags.last_token,"else")&&!(m(C,"if")&&!C.comments_before),F=F||this._flags.last_token.type===r.END_EXPR&&(this._previous_flags.mode===u.ForInitializer||this._previous_flags.mode===u.Conditional),F=F||this._flags.last_token.type===r.WORD&&this._flags.mode===u.BlockStatement&&!this._flags.in_case&&!(C.text==="--"||C.text==="++")&&this._last_last_text!=="function"&&C.type!==r.WORD&&C.type!==r.RESERVED,F=F||this._flags.mode===u.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||T(this._flags.last_token,["get","set"])),F?(this.set_mode(u.Statement),this.indent(),this.handle_whitespace_and_comments(C,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C,T(C,["do","for","if","while"])),!0):!1},I.prototype.handle_start_expr=function(C){this.start_of_statement(C)||this.handle_whitespace_and_comments(C);var F=u.Expression;if(C.text==="["){if(this._flags.last_token.type===r.WORD||this._flags.last_token.text===")"){T(this._flags.last_token,a)&&(this._output.space_before_token=!0),this.print_token(C),this.set_mode(F),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}F=u.ArrayLiteral,d(this._flags.mode)&&((this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline())),t(this._flags.last_token.type,[r.START_EXPR,r.END_EXPR,r.WORD,r.OPERATOR,r.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===r.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,F=u.ForInitializer):t(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,F=u.Conditional):t(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&C.whitespace_before===""?this._output.space_before_token=!1:(t(this._flags.last_token.text,a)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C);else if(this._flags.last_token.type===r.WORD){this._output.space_before_token=!1;var V=this._tokens.peek(-3);if(this._options.space_after_named_function&&V){var ee=this._tokens.peek(-4);T(V,["async","function"])||V.text==="*"&&T(ee,["async","function"])?this._output.space_before_token=!0:this._flags.mode===u.ObjectLiteral?(V.text==="{"||V.text===","||V.text==="*"&&(ee.text==="{"||ee.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(C);(this._flags.last_token.type===r.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(t(this._last_last_text,["function","yield"])||this._flags.mode===u.ObjectLiteral&&t(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===r.START_BLOCK?this.print_newline():(this._flags.last_token.type===r.END_EXPR||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===r.COMMA)&&this.allow_wrap_or_preserved_newline(C,C.newlines),this.print_token(C),this.set_mode(F),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},I.prototype.handle_end_expr=function(C){for(;this._flags.mode===u.Statement;)this.restore_mode();this.handle_whitespace_and_comments(C),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(C,C.text==="]"&&d(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===r.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(C),this.restore_mode(),b(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===u.Conditional&&(this._previous_flags.mode=u.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},I.prototype.handle_start_block=function(C){this.handle_whitespace_and_comments(C);var F=this._tokens.peek(),V=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===r.END_EXPR?(this.set_mode(u.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(u.BlockStatement):V&&(t(V.text,[":",","])&&t(F.type,[r.STRING,r.WORD,r.RESERVED])||t(F.text,["get","set","..."])&&t(V.type,[r.WORD,r.RESERVED]))?t(this._last_last_text,["class","interface"])&&!t(V.text,[":",","])?this.set_mode(u.BlockStatement):this.set_mode(u.ObjectLiteral):this._flags.last_token.type===r.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(u.BlockStatement):t(this._flags.last_token.type,[r.EQUALS,r.START_EXPR,r.COMMA,r.OPERATOR])||T(this._flags.last_token,["return","throw","import","default"])?this.set_mode(u.ObjectLiteral):this.set_mode(u.BlockStatement),this._flags.last_token&&(T(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0));var ee=!F.comments_before&&F.text==="}",ie=ee&&this._flags.last_word==="function"&&this._flags.last_token.type===r.END_EXPR;if(this._options.brace_preserve_inline){var pe=0,ve=null;this._flags.inline_frame=!0;do if(pe+=1,ve=this._tokens.peek(pe-1),ve.newlines){this._flags.inline_frame=!1;break}while(ve.type!==r.EOF&&!(ve.type===r.END_BLOCK&&ve.opened===C))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&C.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==r.OPERATOR&&(ie||this._flags.last_token.type===r.EQUALS||T(this._flags.last_token,_)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(d(this._previous_flags.mode)&&(this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.COMMA)&&((this._flags.last_token.type===r.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(C),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==r.OPERATOR&&this._flags.last_token.type!==r.START_EXPR&&(this._flags.last_token.type===r.START_BLOCK&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(C),this.indent(),!ee&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},I.prototype.handle_end_block=function(C){for(this.handle_whitespace_and_comments(C);this._flags.mode===u.Statement;)this.restore_mode();var F=this._flags.last_token.type===r.START_BLOCK;this._flags.inline_frame&&!F?this._output.space_before_token=!0:this._options.brace_style==="expand"?F||this.print_newline():F||(d(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(C)},I.prototype.handle_word=function(C){if(C.type===r.RESERVED){if(t(C.text,["set","get"])&&this._flags.mode!==u.ObjectLiteral)C.type=r.WORD;else if(C.text==="import"&&t(this._tokens.peek().text,["(","."]))C.type=r.WORD;else if(t(C.text,["as","from"])&&!this._flags.import_block)C.type=r.WORD;else if(this._flags.mode===u.ObjectLiteral){var F=this._tokens.peek();F.text===":"&&(C.type=r.WORD)}}if(this.start_of_statement(C)?T(this._flags.last_token,["var","let","const"])&&C.type===r.WORD&&(this._flags.declaration_statement=!0):C.newlines&&!O(this._flags.mode)&&(this._flags.last_token.type!==r.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==r.EQUALS&&(this._options.preserve_newlines||!T(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(C),this.print_newline()):this.handle_whitespace_and_comments(C),this._flags.do_block&&!this._flags.do_while)if(m(C,"while")){this._output.space_before_token=!0,this.print_token(C),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&m(C,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===u.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&T(C,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(C),this._flags.in_case=!0;return}if((this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR)&&(this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C)),m(C,"function")){(t(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(t(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===r.OPERATOR))&&(!this._output.just_added_blankline()&&!C.comments_before&&(this.print_newline(),this.print_newline(!0))),this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD?T(this._flags.last_token,["get","set","new","export"])||T(this._flags.last_token,k)?this._output.space_before_token=!0:m(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===r.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(O(this._flags.mode)||d(this._flags.mode))||this.print_newline(),this.print_token(C),this._flags.last_word=C.text;return}var V="NONE";if(this._flags.last_token.type===r.END_BLOCK?this._previous_flags.inline_frame?V="SPACE":T(C,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&C.newlines?V="NEWLINE":(V="SPACE",this._output.space_before_token=!0):V="NEWLINE":this._flags.last_token.type===r.SEMICOLON&&this._flags.mode===u.BlockStatement?V="NEWLINE":this._flags.last_token.type===r.SEMICOLON&&O(this._flags.mode)?V="SPACE":this._flags.last_token.type===r.STRING?V="NEWLINE":this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD||this._flags.last_token.text==="*"&&(t(this._last_last_text,["function","yield"])||this._flags.mode===u.ObjectLiteral&&t(this._last_last_text,["{",","]))?V="SPACE":this._flags.last_token.type===r.START_BLOCK?this._flags.inline_frame?V="SPACE":V="NEWLINE":this._flags.last_token.type===r.END_EXPR&&(this._output.space_before_token=!0,V="NEWLINE"),T(C,a)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?V="SPACE":V="NEWLINE"),T(C,["else","catch","finally"]))if((!(this._flags.last_token.type===r.END_BLOCK&&this._previous_flags.mode===u.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&C.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var ee=this._output.current_line;ee.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else V==="NEWLINE"?T(this._flags.last_token,_)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&T(C,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==r.END_EXPR?(this._flags.last_token.type!==r.START_EXPR||!T(C,["var","let","const"]))&&this._flags.last_token.text!==":"&&(m(C,"if")&&m(C.previous,"else")?this._output.space_before_token=!0:this.print_newline()):T(C,a)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&d(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():V==="SPACE"&&(this._output.space_before_token=!0);C.previous&&(C.previous.type===r.WORD||C.previous.type===r.RESERVED)&&(this._output.space_before_token=!0),this.print_token(C),this._flags.last_word=C.text,C.type===r.RESERVED&&(C.text==="do"?this._flags.do_block=!0:C.text==="if"?this._flags.if_block=!0:C.text==="import"?this._flags.import_block=!0:this._flags.import_block&&m(C,"from")&&(this._flags.import_block=!1))},I.prototype.handle_semicolon=function(C){this.start_of_statement(C)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(C);for(var F=this._tokens.peek();this._flags.mode===u.Statement&&!(this._flags.if_block&&m(F,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(C)},I.prototype.handle_string=function(C){C.text.startsWith("`")&&C.newlines===0&&C.whitespace_before===""&&(C.previous.text===")"||this._flags.last_token.type===r.WORD)||(this.start_of_statement(C)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(C),this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C):C.text.startsWith("`")&&this._flags.last_token.type===r.END_EXPR&&(C.previous.text==="]"||C.previous.text===")")&&C.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(C)},I.prototype.handle_equals=function(C){this.start_of_statement(C)||this.handle_whitespace_and_comments(C),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(C),this._output.space_before_token=!0},I.prototype.handle_comma=function(C){this.handle_whitespace_and_comments(C,!0),this.print_token(C),this._output.space_before_token=!0,this._flags.declaration_statement?(O(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(C)):this._flags.mode===u.ObjectLiteral||this._flags.mode===u.Statement&&this._flags.parent.mode===u.ObjectLiteral?(this._flags.mode===u.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(C)},I.prototype.handle_operator=function(C){var F=C.text==="*"&&(T(this._flags.last_token,["function","yield"])||t(this._flags.last_token.type,[r.START_BLOCK,r.COMMA,r.END_BLOCK,r.SEMICOLON])),V=t(C.text,["-","+"])&&(t(this._flags.last_token.type,[r.START_BLOCK,r.START_EXPR,r.EQUALS,r.OPERATOR])||t(this._flags.last_token.text,a)||this._flags.last_token.text===",");if(!this.start_of_statement(C)){var ee=!F;this.handle_whitespace_and_comments(C,ee)}if(C.text==="*"&&this._flags.last_token.type===r.DOT){this.print_token(C);return}if(C.text==="::"){this.print_token(C);return}if(this._flags.last_token.type===r.OPERATOR&&t(this._options.operator_position,o)&&this.allow_wrap_or_preserved_newline(C),C.text===":"&&this._flags.in_case){this.print_token(C),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==r.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var ie=!0,pe=!0,ve=!1;if(C.text===":"?this._flags.ternary_depth===0?ie=!1:(this._flags.ternary_depth-=1,ve=!0):C.text==="?"&&(this._flags.ternary_depth+=1),!V&&!F&&this._options.preserve_newlines&&t(C.text,n)){var ye=C.text===":",Ee=ye&&ve,Se=ye&&!ve;switch(this._options.operator_position){case h.before_newline:this._output.space_before_token=!Se,this.print_token(C),(!ye||Ee)&&this.allow_wrap_or_preserved_newline(C),this._output.space_before_token=!0;return;case h.after_newline:this._output.space_before_token=!0,!ye||Ee?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(C):this._output.space_before_token=!1,this.print_token(C),this._output.space_before_token=!0;return;case h.preserve_newline:Se||this.allow_wrap_or_preserved_newline(C),ie=!(this._output.just_added_newline()||Se),this._output.space_before_token=ie,this.print_token(C),this._output.space_before_token=!0;return}}if(F){this.allow_wrap_or_preserved_newline(C),ie=!1;var fe=this._tokens.peek();pe=fe&&t(fe.type,[r.WORD,r.RESERVED])}else if(C.text==="...")this.allow_wrap_or_preserved_newline(C),ie=this._flags.last_token.type===r.START_BLOCK,pe=!1;else if(t(C.text,["--","++","!","~"])||V){if((this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR)&&this.allow_wrap_or_preserved_newline(C),ie=!1,pe=!1,C.newlines&&(C.text==="--"||C.text==="++"||C.text==="~")){var K=T(this._flags.last_token,_)&&C.newlines;K&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(K,!0)}this._flags.last_token.text===";"&&O(this._flags.mode)&&(ie=!0),this._flags.last_token.type===r.RESERVED?ie=!0:this._flags.last_token.type===r.END_EXPR?ie=!(this._flags.last_token.text==="]"&&(C.text==="--"||C.text==="++")):this._flags.last_token.type===r.OPERATOR&&(ie=t(C.text,["--","-","++","+"])&&t(this._flags.last_token.text,["--","-","++","+"]),t(C.text,["+","-"])&&t(this._flags.last_token.text,["--","++"])&&(pe=!0)),(this._flags.mode===u.BlockStatement&&!this._flags.inline_frame||this._flags.mode===u.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||ie,this.print_token(C),this._output.space_before_token=pe},I.prototype.handle_block_comment=function(C,F){if(this._output.raw){this._output.add_raw_token(C),C.directives&&C.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(C.directives){this.print_newline(!1,F),this.print_token(C),C.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!s.newline.test(C.text)&&!C.newlines){this._output.space_before_token=!0,this.print_token(C),this._output.space_before_token=!0;return}else this.print_block_commment(C,F)},I.prototype.print_block_commment=function(C,F){var V=p(C.text),ee,ie=!1,pe=!1,ve=C.whitespace_before,ye=ve.length;if(this.print_newline(!1,F),this.print_token_line_indentation(C),this._output.add_token(V[0]),this.print_newline(!1,F),V.length>1){for(V=V.slice(1),ie=L(V,"*"),pe=x(V,ve),ie&&(this._flags.alignment=1),ee=0;ee=0;s--)if(this.__items[s].match(c))return!0;return!1},w.prototype.set_indent=function(c,s){this.is_empty()&&(this.__indent_count=c||0,this.__alignment_count=s||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},w.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},w.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},w.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var c=this.__parent.current_line;return c.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),c.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),c.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,c.__items[0]===" "&&(c.__items.splice(0,1),c.__character_count-=1),!0}return!1},w.prototype.is_empty=function(){return this.__items.length===0},w.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},w.prototype.push=function(c){this.__items.push(c);var s=c.lastIndexOf(` `);s!==-1?this.__character_count=c.length-s:this.__character_count+=c.length},w.prototype.pop=function(){var c=null;return this.is_empty()||(c=this.__items.pop(),this.__character_count-=c.length),c},w.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},w.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},w.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},w.prototype.toString=function(){var c="";return this.is_empty()?this.__parent.indent_empty_lines&&(c=this.__parent.get_indent_string(this.__indent_count)):(c=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),c+=this.__items.join("")),c};function v(c,s){this.__cache=[""],this.__indent_size=c.indent_size,this.__indent_string=c.indent_char,c.indent_with_tabs||(this.__indent_string=new Array(c.indent_size+1).join(c.indent_char)),s=s||"",c.indent_level>0&&(s=new Array(c.indent_level+1).join(this.__indent_string)),this.__base_string=s,this.__base_string_length=s.length}v.prototype.get_indent_size=function(c,s){var i=this.__base_string_length;return s=s||0,c<0&&(i=0),i+=c*this.__indent_size,i+=s,i},v.prototype.get_indent_string=function(c,s){var i=this.__base_string;return s=s||0,c<0&&(c=0,i=""),s+=c*this.__indent_size,this.__ensure_cache(s),i+=this.__cache[s],i},v.prototype.__ensure_cache=function(c){for(;c>=this.__cache.length;)this.__add_column()},v.prototype.__add_column=function(){var c=this.__cache.length,s=0,i="";this.__indent_size&&c>=this.__indent_size&&(s=Math.floor(c/this.__indent_size),c-=s*this.__indent_size,i=new Array(s+1).join(this.__indent_string)),c&&(i+=new Array(c+1).join(" ")),this.__cache.push(i)};function g(c,s){this.__indent_cache=new v(c,s),this.raw=!1,this._end_with_newline=c.end_with_newline,this.indent_size=c.indent_size,this.wrap_line_length=c.wrap_line_length,this.indent_empty_lines=c.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new w(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}g.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},g.prototype.get_line_number=function(){return this.__lines.length},g.prototype.get_indent_string=function(c,s){return this.__indent_cache.get_indent_string(c,s)},g.prototype.get_indent_size=function(c,s){return this.__indent_cache.get_indent_size(c,s)},g.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},g.prototype.add_new_line=function(c){return this.is_empty()||!c&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},g.prototype.get_code=function(c){this.trim(!0);var s=this.current_line.pop();s&&(s[s.length-1]===` `&&(s=s.replace(/\n+$/g,"")),this.current_line.push(s)),this._end_with_newline&&this.__add_outputline();var i=this.__lines.join(` `);return c!==` `&&(i=i.replace(/[\n]/g,c)),i},g.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},g.prototype.set_indent=function(c,s){return c=c||0,s=s||0,this.next_line.set_indent(c,s),this.__lines.length>1?(this.current_line.set_indent(c,s),!0):(this.current_line.set_indent(),!1)},g.prototype.add_raw_token=function(c){for(var s=0;s1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},g.prototype.just_added_newline=function(){return this.current_line.is_empty()},g.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},g.prototype.ensure_empty_line_above=function(c,s){for(var i=this.__lines.length-2;i>=0;){var l=this.__lines[i];if(l.is_empty())break;if(l.item(0).indexOf(c)!==0&&l.item(-1)!==s){this.__lines.splice(i+1,0,new w(this)),this.previous_line=this.__lines[this.__lines.length-2];break}i--}},e.exports.Output=g},function(e){function w(v,g,c,s){this.type=v,this.text=g,this.comments_before=null,this.newlines=c||0,this.whitespace_before=s||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}e.exports.Token=w},function(e,w){var v="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",g="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",c="\\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",s="\\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",i="(?:\\\\u[0-9a-fA-F]{4}|["+v+c+"])",l="(?:\\\\u[0-9a-fA-F]{4}|["+g+c+s+"])*";w.identifier=new RegExp(i+l,"g"),w.identifierStart=new RegExp(i),w.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+g+c+s+"])+");var a=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/;w.newline=/[\n\r\u2028\u2029]/,w.lineBreak=new RegExp(`\r |`+w.newline.source),w.allLineBreaks=new RegExp(w.lineBreak.source,"g")},function(e,w,v){var g=v(6).Options,c=["before-newline","after-newline","preserve-newline"];function s(i){g.call(this,i,"js");var l=this.raw_options.brace_style||null;l==="expand-strict"?this.raw_options.brace_style="expand":l==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var a=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var n=0;n>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),f=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";f=f.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),f="\\?\\.(?!\\d) "+f,f=f.replace(/ /g,"|");var h=new RegExp(f),o="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),u=o.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),b=new RegExp("^(?:"+u.join("|")+")$"),p,d=function(L,x){c.call(this,L,x),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var I=new a(this._input),k=new n(this._input).read_options(this._options);this.__patterns={template:k,identifier:k.starting_with(l.identifier).matching(l.identifierMatch),number:I.matching(y),punct:I.matching(h),comment:I.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:I.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:I.matching(//),include:I.starting_with(/#include/).until_after(l.lineBreak),shebang:I.starting_with(/#!/).until_after(l.lineBreak),xml:I.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:k.until(/['\\\n\r\u2028\u2029]/),double_quote:k.until(/["\\\n\r\u2028\u2029]/),template_text:k.until(/[`\\$]/),template_expression:k.until(/[`}\\]/)}};d.prototype=new c,d.prototype._is_comment=function(L){return L.type===t.COMMENT||L.type===t.BLOCK_COMMENT||L.type===t.UNKNOWN},d.prototype._is_opening=function(L){return L.type===t.START_BLOCK||L.type===t.START_EXPR},d.prototype._is_closing=function(L,x){return(L.type===t.END_BLOCK||L.type===t.END_EXPR)&&x&&(L.text==="]"&&x.text==="["||L.text===")"&&x.text==="("||L.text==="}"&&x.text==="{")},d.prototype._reset=function(){p=!1},d.prototype._get_next_token=function(L,x){var I=null;this._readWhitespace();var k=this._input.peek();return k===null?this._create_token(t.EOF,""):(I=I||this._read_non_javascript(k),I=I||this._read_string(k),I=I||this._read_word(L),I=I||this._read_singles(k),I=I||this._read_comment(k),I=I||this._read_regexp(k,L),I=I||this._read_xml(k,L),I=I||this._read_punctuation(),I=I||this._create_token(t.UNKNOWN,this._input.next()),I)},d.prototype._read_word=function(L){var x;if(x=this.__patterns.identifier.read(),x!=="")return x=x.replace(l.allLineBreaks,` `),!(L.type===t.DOT||L.type===t.RESERVED&&(L.text==="set"||L.text==="get"))&&b.test(x)?(x==="in"||x==="of")&&(L.type===t.WORD||L.type===t.STRING)?this._create_token(t.OPERATOR,x):this._create_token(t.RESERVED,x):this._create_token(t.WORD,x);if(x=this.__patterns.number.read(),x!=="")return this._create_token(t.WORD,x)},d.prototype._read_singles=function(L){var x=null;return L==="("||L==="["?x=this._create_token(t.START_EXPR,L):L===")"||L==="]"?x=this._create_token(t.END_EXPR,L):L==="{"?x=this._create_token(t.START_BLOCK,L):L==="}"?x=this._create_token(t.END_BLOCK,L):L===";"?x=this._create_token(t.SEMICOLON,L):L==="."&&T.test(this._input.peek(1))?x=this._create_token(t.DOT,L):L===","&&(x=this._create_token(t.COMMA,L)),x&&this._input.next(),x},d.prototype._read_punctuation=function(){var L=this.__patterns.punct.read();if(L!=="")return L==="="?this._create_token(t.EQUALS,L):L==="?."?this._create_token(t.DOT,L):this._create_token(t.OPERATOR,L)},d.prototype._read_non_javascript=function(L){var x="";if(L==="#"){if(this._is_first_token()&&(x=this.__patterns.shebang.read(),x))return this._create_token(t.UNKNOWN,x.trim()+` `);if(x=this.__patterns.include.read(),x)return this._create_token(t.UNKNOWN,x.trim()+` `);L=this._input.next();var I="#";if(this._input.hasNext()&&this._input.testChar(m)){do L=this._input.next(),I+=L;while(this._input.hasNext()&&L!=="#"&&L!=="=");return L==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(I+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(I+="{}",this._input.next(),this._input.next())),this._create_token(t.WORD,I)}this._input.back()}else if(L==="<"&&this._is_first_token()){if(x=this.__patterns.html_comment_start.read(),x){for(;this._input.hasNext()&&!this._input.testChar(l.newline);)x+=this._input.next();return p=!0,this._create_token(t.COMMENT,x)}}else if(p&&L==="-"&&(x=this.__patterns.html_comment_end.read(),x))return p=!1,this._create_token(t.COMMENT,x);return null},d.prototype._read_comment=function(L){var x=null;if(L==="/"){var I="";if(this._input.peek(1)==="*"){I=this.__patterns.block_comment.read();var k=E.get_directives(I);k&&k.ignore==="start"&&(I+=E.readIgnored(this._input)),I=I.replace(l.allLineBreaks,` `),x=this._create_token(t.BLOCK_COMMENT,I),x.directives=k}else this._input.peek(1)==="/"&&(I=this.__patterns.comment.read(),x=this._create_token(t.COMMENT,I))}return x},d.prototype._read_string=function(L){if(L==="`"||L==="'"||L==='"'){var x=this._input.next();return this.has_char_escapes=!1,L==="`"?x+=this._read_string_recursive("`",!0,"${"):x+=this._read_string_recursive(L),this.has_char_escapes&&this._options.unescape_strings&&(x=O(x)),this._input.peek()===L&&(x+=this._input.next()),x=x.replace(l.allLineBreaks,` `),this._create_token(t.STRING,x)}return null},d.prototype._allow_regexp_or_xml=function(L){return L.type===t.RESERVED&&r(L.text,["return","case","throw","else","do","typeof","yield"])||L.type===t.END_EXPR&&L.text===")"&&L.opened.previous.type===t.RESERVED&&r(L.opened.previous.text,["if","while","for"])||r(L.type,[t.COMMENT,t.START_EXPR,t.START_BLOCK,t.START,t.END_BLOCK,t.OPERATOR,t.EQUALS,t.EOF,t.SEMICOLON,t.COMMA])},d.prototype._read_regexp=function(L,x){if(L==="/"&&this._allow_regexp_or_xml(x)){for(var I=this._input.next(),k=!1,C=!1;this._input.hasNext()&&(k||C||this._input.peek()!==L)&&!this._input.testChar(l.newline);)I+=this._input.peek(),k?k=!1:(k=this._input.peek()==="\\",this._input.peek()==="["?C=!0:this._input.peek()==="]"&&(C=!1)),this._input.next();return this._input.peek()===L&&(I+=this._input.next(),I+=this._input.read(l.identifier)),this._create_token(t.STRING,I)}return null},d.prototype._read_xml=function(L,x){if(this._options.e4x&&L==="<"&&this._allow_regexp_or_xml(x)){var I="",k=this.__patterns.xml.read_match();if(k){for(var C=k[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),F=C.indexOf("{")===0,V=0;k;){var ee=!!k[1],ie=k[2],pe=!!k[k.length-1]||ie.slice(0,8)==="![CDATA[";if(!pe&&(ie===C||F&&ie.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(ee?--V:++V),I+=k[0],V<=0)break;k=this.__patterns.xml.read_match()}return k||(I+=this._input.match(/[\s\S]*/g)[0]),I=I.replace(l.allLineBreaks,` `),this._create_token(t.STRING,I)}}return null};function O(L){for(var x="",I=0,k=new g(L),C=null;k.hasNext();)if(C=k.match(/([\s]|[^\\]|\\\\)+/g),C&&(x+=C[0]),k.peek()==="\\"){if(k.next(),k.peek()==="x")C=k.match(/x([0-9A-Fa-f]{2})/g);else if(k.peek()==="u")C=k.match(/u([0-9A-Fa-f]{4})/g);else{x+="\\",k.hasNext()&&(x+=k.next());continue}if(!C)return L;if(I=parseInt(C[1],16),I>126&&I<=255&&C[0].indexOf("x")===0)return L;if(I>=0&&I<32){x+="\\"+C[0];continue}else I===34||I===39||I===92?x+="\\"+String.fromCharCode(I):x+=String.fromCharCode(I)}return x}d.prototype._read_string_recursive=function(L,x,I){var k,C;L==="'"?C=this.__patterns.single_quote:L==='"'?C=this.__patterns.double_quote:L==="`"?C=this.__patterns.template_text:L==="}"&&(C=this.__patterns.template_expression);for(var F=C.read(),V="";this._input.hasNext();){if(V=this._input.next(),V===L||!x&&l.newline.test(V)){this._input.back();break}else V==="\\"&&this._input.hasNext()?(k=this._input.peek(),k==="x"||k==="u"?this.has_char_escapes=!0:k==="\r"&&this._input.peek(1)===` `&&this._input.next(),V+=this._input.next()):I&&(I==="${"&&V==="$"&&this._input.peek()==="{"&&(V+=this._input.next()),I===V&&(L==="`"?V+=this._read_string_recursive("}",x,"`"):V+=this._read_string_recursive("`",x,"${"),this._input.hasNext()&&(V+=this._input.next())));V+=C.read(),F+=V}return F},e.exports.Tokenizer=d,e.exports.TOKEN=t,e.exports.positionable_operators=_.slice(),e.exports.line_starters=o.slice()},function(e){var w=RegExp.prototype.hasOwnProperty("sticky");function v(g){this.__input=g||"",this.__input_length=this.__input.length,this.__position=0}v.prototype.restart=function(){this.__position=0},v.prototype.back=function(){this.__position>0&&(this.__position-=1)},v.prototype.hasNext=function(){return this.__position=0&&g=0&&c=g.length&&this.__input.substring(c-g.length,c).toLowerCase()===g},e.exports.InputScanner=v},function(e,w,v){var g=v(8).InputScanner,c=v(3).Token,s=v(10).TokenStream,i=v(11).WhitespacePattern,l={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},a=function(n,r){this._input=new g(n),this._options=r||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new i(this._input)};a.prototype.tokenize=function(){this._input.restart(),this.__tokens=new s,this._reset();for(var n,r=new c(l.START,""),t=null,E=[],y=new s;r.type!==l.EOF;){for(n=this._get_next_token(r,t);this._is_comment(n);)y.add(n),n=this._get_next_token(r,t);y.isEmpty()||(n.comments_before=y,y=new s),n.parent=t,this._is_opening(n)?(E.push(t),t=n):t&&this._is_closing(n,t)&&(n.opened=t,t.closed=n,t=E.pop(),n.parent=t),n.previous=r,r.next=n,this.__tokens.add(n),r=n}return this.__tokens},a.prototype._is_first_token=function(){return this.__tokens.isEmpty()},a.prototype._reset=function(){},a.prototype._get_next_token=function(n,r){this._readWhitespace();var t=this._input.read(/.+/g);return t?this._create_token(l.RAW,t):this._create_token(l.EOF,"")},a.prototype._is_comment=function(n){return!1},a.prototype._is_opening=function(n){return!1},a.prototype._is_closing=function(n,r){return!1},a.prototype._create_token=function(n,r){var t=new c(n,r,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return t},a.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},e.exports.Tokenizer=a,e.exports.TOKEN=l},function(e){function w(v){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=v}w.prototype.restart=function(){this.__position=0},w.prototype.isEmpty=function(){return this.__tokens_length===0},w.prototype.hasNext=function(){return this.__position=0&&v/),erb:a.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:a.starting_with(/{%/).until_after(/%}/),django_value:a.starting_with(/{{/).until_after(/}}/),django_comment:a.starting_with(/{#/).until_after(/#}/),smarty:a.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:a.starting_with(/{\*/).until_after(/\*}/),smarty_literal:a.starting_with(/{literal}/).until_after(/{\/literal}/)}}s.prototype=new g,s.prototype._create=function(){return new s(this._input,this)},s.prototype._update=function(){this.__set_templated_pattern()},s.prototype.disable=function(i){var l=this._create();return l._disabled[i]=!0,l._update(),l},s.prototype.read_options=function(i){var l=this._create();for(var a in c)l._disabled[a]=i.templating.indexOf(a)===-1;return l._update(),l},s.prototype.exclude=function(i){var l=this._create();return l._excluded[i]=!0,l._update(),l},s.prototype.read=function(){var i="";this._match_pattern?i=this._input.read(this._starting_pattern):i=this._input.read(this._starting_pattern,this.__template_pattern);for(var l=this._read_template();l;)this._match_pattern?l+=this._input.read(this._match_pattern):l+=this._input.readUntil(this.__template_pattern),i+=l,l=this._read_template();return this._until_after&&(i+=this._input.readUntilAfter(this._until_pattern)),i},s.prototype.__set_templated_pattern=function(){var i=[];this._disabled.php||i.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||i.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||i.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(i.push(this.__patterns.django._starting_pattern.source),i.push(this.__patterns.django_value._starting_pattern.source),i.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||i.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&i.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+i.join("|")+")")},s.prototype._read_template=function(){var i="",l=this._input.peek();if(l==="<"){var a=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&a==="?"&&(i=i||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&a==="%"&&(i=i||this.__patterns.erb.read())}else l==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(i=i||this.__patterns.handlebars_comment.read(),i=i||this.__patterns.handlebars_unescaped.read(),i=i||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(i=i||this.__patterns.django_value.read()),this._excluded.django||(i=i||this.__patterns.django_comment.read(),i=i||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(i=i||this.__patterns.smarty_comment.read(),i=i||this.__patterns.smarty_literal.read(),i=i||this.__patterns.smarty.read()));return i},e.exports.TemplatablePattern=s}],S={};function W(e){var w=S[e];if(w!==void 0)return w.exports;var v=S[e]={exports:{}};return P[e](v,v.exports,W),v.exports}var N=W(0);A=N})();var j=A;!(ne=[],B=function(){return{js_beautify:j}}.apply(se,ne),B!==void 0&&(Le.exports=B))})()},"6eGT":function(Le,se,U){"use strict";function ne(B){return null}se.a=ne},"746U":function(Le,se,U){"use strict";U.d(se,"f",function(){return ne}),U.d(se,"l",function(){return B}),U.d(se,"k",function(){return A}),U.d(se,"j",function(){return j}),U.d(se,"g",function(){return P}),U.d(se,"m",function(){return S}),U.d(se,"h",function(){return W}),U.d(se,"n",function(){return N}),U.d(se,"c",function(){return e}),U.d(se,"a",function(){return w}),U.d(se,"i",function(){return v}),U.d(se,"o",function(){return g}),U.d(se,"e",function(){return i}),U.d(se,"d",function(){return l}),U.d(se,"p",function(){return a}),U.d(se,"b",function(){return n});function ne(r){return Array.isArray(r)}function B(r){return typeof r=="string"}function A(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&!(r instanceof RegExp)&&!(r instanceof Date)}function j(r){return typeof r=="number"&&!isNaN(r)}function P(r){return r===!0||r===!1}function S(r){return typeof r=="undefined"}function W(r){return!N(r)}function N(r){return S(r)||r===null}function e(r,t){if(!r)throw new Error(t?`Unexpected type, expected '${t}'`:"Unexpected type")}function w(r){if(N(r))throw new Error("Assertion Failed: argument is undefined or null");return r}function v(r){return typeof r=="function"}function g(r,t){const E=Math.min(r.length,t.length);for(let y=0;yfunction(){const T=Array.prototype.slice.call(arguments,0);return t(m,T)};let y={};for(const m of r)y[m]=E(m);return y}function a(r){return r===null?void 0:r}function n(r,t="Unreachable"){throw new Error(t)}},"815F":function(Le,se,U){"use strict";U.d(se,"e",function(){return W}),U.d(se,"c",function(){return e}),U.d(se,"d",function(){return w}),U.d(se,"a",function(){return g}),U.d(se,"f",function(){return c}),U.d(se,"b",function(){return s});var ne=U("KQm4"),B=U("VTBJ"),A=U("Ff2n"),j=U("Zm9Q"),P=U("Kwbf"),S=U("OZM5");function W(i,l){return i!=null?i:l}function N(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],l=new Map;function a(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(n||[]).forEach(function(t){var E=t.key,y=t.children;Object(P.a)(E!=null,"Tree node must have a certain key: [".concat(r).concat(E,"]"));var m=String(E);Object(P.a)(!l.has(m)||E===null||E===void 0,"Same 'key' exist in the Tree: ".concat(m)),l.set(m,!0),a(y,"".concat(r).concat(m," > "))})}a(i)}function e(i){function l(a){var n=Object(j.a)(a);return n.map(function(r){if(!Object(S.i)(r))return Object(P.a)(!r,"Tree/TreeNode can only accept TreeNode as children."),null;var t=r.key,E=r.props,y=E.children,m=Object(A.a)(E,["children"]),T=Object(B.a)({key:t},m),_=l(y);return _.length&&(T.children=_),T}).filter(function(r){return r})}return l(i)}function w(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],a=new Set(l===!0?[]:l),n=[];function r(t){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return t.map(function(y,m){var T=Object(S.h)(E?E.pos:"0",m),_=W(y.key,T),f=Object(B.a)(Object(B.a)({},y),{},{parent:E,pos:T,children:null,data:y,isStart:[].concat(Object(ne.a)(E?E.isStart:[]),[m===0]),isEnd:[].concat(Object(ne.a)(E?E.isEnd:[]),[m===t.length-1])});return n.push(f),l===!0||a.has(_)?f.children=r(y.children||[],f):f.children=[],f})}return r(i),n}function v(i,l,a){var n;a?typeof a=="string"?n=function(E){return E[a]}:typeof a=="function"&&(n=function(E){return a(E)}):n=function(E,y){return W(E.key,y)};function r(t,E,y){var m=t?t.children:i,T=t?Object(S.h)(y.pos,E):"0";if(t){var _=n(t,T),f={node:t,index:E,pos:T,key:_,parentPos:y.node?y.pos:null,level:y.level+1};l(f)}m&&m.forEach(function(h,o){r(h,o,{node:t,pos:T,level:y?y.level+1:-1})})}r(null)}function g(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=l.initWrapper,n=l.processEntity,r=l.onProcessFinished,t=arguments.length>2?arguments[2]:void 0,E={},y={},m={posEntities:E,keyEntities:y};return a&&(m=a(m)||m),v(i,function(T){var _=T.node,f=T.index,h=T.pos,o=T.key,u=T.parentPos,b=T.level,p={node:_,index:f,key:o,pos:h,level:b},d=W(o,h);E[h]=p,y[d]=p,p.parent=E[u],p.parent&&(p.parent.children=p.parent.children||[],p.parent.children.push(p)),n&&n(p,m)},t),r&&r(m),m}function c(i,l){var a=l.expandedKeys,n=l.selectedKeys,r=l.loadedKeys,t=l.loadingKeys,E=l.checkedKeys,y=l.halfCheckedKeys,m=l.dragOverNodeKey,T=l.dropPosition,_=l.keyEntities,f=_[i],h={eventKey:i,expanded:a.indexOf(i)!==-1,selected:n.indexOf(i)!==-1,loaded:r.indexOf(i)!==-1,loading:t.indexOf(i)!==-1,checked:E.indexOf(i)!==-1,halfChecked:y.indexOf(i)!==-1,pos:String(f?f.pos:""),dragOver:m===i&&T===0,dragOverGapTop:m===i&&T===-1,dragOverGapBottom:m===i&&T===1};return h}function s(i){var l=i.data,a=i.expanded,n=i.selected,r=i.checked,t=i.loaded,E=i.loading,y=i.halfChecked,m=i.dragOver,T=i.dragOverGapTop,_=i.dragOverGapBottom,f=i.pos,h=i.active,o=Object(B.a)(Object(B.a)({},l),{},{expanded:a,selected:n,checked:r,loaded:t,loading:E,halfChecked:y,dragOver:m,dragOverGapTop:T,dragOverGapBottom:_,pos:f,active:h});return"props"in o||Object.defineProperty(o,"props",{get:function(){return Object(P.a)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),i}}),o}},"8HAY":function(Le,se,U){"use strict";U.d(se,"a",function(){return P}),U.d(se,"b",function(){return S}),U.d(se,"d",function(){return W}),U.d(se,"e",function(){return N}),U.d(se,"c",function(){return e});var ne=U("MI8n"),B=U("pmY6"),A=U("3/fG"),j=function(w,v,g,c){function s(i){return i instanceof g?i:new g(function(l){l(i)})}return new(g||(g=Promise))(function(i,l){function a(t){try{r(c.next(t))}catch(E){l(E)}}function n(t){try{r(c.throw(t))}catch(E){l(E)}}function r(t){t.done?i(t.value):s(t.value).then(a,n)}r((c=c.apply(w,v||[])).next())})};class P extends B.a{constructor(w,v="",g="",c=!0,s){super();this._onDidChange=this._register(new ne.b),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=w,this._label=v,this._cssClass=g,this._enabled=c,this._actionCallback=s}get id(){return this._id}get label(){return this._label}set label(w){this._setLabel(w)}_setLabel(w){this._label!==w&&(this._label=w,this._onDidChange.fire({label:w}))}get tooltip(){return this._tooltip||""}set tooltip(w){this._setTooltip(w)}_setTooltip(w){this._tooltip!==w&&(this._tooltip=w,this._onDidChange.fire({tooltip:w}))}get class(){return this._cssClass}set class(w){this._setClass(w)}_setClass(w){this._cssClass!==w&&(this._cssClass=w,this._onDidChange.fire({class:w}))}get enabled(){return this._enabled}set enabled(w){this._setEnabled(w)}_setEnabled(w){this._enabled!==w&&(this._enabled=w,this._onDidChange.fire({enabled:w}))}get checked(){return this._checked}set checked(w){this._setChecked(w)}_setChecked(w){this._checked!==w&&(this._checked=w,this._onDidChange.fire({checked:w}))}run(w,v){return j(this,void 0,void 0,function*(){this._actionCallback&&(yield this._actionCallback(w))})}}class S extends B.a{constructor(){super(...arguments);this._onBeforeRun=this._register(new ne.b),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new ne.b),this.onDidRun=this._onDidRun.event}run(w,v){return j(this,void 0,void 0,function*(){if(!w.enabled)return;this._onBeforeRun.fire({action:w});let g;try{yield this.runAction(w,v)}catch(c){g=c}this._onDidRun.fire({action:w,error:g})})}runAction(w,v){return j(this,void 0,void 0,function*(){yield w.run(v)})}}class W extends P{constructor(w){super(W.ID,w,w?"separator text":"separator");this.checked=!1,this.enabled=!1}}W.ID="vs.actions.separator";class N{constructor(w,v,g,c){this.tooltip="",this.enabled=!0,this.checked=!1,this.id=w,this.label=v,this.class=c,this._actions=g}get actions(){return this._actions}dispose(){}run(){return j(this,void 0,void 0,function*(){})}}class e extends P{constructor(){super(e.ID,A.a("submenu.empty","(empty)"),void 0,!1)}}e.ID="vs.actions.empty"},"8hTe":function(Le,se,U){Le.exports={button:"button___1wy9m"}},"9Bee":function(Le,se,U){"use strict";var ne=U("DYRE"),B=U("zeV3"),A=U("+L6B"),j=U("2/Rp"),P=U("k1fw"),S=U("9og8"),W=U("tJVT"),N=U("WmNS"),e=U.n(N),w=U("q1tI"),v=U.n(w),g=U("vg9a"),c=U("DlQD"),s=U.n(c),i=U("rUJ1");function l(Z,z){var G=Z.match(/^(\s+)(?:```)/);if(G===null)return z;var X=G[1];return z.split(` `).map(function(Q){var Y=Q.match(/^\s+/);if(Y===null)return Q;var $=Object(W.a)(Y,1),te=$[0];return te.length>=X.length?Q.slice(X.length):Q}).join(` `)}var a=[],n=["