mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 23:39:42 -04:00
* [packages] add kibana.jsonc files * auto-migrate to kibana.jsonc * support interactive pkg id selection too * remove old codeowners entry * skip codeowners generation when .github/CODEOWNERS doesn't exist * fall back to format validation if user is offline * update question style * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
src/ace/modes | ||
BUILD.bazel | ||
index.ts | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/ace
This package contains the XJSON mode for brace. This is an extension of the brace/mode/json
mode.
This package also contains an import of the entire brace editor which is used for creating the custom XJSON worker.
Note to plugins
This code should not be eagerly loaded.
Make sure imports of this package are behind a lazy-load import()
statement.
Your plugin should already be loading application code this way in the mount
function.
Deprecated
This package is considered deprecated and will be removed in future.
New and existing editor functionality should use Monaco.
Do not add new functionality to this package. Build new functionality for Monaco and use it instead.