JavaScript: Autoformat all QL files.

This commit is contained in:
Max Schaefer
2019-01-07 10:15:45 +00:00
parent aa6b89dc34
commit 31bb39a810
380 changed files with 9957 additions and 13923 deletions

View File

@@ -13,7 +13,8 @@
import javascript
from YieldExpr yield, Function f
where f = yield.getEnclosingFunction() and
not f.isGenerator()
where
f = yield.getEnclosingFunction() and
not f.isGenerator()
select yield, "This yield expression is contained in $@ which is not marked as a generator.",
f.getFirstToken(), f.describe()
f.getFirstToken(), f.describe()