x4js - v2.2.49
    Preparing search index...

    Represents a location inside a resource, such as a line inside a text file.

    interface Location {
        range: IRange;
        uri: Uri;
    }
    Index
    range: IRange

    The document range of this locations.

    uri: Uri

    The resource identifier of this location.