PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
tsconfig-paths
/
lib
import * as MappingEntry from "./mapping-entry"; import * as Filesystem from "./filesystem"; /** * Function that can match a path async */ export interface MatchPathAsync { (requestedModule: string, readJson: Filesystem.ReadJsonAsync | undefined, fileExists: Filesystem.FileExistsAsync | undefined, extensions: ReadonlyArray<string> | undefined, callback: MatchPathAsyncCallback): void; } export interface MatchPathAsyncCallback { (err?: Error, path?: string): void; } /** * See the sync version for docs. */ export declare function createMatchPathAsync(absoluteBaseUrl: string, paths: { [key: string]: Array<string>; }, mainFields?: (string | string[])[], addMatchAll?: boolean): MatchPathAsync; /** * See the sync version for docs. */ export declare function matchFromAbsolutePathsAsync(absolutePathMappings: ReadonlyArray<MappingEntry.MappingEntry>, requestedModule: string, readJson: Filesystem.ReadJsonAsync | undefined, fileExists: Filesystem.FileExistsAsync | undefined, extensions: readonly string[] | undefined, callback: MatchPathAsyncCallback, mainFields?: (string | string[])[]): void;
[-] register.js.map
[edit]
[-] config-loader.d.ts
[edit]
[-] filesystem.js.map
[edit]
[-] match-path-sync.js.map
[edit]
[-] match-path-async.js
[edit]
[-] index.js.map
[edit]
[+]
..
[-] config-loader.js.map
[edit]
[-] filesystem.js
[edit]
[-] index.d.ts
[edit]
[-] tsconfig-loader.js
[edit]
[-] mapping-entry.js
[edit]
[-] filesystem.d.ts
[edit]
[-] config-loader.js
[edit]
[-] match-path-sync.js
[edit]
[-] tsconfig-loader.js.map
[edit]
[-] register.d.ts
[edit]
[-] tsconfig-loader.d.ts
[edit]
[-] mapping-entry.js.map
[edit]
[-] index.js
[edit]
[-] match-path-async.d.ts
[edit]
[-] try-path.js.map
[edit]
[-] mapping-entry.d.ts
[edit]
[-] match-path-async.js.map
[edit]
[-] register.js
[edit]
[+]
__tests__
[-] try-path.d.ts
[edit]
[-] try-path.js
[edit]
[-] match-path-sync.d.ts
[edit]