| 119 | * File system change event |
| 120 | */ |
| 121 | export interface FileSystemEvent { |
| 122 | type: FileSystemEventType; |
| 123 | nodeId?: string; |
| 124 | path?: string; |
| 125 | timestamp: number; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * File system change listener |
nothing calls this directly
no outgoing calls
no test coverage detected