estools / esvalid

confirm that a SpiderMonkey format AST represents an ECMAScript program
26 stars 7 forks source link

added state.ES6 option check; bumped dependencies #51

Open drom opened 9 years ago

drom commented 9 years ago

bumped esutils and esprima version for the ES6 stuff added state.ES6 property check bumped eslint version and fixed rules to pass bumped the rest of the packages for the sake of bumping it

michaelficarra commented 9 years ago

This is a good start, but of course there's so much more that needs to be done for full ES6 support.

drom commented 9 years ago

No doubt. Much more needs to be done :sunglasses:

drom commented 9 years ago

Looks like we need to update esutils to progress with ES6.

michaelficarra commented 9 years ago

Yes, I'm sure esutils will need some updates, but not for the purposes of this PR.