Searched refs:copiedPaths (Results 1 – 2 of 2) sorted by relevance
16 copiedPaths: string[];104 const copiedPaths = []; constant109 copiedPaths.push(copyFilePath);115 debug(`Copied files:`, copiedPaths);116 debug(`Skipped files:`, copiedPaths);117 return { copiedPaths, skippedPaths };
55 const copiedPaths = await profile(cloneTemplateAndCopyToProjectAsync)({ constant70 hasNewProjectFiles: !!copiedPaths.length,73 copiedPaths.includes('ios') ||123 return results.copiedPaths;