JS: Add forwarding libraries in old locations

This commit is contained in:
Asger Feldthaus
2020-02-24 12:28:48 +00:00
parent 9e4709148b
commit 39920c1b08
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/**
* Alias for the library `semmle.javascript.explore.BackwardDataFlow`.
*/
import semmle.javascript.explore.BackwardDataFlow

View File

@@ -0,0 +1,5 @@
/**
* Alias for the library `semmle.javascript.explore.ForwardDataFlow`.
*/
import semmle.javascript.explore.ForwardDataFlow