Support importing same-name statics from two modules

Closes #714
This commit is contained in:
Alex Crichton
2018-08-20 10:52:54 -07:00
parent adcc0dd23e
commit f8cf4ab732
5 changed files with 18 additions and 8 deletions

View File

@ -1 +1,2 @@
exports.foo = () => {};
exports.bar = 3;