JS: Implement getAResponseDataNode

This commit is contained in:
Asger Feldthaus
2020-12-18 14:01:45 +00:00
parent 2f3cef177b
commit 00cd0644f0

View File

@@ -197,6 +197,10 @@ module Angular2 {
or
result = getOptionArgument(argumentOffset + 1, "body")
}
override DataFlow::Node getAResponseDataNode(string responseType, boolean promise) {
result = this and responseType = "rxjs.observable" and promise = false
}
}
private string getInternalName(string name) {