Merge pull request #20733 from asgerf/js/incremental-api-graphs

JS: Incremental API graph
This commit is contained in:
Asger F
2026-01-14 12:49:41 +01:00
committed by GitHub
32 changed files with 1334 additions and 938 deletions

View File

@@ -492,6 +492,7 @@ private predicate invocationMatchesCallSiteFilter(
Specific::invocationMatchesExtraCallSiteFilter(invoke, token)
}
overlay[local?]
private class TypeModelUseEntry extends API::EntryPoint {
private string type;
@@ -505,6 +506,7 @@ private class TypeModelUseEntry extends API::EntryPoint {
API::Node getNodeForType(string type_) { type = type_ and result = this.getANode() }
}
overlay[local?]
private class TypeModelDefEntry extends API::EntryPoint {
private string type;