- Test both strict and non-strict modes (nodent-compiler)
- Avoid deprecation warning in NodeJS 10 for
new Buffer() - Fix regression in 3.2.5 for
vardeclared in loop bodies - Treat
constas block scoped by default (pre-ES6 implementations usually treated const as function scoped). See MatAtBread/nodent-transform@5fa3d01