We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf21d8 commit 9e25bbcCopy full SHA for 9e25bbc
javascript/ql/src/semmle/javascript/frameworks/DateFunctions.qll
@@ -50,7 +50,7 @@ private module DateFns {
50
private module Moment {
51
/** Gets a reference to a `moment` object. */
52
private API::Node moment() {
53
- result = API::moduleImport("moment")
+ result = API::moduleImport(["moment", "moment-timezone"])
54
or
55
result = moment().getReturn()
56
0 commit comments