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

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 2223113002: Add line starts into unlinked units. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: tweaks Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/summary/idl.dart
diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
index 15f81a7e69327eaede02330306a1439032699794..c45f83f281cfc6f156dc0667877845e713354ce1 100644
--- a/pkg/analyzer/lib/src/summary/idl.dart
+++ b/pkg/analyzer/lib/src/summary/idl.dart
@@ -2660,6 +2660,13 @@ abstract class UnlinkedUnit extends base.SummaryClass {
int get libraryNameOffset;
/**
+ * Offsets of the first character of each line in the source code.
+ */
+ @informative
+ @Id(17)
+ List<int> get lineStarts;
+
+ /**
* Part declarations in the compilation unit.
*/
@Id(11)

Powered by Google App Engine
This is Rietveld 408576698