Searched refs:implicitExcludePathRegexPattern (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 6693 const implicitExcludePathRegexPattern = `(?!(${commonPackageFolders.join("|")})(/|$))`; constant 6713 doubleAsteriskRegexFragment: `(/${implicitExcludePathRegexPattern}[^/.][^/]*)*?`, 6723 doubleAsteriskRegexFragment: `(/${implicitExcludePathRegexPattern}[^/.][^/]*)*?`, 6828 subpattern += implicitExcludePathRegexPattern;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 20791 … var implicitExcludePathRegexPattern = "(?!(".concat(ts.commonPackageFolders.join("|"), ")(/|$))"); 20804 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"), 20813 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"), 20909 subpattern += implicitExcludePathRegexPattern;
|
| D | tsc.js | 16547 … var implicitExcludePathRegexPattern = "(?!(".concat(ts.commonPackageFolders.join("|"), ")(/|$))"); 16550 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"), 16555 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"), 16635 subpattern += implicitExcludePathRegexPattern;
|