We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c8ab1 commit 3a393ecCopy full SHA for 3a393ec
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