Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ writeFile
Function
writeFile
src/transpilation/index.ts:58–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
getNewLine: () =>
"\n"
,
57
useCaseSensitiveFileNames: () => false,
58
writeFile() {},
59
60
getSourceFile(fileName) {
61
if
(fileName in normalizedFiles) {
Callers
1
emitFiles
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected