Skip to content

huang-xiao-jian/promise-polyfill

Repository files navigation

promise-polyfill

Build Status Coverage Status Package Dependency Package DevDependency

yet, another polyfill implement Promise/A+

Usage

# browser development server
npm run dev;

# unit test with coverage
npm run test;

# production compile
npm run compile;

Attention

  • tsc compiler compile without polyfill, which means esnext native
  • babel compiler compile both commonjs and esm style
  • remember to change meta field in the package.json
  • compile script automatically run before publish, no need for manual compile

Contact

[email protected]

License

MIT

About

yet, another Promise A+ implementation, just personal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published