Files
Anders Schack-Mulligen e58094c732 Javascript: Autoformat.
2019-01-11 11:02:42 +01:00

9 lines
191 B
Plaintext

import javascript
from Expr e
where
e.isPure() and
e.getParent() instanceof ExprStmt and
not e.getParent() instanceof Directive // new check
select e, "This expression has no effect."