diff --git a/color.less b/color.less index b7750fe957..d85c5042da 100644 --- a/color.less +++ b/color.less @@ -87,14 +87,18 @@ html {--antd-wave-shadow-color: @primary-color;} <<<<<<< HEAD .ant-alert-success {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);} ======= -.ant-alert-success {background-color: color(~`colorPalette("@{success-color}", 1)`);border: 1px solid color(~`colorPalette("@{success-color}", 4)`);} ->>>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +.ant-alert-success {background-color: color(~`colorPalette("@{success-color}", 1)`);border: 1px solid color(~`colorPalette("@{success-color}", 3)`);} +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 .ant-alert-success .ant-alert-icon {color: @success-color;} .ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);} .ant-alert-info .ant-alert-icon {color: @primary-color;} .ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);} .ant-alert-warning .ant-alert-icon {color: @warning-color;} +<<<<<<< HEAD .ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);} +======= +.ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 4)`);} +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 .ant-alert-error .ant-alert-icon {color: @error-color;} .ant-alert-close-icon {background-color: transparent;border: none;} .ant-alert-close-icon .anticon-close {color: @text-color-secondary;} @@ -738,12 +742,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;} .ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(218, 29, 35, 0.2);} ======= -.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(14, 125, 43, 0.2);} +.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(139, 168, 205, 0.2);} .ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {background-color: #fff;} .ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {background-color: #fff;} .ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;} -.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(14, 125, 43, 0.2);} ->>>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(139, 168, 205, 0.2);} +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 .ant-form-item-has-warning .ant-input-prefix {color: @warning-color;} .ant-form-item-has-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;} .ant-form-item-has-warning .has-feedback {color: @warning-color;} @@ -763,19 +767,19 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;} .ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);} ======= -.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(14, 125, 43, 0.2);} +.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(139, 168, 205, 0.2);} .ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {border-color: @warning-color;} -.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(14, 125, 43, 0.2);} +.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(139, 168, 205, 0.2);} .ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {border-color: @warning-color;} -.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(14, 125, 43, 0.2);} +.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(139, 168, 205, 0.2);} .ant-form-item-has-error .ant-form-item-explain, .ant-form-item-has-error .ant-form-item-split {color: @error-color;} .ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {border-color: @error-color;} -.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(229, 222, 245, 0.2);} +.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(251, 161, 193, 0.2);} .ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {background-color: #fff;} .ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {background-color: #fff;} .ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;} -.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(229, 222, 245, 0.2);} ->>>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(251, 161, 193, 0.2);} +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 .ant-form-item-has-error .ant-input-prefix {color: @error-color;} .ant-form-item-has-error .ant-input-group-addon {color: @error-color;border-color: @error-color;} .ant-form-item-has-error .has-feedback {color: @error-color;} @@ -792,16 +796,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);} .ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);} ======= -.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(229, 222, 245, 0.2);} +.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(251, 161, 193, 0.2);} .ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;} .ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: @error-color;} .ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {border-color: @error-color;} -.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(229, 222, 245, 0.2);} +.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(251, 161, 193, 0.2);} .ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {border-color: @error-color;} .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {border-color: @error-color;} -.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(229, 222, 245, 0.2);} -.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(229, 222, 245, 0.2);} ->>>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(251, 161, 193, 0.2);} +.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(251, 161, 193, 0.2);} +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 .ant-form-item-has-error .ant-transfer-list {border-color: @error-color;} .ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;} .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;} @@ -1523,8 +1527,8 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;} <<<<<<< HEAD .ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{border-color-base}", 1)`);border-color: #d3adf7;} ======= -.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;} ->>>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{modal-mask-bg}", 2)`);border-color: #d3adf7;} +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 .ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} .ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;} .ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;} diff --git a/index.html b/index.html index 6cd4fbd54a..4c60103807 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ >>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 /> @@ -30,7 +30,7 @@ content="(EduCoder)是信息技术类实践教学平台。(EduCoder)涵盖了计算机、大数据、云计算、人工智能、软件工程、物联网等专业课程。超60000个实训案例,建立学、练、评、测一体化实验环境。" ======= content="“101计划”实践平台是教育部“101计划”的核心课程实践资源共建共享平台,联合高校和产业力量,为计算概论、数据结构、算法设计与分析、离散数学、计算机系统导论、操作系统、计算机组成与系统结构、编译原理、计算机网络、数据库、软件工程、人工智能引论等 12 门核心课程开发配套实践内容与案例,将课程体系、教学内容、实践载体、增效手段融会贯通,构建“教师、学生、教材、课程、平台”五位一体的教育思想、课程建设、课堂提升、课程实践的教育教学新模式,持续推动核心课程、核心实践项目的建设和应用。" ->>>>>>> 242c7213f5a9c6fd2b04a7d58241b70c90736531 +>>>>>>> a24a65d2c3e1871a0dc471e7f98f150ee8c58e60 /> /),include:P.starting_with(/#include/).until_after(A.lineBreak),shebang:P.starting_with(/#!/).until_after(A.lineBreak),xml:P.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:j.until(/['\\\n\r\u2028\u2029]/),double_quote:j.until(/["\\\n\r\u2028\u2029]/),template_text:j.until(/[`\\$]/),template_expression:j.until(/[`}\\]/)}};h.prototype=new c,h.prototype._is_comment=function(F){return F.type===t.COMMENT||F.type===t.BLOCK_COMMENT||F.type===t.UNKNOWN},h.prototype._is_opening=function(F){return F.type===t.START_BLOCK||F.type===t.START_EXPR},h.prototype._is_closing=function(F,C){return(F.type===t.END_BLOCK||F.type===t.END_EXPR)&&C&&(F.text==="]"&&C.text==="["||F.text===")"&&C.text==="("||F.text==="}"&&C.text==="{")},h.prototype._reset=function(){m=!1},h.prototype._get_next_token=function(F,C){var P=null;this._readWhitespace();var j=this._input.peek();return j===null?this._create_token(t.EOF,""):(P=P||this._read_non_javascript(j),P=P||this._read_string(j),P=P||this._read_word(F),P=P||this._read_singles(j),P=P||this._read_comment(j),P=P||this._read_regexp(j,F),P=P||this._read_xml(j,F),P=P||this._read_punctuation(),P=P||this._create_token(t.UNKNOWN,this._input.next()),P)},h.prototype._read_word=function(F){var C;if(C=this.__patterns.identifier.read(),C!=="")return C=C.replace(A.allLineBreaks,` +You passed in: '`+this.raw_options[c]+"'");return A},I.prototype._is_valid_selection=function(c,s){return c.length&&s.length&&!c.some(function(i){return s.indexOf(i)===-1})};function p(c,s){var i={};c=g(c);var A;for(A in c)A!==s&&(i[A]=c[A]);if(s&&c[s])for(A in c[s])i[A]=c[s][A];return i}function g(c){var s={},i;for(i in c){var A=i.replace(/-/g,"_");s[A]=c[i]}return s}e.exports.Options=I,e.exports.normalizeOpts=g,e.exports.mergeOpts=p},function(e,I,p){var g=p(8).InputScanner,c=p(9).Tokenizer,s=p(9).TOKEN,i=p(13).Directives,A=p(4),o=p(12).Pattern,a=p(14).TemplatablePattern;function r(F,C){return C.indexOf(F)!==-1}var t={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:s.START,RAW:s.RAW,EOF:s.EOF},b=new i(/\/\*/,/\*\//),y=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,E=/[0-9]/,T=/[^\d\.]/,v=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),d=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";d=d.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),d="\\?\\.(?!\\d) "+d,d=d.replace(/ /g,"|");var n=new RegExp(d),l="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),u=l.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),_=new RegExp("^(?:"+u.join("|")+")$"),m,h=function(F,C){c.call(this,F,C),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var N=new o(this._input),j=new a(this._input).read_options(this._options);this.__patterns={template:j,identifier:j.starting_with(A.identifier).matching(A.identifierMatch),number:N.matching(y),punct:N.matching(n),comment:N.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:N.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:N.matching(//),include:N.starting_with(/#include/).until_after(A.lineBreak),shebang:N.starting_with(/#!/).until_after(A.lineBreak),xml:N.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:j.until(/['\\\n\r\u2028\u2029]/),double_quote:j.until(/["\\\n\r\u2028\u2029]/),template_text:j.until(/[`\\$]/),template_expression:j.until(/[`}\\]/)}};h.prototype=new c,h.prototype._is_comment=function(F){return F.type===t.COMMENT||F.type===t.BLOCK_COMMENT||F.type===t.UNKNOWN},h.prototype._is_opening=function(F){return F.type===t.START_BLOCK||F.type===t.START_EXPR},h.prototype._is_closing=function(F,C){return(F.type===t.END_BLOCK||F.type===t.END_EXPR)&&C&&(F.text==="]"&&C.text==="["||F.text===")"&&C.text==="("||F.text==="}"&&C.text==="{")},h.prototype._reset=function(){m=!1},h.prototype._get_next_token=function(F,C){var N=null;this._readWhitespace();var j=this._input.peek();return j===null?this._create_token(t.EOF,""):(N=N||this._read_non_javascript(j),N=N||this._read_string(j),N=N||this._read_word(F),N=N||this._read_singles(j),N=N||this._read_comment(j),N=N||this._read_regexp(j,F),N=N||this._read_xml(j,F),N=N||this._read_punctuation(),N=N||this._create_token(t.UNKNOWN,this._input.next()),N)},h.prototype._read_word=function(F){var C;if(C=this.__patterns.identifier.read(),C!=="")return C=C.replace(A.allLineBreaks,` `),!(F.type===t.DOT||F.type===t.RESERVED&&(F.text==="set"||F.text==="get"))&&_.test(C)?(C==="in"||C==="of")&&(F.type===t.WORD||F.type===t.STRING)?this._create_token(t.OPERATOR,C):this._create_token(t.RESERVED,C):this._create_token(t.WORD,C);if(C=this.__patterns.number.read(),C!=="")return this._create_token(t.WORD,C)},h.prototype._read_singles=function(F){var C=null;return F==="("||F==="["?C=this._create_token(t.START_EXPR,F):F===")"||F==="]"?C=this._create_token(t.END_EXPR,F):F==="{"?C=this._create_token(t.START_BLOCK,F):F==="}"?C=this._create_token(t.END_BLOCK,F):F===";"?C=this._create_token(t.SEMICOLON,F):F==="."&&T.test(this._input.peek(1))?C=this._create_token(t.DOT,F):F===","&&(C=this._create_token(t.COMMA,F)),C&&this._input.next(),C},h.prototype._read_punctuation=function(){var F=this.__patterns.punct.read();if(F!=="")return F==="="?this._create_token(t.EQUALS,F):F==="?."?this._create_token(t.DOT,F):this._create_token(t.OPERATOR,F)},h.prototype._read_non_javascript=function(F){var C="";if(F==="#"){if(this._is_first_token()&&(C=this.__patterns.shebang.read(),C))return this._create_token(t.UNKNOWN,C.trim()+` `);if(C=this.__patterns.include.read(),C)return this._create_token(t.UNKNOWN,C.trim()+` -`);F=this._input.next();var P="#";if(this._input.hasNext()&&this._input.testChar(E)){do F=this._input.next(),P+=F;while(this._input.hasNext()&&F!=="#"&&F!=="=");return F==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(P+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(P+="{}",this._input.next(),this._input.next())),this._create_token(t.WORD,P)}this._input.back()}else if(F==="<"&&this._is_first_token()){if(C=this.__patterns.html_comment_start.read(),C){for(;this._input.hasNext()&&!this._input.testChar(A.newline);)C+=this._input.next();return m=!0,this._create_token(t.COMMENT,C)}}else if(m&&F==="-"&&(C=this.__patterns.html_comment_end.read(),C))return m=!1,this._create_token(t.COMMENT,C);return null},h.prototype._read_comment=function(F){var C=null;if(F==="/"){var P="";if(this._input.peek(1)==="*"){P=this.__patterns.block_comment.read();var j=b.get_directives(P);j&&j.ignore==="start"&&(P+=b.readIgnored(this._input)),P=P.replace(A.allLineBreaks,` -`),C=this._create_token(t.BLOCK_COMMENT,P),C.directives=j}else this._input.peek(1)==="/"&&(P=this.__patterns.comment.read(),C=this._create_token(t.COMMENT,P))}return C},h.prototype._read_string=function(F){if(F==="`"||F==="'"||F==='"'){var C=this._input.next();return this.has_char_escapes=!1,F==="`"?C+=this._read_string_recursive("`",!0,"${"):C+=this._read_string_recursive(F),this.has_char_escapes&&this._options.unescape_strings&&(C=R(C)),this._input.peek()===F&&(C+=this._input.next()),C=C.replace(A.allLineBreaks,` -`),this._create_token(t.STRING,C)}return null},h.prototype._allow_regexp_or_xml=function(F){return F.type===t.RESERVED&&r(F.text,["return","case","throw","else","do","typeof","yield"])||F.type===t.END_EXPR&&F.text===")"&&F.opened.previous.type===t.RESERVED&&r(F.opened.previous.text,["if","while","for"])||r(F.type,[t.COMMENT,t.START_EXPR,t.START_BLOCK,t.START,t.END_BLOCK,t.OPERATOR,t.EQUALS,t.EOF,t.SEMICOLON,t.COMMA])},h.prototype._read_regexp=function(F,C){if(F==="/"&&this._allow_regexp_or_xml(C)){for(var P=this._input.next(),j=!1,D=!1;this._input.hasNext()&&(j||D||this._input.peek()!==F)&&!this._input.testChar(A.newline);)P+=this._input.peek(),j?j=!1:(j=this._input.peek()==="\\",this._input.peek()==="["?D=!0:this._input.peek()==="]"&&(D=!1)),this._input.next();return this._input.peek()===F&&(P+=this._input.next(),P+=this._input.read(A.identifier)),this._create_token(t.STRING,P)}return null},h.prototype._read_xml=function(F,C){if(this._options.e4x&&F==="<"&&this._allow_regexp_or_xml(C)){var P="",j=this.__patterns.xml.read_match();if(j){for(var D=j[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),$=D.indexOf("{")===0,oe=0;j;){var Ee=!!j[1],ve=j[2],Le=!!j[j.length-1]||ve.slice(0,8)==="![CDATA[";if(!Le&&(ve===D||$&&ve.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(Ee?--oe:++oe),P+=j[0],oe<=0)break;j=this.__patterns.xml.read_match()}return j||(P+=this._input.match(/[\s\S]*/g)[0]),P=P.replace(A.allLineBreaks,` -`),this._create_token(t.STRING,P)}}return null};function R(F){for(var C="",P=0,j=new g(F),D=null;j.hasNext();)if(D=j.match(/([\s]|[^\\]|\\\\)+/g),D&&(C+=D[0]),j.peek()==="\\"){if(j.next(),j.peek()==="x")D=j.match(/x([0-9A-Fa-f]{2})/g);else if(j.peek()==="u")D=j.match(/u([0-9A-Fa-f]{4})/g);else{C+="\\",j.hasNext()&&(C+=j.next());continue}if(!D)return F;if(P=parseInt(D[1],16),P>126&&P<=255&&D[0].indexOf("x")===0)return F;if(P>=0&&P<32){C+="\\"+D[0];continue}else P===34||P===39||P===92?C+="\\"+String.fromCharCode(P):C+=String.fromCharCode(P)}return C}h.prototype._read_string_recursive=function(F,C,P){var j,D;F==="'"?D=this.__patterns.single_quote:F==='"'?D=this.__patterns.double_quote:F==="`"?D=this.__patterns.template_text:F==="}"&&(D=this.__patterns.template_expression);for(var $=D.read(),oe="";this._input.hasNext();){if(oe=this._input.next(),oe===F||!C&&A.newline.test(oe)){this._input.back();break}else oe==="\\"&&this._input.hasNext()?(j=this._input.peek(),j==="x"||j==="u"?this.has_char_escapes=!0:j==="\r"&&this._input.peek(1)===` -`&&this._input.next(),oe+=this._input.next()):P&&(P==="${"&&oe==="$"&&this._input.peek()==="{"&&(oe+=this._input.next()),P===oe&&(F==="`"?oe+=this._read_string_recursive("}",C,"`"):oe+=this._read_string_recursive("`",C,"${"),this._input.hasNext()&&(oe+=this._input.next())));oe+=D.read(),$+=oe}return $},e.exports.Tokenizer=h,e.exports.TOKEN=t,e.exports.positionable_operators=v.slice(),e.exports.line_starters=l.slice()},function(e){var I=RegExp.prototype.hasOwnProperty("sticky");function p(g){this.__input=g||"",this.__input_length=this.__input.length,this.__position=0}p.prototype.restart=function(){this.__position=0},p.prototype.back=function(){this.__position>0&&(this.__position-=1)},p.prototype.hasNext=function(){return this.__position=0&&g=0&&c=g.length&&this.__input.substring(c-g.length,c).toLowerCase()===g},e.exports.InputScanner=p},function(e,I,p){var g=p(8).InputScanner,c=p(3).Token,s=p(10).TokenStream,i=p(11).WhitespacePattern,A={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},o=function(a,r){this._input=new g(a),this._options=r||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new i(this._input)};o.prototype.tokenize=function(){this._input.restart(),this.__tokens=new s,this._reset();for(var a,r=new c(A.START,""),t=null,b=[],y=new s;r.type!==A.EOF;){for(a=this._get_next_token(r,t);this._is_comment(a);)y.add(a),a=this._get_next_token(r,t);y.isEmpty()||(a.comments_before=y,y=new s),a.parent=t,this._is_opening(a)?(b.push(t),t=a):t&&this._is_closing(a,t)&&(a.opened=t,t.closed=a,t=b.pop(),a.parent=t),a.previous=r,r.next=a,this.__tokens.add(a),r=a}return this.__tokens},o.prototype._is_first_token=function(){return this.__tokens.isEmpty()},o.prototype._reset=function(){},o.prototype._get_next_token=function(a,r){this._readWhitespace();var t=this._input.read(/.+/g);return t?this._create_token(A.RAW,t):this._create_token(A.EOF,"")},o.prototype._is_comment=function(a){return!1},o.prototype._is_opening=function(a){return!1},o.prototype._is_closing=function(a,r){return!1},o.prototype._create_token=function(a,r){var t=new c(a,r,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return t},o.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},e.exports.Tokenizer=o,e.exports.TOKEN=A},function(e){function I(p){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=p}I.prototype.restart=function(){this.__position=0},I.prototype.isEmpty=function(){return this.__tokens_length===0},I.prototype.hasNext=function(){return this.__position=0&&p/),erb:o.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:o.starting_with(/{%/).until_after(/%}/),django_value:o.starting_with(/{{/).until_after(/}}/),django_comment:o.starting_with(/{#/).until_after(/#}/),smarty:o.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:o.starting_with(/{\*/).until_after(/\*}/),smarty_literal:o.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 A=this._create();return A._disabled[i]=!0,A._update(),A},s.prototype.read_options=function(i){var A=this._create();for(var o in c)A._disabled[o]=i.templating.indexOf(o)===-1;return A._update(),A},s.prototype.exclude=function(i){var A=this._create();return A._excluded[i]=!0,A._update(),A},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 A=this._read_template();A;)this._match_pattern?A+=this._input.read(this._match_pattern):A+=this._input.readUntil(this.__template_pattern),i+=A,A=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="",A=this._input.peek();if(A==="<"){var o=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&o==="?"&&(i=i||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&o==="%"&&(i=i||this.__patterns.erb.read())}else A==="{"&&(!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 Y(e){var I=S[e];if(I!==void 0)return I.exports;var p=S[e]={exports:{}};return U[e](p,p.exports,Y),p.exports}var M=Y(0);O=M})();var G=O;!(de=[],K=function(){return{js_beautify:G}}.apply(we,de),K!==void 0&&(ot.exports=K))})()},"6eGT":function(ot,we,Q){"use strict";function de(K){return null}we.a=de},"746U":function(ot,we,Q){"use strict";Q.d(we,"f",function(){return de}),Q.d(we,"l",function(){return K}),Q.d(we,"k",function(){return O}),Q.d(we,"j",function(){return G}),Q.d(we,"g",function(){return U}),Q.d(we,"m",function(){return S}),Q.d(we,"h",function(){return Y}),Q.d(we,"n",function(){return M}),Q.d(we,"c",function(){return e}),Q.d(we,"a",function(){return I}),Q.d(we,"i",function(){return p}),Q.d(we,"o",function(){return g}),Q.d(we,"e",function(){return i}),Q.d(we,"d",function(){return A}),Q.d(we,"p",function(){return o}),Q.d(we,"b",function(){return a});function de(r){return Array.isArray(r)}function K(r){return typeof r=="string"}function O(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&!(r instanceof RegExp)&&!(r instanceof Date)}function G(r){return typeof r=="number"&&!isNaN(r)}function U(r){return r===!0||r===!1}function S(r){return typeof r=="undefined"}function Y(r){return!M(r)}function M(r){return S(r)||r===null}function e(r,t){if(!r)throw new Error(t?`Unexpected type, expected '${t}'`:"Unexpected type")}function I(r){if(M(r))throw new Error("Assertion Failed: argument is undefined or null");return r}function p(r){return typeof r=="function"}function g(r,t){const b=Math.min(r.length,t.length);for(let y=0;yfunction(){const T=Array.prototype.slice.call(arguments,0);return t(E,T)};let y={};for(const E of r)y[E]=b(E);return y}function o(r){return r===null?void 0:r}function a(r,t="Unreachable"){throw new Error(t)}},"815F":function(ot,we,Q){"use strict";Q.d(we,"e",function(){return Y}),Q.d(we,"c",function(){return e}),Q.d(we,"d",function(){return I}),Q.d(we,"a",function(){return g}),Q.d(we,"f",function(){return c}),Q.d(we,"b",function(){return s});var de=Q("KQm4"),K=Q("VTBJ"),O=Q("Ff2n"),G=Q("Zm9Q"),U=Q("Kwbf"),S=Q("OZM5");function Y(i,A){return i!=null?i:A}function M(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],A=new Map;function o(a){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(a||[]).forEach(function(t){var b=t.key,y=t.children;Object(U.a)(b!=null,"Tree node must have a certain key: [".concat(r).concat(b,"]"));var E=String(b);Object(U.a)(!A.has(E)||b===null||b===void 0,"Same 'key' exist in the Tree: ".concat(E)),A.set(E,!0),o(y,"".concat(r).concat(E," > "))})}o(i)}function e(i){function A(o){var a=Object(G.a)(o);return a.map(function(r){if(!Object(S.i)(r))return Object(U.a)(!r,"Tree/TreeNode can only accept TreeNode as children."),null;var t=r.key,b=r.props,y=b.children,E=Object(O.a)(b,["children"]),T=Object(K.a)({key:t},E),v=A(y);return v.length&&(T.children=v),T}).filter(function(r){return r})}return A(i)}function I(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],o=new Set(A===!0?[]:A),a=[];function r(t){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return t.map(function(y,E){var T=Object(S.h)(b?b.pos:"0",E),v=Y(y.key,T),d=Object(K.a)(Object(K.a)({},y),{},{parent:b,pos:T,children:null,data:y,isStart:[].concat(Object(de.a)(b?b.isStart:[]),[E===0]),isEnd:[].concat(Object(de.a)(b?b.isEnd:[]),[E===t.length-1])});return a.push(d),A===!0||o.has(v)?d.children=r(y.children||[],d):d.children=[],d})}return r(i),a}function p(i,A,o){var a;o?typeof o=="string"?a=function(b){return b[o]}:typeof o=="function"&&(a=function(b){return o(b)}):a=function(b,y){return Y(b.key,y)};function r(t,b,y){var E=t?t.children:i,T=t?Object(S.h)(y.pos,b):"0";if(t){var v=a(t,T),d={node:t,index:b,pos:T,key:v,parentPos:y.node?y.pos:null,level:y.level+1};A(d)}E&&E.forEach(function(n,l){r(n,l,{node:t,pos:T,level:y?y.level+1:-1})})}r(null)}function g(i){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=A.initWrapper,a=A.processEntity,r=A.onProcessFinished,t=arguments.length>2?arguments[2]:void 0,b={},y={},E={posEntities:b,keyEntities:y};return o&&(E=o(E)||E),p(i,function(T){var v=T.node,d=T.index,n=T.pos,l=T.key,u=T.parentPos,_=T.level,m={node:v,index:d,key:l,pos:n,level:_},h=Y(l,n);b[n]=m,y[h]=m,m.parent=b[u],m.parent&&(m.parent.children=m.parent.children||[],m.parent.children.push(m)),a&&a(m,E)},t),r&&r(E),E}function c(i,A){var o=A.expandedKeys,a=A.selectedKeys,r=A.loadedKeys,t=A.loadingKeys,b=A.checkedKeys,y=A.halfCheckedKeys,E=A.dragOverNodeKey,T=A.dropPosition,v=A.keyEntities,d=v[i],n={eventKey:i,expanded:o.indexOf(i)!==-1,selected:a.indexOf(i)!==-1,loaded:r.indexOf(i)!==-1,loading:t.indexOf(i)!==-1,checked:b.indexOf(i)!==-1,halfChecked:y.indexOf(i)!==-1,pos:String(d?d.pos:""),dragOver:E===i&&T===0,dragOverGapTop:E===i&&T===-1,dragOverGapBottom:E===i&&T===1};return n}function s(i){var A=i.data,o=i.expanded,a=i.selected,r=i.checked,t=i.loaded,b=i.loading,y=i.halfChecked,E=i.dragOver,T=i.dragOverGapTop,v=i.dragOverGapBottom,d=i.pos,n=i.active,l=Object(K.a)(Object(K.a)({},A),{},{expanded:o,selected:a,checked:r,loaded:t,loading:b,halfChecked:y,dragOver:E,dragOverGapTop:T,dragOverGapBottom:v,pos:d,active:n});return"props"in l||Object.defineProperty(l,"props",{get:function(){return Object(U.a)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),i}}),l}},"8HAY":function(ot,we,Q){"use strict";Q.d(we,"a",function(){return U}),Q.d(we,"b",function(){return S}),Q.d(we,"d",function(){return Y}),Q.d(we,"e",function(){return M}),Q.d(we,"c",function(){return e});var de=Q("MI8n"),K=Q("pmY6"),O=Q("3/fG"),G=function(I,p,g,c){function s(i){return i instanceof g?i:new g(function(A){A(i)})}return new(g||(g=Promise))(function(i,A){function o(t){try{r(c.next(t))}catch(b){A(b)}}function a(t){try{r(c.throw(t))}catch(b){A(b)}}function r(t){t.done?i(t.value):s(t.value).then(o,a)}r((c=c.apply(I,p||[])).next())})};class U extends K.a{constructor(I,p="",g="",c=!0,s){super();this._onDidChange=this._register(new de.b),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=I,this._label=p,this._cssClass=g,this._enabled=c,this._actionCallback=s}get id(){return this._id}get label(){return this._label}set label(I){this._setLabel(I)}_setLabel(I){this._label!==I&&(this._label=I,this._onDidChange.fire({label:I}))}get tooltip(){return this._tooltip||""}set tooltip(I){this._setTooltip(I)}_setTooltip(I){this._tooltip!==I&&(this._tooltip=I,this._onDidChange.fire({tooltip:I}))}get class(){return this._cssClass}set class(I){this._setClass(I)}_setClass(I){this._cssClass!==I&&(this._cssClass=I,this._onDidChange.fire({class:I}))}get enabled(){return this._enabled}set enabled(I){this._setEnabled(I)}_setEnabled(I){this._enabled!==I&&(this._enabled=I,this._onDidChange.fire({enabled:I}))}get checked(){return this._checked}set checked(I){this._setChecked(I)}_setChecked(I){this._checked!==I&&(this._checked=I,this._onDidChange.fire({checked:I}))}run(I,p){return G(this,void 0,void 0,function*(){this._actionCallback&&(yield this._actionCallback(I))})}}class S extends K.a{constructor(){super(...arguments);this._onBeforeRun=this._register(new de.b),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new de.b),this.onDidRun=this._onDidRun.event}run(I,p){return G(this,void 0,void 0,function*(){if(!I.enabled)return;this._onBeforeRun.fire({action:I});let g;try{yield this.runAction(I,p)}catch(c){g=c}this._onDidRun.fire({action:I,error:g})})}runAction(I,p){return G(this,void 0,void 0,function*(){yield I.run(p)})}}class Y extends U{constructor(I){super(Y.ID,I,I?"separator text":"separator");this.checked=!1,this.enabled=!1}}Y.ID="vs.actions.separator";class M{constructor(I,p,g,c){this.tooltip="",this.enabled=!0,this.checked=!1,this.id=I,this.label=p,this.class=c,this._actions=g}get actions(){return this._actions}dispose(){}run(){return G(this,void 0,void 0,function*(){})}}class e extends U{constructor(){super(e.ID,O.a("submenu.empty","(empty)"),void 0,!1)}}e.ID="vs.actions.empty"},"8hTe":function(ot,we,Q){ot.exports={button:"button___1wy9m"}},"9Bee":function(ot,we,Q){"use strict";var de=Q("DYRE"),K=Q("zeV3"),O=Q("+L6B"),G=Q("2/Rp"),U=Q("k1fw"),S=Q("9og8"),Y=Q("tJVT"),M=Q("WmNS"),e=Q.n(M),I=Q("q1tI"),p=Q.n(I),g=Q("vg9a"),c=Q("DlQD"),s=Q.n(c),i=Q("rUJ1");function A(Ae,q){var ee=Ae.match(/^(\s+)(?:```)/);if(ee===null)return q;var ie=ee[1];return q.split(` +`);F=this._input.next();var N="#";if(this._input.hasNext()&&this._input.testChar(E)){do F=this._input.next(),N+=F;while(this._input.hasNext()&&F!=="#"&&F!=="=");return F==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(N+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(N+="{}",this._input.next(),this._input.next())),this._create_token(t.WORD,N)}this._input.back()}else if(F==="<"&&this._is_first_token()){if(C=this.__patterns.html_comment_start.read(),C){for(;this._input.hasNext()&&!this._input.testChar(A.newline);)C+=this._input.next();return m=!0,this._create_token(t.COMMENT,C)}}else if(m&&F==="-"&&(C=this.__patterns.html_comment_end.read(),C))return m=!1,this._create_token(t.COMMENT,C);return null},h.prototype._read_comment=function(F){var C=null;if(F==="/"){var N="";if(this._input.peek(1)==="*"){N=this.__patterns.block_comment.read();var j=b.get_directives(N);j&&j.ignore==="start"&&(N+=b.readIgnored(this._input)),N=N.replace(A.allLineBreaks,` +`),C=this._create_token(t.BLOCK_COMMENT,N),C.directives=j}else this._input.peek(1)==="/"&&(N=this.__patterns.comment.read(),C=this._create_token(t.COMMENT,N))}return C},h.prototype._read_string=function(F){if(F==="`"||F==="'"||F==='"'){var C=this._input.next();return this.has_char_escapes=!1,F==="`"?C+=this._read_string_recursive("`",!0,"${"):C+=this._read_string_recursive(F),this.has_char_escapes&&this._options.unescape_strings&&(C=R(C)),this._input.peek()===F&&(C+=this._input.next()),C=C.replace(A.allLineBreaks,` +`),this._create_token(t.STRING,C)}return null},h.prototype._allow_regexp_or_xml=function(F){return F.type===t.RESERVED&&r(F.text,["return","case","throw","else","do","typeof","yield"])||F.type===t.END_EXPR&&F.text===")"&&F.opened.previous.type===t.RESERVED&&r(F.opened.previous.text,["if","while","for"])||r(F.type,[t.COMMENT,t.START_EXPR,t.START_BLOCK,t.START,t.END_BLOCK,t.OPERATOR,t.EQUALS,t.EOF,t.SEMICOLON,t.COMMA])},h.prototype._read_regexp=function(F,C){if(F==="/"&&this._allow_regexp_or_xml(C)){for(var N=this._input.next(),j=!1,D=!1;this._input.hasNext()&&(j||D||this._input.peek()!==F)&&!this._input.testChar(A.newline);)N+=this._input.peek(),j?j=!1:(j=this._input.peek()==="\\",this._input.peek()==="["?D=!0:this._input.peek()==="]"&&(D=!1)),this._input.next();return this._input.peek()===F&&(N+=this._input.next(),N+=this._input.read(A.identifier)),this._create_token(t.STRING,N)}return null},h.prototype._read_xml=function(F,C){if(this._options.e4x&&F==="<"&&this._allow_regexp_or_xml(C)){var N="",j=this.__patterns.xml.read_match();if(j){for(var D=j[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),$=D.indexOf("{")===0,oe=0;j;){var Ee=!!j[1],ve=j[2],Le=!!j[j.length-1]||ve.slice(0,8)==="![CDATA[";if(!Le&&(ve===D||$&&ve.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(Ee?--oe:++oe),N+=j[0],oe<=0)break;j=this.__patterns.xml.read_match()}return j||(N+=this._input.match(/[\s\S]*/g)[0]),N=N.replace(A.allLineBreaks,` +`),this._create_token(t.STRING,N)}}return null};function R(F){for(var C="",N=0,j=new g(F),D=null;j.hasNext();)if(D=j.match(/([\s]|[^\\]|\\\\)+/g),D&&(C+=D[0]),j.peek()==="\\"){if(j.next(),j.peek()==="x")D=j.match(/x([0-9A-Fa-f]{2})/g);else if(j.peek()==="u")D=j.match(/u([0-9A-Fa-f]{4})/g);else{C+="\\",j.hasNext()&&(C+=j.next());continue}if(!D)return F;if(N=parseInt(D[1],16),N>126&&N<=255&&D[0].indexOf("x")===0)return F;if(N>=0&&N<32){C+="\\"+D[0];continue}else N===34||N===39||N===92?C+="\\"+String.fromCharCode(N):C+=String.fromCharCode(N)}return C}h.prototype._read_string_recursive=function(F,C,N){var j,D;F==="'"?D=this.__patterns.single_quote:F==='"'?D=this.__patterns.double_quote:F==="`"?D=this.__patterns.template_text:F==="}"&&(D=this.__patterns.template_expression);for(var $=D.read(),oe="";this._input.hasNext();){if(oe=this._input.next(),oe===F||!C&&A.newline.test(oe)){this._input.back();break}else oe==="\\"&&this._input.hasNext()?(j=this._input.peek(),j==="x"||j==="u"?this.has_char_escapes=!0:j==="\r"&&this._input.peek(1)===` +`&&this._input.next(),oe+=this._input.next()):N&&(N==="${"&&oe==="$"&&this._input.peek()==="{"&&(oe+=this._input.next()),N===oe&&(F==="`"?oe+=this._read_string_recursive("}",C,"`"):oe+=this._read_string_recursive("`",C,"${"),this._input.hasNext()&&(oe+=this._input.next())));oe+=D.read(),$+=oe}return $},e.exports.Tokenizer=h,e.exports.TOKEN=t,e.exports.positionable_operators=v.slice(),e.exports.line_starters=l.slice()},function(e){var I=RegExp.prototype.hasOwnProperty("sticky");function p(g){this.__input=g||"",this.__input_length=this.__input.length,this.__position=0}p.prototype.restart=function(){this.__position=0},p.prototype.back=function(){this.__position>0&&(this.__position-=1)},p.prototype.hasNext=function(){return this.__position=0&&g=0&&c=g.length&&this.__input.substring(c-g.length,c).toLowerCase()===g},e.exports.InputScanner=p},function(e,I,p){var g=p(8).InputScanner,c=p(3).Token,s=p(10).TokenStream,i=p(11).WhitespacePattern,A={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},o=function(a,r){this._input=new g(a),this._options=r||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new i(this._input)};o.prototype.tokenize=function(){this._input.restart(),this.__tokens=new s,this._reset();for(var a,r=new c(A.START,""),t=null,b=[],y=new s;r.type!==A.EOF;){for(a=this._get_next_token(r,t);this._is_comment(a);)y.add(a),a=this._get_next_token(r,t);y.isEmpty()||(a.comments_before=y,y=new s),a.parent=t,this._is_opening(a)?(b.push(t),t=a):t&&this._is_closing(a,t)&&(a.opened=t,t.closed=a,t=b.pop(),a.parent=t),a.previous=r,r.next=a,this.__tokens.add(a),r=a}return this.__tokens},o.prototype._is_first_token=function(){return this.__tokens.isEmpty()},o.prototype._reset=function(){},o.prototype._get_next_token=function(a,r){this._readWhitespace();var t=this._input.read(/.+/g);return t?this._create_token(A.RAW,t):this._create_token(A.EOF,"")},o.prototype._is_comment=function(a){return!1},o.prototype._is_opening=function(a){return!1},o.prototype._is_closing=function(a,r){return!1},o.prototype._create_token=function(a,r){var t=new c(a,r,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return t},o.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},e.exports.Tokenizer=o,e.exports.TOKEN=A},function(e){function I(p){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=p}I.prototype.restart=function(){this.__position=0},I.prototype.isEmpty=function(){return this.__tokens_length===0},I.prototype.hasNext=function(){return this.__position=0&&p/),erb:o.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:o.starting_with(/{%/).until_after(/%}/),django_value:o.starting_with(/{{/).until_after(/}}/),django_comment:o.starting_with(/{#/).until_after(/#}/),smarty:o.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:o.starting_with(/{\*/).until_after(/\*}/),smarty_literal:o.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 A=this._create();return A._disabled[i]=!0,A._update(),A},s.prototype.read_options=function(i){var A=this._create();for(var o in c)A._disabled[o]=i.templating.indexOf(o)===-1;return A._update(),A},s.prototype.exclude=function(i){var A=this._create();return A._excluded[i]=!0,A._update(),A},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 A=this._read_template();A;)this._match_pattern?A+=this._input.read(this._match_pattern):A+=this._input.readUntil(this.__template_pattern),i+=A,A=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="",A=this._input.peek();if(A==="<"){var o=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&o==="?"&&(i=i||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&o==="%"&&(i=i||this.__patterns.erb.read())}else A==="{"&&(!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 Y(e){var I=S[e];if(I!==void 0)return I.exports;var p=S[e]={exports:{}};return U[e](p,p.exports,Y),p.exports}var M=Y(0);O=M})();var G=O;!(de=[],K=function(){return{js_beautify:G}}.apply(we,de),K!==void 0&&(ot.exports=K))})()},"6eGT":function(ot,we,Q){"use strict";function de(K){return null}we.a=de},"746U":function(ot,we,Q){"use strict";Q.d(we,"f",function(){return de}),Q.d(we,"l",function(){return K}),Q.d(we,"k",function(){return O}),Q.d(we,"j",function(){return G}),Q.d(we,"g",function(){return U}),Q.d(we,"m",function(){return S}),Q.d(we,"h",function(){return Y}),Q.d(we,"n",function(){return M}),Q.d(we,"c",function(){return e}),Q.d(we,"a",function(){return I}),Q.d(we,"i",function(){return p}),Q.d(we,"o",function(){return g}),Q.d(we,"e",function(){return i}),Q.d(we,"d",function(){return A}),Q.d(we,"p",function(){return o}),Q.d(we,"b",function(){return a});function de(r){return Array.isArray(r)}function K(r){return typeof r=="string"}function O(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&!(r instanceof RegExp)&&!(r instanceof Date)}function G(r){return typeof r=="number"&&!isNaN(r)}function U(r){return r===!0||r===!1}function S(r){return typeof r=="undefined"}function Y(r){return!M(r)}function M(r){return S(r)||r===null}function e(r,t){if(!r)throw new Error(t?`Unexpected type, expected '${t}'`:"Unexpected type")}function I(r){if(M(r))throw new Error("Assertion Failed: argument is undefined or null");return r}function p(r){return typeof r=="function"}function g(r,t){const b=Math.min(r.length,t.length);for(let y=0;yfunction(){const T=Array.prototype.slice.call(arguments,0);return t(E,T)};let y={};for(const E of r)y[E]=b(E);return y}function o(r){return r===null?void 0:r}function a(r,t="Unreachable"){throw new Error(t)}},"815F":function(ot,we,Q){"use strict";Q.d(we,"e",function(){return Y}),Q.d(we,"c",function(){return e}),Q.d(we,"d",function(){return I}),Q.d(we,"a",function(){return g}),Q.d(we,"f",function(){return c}),Q.d(we,"b",function(){return s});var de=Q("KQm4"),K=Q("VTBJ"),O=Q("Ff2n"),G=Q("Zm9Q"),U=Q("Kwbf"),S=Q("OZM5");function Y(i,A){return i!=null?i:A}function M(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],A=new Map;function o(a){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(a||[]).forEach(function(t){var b=t.key,y=t.children;Object(U.a)(b!=null,"Tree node must have a certain key: [".concat(r).concat(b,"]"));var E=String(b);Object(U.a)(!A.has(E)||b===null||b===void 0,"Same 'key' exist in the Tree: ".concat(E)),A.set(E,!0),o(y,"".concat(r).concat(E," > "))})}o(i)}function e(i){function A(o){var a=Object(G.a)(o);return a.map(function(r){if(!Object(S.i)(r))return Object(U.a)(!r,"Tree/TreeNode can only accept TreeNode as children."),null;var t=r.key,b=r.props,y=b.children,E=Object(O.a)(b,["children"]),T=Object(K.a)({key:t},E),v=A(y);return v.length&&(T.children=v),T}).filter(function(r){return r})}return A(i)}function I(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],o=new Set(A===!0?[]:A),a=[];function r(t){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return t.map(function(y,E){var T=Object(S.h)(b?b.pos:"0",E),v=Y(y.key,T),d=Object(K.a)(Object(K.a)({},y),{},{parent:b,pos:T,children:null,data:y,isStart:[].concat(Object(de.a)(b?b.isStart:[]),[E===0]),isEnd:[].concat(Object(de.a)(b?b.isEnd:[]),[E===t.length-1])});return a.push(d),A===!0||o.has(v)?d.children=r(y.children||[],d):d.children=[],d})}return r(i),a}function p(i,A,o){var a;o?typeof o=="string"?a=function(b){return b[o]}:typeof o=="function"&&(a=function(b){return o(b)}):a=function(b,y){return Y(b.key,y)};function r(t,b,y){var E=t?t.children:i,T=t?Object(S.h)(y.pos,b):"0";if(t){var v=a(t,T),d={node:t,index:b,pos:T,key:v,parentPos:y.node?y.pos:null,level:y.level+1};A(d)}E&&E.forEach(function(n,l){r(n,l,{node:t,pos:T,level:y?y.level+1:-1})})}r(null)}function g(i){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=A.initWrapper,a=A.processEntity,r=A.onProcessFinished,t=arguments.length>2?arguments[2]:void 0,b={},y={},E={posEntities:b,keyEntities:y};return o&&(E=o(E)||E),p(i,function(T){var v=T.node,d=T.index,n=T.pos,l=T.key,u=T.parentPos,_=T.level,m={node:v,index:d,key:l,pos:n,level:_},h=Y(l,n);b[n]=m,y[h]=m,m.parent=b[u],m.parent&&(m.parent.children=m.parent.children||[],m.parent.children.push(m)),a&&a(m,E)},t),r&&r(E),E}function c(i,A){var o=A.expandedKeys,a=A.selectedKeys,r=A.loadedKeys,t=A.loadingKeys,b=A.checkedKeys,y=A.halfCheckedKeys,E=A.dragOverNodeKey,T=A.dropPosition,v=A.keyEntities,d=v[i],n={eventKey:i,expanded:o.indexOf(i)!==-1,selected:a.indexOf(i)!==-1,loaded:r.indexOf(i)!==-1,loading:t.indexOf(i)!==-1,checked:b.indexOf(i)!==-1,halfChecked:y.indexOf(i)!==-1,pos:String(d?d.pos:""),dragOver:E===i&&T===0,dragOverGapTop:E===i&&T===-1,dragOverGapBottom:E===i&&T===1};return n}function s(i){var A=i.data,o=i.expanded,a=i.selected,r=i.checked,t=i.loaded,b=i.loading,y=i.halfChecked,E=i.dragOver,T=i.dragOverGapTop,v=i.dragOverGapBottom,d=i.pos,n=i.active,l=Object(K.a)(Object(K.a)({},A),{},{expanded:o,selected:a,checked:r,loaded:t,loading:b,halfChecked:y,dragOver:E,dragOverGapTop:T,dragOverGapBottom:v,pos:d,active:n});return"props"in l||Object.defineProperty(l,"props",{get:function(){return Object(U.a)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),i}}),l}},"8HAY":function(ot,we,Q){"use strict";Q.d(we,"a",function(){return U}),Q.d(we,"b",function(){return S}),Q.d(we,"d",function(){return Y}),Q.d(we,"e",function(){return M}),Q.d(we,"c",function(){return e});var de=Q("MI8n"),K=Q("pmY6"),O=Q("3/fG"),G=function(I,p,g,c){function s(i){return i instanceof g?i:new g(function(A){A(i)})}return new(g||(g=Promise))(function(i,A){function o(t){try{r(c.next(t))}catch(b){A(b)}}function a(t){try{r(c.throw(t))}catch(b){A(b)}}function r(t){t.done?i(t.value):s(t.value).then(o,a)}r((c=c.apply(I,p||[])).next())})};class U extends K.a{constructor(I,p="",g="",c=!0,s){super();this._onDidChange=this._register(new de.b),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=I,this._label=p,this._cssClass=g,this._enabled=c,this._actionCallback=s}get id(){return this._id}get label(){return this._label}set label(I){this._setLabel(I)}_setLabel(I){this._label!==I&&(this._label=I,this._onDidChange.fire({label:I}))}get tooltip(){return this._tooltip||""}set tooltip(I){this._setTooltip(I)}_setTooltip(I){this._tooltip!==I&&(this._tooltip=I,this._onDidChange.fire({tooltip:I}))}get class(){return this._cssClass}set class(I){this._setClass(I)}_setClass(I){this._cssClass!==I&&(this._cssClass=I,this._onDidChange.fire({class:I}))}get enabled(){return this._enabled}set enabled(I){this._setEnabled(I)}_setEnabled(I){this._enabled!==I&&(this._enabled=I,this._onDidChange.fire({enabled:I}))}get checked(){return this._checked}set checked(I){this._setChecked(I)}_setChecked(I){this._checked!==I&&(this._checked=I,this._onDidChange.fire({checked:I}))}run(I,p){return G(this,void 0,void 0,function*(){this._actionCallback&&(yield this._actionCallback(I))})}}class S extends K.a{constructor(){super(...arguments);this._onBeforeRun=this._register(new de.b),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new de.b),this.onDidRun=this._onDidRun.event}run(I,p){return G(this,void 0,void 0,function*(){if(!I.enabled)return;this._onBeforeRun.fire({action:I});let g;try{yield this.runAction(I,p)}catch(c){g=c}this._onDidRun.fire({action:I,error:g})})}runAction(I,p){return G(this,void 0,void 0,function*(){yield I.run(p)})}}class Y extends U{constructor(I){super(Y.ID,I,I?"separator text":"separator");this.checked=!1,this.enabled=!1}}Y.ID="vs.actions.separator";class M{constructor(I,p,g,c){this.tooltip="",this.enabled=!0,this.checked=!1,this.id=I,this.label=p,this.class=c,this._actions=g}get actions(){return this._actions}dispose(){}run(){return G(this,void 0,void 0,function*(){})}}class e extends U{constructor(){super(e.ID,O.a("submenu.empty","(empty)"),void 0,!1)}}e.ID="vs.actions.empty"},"8hTe":function(ot,we,Q){ot.exports={button:"button___1wy9m"}},"9Bee":function(ot,we,Q){"use strict";var de=Q("DYRE"),K=Q("zeV3"),O=Q("+L6B"),G=Q("2/Rp"),U=Q("k1fw"),S=Q("9og8"),Y=Q("tJVT"),M=Q("WmNS"),e=Q.n(M),I=Q("q1tI"),p=Q.n(I),g=Q("vg9a"),c=Q("DlQD"),s=Q.n(c),i=Q("rUJ1");function A(Ae,q){var ee=Ae.match(/^(\s+)(?:```)/);if(ee===null)return q;var ie=ee[1];return q.split(` `).map(function(le){var te=le.match(/^\s+/);if(te===null)return le;var ae=Object(Y.a)(te,1),he=ae[0];return he.length>=ie.length?le.slice(ie.length):le}).join(` `)}var o=[],a=["