RubenVerborgh / AsyncIterator

An asynchronous iterator library for advanced object pipelines in JavaScript
https://rubenverborgh.github.io/AsyncIterator/docs/
Other
48 stars 7 forks source link

feat: export LinkedList #82

Closed jeswr closed 2 years ago

jeswr commented 2 years ago

Pros: Makes this accessible to downstream applications (I want to use it in a custom iterator downstream) Cons: Will require a major version bump if we want to remove the LinkedList class or otherwise make breaking changes to its API

jeswr commented 2 years ago

bump @RubenVerborgh

RubenVerborgh commented 2 years ago

Good call, I think a linked list will be a relevant data structure for consumers in any case.