Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: third_party/pkg/di/TODO

Issue 107003007: Adding Angular's DI package & Dart unittests which test it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698