mirror of
https://github.com/github/codeql.git
synced 2026-03-10 01:26:47 +01:00
Javascript: Autoformat qls
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import javascript
|
||||
|
||||
class CommaToken extends PunctuatorToken { CommaToken() { getValue() = "," } }
|
||||
class CommaToken extends PunctuatorToken {
|
||||
CommaToken() { getValue() = "," }
|
||||
}
|
||||
|
||||
from CommaToken comma
|
||||
where comma.getNextToken() instanceof CommaToken
|
||||
|
||||
Reference in New Issue
Block a user