alien-signals
Advanced tools
Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2
{ | ||
"name": "alien-signals", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -54,12 +54,2 @@ export interface Dependency { | ||
notifyEffect(effect: Subscriber): boolean; | ||
/** | ||
* Recursively checks and updates all computed subscribers marked as pending. | ||
* | ||
* It traverses the linked structure using a stack mechanism. For each computed | ||
* subscriber in a pending state, updateComputed is called and shallowPropagate | ||
* is triggered if a value changes. Returns whether any updates occurred. | ||
* | ||
* @param link - The starting link representing a sequence of pending computeds. | ||
* @returns `true` if a computed was updated, otherwise `false`. | ||
*/ | ||
checkDirty?(link: Link): boolean; | ||
@@ -66,0 +56,0 @@ }): { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81645
2411