doomemacs/modules/lang/javascript
2017-03-20 03:55:47 -04:00
..
+screeps.el Fix project mode definitions 2017-03-02 18:28:46 -05:00
autoload.el lang/javascript: remove +javascript/install (replaced by bootstrap) 2017-03-20 03:47:59 -04:00
config.el Reduce def-package magic; explicitly use :when property 2017-03-19 22:47:50 -04:00
packages.el Implement bootstrap functionality + make bootstrap (WIP) 2017-03-20 02:45:39 -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)