orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

ES Module update #363

Closed haydenyoung closed 1 year ago

haydenyoung commented 1 year ago

⚠️ NOTE: Please don't use the PR description for communication, use comments instead.

Description (Required)

Convert ipfs-log to ES6-compatible module for more modern usage.

Other changes (e.g. bug fixes, UI tweaks, refactors)

haydenyoung commented 1 year ago

Let's also remove lib/es5 as discussed.

@haadcode should we add lib/es5 to gitignore to avoid being re-added if someone runs the build:es5 tools?

haadcode commented 1 year ago

Let's also remove lib/es5 as discussed.

@haadcode should we add lib/es5 to gitignore to avoid being re-added if someone runs the build:es5 tools?

Good idea 👍

haadcode commented 1 year ago

LGTM 👍

Awesome work @haydenyoung 🎉 🙏