mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
import semmle.javascript.ES2015Modules
|
|
|
|
from ExportSpecifier es
|
|
select es, es.getLocal(), es.getExported() |