| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Analysis Task Dependency Graph</title> | 4 <title>Analysis Task Dependency Graph</title> |
| 5 <link rel="stylesheet" href="support/style.css"> | 5 <link rel="stylesheet" href="support/style.css"> |
| 6 <script src="support/viz.js"></script> | 6 <script src="support/viz.js"></script> |
| 7 <script type="application/dart" src="support/web_app.dart.js"></script> | 7 <script type="application/dart" src="support/web_app.dart.js"></script> |
| 8 <script src="support/dart.js"></script> | 8 <script src="support/dart.js"></script> |
| 9 </head> | 9 </head> |
| 10 <body> | 10 <body> |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 LIBRARY_SPECIFIC_UNITS [shape=box] | 170 LIBRARY_SPECIFIC_UNITS [shape=box] |
| 171 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit | 171 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit |
| 172 LIBRARY_UNIT_ERRORS [shape=box] | 172 LIBRARY_UNIT_ERRORS [shape=box] |
| 173 LINE_INFO -> DartErrorsTask | 173 LINE_INFO -> DartErrorsTask |
| 174 LINE_INFO -> ParseDartTask | 174 LINE_INFO -> ParseDartTask |
| 175 LINE_INFO [shape=box] | 175 LINE_INFO [shape=box] |
| 176 LINTS -> LibraryUnitErrorsTask | 176 LINTS -> LibraryUnitErrorsTask |
| 177 LINTS [shape=box] | 177 LINTS [shape=box] |
| 178 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY | 178 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY |
| 179 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS | 179 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS |
| 180 MODIFICATION_TIME -> BuildDirectiveElementsTask |
| 180 MODIFICATION_TIME -> ParseDartTask | 181 MODIFICATION_TIME -> ParseDartTask |
| 181 MODIFICATION_TIME [shape=box] | 182 MODIFICATION_TIME [shape=box] |
| 182 PARSED_UNIT -> BuildCompilationUnitElementTask | 183 PARSED_UNIT -> BuildCompilationUnitElementTask |
| 183 PARSED_UNIT -> DartErrorsTask | 184 PARSED_UNIT -> DartErrorsTask |
| 184 PARSED_UNIT [shape=box] | 185 PARSED_UNIT [shape=box] |
| 185 PARSE_ERRORS -> dartErrorsForSource | 186 PARSE_ERRORS -> dartErrorsForSource |
| 186 PARSE_ERRORS [shape=box] | 187 PARSE_ERRORS [shape=box] |
| 187 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask | 188 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask |
| 188 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] | 189 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] |
| 189 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask | 190 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 VERIFY_ERRORS [shape=box] | 332 VERIFY_ERRORS [shape=box] |
| 332 VerifyUnitTask -> VERIFY_ERRORS | 333 VerifyUnitTask -> VERIFY_ERRORS |
| 333 dartErrorsForSource -> DartErrorsTask | 334 dartErrorsForSource -> DartErrorsTask |
| 334 dartErrorsForSource [shape=hexagon] | 335 dartErrorsForSource [shape=hexagon] |
| 335 dartErrorsForUnit -> DartErrorsTask | 336 dartErrorsForUnit -> DartErrorsTask |
| 336 dartErrorsForUnit [shape=hexagon] | 337 dartErrorsForUnit [shape=hexagon] |
| 337 } | 338 } |
| 338 </script> | 339 </script> |
| 339 </body> | 340 </body> |
| 340 </html> | 341 </html> |
| OLD | NEW |