mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Move into monaco-editor-webpack-plugin folder
This commit is contained in:
parent
06e4658c00
commit
94735b023f
25 changed files with 0 additions and 0 deletions
7
monaco-editor-webpack-plugin/test/index.js
Normal file
7
monaco-editor-webpack-plugin/test/index.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
|
||||
|
||||
monaco.editor.create(document.getElementById('container'), {
|
||||
value: 'console.log("Hello, world")',
|
||||
language: 'javascript'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue