Files
codeql/javascript/ql/test/query-tests/Declarations/MissingVarDecl/MissingVarDecl.expected
Asger F 426edd55f2 JS: Update output after line number change
Some OK-style comments had to be moved to the following line, shifting line numbers.

In selected range also included the comments themselves.

Lastly, the result sets were reordered by the CLI in some cases.
2025-02-28 13:27:31 +01:00

10 lines
929 B
Plaintext

| test.js:5:7:5:7 | i | Variable i is used like a local variable, but is missing a declaration. |
| test.js:12:7:12:7 | i | Variable i is used like a local variable, but is missing a declaration. |
| test.js:20:2:20:2 | y | Variable y is used like a local variable, but is missing a declaration. |
| test.js:50:10:50:10 | z | Variable z is used like a local variable, but is missing a declaration. |
| test.js:55:6:55:6 | y | Variable y is used like a local variable, but is missing a declaration. |
| test.js:60:2:60:2 | z | Variable z is used like a local variable, but is missing a declaration. |
| test.js:66:9:66:20 | unresolvable | Variable unresolvable is used like a local variable, but is missing a declaration. |
| tst3.js:7:10:7:10 | x | Variable x is used like a local variable, but is missing a declaration. |
| tst3.js:7:16:7:19 | rest | Variable rest is used like a local variable, but is missing a declaration. |