Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494779

Summary: "child_process" is incorrectly flagged as needing to be added to eslint-env
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 12.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2016-05-27 12:57:58 EDT
Steps:

1. open server.js (in the orion client code)
2. scroll all the way down to line 116
3. notice child_process is tagged (and it should not be, its a node built-in)

A quick look shows its missing from the node built-ins map.
Comment 2 Michael Rennie CLA 2016-05-27 13:07:03 EDT
Closing...