Searched refs:getFilesAsync (Results 1 – 3 of 3) sorted by relevance
181 async function getFilesAsync(root: string, dir: string | null = null): Promise<string[]> { function196 files.push(...(await getFilesAsync(root, relativePath)));249 const files = await getFilesAsync(templatePath);
144 async function getFilesAsync(root, dir = null) { function155 files.push(...(await getFilesAsync(root, relativePath)));195 const files = await getFilesAsync(templatePath);
1 …getFilesAsync(root: string, dir: string | null = null): Promise<string[]> {\n const files: string…