Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1014 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 1014 Bytes

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