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 for commonjs formatter for esprima PR 287 #168

Closed caridy closed 9 years ago

caridy commented 9 years ago

plus more tests for:

export default function () {}
import { default as fn2 } from './exporter';
export { default } from './first';