Skip to content

Commit

Permalink
Parts. Support for imports/exports/parts in PartFileKind.
Browse files Browse the repository at this point in the history
Change-Id: I361d12584ae7a34e75e7a2c2374ff43aeb85053d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/376202
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
  • Loading branch information
scheglov committed Jul 17, 2024
1 parent fd85067 commit fe0f300
Show file tree
Hide file tree
Showing 6 changed files with 693 additions and 347 deletions.
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/driver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import 'package:meta/meta.dart';
// TODO(scheglov): Clean up the list of implicitly analyzed files.
class AnalysisDriver {
/// The version of data format, should be incremented on every format change.
static const int DATA_VERSION = 371;
static const int DATA_VERSION = 372;

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

0 comments on commit fe0f300

Please sign in to comment.