refactor(cli): remove meaningless utility functions
This commit is contained in:
parent
217410a507
commit
9b0b37ec01
@ -19,10 +19,6 @@ export async function getRegistry(
|
|||||||
return registryResponse
|
return registryResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getAvailableComponentNames(registry: Registry): Promise<string[]> {
|
|
||||||
return Object.keys(registry.components)
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function getComponentURL(
|
export async function getComponentURL(
|
||||||
registry: Registry,
|
registry: Registry,
|
||||||
componentName: string,
|
componentName: string,
|
||||||
@ -35,10 +31,3 @@ export async function getComponentURL(
|
|||||||
}
|
}
|
||||||
return base
|
return base
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getComponentRealname(
|
|
||||||
registry: Registry,
|
|
||||||
componentName: keyof Registry['components'],
|
|
||||||
): Promise<string> {
|
|
||||||
return registry.components[componentName].name
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user