emacs.d/elpa/xref-js2-20190915.2032/xref-js2-pkg.el

3 lines
427 B
EmacsLisp
Raw Normal View History

2020-02-04 14:53:29 +01:00
;;; -*- no-byte-compile: t -*-
(define-package "xref-js2" "20190915.2032" "Jump to references/definitions using ag & js2-mode's AST" '((emacs "25") (js2-mode "20150909")) :commit "6f1ed5dae0c2485416196a51f2fa92f32e4b8262" :keywords '("javascript" "convenience" "tools") :authors '(("Nicolas Petton" . "nicolas@petton.fr")) :maintainer '("Nicolas Petton" . "nicolas@petton.fr") :url "https://github.com/NicolasPetton/xref-js2")