You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: