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