mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 15:46:44 +00:00
build
This commit is contained in:
5
node_modules/jest-resolve/build/index.d.ts
generated
vendored
5
node_modules/jest-resolve/build/index.d.ts
generated
vendored
@@ -16,9 +16,7 @@ declare type FindNodeModuleConfig = {
|
||||
resolver?: Config.Path | null;
|
||||
rootDir?: Config.Path;
|
||||
};
|
||||
declare type BooleanObject = {
|
||||
[key: string]: boolean;
|
||||
};
|
||||
declare type BooleanObject = Record<string, boolean>;
|
||||
declare namespace Resolver {
|
||||
type ResolveModuleConfig = {
|
||||
skipNodeResolution?: boolean;
|
||||
@@ -33,6 +31,7 @@ declare class Resolver {
|
||||
private readonly _modulePathCache;
|
||||
private readonly _supportsNativePlatform;
|
||||
constructor(moduleMap: ModuleMap, options: ResolverConfig);
|
||||
static clearDefaultResolverCache(): void;
|
||||
static findNodeModule(path: Config.Path, options: FindNodeModuleConfig): Config.Path | null;
|
||||
resolveModuleFromDirIfExists(dirname: Config.Path, moduleName: string, options?: Resolver.ResolveModuleConfig): Config.Path | null;
|
||||
resolveModule(from: Config.Path, moduleName: string, options?: Resolver.ResolveModuleConfig): Config.Path;
|
||||
|
||||
Reference in New Issue
Block a user