mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
JS: Drive-by fix for accidental recursion
This commit is contained in:
@@ -96,7 +96,7 @@ API::Node getExtraNodeFromType(string package, string type) {
|
||||
result = API::moduleImport(package)
|
||||
or
|
||||
// Access instance of a type based on type annotations
|
||||
result = API::Node::ofType(getAPackageAlias(package), type)
|
||||
result = API::Internal::getANodeOfTypeRaw(getAPackageAlias(package), type)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user