We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7305fd commit bec8dc6Copy full SHA for bec8dc6
javascript/ql/lib/semmle/javascript/NPM.qll
@@ -198,7 +198,7 @@ class PackageJson extends JsonObject {
198
/**
199
* Gets the main module of this package.
200
*/
201
- Module getMainModule() { result = getExportedModule(".") }
+ Module getMainModule() { result = this.getExportedModule(".") }
202
203
204
* Gets the module exported under the given relative path.
0 commit comments