kibana/packages/kbn-ace
Elena Stoeva dbf017ba31
Rename Management team name in codeowners file (#178626)
The AppEx Management team was recently renamed on GitHub from
`platform-deployment-management` to `kibana-management`. This PR updates
the Codeowners file and all references to the team name.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-03-18 15:46:31 +00:00
..
src/ace/modes chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
kibana.jsonc Rename Management team name in codeowners file (#178626) 2024-03-18 15:46:31 +00:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md [ES UI] Reintroduce import of brace/mode/json (#78571) 2020-10-01 12:20:33 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@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.