MCPcopy 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

getEmitHostFunction · 0.80
getLuaLibModulesInfoFunction · 0.80
readLuaLibFeatureFunction · 0.80
getLuaLibBundleFunction · 0.80
getExtendedTstlOptionsFunction · 0.80
processDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected