mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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
|