Home
last modified time | relevance | path

Searched refs:backslashRegExp (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Dpath.ts11 const backslashRegExp = /\\/g; constant
455 return path.replace(backslashRegExp, directorySeparator);
/third_party/typescript/lib/
Dtsc.js3247 var backslashRegExp = /\\/g;
3438 return path.replace(backslashRegExp, ts.directorySeparator);
DtypingsInstaller.js5539 var backslashRegExp = /\\/g;
5860 return path.replace(backslashRegExp, ts.directorySeparator);
DtypescriptServices.js5744 var backslashRegExp = /\\/g;
6065 return path.replace(backslashRegExp, ts.directorySeparator);
Dtsserverlibrary.js5744 var backslashRegExp = /\\/g;
6065 return path.replace(backslashRegExp, ts.directorySeparator);
Dtsserver.js5550 var backslashRegExp = /\\/g;
5871 return path.replace(backslashRegExp, ts.directorySeparator);
Dtypescript.js5744 var backslashRegExp = /\\/g;
6065 return path.replace(backslashRegExp, ts.directorySeparator);