kibana/packages/kbn-monaco
2021-11-09 15:51:52 +00:00
..
__jest__ [Runtime field editor] Improve error handling (#109233) 2021-11-09 15:51:52 +00:00
scripts chore(NA): moving @kbn/monaco into bazel (#100709) 2021-05-27 18:55:28 +01:00
src [Runtime field editor] Improve error handling (#109233) 2021-11-09 15:51:52 +00:00
BUILD.bazel [Runtime field editor] Improve error handling (#109233) 2021-11-09 15:51:52 +00:00
jest.config.js
package.json chore(NA): moving @kbn/monaco to babel transpiler (#107461) 2021-08-03 02:40:19 +01:00
README.md [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
tsconfig.json [Runtime field editor] Improve error handling (#109233) 2021-11-09 15:51:52 +00:00
webpack.config.js chore(NA): moving @kbn/monaco to babel transpiler (#107461) 2021-08-03 02:40:19 +01: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-npm and @kbn/ui-shared-deps-src.

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.