Bug 398240 - [enhancement] NodeJS node_modules folders processing
Summary: [enhancement] NodeJS node_modules folders processing
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2013-01-15 16:57 EST by Justin Early CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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().