This commit is contained in:
hediet 2023-04-07 18:16:15 +00:00
parent 40a856c5b3
commit 96a2c518eb
364 changed files with 364 additions and 364 deletions

2
152.js
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[152],{152:(t,e,n)=>{n.r(e),n.d(e,{default:()=>a});const a='const text = `function hello() {\n\talert(\'Hello world!\');\n}`;\n\n// Hover on each property to see its docs!\nmonaco.editor.create(document.getElementById("container"), {\n\tvalue: text,\n\tlanguage: "javascript",\n\tautomaticLayout: true,\n});\n'}}]);
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[152],{152:(t,e,n)=>{n.r(e),n.d(e,{default:()=>o});const o='const value = /* set from `myEditor.getModel()`: */ `function hello() {\n\talert(\'Hello world!\');\n}`;\n\n// Hover on each property to see its docs!\nconst myEditor = monaco.editor.create(document.getElementById("container"), {\n\tvalue,\n\tlanguage: "javascript",\n\tautomaticLayout: true,\n});\n'}}]);
//# sourceMappingURL=152.js.map