kibana/packages/kbn-ace
Tiago Costa 7c4e4f507b
chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620)
* chore(NA): replace babel config files by inline presets by default in the js_ts_transpiler rule

* chore(NA): update @kbn/ace build to exclude worker file

* chore(NA): remove config file support

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-03 21:17:46 +01:00
..
src chore(NA): moving @kbn/ace to babel transpiler (#106922) 2021-07-28 18:12:42 +01:00
BUILD.bazel chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620) 2021-09-03 21:17:46 +01:00
package.json chore(NA): moving @kbn/ace to babel transpiler (#106922) 2021-07-28 18:12:42 +01:00
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07: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.