We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc0b14 commit 1e4f38eCopy full SHA for 1e4f38e
1 file changed
javascript/ql/lib/semmle/javascript/ES2015Modules.qll
@@ -783,6 +783,10 @@ abstract class ReExportDeclaration extends ExportDeclaration {
783
result.getFile() = ImportPathResolver::resolveExpr(this.getImportedPath())
784
}
785
786
+ /**
787
+ * Holds if this re-export destination ultimately re-exports `v` (from another module)
788
+ * under the given `name`.
789
+ */
790
overlay[global]
791
abstract predicate reExportsAs(LexicalName v, string name);
792
0 commit comments