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

Interface TryPath

src/try-path.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { removeExtension } from "./filesystem";
5
6export interface TryPath {
7 readonly type: "file" | "extension" | "index" | "package";
8 readonly path: string;
9}
10
11/**
12 * Builds a list of all physical paths to try by:

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…