| Index: lib/compiler/implementation/lib/io.dart
|
| diff --git a/lib/compiler/implementation/lib/io.dart b/lib/compiler/implementation/lib/io.dart
|
| index bac4fc23fd45cb62691e3e7683805a9b49ccc76c..4cd7cecd8da9cc56d0435b7285b66859627fb10d 100644
|
| --- a/lib/compiler/implementation/lib/io.dart
|
| +++ b/lib/compiler/implementation/lib/io.dart
|
| @@ -9,6 +9,14 @@
|
|
|
| // TODO(ahe): Separate API from implementation details.
|
|
|
| +/**
|
| + * The IO library is used for Dart server applications,
|
| + * which run on a stand-alone Dart VM from the command line.
|
| + * *This library does not work in browser based applications.*
|
| + *
|
| + * This library allows you to work with files, directories,
|
| + * sockets, processes, HTTP servers and clients, and more.
|
| + */
|
| #library("dart:io");
|
| #import("dart:coreimpl");
|
| #import("dart:isolate");
|
|
|