Fixup! qldoc for reExportsAs

This commit is contained in:
Asger F
2025-11-21 12:41:34 +01:00
parent 78c8ab11f2
commit 3a393ecd54

View File

@@ -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);
}