MCPcopy Index your code
hub / github.com/TypeStrong/ts-node / getTypeInfo

Method getTypeInfo

src/index.ts:522–522  ·  view source on GitHub ↗
(code: string, fileName: string, position: number)

Source from the content-addressed store, hash-verified

520 ignored(fileName: string): boolean;
521 compile(code: string, fileName: string, lineOffset?: number): string;
522 getTypeInfo(code: string, fileName: string, position: number): TypeInfo;
523 /** @internal */
524 configFilePath: string | undefined;
525 /** @internal */

Callers 2

startInternalFunction · 0.80
index.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected