dart-lang / yaml

A Dart YAML parser.
https://pub.dev/packages/yaml
MIT License
169 stars 58 forks source link

revert updating the type for YamlScalar.value #139

Closed devoncarew closed 1 year ago

devoncarew commented 1 year ago

This reverts the recent change to specify a specific type for YamlScalar.value; this was more breaking than intended (for package:yaml_edit, package:pub, ...).