We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd0f34 commit 825c083Copy full SHA for 825c083
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1690,7 +1690,7 @@ module API {
1690
}
1691
1692
cached
1693
- predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
+ predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
1694
Stage1Local::edge(pred, lbl, succ)
1695
or
1696
Stage2::edge(pred, lbl, succ)
0 commit comments