context
Currently, parse + serialize causes the comments to be lost
If we switch to yaml package, (#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)
context
Currently, parse + serialize causes the comments to be lost
If we switch to
yamlpackage, (#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)