mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
deploy: 9cb6000aba
This commit is contained in:
parent
58cb123ed1
commit
7d6e9bc8c2
362 changed files with 365 additions and 356 deletions
2
152.js
2
152.js
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue