mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
@@ -529,7 +529,7 @@ module DataFlow {
|
||||
* obj[e] = value; // assignment to a computed member
|
||||
* { f: value } // property initializer
|
||||
* { g() {} } // object literal method
|
||||
* { get g() {}, set g(v) {} } // accessor methods (has no rhs value)
|
||||
* { get g() {}, set g(v) {} } // accessor methods (have no rhs value)
|
||||
* class C {
|
||||
* constructor(public x: number); // parameter field (TypeScript only)
|
||||
* static m() {} // static method
|
||||
|
||||
Reference in New Issue
Block a user