kibana/examples
Mikhail Shustov 37ec1e1053
Update to TS v4 (#73924)
* bump ts to v4

* MOAR RAM

* fix type errors for OSS

* first pass on x-pack errors

* second pass on x-pack type errors

* 3rd pass on x-pack type-errors

* mute errors if complex cases

* don't delete if spread suffices

* mute other complex cases

* make User fields optional

* fix optional types

* fix tests

* fix typings for time_range

* fix type errors in x-pack/tests

* rebuild kbn-pm

* remove leftovers from master update

* fix alert tests

* [Telemetry Checker] TS4 Fixes

* bump to 4.0.1-rc

* fix new errors in master

* bump typescript-eslint to version supporting TS v4 syntax

* fix merge commit errors

* update to the stable TS version 4.0.2

* bump ts-eslint to version supporting ts v4

* fix typo

* fix type errors after merge

* update ts in another new package.json

* TEMP: remove me

* Revert "TEMP: remove me"

This reverts commit dc0fc3bae6.

* [Telemetry] Update snapshot for new TS4 SyntaxKind

* bump prettier to support TS v4 syntax

* fix prettier rules

* last style change

* fix new type errors

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
2020-08-27 10:28:02 +02:00
..
alerting_example Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
bfetch_explorer [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
dashboard_embeddable_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
developer_examples Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
embeddable_examples Update to TS v4 (#73924) 2020-08-27 10:28:02 +02:00
embeddable_explorer cleaning up embeddable types (#75560) 2020-08-25 09:31:03 +02:00
routing_example Routing example plugin (#69581) 2020-07-15 12:44:42 -04:00
search_examples [Search] Use new es client (#74529) 2020-08-19 20:29:35 +03:00
state_containers_examples [Data] Query Input String manager (#72093) 2020-07-29 10:48:23 +03:00
ui_action_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
ui_actions_explorer [UiActions] pass trigger into action execution context (#74363) 2020-08-14 12:07:04 +02:00
url_generators_examples [kbn/optimizer] share all plugin bundles (#68986) 2020-06-15 22:15:31 -07:00
url_generators_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04: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
----