montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Deque is missing from collections.min.js #233

Open misterjoa opened 4 years ago

misterjoa commented 4 years ago

Hello !

When I use

<script src="./collections/collections.min.js"></script>

In a webpage, Deque is not a known symbol. I've looked at

collections.js

And it seems that the require is missing for Deque. Also missing in collections.min.js Thanks !