alien-signals
Advanced tools
Comparing version 0.4.9 to 0.4.10
{ | ||
"name": "alien-signals", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "The lightest signal library.", |
@@ -5,2 +5,3 @@ import { Dependency, IEffect, Link, Subscriber, SubscriberFlags } from './system.js'; | ||
export declare let lastTrackId: number; | ||
export declare function untrack<T>(fn: () => T): T; | ||
export declare function setActiveSub(sub: Subscriber | undefined, trackId: number): void; | ||
@@ -7,0 +8,0 @@ export declare function nextTrackId(): number; |
import { Link, Subscriber, SubscriberFlags } from './system.js'; | ||
export declare let activeEffectScope: EffectScope | undefined; | ||
export declare let activeScopeTrackId: number; | ||
export declare function untrackScope<T>(fn: () => T): T; | ||
export declare function setActiveScope(sub: EffectScope | undefined, trackId: number): void; | ||
export declare function effectScope(): EffectScope; | ||
@@ -5,0 +7,0 @@ export declare class EffectScope implements Subscriber { |
@@ -0,3 +1,6 @@ | ||
export * from './asyncComputed.js'; | ||
export * from './asyncEffect.js'; | ||
export * from './asyncSystem.js'; | ||
export * from './computedArray.js'; | ||
export * from './computedSet.js'; | ||
export * from './equalityComputed.js'; |
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
66968
30
2137