mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
14 lines
1.1 KiB
Plaintext
14 lines
1.1 KiB
Plaintext
| overload.ts:10:12:10:14 | baz | The value assigned to baz here is unused. |
|
|
| tst2.js:25:9:25:14 | x = 23 | The initial value of x is unused, since it is always overwritten. |
|
|
| tst2.js:27:9:27:14 | x = 42 | The value assigned to x here is unused. |
|
|
| tst3.js:1:1:1:36 | exports ... a: 23 } | The value assigned to exports here is unused. |
|
|
| tst3b.js:1:18:1:36 | exports = { a: 23 } | The value assigned to exports here is unused. |
|
|
| tst.js:5:2:5:7 | y = 23 | The value assigned to y here is unused. |
|
|
| tst.js:11:6:11:11 | a = 23 | The initial value of a is unused, since it is always overwritten. |
|
|
| tst.js:11:14:11:19 | a = 42 | The value assigned to a here is unused. |
|
|
| tst.js:43:6:43:11 | x = 23 | The initial value of x is unused, since it is always overwritten. |
|
|
| tst.js:49:6:49:11 | x = 23 | The initial value of x is unused, since it is always overwritten. |
|
|
| tst.js:130:7:130:13 | {x} = o | The initial value of x is unused, since it is always overwritten. |
|
|
| tst.js:160:6:160:14 | [x] = [0] | The initial value of x is unused, since it is always overwritten. |
|
|
| tst.js:170:7:170:17 | nSign = foo | The value assigned to nSign here is unused. |
|