MCPcopy
hub / github.com/TypeStrong/ts-node / enabled

Method enabled

src/index.ts:519–519  ·  view source on GitHub ↗
(enabled?: boolean)

Source from the content-addressed store, hash-verified

517 config: _ts.ParsedCommandLine;
518 options: RegisterOptions;
519 enabled(enabled?: boolean): boolean;
520 ignored(fileName: string): boolean;
521 compile(code: string, fileName: string, lineOffset?: number): string;
522 getTypeInfo(code: string, fileName: string, position: number): TypeInfo;

Callers 4

_resolveFilenameFunction · 0.80
_findPathFunction · 0.80
register.spec.tsFile · 0.80
createReplViaApiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected