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

Bug 423082

Summary: certain JavaScript parse errors not being shown
Product: [ECD] Orion Reporter: Manu Sridharan <m.sridharan>
Component: JS ToolsAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: unspecified   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Manu Sridharan CLA 2013-12-03 13:34:23 EST
On the latest git (commit ca4dba4ff46af26efa9776534dbfceda916cc179), I'm not seeing certain parse errors in the JavaScript editor.  E.g., no errors are shown for the following input:

function foo(x.y) {}

If I enter that program at http://esprima.org/demo/parse.html, I see the "Unexpected token ." error, as expected.