vue3-core/packages/runtime-core/__tests__
远方os 267093c314
feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651)
2024-08-02 14:41:27 +08:00
..
components test(teleport): test for accessing template ref inside teleport in mounted 2024-07-18 21:15:27 +08:00
helpers dx(useTemplateRef): warn when declaring with the same key (#11462) 2024-08-02 13:18:58 +08:00
apiAsyncComponent.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiCreateApp.spec.ts feat(runtime-core): add app.config.throwUnhandledErrorInProduction 2024-07-17 10:05:09 +08:00
apiExpose.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiInject.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +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 feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651) 2024-08-02 14:41:27 +08:00
componentEmits.spec.ts fix(v-model): component v-model modifiers trim and number when cases don't match (#9609) 2024-07-13 14:57:37 +08:00
componentProps.spec.ts fix(runtime-core): use separate prop caches for components and mixins (#11350) 2024-07-15 21:56:37 +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): bail manually rendered compiler slot fragments in all cases 2024-07-12 00:34:23 +08:00
directives.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.spec.ts test: test case for #11286 2024-07-17 14:29:54 +08:00
h.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hmr.spec.ts fix(hmr): hmr reload should work with async component (#11248) 2024-07-15 21:54:53 +08:00
hydration.spec.ts chore: Merge branch 'main' into minor 2024-07-31 16:49:22 +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): fix regression for $attrs tracking in slots 2024-04-16 21:53:47 +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): avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) 2024-06-14 17:10:13 +08:00
rendererOptimizedMode.spec.ts feat(teleport): support deferred Teleport (#11387) 2024-07-18 21:06:48 +08:00
rendererTemplateRef.spec.ts chore: remove dead links (#11173) [ci skip] 2024-06-22 16:55:37 +08:00
scheduler.spec.ts refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407) 2024-02-26 10:22:12 +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 fix(v-once): properly unmount v-once cached trees 2024-07-13 21:38:32 +08:00
vnodeHooks.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00