-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
- Version: 6.9.1, 7.0.0
- Platform: Linux
- Subsystem: Mint 17, Ubuntu 16
Following function fails parsing:
function foo(){
var bar = 1 / 1; // '/'
}
SyntaxError: Unexpected end of input
tested with:
- docker run -it node:6.9.1,
- docker run -it node:7.0.0,
- local installation
This code parses correctly in some node versions 5.X
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.