[ci] format
This commit is contained in:
parent
fb5572bebd
commit
421eb3b5d4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const seenMdMetadata = new Set<string>();
|
||||||
export async function collectMdMetadata(
|
export async function collectMdMetadata(
|
||||||
metadata: Metadata,
|
metadata: Metadata,
|
||||||
modGraph: ModuleNode,
|
modGraph: ModuleNode,
|
||||||
viteServer: ViteDevServer,
|
viteServer: ViteDevServer
|
||||||
) {
|
) {
|
||||||
const importedModules = [...(modGraph?.importedModules ?? [])];
|
const importedModules = [...(modGraph?.importedModules ?? [])];
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
|
|
Loading…
Reference in a new issue