This repository has been archived by the owner on Mar 29, 2018. It is now read-only.
Module bindings are not propagated across multiple modules when using import * as
syntax
#189
Labels
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.js
to this, then it works correctly:The text was updated successfully, but these errors were encountered: