qiao / heap.js

A binary heap implementation in CoffeeScript/JavaScript.
MIT License
125 stars 27 forks source link

Update to support ESM natively w/o losing originals #34

Open ayjayt opened 9 months ago

ayjayt commented 9 months ago

I've also updated everything to stop annoying audit messages.

There are big libraries using this so it would be great to get this pulled.

Thanks @qiao