diff --git a/.cache/data/55/e4/55e4c675f35c42776b5808987805952d93f6cb70 b/.cache/data/55/e4/55e4c675f35c42776b5808987805952d93f6cb70 new file mode 100644 index 0000000..d27e903 Binary files /dev/null and b/.cache/data/55/e4/55e4c675f35c42776b5808987805952d93f6cb70 differ diff --git a/.cache/data/71/a0/71a066add166414f137550cec69fbe8d16ec19a1 b/.cache/data/71/a0/71a066add166414f137550cec69fbe8d16ec19a1 new file mode 100644 index 0000000..843eb01 Binary files /dev/null and b/.cache/data/71/a0/71a066add166414f137550cec69fbe8d16ec19a1 differ diff --git a/.cache/lock b/.cache/lock new file mode 100644 index 0000000..e69de29 diff --git a/.cache/size b/.cache/size new file mode 100644 index 0000000..8f72c8b Binary files /dev/null and b/.cache/size differ diff --git a/calls-to-dollar.ql b/calls-to-dollar.ql index 8b13789..3252422 100644 --- a/calls-to-dollar.ql +++ b/calls-to-dollar.ql @@ -1 +1,6 @@ +import javascript + +from CallExpr dollarCall +where dollarCall.getCalleeName() = "$" +select dollarCall