mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* chore(NA): remove overrides for rootDir on packages * chore(NA): replace './target_types' with 'target_types' on packages * chore(NA): removes stripInternal false configs * chore(NA): remove unused strip internals |
||
---|---|---|
.. | ||
scripts | ||
src | ||
BUILD.bazel | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
@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.