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
Is it possible to add the $token->{line} to parser events? I can extend the parser for now to work for most cases (will give an update if I notice anything missing).
My goal here is to have the loader maintain the location of YAML nodes alongside the constructed objects.
The text was updated successfully, but these errors were encountered:
Yes, that's on my todo list. I just think that there are cases where I don't have that information (yet). I would need to have a closer look again, but busy for about a month at least...
Also I would like to be compatible to libyaml.
If you take a look at YAML::LIbYAML::API events, you will see detailed information about where an event starts and ends. So in the end I would ideally return the same information in YAML::PP
Is it possible to add the
$token->{line}
to parser events? I can extend the parser for now to work for most cases (will give an update if I notice anything missing).My goal here is to have the loader maintain the location of YAML nodes alongside the constructed objects.
The text was updated successfully, but these errors were encountered: