add support for the lie polyfill

This commit is contained in:
Erik Krogh Kristensen
2021-06-20 19:49:20 +02:00
parent 085efe5d20
commit 95a7b16315
4 changed files with 12 additions and 1 deletions

View File

@@ -91,6 +91,8 @@ private DataFlow::SourceNode getAPromiseObject() {
result = DataFlow::moduleMember("synchronous-promise", "SynchronousPromise")
or
result = DataFlow::moduleImport("any-promise")
or
result = DataFlow::moduleImport("lie")
}
/**