Skip to main content
Module

x/deno2node/src/deps.deno.ts>TextRange

Compile your Deno project to run on Node.js.
Go to Latest
class TextRange
import { TextRange } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Constructors

new
protected
TextRange()

Type Parameters

optional
TRange extends ts.TextRange = ts.TextRange

Properties

readonly
compilerObject: TRange

Gets the underlying compiler object.

Methods

getEnd(): number

Gets the end.

getPos(): number

Gets the position.

Gets the source file of the text range.

getText(): string

Gets the text of the text range.

getWidth(): number

Gets the width of the text range.

wasForgotten(): boolean

Gets if the text range was forgotten.

This will be true after any manipulations have occured to the source file this text range was generated from.