butternut
butternut copied to clipboard
Method call on new object constructed without params yields invalid code
In other words new Date().getTime() becomes new Date.getTime which doesn't mean the same thing.
I am also having this issue.
Duplicate of https://github.com/Rich-Harris/butternut/issues/169