Actio
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

ParseContext

path

Path

Returns

Range | undefined

On this page