nickmessing / babel-plugin-jsx-v-model

JSX Syntactic Sugar Plugin for v-model
MIT License
155 stars 12 forks source link

Enable strict mode in index.js #2

Closed whtsky closed 7 years ago

whtsky commented 7 years ago

So that Node 4.x won't complain Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

nickmessing commented 7 years ago

Oh, wait, I will transpile it with babel to support node 4, wait for next release, it's going to be in few days.

nickmessing commented 7 years ago

@whtsky, you can take a look at changes: #3