Move definitions.ql back to src

This commit is contained in:
Andrew Eisenberg
2022-07-15 11:06:24 -07:00
parent fd7561cf27
commit 2f50549184
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/**
* @name Jump-to-definition links
* @description Generates use-definition pairs that provide the data
* for jump-to-definition in the code viewer.
* @kind definitions
* @id js/jump-to-definition
*/
import definitions
from Locatable e, AstNode def, string kind
where def = definitionOf(e, kind)
select e, def, kind