From 7d6084d70c4d32e135c47e740db94b0f90da1f38 Mon Sep 17 00:00:00 2001 From: pery mimon Date: Tue, 17 Jul 2018 11:37:53 +0300 Subject: [PATCH] add TP promise implementation to the list --- implementations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/implementations.md b/implementations.md index b2eb879..5804248 100644 --- a/implementations.md +++ b/implementations.md @@ -30,6 +30,11 @@ The "Promise Objects" section of the ECMAScript specification has many additiona + + TP + Lightweight Promises/A+ implementation (~1.5kb minified) , write with ec5 only for wide compatibility + 1.1.1 + Adehun Light weight Promises/A+ implementation; good for learning about the Promise/A+ spec.