vue3-core/packages/runtime-core/__tests__
三咲智子 Kevin Deng 736db791a4
Merge remote-tracking branch 'upstream/main'
2024-01-19 16:29:21 +08:00
..
components fix(suspense): avoid double-patching nested suspense when parent suspense is not resolved (#10055) 2024-01-11 17:27:53 +08:00
helpers refactor: split out useModel implementation and tests 2024-01-11 18:04:47 +08:00
apiAsyncComponent.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiCreateApp.spec.ts fix: fix post watcher fire timing on nested app mounts 2024-01-08 18:44:28 +08:00
apiExpose.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiInject.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiLifecycle.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiOptions.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiSetupContext.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiSetupHelpers.spec.ts refactor: split out useModel implementation and tests 2024-01-11 18:04:47 +08:00
apiWatch.bench.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiWatch.spec.ts feat(runtime-core, reactivity): `onEffectCleanup` and `baseWatch` (#82) 2024-01-04 23:22:55 +08:00
componentEmits.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentProps.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentPublicInstance.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentSlots.spec.ts fix(runtime-core): should not warn out-of-render slot fn usage when mounting another app in setup (#10125) 2024-01-18 11:45:11 +08:00
directives.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
h.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hmr.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hydration.spec.ts fix(hydration): fix incorect mismatch warning for option with non-string value and inner text 2024-01-18 11:20:32 +08:00
misc.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererAttrsFallthrough.spec.ts fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593) 2024-01-12 22:07:06 +08:00
rendererChildren.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererComponent.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererElement.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererFragment.spec.ts fix(runtime-core): handle fragment with null children (#10010) 2024-01-08 18:48:47 +08:00
rendererOptimizedMode.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
rendererTemplateRef.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
scheduler.spec.ts fix(scheduler): sort nested postFlushCbs 2024-01-08 18:20:29 +08:00
scopeId.spec.ts fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593) 2024-01-12 22:07:06 +08:00
vnode.spec.ts Merge remote-tracking branch 'upstream/minor' 2023-12-29 21:03:21 +08:00
vnodeHooks.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00