stefanpenner / es3-safe-recast

22 stars 11 forks source link

Update recast to 0.8.0. #11

Closed rwjblue closed 10 years ago

rwjblue commented 10 years ago

Removes custom esprima version (recast is using the commonly agreed upon esprima-fb package which is being kept up to date with the harmony changes upstream).

rwjblue commented 10 years ago

Please note, that we still operate on ES6 modules directly (recast cannot output them as far as I can tell).