mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
add support for the pinkie polyfill
This commit is contained in:
@@ -85,6 +85,8 @@ private DataFlow::SourceNode getAPromiseObject() {
|
||||
result = DataFlow::moduleImport("when")
|
||||
or
|
||||
result = DataFlow::moduleImport("pinkie-promise")
|
||||
or
|
||||
result = DataFlow::moduleImport("pinkie")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user