@study-lenses/tracing
    Preparing search index...

    Type Alias SourceLocation

    ESTree-compliant source location with start and end positions.

    type SourceLocation = {
        end: Position;
        start: Position;
    }
    Index

    Properties

    Properties

    End position of the source range

    start: Position

    Start position of the source range