nodejs-repl.el icon indicating copy to clipboard operation
nodejs-repl.el copied to clipboard

Run Node.js REPL and communicate with the process

Results 6 nodejs-repl.el issues
Sort by recently updated
recently updated
newest added

Emacs version: 27.1 nodejs-repl version: 0.2.4 Node version: 14.10.1 Steps to reproduce: 1. Open any .js file 2. Execute M-x nodejs-repl 3. digit any expression on the repl (e.g. 5...

Currently, I see a message in the repl saying: ``` .editor // Entering editor mode (^D to finish, ^C to cancel) console.log(1+4); 5 undefined .>. ``` Q1. How do I...

Ifhtere's no nvm-which present, then the `nvm-which` funciton in the docs fails. I was able to fix it with: ```lisp (defun nvm-which () (let ((output (shell-command-to-string "source ~/.nvm/nvm.sh; nvm which")))...

Hello! Thanks for this nice package first of all :smile: I know this is not really supported but it would be great to have `typescript` Repl. I am still considering...

Would be cool if the nodejs repl sending logic were just part of Emacs proper like it is for Python. What do you think?

Hi, What do you think of upstreaming this project directly into Emacs? Emacs has Python support out of the box for the same sort of things this package mostly tries...