-
-
Couldn't load subscription status.
- Fork 44
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
How can I reliably get the span of the actual property value.
I can rely on the following
entry.span()-> for the whole property spanentry.ty().unwrap().span()-> for the type annotation of the property valueentry.name().unwrap().span()-> for the property name
but the only thing that is missing is how to get the span corresponding to the value without all the KdlEntryFormat
For example right now I can't seem to reliably point to the value "hello" without all the fuss of the format

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed