Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ readFile
Method
readFile
src/transpilation/utils.ts:14–14 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
12
fileExists(path: string): boolean;
13
getCurrentDirectory(): string;
14
readFile(path: string): string | undefined;
15
writeFile: ts.WriteFileCallback;
16
}
17
Callers
6
getEmitHost
Function · 0.80
getLuaLibModulesInfo
Function · 0.80
readLuaLibFeature
Function · 0.80
getLuaLibBundle
Function · 0.80
getExtendedTstlOptions
Function · 0.80
processDependency
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected