I saw [this issue](https://github.com/leebyron/ecmascript-export-ns-from/issues/1) on the [namespace export proposal](https://github.com/leebyron/ecmascript-export-ns-from) and noticed it doesn't currently work with reify. ```js export * as default from 'foo'; ```