kibana/examples
Mikhail Shustov e7d8ea3927
Extract src/core in a separate TS project (#76785)
* break dependency on data plugin TS code

* move global typings to @kbn/utility-types

* import types from @kbn/utility-types

* remove type dependency on plugins

* add intermediate js files to break dependency on outter TS code

* temp type declaration for query-string

* declare src/core project

* export types to reference in the built d.ts files

* reference core project

* move jest types out of kbn/utility-types due to a clash with mocha types

* fix wrong es_kuery path and ts project paths

* reference core from packages consuming it

* x-pack & oss should use the same lodash version

* Revert "x-pack & oss should use the same lodash version"

This reverts commit 79cec5781e.

* use the same lodash version

* fix @types/lodash TS2300: Duplicate identifier error

* fix wrong imports

* update docs

* update docs

* add a comment why file is needed
2020-09-15 12:41:27 +02:00
..
alerting_example Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
bfetch_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
dashboard_embeddable_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
developer_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
embeddable_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
embeddable_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
routing_example Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
search_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
state_containers_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
ui_action_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
ui_actions_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
url_generators_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
url_generators_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----