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

@@ -2,5 +2,5 @@
| namespace.ts:23:1:23:3 | g() | Callee is not a function: it has type object. |
| optional-chaining.js:3:5:3:7 | a() | Callee is not a function: it has type null. |
| optional-chaining.js:7:5:7:7 | b() | Callee is not a function: it has type undefined. |
| super.js:11:5:11:11 | super() | Callee is not a function: it has type number. |
| super.js:10:5:10:11 | super() | Callee is not a function: it has type number. |
| unreachable-code.js:5:9:5:11 | f() | Callee is not a function: it has type undefined. |