ananthakumaran/tide@f0b6dac -> ananthakumaran/tide@fa617f5 New version of tide.el introduces xref backend.
22 lines
939 B
EmacsLisp
22 lines
939 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/javascript/packages.el
|
|
|
|
;; Major modes
|
|
(package! coffee-mode :pin "35a41c7d8233eac0b267d9593e67fb8b6235e134")
|
|
(package! js2-mode :pin "40aab27581279d0fdbfeb9afeb85f39d401a927f")
|
|
(package! rjsx-mode :pin "0061587a06cdc2579a8d0e90863498d96bf982d8")
|
|
(package! typescript-mode :pin "42a60e5c881082db2ec2c541a5c154308c4863e6")
|
|
|
|
;; Tools
|
|
(package! js2-refactor :pin "d4c40b5fc86d3edd7c6a7d83ac86483ee1cb7a28")
|
|
(package! npm-mode :pin "3ee7c0bad5b7a041d4739ef3aaa06a3dc764e5eb")
|
|
(package! add-node-modules-path :pin "f31e69ccb681f882aebb806ce6e9478e3ac39708")
|
|
|
|
;; Eval
|
|
(package! nodejs-repl :pin "f5ce3d5b7b4e0d06f6e9d4930d9ecc417633586b")
|
|
(package! skewer-mode :pin "e5bed351939c92a1f788f78398583c2f83f1bb3c")
|
|
|
|
;; Programming environment
|
|
(package! tide :pin "fa617f54629dc53a3182251dd8076c9e7ac9effa")
|
|
(when (featurep! :tools lookup)
|
|
(package! xref-js2 :pin "6f1ed5dae0c2485416196a51f2fa92f32e4b8262"))
|