vue3-core/packages/runtime-core/__tests__
linzhe e857e12c0a
fix(runtime-core): pass component instance to flushPreFlushCbs on unmount (#14221)
close #14215
2025-12-18 16:31:08 +08:00
..
components fix(runtime-core): ensure correct anchor el for deeper unresolved async components (#14182) 2025-12-18 16:15:25 +08:00
helpers fix(runtime-core): avoid setting direct ref of useTemplateRef in dev (#13449) 2025-08-21 08:46:10 +08:00
apiAsyncComponent.spec.ts fix(runtime-core): properly update async component nested in KeepAlive (#11917) 2024-09-13 17:17:56 +08:00
apiCreateApp.spec.ts fix(runtime-core): pass component instance to flushPreFlushCbs on unmount (#14221) 2025-12-18 16:31:08 +08:00
apiExpose.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiInject.spec.ts fix(provide): warn when using `provide` after mounting (#13954) 2025-11-24 14:54:12 +08:00
apiLifecycle.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiOptions.spec.ts chore: remove unused ts-expect-error 2024-02-25 21:50:35 +08:00
apiSetupContext.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
apiSetupHelpers.spec.ts Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) 2024-02-25 16:51:49 +08:00
apiWatch.bench.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiWatch.spec.ts fix(watch): use maximum depth for duplicates (#13434) 2025-09-02 17:29:08 +08:00
component.spec.ts dx(runtime-core): check current and parent components in formatComponentName (#7220) 2025-11-24 14:50:43 +08:00
componentEmits.spec.ts fix(runtime-core): use separate emits caches for components and mixins (#11661) 2025-09-02 17:15:46 +08:00
componentProps.spec.ts fix(runtime-core): fix required prop check false positive for kebab-case edge cases (#12034) 2024-10-11 11:02:58 +08:00
componentPublicInstance.spec.ts fix(runtime-core): improve consistency of `PublicInstanceProxyHandlers.has` (#13507) 2025-08-20 21:05:26 +08:00
componentSlots.spec.ts fix(compiler-core): prevent cached array children from retaining detached dom nodes (#13691) 2025-08-20 20:51:04 +08:00
directives.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.spec.ts fix(watch): handle errors in computed used as watch source (#11626) 2024-08-16 16:14:08 +08:00
h.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hmr.spec.ts fix(hmr): handle cached text node update (#14134) 2025-12-18 16:23:25 +08:00
hydration.spec.ts fix(hydration): avoid mismatch during hydrate text with newlines in interpolation (#9232) 2025-11-05 17:05:50 +08:00
misc.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererAttrsFallthrough.spec.ts chore(deps): update lint (#13671) 2025-12-15 15:37:29 +08:00
rendererChildren.spec.ts fix(runtime-core): avoid rendering plain object as VNode (#12038) 2024-09-26 17:08:48 +08:00
rendererComponent.spec.ts refactor(scheduler): remove invalidateJob (#11650) 2024-08-19 10:49:59 +08:00
rendererElement.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererFragment.spec.ts chore(deps): update lint (#13671) 2025-12-15 15:37:29 +08:00
rendererOptimizedMode.spec.ts fix(runtime-core): handle patch stable fragment edge case (#12411) 2025-12-18 16:28:23 +08:00
rendererTemplateRef.spec.ts fix(templateRef): prevent unnecessary set ref on dynamic ref change or component unmount (#12642) 2025-09-02 17:08:53 +08:00
scheduler.spec.ts fix(scheduler): job ordering when the post queue is flushing (#12090) 2024-10-03 23:21:31 +08:00
scopeId.spec.ts fix(runtime-core): ensure suspense content inherit scopeId (#10652) 2024-08-19 16:19:24 +08:00
vnode.spec.ts test(runtime-core): remove incorrect suspense test in vnode spec (#13782) 2025-08-20 20:36:37 +08:00
vnodeHooks.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00