mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
11 lines
730 B
Plaintext
11 lines
730 B
Plaintext
| Babelrc/importPragma.jsx:2:1:2:27 | import ... react'; | Unused import q. |
|
|
| 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. |
|
|
| importWithoutPragma.jsx:1:1:1:27 | import ... react'; | Unused import h. |
|
|
| 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. |
|