Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 281 Bytes

Promise A+完整实现

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

构建

  npm run build

运行测试

  npm run test