Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: pkg/analyzer/doc/tasks.html

Issue 2171673002: Fix for limited invalidation in the middle, and the unlimited invalidation for an exported library. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update tasks. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/task/dart.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 DART_SCRIPTS [shape=box] 88 DART_SCRIPTS [shape=box]
89 DartErrorsTask -> DART_ERRORS 89 DartErrorsTask -> DART_ERRORS
90 EXPLICITLY_IMPORTED_LIBRARIES [shape=box] 90 EXPLICITLY_IMPORTED_LIBRARIES [shape=box]
91 EXPORTED_LIBRARIES -> BuildDirectiveElementsTask 91 EXPORTED_LIBRARIES -> BuildDirectiveElementsTask
92 EXPORTED_LIBRARIES -> ReadyLibraryElement2Task 92 EXPORTED_LIBRARIES -> ReadyLibraryElement2Task
93 EXPORTED_LIBRARIES -> ReadyLibraryElement5Task 93 EXPORTED_LIBRARIES -> ReadyLibraryElement5Task
94 EXPORTED_LIBRARIES -> ReadyLibraryElement6Task 94 EXPORTED_LIBRARIES -> ReadyLibraryElement6Task
95 EXPORTED_LIBRARIES -> ResolveTopLevelLibraryTypeBoundsTask 95 EXPORTED_LIBRARIES -> ResolveTopLevelLibraryTypeBoundsTask
96 EXPORTED_LIBRARIES [shape=box] 96 EXPORTED_LIBRARIES [shape=box]
97 EXPORT_SOURCE_CLOSURE -> BuildExportNamespaceTask 97 EXPORT_SOURCE_CLOSURE -> BuildExportNamespaceTask
98 EXPORT_SOURCE_CLOSURE -> ResolveTopLevelUnitTypeBoundsTask
98 EXPORT_SOURCE_CLOSURE [shape=box] 99 EXPORT_SOURCE_CLOSURE [shape=box]
99 EvaluateUnitConstantsTask -> CREATED_RESOLVED_UNIT13 100 EvaluateUnitConstantsTask -> CREATED_RESOLVED_UNIT13
100 EvaluateUnitConstantsTask -> RESOLVED_UNIT13 101 EvaluateUnitConstantsTask -> RESOLVED_UNIT13
101 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS 102 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS
102 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS 103 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS
103 GenerateHintsTask -> HINTS 104 GenerateHintsTask -> HINTS
104 GenerateLintsTask -> LINTS 105 GenerateLintsTask -> LINTS
105 HINTS -> LibraryUnitErrorsTask 106 HINTS -> LibraryUnitErrorsTask
106 HINTS [shape=box] 107 HINTS [shape=box]
107 IGNORE_INFO -> DartErrorsTask 108 IGNORE_INFO -> DartErrorsTask
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 VERIFY_ERRORS [shape=box] 367 VERIFY_ERRORS [shape=box]
367 VerifyUnitTask -> VERIFY_ERRORS 368 VerifyUnitTask -> VERIFY_ERRORS
368 dartErrorsForSource -> DartErrorsTask 369 dartErrorsForSource -> DartErrorsTask
369 dartErrorsForSource [shape=hexagon] 370 dartErrorsForSource [shape=hexagon]
370 dartErrorsForUnit -> DartErrorsTask 371 dartErrorsForUnit -> DartErrorsTask
371 dartErrorsForUnit [shape=hexagon] 372 dartErrorsForUnit [shape=hexagon]
372 } 373 }
373 </script> 374 </script>
374 </body> 375 </body>
375 </html> 376 </html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/task/dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698