Update javascript/ql/src/semmle/javascript/dataflow/Nodes.qll

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-10-16 14:12:36 +02:00
committed by GitHub
parent 7598d31fc1
commit c2338b218f

View File

@@ -1392,7 +1392,7 @@ module PartialInvokeNode {
this = LodashUnderscore::member(["throttle", "debounce", "once", "memoize"]).getACall()
or
this =
DataFlow::moduleImport(["call-limit", "lodash.debounce", "lodash.throttle", "debounce"])
DataFlow::moduleImport(["call-limit", "debounce"])
.getACall()
)
or