mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
deprecate DefiningIdentifier, it was not used in any query
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javascript
|
||||
|
||||
/** An identifier appearing in a defining position. */
|
||||
class DefiningIdentifier extends Identifier {
|
||||
/** DEPRECATED: An identifier appearing in a defining position. */
|
||||
deprecated class DefiningIdentifier extends Identifier {
|
||||
DefiningIdentifier() {
|
||||
this instanceof VarDecl or
|
||||
exists(Assignment assgn | this = assgn.getLhs()) or
|
||||
|
||||
Reference in New Issue
Block a user