Searched refs:matchesExclude (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 517 …) => !matchesExclude(file, key === "watchFile" ? options?.excludeFiles : options?.excludeDirectori…
|
D | sys.ts | 751 …matchesExclude(pathToCheck, options?.excludeFiles, useCaseSensitiveFileNames, getCurrentDirectory(… 752 …matchesExclude(pathToCheck, options?.excludeDirectories, useCaseSensitiveFileNames, getCurrentDire…
|
D | commandLineParser.ts | 3180 export function matchesExclude( function
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 6807 … null || options === void 0 ? void 0 : options.excludeFiles)) && (ts.matchesExclude(pathToCheck, o… 6808 …ts.matchesExclude(pathToCheck, options === null || options === void 0 ? void 0 : options.excludeDi… 38954 … function matchesExclude(pathToCheck, excludeSpecs, useCaseSensitiveFileNames, currentDirectory) { function 38957 ts.matchesExclude = matchesExclude; 105981 …return !ts.matchesExclude(file, key === "watchFile" ? options === null || options === void 0 ? voi…
|
D | tsc.js | 4234 … null || options === void 0 ? void 0 : options.excludeFiles)) && (ts.matchesExclude(pathToCheck, o… 4235 …ts.matchesExclude(pathToCheck, options === null || options === void 0 ? void 0 : options.excludeDi… 31753 … function matchesExclude(pathToCheck, excludeSpecs, useCaseSensitiveFileNames, currentDirectory) { function 31756 ts.matchesExclude = matchesExclude; 86978 …return !ts.matchesExclude(file, key === "watchFile" ? options === null || options === void 0 ? voi…
|
D | tsserver.js | 6818 … null || options === void 0 ? void 0 : options.excludeFiles)) && (ts.matchesExclude(pathToCheck, o… 6819 …ts.matchesExclude(pathToCheck, options === null || options === void 0 ? void 0 : options.excludeDi… 38965 … function matchesExclude(pathToCheck, excludeSpecs, useCaseSensitiveFileNames, currentDirectory) { function 38968 ts.matchesExclude = matchesExclude; 105992 …return !ts.matchesExclude(file, key === "watchFile" ? options === null || options === void 0 ? voi…
|
D | typescriptServices.js | 7012 … null || options === void 0 ? void 0 : options.excludeFiles)) && (ts.matchesExclude(pathToCheck, o… 7013 …ts.matchesExclude(pathToCheck, options === null || options === void 0 ? void 0 : options.excludeDi… 39159 … function matchesExclude(pathToCheck, excludeSpecs, useCaseSensitiveFileNames, currentDirectory) { function 39162 ts.matchesExclude = matchesExclude; 106186 …return !ts.matchesExclude(file, key === "watchFile" ? options === null || options === void 0 ? voi…
|
D | tsserverlibrary.js | 7012 … null || options === void 0 ? void 0 : options.excludeFiles)) && (ts.matchesExclude(pathToCheck, o… 7013 …ts.matchesExclude(pathToCheck, options === null || options === void 0 ? void 0 : options.excludeDi… 39159 … function matchesExclude(pathToCheck, excludeSpecs, useCaseSensitiveFileNames, currentDirectory) { function 39162 ts.matchesExclude = matchesExclude; 106186 …return !ts.matchesExclude(file, key === "watchFile" ? options === null || options === void 0 ? voi…
|
D | typescript.js | 7012 … null || options === void 0 ? void 0 : options.excludeFiles)) && (ts.matchesExclude(pathToCheck, o… 7013 …ts.matchesExclude(pathToCheck, options === null || options === void 0 ? void 0 : options.excludeDi… 39159 … function matchesExclude(pathToCheck, excludeSpecs, useCaseSensitiveFileNames, currentDirectory) { function 39162 ts.matchesExclude = matchesExclude; 106186 …return !ts.matchesExclude(file, key === "watchFile" ? options === null || options === void 0 ? voi…
|