File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <coverage generated =" 1600742725682 " clover =" 3.2.0" >
3- <project timestamp =" 1600742725682 " name =" All files" >
2+ <coverage generated =" 1600918988045 " clover =" 3.2.0" >
3+ <project timestamp =" 1600918988045 " name =" All files" >
44 <metrics statements =" 106" coveredstatements =" 106" conditionals =" 47" coveredconditionals =" 46" methods =" 30" coveredmethods =" 27" elements =" 183" coveredelements =" 179" complexity =" 0" loc =" 106" ncloc =" 106" packages =" 2" files =" 2" classes =" 2" />
55 <package name =" __tests__" >
66 <metrics statements =" 15" coveredstatements =" 15" conditionals =" 0" coveredconditionals =" 0" methods =" 0" coveredmethods =" 0" />
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ <h1><a href="../index.html">All files</a> __tests__</h1>
9595 < div class ='footer quiet pad2 space-top1 center small '>
9696 Code coverage generated by
9797 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
98- at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
98+ at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
9999 </ div >
100100 </ div >
101101 < script src ="../prettify.js "> </ script >
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">__tests__</a> p
406406 < div class ='footer quiet pad2 space-top1 center small '>
407407 Code coverage generated by
408408 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
409- at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
409+ at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
410410 </ div >
411411 </ div >
412412 < script src ="../prettify.js "> </ script >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ <h1>All files</h1>
110110 < div class ='footer quiet pad2 space-top1 center small '>
111111 Code coverage generated by
112112 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
113- at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
113+ at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
114114 </ div >
115115 </ div >
116116 < script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ <h1><a href="../index.html">All files</a> src</h1>
9595 < div class ='footer quiet pad2 space-top1 center small '>
9696 Code coverage generated by
9797 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
98- at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
98+ at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
9999 </ div >
100100 </ div >
101101 < script src ="../prettify.js "> </ script >
Original file line number Diff line number Diff line change @@ -985,7 +985,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> prompte
985985 < div class ='footer quiet pad2 space-top1 center small '>
986986 Code coverage generated by
987987 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
988- at Mon Sep 21 2020 22:45:25 GMT-0400 (Eastern Daylight Time)
988+ at Wed Sep 23 2020 23:43:08 GMT-0400 (Eastern Daylight Time)
989989 </ div >
990990 </ div >
991991 < script src ="../prettify.js "> </ script >
Original file line number Diff line number Diff line change 1212 "module" : " ./dist/esm/index.js" ,
1313 "files" : [
1414 " ./dist" ,
15+ " ./src" ,
16+ " ./examples" ,
1517 " README.md"
1618 ],
1719 "scripts" : {
2426 "clean:examples" : " rm -rf ./dist-examples/*" ,
2527 "build" : " npm run clean && npm run build:common && npm run build:esm" ,
2628 "exec" : " node --experimental-modules --es-module-specifier-resolution=node ./dist-examples/examples/index.js" ,
27- "prepublishOnly" : " npm run build"
29+ "prepublishOnly" : " npm run clean && npm run test && npm run build"
2830 },
2931 "repository" : {
3032 "type" : " git" ,
3537 " prompt" ,
3638 " stdin" ,
3739 " readline" ,
38- " module"
40+ " module" ,
41+ " reductive promise chaining" ,
42+ " recursive promise chaining"
3943 ],
4044 "author" : " SimplyAppDevs" ,
4145 "license" : " GPL-3.0" ,
You can’t perform that action at this time.
0 commit comments