kibana/packages/kbn-monaco
Uladzislau Lasitsa cbe5f0d9ca
Add folding in kb-monaco and update some viewers (#90152)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-09 11:30:54 +03:00
..
scripts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
src Add folding in kb-monaco and update some viewers (#90152) 2021-02-09 11:30:54 +03:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
package.json Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08: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 Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -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.