API ReferenceInterfaces
Origin
Defined in: packages/core/src/parser.ts:170
Where an IR node came from in the original source. path indexes the parsed
document and stays stable as passes mutate ctx.data, so it remains a valid
argument to rangeOfPath even after a node is moved. This is the hook source
maps build on.
Properties
path
path: Path;Defined in: packages/core/src/parser.ts:171
range?
optional range?: Range;Defined in: packages/core/src/parser.ts:172