Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Generated
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
import { Lazy } from "lazy-val";
|
||||
import { NpmNodeModulesCollector } from "./npmNodeModulesCollector";
|
||||
import { PM } from "./packageManager";
|
||||
import { NpmDependency } from "./types";
|
||||
export declare class YarnBerryNodeModulesCollector extends NpmNodeModulesCollector {
|
||||
readonly installOptions: {
|
||||
manager: PM;
|
||||
lockfile: string;
|
||||
};
|
||||
private yarnSetupInfo;
|
||||
protected isHoisted: Lazy<boolean>;
|
||||
protected getDependenciesTree(_pm: PM): Promise<NpmDependency>;
|
||||
protected isProdDependency(packageName: string, tree: NpmDependency): boolean;
|
||||
private detectYarnSetup;
|
||||
}
|
||||
Reference in New Issue
Block a user