Files
SCM-Manager/docs/en/development
Konstantin Schaper 7286a62a80 Implement api for extension point typings (#1638)
Currently, the only way to explore available extension points is through our documentation or by browsing the source code. Once you find them, there is no guard rails and the usage is prone to user errors. This new api allows the declaration of extension points as types in code. This way, exposing an extension point is as easy as exporting it from a module. Both the implementation and the developer who uses the extension point work with the same shared type that allows auto-completion and type-checks for safety. This feature is backwards-compatible as the generic methods all have sensible defaults for the type parameters.

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2021-05-12 16:05:30 +02:00
..
2020-06-11 11:27:39 +02:00
2020-06-11 11:27:39 +02:00
2020-05-06 21:36:20 +02:00
2020-05-06 21:36:20 +02:00
2021-05-12 13:28:04 +02:00
2020-06-11 11:27:39 +02:00