doomemacs/modules/lang/javascript
Henrik Lissner bc3aee2a4f
Replace :xref-backend setting with :jump
Which takes :definitions, :references, :documentation and :xref-backend.
Each accepts a function that will jump to definitions, references, and
documentation respectively.

If a major-mode has an :xref-backend, you don't need :definitions or
:references.
2017-06-19 00:32:45 +02:00
..
+screeps.el Lazy-load lang/javascript/+screeps.el 2017-06-18 23:43:07 +02:00
autoload.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
config.el Replace :xref-backend setting with :jump 2017-06-19 00:32:45 +02:00
packages.el Remove doom-bootstrap system (will be replaced) 2017-05-20 18:40:13 +02: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)