You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2018. It is now read-only.
Consider these three modules:
Using the "bundle" format of es6-module-transpiler version 0.9.6, I get this output:
As you can see, it incorrectly uses the variable
$$bar$$foo, rather than the correct variable$$foo$$foo.If I change
qux.jsto this, then it works correctly: