Javascript: Autoformat qls

This commit is contained in:
Anders Schack-Mulligen
2019-02-12 14:29:19 +01:00
parent 25469637db
commit 1182fca665
19 changed files with 39 additions and 45 deletions

View File

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