MCPcopy
hub / github.com/jonaskello/tsconfig-paths / MatchPathAsync

Interface MatchPathAsync

src/match-path-async.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 * Function that can match a path async
8 */
9export interface MatchPathAsync {
10 (
11 requestedModule: string,
12 readJson: Filesystem.ReadJsonAsync | undefined,
13 fileExists: Filesystem.FileExistsAsync | undefined,
14 extensions: ReadonlyArray<string> | undefined,
15 callback: MatchPathAsyncCallback
16 ): void;
17}
18
19export interface MatchPathAsyncCallback {
20 // eslint-disable-next-line no-shadow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…