dorellang / hunter

Hunter: a JavaScript reengineering platform.
MIT License
34 stars 3 forks source link

Extract HNPromise and tests as independent package #49

Open tinchodias opened 4 years ago

tinchodias commented 4 years ago

Hey @dorellang! From time to time I remember this compact implementation of promises and think that can be useful for other projects. Would you like to do it? Else, I could create it if you don't mind (with the proper reference, obviously).

There is taskit which also implements promises but it comes with many other features.

tinchodias commented 4 years ago

This fileOut has HNPromise+tests+extensions to make tests pass.

MiniPromise.st.zip

I need to have a closer look into the code, and learn more.