File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export enum BaseWatchErrorCodes {
25
25
WATCH_CLEANUP = 'BaseWatchErrorCodes_WATCH_CLEANUP'
26
26
}
27
27
28
+ // TODO move to a scheduler package
28
29
export interface SchedulerJob extends Function {
29
30
id ?: number
30
31
pre ?: boolean
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ export {
71
71
export { TrackOpTypes , TriggerOpTypes , ReactiveFlags } from './constants'
72
72
export {
73
73
baseWatch ,
74
+ onEffectCleanup ,
74
75
BaseWatchErrorCodes ,
75
76
type BaseWatchOptions
76
77
} from './baseWatch'
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export {
28
28
// effect
29
29
effect ,
30
30
stop ,
31
+ onEffectCleanup ,
31
32
ReactiveEffect ,
32
33
// effect scope
33
34
effectScope ,
You can’t perform that action at this time.
0 commit comments