-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
yield/await support in repl/cli #8382
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
In the version of node 6.5.0 that I am running, the repl does support quite a few things already - which is awesome. One thing I came to miss when trying things out though is that the
yield(as often used beforeawaitand/or theawaitkeyword. Ifyieldwould be available like withcoorawaitwould be available like in the concept then async code would become easy to test in the REPL.