We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f63b89 + a3deb7d commit f813e06Copy full SHA for f813e06
javascript/ql/src/semmle/javascript/dataflow/internal/FlowSteps.qll
@@ -10,7 +10,7 @@ import semmle.javascript.dataflow.Configuration
10
/**
11
* Holds if flow should be tracked through properties of `obj`.
12
*
13
- * Flow is tracked through object literals, `module` and `module.exports` objects.
+ * Flow is tracked through `module` and `module.exports` objects.
14
*/
15
predicate shouldTrackProperties(AbstractValue obj) {
16
obj instanceof AbstractExportsObject or
0 commit comments