JS: Rename EntryPoint.getNode -> getANode

This commit is contained in:
Asger Feldthaus
2022-03-16 11:03:00 +01:00
parent 33ca55770c
commit d8b4bc81ff
10 changed files with 14 additions and 11 deletions

View File

@@ -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()
}
/**