kibana/examples/user_profile_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 Add user profile selectable (#137424) 2022-08-04 22:09:01 +01:00
plugin.ts Change signature of Plugin.stop to maybe async (#170225) 2023-11-06 01:38:19 -07:00