sproutsocial / es6-import-validate

A simple ES6 Harmony Module import statement validator
MIT License
6 stars 1 forks source link

Esprima currently breaks on `export default { ... }` statements #1

Open jgable opened 10 years ago

jgable commented 10 years ago

Esprima doesn't appear to be properly parsing export default statements and is failing with a "Unexpected Token" error. I have filed an issue to track.

jgable commented 10 years ago

Submitted PR ariya/esprima#216