MCPcopy
hub / github.com/TypeStrong/ts-node / normalizeSlashes

Function normalizeSlashes

src/util.ts:67–69  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

65 * @internal
66 */
67export function normalizeSlashes(value: string): string {
68 return value.replace(backslashRegExp, directorySeparator);
69}
70
71/**
72 * Safe `hasOwnProperty`

Callers 11

retrieveFileFunction · 0.90
compileFunction · 0.90
addDiagnosticFilterFunction · 0.90
createIgnoreFunction · 0.90
getExtendsConfigPathFunction · 0.90
combinePathsFunction · 0.90
getFormatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…