kibana/packages/kbn-monaco
Dominique Clarke 34490a355e
[Uptime] [Synthetics Integration] transition to monaco code editor (#102642)
* update synthetics integration code editor

* add basic support for xml and javascript

* fix types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-22 10:14:56 -04:00
..
scripts
src [Uptime] [Synthetics Integration] transition to monaco code editor (#102642) 2021-06-22 10:14:56 -04:00
BUILD.bazel fix(NA): windows ts_project outside sandbox compilation (#100947) 2021-06-03 17:53:39 +01:00
jest.config.js
package.json
README.md
tsconfig.json
webpack.config.js fix(NA): windows ts_project outside sandbox compilation (#100947) 2021-06-03 17:53:39 +01:00

@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.