nemo-observable-util
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -197,2 +197,6 @@ 'use strict'; | ||
function flush() { | ||
runnerManager.flush(); | ||
} | ||
// reactions can call each other and form a call stack | ||
@@ -691,2 +695,3 @@ var reactionStack = []; | ||
exports.transactionManager = transactionManager; | ||
exports.flush = flush; | ||
exports.action = action; | ||
@@ -693,0 +698,0 @@ exports.actionManager = actionManager; |
@@ -185,2 +185,6 @@ 'use strict'; | ||
function flush() { | ||
runnerManager.flush(); | ||
} | ||
// reactions can call each other and form a call stack | ||
@@ -652,2 +656,3 @@ const reactionStack = []; | ||
exports.transactionManager = transactionManager; | ||
exports.flush = flush; | ||
exports.action = action; | ||
@@ -654,0 +659,0 @@ exports.actionManager = actionManager; |
@@ -193,2 +193,6 @@ var connectionStore = new WeakMap(); | ||
function flush() { | ||
runnerManager.flush(); | ||
} | ||
// reactions can call each other and form a call stack | ||
@@ -677,2 +681,2 @@ var reactionStack = []; | ||
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, action, actionManager, runInAction, decoratorFactory }; | ||
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, flush, action, actionManager, runInAction, decoratorFactory }; |
@@ -181,2 +181,6 @@ const connectionStore = new WeakMap(); | ||
function flush() { | ||
runnerManager.flush(); | ||
} | ||
// reactions can call each other and form a call stack | ||
@@ -638,2 +642,2 @@ const reactionStack = []; | ||
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, action, actionManager, runInAction, decoratorFactory }; | ||
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, flush, action, actionManager, runInAction, decoratorFactory }; |
{ | ||
"name": "nemo-observable-util", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.js", |
107838
2424