This commit is contained in:
hediet 2023-02-24 11:03:18 +00:00
parent 58cb123ed1
commit 7d6e9bc8c2
362 changed files with 365 additions and 356 deletions

2
152.js
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[152],{152:(e,n,a)=>{a.r(n),a.d(n,{default:()=>t});const t='// The Monaco Editor can be easily created, given an\n// empty container and an options literal.\n// Two members of the literal are "value" and "language".\n// The editor takes the full size of its container.\n\nmonaco.editor.create(document.getElementById("container"), {\n\tvalue: "function hello() {\\n\\talert(\'Hello world!\');\\n}",\n\tlanguage: "javascript",\n});\n'}}]);
"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'}}]);
//# sourceMappingURL=152.js.map