address review feedback

This commit is contained in:
Erik Krogh Kristensen
2019-10-21 20:21:41 +02:00
parent 28056791a5
commit 2e0244cda6
5 changed files with 28 additions and 10 deletions

View File

@@ -14,6 +14,7 @@
import javascript
import ExprHasNoEffect
import semmle.javascript.RestrictedLocations
from Expr e

View File

@@ -5,7 +5,6 @@
import javascript
import DOMProperties
import semmle.javascript.frameworks.xUnit
import semmle.javascript.RestrictedLocations
/**
* Holds if `e` appears in a syntactic context where its value is discarded.