ModuleCache.resolveImportLocation

struct ModuleCache
istring
resolveImportLocation
(
string moduleName
)

Parameters

moduleName
Type: string

the name of the module being imported, in "a/b/c" style

Return Value

Type: istring

The absolute path to the file that contains the module, or null if not found.

Meta