mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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())
|
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]
|
overlay[global]
|
||||||
abstract predicate reExportsAs(LexicalName v, string name);
|
abstract predicate reExportsAs(LexicalName v, string name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user