Home
last modified time | relevance | path

Searched refs:allPath (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts149 const allPath: Array<string> = ['*']; constant
154 allPath.push(path.join(path.relative(basePath, item), '*'));
159 allPath.push('../../../../../*');
160 allPath.push('../../*');
162 allPath.push('../../../../*');
163 allPath.push('../*');
178 '*': allPath