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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 DART_SCRIPTS [shape=box] | 83 DART_SCRIPTS [shape=box] |
84 DartErrorsTask -> DART_ERRORS | 84 DartErrorsTask -> DART_ERRORS |
85 EXPLICITLY_IMPORTED_LIBRARIES [shape=box] | 85 EXPLICITLY_IMPORTED_LIBRARIES [shape=box] |
86 EXPORTED_LIBRARIES -> BuildDirectiveElementsTask | 86 EXPORTED_LIBRARIES -> BuildDirectiveElementsTask |
87 EXPORTED_LIBRARIES -> ReadyLibraryElement2Task | 87 EXPORTED_LIBRARIES -> ReadyLibraryElement2Task |
88 EXPORTED_LIBRARIES -> ReadyLibraryElement5Task | 88 EXPORTED_LIBRARIES -> ReadyLibraryElement5Task |
89 EXPORTED_LIBRARIES -> ReadyLibraryElement6Task | 89 EXPORTED_LIBRARIES -> ReadyLibraryElement6Task |
90 EXPORTED_LIBRARIES -> ResolveTopLevelLibraryTypeBoundsTask | 90 EXPORTED_LIBRARIES -> ResolveTopLevelLibraryTypeBoundsTask |
91 EXPORTED_LIBRARIES [shape=box] | 91 EXPORTED_LIBRARIES [shape=box] |
92 EXPORT_SOURCE_CLOSURE -> BuildExportNamespaceTask | 92 EXPORT_SOURCE_CLOSURE -> BuildExportNamespaceTask |
| 93 EXPORT_SOURCE_CLOSURE -> ResolveTopLevelUnitTypeBoundsTask |
93 EXPORT_SOURCE_CLOSURE [shape=box] | 94 EXPORT_SOURCE_CLOSURE [shape=box] |
94 EvaluateUnitConstantsTask -> CREATED_RESOLVED_UNIT13 | 95 EvaluateUnitConstantsTask -> CREATED_RESOLVED_UNIT13 |
95 EvaluateUnitConstantsTask -> RESOLVED_UNIT13 | 96 EvaluateUnitConstantsTask -> RESOLVED_UNIT13 |
96 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS | 97 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS |
97 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS | 98 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS |
98 GenerateHintsTask -> HINTS | 99 GenerateHintsTask -> HINTS |
99 GenerateLintsTask -> LINTS | 100 GenerateLintsTask -> LINTS |
100 HINTS -> LibraryUnitErrorsTask | 101 HINTS -> LibraryUnitErrorsTask |
101 HINTS [shape=box] | 102 HINTS [shape=box] |
102 IGNORE_INFO -> DartErrorsTask | 103 IGNORE_INFO -> DartErrorsTask |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask | 359 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask |
359 VARIABLE_REFERENCE_ERRORS [shape=box] | 360 VARIABLE_REFERENCE_ERRORS [shape=box] |
360 VERIFY_ERRORS -> LibraryUnitErrorsTask | 361 VERIFY_ERRORS -> LibraryUnitErrorsTask |
361 VERIFY_ERRORS [shape=box] | 362 VERIFY_ERRORS [shape=box] |
362 VerifyUnitTask -> VERIFY_ERRORS | 363 VerifyUnitTask -> VERIFY_ERRORS |
363 dartErrorsForSource -> DartErrorsTask | 364 dartErrorsForSource -> DartErrorsTask |
364 dartErrorsForSource [shape=hexagon] | 365 dartErrorsForSource [shape=hexagon] |
365 dartErrorsForUnit -> DartErrorsTask | 366 dartErrorsForUnit -> DartErrorsTask |
366 dartErrorsForUnit [shape=hexagon] | 367 dartErrorsForUnit [shape=hexagon] |
367 } | 368 } |
OLD | NEW |