Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ isModuleNotFoundError
Function
isModuleNotFoundError
src/transpilation/utils.ts:50–50 ·
view source on GitHub ↗
(error: any)
Source
from the content-addressed store, hash-verified
48
}
49
50
const
isModuleNotFoundError = (error: any) => error.code ===
"MODULE_NOT_FOUND"
;
51
52
let
resolved: string;
53
try {
Callers
1
resolvePlugin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected