kibana/packages/kbn-monaco
2020-12-08 12:16:06 -05:00
..
scripts Enhancements to painless autocomplete in monaco (#85055) 2020-12-08 12:16:06 -05:00
src Enhancements to painless autocomplete in monaco (#85055) 2020-12-08 12:16:06 -05:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
package.json Implement error reporting in monaco for painless language (#84695) 2020-12-08 10:07:07 -05:00
README.md
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) 2020-09-03 14:20:04 +02:00
webpack.config.js Support for painless language autocomplete within monaco (#80577) 2020-11-30 10:14:33 -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.