Open back2dos opened 6 years ago
In other words new Date().getTime() becomes new Date.getTime which doesn't mean the same thing.
new Date().getTime()
new Date.getTime
I am also having this issue.
Duplicate of https://github.com/Rich-Harris/butternut/issues/169
In other words
new Date().getTime()
becomesnew Date.getTime
which doesn't mean the same thing.