Add types
This commit is contained in:
+2
@@ -7,6 +7,8 @@ export default class ComponentDetection {
|
|||||||
static runComponentDetection(path: string): Promise<void>;
|
static runComponentDetection(path: string): Promise<void>;
|
||||||
private static getComponentDetectionParameters;
|
private static getComponentDetectionParameters;
|
||||||
static getManifestsFromResults(): Promise<Manifest[] | undefined>;
|
static getManifestsFromResults(): Promise<Manifest[] | undefined>;
|
||||||
|
static processComponentsToManifests(componentsFound: any[]): Manifest[];
|
||||||
|
private static addPackagesToManifests;
|
||||||
private static getDependencyScope;
|
private static getDependencyScope;
|
||||||
static makePackageUrl(packageUrlJson: any): string;
|
static makePackageUrl(packageUrlJson: any): string;
|
||||||
private static getLatestReleaseURL;
|
private static getLatestReleaseURL;
|
||||||
|
|||||||
Reference in New Issue
Block a user