When using `debowerify` in conjunction with `6to5ify` it results in parse error: ``` Unexpected reserved word ``` Maybe using [esprima-fb](https://github.com/facebook/esprima) solves the problem, which supports ES6 syntax.
When using
debowerifyin conjunction with6to5ifyit results in parse error:Maybe using esprima-fb solves the problem, which supports ES6 syntax.