We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0339bd0 commit 25f5ecbCopy full SHA for 25f5ecb
2 files changed
javascript/ql/lib/semmle/javascript/dataflow/Configuration.qll
@@ -67,6 +67,7 @@
67
* Finally, we build `PathNode`s for all nodes that appear on a path
68
* computed by `onPath`.
69
*/
70
+deprecated module;
71
72
private import javascript
73
private import internal.FlowSteps
javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll
@@ -1929,7 +1929,7 @@ module DataFlow {
1929
import Nodes
1930
import Sources
1931
import TypeInference
1932
- import Configuration
+ deprecated import Configuration
1933
import TypeTracking
1934
import AdditionalFlowSteps
1935
import internal.FunctionWrapperSteps
0 commit comments