Skip to content

Commit

Permalink
JS: Deprecate the Configuration.qll file
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Jan 3, 2025
1 parent 0339bd0 commit 25f5ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
* Finally, we build `PathNode`s for all nodes that appear on a path
* computed by `onPath`.
*/
deprecated module;

private import javascript
private import internal.FlowSteps
Expand Down
2 changes: 1 addition & 1 deletion javascript/ql/lib/semmle/javascript/dataflow/DataFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ module DataFlow {
import Nodes
import Sources
import TypeInference
import Configuration
deprecated import Configuration
import TypeTracking
import AdditionalFlowSteps
import internal.FunctionWrapperSteps
Expand Down

0 comments on commit 25f5ecb

Please sign in to comment.