class TextSpanimport { TextSpan } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.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.