| Index: pkg/compiler/pubspec.yaml
|
| diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
|
| index d1f45c5b479f42b6c175fc34a6d2ddb4c5cea82b..2dd6a58e1355dfe0fcd3829e1bd0577203fedeb0 100644
|
| --- a/pkg/compiler/pubspec.yaml
|
| +++ b/pkg/compiler/pubspec.yaml
|
| @@ -10,6 +10,8 @@ dependencies:
|
| path: ../../sdk/lib/_internal/js_runtime
|
| sdk_library_metadata:
|
| path: ../../sdk/lib/_internal/sdk_library_metadata
|
| +dev_dependencies:
|
| + yaml: ^2.1.3
|
|
|
| # Uncomment if running gclient, so you can depend directly on the downloaded
|
| # versions of dart2js's transitive dependencies:
|
| @@ -21,3 +23,7 @@ dependencies:
|
| # path: ../../third_party/pkg/path
|
| # charcode:
|
| # path: ../../third_party/pkg/charcode
|
| +# collection:
|
| +# path: ../../third_party/pkg/collection
|
| +# yaml:
|
| +# path: ../../third_party/pkg/yaml
|
|
|