promise-polyfill

yet, another Promise A+ implementation, just personal.

MIT License

Stars
0

promise-polyfill

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