mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: make moduleImport() work for named imports
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from string path, string prop
|
||||
select path, prop, DataFlow::moduleImport(path).getAPropertyRead(prop)
|
||||
Reference in New Issue
Block a user