doomemacs/modules/lang/javascript
2017-04-17 02:17:10 -04:00
..
+screeps.el General comment + README cleanup 2017-03-20 04:24:10 -04:00
autoload.el lang/javascript: fix +javascript-npm-dep-p to accept symbols 2017-04-02 23:02:50 -04:00
config.el PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES 2017-04-17 02:17:10 -04:00
packages.el Add :requires prop to def-bootstrap! & refactor+rewrite bootstrapping 2017-03-25 18:41:29 -04:00
README.md lang/{go,javascript}: add READMEs 2017-03-20 03:55:47 -04:00

javascript

Javascript support, including auto-completion (tern), REPL support (nodejs-repl), refactoring commands (js2-refactor), and syntax checking (flycheck).

Includes coffescript and jsx support, as well as project minor modes for nodejs projects (with a package.json) or launchbar 6 actions.

External Dependencies

Run make bootstrap js to install these.

  • NodeJS & NPM (brew install node, pacman -S nodejs npm)
  • tern: npm -g install tern (for completion)