Files
codeql/javascript/ql/test/query-tests/NodeJS/MissingExports/MissingExports.expected
2025-02-28 13:27:38 +01:00

5 lines
356 B
Plaintext

#select
| MissingExports.js:7:5:7:19 | checkOne(xs[i]) | 'checkOne' references an undeclared global variable, not $@. | MissingExports.js:1:20:3:1 | functio ... or();\\n} | the variable of the same name that is exported |
testFailures
| MissingExports.js:7:5:7:19 | 'checkOne' references an undeclared global variable, not $@. | Unexpected result: Alert |