Function offsetToPosition

  • Convert an absolute offset into a line and column using a precomputed line table. Both line and column are 0-based.

    Parameters

    • lineTable: number[]
    • offset: number

    Returns Position

Generated using TypeDoc