* Re-exports declared by a file (`export { x } from './other'`, * `export * from './other'`). Empty array when the file has none. * Optional so older callers compile; the import resolver follows * re-export chains when this is provided.
(filePath: string, language: Language)
| 162 | * re-export chains when this is provided. |
| 163 | */ |
| 164 | getReExports?(filePath: string, language: Language): ReExport[]; |
| 165 | /** |
| 166 | * List immediate subdirectories of `relativePath` (relative to the |
| 167 | * project root). Returns an empty array when the path doesn't exist |
no outgoing calls
no test coverage detected