kibana/packages/kbn-ace
2021-05-21 00:03:54 +01:00
..
src [packages] Move @kbn/ace to Bazel (#99129) 2021-05-06 14:56:29 -04:00
BUILD.bazel chore(NA): correctly setup dep order on js_library to fix windows build (#100420) 2021-05-21 00:03:54 +01:00
package.json [packages] Move @kbn/ace to Bazel (#99129) 2021-05-06 14:56:29 -04:00
README.md [ES UI] Reintroduce import of brace/mode/json (#78571) 2020-10-01 12:20:33 +02:00
tsconfig.json [packages] Move @kbn/ace to Bazel (#99129) 2021-05-06 14:56:29 -04: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.