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

Bug 463116

Summary: [parser] Merge Esprima changes for Tern compatibility
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 8.0   
Target Milestone: 9.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-03-25 12:22:50 EDT
There are some changes for Esprima that are required by Tern for type inferencing, they include:

1. adding a sourceFile property to each node
2. having a start and end property on each node
3. having access to the function isIdentifierPart, exported as isIdentifierChar