mirror of
https://github.com/github/codeql.git
synced 2026-07-18 01:38:17 +02:00
26 lines
1.7 KiB
Plaintext
26 lines
1.7 KiB
Plaintext
#select
|
|
| Babelrc/importPragma.jsx:2:1:2:27 | import ... react'; | Unused import q. |
|
|
| eval.js:10:9:10:24 | not_used_by_eval | Unused variable not_used_by_eval. |
|
|
| eval.js:19:9:19:24 | not_used_by_eval | Unused variable not_used_by_eval. |
|
|
| externs.js:5:5:5:13 | iAmUnused | Unused variable iAmUnused. |
|
|
| importWithoutPragma.jsx:1:1:1:27 | import ... react'; | Unused import h. |
|
|
| interTypes.ts:1:1:1:37 | import ... where"; | Unused import Bar. |
|
|
| 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. |
|
|
| namespaceImportAsType.ts:3:1:3:23 | import ... om "z"; | Unused import Z. |
|
|
| require-react-in-other-scope.js:2:9:2:13 | React | Unused variable React. |
|
|
| typeoftype.ts:9:7:9:7 | y | Unused variable y. |
|
|
| underscore.js:6:7:6:7 | e | Unused variable e. |
|
|
| underscore.js:7:7:7:7 | f | Unused variable f. |
|
|
| unusedShadowed.ts:1:1:1:26 | import ... where'; | Unused import T. |
|
|
| unusedShadowed.ts:2:1:2:31 | import ... where'; | Unused import object. |
|
|
testFailures
|
|
| UnusedIndexVariable.js:3:24:3:75 | // $ Al ... ariable | Missing result: Alert |
|
|
| decorated.ts:1:1:1:126 | Unused import actionHandler. | Unexpected result: Alert |
|
|
| decorated.ts:4:10:4:12 | Unused function fun. | Unexpected result: Alert |
|
|
| eval.js:10:9:10:24 | Unused variable not_used_by_eval. | Unexpected result: Alert |
|
|
| eval.js:19:9:19:24 | Unused variable not_used_by_eval. | Unexpected result: Alert |
|
|
| interTypes.ts:1:1:1:37 | Unused import Bar. | Unexpected result: Alert |
|
|
| multi-imports.js:1:1:1:29 | Unused imports a, b, d. | Unexpected result: Alert |
|
|
| multi-imports.js:2:1:2:42 | Unused imports alphabetically, ordered. | Unexpected result: Alert |
|