API ReferenceFunctions
rangeOfPath
function rangeOfPath(ctx, path): Range | undefined;Defined in: packages/core/src/parser.ts:197
Resolve the source range of a node addressed by path in the original document.
Parameters
ctx
path
Returns
Range | undefined