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

Function getTstlDirectory

src/transpilation/utils.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 options.configFilePath ? path.dirname(options.configFilePath) : process.cwd();
36
37const getTstlDirectory = () => path.dirname(__dirname);
38
39export function resolvePlugin(
40 kind: string,

Callers 1

resolvePluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected