Skip to content

Commit 2532e9a

Browse files
committed
JS: Change signature of 'edges' to support quick eval
1 parent 2d315ed commit 2532e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ module API {
16241624
}
16251625

16261626
cached
1627-
predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
1627+
predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
16281628
Stage1Local::edge(pred, lbl, succ)
16291629
or
16301630
Stage2::edge(pred, lbl, succ)

0 commit comments

Comments
 (0)