Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts92 const allPath: Array<string> = [ constant
99 allPath.push(path.join(path.relative(basePath, item), '*'));
104 allPath.push('../../../../../*');
105 allPath.push('../../*');
107 allPath.push('../../../../*');
108 allPath.push('../*');
121 '*': allPath