| Index: pkg/compiler/lib/src/info/info.dart
|
| diff --git a/pkg/compiler/lib/src/info/info.dart b/pkg/compiler/lib/src/info/info.dart
|
| index 00908bae3ec32af864e7621fb6d19c98a48d6746..8cf8cd0f39174f98087f60d4ff4dd21500fe4ad2 100644
|
| --- a/pkg/compiler/lib/src/info/info.dart
|
| +++ b/pkg/compiler/lib/src/info/info.dart
|
| @@ -256,7 +256,7 @@ class _ParseHelper {
|
| });
|
|
|
| json['dependencies']?.forEach((k, deps) {
|
| - result.deps[idMap[k]] = deps.map((d) => idMap[d]).toList();
|
| + result.dependencies[idMap[k]] = deps.map((d) => idMap[d]).toList();
|
| });
|
|
|
| result.program = parseProgram(json['program']);
|
|
|