kibana/packages/kbn-monaco
2020-11-30 11:59:53 -05:00
..
scripts Support for painless language autocomplete within monaco (#80577) (#84522) 2020-11-30 11:59:53 -05:00
src Support for painless language autocomplete within monaco (#80577) (#84522) 2020-11-30 11:59:53 -05:00
package.json
README.md
tsconfig.json
webpack.config.js Support for painless language autocomplete within monaco (#80577) (#84522) 2020-11-30 11:59:53 -05: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.