Function: getNearestPackageManifest()
getNearestPackageManifest(
filePath:string):Readonly<{dependencyNames:ReadonlySet<string>;packageJsonPath:string; }> |null
Defined in: _internal/package-manifest.ts:96
Find and cache the nearest package manifest for a config file path.
Parametersโ
filePathโ
string
Returnsโ
Readonly<{ dependencyNames: ReadonlySet<string>; packageJsonPath: string; }> | null