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:
Asger F
2025-02-06 14:33:21 +01:00
parent 9be041e27d
commit 426edd55f2
86 changed files with 2855 additions and 2855 deletions

View File

@@ -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. |

View File

@@ -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 |