# promise-coding **Repository Path**: dongwei1125/promise-coding ## Basic Information - **Project Name**: promise-coding - **Description**: 🍀符合 Promise/A+ 规范的手写版 Promise,以及相关测试套件,支持多环境。🍹 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-01 - **Last Updated**: 2023-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # promise-coding

browserify open-cli promises-aplus-tests

## 简洁   符合 [Promise/A+](https://promisesaplus.com/) 规范的手写版`Promise`,以及相关测试套件,支持多环境。 * [手写指南](https://juejin.cn/post/7205549412352376892) ## 测试 ### 安装依赖 ```sh npm i ``` ### Node 环境 ```sh npm run test:node ``` ### 默认浏览器环境 ```sh npm run test:browser ``` ## 第三方插件 * [browserify](https://github.com/browserify/browserify) * [open-cli](https://github.com/sindresorhus/open-cli) * [promises-aplus-tests](https://github.com/promises-aplus/promises-tests)