PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsconfig-paths
/
lib
import * as TsConfigLoader2 from "./tsconfig-loader"; export interface ExplicitParams { baseUrl: string; paths: { [key: string]: Array<string>; }; mainFields?: (string | string[])[]; addMatchAll?: boolean; } export declare type TsConfigLoader = (params: TsConfigLoader2.TsConfigLoaderParams) => TsConfigLoader2.TsConfigLoaderResult; export interface ConfigLoaderParams { cwd: string; explicitParams?: ExplicitParams; tsConfigLoader?: TsConfigLoader; } export interface ConfigLoaderSuccessResult { resultType: "success"; configFileAbsolutePath: string; baseUrl?: string; absoluteBaseUrl: string; paths: { [key: string]: Array<string>; }; mainFields?: (string | string[])[]; addMatchAll?: boolean; } export interface ConfigLoaderFailResult { resultType: "failed"; message: string; } export declare type ConfigLoaderResult = ConfigLoaderSuccessResult | ConfigLoaderFailResult; export declare function loadConfig(cwd?: string): ConfigLoaderResult; export declare function configLoader({ cwd, explicitParams, tsConfigLoader, }: ConfigLoaderParams): ConfigLoaderResult;
[-] 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]