Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ The "Promise Objects" section of the ECMAScript specification has many additiona
<td>Small Promises/A+ library focusing on simple, annotated source code for educational purposes</td>
<td>1.1</td>
</tr>
<tr>
<td><a href="https://github.com/jfet97/Promyse">Promyse</a></td>
<td>Example implementation of Promises written in ES6 that supports <i>allSettled</i> and <i>any</i> static methods.</td>
<td>1.1</td>
</tr>
<tr>
<td><a href="https://github.com/satchmorun/promeso">promeso</a></td>
<td>A little Promises/A+ implementation</td>
Expand Down