Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repl: Add editor mode support #7275

Closed
wants to merge 6 commits into from

Commits on Aug 3, 2016

  1. 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
    >
    ```
    princejwesley committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    9eb96a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1f9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23e5842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233ecc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4134ddd View commit details
    Browse the repository at this point in the history
  6. Fix linter issue

    princejwesley committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    370616c View commit details
    Browse the repository at this point in the history