We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6719d commit ff0581fCopy full SHA for ff0581f
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1675,7 +1675,7 @@ module API {
1675
}
1676
1677
cached
1678
- predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
+ predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
1679
Stage1Local::edge(pred, lbl, succ)
1680
or
1681
Stage2::edge(pred, lbl, succ)
0 commit comments