Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts6693 const implicitExcludePathRegexPattern = `(?!(${commonPackageFolders.join("|")})(/|$))`; constant
6713 doubleAsteriskRegexFragment: `(/${implicitExcludePathRegexPattern}[^/.][^/]*)*?`,
6723 doubleAsteriskRegexFragment: `(/${implicitExcludePathRegexPattern}[^/.][^/]*)*?`,
6828 subpattern += implicitExcludePathRegexPattern;
/third_party/typescript/lib/
DtypingsInstaller.js20791 … var implicitExcludePathRegexPattern = "(?!(".concat(ts.commonPackageFolders.join("|"), ")(/|$))");
20804 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
20813 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
20909 subpattern += implicitExcludePathRegexPattern;
Dtsc.js16547 … var implicitExcludePathRegexPattern = "(?!(".concat(ts.commonPackageFolders.join("|"), ")(/|$))");
16550 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
16555 doubleAsteriskRegexFragment: "(/".concat(implicitExcludePathRegexPattern, "[^/.][^/]*)*?"),
16635 subpattern += implicitExcludePathRegexPattern;