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

Bug 490801

Summary: Dependencies are no longer stored on the ast from an html file that has scripts tags.
Product: [ECD] Orion Reporter: Olivier Thomann <Olivier_Thomann>
Component: JS ToolsAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: steve_northover
Version: 11.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Olivier Thomann CLA 2016-03-31 10:16:09 EDT
After the change to use acorn as the parser, dependencies are cleared in the postParse. This should not be done as the preParse calls can store dependencies.
Comment 1 Olivier Thomann CLA 2016-03-31 10:17:10 EDT
Steve, this broken the cross file linting as the dependent files from the index.html could not be read properly.
Comment 2 Olivier Thomann CLA 2016-03-31 10:46:38 EDT
Delivered.