kibana/packages/kbn-monaco
Matthew Kime 8dff16a0a6
Index pattern field editor (#88995) (#91896)
Index pattern field editor

Co-authored-by: Sébastien Loix <sabee77@gmail.com>
2021-02-18 14:24:38 -06:00
..
scripts [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
src Index pattern field editor (#88995) (#91896) 2021-02-18 14:24:38 -06:00
jest.config.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
package.json [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.md
tsconfig.json
webpack.config.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08: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.