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

Bug 483595

Summary: Occurrences should not depend on ESLint
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: 11.0   
Target Milestone: 11.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-12-03 12:07:04 EST
Currently to be able to find parents while marking occurrences for define-like statements we are relying on ESLint to attach the node parents for us.

We should not do this, instead just attach or track the parents as we need in occurrennces.js.