Nodejs

From WikEmacs
Revision as of 13:40, 21 September 2016 by Elvince (talk | contribs) (Nodejs: compilation regexp, emacs repl)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External packages

Run a Nodejs REPL

See nodejs-repl (in MELPA).

Tips and tricks

Recognize compilation stacktraces in Compilation or Shell buffers

Add a regexp:

(add-to-list 'compilation-error-regexp-alist-alist
    '(node "at [^ ]+ (\\(.+?\\):\\([[:digit:]]+\\):\\([[:digit:]]+\\)" 1 2 3))

See also

See also some config for CoffeeScript. Categor:Compile