Chromium Code Reviews| Index: pkg/compiler/pubspec.yaml |
| diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml |
| index b3de8c378e404f7dc6bbc5c3853bfa3920337af2..d77f104f50a93b09cdfc95e5d9135d60c9b958e6 100644 |
| --- a/pkg/compiler/pubspec.yaml |
| +++ b/pkg/compiler/pubspec.yaml |
| @@ -5,6 +5,7 @@ name: compiler |
| dependencies: |
| package_config: '>=0.1.1 <2.0.0' |
| pub_semver: ^1.2.1 |
| + collection: '>=1.14.1' |
|
Siggi Cherem (dart-lang)
2017/06/26 16:54:42
delete? (I didn't see this used elsewhere)
Emily Fortuna
2017/06/26 21:57:20
ugh, yes sorry. git branch fail.
|
| js: |
| path: ../js |
| js_ast: |