reshow-flux-base
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -60,11 +60,7 @@ "use strict"; | ||
var next = _this.nextEmits.slice(0); | ||
_this.nextEmits = []; | ||
if (next.length) { | ||
if (_this.nextEmits.length) { | ||
var nextRun = function nextRun() { | ||
return next.forEach(function (emit) { | ||
return _this.emit(emit); | ||
}); | ||
while (_this.nextEmits.length) { | ||
_this.emit(_this.nextEmits.shift()); | ||
} | ||
}; | ||
@@ -71,0 +67,0 @@ |
@@ -46,11 +46,7 @@ import _classCallCheck from "reshow-runtime/es/helpers/classCallCheck"; | ||
var next = _this.nextEmits.slice(0); | ||
_this.nextEmits = []; | ||
if (next.length) { | ||
if (_this.nextEmits.length) { | ||
var nextRun = function nextRun() { | ||
return next.forEach(function (emit) { | ||
return _this.emit(emit); | ||
}); | ||
while (_this.nextEmits.length) { | ||
_this.emit(_this.nextEmits.shift()); | ||
} | ||
}; | ||
@@ -57,0 +53,0 @@ |
{ | ||
"name": "reshow-flux-base", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Pure flux dispatch mechanism", | ||
@@ -5,0 +5,0 @@ "main": "./build/cjs/index.js", |
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
19585
571