mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fixup! qldoc for reExportsAs
This commit is contained in:
@@ -783,6 +783,10 @@ abstract class ReExportDeclaration extends ExportDeclaration {
|
||||
result.getFile() = ImportPathResolver::resolveExpr(this.getImportedPath())
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if this re-export destination ultimately re-exports `v` (from another module)
|
||||
* under the given `name`.
|
||||
*/
|
||||
overlay[global]
|
||||
abstract predicate reExportsAs(LexicalName v, string name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user