mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
add explicit this
This commit is contained in:
@@ -198,7 +198,7 @@ class PackageJson extends JsonObject {
|
||||
/**
|
||||
* Gets the main module of this package.
|
||||
*/
|
||||
Module getMainModule() { result = getExportedModule(".") }
|
||||
Module getMainModule() { result = this.getExportedModule(".") }
|
||||
|
||||
/**
|
||||
* Gets the module exported under the given relative path.
|
||||
|
||||
Reference in New Issue
Block a user