Skip to content

Fix block scoped `const`.

Latest
Compare
Choose a tag to compare
@matAtWork matAtWork released this 02 May 12:48
· 6 commits to master since this release
  • 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 var declared in loop bodies
  • Treat const as block scoped by default (pre-ES6 implementations usually treated const as function scoped). See MatAtBread/nodent-transform@5fa3d01