dart-lang / yaml_edit

A library for YAML manipulation with comment and whitespace preservation.
https://pub.dev/packages/yaml_edit
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

AliasError -> AliasException #57

Closed sigurdm closed 11 months ago

sigurdm commented 11 months ago

It is very hard/impossible to protect against aliases in the input up front, therefore it should be possible to catch and handle this.

This would allow us to give a good error message in: https://github.com/dart-lang/pub/issues/3591