setDefaultModuleLocation
lib.modules.setDefaultModuleLocation
Docs pulled from | This Revision | about 1 hour ago
Wrap a module with a default location for reporting errors.
Inputs
file
-
1. Function argument
m
-
2. Function argument
Noogle detected
Implementation
The following is the current implementation of this function.
setDefaultModuleLocation = file: m:
{ _file = file; imports = [ m ]; };