kibana/packages/kbn-monaco
Kibana Machine 72e000f14e
chore(NA): moving @kbn/monaco into bazel (#100709) (#100808)
* chore(NA): moving @kbn/monaco into bazel

* chore(NA): update register globals definitions

* chore(NA): remove build script

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-05-27 15:51:54 -04:00
..
scripts chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -04:00
src chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -04:00
BUILD.bazel chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -04:00
jest.config.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
package.json chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -04:00
README.md
tsconfig.json chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -04:00
webpack.config.js chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -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.

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.