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

Bug 421195

Summary: Serialize is undefined when computing ASTs
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: unspecified   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2013-11-07 00:07:03 EST
The import of "esprima/esprima" is always undefined and in the wrong spot, so it in nulls out the import of Serialize. Net effect is that the AST provider for JavaScript will never return an AST.
Comment 1 Michael Rennie CLA 2013-11-07 00:13:05 EST
fix is in Gerrit: https://git.eclipse.org/r/18160
Comment 2 Mark Macdonald CLA 2013-11-07 00:15:52 EST
I believe works OK in master, no?
Comment 3 Michael Rennie CLA 2013-11-07 10:25:58 EST
(In reply to Mark Macdonald from comment #2)
> I believe works OK in master, no?

Yup, you fixed it right about the time I filed this bug.