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

Unified Diff: pkg/kernel/binary.md

Issue 2893803003: Add metadata annotations to library definitions. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | pkg/kernel/lib/ast.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/binary.md
diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md
index 22215fbaebdbea50572a19aef606e2fac0ea59c3..2815c23dc69c43e14962533ff2ab6e49fa58acdc 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -166,6 +166,7 @@ type Library {
StringReference name;
// An absolute path URI to the .dart file from which the library was created.
UriReference fileUri;
+ List<Expression> annotations;
List<LibraryDependency> libraryDependencies;
List<Class> classes;
List<Field> fields;
« no previous file with comments | « no previous file | pkg/kernel/lib/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698