kibana/examples/feature_control_examples/server
Pierre Gayvallet d64e246cb7
Change signature of Plugin.stop to maybe async (#170225)
## Summary

Fix https://github.com/elastic/kibana/issues/83612

This PR doesn't change any behavior, as we're already supporting (and
awaiting) promises returned from `stop` calls to plugin, it just changes
the type's signature to reflect that.

Also removed empty `stop` methods from existing plugins to make
typescript happy.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-11-06 01:38:19 -07:00
..
index.ts Developer documentation for designing feature privileges (#166716) 2023-09-27 13:43:55 +02:00
plugin.ts Change signature of Plugin.stop to maybe async (#170225) 2023-11-06 01:38:19 -07:00