Finds the innermost node at the given offset. If includeRightBound is set, also finds nodes that end at the given offset.

  • Parameters

    • root: Node
    • offset: number
    • OptionalincludeRightBound: boolean

    Returns Node