MCPcopy
hub / github.com/TypeStrong/ts-node / NodeLoaderHooksAPI1

Interface NodeLoaderHooksAPI1

src/esm.ts:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28// hooks API as a shim to the *new* API.
29
30export interface NodeLoaderHooksAPI1 {
31 resolve: NodeLoaderHooksAPI1.ResolveHook;
32 getFormat: NodeLoaderHooksAPI1.GetFormatHook;
33 transformSource: NodeLoaderHooksAPI1.TransformSourceHook;
34}
35export namespace NodeLoaderHooksAPI1 {
36 export type ResolveHook = NodeLoaderHooksAPI2.ResolveHook;
37 export type GetFormatHook = (

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…