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

Function native

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

Source from the content-addressed store, hash-verified

946 if (tsSupportsShowConfig) {
947 test('--showConfig should log resolved configuration', async (t) => {
948 function native(path: string) {
949 return path.replace(/\/|\\/g, pathSep);
950 }
951 function posix(path: string) {
952 return path.replace(/\/|\\/g, '/');
953 }

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…