ipfs-log icon indicating copy to clipboard operation
ipfs-log copied to clipboard

Time to remove `lib/es5`?

Open aphelionz opened this issue 4 years ago • 4 comments

What do we think

aphelionz avatar May 24 '21 17:05 aphelionz

I think so, yeah 👍

It was added back in the day, when es5->es6 transition was still happening. We're past that.

haadcode avatar Sep 02 '21 10:09 haadcode

Awesome

aphelionz avatar Sep 02 '21 11:09 aphelionz

If this is truely the case, then my PR is not necessary right?

What are the steps necessary to remove lib/es5?

CSDUMMI avatar Oct 05 '21 10:10 CSDUMMI

They are generated via a build step inside package.json. Removing that and the lib/es5 folder itself should be sufficient.

aphelionz avatar Oct 05 '21 17:10 aphelionz

This was done in #363

haadcode avatar Jan 10 '23 19:01 haadcode