Bug 398240

Summary: [enhancement] NodeJS node_modules folders processing
Product: z_Archived Reporter: Justin Early <earlyster>
Component: VJETAssignee: Justin Early <earlyster>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 Keywords: helpwanted
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Justin Early CLA 2013-01-15 16:57:00 EST
Originally reported as part of 
https://www.ebayopensource.org/jira/browse/VJET-88

Currently it seems like VJET reports errors and warnings for modules that are not core to node.js. 

Ideally it would use node's system of scanning for node_modules folders and processing the index.js file found, if any. 

See http://nodejs.org/docs/v0.6.1/api/modules.html#modules for a description of how nodejs handles calls to require().