JS: Deprecate the Configuration.qll file

This commit is contained in:
Asger F
2025-01-03 11:38:19 +01:00
parent 0339bd0f3e
commit 25f5ecba25
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -1929,7 +1929,7 @@ module DataFlow {
import Nodes
import Sources
import TypeInference
import Configuration
deprecated import Configuration
import TypeTracking
import AdditionalFlowSteps
import internal.FunctionWrapperSteps