On Aug 22, 2014, at 11:09 PM, Eric Marshall wrote:
> I looked up the source code of Node.js to get more details about 'require'. And found this is the function definition of 'require':
>
> function require (moduleName) {}
>
> The function body is empty. How can this function load a module?
In what file did you see that definition?