Empty block
Author: LGTM
import javascript
from BlockStmt blk
where not exists(blk.getAStmt())
select blkDescription
Finds empty block statements
import javascript
from BlockStmt blk
where not exists(blk.getAStmt())
select blkFinds empty block statements