mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05: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,3 +1,3 @@
|
||||
| tst.js:2:1:2:3 | (0) | Assignment to property foo of a primitive value with type number. |
|
||||
| tst.js:11:5:11:5 | s | Assignment to a property of a primitive value with type string. |
|
||||
| tst.js:17:3:17:3 | x | Assignment to property y of a primitive value with type number or string. |
|
||||
| tst.js:1:1:1:3 | (0) | Assignment to property foo of a primitive value with type number. |
|
||||
| tst.js:8:5:8:5 | s | Assignment to a property of a primitive value with type string. |
|
||||
| tst.js:13:3:13:3 | x | Assignment to property y of a primitive value with type number or string. |
|
||||
|
||||
Reference in New Issue
Block a user