We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f91c03 commit 6e83b3dCopy full SHA for 6e83b3d
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1624,7 +1624,7 @@ module API {
1624
}
1625
1626
cached
1627
- predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
+ predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
1628
Stage1Local::edge(pred, lbl, succ)
1629
or
1630
Stage2::edge(pred, lbl, succ)
0 commit comments