| 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 b73937dfa1f2bd32aebdcd87c6532389ed8c1bed..0fa501ab399cc24acd766d5df6a94993339b3aab 100644
|
| --- a/pkg/compiler/lib/src/serialization/keys.dart
|
| +++ b/pkg/compiler/lib/src/serialization/keys.dart
|
| @@ -51,6 +51,7 @@ class Key {
|
| static const Key IMPACTS = const Key('impacts');
|
| static const Key IMPORT = const Key('import');
|
| static const Key IMPORTS = const Key('imports');
|
| + static const Key IMPORTS_FOR = const Key('importsFor');
|
| static const Key IMPORT_SCOPE = const Key('import-scope');
|
| static const Key INDEX = const Key('index');
|
| static const Key INFO = const Key('info');
|
|
|