mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| tst.js:14:10:14:15 | q[i++] | This loop may prevent optimization because its iteration variable is a property. |
|
||||
| tst.js:19:10:19:10 | p | This loop may prevent optimization because its iteration variable is a global variable. |
|
||||
| tst.js:24:10:24:14 | var p | This loop may prevent optimization because its iteration variable is captured. |
|
||||
| tst.js:34:14:34:14 | p | This loop may prevent optimization because its iteration variable is captured. |
|
||||
| tst.js:40:10:40:10 | p | This loop may prevent optimization because its iteration variable is a global variable. |
|
||||
| tst.js:13:10:13:15 | q[i++] | This loop may prevent optimization because its iteration variable is a property. |
|
||||
| tst.js:17:10:17:10 | p | This loop may prevent optimization because its iteration variable is a global variable. |
|
||||
| tst.js:21:10:21:14 | var p | This loop may prevent optimization because its iteration variable is captured. |
|
||||
| tst.js:30:14:30:14 | p | This loop may prevent optimization because its iteration variable is captured. |
|
||||
| tst.js:35:10:35:10 | p | This loop may prevent optimization because its iteration variable is a global variable. |
|
||||
|
||||
@@ -1 +1 @@
|
||||
| tst.js:2:18:2:22 | start | This parameter $@, which may prevent optimization because the surrounding function uses the arguments object. | tst.js:4:9:4:13 | start | is reassigned |
|
||||
| tst.js:1:18:1:22 | start | This parameter $@, which may prevent optimization because the surrounding function uses the arguments object. | tst.js:3:9:3:13 | start | is reassigned |
|
||||
|
||||
Reference in New Issue
Block a user