/promise-aplus-impl

自主实现 符合 Promise/A+ 规范的 Promise, 通过了 promises-aplus-tests 的所有测试用例

Primary LanguageTypeScriptMIT LicenseMIT

Promise-Aplus-Impl

使用 typescript 自定义实现了一个符合 Promise/A+ 规范的 Promise 代码, 并通过了 所有 promises-aplus-tests 测试用例

示例

// 运行 promises-aplus-tests 测试用例
$ npm run test:mocha 
$ yarn test:mocha

建议

欢迎创建issue 或者 pr here.

License

MIT