Closed whtsky closed 7 years ago
So that Node 4.x won't complain Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
Oh, wait, I will transpile it with babel to support node 4, wait for next release, it's going to be in few days.
@whtsky, you can take a look at changes: #3
So that Node 4.x won't complain
Block-scoped declarations (let, const, function, class) not yet supported outside strict mode