Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
37
const
getTstlDirectory = () => path.dirname(__dirname);
38
39
export
function
resolvePlugin(
40
kind: string,
Callers
1
resolvePlugin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected