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

Unified Diff: pkg/analyzer/tool/summary/idl.dart

Issue 1530303005: Separate prelinked and unlinked parts of summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/test/src/summary/summary_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/tool/summary/idl.dart
diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
index 1742278c973435801cf5c42905091a7b8a8d269a..117dfe484b7da6266452194466bcc4280a8085bc 100644
--- a/pkg/analyzer/tool/summary/idl.dart
+++ b/pkg/analyzer/tool/summary/idl.dart
@@ -168,11 +168,6 @@ enum PrelinkedReferenceKind {
*/
class PrelinkedUnit {
/**
- * The unlinked summary of the compilation unit
- */
- UnlinkedUnit unlinked;
-
- /**
* For each reference in [UnlinkedUnit.references], information about how
* that reference is resolved.
*/
@@ -626,6 +621,7 @@ class UnlinkedTypeRef {
/**
* Unlinked summary information about a compilation unit ("part file").
*/
+@topLevel
class UnlinkedUnit {
/**
* Name of the library (from a "library" declaration, if present).
« no previous file with comments | « pkg/analyzer/test/src/summary/summary_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698