class TextSpanimport { TextSpan } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts"; Represents a span of text. ConstructorsnewprivateTextSpan()PropertiesreadonlycompilerObject: ts.TextSpanGets the compiler text span. MethodsgetEnd(): numberGets the start + length. getLength(): numberGets the length. getStart(): numberGets the start.