0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc
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
..
api repl: Add editor mode support 2016-08-06 19:41:35 +05:30
api_assets doc: make the api doc print-friendly 2016-05-23 12:26:21 +02:00
changelogs doc: fix minor formatting issue in 0.10 changelog 2016-08-04 11:12:04 +03:00
ctc-meetings doc: add CTC meeting minutes 2016-07-13 2016-08-05 12:38:57 -07:00
guides doc: various documentation formatting fixes 2016-07-14 12:26:50 +03:00
topics doc: various documentation formatting fixes 2016-07-14 12:26:50 +03:00
tsc-meetings doc: various documentation formatting fixes 2016-07-14 12:26:50 +03:00
full-white-stripe.jpg build: update Node.js logo on Win installer 2016-03-06 20:22:36 -06:00
node.1 src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
onboarding-extras.md doc: various documentation formatting fixes 2016-07-14 12:26:50 +03:00
onboarding.md doc: clarify "Reviewed-By" iff "LGTM" 2016-08-05 13:47:56 -07:00
osx_installer_logo.png build: update Node.js logo on OSX installer 2016-02-27 16:49:56 +11:00
releases.md doc: use git-secure-tag for release tags 2016-08-05 15:11:18 +02:00
template.html doctool: improve the title of pages in doc 2016-08-04 12:17:58 -07:00
thin-white-stripe.jpg build: update Node.js logo on Win installer 2016-03-06 20:22:36 -06:00