stealjs / transpile

Transpiles from everything to everything else

Home Page:https://www.npmjs.com/package/transpile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel doesn't export __esModule

matthewp opened this issue · comments

Instead it tries to do a single export. This is a cool feature but by default it should use the commonStrict feature to be the same as traceur: https://babeljs.io/docs/usage/modules/#interop

Actually this isn't the right way to do this, transpile shouldn't be opinionated about compiler options. #18 is the way to go.