Skip to content

Latest commit

 

History

History

handwritten-promise-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

手写 Promise

包含手写实现代码和测试代码

步骤

安装

yarn install

执行

# Promises/A+ Compliance Test Suite
yarn test

单元测试

yarn jest

资料

promise源码