mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
JS: Deprecate the Configuration.qll file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1929,7 +1929,7 @@ module DataFlow {
|
||||
import Nodes
|
||||
import Sources
|
||||
import TypeInference
|
||||
import Configuration
|
||||
deprecated import Configuration
|
||||
import TypeTracking
|
||||
import AdditionalFlowSteps
|
||||
import internal.FunctionWrapperSteps
|
||||
|
||||
Reference in New Issue
Block a user