Chromium Code Reviews

Unified Diff: pkg/args/pubspec.yaml

Issue 19810004: pkg/args: expose immutable collections (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: trying again Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/args/lib/src/usage.dart ('k') | sdk/lib/_internal/pub/lib/src/command/uploader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/pubspec.yaml
diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml
index 14802e7025dc861d1c3941ee00fc9817b6e38d19..5e460f373b9c6c25993206b7aeaadea9c30615b7 100644
--- a/pkg/args/pubspec.yaml
+++ b/pkg/args/pubspec.yaml
@@ -6,5 +6,7 @@ description: >
Libraries for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.
+dependencies:
+ unmodifiable_collection: any
dev_dependencies:
unittest: any
« no previous file with comments | « pkg/args/lib/src/usage.dart ('k') | sdk/lib/_internal/pub/lib/src/command/uploader.dart » ('j') | no next file with comments »

Powered by Google App Engine