| Index: utils/pub/yaml/constructor.dart
|
| diff --git a/utils/pub/yaml/constructor.dart b/utils/pub/yaml/constructor.dart
|
| index d52ef6ebf19cee9cb7f8fe68be2ef74dd860afba..5ea24be5bcb27bd6d94f4b1a3e3e34d8824d39af 100644
|
| --- a/utils/pub/yaml/constructor.dart
|
| +++ b/utils/pub/yaml/constructor.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of yaml;
|
| +
|
| /**
|
| * Takes a parsed and composed YAML document (what the spec calls the
|
| * "representation graph") and creates native Dart objects that represent that
|
|
|