mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
deploy: 8983c59033
This commit is contained in:
parent
40a856c5b3
commit
96a2c518eb
364 changed files with 364 additions and 364 deletions
2
152.js
2
152.js
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue