mirror of
https://github.com/github/codeql.git
synced 2025-12-31 16:16:34 +01:00
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
import javascript
|
|
|
|
from Module m, string name, DataFlow::Node exportValue
|
|
where exportValue = m.getAnExportedValue(name)
|
|
select m, name, exportValue
|