]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix: update SchedulerJob export edison/feat/vaporTeleport 13082/head
authordaiwei <daiwei521@126.com>
Wed, 16 Jul 2025 14:07:08 +0000 (22:07 +0800)
committerdaiwei <daiwei521@126.com>
Wed, 16 Jul 2025 14:07:08 +0000 (22:07 +0800)
packages/runtime-core/src/index.ts

index a1a500e9539145d3326cfa3cdb142ac7c01ae265..2664c16c9fc5773c1cf731defd6d14659a1debce 100644 (file)
@@ -345,6 +345,7 @@ export type {
   HydrationStrategyFactory,
 } from './hydrationStrategies'
 export type { HMRRuntime } from './hmr'
+export type { SchedulerJob } from './scheduler'
 
 // Internal API ----------------------------------------------------------------
 
@@ -521,7 +522,7 @@ export { baseEmit, isEmitListener } from './componentEmits'
 /**
  * @internal
  */
-export { type SchedulerJob, queueJob, flushOnAppMount } from './scheduler'
+export { queueJob, flushOnAppMount } from './scheduler'
 /**
  * @internal
  */