* Handle file deletion
(path: string)
| 207 | * Handle file deletion |
| 208 | */ |
| 209 | private handleFileDeleted(path: string): void { |
| 210 | this.clearFileFromIndexes(path); |
| 211 | this.trigger(EVENT_DEPENDENCY_CACHE_CHANGED); |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * Handle file rename |
no test coverage detected