yet, another polyfill implement Promise/A+
# browser development server
npm run dev;
# unit test with coverage
npm run test;
# production compile
npm run compile;
- tsc compiler compile without
polyfill
, which meansesnext
native - babel compiler compile both
commonjs
andesm
style - remember to change meta field in the
package.json
- compile script automatically run before publish, no need for manual compile
MIT