vue3-core/packages/runtime-core/__tests__
Thorsten Lünborg c71a08e6fd
fix(runtime-core): Lifecycle hooks should support callbacks shared by reference (#6687)
fix #6686
2022-09-26 22:18:22 -04:00
..
components fix(keep-alive): fix unmounting late-included components 2022-05-12 11:52:54 +08:00
helpers fix(slots): ensure different branches of dynamic slots have different keys 2022-08-30 15:55:09 +08:00
apiAsyncComponent.spec.ts fix(keep-alive): invoke initial activated hook for async components 2022-05-12 11:29:26 +08:00
apiCreateApp.spec.ts chore: warn when mounting different apps on the same host element (#5573) 2022-05-12 21:09:18 -04:00
apiExpose.spec.ts
apiInject.spec.ts
apiLifecycle.spec.ts fix(runtime-core): Lifecycle hooks should support callbacks shared by reference (#6687) 2022-09-26 22:18:22 -04:00
apiOptions.spec.ts fix(runtime-core): support extends template for runtime compiler (#6250) 2022-08-31 01:44:21 -04:00
apiSetupContext.spec.ts chore: remove duplicated test + add missing prop decl 2022-05-28 16:17:19 +08:00
apiSetupHelpers.spec.ts
apiWatch.spec.ts fix(watch): flush:pre watchers should not fire if state change causes 2022-08-15 19:00:55 +08:00
componentEmits.spec.ts fix(v-model): fix case where .trim and .number modifiers are used together (#5842) 2022-05-12 19:52:16 -04:00
componentProps.spec.ts
componentPublicInstance.spec.ts chore: add no-debugger eslint rule (#5906) 2022-05-12 19:10:00 -04:00
componentSlots.spec.ts
directives.spec.ts fix(runtime-core): ensure custom directive instance properly exposes properties on closed instances. (#5022) 2022-04-12 03:54:03 -04:00
errorHandling.spec.ts chore: type [ci skip] 2022-05-09 22:51:51 -04:00
h.spec.ts
hmr.spec.ts
hydration.spec.ts fix(runtime-core): hydrate Static vnode (#6015) 2022-06-06 16:45:24 +08:00
misc.spec.ts
rendererAttrsFallthrough.spec.ts
rendererChildren.spec.ts
rendererComponent.spec.ts
rendererElement.spec.ts
rendererFragment.spec.ts
rendererOptimizedMode.spec.ts chore: type [ci skip] 2022-05-09 22:51:51 -04:00
rendererTemplateRef.spec.ts chore: add no-debugger eslint rule (#5906) 2022-05-12 19:10:00 -04:00
scheduler.spec.ts fix(runtime-core): avoid double firing when mounting inside a watcher callback 2022-09-08 09:59:51 +08:00
scopeId.spec.ts
vnode.spec.ts
vnodeHooks.spec.ts