(reason)
| 116339 | ts.inferredTypesContainingFile = "__inferred type names__.ts"; |
| 116340 | /*@internal*/ |
| 116341 | function isReferencedFile(reason) { |
| 116342 | switch (reason === null || reason === void 0 ? void 0 : reason.kind) { |
| 116343 | case ts.FileIncludeKind.Import: |
| 116344 | case ts.FileIncludeKind.ReferenceFile: |
| 116345 | case ts.FileIncludeKind.TypeReferenceDirective: |
| 116346 | case ts.FileIncludeKind.LibReferenceDirective: |
| 116347 | return true; |
| 116348 | default: |
| 116349 | return false; |
| 116350 | } |
| 116351 | } |
| 116352 | ts.isReferencedFile = isReferencedFile; |
| 116353 | /*@internal*/ |
| 116354 | function isReferenceFileLocation(location) { |
no outgoing calls
no test coverage detected