Searched refs:allPlatformPaths (Results 1 – 3 of 3) sorted by relevance
34 const allPlatformPaths = platformPaths.map((paths) => Object.keys(paths)).flat(); constant36 const uniquePaths = [...new Set(allPlatformPaths)];
34 const allPlatformPaths = platformPaths.map(paths => Object.keys(paths)).flat();35 const uniquePaths = [...new Set(allPlatformPaths)];
1 …allPlatformPaths","paths","Object","keys","flat","uniquePaths","Set","sort","shouldSkipAutoPlugin"…