The start and end position's of an object within the source.

interface LocationRange {
    end: BloksExecutableAst.Location;
    source: GrammarSource;
    start: BloksExecutableAst.Location;
}

Properties

Properties

Position after the end of the expression.

A string or object that was supplied to the parse() call as the grammarSource option.

Position at the beginning of the expression.