YAML-PP-p5 icon indicating copy to clipboard operation
YAML-PP-p5 copied to clipboard

Parser events have offset, but not line number

Open zmughal opened this issue 10 months ago • 2 comments

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.

zmughal avatar Apr 11 '24 09:04 zmughal