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

Function posix

src/test/index.spec.ts:951–953  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

949 return path.replace(/\/|\\/g, pathSep);
950 }
951 function posix(path: string) {
952 return path.replace(/\/|\\/g, '/');
953 }
954 const { err, stdout } = await exec(
955 `${CMD_TS_NODE_WITH_PROJECT_FLAG} --showConfig`
956 );

Callers 1

index.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…