add support for the pinkie polyfill

This commit is contained in:
Erik Krogh Kristensen
2021-06-20 19:20:50 +02:00
parent b574292dab
commit 5cb3c2c650
5 changed files with 18 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ private DataFlow::SourceNode getAPromiseObject() {
result = DataFlow::moduleImport("when")
or
result = DataFlow::moduleImport("pinkie-promise")
or
result = DataFlow::moduleImport("pinkie")
}
/**