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

Unified Diff: pkg/compiler/lib/src/serialization/keys.dart

Issue 2125793003: Serialize WarnOnUseElement (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/compiler/lib/src/serialization/keys.dart
diff --git a/pkg/compiler/lib/src/serialization/keys.dart b/pkg/compiler/lib/src/serialization/keys.dart
index a7d7d2b0bd7654b8621d038284a83818f655a2a9..b73937dfa1f2bd32aebdcd87c6532389ed8c1bed 100644
--- a/pkg/compiler/lib/src/serialization/keys.dart
+++ b/pkg/compiler/lib/src/serialization/keys.dart
@@ -52,8 +52,9 @@ class Key {
static const Key IMPORT = const Key('import');
static const Key IMPORTS = const Key('imports');
static const Key IMPORT_SCOPE = const Key('import-scope');
- static const Key INTERFACES = const Key('interfaces');
static const Key INDEX = const Key('index');
+ static const Key INFO = const Key('info');
+ static const Key INTERFACES = const Key('interfaces');
static const Key IS_ABSTRACT = const Key('isAbstract');
static const Key IS_BREAK_TARGET = const Key('isBreakTarget');
static const Key IS_CONST = const Key('isConst');
@@ -115,6 +116,7 @@ class Key {
static const Key SEMANTICS = const Key('semantics');
static const Key SEND_STRUCTURE = const Key('sendStructure');
static const Key SETTER = const Key('setter');
+ static const Key SOURCE_SPAN = const Key('sourceSpan');
static const Key STATIC_USES = const Key('static-uses');
static const Key SUB_KIND = const Key('subKind');
static const Key SUPERTYPE = const Key('supertype');
@@ -132,6 +134,7 @@ class Key {
static const Key URI = const Key('uri');
static const Key VALUE = const Key('value');
static const Key VALUES = const Key('values');
+ static const Key WARNING = const Key('warning');
final String name;
« no previous file with comments | « pkg/compiler/lib/src/serialization/equivalence.dart ('k') | pkg/compiler/lib/src/serialization/serialization_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698