MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / snapshotPaths

Function snapshotPaths

test/transpile/module-resolution.spec.ts:746–748  ·  view source on GitHub ↗
(files: tstl.TranspiledFile[])

Source from the content-addressed store, hash-verified

744});
745
746function snapshotPaths(files: tstl.TranspiledFile[]) {
747 return files.map(f => normalizeSlashes(f.outPath).split("module-resolution")[1]).sort();
748}

Callers 1

Calls 1

normalizeSlashesFunction · 0.90

Tested by

no test coverage detected