Skip to content

Commit 825c083

Browse files
committed
JS: Change signature of 'edges' to support quick eval
1 parent 4bd0f34 commit 825c083

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
@@ -1690,7 +1690,7 @@ module API {
16901690
}
16911691

16921692
cached
1693-
predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
1693+
predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
16941694
Stage1Local::edge(pred, lbl, succ)
16951695
or
16961696
Stage2::edge(pred, lbl, succ)

0 commit comments

Comments
 (0)