ts: {
    ts: any;
    factory: NodeFactory;
    servicesVersion: "0.8";
    unchangedTextChangeRange: TextChangeRange;
    version: string;
    versionMajorMinor: "5.6";
} = ...

Type declaration

  • factory: NodeFactory
  • servicesVersion: "0.8"

    The version of the language service API

  • unchangedTextChangeRange: TextChangeRange
  • version: string

    The version of the TypeScript compiler release

  • versionMajorMinor: "5.6"