Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ normalizeSeparators
Function
normalizeSeparators
packages/compiler-cli/test/test_support.ts:172–174 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
170
}
171
172
export
function
normalizeSeparators(path: string): string {
173
return
path.replace(/\\/g,
'/'
);
174
}
175
176
const
STRIP_ANSI = /\x1B\x5B\d+m/g;
177
Callers
1
createTestSupportFor
Function · 0.70
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…