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

Unified Diff: pkg/stub_core_library/README.md

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 | « no previous file | pkg/stub_core_library/bin/stub_core_library.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/stub_core_library/README.md
diff --git a/pkg/stub_core_library/README.md b/pkg/stub_core_library/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..acc40e6002ef5eef97988e8143ab629dc01aa15e
--- /dev/null
+++ b/pkg/stub_core_library/README.md
@@ -0,0 +1,6 @@
+This package exists to create stubs for core libraries that can't be safely
+imported on some platforms: `dart:io`, `dart:html`, and so on. These stubs are
+included in the SDK and used by pub to support cross-platform packages.
+
+This is an application package and is not intended to be uploaded to
+pub.dartlang.org.
« no previous file with comments | « no previous file | pkg/stub_core_library/bin/stub_core_library.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698