stealjs / transpile

Transpiles from everything to everything else
https://www.npmjs.com/package/transpile
MIT License
25 stars 10 forks source link

Place exports before imports #97

Closed m-mujica closed 7 years ago

m-mujica commented 7 years ago

Closes #96

do not merge yet Will run the steal-tools tests against this branch to make sure those tests still pass with this version.

m-mujica commented 7 years ago

@matthewp I made it so this only happens for the AMD using CJS-like requires (like Babel generated amd) wondering if we should make it an option so the top level transpile module only sets it when the actual source is ES6.