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