mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
JS: restrict ClassMemberAsPropWrite to static members
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
| tst.js:3:5:3:8 | x: 4 |
|
||||
| tst.js:4:5:6:5 | func: f ... ;\\n } |
|
||||
| tst.js:7:5:9:5 | f() {\\n ... ;\\n } |
|
||||
| tst.js:12:9:12:8 | constructor() {} |
|
||||
| tst.js:13:3:15:3 | static ... x);\\n } |
|
||||
| tst.js:16:3:18:3 | f(x) {\\n ... x);\\n } |
|
||||
| tst.js:21:1:21:6 | C.prop |
|
||||
| tst.js:24:13:24:27 | onClick={click} |
|
||||
| tst.js:27:3:27:26 | get x() ... null; } |
|
||||
|
||||
Reference in New Issue
Block a user