protoyaml-go icon indicating copy to clipboard operation
protoyaml-go copied to clipboard

Support more YAML edge cases including aliases and merge

Open garuma opened this issue 6 months ago • 1 comments

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.

garuma avatar May 22 '25 02:05 garuma

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 22 '25 02:05 CLAassistant