Skip to content

Commit 25f5ecb

Browse files
committed
JS: Deprecate the Configuration.qll file
1 parent 0339bd0 commit 25f5ecb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
* Finally, we build `PathNode`s for all nodes that appear on a path
6868
* computed by `onPath`.
6969
*/
70+
deprecated module;
7071

7172
private import javascript
7273
private import internal.FlowSteps

javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ module DataFlow {
19291929
import Nodes
19301930
import Sources
19311931
import TypeInference
1932-
import Configuration
1932+
deprecated import Configuration
19331933
import TypeTracking
19341934
import AdditionalFlowSteps
19351935
import internal.FunctionWrapperSteps

0 commit comments

Comments
 (0)