Skip to content

Commit 39920c1

Browse files
committed
JS: Add forwarding libraries in old locations
1 parent 9e47091 commit 39920c1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Alias for the library `semmle.javascript.explore.BackwardDataFlow`.
3+
*/
4+
5+
import semmle.javascript.explore.BackwardDataFlow
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Alias for the library `semmle.javascript.explore.ForwardDataFlow`.
3+
*/
4+
5+
import semmle.javascript.explore.ForwardDataFlow

0 commit comments

Comments
 (0)