esnext / es6-module-transpiler

Tomorrow’s JavaScript module syntax today
http://esnext.github.io/es6-module-transpiler/
Other
1.21k stars 85 forks source link

Fix verification of import reassignments #148

Closed matthewrobb closed 10 years ago

matthewrobb commented 10 years ago
matthewrobb commented 10 years ago

Is there anything else I need to do in order to get this merged? These problems are currently blocking me from a number of conversions to the new transpiler (including handlebars)

caridy commented 10 years ago

LGTM, hopefully we can get @eventualbuddha to merge this.

eventualbuddha commented 10 years ago

Sorry for sitting on this for a week. Merged and released as v0.6.2.

matthewrobb commented 10 years ago

Thanks @eventualbuddha !