evangelist
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -6,3 +6,4 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
var e_1, _a, isEventWildcard, argsPass, _loop_1, _b, _c, eventKey, e_1_1; | ||
var isEventWildcard, argsPass, _loop_1, _a, _b, eventKey, e_1_1; | ||
var e_1, _c; | ||
return tslib_1.__generator(this, function (_d) { | ||
@@ -14,3 +15,4 @@ switch (_d.label) { | ||
_loop_1 = function (eventKey) { | ||
var e_2, _a, _loop_2, _b, _c, eventSubscriber, e_2_1; | ||
var _loop_2, _a, _b, eventSubscriber, e_2_1; | ||
var e_2, _c; | ||
return tslib_1.__generator(this, function (_d) { | ||
@@ -41,7 +43,7 @@ switch (_d.label) { | ||
_d.trys.push([1, 6, 7, 8]); | ||
_b = tslib_1.__values(events[eventKey]), _c = _b.next(); | ||
_a = (e_2 = void 0, tslib_1.__values(events[eventKey])), _b = _a.next(); | ||
_d.label = 2; | ||
case 2: | ||
if (!!_c.done) return [3, 5]; | ||
eventSubscriber = _c.value; | ||
if (!!_b.done) return [3, 5]; | ||
eventSubscriber = _b.value; | ||
return [5, _loop_2(eventSubscriber)]; | ||
@@ -52,3 +54,3 @@ case 3: | ||
case 4: | ||
_c = _b.next(); | ||
_b = _a.next(); | ||
return [3, 2]; | ||
@@ -62,3 +64,3 @@ case 5: return [3, 8]; | ||
try { | ||
if (_c && !_c.done && (_a = _b.return)) _a.call(_b); | ||
if (_b && !_b.done && (_c = _a.return)) _c.call(_a); | ||
} | ||
@@ -74,7 +76,7 @@ finally { if (e_2) throw e_2.error; } | ||
_d.trys.push([1, 6, 7, 8]); | ||
_b = tslib_1.__values(Object.keys(events)), _c = _b.next(); | ||
_a = tslib_1.__values(Object.keys(events)), _b = _a.next(); | ||
_d.label = 2; | ||
case 2: | ||
if (!!_c.done) return [3, 5]; | ||
eventKey = _c.value; | ||
if (!!_b.done) return [3, 5]; | ||
eventKey = _b.value; | ||
return [5, _loop_1(eventKey)]; | ||
@@ -85,3 +87,3 @@ case 3: | ||
case 4: | ||
_c = _b.next(); | ||
_b = _a.next(); | ||
return [3, 2]; | ||
@@ -95,3 +97,3 @@ case 5: return [3, 8]; | ||
try { | ||
if (_c && !_c.done && (_a = _b.return)) _a.call(_b); | ||
if (_b && !_b.done && (_c = _a.return)) _c.call(_a); | ||
} | ||
@@ -98,0 +100,0 @@ finally { if (e_1) throw e_1.error; } |
@@ -6,3 +6,4 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
var e_1, _a, _b, _c, value, e_1_1; | ||
var _a, _b, value, e_1_1; | ||
var e_1, _c; | ||
return tslib_1.__generator(this, function (_d) { | ||
@@ -14,7 +15,7 @@ switch (_d.label) { | ||
case 1: | ||
_b = tslib_1.__values.apply(void 0, [_d.sent()]), _c = _b.next(); | ||
_a = tslib_1.__values.apply(void 0, [_d.sent()]), _b = _a.next(); | ||
_d.label = 2; | ||
case 2: | ||
if (!!_c.done) return [3, 5]; | ||
value = _c.value; | ||
if (!!_b.done) return [3, 5]; | ||
value = _b.value; | ||
return [4, func(value)]; | ||
@@ -25,3 +26,3 @@ case 3: | ||
case 4: | ||
_c = _b.next(); | ||
_b = _a.next(); | ||
return [3, 2]; | ||
@@ -35,3 +36,3 @@ case 5: return [3, 8]; | ||
try { | ||
if (_c && !_c.done && (_a = _b.return)) _a.call(_b); | ||
if (_b && !_b.done && (_c = _a.return)) _c.call(_a); | ||
} | ||
@@ -38,0 +39,0 @@ finally { if (e_1) throw e_1.error; } |
@@ -10,5 +10,12 @@ { | ||
"function", | ||
"method" | ||
"method", | ||
"compose", | ||
"curry", | ||
"curryRight", | ||
"decorate", | ||
"dispatcher", | ||
"emitter", | ||
"iterate" | ||
], | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"homepage": "https://github.com/eserozvataf/evangelist#readme", | ||
@@ -45,21 +52,21 @@ "author": "Eser Ozvataf <eser@ozvataf.com>", | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
"tslib": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^12.0.2", | ||
"@typescript-eslint/parser": "^1.9.0", | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.6.8", | ||
"@typescript-eslint/parser": "^1.13.0", | ||
"codecov": "^3.5.0", | ||
"eslint": "^5.16.0", | ||
"eslint": "^6.1.0", | ||
"eslint-config-eser": "^2.1.2", | ||
"eslint-import-resolver-typescript": "^1.1.1", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-import": "^2.18.2", | ||
"jest": "^24.8.0", | ||
"rollup": "^1.12.4", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76401
814
Updatedtslib@^1.10.0