mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
* Update version of react-monaco-editor and monaco-editor libraries * Fix yarn lock file * Fix CI * Fix unit tests * Fix CI * Fix comment * move monaco instance in window.MonacoEnvironment Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
scripts | ||
src | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
@kbn/monaco
A customized version of monaco that is automatically configured the way we want it to be when imported as @kbn/monaco
. Additionally, imports to this package are automatically shared with all plugins using @kbn/ui-shared-deps
.
Includes custom xjson language support. The es_ui_shared
plugin has an example of how to use it, in the future we will likely expose helpers from this package to make using it everywhere a little more seamless.