Merge pull request #9862 from github/adityasharad/codeql-cli-2.10.1-mergeback

Merge codeql-cli-2.10.1 into main
This commit is contained in:
Cornelius Riemenschneider
2022-07-20 10:42:34 +02:00
committed by GitHub
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