mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: Really autoformat everything
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import javascript
|
||||
|
||||
from StringLiteral literal, RegExpDot dot, int pos
|
||||
where dot.getParent*() = literal
|
||||
and pos = dot.getLocation().getStartColumn() - literal.getLocation().getStartColumn()
|
||||
where
|
||||
dot.getParent*() = literal and
|
||||
pos = dot.getLocation().getStartColumn() - literal.getLocation().getStartColumn()
|
||||
select dot, literal.getRawValue().charAt(pos)
|
||||
|
||||
Reference in New Issue
Block a user