Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts6665 const implicitExcludePathRegexPattern = `(?!(${commonPackageFolders.join("|")})(/|$))`; constant
6685 doubleAsteriskRegexFragment: `(/${implicitExcludePathRegexPattern}[^/.][^/]*)*?`,
6695 doubleAsteriskRegexFragment: `(/${implicitExcludePathRegexPattern}[^/.][^/]*)*?`,
6800 subpattern += implicitExcludePathRegexPattern;
/third_party/typescript/lib/
DtypingsInstaller.js20757 … var implicitExcludePathRegexPattern = "(?!(".concat(ts.commonPackageFolders.join("|"), ")(/|$))");
20770 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
20779 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
20875 subpattern += implicitExcludePathRegexPattern;
Dtsc.js16516 … var implicitExcludePathRegexPattern = "(?!(".concat(ts.commonPackageFolders.join("|"), ")(/|$))");
16519 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
16524 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
16604 subpattern += implicitExcludePathRegexPattern;