mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
add support for the synchronous-promise library
This commit is contained in:
@@ -87,6 +87,8 @@ private DataFlow::SourceNode getAPromiseObject() {
|
||||
result = DataFlow::moduleImport("pinkie-promise")
|
||||
or
|
||||
result = DataFlow::moduleImport("pinkie")
|
||||
or
|
||||
result = DataFlow::moduleMember("synchronous-promise", "SynchronousPromise")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user