JS: Really autoformat everything

This commit is contained in:
Asger Feldthaus
2020-03-01 10:33:53 +00:00
parent 228bd73bd2
commit e405a9769c
33 changed files with 81 additions and 101 deletions

View File

@@ -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)