confbox
confbox copied to clipboard
preserve yaml comments
Currently, parse + serialize causes the comments to be lost
If we switch to yaml package, (https://github.com/unjs/confbox/issues/33), we can use Document over a Proxy that preserves the normal "value" object shape and finally, when saving, comments will be preserved. (comments can be accessed/set from a util using a symbol)