| Index: third_party/pkg/di/TODO
|
| diff --git a/third_party/pkg/di/TODO b/third_party/pkg/di/TODO
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..663c703e87b6b4a79f724cb41887dfca4f9a8337
|
| --- /dev/null
|
| +++ b/third_party/pkg/di/TODO
|
| @@ -0,0 +1,15 @@
|
| +transparency:
|
| +- runtime check (all deps satisfied?)
|
| +- logging
|
| +- graph dump
|
| +- runtime type check (warning: when overriding a provider with something that does not implement the provider)
|
| +
|
| +annotations:
|
| +- injecting primitive types
|
| +- injecting dynamic vars
|
| +- overriding type annotations
|
| +- support multiple constructors ???
|
| +- injecting a property (config.baseUrl, rather than whole config) ???
|
| +
|
| +CONFIG:
|
| +- allow implicit providers (Type)
|
|
|