@vue/devtools
Version:
StandAlone vue-devtools
1 lines • 33.4 kB
JavaScript
"use strict";(self["webpackChunk_vue_devtools"]=self["webpackChunk_vue_devtools"]||[]).push([[9439],{31177:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{eval("// ESM COMPAT FLAG\n__webpack_require__.r(__webpack_exports__);\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": () => (/* binding */ CodeEditor)\n});\n\n;// CONCATENATED MODULE: ../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../node_modules/vue-loader/lib/index.js??vue-loader-options!../app-frontend/src/features/code/CodeEditor.vue?vue&type=template&id=f1583e54&\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n\n return _c('div');\n};\n\nvar staticRenderFns = [];\n\n// EXTERNAL MODULE: include-loader!../../node_modules/monaco-editor/esm/vs/editor/editor.main.js\nvar editor_main = __webpack_require__(14800);\n// EXTERNAL MODULE: ../../node_modules/lodash/merge.js\nvar merge = __webpack_require__(98537);\nvar merge_default = /*#__PURE__*/__webpack_require__.n(merge);\n;// CONCATENATED MODULE: ../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!../app-frontend/src/features/code/CodeEditor.vue?vue&type=script&lang=js&\n// Fork of https://github.com/egoist/vue-monaco/\n\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n\neditor_main.editor.defineTheme('github-light', __webpack_require__(14607)); // eslint-disable-next-line @typescript-eslint/no-var-requires\n\neditor_main.editor.defineTheme('github-dark', __webpack_require__(47621));\n/* harmony default export */ const CodeEditorvue_type_script_lang_js_ = ({\n name: 'MonacoEditor',\n model: {\n event: 'change'\n },\n props: {\n original: {\n type: String,\n default: null\n },\n value: {\n type: String,\n required: true\n },\n theme: {\n type: String,\n default: 'vs'\n },\n language: {\n type: String,\n default: null\n },\n options: {\n type: Object,\n default: null\n },\n diffEditor: {\n type: Boolean,\n default: false\n }\n },\n watch: {\n options: {\n deep: true,\n\n handler(options) {\n if (this.editor) {\n const editor = this.getModifiedEditor();\n editor.updateOptions(options);\n }\n }\n\n },\n\n value(newValue) {\n if (this.editor) {\n const editor = this.getModifiedEditor();\n\n if (newValue !== editor.getValue()) {\n editor.setValue(newValue);\n }\n }\n },\n\n original(newValue) {\n if (this.editor && this.diffEditor) {\n const editor = this.getOriginalEditor();\n\n if (newValue !== editor.getValue()) {\n editor.setValue(newValue);\n }\n }\n },\n\n language(newVal) {\n if (this.editor) {\n const editor = this.getModifiedEditor();\n this.monaco.editor.setModelLanguage(editor.getModel(), newVal);\n }\n },\n\n theme(newVal) {\n if (this.editor) {\n this.monaco.editor.setTheme(newVal);\n }\n }\n\n },\n\n mounted() {\n this.monaco = editor_main;\n this.$nextTick(() => {\n this.initMonaco(editor_main);\n });\n },\n\n beforeDestroy() {\n this.editor && this.editor.dispose();\n },\n\n methods: {\n initMonaco(monaco) {\n this.$emit('editorWillMount', this.monaco);\n const options = merge_default()({\n value: this.value,\n theme: this.theme,\n language: this.language\n }, this.options);\n\n if (this.diffEditor) {\n this.editor = monaco.editor.createDiffEditor(this.$el, options);\n const originalModel = monaco.editor.createModel(this.original, this.language);\n const modifiedModel = monaco.editor.createModel(this.value, this.language);\n this.editor.setModel({\n original: originalModel,\n modified: modifiedModel\n });\n } else {\n this.editor = monaco.editor.create(this.$el, options);\n } // @event `change`\n\n\n const editor = this.getModifiedEditor();\n editor.onDidChangeModelContent(event => {\n const value = editor.getValue();\n\n if (this.value !== value) {\n this.$emit('change', value, event);\n }\n });\n this.$emit('editorDidMount', this.editor);\n },\n\n /** @deprecated */\n getMonaco() {\n return this.editor;\n },\n\n getEditor() {\n return this.editor;\n },\n\n getModifiedEditor() {\n return this.diffEditor ? this.editor.getModifiedEditor() : this.editor;\n },\n\n getOriginalEditor() {\n return this.diffEditor ? this.editor.getOriginalEditor() : this.editor;\n },\n\n focus() {\n this.editor.focus();\n }\n\n }\n});\n;// CONCATENATED MODULE: ../app-frontend/src/features/code/CodeEditor.vue?vue&type=script&lang=js&\n /* harmony default export */ const code_CodeEditorvue_type_script_lang_js_ = (CodeEditorvue_type_script_lang_js_); \n// EXTERNAL MODULE: ../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\nvar componentNormalizer = __webpack_require__(25440);\n;// CONCATENATED MODULE: ../app-frontend/src/features/code/CodeEditor.vue\n\n\n\n\n\n/* normalize component */\n;\nvar component = (0,componentNormalizer/* default */.Z)(\n code_CodeEditorvue_type_script_lang_js_,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\n/* harmony default export */ const CodeEditor = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMzExNzcuanMiLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQUEsSUFBSUEsTUFBTSxHQUFHLFNBQVNBLE1BQVQsR0FBaUI7RUFBQyxJQUFJQyxHQUFHLEdBQUMsSUFBUjtFQUFBLElBQWFDLEVBQUUsR0FBQ0QsR0FBRyxDQUFDRSxLQUFKLENBQVVELEVBQTFCOztFQUE2QixPQUFPQSxFQUFFLENBQUMsS0FBRCxDQUFUO0FBQzNELENBREQ7O0FBRUEsSUFBSUUsZUFBZSxHQUFHLEVBQXRCOzs7Ozs7OztBQURBO0FBRUE7Q0FHQTs7QUFDQUMsOEJBQXlCQSxpQkFBaUJBLG1CQUFPQSxDQUFDQSxLQUF1Q0EsSUFDekY7O0FBQ0FBLDhCQUF5QkEsZ0JBQWdCQSxtQkFBT0EsQ0FBQ0EsS0FBc0NBO0FBRXZGLHlFQUFlO0VBQ2ZDLG9CQURBO0VBR0FDO0lBQ0FDO0VBREEsQ0FIQTtFQU9BQztJQUNBQztNQUNBQyxZQURBO01BRUFDO0lBRkEsQ0FEQTtJQUtBQztNQUNBRixZQURBO01BRUFHO0lBRkEsQ0FMQTtJQVNBQztNQUNBSixZQURBO01BRUFDO0lBRkEsQ0FUQTtJQWFBSTtNQUNBTCxZQURBO01BRUFDO0lBRkEsQ0FiQTtJQWlCQUs7TUFDQU4sWUFEQTtNQUVBQztJQUZBLENBakJBO0lBcUJBTTtNQUNBUCxhQURBO01BRUFDO0lBRkE7RUFyQkEsQ0FQQTtFQWtDQU87SUFDQUY7TUFDQUcsVUFEQTs7TUFFQUM7UUFDQTtVQUNBO1VBQ0FDO1FBQ0E7TUFDQTs7SUFQQSxDQURBOztJQVdBVDtNQUNBO1FBQ0E7O1FBQ0E7VUFDQVM7UUFDQTtNQUNBO0lBQ0EsQ0FsQkE7O0lBb0JBWjtNQUNBO1FBQ0E7O1FBQ0E7VUFDQVk7UUFDQTtNQUNBO0lBQ0EsQ0EzQkE7O0lBNkJBTjtNQUNBO1FBQ0E7UUFDQTtNQUNBO0lBQ0EsQ0FsQ0E7O0lBb0NBRDtNQUNBO1FBQ0E7TUFDQTtJQUNBOztFQXhDQSxDQWxDQTs7RUE2RUFRO0lBQ0E7SUFDQTtNQUNBO0lBQ0EsQ0FGQTtFQUdBLENBbEZBOztFQW9GQUM7SUFDQTtFQUNBLENBdEZBOztFQXdGQUM7SUFDQUM7TUFDQTtNQUVBLGdDQUNBO1FBQ0FiLGlCQURBO1FBRUFFLGlCQUZBO1FBR0FDO01BSEEsQ0FEQSxFQU1BLFlBTkE7O01BU0E7UUFDQTtRQUNBLGdEQUNBLGFBREEsRUFFQSxhQUZBO1FBSUEsZ0RBQ0EsVUFEQSxFQUVBLGFBRkE7UUFJQTtVQUNBTix1QkFEQTtVQUVBaUI7UUFGQTtNQUlBLENBZEEsTUFjQTtRQUNBO01BQ0EsQ0E1QkEsQ0E4QkE7OztNQUNBO01BQ0FMO1FBQ0E7O1FBQ0E7VUFDQTtRQUNBO01BQ0EsQ0FMQTtNQU9BO0lBQ0EsQ0F6Q0E7O0lBMkNBO0lBQ0FNO01BQ0E7SUFDQSxDQTlDQTs7SUFnREFDO01BQ0E7SUFDQSxDQWxEQTs7SUFvREFDO01BQ0E7SUFDQSxDQXREQTs7SUF3REFDO01BQ0E7SUFDQSxDQTFEQTs7SUE0REFDO01BQ0E7SUFDQTs7RUE5REE7QUF4RkEsRzs7QUNYNEwsQ0FBQyw4RUFBZSxrQ0FBRyxFQUFDLEM7Ozs7QUNBdkg7QUFDM0I7QUFDTDs7O0FBR3pEO0FBQ0EsQ0FBbUc7QUFDbkcsZ0JBQWdCLHNDQUFVO0FBQzFCLEVBQUUsdUNBQU07QUFDUixFQUFFLE1BQU07QUFDUixFQUFFLGVBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLGlEQUFlIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vQHZ1ZS9kZXZ0b29scy8uLi9hcHAtZnJvbnRlbmQvc3JjL2ZlYXR1cmVzL2NvZGUvQ29kZUVkaXRvci52dWU/MzFjMiIsIndlYnBhY2s6Ly9AdnVlL2RldnRvb2xzLy4uL2FwcC1mcm9udGVuZC9zcmMvZmVhdHVyZXMvY29kZS9Db2RlRWRpdG9yLnZ1ZT9iOWIwIiwid2VicGFjazovL0B2dWUvZGV2dG9vbHMvLi4vYXBwLWZyb250ZW5kL3NyYy9mZWF0dXJlcy9jb2RlL0NvZGVFZGl0b3IudnVlP2U3YzMiXSwic291cmNlc0NvbnRlbnQiOlsidmFyIHJlbmRlciA9IGZ1bmN0aW9uIHJlbmRlcigpe3ZhciBfdm09dGhpcyxfYz1fdm0uX3NlbGYuX2M7cmV0dXJuIF9jKCdkaXYnKVxufVxudmFyIHN0YXRpY1JlbmRlckZucyA9IFtdXG5cbmV4cG9ydCB7IHJlbmRlciwgc3RhdGljUmVuZGVyRm5zIH0iLCJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL25vZGVfbW9kdWxlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vQ29kZUVkaXRvci52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hLi4vLi4vLi4vLi4vLi4vbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vbm9kZV9tb2R1bGVzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9Db2RlRWRpdG9yLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiIsImltcG9ydCB7IHJlbmRlciwgc3RhdGljUmVuZGVyRm5zIH0gZnJvbSBcIi4vQ29kZUVkaXRvci52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9ZjE1ODNlNTQmXCJcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vQ29kZUVkaXRvci52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcbmV4cG9ydCAqIGZyb20gXCIuL0NvZGVFZGl0b3IudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5cblxuLyogbm9ybWFsaXplIGNvbXBvbmVudCAqL1xuaW1wb3J0IG5vcm1hbGl6ZXIgZnJvbSBcIiEuLi8uLi8uLi8uLi8uLi9ub2RlX21vZHVsZXMvdnVlLWxvYWRlci9saWIvcnVudGltZS9jb21wb25lbnROb3JtYWxpemVyLmpzXCJcbnZhciBjb21wb25lbnQgPSBub3JtYWxpemVyKFxuICBzY3JpcHQsXG4gIHJlbmRlcixcbiAgc3RhdGljUmVuZGVyRm5zLFxuICBmYWxzZSxcbiAgbnVsbCxcbiAgbnVsbCxcbiAgbnVsbFxuICBcbilcblxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwibmFtZXMiOlsicmVuZGVyIiwiX3ZtIiwiX2MiLCJfc2VsZiIsInN0YXRpY1JlbmRlckZucyIsIm1vbmFjbyIsIm5hbWUiLCJtb2RlbCIsImV2ZW50IiwicHJvcHMiLCJvcmlnaW5hbCIsInR5cGUiLCJkZWZhdWx0IiwidmFsdWUiLCJyZXF1aXJlZCIsInRoZW1lIiwibGFuZ3VhZ2UiLCJvcHRpb25zIiwiZGlmZkVkaXRvciIsIndhdGNoIiwiZGVlcCIsImhhbmRsZXIiLCJlZGl0b3IiLCJtb3VudGVkIiwiYmVmb3JlRGVzdHJveSIsIm1ldGhvZHMiLCJpbml0TW9uYWNvIiwibW9kaWZpZWQiLCJnZXRNb25hY28iLCJnZXRFZGl0b3IiLCJnZXRNb2RpZmllZEVkaXRvciIsImdldE9yaWdpbmFsRWRpdG9yIiwiZm9jdXMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///31177\n")},47621:e=>{e.exports=JSON.parse('{"inherit":true,"base":"vs-dark","colors":{"focusBorder":"#388bfd","foreground":"#c9d1d9","descriptionForeground":"#8b949e","errorForeground":"#f85149","textLink.foreground":"#58a6ff","textLink.activeForeground":"#58a6ff","textBlockQuote.background":"#090c10","textBlockQuote.border":"#3b434b","textCodeBlock.background":"#f0f6fc26","textPreformat.foreground":"#8b949e","textSeparator.foreground":"#21262d","button.background":"#238636","button.foreground":"#ffffff","button.hoverBackground":"#2ea043","button.secondaryBackground":"#292e34","button.secondaryForeground":"#c9d1d9","button.secondaryHoverBackground":"#30363d","checkbox.background":"#161b22","checkbox.border":"#30363d","dropdown.background":"#1c2128","dropdown.border":"#30363d","dropdown.foreground":"#c9d1d9","dropdown.listBackground":"#1c2128","input.background":"#0d1117","input.border":"#21262d","input.foreground":"#c9d1d9","input.placeholderForeground":"#484f58","badge.foreground":"#79c0ff","badge.background":"#0d419d","progressBar.background":"#1f6feb","titleBar.activeForeground":"#8b949e","titleBar.activeBackground":"#0d1117","titleBar.inactiveForeground":"#8b949e","titleBar.inactiveBackground":"#090c10","titleBar.border":"#30363d","activityBar.foreground":"#c9d1d9","activityBar.inactiveForeground":"#8b949e","activityBar.background":"#0d1117","activityBarBadge.foreground":"#f0f6fc","activityBarBadge.background":"#1f6feb","activityBar.activeBorder":"#f78166","activityBar.border":"#30363d","sideBar.foreground":"#c9d1d9","sideBar.background":"#090c10","sideBar.border":"#30363d","sideBarTitle.foreground":"#c9d1d9","sideBarSectionHeader.foreground":"#c9d1d9","sideBarSectionHeader.background":"#090c10","sideBarSectionHeader.border":"#30363d","list.hoverForeground":"#c9d1d9","list.inactiveSelectionForeground":"#c9d1d9","list.activeSelectionForeground":"#c9d1d9","list.hoverBackground":"#161b22","list.inactiveSelectionBackground":"#161b22","list.activeSelectionBackground":"#21262d","list.focusForeground":"#f0f6fc","list.focusBackground":"#21262d","list.inactiveFocusBackground":"#161b22","list.highlightForeground":"#388bfd","tree.indentGuidesStroke":"#21262d","notificationCenterHeader.foreground":"#6e7681","notificationCenterHeader.background":"#0d1117","notifications.foreground":"#8b949e","notifications.background":"#161b22","notifications.border":"#30363d","notificationsErrorIcon.foreground":"#f85149","notificationsWarningIcon.foreground":"#f0883e","notificationsInfoIcon.foreground":"#58a6ff","pickerGroup.border":"#21262d","pickerGroup.foreground":"#8b949e","quickInput.background":"#0d1117","quickInput.foreground":"#c9d1d9","statusBar.foreground":"#8b949e","statusBar.background":"#0d1117","statusBar.border":"#30363d","statusBar.noFolderBackground":"#0d1117","statusBar.debuggingBackground":"#da3633","statusBar.debuggingForeground":"#f0f6fc","statusBarItem.prominentBackground":"#161b22","editorGroupHeader.tabsBackground":"#090c10","editorGroupHeader.tabsBorder":"#30363d","editorGroup.border":"#30363d","tab.activeForeground":"#c9d1d9","tab.inactiveForeground":"#8b949e","tab.inactiveBackground":"#090c10","tab.activeBackground":"#0d1117","tab.hoverBackground":"#0d1117","tab.unfocusedHoverBackground":"#161b22","tab.border":"#30363d","tab.unfocusedActiveBorderTop":"#30363d","tab.activeBorder":"#0d1117","tab.unfocusedActiveBorder":"#0d1117","tab.activeBorderTop":"#f78166","breadcrumb.foreground":"#8b949e","breadcrumb.focusForeground":"#c9d1d9","breadcrumb.activeSelectionForeground":"#8b949e","breadcrumbPicker.background":"#1c2128","editor.foreground":"#c9d1d9","editor.background":"#0d1117","editorWidget.background":"#1c2128","editor.foldBackground":"#6e76811a","editor.lineHighlightBackground":"#161b22","editorLineNumber.foreground":"#8b949e","editorLineNumber.activeForeground":"#c9d1d9","editorIndentGuide.background":"#21262d","editorIndentGuide.activeBackground":"#30363d","editorWhitespace.foreground":"#484f58","editorCursor.foreground":"#79c0ff","editor.findMatchBackground":"#ffd33d44","editor.findMatchHighlightBackground":"#ffd33d22","editor.linkedEditingBackground":"#3392FF22","editor.inactiveSelectionBackground":"#3392FF22","editor.selectionBackground":"#3392FF44","editor.selectionHighlightBackground":"#17E5E633","editor.selectionHighlightBorder":"#17E5E600","editor.wordHighlightBackground":"#17E5E600","editor.wordHighlightStrongBackground":"#17E5E600","editor.wordHighlightBorder":"#17E5E699","editor.wordHighlightStrongBorder":"#17E5E666","editorBracketMatch.background":"#17E5E650","editorBracketMatch.border":"#17E5E600","editorGutter.modifiedBackground":"#9e6a03","editorGutter.addedBackground":"#196c2e","editorGutter.deletedBackground":"#b62324","diffEditor.insertedTextBackground":"#2ea04333","diffEditor.removedTextBackground":"#da363333","scrollbar.shadow":"#0008","scrollbarSlider.background":"#484F5833","scrollbarSlider.hoverBackground":"#484F5844","scrollbarSlider.activeBackground":"#484F5888","editorOverviewRuler.border":"#010409","panel.background":"#090c10","panel.border":"#30363d","panelTitle.activeBorder":"#f78166","panelTitle.activeForeground":"#c9d1d9","panelTitle.inactiveForeground":"#8b949e","panelInput.border":"#30363d","terminal.foreground":"#8b949e","terminal.ansiBlack":"#484f58","terminal.ansiRed":"#ff7b72","terminal.ansiGreen":"#3fb950","terminal.ansiYellow":"#d29922","terminal.ansiBlue":"#58a6ff","terminal.ansiMagenta":"#bc8cff","terminal.ansiCyan":"#39c5cf","terminal.ansiWhite":"#b1bac4","terminal.ansiBrightBlack":"#6e7681","terminal.ansiBrightRed":"#ffa198","terminal.ansiBrightGreen":"#56d364","terminal.ansiBrightYellow":"#e3b341","terminal.ansiBrightBlue":"#79c0ff","terminal.ansiBrightMagenta":"#d2a8ff","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiBrightWhite":"#f0f6fc","gitDecoration.addedResourceForeground":"#56d364","gitDecoration.modifiedResourceForeground":"#e3b341","gitDecoration.deletedResourceForeground":"#f85149","gitDecoration.untrackedResourceForeground":"#56d364","gitDecoration.ignoredResourceForeground":"#484f58","gitDecoration.conflictingResourceForeground":"#e3b341","gitDecoration.submoduleResourceForeground":"#8b949e","debugToolBar.background":"#1c2128","editor.stackFrameHighlightBackground":"#D2992225","editor.focusedStackFrameHighlightBackground":"#3FB95025","peekViewEditor.matchHighlightBackground":"#ffd33d33","peekViewResult.matchHighlightBackground":"#ffd33d33","peekViewEditor.background":"#0d111788","peekViewResult.background":"#0d1117","settings.headerForeground":"#8b949e","settings.modifiedItemIndicator":"#9e6a03","welcomePage.buttonBackground":"#21262d","welcomePage.buttonHoverBackground":"#30363d"},"rules":[{"foreground":"#8b949e","token":"comment"},{"foreground":"#8b949e","token":"punctuation.definition.comment"},{"foreground":"#8b949e","token":"string.comment"},{"foreground":"#79c0ff","token":"constant"},{"foreground":"#79c0ff","token":"entity.name.constant"},{"foreground":"#79c0ff","token":"variable.other.constant"},{"foreground":"#79c0ff","token":"variable.language"},{"foreground":"#79c0ff","token":"entity"},{"foreground":"#ffa657","token":"entity.name"},{"foreground":"#ffa657","token":"meta.export.default"},{"foreground":"#ffa657","token":"meta.definition.variable"},{"foreground":"#c9d1d9","token":"variable.parameter.function"},{"foreground":"#c9d1d9","token":"meta.jsx.children"},{"foreground":"#c9d1d9","token":"meta.block"},{"foreground":"#c9d1d9","token":"meta.tag.attributes"},{"foreground":"#c9d1d9","token":"entity.name.constant"},{"foreground":"#c9d1d9","token":"meta.object.member"},{"foreground":"#c9d1d9","token":"meta.embedded.expression"},{"foreground":"#d2a8ff","token":"entity.name.function"},{"foreground":"#7ee787","token":"entity.name.tag"},{"foreground":"#7ee787","token":"support.class.component"},{"foreground":"#ff7b72","token":"keyword"},{"foreground":"#ff7b72","token":"storage"},{"foreground":"#ff7b72","token":"storage.type"},{"foreground":"#c9d1d9","token":"storage.modifier.package"},{"foreground":"#c9d1d9","token":"storage.modifier.import"},{"foreground":"#c9d1d9","token":"storage.type.java"},{"foreground":"#a5d6ff","token":"string"},{"foreground":"#a5d6ff","token":"punctuation.definition.string"},{"foreground":"#a5d6ff","token":"string punctuation.section.embedded source"},{"foreground":"#79c0ff","token":"support"},{"foreground":"#79c0ff","token":"meta.property-name"},{"foreground":"#ffa657","token":"variable"},{"foreground":"#c9d1d9","token":"variable.other"},{"fontStyle":"italic","foreground":"#ffa198","token":"invalid.broken"},{"fontStyle":"italic","foreground":"#ffa198","token":"invalid.deprecated"},{"fontStyle":"italic","foreground":"#ffa198","token":"invalid.illegal"},{"fontStyle":"italic","foreground":"#ffa198","token":"invalid.unimplemented"},{"fontStyle":"italic underline","background":"#ff7b72","foreground":"#0d1117","content":"^M","token":"carriage-return"},{"foreground":"#ffa198","token":"message.error"},{"foreground":"#c9d1d9","token":"string source"},{"foreground":"#79c0ff","token":"string variable"},{"foreground":"#a5d6ff","token":"source.regexp"},{"foreground":"#a5d6ff","token":"string.regexp"},{"foreground":"#a5d6ff","token":"string.regexp.character-class"},{"foreground":"#a5d6ff","token":"string.regexp constant.character.escape"},{"foreground":"#a5d6ff","token":"string.regexp source.ruby.embedded"},{"foreground":"#a5d6ff","token":"string.regexp string.regexp.arbitrary-repitition"},{"fontStyle":"bold","foreground":"#7ee787","token":"string.regexp constant.character.escape"},{"foreground":"#79c0ff","token":"support.constant"},{"foreground":"#79c0ff","token":"support.variable"},{"foreground":"#79c0ff","token":"meta.module-reference"},{"foreground":"#ffa657","token":"punctuation.definition.list.begin.markdown"},{"fontStyle":"bold","foreground":"#79c0ff","token":"markup.heading"},{"fontStyle":"bold","foreground":"#79c0ff","token":"markup.heading entity.name"},{"foreground":"#7ee787","token":"markup.quote"},{"fontStyle":"italic","foreground":"#c9d1d9","token":"markup.italic"},{"fontStyle":"bold","foreground":"#c9d1d9","token":"markup.bold"},{"foreground":"#79c0ff","token":"markup.raw"},{"background":"#490202","foreground":"#ffa198","token":"markup.deleted"},{"background":"#490202","foreground":"#ffa198","token":"meta.diff.header.from-file"},{"background":"#490202","foreground":"#ffa198","token":"punctuation.definition.deleted"},{"background":"#04260f","foreground":"#7ee787","token":"markup.inserted"},{"background":"#04260f","foreground":"#7ee787","token":"meta.diff.header.to-file"},{"background":"#04260f","foreground":"#7ee787","token":"punctuation.definition.inserted"},{"background":"#5a1e02","foreground":"#ffa657","token":"markup.changed"},{"background":"#5a1e02","foreground":"#ffa657","token":"punctuation.definition.changed"},{"foreground":"#161b22","background":"#79c0ff","token":"markup.ignored"},{"foreground":"#161b22","background":"#79c0ff","token":"markup.untracked"},{"foreground":"#d2a8ff","fontStyle":"bold","token":"meta.diff.range"},{"foreground":"#79c0ff","token":"meta.diff.header"},{"fontStyle":"bold","foreground":"#79c0ff","token":"meta.separator"},{"foreground":"#79c0ff","token":"meta.output"},{"foreground":"#8b949e","token":"brackethighlighter.tag"},{"foreground":"#8b949e","token":"brackethighlighter.curly"},{"foreground":"#8b949e","token":"brackethighlighter.round"},{"foreground":"#8b949e","token":"brackethighlighter.square"},{"foreground":"#8b949e","token":"brackethighlighter.angle"},{"foreground":"#8b949e","token":"brackethighlighter.quote"},{"foreground":"#ffa198","token":"brackethighlighter.unmatched"},{"foreground":"#a5d6ff","fontStyle":"underline","token":"constant.other.reference.link"},{"foreground":"#a5d6ff","fontStyle":"underline","token":"string.other.link"}],"encodedTokensColors":[]}')},14607:e=>{e.exports=JSON.parse('{"inherit":true,"base":"vs","colors":{"focusBorder":"#0366d6","foreground":"#24292e","descriptionForeground":"#6a737d","errorForeground":"#cb2431","textLink.foreground":"#0366d6","textLink.activeForeground":"#0366d6","textBlockQuote.background":"#f6f8fa","textBlockQuote.border":"#dfe2e5","textCodeBlock.background":"#1b1f230d","textPreformat.foreground":"#586069","textSeparator.foreground":"#eaecef","button.background":"#2ea44f","button.foreground":"#ffffff","button.hoverBackground":"#2c974b","button.secondaryBackground":"#eaecef","button.secondaryForeground":"#24292e","button.secondaryHoverBackground":"#f3f4f6","checkbox.background":"#f6f8fa","checkbox.border":"#e1e4e8","dropdown.background":"#ffffff","dropdown.border":"#e1e4e8","dropdown.foreground":"#24292e","dropdown.listBackground":"#ffffff","input.background":"#ffffff","input.border":"#e1e4e8","input.foreground":"#24292e","input.placeholderForeground":"#6a737d","badge.foreground":"#005cc5","badge.background":"#dbedff","progressBar.background":"#2188ff","titleBar.activeForeground":"#586069","titleBar.activeBackground":"#ffffff","titleBar.inactiveForeground":"#6a737d","titleBar.inactiveBackground":"#f6f8fa","titleBar.border":"#e1e4e8","activityBar.foreground":"#24292e","activityBar.inactiveForeground":"#6a737d","activityBar.background":"#ffffff","activityBarBadge.foreground":"#ffffff","activityBarBadge.background":"#2188ff","activityBar.activeBorder":"#f9826c","activityBar.border":"#e1e4e8","sideBar.foreground":"#24292e","sideBar.background":"#f6f8fa","sideBar.border":"#e1e4e8","sideBarTitle.foreground":"#24292e","sideBarSectionHeader.foreground":"#24292e","sideBarSectionHeader.background":"#f6f8fa","sideBarSectionHeader.border":"#e1e4e8","list.hoverForeground":"#24292e","list.inactiveSelectionForeground":"#24292e","list.activeSelectionForeground":"#24292e","list.hoverBackground":"#ebf0f4","list.inactiveSelectionBackground":"#e8eaed","list.activeSelectionBackground":"#e2e5e9","list.focusForeground":"#05264c","list.focusBackground":"#cce5ff","list.inactiveFocusBackground":"#dbedff","list.highlightForeground":"#0366d6","tree.indentGuidesStroke":"#eaecef","notificationCenterHeader.foreground":"#6a737d","notificationCenterHeader.background":"#e1e4e8","notifications.foreground":"#586069","notifications.background":"#fafbfc","notifications.border":"#e1e4e8","notificationsErrorIcon.foreground":"#d73a49","notificationsWarningIcon.foreground":"#e36209","notificationsInfoIcon.foreground":"#005cc5","pickerGroup.border":"#e1e4e8","pickerGroup.foreground":"#586069","quickInput.background":"#fafbfc","quickInput.foreground":"#24292e","statusBar.foreground":"#586069","statusBar.background":"#ffffff","statusBar.border":"#e1e4e8","statusBar.noFolderBackground":"#ffffff","statusBar.debuggingBackground":"#d73a49","statusBar.debuggingForeground":"#ffffff","statusBarItem.prominentBackground":"#f6f8fa","editorGroupHeader.tabsBackground":"#f6f8fa","editorGroupHeader.tabsBorder":"#e1e4e8","editorGroup.border":"#e1e4e8","tab.activeForeground":"#24292e","tab.inactiveForeground":"#6a737d","tab.inactiveBackground":"#f6f8fa","tab.activeBackground":"#ffffff","tab.hoverBackground":"#ffffff","tab.unfocusedHoverBackground":"#f6f8fa","tab.border":"#e1e4e8","tab.unfocusedActiveBorderTop":"#e1e4e8","tab.activeBorder":"#ffffff","tab.unfocusedActiveBorder":"#ffffff","tab.activeBorderTop":"#f9826c","breadcrumb.foreground":"#6a737d","breadcrumb.focusForeground":"#24292e","breadcrumb.activeSelectionForeground":"#586069","breadcrumbPicker.background":"#ffffff","editor.foreground":"#24292e","editor.background":"#ffffff","editorWidget.background":"#ffffff","editor.foldBackground":"#959da51a","editor.lineHighlightBackground":"#fafbfc","editorLineNumber.foreground":"#959da5","editorLineNumber.activeForeground":"#24292e","editorIndentGuide.background":"#eaecef","editorIndentGuide.activeBackground":"#e1e4e8","editorWhitespace.foreground":"#d1d5da","editorCursor.foreground":"#044289","editor.findMatchBackground":"#ffdf5d","editor.findMatchHighlightBackground":"#ffdf5d66","editor.linkedEditingBackground":"#0366d611","editor.inactiveSelectionBackground":"#0366d611","editor.selectionBackground":"#0366d625","editor.selectionHighlightBackground":"#34d05840","editor.selectionHighlightBorder":"#34d05800","editor.wordHighlightBackground":"#34d05800","editor.wordHighlightStrongBackground":"#34d05800","editor.wordHighlightBorder":"#24943e99","editor.wordHighlightStrongBorder":"#24943e50","editorBracketMatch.background":"#34d05840","editorBracketMatch.border":"#34d05800","editorGutter.modifiedBackground":"#f9c513","editorGutter.addedBackground":"#34d058","editorGutter.deletedBackground":"#d73a49","diffEditor.insertedTextBackground":"#85e89d33","diffEditor.removedTextBackground":"#f9758326","scrollbar.shadow":"#6a737d33","scrollbarSlider.background":"#959da533","scrollbarSlider.hoverBackground":"#959da544","scrollbarSlider.activeBackground":"#959da588","editorOverviewRuler.border":"#ffffff","panel.background":"#f6f8fa","panel.border":"#e1e4e8","panelTitle.activeBorder":"#f9826c","panelTitle.activeForeground":"#24292e","panelTitle.inactiveForeground":"#6a737d","panelInput.border":"#e1e4e8","terminal.foreground":"#586069","terminal.ansiBlack":"#24292e","terminal.ansiRed":"#d73a49","terminal.ansiGreen":"#22863a","terminal.ansiYellow":"#b08800","terminal.ansiBlue":"#0366d6","terminal.ansiMagenta":"#6f42c1","terminal.ansiCyan":"#1b7c83","terminal.ansiWhite":"#6a737d","terminal.ansiBrightBlack":"#586069","terminal.ansiBrightRed":"#cb2431","terminal.ansiBrightGreen":"#28a745","terminal.ansiBrightYellow":"#dbab09","terminal.ansiBrightBlue":"#2188ff","terminal.ansiBrightMagenta":"#8a63d2","terminal.ansiBrightCyan":"#3192aa","terminal.ansiBrightWhite":"#959da5","gitDecoration.addedResourceForeground":"#22863a","gitDecoration.modifiedResourceForeground":"#b08800","gitDecoration.deletedResourceForeground":"#cb2431","gitDecoration.untrackedResourceForeground":"#22863a","gitDecoration.ignoredResourceForeground":"#959da5","gitDecoration.conflictingResourceForeground":"#b08800","gitDecoration.submoduleResourceForeground":"#586069","debugToolBar.background":"#ffffff","editor.stackFrameHighlightBackground":"#ffd33d33","editor.focusedStackFrameHighlightBackground":"#28a74525","settings.headerForeground":"#586069","settings.modifiedItemIndicator":"#f9c513","welcomePage.buttonBackground":"#fafbfc","welcomePage.buttonHoverBackground":"#f3f4f6"},"rules":[{"foreground":"#6a737d","token":"comment"},{"foreground":"#6a737d","token":"punctuation.definition.comment"},{"foreground":"#6a737d","token":"string.comment"},{"foreground":"#005cc5","token":"constant"},{"foreground":"#005cc5","token":"entity.name.constant"},{"foreground":"#005cc5","token":"variable.other.constant"},{"foreground":"#005cc5","token":"variable.language"},{"foreground":"#005cc5","token":"entity"},{"foreground":"#e36209","token":"entity.name"},{"foreground":"#e36209","token":"meta.export.default"},{"foreground":"#e36209","token":"meta.definition.variable"},{"foreground":"#24292e","token":"variable.parameter.function"},{"foreground":"#24292e","token":"meta.jsx.children"},{"foreground":"#24292e","token":"meta.block"},{"foreground":"#24292e","token":"meta.tag.attributes"},{"foreground":"#24292e","token":"entity.name.constant"},{"foreground":"#24292e","token":"meta.object.member"},{"foreground":"#24292e","token":"meta.embedded.expression"},{"foreground":"#6f42c1","token":"entity.name.function"},{"foreground":"#22863a","token":"entity.name.tag"},{"foreground":"#22863a","token":"support.class.component"},{"foreground":"#d73a49","token":"keyword"},{"foreground":"#d73a49","token":"storage"},{"foreground":"#d73a49","token":"storage.type"},{"foreground":"#24292e","token":"storage.modifier.package"},{"foreground":"#24292e","token":"storage.modifier.import"},{"foreground":"#24292e","token":"storage.type.java"},{"foreground":"#032f62","token":"string"},{"foreground":"#032f62","token":"punctuation.definition.string"},{"foreground":"#032f62","token":"string punctuation.section.embedded source"},{"foreground":"#005cc5","token":"support"},{"foreground":"#005cc5","token":"meta.property-name"},{"foreground":"#e36209","token":"variable"},{"foreground":"#24292e","token":"variable.other"},{"fontStyle":"italic","foreground":"#b31d28","token":"invalid.broken"},{"fontStyle":"italic","foreground":"#b31d28","token":"invalid.deprecated"},{"fontStyle":"italic","foreground":"#b31d28","token":"invalid.illegal"},{"fontStyle":"italic","foreground":"#b31d28","token":"invalid.unimplemented"},{"fontStyle":"italic underline","background":"#d73a49","foreground":"#fafbfc","content":"^M","token":"carriage-return"},{"foreground":"#b31d28","token":"message.error"},{"foreground":"#24292e","token":"string source"},{"foreground":"#005cc5","token":"string variable"},{"foreground":"#032f62","token":"source.regexp"},{"foreground":"#032f62","token":"string.regexp"},{"foreground":"#032f62","token":"string.regexp.character-class"},{"foreground":"#032f62","token":"string.regexp constant.character.escape"},{"foreground":"#032f62","token":"string.regexp source.ruby.embedded"},{"foreground":"#032f62","token":"string.regexp string.regexp.arbitrary-repitition"},{"fontStyle":"bold","foreground":"#22863a","token":"string.regexp constant.character.escape"},{"foreground":"#005cc5","token":"support.constant"},{"foreground":"#005cc5","token":"support.variable"},{"foreground":"#005cc5","token":"meta.module-reference"},{"foreground":"#e36209","token":"punctuation.definition.list.begin.markdown"},{"fontStyle":"bold","foreground":"#005cc5","token":"markup.heading"},{"fontStyle":"bold","foreground":"#005cc5","token":"markup.heading entity.name"},{"foreground":"#22863a","token":"markup.quote"},{"fontStyle":"italic","foreground":"#24292e","token":"markup.italic"},{"fontStyle":"bold","foreground":"#24292e","token":"markup.bold"},{"foreground":"#005cc5","token":"markup.raw"},{"background":"#ffeef0","foreground":"#b31d28","token":"markup.deleted"},{"background":"#ffeef0","foreground":"#b31d28","token":"meta.diff.header.from-file"},{"background":"#ffeef0","foreground":"#b31d28","token":"punctuation.definition.deleted"},{"background":"#f0fff4","foreground":"#22863a","token":"markup.inserted"},{"background":"#f0fff4","foreground":"#22863a","token":"meta.diff.header.to-file"},{"background":"#f0fff4","foreground":"#22863a","token":"punctuation.definition.inserted"},{"background":"#ffebda","foreground":"#e36209","token":"markup.changed"},{"background":"#ffebda","foreground":"#e36209","token":"punctuation.definition.changed"},{"foreground":"#f6f8fa","background":"#005cc5","token":"markup.ignored"},{"foreground":"#f6f8fa","background":"#005cc5","token":"markup.untracked"},{"foreground":"#6f42c1","fontStyle":"bold","token":"meta.diff.range"},{"foreground":"#005cc5","token":"meta.diff.header"},{"fontStyle":"bold","foreground":"#005cc5","token":"meta.separator"},{"foreground":"#005cc5","token":"meta.output"},{"foreground":"#586069","token":"brackethighlighter.tag"},{"foreground":"#586069","token":"brackethighlighter.curly"},{"foreground":"#586069","token":"brackethighlighter.round"},{"foreground":"#586069","token":"brackethighlighter.square"},{"foreground":"#586069","token":"brackethighlighter.angle"},{"foreground":"#586069","token":"brackethighlighter.quote"},{"foreground":"#b31d28","token":"brackethighlighter.unmatched"},{"foreground":"#032f62","fontStyle":"underline","token":"constant.other.reference.link"},{"foreground":"#032f62","fontStyle":"underline","token":"string.other.link"}],"encodedTokensColors":[]}')}}]);