dart-lang / yaml

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

feat(loader): support merge type #151

Open Zekfad opened 12 months ago

Zekfad commented 12 months ago

Implemented according to https://yaml.org/type/merge.html

Supports:

Tests are made for all 3 cases and for duplicate merge key as well.

Closes #121


jonasfj commented 3 months ago

I propose that this feature should not be implemented in package:yaml, see https://github.com/dart-lang/yaml/issues/121#issuecomment-2154574354