mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Rename EntryPoint.getNode -> getANode
This commit is contained in:
@@ -27,7 +27,7 @@ private module Immutable {
|
||||
API::Node immutableImport() {
|
||||
result = API::moduleImport("immutable")
|
||||
or
|
||||
result = any(ImmutableGlobalEntry i).getNode()
|
||||
result = any(ImmutableGlobalEntry i).getANode()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user