* Clear internal caches
()
| 317 | * Clear internal caches |
| 318 | */ |
| 319 | clearCaches(): void { |
| 320 | this.nodeCache.clear(); |
| 321 | this.fileCache.clear(); |
| 322 | this.importMappingCache.clear(); |
| 323 | this.reExportCache.clear(); |
| 324 | this.nameCache.clear(); |
| 325 | this.lowerNameCache.clear(); |
| 326 | this.qualifiedNameCache.clear(); |
| 327 | this.knownNames = null; |
| 328 | this.knownFiles = null; |
| 329 | this.cachesWarmed = false; |
| 330 | } |
| 331 | |
| 332 | /** |
| 333 | * Create the resolution context |
no test coverage detected