Searched refs:backslashRegExp (Results 1 – 7 of 7) sorted by relevance
11 const backslashRegExp = /\\/g; constant455 return path.replace(backslashRegExp, directorySeparator);
3247 var backslashRegExp = /\\/g;3438 return path.replace(backslashRegExp, ts.directorySeparator);
5539 var backslashRegExp = /\\/g;5860 return path.replace(backslashRegExp, ts.directorySeparator);
5744 var backslashRegExp = /\\/g;6065 return path.replace(backslashRegExp, ts.directorySeparator);
5550 var backslashRegExp = /\\/g;5871 return path.replace(backslashRegExp, ts.directorySeparator);