PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsconfig-paths
/
lib
import { MappingEntry } from "./mapping-entry"; export interface TryPath { readonly type: "file" | "extension" | "index" | "package"; readonly path: string; } /** * Builds a list of all physical paths to try by: * 1. Check for file named exactly as request. * 2. Check for files named as request ending in any of the extensions. * 3. Check for file specified in package.json's main property. * 4. Check for files named as request ending in "index" with any of the extensions. */ export declare function getPathsToTry(extensions: ReadonlyArray<string>, absolutePathMappings: ReadonlyArray<MappingEntry>, requestedModule: string): ReadonlyArray<TryPath> | undefined; export declare function getStrippedPath(tryPath: TryPath): string; export declare function exhaustiveTypeException(check: never): never;
[-] 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]