(filePath: string, fileText: string)
| 130 | } |
| 131 | |
| 132 | function createFileMapEntry(filePath: string, fileText: string): [string, ts.SourceFile] { |
| 133 | return [filePath, ts.createSourceFile(filePath, fileText, ts.ScriptTarget.Latest)]; |
| 134 | } |
| 135 | } |
no outgoing calls
no test coverage detected