mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-26 21:31:45 +00:00
This is a preparation for `monaco-editor@^0.22.0`. In this version the global `monaco` object was removed for ESM users. A choice was made to use `monaco-editor` imports, because this probably has best compatibility for most users. If users want to use `monaco-editor-core`, they will have to create an alias in their own build process. |
||
|---|---|---|
| .. | ||
| .babelrc | ||
| .gitignore | ||
| index.html | ||
| index.jsx | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
| yarn.lock | ||
Demo: React + Weback + Worker Loader + Babel
To run:
yarn && yarn start
The demo will open in your browser. See (index.jsx)[index.jsx#L34-L36] for the schema loaded.