Files
node/doc/api
Prince J Wesley b779eb423d repl: Add editor mode support
```js
> node
> .editor
// Entering editor mode (^D to finish, ^C to cancel)
function test() {
  console.log('tested!');
}

test();

// ^D
tested!
undefined
>
```

PR-URL: https://github.com/nodejs/node/pull/7275
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
2016-08-06 19:41:35 +05:30
..
2016-04-20 16:34:27 -07:00
2016-04-20 16:34:27 -07:00
2016-08-06 19:41:35 +05:30