Chromium Code Reviews| Index: pkg/front_end/lib/src/fasta/loader.dart |
| diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart |
| index 95ee99bde79986488c4bae88d5b09ffab8e357ef..bc3272564a0e4adb514731b09179774e6163644c 100644 |
| --- a/pkg/front_end/lib/src/fasta/loader.dart |
| +++ b/pkg/front_end/lib/src/fasta/loader.dart |
| @@ -132,6 +132,10 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit."""); |
| Future<Null> buildOutline(LibraryBuilder library); |
| + /// Builds all the method bodies found in a given [library]. |
|
ahe
2017/02/07 09:47:16
"a given" -> "the given"?
Paul Berry
2017/02/07 13:45:13
Done.
|
| + /// |
| + /// [astKind] determines whether or not analyzer ASTs are used as an |
| + /// intermediate data structure. |
| Future<Null> buildBody(LibraryBuilder library, AstKind astKind); |
| List<InputError> collectCompileTimeErrors() { |