Skip to content

Commit 3a393ec

Browse files
committed
Fixup! qldoc for reExportsAs
1 parent 78c8ab1 commit 3a393ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/ql/lib/semmle/javascript/ES2015Modules.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ abstract class ReExportDeclaration extends ExportDeclaration {
783783
result.getFile() = ImportPathResolver::resolveExpr(this.getImportedPath())
784784
}
785785

786+
/**
787+
* Holds if this re-export destination ultimately re-exports `v` (from another module)
788+
* under the given `name`.
789+
*/
786790
overlay[global]
787791
abstract predicate reExportsAs(LexicalName v, string name);
788792
}

0 commit comments

Comments
 (0)