Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
746
function
snapshotPaths(files: tstl.TranspiledFile[]) {
747
return
files.map(f => normalizeSlashes(f.outPath).split(
"module-resolution"
)[1]).sort();
748
}
Callers
1
module-resolution.spec.ts
File · 0.85
Calls
1
normalizeSlashes
Function · 0.90
Tested by
no test coverage detected