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

Unified Diff: pkg/stub_core_library/pubspec.yaml

Issue 380563002: Add a hidden pub command to generate core library stubs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 months 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
« no previous file with comments | « pkg/stub_core_library/lib/stub_core_library.dart ('k') | pkg/stub_core_library/test/stub_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/stub_core_library/pubspec.yaml
diff --git a/pkg/stub_core_library/pubspec.yaml b/pkg/stub_core_library/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c37bc220bc29e2b265a4cecd01b25ab56121a6e7
--- /dev/null
+++ b/pkg/stub_core_library/pubspec.yaml
@@ -0,0 +1,6 @@
+name: stub_core_library
+description: A repo-internal package for creating core library stubs.
+dependencies:
+ args: ">=0.11.0 <0.12.0"
+ analyzer: ">=0.22.0 <0.23.0"
+ path: ">=1.1.0 <2.0.0"
« no previous file with comments | « pkg/stub_core_library/lib/stub_core_library.dart ('k') | pkg/stub_core_library/test/stub_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698