actions/github/codeql-action-v2/tests/multi-language-repo/codeql-qlpacks/complex-javascript-qlpack/show_ifs.ql

11 lines
No EOL
181 B
Text

/**
* @name Root Show Ifs
* @description Root Show Ifs
* @kind problem
* @id complex-javascript-querypack/root-show-ifs
*/
import javascript
from IfStmt i
select i, "root if"