kibana/packages/kbn-monaco
Kibana Machine c6b7e9c946
fix(NA): @kbn/monaco types exports (#113937) (#114109)
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-10-06 18:52:56 +00:00
..
scripts
src fix(NA): @kbn/monaco types exports (#113937) (#114109) 2021-10-06 18:52:56 +00:00
BUILD.bazel chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620) (#111217) 2021-09-03 18:41:32 -04:00
jest.config.js
package.json chore(NA): moving @kbn/monaco to babel transpiler (#107461) (#107492) 2021-08-03 00:04:21 -04:00
README.md [kbn/ui-shared-deps] split into two packages (#110558) (#112475) 2021-09-16 18:02:17 -04:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
webpack.config.js chore(NA): moving @kbn/monaco to babel transpiler (#107461) (#107492) 2021-08-03 00:04:21 -04: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.