Searched refs:allPath (Results 1 – 1 of 1) sorted by relevance
149 const allPath: Array<string> = ['*']; constant154 allPath.push(path.join(path.relative(basePath, item), '*'));159 allPath.push('../../../../../*');160 allPath.push('../../*');162 allPath.push('../../../../*');163 allPath.push('../*');178 '*': allPath