Skip to content

listenlin/cheno

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cheno是一个用ES6实现的Promise库

Promises/A+ logo

因为使用ES6开发,Cheno的Promise实现没有太多实用价值,ES6本身就有Promise。 除非编译为ES5,但是又会依赖babel-polyfill,代码体积会变大很多。

功能特性已通过Promise/A+官方全套的测试。

不建议拿去实际使用,纯粹为了学习Promise和ES6而开发。

搭建开发

    npm install

测试

    npm test

About

Just an implementation of Promise/A+ then with ES6 syntax , just to learning Promise and ES6.

Resources

License

Stars

Watchers

Forks

Packages

No packages published