Bump :lang javascript

ananthakumaran/tide@f0b6dac -> ananthakumaran/tide@fa617f5

New version of tide.el introduces xref backend.
This commit is contained in:
Petri Lehtinen 2020-08-28 15:49:15 +03:00
parent 1c99aed0c0
commit ecc6fcd8d5
2 changed files with 2 additions and 3 deletions

View file

@ -190,8 +190,7 @@ to tide."
(set-company-backend! 'tide-mode 'company-tide) (set-company-backend! 'tide-mode 'company-tide)
;; navigation ;; navigation
(set-lookup-handlers! 'tide-mode :async t (set-lookup-handlers! 'tide-mode :async t
:definition #'tide-jump-to-definition :xref-backend #'xref-tide-xref-backend
:references #'tide-references
:documentation #'tide-documentation-at-point) :documentation #'tide-documentation-at-point)
(set-popup-rule! "^\\*tide-documentation" :quit t) (set-popup-rule! "^\\*tide-documentation" :quit t)
;; resolve to `doom-project-root' if `tide-project-root' fails ;; resolve to `doom-project-root' if `tide-project-root' fails

View file

@ -17,6 +17,6 @@
(package! skewer-mode :pin "e5bed351939c92a1f788f78398583c2f83f1bb3c") (package! skewer-mode :pin "e5bed351939c92a1f788f78398583c2f83f1bb3c")
;; Programming environment ;; Programming environment
(package! tide :pin "f0b6dac4829c3daecf02bf445a5b41b4c68f2911") (package! tide :pin "fa617f54629dc53a3182251dd8076c9e7ac9effa")
(when (featurep! :tools lookup) (when (featurep! :tools lookup)
(package! xref-js2 :pin "6f1ed5dae0c2485416196a51f2fa92f32e4b8262")) (package! xref-js2 :pin "6f1ed5dae0c2485416196a51f2fa92f32e4b8262"))