| Summary: | [acorn][eslint] No syntax error on unterminated comment | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Olivier Thomann <Olivier_Thomann> |
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie |
| Version: | 12.0 | ||
| Target Milestone: | 13.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Olivier Thomann
I'll investigate it once I adopted acorn 3.3.0. The problem doesn't come from acorn, but it comes from orionAcorn.js where we "override" the skipBlockComment call. This call never calls the acorn function when the comment is not complete. Working on a fix. |