This commit is contained in:
azure-pipelines[bot] 2023-03-15 07:39:52 +00:00
parent 3dd7e3e1d3
commit e3b5585974
358 changed files with 358 additions and 358 deletions

View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[2694],{2694:(t,n,e)=>{e.r(n),e.d(n,{default:()=>o});const o='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n\tglyphMargin: true,\n\tcontextmenu: false,\n});\n\nvar decorations = editor.deltaDecorations(\n\t[],\n\t[\n\t\t{\n\t\t\trange: new monaco.Range(3, 1, 3, 1),\n\t\t\toptions: {\n\t\t\t\tisWholeLine: true,\n\t\t\t\tclassName: "myContentClass",\n\t\t\t\tglyphMarginClassName: "myGlyphMarginClass",\n\t\t\t},\n\t\t},\n\t]\n);\n\n// Add a zone to make hit testing more interesting\nvar viewZoneId = null;\neditor.changeViewZones(function (changeAccessor) {\n\tvar domNode = document.createElement("div");\n\tdomNode.style.background = "lightgreen";\n\tviewZoneId = changeAccessor.addZone({\n\t\tafterLineNumber: 3,\n\t\theightInLines: 3,\n\t\tdomNode: domNode,\n\t});\n});\n\n// Add a content widget (scrolls inline with text)\nvar contentWidget = {\n\tdomNode: (function () {\n\t\tvar domNode = document.createElement("div");\n\t\tdomNode.innerHTML = "My content widget";\n\t\tdomNode.style.background = "grey";\n\t\treturn domNode;\n\t})(),\n\tgetId: function () {\n\t\treturn "my.content.widget";\n\t},\n\tgetDomNode: function () {\n\t\treturn this.domNode;\n\t},\n\tgetPosition: function () {\n\t\treturn {\n\t\t\tposition: {\n\t\t\t\tlineNumber: 7,\n\t\t\t\tcolumn: 8,\n\t\t\t},\n\t\t\tpreference: [\n\t\t\t\tmonaco.editor.ContentWidgetPositionPreference.ABOVE,\n\t\t\t\tmonaco.editor.ContentWidgetPositionPreference.BELOW,\n\t\t\t],\n\t\t};\n\t},\n};\neditor.addContentWidget(contentWidget);\n\n// Add an overlay widget\nvar overlayWidget = {\n\tdomNode: (function () {\n\t\tvar domNode = document.createElement("div");\n\t\tdomNode.innerHTML = "My overlay widget";\n\t\tdomNode.style.background = "grey";\n\t\tdomNode.style.right = "30px";\n\t\tdomNode.style.top = "50px";\n\t\treturn domNode;\n\t})(),\n\tgetId: function () {\n\t\treturn "my.overlay.widget";\n\t},\n\tgetDomNode: function () {\n\t\treturn this.domNode;\n\t},\n\tgetPosition: function () {\n\t\treturn null;\n\t},\n};\neditor.addOverlayWidget(overlayWidget);\n\nvar output = document.getElementById("output");\nfunction showEvent(str) {\n\twhile (output.childNodes.length > 6) {\n\t\toutput.removeChild(output.firstChild.nextSibling.nextSibling);\n\t}\n\toutput.appendChild(document.createTextNode(str));\n\toutput.appendChild(document.createElement("br"));\n}\n\neditor.onMouseMove(function (e) {\n\tshowEvent("mousemove - " + e.target.toString());\n});\neditor.onMouseDown(function (e) {\n\tshowEvent("mousedown - " + e.target.toString());\n});\neditor.onContextMenu(function (e) {\n\tshowEvent("contextmenu - " + e.target.toString());\n});\neditor.onMouseLeave(function (e) {\n\tshowEvent("mouseleave");\n});\n'}}]); "use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[2694],{2694:(t,n,e)=>{e.r(n),e.d(n,{default:()=>o});const o='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n\tglyphMargin: true,\n\tcontextmenu: false,\n});\n\nvar decorations = editor.createDecorationsCollection([\n\t{\n\t\trange: new monaco.Range(3, 1, 3, 1),\n\t\toptions: {\n\t\t\tisWholeLine: true,\n\t\t\tclassName: "myContentClass",\n\t\t\tglyphMarginClassName: "myGlyphMarginClass",\n\t\t},\n\t},\n]);\n\n// Add a zone to make hit testing more interesting\nvar viewZoneId = null;\neditor.changeViewZones(function (changeAccessor) {\n\tvar domNode = document.createElement("div");\n\tdomNode.style.background = "lightgreen";\n\tviewZoneId = changeAccessor.addZone({\n\t\tafterLineNumber: 3,\n\t\theightInLines: 3,\n\t\tdomNode: domNode,\n\t});\n});\n\n// Add a content widget (scrolls inline with text)\nvar contentWidget = {\n\tdomNode: (function () {\n\t\tvar domNode = document.createElement("div");\n\t\tdomNode.innerHTML = "My content widget";\n\t\tdomNode.style.background = "grey";\n\t\treturn domNode;\n\t})(),\n\tgetId: function () {\n\t\treturn "my.content.widget";\n\t},\n\tgetDomNode: function () {\n\t\treturn this.domNode;\n\t},\n\tgetPosition: function () {\n\t\treturn {\n\t\t\tposition: {\n\t\t\t\tlineNumber: 7,\n\t\t\t\tcolumn: 8,\n\t\t\t},\n\t\t\tpreference: [\n\t\t\t\tmonaco.editor.ContentWidgetPositionPreference.ABOVE,\n\t\t\t\tmonaco.editor.ContentWidgetPositionPreference.BELOW,\n\t\t\t],\n\t\t};\n\t},\n};\neditor.addContentWidget(contentWidget);\n\n// Add an overlay widget\nvar overlayWidget = {\n\tdomNode: (function () {\n\t\tvar domNode = document.createElement("div");\n\t\tdomNode.innerHTML = "My overlay widget";\n\t\tdomNode.style.background = "grey";\n\t\tdomNode.style.right = "30px";\n\t\tdomNode.style.top = "50px";\n\t\treturn domNode;\n\t})(),\n\tgetId: function () {\n\t\treturn "my.overlay.widget";\n\t},\n\tgetDomNode: function () {\n\t\treturn this.domNode;\n\t},\n\tgetPosition: function () {\n\t\treturn null;\n\t},\n};\neditor.addOverlayWidget(overlayWidget);\n\nvar output = document.getElementById("output");\nfunction showEvent(str) {\n\twhile (output.childNodes.length > 6) {\n\t\toutput.removeChild(output.firstChild.nextSibling.nextSibling);\n\t}\n\toutput.appendChild(document.createTextNode(str));\n\toutput.appendChild(document.createElement("br"));\n}\n\neditor.onMouseMove(function (e) {\n\tshowEvent("mousemove - " + e.target.toString());\n});\neditor.onMouseDown(function (e) {\n\tshowEvent("mousedown - " + e.target.toString());\n});\neditor.onContextMenu(function (e) {\n\tshowEvent("contextmenu - " + e.target.toString());\n});\neditor.onMouseLeave(function (e) {\n\tshowEvent("mouseleave");\n});\n'}}]);
//# sourceMappingURL=2694.js.map //# sourceMappingURL=2694.js.map

View file

@ -1 +1 @@
{"version":3,"file":"2694.js","mappings":"8IAAA,43F","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n\\tglyphMargin: true,\\n\\tcontextmenu: false,\\n});\\n\\nvar decorations = editor.deltaDecorations(\\n\\t[],\\n\\t[\\n\\t\\t{\\n\\t\\t\\trange: new monaco.Range(3, 1, 3, 1),\\n\\t\\t\\toptions: {\\n\\t\\t\\t\\tisWholeLine: true,\\n\\t\\t\\t\\tclassName: \\\"myContentClass\\\",\\n\\t\\t\\t\\tglyphMarginClassName: \\\"myGlyphMarginClass\\\",\\n\\t\\t\\t},\\n\\t\\t},\\n\\t]\\n);\\n\\n// Add a zone to make hit testing more interesting\\nvar viewZoneId = null;\\neditor.changeViewZones(function (changeAccessor) {\\n\\tvar domNode = document.createElement(\\\"div\\\");\\n\\tdomNode.style.background = \\\"lightgreen\\\";\\n\\tviewZoneId = changeAccessor.addZone({\\n\\t\\tafterLineNumber: 3,\\n\\t\\theightInLines: 3,\\n\\t\\tdomNode: domNode,\\n\\t});\\n});\\n\\n// Add a content widget (scrolls inline with text)\\nvar contentWidget = {\\n\\tdomNode: (function () {\\n\\t\\tvar domNode = document.createElement(\\\"div\\\");\\n\\t\\tdomNode.innerHTML = \\\"My content widget\\\";\\n\\t\\tdomNode.style.background = \\\"grey\\\";\\n\\t\\treturn domNode;\\n\\t})(),\\n\\tgetId: function () {\\n\\t\\treturn \\\"my.content.widget\\\";\\n\\t},\\n\\tgetDomNode: function () {\\n\\t\\treturn this.domNode;\\n\\t},\\n\\tgetPosition: function () {\\n\\t\\treturn {\\n\\t\\t\\tposition: {\\n\\t\\t\\t\\tlineNumber: 7,\\n\\t\\t\\t\\tcolumn: 8,\\n\\t\\t\\t},\\n\\t\\t\\tpreference: [\\n\\t\\t\\t\\tmonaco.editor.ContentWidgetPositionPreference.ABOVE,\\n\\t\\t\\t\\tmonaco.editor.ContentWidgetPositionPreference.BELOW,\\n\\t\\t\\t],\\n\\t\\t};\\n\\t},\\n};\\neditor.addContentWidget(contentWidget);\\n\\n// Add an overlay widget\\nvar overlayWidget = {\\n\\tdomNode: (function () {\\n\\t\\tvar domNode = document.createElement(\\\"div\\\");\\n\\t\\tdomNode.innerHTML = \\\"My overlay widget\\\";\\n\\t\\tdomNode.style.background = \\\"grey\\\";\\n\\t\\tdomNode.style.right = \\\"30px\\\";\\n\\t\\tdomNode.style.top = \\\"50px\\\";\\n\\t\\treturn domNode;\\n\\t})(),\\n\\tgetId: function () {\\n\\t\\treturn \\\"my.overlay.widget\\\";\\n\\t},\\n\\tgetDomNode: function () {\\n\\t\\treturn this.domNode;\\n\\t},\\n\\tgetPosition: function () {\\n\\t\\treturn null;\\n\\t},\\n};\\neditor.addOverlayWidget(overlayWidget);\\n\\nvar output = document.getElementById(\\\"output\\\");\\nfunction showEvent(str) {\\n\\twhile (output.childNodes.length > 6) {\\n\\t\\toutput.removeChild(output.firstChild.nextSibling.nextSibling);\\n\\t}\\n\\toutput.appendChild(document.createTextNode(str));\\n\\toutput.appendChild(document.createElement(\\\"br\\\"));\\n}\\n\\neditor.onMouseMove(function (e) {\\n\\tshowEvent(\\\"mousemove - \\\" + e.target.toString());\\n});\\neditor.onMouseDown(function (e) {\\n\\tshowEvent(\\\"mousedown - \\\" + e.target.toString());\\n});\\neditor.onContextMenu(function (e) {\\n\\tshowEvent(\\\"contextmenu - \\\" + e.target.toString());\\n});\\neditor.onMouseLeave(function (e) {\\n\\tshowEvent(\\\"mouseleave\\\");\\n});\\n\";"],"names":[],"sourceRoot":""} {"version":3,"file":"2694.js","mappings":"8IAAA,w2F","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n\\tglyphMargin: true,\\n\\tcontextmenu: false,\\n});\\n\\nvar decorations = editor.createDecorationsCollection([\\n\\t{\\n\\t\\trange: new monaco.Range(3, 1, 3, 1),\\n\\t\\toptions: {\\n\\t\\t\\tisWholeLine: true,\\n\\t\\t\\tclassName: \\\"myContentClass\\\",\\n\\t\\t\\tglyphMarginClassName: \\\"myGlyphMarginClass\\\",\\n\\t\\t},\\n\\t},\\n]);\\n\\n// Add a zone to make hit testing more interesting\\nvar viewZoneId = null;\\neditor.changeViewZones(function (changeAccessor) {\\n\\tvar domNode = document.createElement(\\\"div\\\");\\n\\tdomNode.style.background = \\\"lightgreen\\\";\\n\\tviewZoneId = changeAccessor.addZone({\\n\\t\\tafterLineNumber: 3,\\n\\t\\theightInLines: 3,\\n\\t\\tdomNode: domNode,\\n\\t});\\n});\\n\\n// Add a content widget (scrolls inline with text)\\nvar contentWidget = {\\n\\tdomNode: (function () {\\n\\t\\tvar domNode = document.createElement(\\\"div\\\");\\n\\t\\tdomNode.innerHTML = \\\"My content widget\\\";\\n\\t\\tdomNode.style.background = \\\"grey\\\";\\n\\t\\treturn domNode;\\n\\t})(),\\n\\tgetId: function () {\\n\\t\\treturn \\\"my.content.widget\\\";\\n\\t},\\n\\tgetDomNode: function () {\\n\\t\\treturn this.domNode;\\n\\t},\\n\\tgetPosition: function () {\\n\\t\\treturn {\\n\\t\\t\\tposition: {\\n\\t\\t\\t\\tlineNumber: 7,\\n\\t\\t\\t\\tcolumn: 8,\\n\\t\\t\\t},\\n\\t\\t\\tpreference: [\\n\\t\\t\\t\\tmonaco.editor.ContentWidgetPositionPreference.ABOVE,\\n\\t\\t\\t\\tmonaco.editor.ContentWidgetPositionPreference.BELOW,\\n\\t\\t\\t],\\n\\t\\t};\\n\\t},\\n};\\neditor.addContentWidget(contentWidget);\\n\\n// Add an overlay widget\\nvar overlayWidget = {\\n\\tdomNode: (function () {\\n\\t\\tvar domNode = document.createElement(\\\"div\\\");\\n\\t\\tdomNode.innerHTML = \\\"My overlay widget\\\";\\n\\t\\tdomNode.style.background = \\\"grey\\\";\\n\\t\\tdomNode.style.right = \\\"30px\\\";\\n\\t\\tdomNode.style.top = \\\"50px\\\";\\n\\t\\treturn domNode;\\n\\t})(),\\n\\tgetId: function () {\\n\\t\\treturn \\\"my.overlay.widget\\\";\\n\\t},\\n\\tgetDomNode: function () {\\n\\t\\treturn this.domNode;\\n\\t},\\n\\tgetPosition: function () {\\n\\t\\treturn null;\\n\\t},\\n};\\neditor.addOverlayWidget(overlayWidget);\\n\\nvar output = document.getElementById(\\\"output\\\");\\nfunction showEvent(str) {\\n\\twhile (output.childNodes.length > 6) {\\n\\t\\toutput.removeChild(output.firstChild.nextSibling.nextSibling);\\n\\t}\\n\\toutput.appendChild(document.createTextNode(str));\\n\\toutput.appendChild(document.createElement(\\\"br\\\"));\\n}\\n\\neditor.onMouseMove(function (e) {\\n\\tshowEvent(\\\"mousemove - \\\" + e.target.toString());\\n});\\neditor.onMouseDown(function (e) {\\n\\tshowEvent(\\\"mousedown - \\\" + e.target.toString());\\n});\\neditor.onContextMenu(function (e) {\\n\\tshowEvent(\\\"contextmenu - \\\" + e.target.toString());\\n});\\neditor.onMouseLeave(function (e) {\\n\\tshowEvent(\\\"mouseleave\\\");\\n});\\n\";"],"names":[],"sourceRoot":""}

View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[5256],{5256:(t,n,e)=>{e.r(n),e.d(n,{default:()=>a});const a='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n\tglyphMargin: true,\n});\n\nvar decorations = editor.deltaDecorations(\n\t[],\n\t[\n\t\t{\n\t\t\trange: new monaco.Range(3, 1, 3, 1),\n\t\t\toptions: {\n\t\t\t\tisWholeLine: true,\n\t\t\t\tclassName: "myContentClass",\n\t\t\t\tglyphMarginClassName: "myGlyphMarginClass",\n\t\t\t},\n\t\t},\n\t]\n);\n\n// You can now use `decorations` to change or remove the decoration\n'}}]); "use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[5256],{5256:(t,n,e)=>{e.r(n),e.d(n,{default:()=>a});const a='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n\tglyphMargin: true,\n});\n\nvar decorations = editor.createDecorationsCollection([\n\t{\n\t\trange: new monaco.Range(3, 1, 3, 1),\n\t\toptions: {\n\t\t\tisWholeLine: true,\n\t\t\tclassName: "myContentClass",\n\t\t\tglyphMarginClassName: "myGlyphMarginClass",\n\t\t},\n\t},\n]);\n\n// You can now use `decorations` to change or remove the decoration\n'}}]);
//# sourceMappingURL=5256.js.map //# sourceMappingURL=5256.js.map

View file

@ -1 +1 @@
{"version":3,"file":"5256.js","mappings":"8IAAA,ytB","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n\\tglyphMargin: true,\\n});\\n\\nvar decorations = editor.deltaDecorations(\\n\\t[],\\n\\t[\\n\\t\\t{\\n\\t\\t\\trange: new monaco.Range(3, 1, 3, 1),\\n\\t\\t\\toptions: {\\n\\t\\t\\t\\tisWholeLine: true,\\n\\t\\t\\t\\tclassName: \\\"myContentClass\\\",\\n\\t\\t\\t\\tglyphMarginClassName: \\\"myGlyphMarginClass\\\",\\n\\t\\t\\t},\\n\\t\\t},\\n\\t]\\n);\\n\\n// You can now use `decorations` to change or remove the decoration\\n\";"],"names":[],"sourceRoot":""} {"version":3,"file":"5256.js","mappings":"8IAAA,qsB","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n\\tglyphMargin: true,\\n});\\n\\nvar decorations = editor.createDecorationsCollection([\\n\\t{\\n\\t\\trange: new monaco.Range(3, 1, 3, 1),\\n\\t\\toptions: {\\n\\t\\t\\tisWholeLine: true,\\n\\t\\t\\tclassName: \\\"myContentClass\\\",\\n\\t\\t\\tglyphMarginClassName: \\\"myGlyphMarginClass\\\",\\n\\t\\t},\\n\\t},\\n]);\\n\\n// You can now use `decorations` to change or remove the decoration\\n\";"],"names":[],"sourceRoot":""}

View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[5336],{5336:(t,n,e)=>{e.r(n),e.d(n,{default:()=>a});const a='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n});\n\nvar decorations = editor.deltaDecorations(\n\t[],\n\t[\n\t\t{\n\t\t\trange: new monaco.Range(3, 1, 5, 1),\n\t\t\toptions: {\n\t\t\t\tisWholeLine: true,\n\t\t\t\tlinesDecorationsClassName: "myLineDecoration",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\trange: new monaco.Range(7, 1, 7, 24),\n\t\t\toptions: { inlineClassName: "myInlineDecoration" },\n\t\t},\n\t]\n);\n'}}]); "use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[5336],{5336:(n,t,e)=>{e.r(t),e.d(t,{default:()=>o});const o='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n});\n\nvar decorations = editor.createDecorationsCollection([\n\t{\n\t\trange: new monaco.Range(3, 1, 5, 1),\n\t\toptions: {\n\t\t\tisWholeLine: true,\n\t\t\tlinesDecorationsClassName: "myLineDecoration",\n\t\t},\n\t},\n\t{\n\t\trange: new monaco.Range(7, 1, 7, 24),\n\t\toptions: { inlineClassName: "myInlineDecoration" },\n\t},\n]);\n'}}]);
//# sourceMappingURL=5336.js.map //# sourceMappingURL=5336.js.map

View file

@ -1 +1 @@
{"version":3,"file":"5336.js","mappings":"8IAAA,gtB","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/line-and-inline-decorations/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n});\\n\\nvar decorations = editor.deltaDecorations(\\n\\t[],\\n\\t[\\n\\t\\t{\\n\\t\\t\\trange: new monaco.Range(3, 1, 5, 1),\\n\\t\\t\\toptions: {\\n\\t\\t\\t\\tisWholeLine: true,\\n\\t\\t\\t\\tlinesDecorationsClassName: \\\"myLineDecoration\\\",\\n\\t\\t\\t},\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\trange: new monaco.Range(7, 1, 7, 24),\\n\\t\\t\\toptions: { inlineClassName: \\\"myInlineDecoration\\\" },\\n\\t\\t},\\n\\t]\\n);\\n\";"],"names":[],"sourceRoot":""} {"version":3,"file":"5336.js","mappings":"8IAAA,srB","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/line-and-inline-decorations/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n});\\n\\nvar decorations = editor.createDecorationsCollection([\\n\\t{\\n\\t\\trange: new monaco.Range(3, 1, 5, 1),\\n\\t\\toptions: {\\n\\t\\t\\tisWholeLine: true,\\n\\t\\t\\tlinesDecorationsClassName: \\\"myLineDecoration\\\",\\n\\t\\t},\\n\\t},\\n\\t{\\n\\t\\trange: new monaco.Range(7, 1, 7, 24),\\n\\t\\toptions: { inlineClassName: \\\"myInlineDecoration\\\" },\\n\\t},\\n]);\\n\";"],"names":[],"sourceRoot":""}

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!----------------------------------------------------------------------------- /*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved. * Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(2541de85e405b4523a91ab0caa732e058d4e68f1) * Version: 0.36.1(4392096db27e3d9a5388f7510c8cd6813af132ca)
* Released under the MIT license * Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/

Some files were not shown because too many files have changed in this diff Show more