JS: Mark angular pipe refs as incomplete

This commit is contained in:
Asger Feldthaus
2020-12-10 11:03:55 +00:00
parent 4b5a861ee6
commit b1d45a6773

View File

@@ -1592,7 +1592,8 @@ module DataFlow {
e instanceof E4X::XMLAttributeSelector or
e instanceof E4X::XMLDotDotExpression or
e instanceof E4X::XMLFilterExpression or
e instanceof E4X::XMLQualifiedIdentifier
e instanceof E4X::XMLQualifiedIdentifier or
e instanceof Angular2::PipeRefExpr
)
or
exists(Expr e | e = nd.asExpr() |