JS: Add @reduxjs/toolkit to composed functions

This commit is contained in:
Asger Feldthaus
2021-01-25 13:16:32 +00:00
parent c1651ad30c
commit 314839fc09

View File

@@ -88,7 +88,7 @@ module FunctionCompositionCall {
RightToLeft() {
this = DataFlow::moduleImport(["compose-function"]).getACall()
or
this = DataFlow::moduleMember(["redux", "ramda"], "compose").getACall()
this = DataFlow::moduleMember(["redux", "ramda", "@reduxjs/toolkit"], "compose").getACall()
or
this = LodashUnderscore::member("flowRight").getACall()
}