mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
var n = 1<<40; // NOT OK
|
||||
var n2 = BigInt(1) << 40n; // OK
|
||||
var n = 1<<40; // $ Alert
|
||||
var n2 = BigInt(1) << 40n;
|
||||
|
||||
Reference in New Issue
Block a user