kibana/packages/kbn-monaco
Alison Goryachev b3acc4b693
Handle multiple monaco editor instances for Painless lang (#85834) (#85962)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-15 13:45:11 -05:00
..
scripts Update painless autocomplete definitions (#85464) (#85593) 2020-12-10 13:03:57 -05:00
src Handle multiple monaco editor instances for Painless lang (#85834) (#85962) 2020-12-15 13:45:11 -05:00
jest.config.js Jest multi-project configuration (#77894) (#84826) 2020-12-02 14:02:21 -08:00
package.json Implement error reporting in monaco for painless language (#84695) (#85283) 2020-12-08 13:03:10 -05:00
README.md
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) (#76632) 2020-09-03 23:02:05 +02:00
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.