Skip to content

Commit 812e834

Browse files
scheglovCommit Queue
authored andcommitted
Fine. Add tracking for all/requested children of LibraryElementImpl.
Change-Id: I3f24b25ab72e67b7241c71c0a032008eb12651e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449066 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 7ec4023 commit 812e834

File tree

6 files changed

+3578
-49
lines changed

6 files changed

+3578
-49
lines changed

pkg/analyzer/lib/src/dart/analysis/driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ testFineAfterLibraryAnalyzerHook;
106106
// TODO(scheglov): Clean up the list of implicitly analyzed files.
107107
class AnalysisDriver {
108108
/// The version of data format, should be incremented on every format change.
109-
static const int DATA_VERSION = 549;
109+
static const int DATA_VERSION = 550;
110110

111111
/// The number of exception contexts allowed to write. Once this field is
112112
/// zero, we stop writing any new exception contexts in this process.

0 commit comments

Comments
 (0)