mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
add support for the lie polyfill
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user