Closed kasperisager closed 8 years ago
Mmmh, actually I have no idea. I've had problems with ES6 from the beginning. Guess I will have to spend some time with the JS implementation of Inch (in order to figure this out).
Thx for the report! :+1:
This seems to have been fixed so I'll go ahead and close it 🎉
For some reason in http://inch-ci.org/github/kasperisager/doem both ES6 exported functions (
export default ...
) and the CJS exportsmodule.exports
show up for the same functions. I remember this not being the case when I initially set up the project. Any ideas as to what the issue might be?