MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getReExports

Method getReExports

src/resolution/types.ts:164–164  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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

Callers 1

findExportedSymbolWalkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected