-
-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dump of custom type #364
Comments
I have the same issue. |
found the related discussion: #187 |
There are two issues here. One is a bug in how the options are interpreted. There is a difference in how they are treated when loading and dumping. Second is that when dumping, the tags are always wrapped in < and >. Here is an example (typescript):
and as of now, the output is:
It is possible to work-around the first problem by building different options for loading: but I do not see an option to workaround the problem of unneeded < and > characters. |
Fixed in a0d0caa (currently in Now |
Thanks you for this library, I have found it a couple of days ago and is very helpful for me 👍
The issue I have is with dump when I have custom types
the file custom_types.yml has defined !space and !point type but when I try to dump it, I get !<!space> and !<!point> instead.
There is a way to dump the original file?
Thanks again!
The text was updated successfully, but these errors were encountered: