Searched refs:getPatternFromSpec (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/ |
| D | exportInfoMap.ts | 348 const pattern = getPatternFromSpec(spec, "", "exclude");
|
| /third_party/typescript/src/compiler/ |
| D | watch.ts | 310 const pattern = getPatternFromSpec(includeSpec, basePath, "files");
|
| D | utilities.ts | 6740 …export function getPatternFromSpec(spec: string, basePath: string, usage: "files" | "directories" … function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 20820 function getPatternFromSpec(spec, basePath, usage) { function 20824 ts.getPatternFromSpec = getPatternFromSpec; 128274 var pattern = ts.getPatternFromSpec(includeSpec, basePath, "files");
|
| D | tsc.js | 16560 function getPatternFromSpec(spec, basePath, usage) { function 16564 ts.getPatternFromSpec = getPatternFromSpec; 106633 var pattern = ts.getPatternFromSpec(includeSpec, basePath, "files");
|