Skip to content

Commit fb845d5

Browse files
committed
JS: Change signature of 'edges' to support quick eval
1 parent 8d8b414 commit fb845d5

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
@@ -1675,7 +1675,7 @@ module API {
16751675
}
16761676

16771677
cached
1678-
predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
1678+
predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
16791679
Stage1Local::edge(pred, lbl, succ)
16801680
or
16811681
Stage2::edge(pred, lbl, succ)

0 commit comments

Comments
 (0)