(file)
| 31337 | ts.parseJsonText = parseJsonText; |
| 31338 | // See also `isExternalOrCommonJsModule` in utilities.ts |
| 31339 | function isExternalModule(file) { |
| 31340 | return file.externalModuleIndicator !== undefined; |
| 31341 | } |
| 31342 | ts.isExternalModule = isExternalModule; |
| 31343 | // Produces a new SourceFile for the 'newText' provided. The 'textChangeRange' parameter |
| 31344 | // indicates what changed between the 'text' that this SourceFile has and the 'newText'. |
no outgoing calls
no test coverage detected
searching dependent graphs…