Home
last modified time | relevance | path

Searched defs:includeIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
DcommandLineParser.ts3625 const includeIndex = findIndex(jsonOnlyIncludeRegexes, re => re.test(file)); constant
Dutilities.ts7707 const includeIndex = findIndex(includeFileRegexes, re => re.test(absoluteName)); constant