| Summary: | certain JavaScript parse errors not being shown | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Manu Sridharan <m.sridharan> |
| Component: | JS Tools | Assignee: | 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: | |||
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.