mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-26 21:31:45 +00:00
* Update dependencies and remove language server Dependency upgrades: - monaco-editor 0.16.2 -> 0.20.0 - monaco-editor-core 0.16.1 -> 0.20.0 - monaco-languages 1.6.0 -> 1.10.0 - monaco-plugin-helpers 1.0.2 -> 1.0.3 Remove dependencies that are also dependencies of yaml-language-server Remove all code from - src/languageservice - src/yaml-ast-parser-custom-tags - test * Update paths and deps in react examples * fix: 🐛 fix package (#29) Co-authored-by: DMY <147dmy@gmail.com> |
||
|---|---|---|
| .. | ||
| .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.