Skip to content

Commit 3ca6701

Browse files
committed
remove outdated comment
1 parent aaf754e commit 3ca6701

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/ql/src/semmle/javascript/PackageExports.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ DataFlow::ParameterNode getALibraryInputParameter() {
1818

1919
/**
2020
* 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.
2221
*/
2322
private DataFlow::Node getAValueExportedByPackage() {
2423
result =

0 commit comments

Comments
 (0)