feat(javascript): add import specifier as definition

This commit is contained in:
Steven Sojka 2020-07-01 10:40:17 -05:00 committed by Stephan Seitz
parent e8af62c843
commit e4cd88baa4

View file

@ -28,6 +28,9 @@
(variable_declarator
name: (identifier) @definition)
(import_specifier
(identifier) @definition)
; References
;------------