MCPcopy
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
172export function normalizeSeparators(path: string): string {
173 return path.replace(/\\/g, '/');
174}
175
176const STRIP_ANSI = /\x1B\x5B\d+m/g;
177

Callers 1

createTestSupportForFunction · 0.70

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…