/core-promise

PromiseA+ is fully implemented, and the any and allSettled methods in the Stage 4 of TC39 are also implemented.

Primary LanguageJavaScript

Promise A+完整实现

同时实现了处于TC39 第四阶段草案(Stage 4)阶段的anyallSettled方法; 本仓库通过了PromiseA+官方的872个测试用例,仅用于学习。

构建

  npm run build

运行测试

  npm run test