| 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.
|
|
|