| Index: pkg/compiler/lib/compiler_new.dart
|
| diff --git a/pkg/compiler/lib/compiler_new.dart b/pkg/compiler/lib/compiler_new.dart
|
| index 51de3810e63885e5f2e171c55cc510ab9243c008..2131f6d65a9870ef2104e13c9a62f6c5e0674475 100644
|
| --- a/pkg/compiler/lib/compiler_new.dart
|
| +++ b/pkg/compiler/lib/compiler_new.dart
|
| @@ -39,9 +39,9 @@ abstract class CompilerInput {
|
| /// files, source map files, dump info files, etc.
|
| abstract class CompilerOutput {
|
| /// Returns an [EventSink] that will serve as compiler output for the given
|
| - /// component.
|
| + /// component.
|
| ///
|
| - /// Components are identified by [name] and [extension]. By convention,
|
| + /// Components are identified by [name] and [extension]. By convention,
|
| /// the empty string [:"":] will represent the main script
|
| /// (corresponding to the script parameter of [compile]) even if the
|
| /// main script is a library. For libraries that are compiled
|
|
|