* 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)
| 130 | * re-export chains when this is provided. |
| 131 | */ |
| 132 | getReExports?(filePath: string, language: Language): ReExport[]; |
| 133 | /** |
| 134 | * List immediate subdirectories of `relativePath` (relative to the |
| 135 | * project root). Returns an empty array when the path doesn't exist |
no outgoing calls
no test coverage detected