OLD | NEW |
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 // | 4 // |
5 // This file has been automatically generated. Please do not edit it manually. | 5 // This file has been automatically generated. Please do not edit it manually. |
6 // To regenerate the file, use the script | 6 // To regenerate the file, use the script |
7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart". | 7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart". |
8 // | 8 // |
9 // To render this graph using Graphviz (www.graphviz.org) use the command: | 9 // To render this graph using Graphviz (www.graphviz.org) use the command: |
10 // "dot tasks.dot -Tpdf -O". | 10 // "dot tasks.dot -Tpdf -O". |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit | 182 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit |
183 LIBRARY_UNIT_ERRORS [shape=box] | 183 LIBRARY_UNIT_ERRORS [shape=box] |
184 LINE_INFO -> DartErrorsTask | 184 LINE_INFO -> DartErrorsTask |
185 LINE_INFO -> ParseDartTask | 185 LINE_INFO -> ParseDartTask |
186 LINE_INFO [shape=box] | 186 LINE_INFO [shape=box] |
187 LINTS -> LibraryUnitErrorsTask | 187 LINTS -> LibraryUnitErrorsTask |
188 LINTS [shape=box] | 188 LINTS [shape=box] |
189 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY | 189 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY |
190 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS | 190 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS |
191 MODIFICATION_TIME -> BuildDirectiveElementsTask | 191 MODIFICATION_TIME -> BuildDirectiveElementsTask |
| 192 MODIFICATION_TIME -> BuildLibraryElementTask |
192 MODIFICATION_TIME -> ParseDartTask | 193 MODIFICATION_TIME -> ParseDartTask |
193 MODIFICATION_TIME -> ScanDartTask | 194 MODIFICATION_TIME -> ScanDartTask |
194 MODIFICATION_TIME -> VerifyUnitTask | 195 MODIFICATION_TIME -> VerifyUnitTask |
195 MODIFICATION_TIME [shape=box] | 196 MODIFICATION_TIME [shape=box] |
196 PARSED_UNIT -> BuildCompilationUnitElementTask | 197 PARSED_UNIT -> BuildCompilationUnitElementTask |
197 PARSED_UNIT [shape=box] | 198 PARSED_UNIT [shape=box] |
198 PARSE_ERRORS -> dartErrorsForSource | 199 PARSE_ERRORS -> dartErrorsForSource |
199 PARSE_ERRORS [shape=box] | 200 PARSE_ERRORS [shape=box] |
200 PENDING_ERRORS -> VerifyUnitTask | 201 PENDING_ERRORS -> VerifyUnitTask |
201 PENDING_ERRORS [shape=box] | 202 PENDING_ERRORS [shape=box] |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask | 366 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask |
366 VARIABLE_REFERENCE_ERRORS [shape=box] | 367 VARIABLE_REFERENCE_ERRORS [shape=box] |
367 VERIFY_ERRORS -> LibraryUnitErrorsTask | 368 VERIFY_ERRORS -> LibraryUnitErrorsTask |
368 VERIFY_ERRORS [shape=box] | 369 VERIFY_ERRORS [shape=box] |
369 VerifyUnitTask -> VERIFY_ERRORS | 370 VerifyUnitTask -> VERIFY_ERRORS |
370 dartErrorsForSource -> DartErrorsTask | 371 dartErrorsForSource -> DartErrorsTask |
371 dartErrorsForSource [shape=hexagon] | 372 dartErrorsForSource [shape=hexagon] |
372 dartErrorsForUnit -> DartErrorsTask | 373 dartErrorsForUnit -> DartErrorsTask |
373 dartErrorsForUnit [shape=hexagon] | 374 dartErrorsForUnit [shape=hexagon] |
374 } | 375 } |
OLD | NEW |