+4
-1
@@ -0,1 +1,2 @@ | ||
| "use strict"; | ||
| var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -9,3 +10,4 @@ return new (P || (P = Promise))(function (resolve, reject) { | ||
| }; | ||
| export function mapSeries(values, iterator) { | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| function mapSeries(values, iterator) { | ||
| return __awaiter(this, void 0, void 0, function* () { | ||
@@ -24,1 +26,2 @@ const ret = []; | ||
| } | ||
| exports.mapSeries = mapSeries; |
+1
-1
| { | ||
| "name": "mapseries", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Handle an array of promises sequentially like Bluebird.mapSeries", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
+1
-0
| { | ||
| "compileOnSave": true, | ||
| "compilerOptions": { | ||
| "module": "none", | ||
| "target": "es6", | ||
@@ -5,0 +6,0 @@ "strict": true, |
2936
4.67%41
10.81%