protoyaml-go
protoyaml-go copied to clipboard
Support more YAML edge cases including aliases and merge
We use YAML as a configuration format that we then transform to protobuf.
In those cases, people tend to leverage the more advanced features of YAML (including aliases and merges) which I have combined support for in this PR (let me know if you want it split).
I added unit tests for each new cases.