@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Type Alias SourceRange

    SourceRange: [
        startLine: number,
        startColumn: number,
        endLine: number,
        endColumn: number,
    ]

    Please note that for multi-file projects we also have a source location type that includes the file name. Describe the start and end source position of an element.

    Every source range is also a valid source location (one without a file), so all readers below accept either.