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 {
2525 WATCH_CLEANUP = 'BaseWatchErrorCodes_WATCH_CLEANUP'
2626}
2727
28+ // TODO move to a scheduler package
2829export interface SchedulerJob extends Function {
2930 id ?: number
3031 pre ?: boolean
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ export {
7171export { TrackOpTypes , TriggerOpTypes , ReactiveFlags } from './constants'
7272export {
7373 baseWatch ,
74+ onEffectCleanup ,
7475 BaseWatchErrorCodes ,
7576 type BaseWatchOptions
7677} from './baseWatch'
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export {
2828 // effect
2929 effect ,
3030 stop ,
31+ onEffectCleanup ,
3132 ReactiveEffect ,
3233 // effect scope
3334 effectScope ,
You can’t perform that action at this time.
0 commit comments