We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf0a94 commit 4fc85a7Copy full SHA for 4fc85a7
javascript/ql/src/Declarations/Definitions.qll
@@ -1,7 +1,7 @@
1
import javascript
2
3
-/** An identifier appearing in a defining position. */
4
-class DefiningIdentifier extends Identifier {
+/** DEPRECATED: An identifier appearing in a defining position. */
+deprecated class DefiningIdentifier extends Identifier {
5
DefiningIdentifier() {
6
this instanceof VarDecl or
7
exists(Assignment assgn | this = assgn.getLhs()) or
0 commit comments