| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 -> BuildDirectiveElementsTask |
| 181 MODIFICATION_TIME -> ParseDartTask | 181 MODIFICATION_TIME -> ParseDartTask |
| 182 MODIFICATION_TIME -> ScanDartTask |
| 182 MODIFICATION_TIME [shape=box] | 183 MODIFICATION_TIME [shape=box] |
| 183 PARSED_UNIT -> BuildCompilationUnitElementTask | 184 PARSED_UNIT -> BuildCompilationUnitElementTask |
| 184 PARSED_UNIT -> DartErrorsTask | 185 PARSED_UNIT -> DartErrorsTask |
| 185 PARSED_UNIT [shape=box] | 186 PARSED_UNIT [shape=box] |
| 186 PARSE_ERRORS -> dartErrorsForSource | 187 PARSE_ERRORS -> dartErrorsForSource |
| 187 PARSE_ERRORS [shape=box] | 188 PARSE_ERRORS [shape=box] |
| 188 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask | 189 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask |
| 189 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] | 190 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] |
| 190 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask | 191 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask |
| 191 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] | 192 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 VERIFY_ERRORS [shape=box] | 336 VERIFY_ERRORS [shape=box] |
| 336 VerifyUnitTask -> VERIFY_ERRORS | 337 VerifyUnitTask -> VERIFY_ERRORS |
| 337 dartErrorsForSource -> DartErrorsTask | 338 dartErrorsForSource -> DartErrorsTask |
| 338 dartErrorsForSource [shape=hexagon] | 339 dartErrorsForSource [shape=hexagon] |
| 339 dartErrorsForUnit -> DartErrorsTask | 340 dartErrorsForUnit -> DartErrorsTask |
| 340 dartErrorsForUnit [shape=hexagon] | 341 dartErrorsForUnit [shape=hexagon] |
| 341 } | 342 } |
| 342 </script> | 343 </script> |
| 343 </body> | 344 </body> |
| 344 </html> | 345 </html> |
| OLD | NEW |