mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JS: Add forwarding libraries in old locations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Alias for the library `semmle.javascript.explore.BackwardDataFlow`.
|
||||
*/
|
||||
|
||||
import semmle.javascript.explore.BackwardDataFlow
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Alias for the library `semmle.javascript.explore.ForwardDataFlow`.
|
||||
*/
|
||||
|
||||
import semmle.javascript.explore.ForwardDataFlow
|
||||
Reference in New Issue
Block a user