mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
## Summary Adds `least` and `to_cartesianpoint` functions support in ES|QL. <img width="661" alt="Screenshot 2023-12-21 at 14 58 36" src=" |
||
---|---|---|
.. | ||
scripts | ||
src | ||
BUILD.bazel | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
server.ts | ||
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.