mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
JavaScript: Make API-graph edge labels accessible outside ApiGraphs.qll.
This commit is contained in:
@@ -665,6 +665,8 @@ module API {
|
|||||||
cached
|
cached
|
||||||
int distanceFromRoot(TFeature nd) = shortestDistances(MkRoot/0, edge/2)(_, nd, result)
|
int distanceFromRoot(TFeature nd) = shortestDistances(MkRoot/0, edge/2)(_, nd, result)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
import Label as EdgeLabel
|
||||||
}
|
}
|
||||||
|
|
||||||
private module Label {
|
private module Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user