We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf754e commit 3ca6701Copy full SHA for 3ca6701
javascript/ql/src/semmle/javascript/PackageExports.qll
@@ -18,7 +18,6 @@ DataFlow::ParameterNode getALibraryInputParameter() {
18
19
/**
20
* Gets a value exported by the main module from a named `package.json` file.
21
- * The value is either directly the `module.exports` value, a nested property of `module.exports`, or a method on an exported class.
22
*/
23
private DataFlow::Node getAValueExportedByPackage() {
24
result =
0 commit comments