(code: string, fileName: string, lineOffset?: number)
| 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; |
| 523 | /** @internal */ |
| 524 | configFilePath: string | undefined; |
no outgoing calls
no test coverage detected