mirror of
https://github.com/github/codeql.git
synced 2026-06-16 18:31:07 +02:00
9 lines
573 B
Plaintext
9 lines
573 B
Plaintext
| decorated.ts:1:1:1:126 | import ... where'; | Unused import actionHandler. |
|
|
| decorated.ts:4:10:4:12 | fun | Unused function fun. |
|
|
| externs.js:6:5:6:13 | iAmUnused | Unused variable iAmUnused. |
|
|
| multi-imports.js:1:1:1:29 | import ... om 'x'; | Unused imports a, b, d. |
|
|
| multi-imports.js:2:1:2:42 | import ... om 'x'; | Unused imports alphabetically, ordered. |
|
|
| typeoftype.ts:9:7:9:7 | y | Unused variable y. |
|
|
| unusedShadowed.ts:1:1:1:26 | import ... where'; | Unused import T. |
|
|
| unusedShadowed.ts:2:1:2:31 | import ... where'; | Unused import object. |
|