vue3-core/packages/runtime-core/src
Evan You 9fd1284ca4
chore: Merge branch 'main' into minor
2024-04-22 23:32:45 +08:00
..
compat fix(compat): fix $options mutation + adjust private API initialization 2024-04-15 19:28:37 +08:00
components chore: Merge branch 'main' into minor 2024-04-19 22:09:34 +08:00
helpers perf(reactivity): optimize array tracking (#9511) 2024-02-26 18:25:52 +08:00
apiAsyncComponent.ts Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) 2024-02-25 16:51:49 +08:00
apiComputed.ts dx(reactivity): disable recursive computed warning by default 2024-02-25 20:38:33 +08:00
apiCreateApp.ts chore(runtime-core): optimize validateComponentName (#10378) 2024-02-25 20:41:08 +08:00
apiDefineComponent.ts chore: rename and export DefineSetupFnComponent 2024-02-25 23:38:39 +08:00
apiInject.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiLifecycle.ts refactor(runtime-core): safer currentInstance reset 2024-01-09 07:22:13 +08:00
apiSetupHelpers.ts fix(types): avoid merging object union types when using withDefaults (#10596) 2024-04-15 22:50:34 +08:00
apiWatch.ts refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407) 2024-02-26 10:22:12 +08:00
component.ts chore: Merge branch 'main' into minor 2024-04-16 00:05:37 +08:00
componentEmits.ts chore(deps): update lint (#10112) 2024-01-15 18:15:47 +08:00
componentOptions.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentProps.ts fix(runtime-core): use same internal object mechanism for slots 2024-04-16 22:47:24 +08:00
componentPublicInstance.ts chore: Merge branch 'main' into minor 2024-04-19 22:09:34 +08:00
componentRenderContext.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentRenderUtils.ts test: fix test case broken by b93f264 2024-04-22 21:05:00 +08:00
componentSlots.ts fix(runtime-core): further fix slots _ctx check 2024-04-18 12:27:15 +08:00
customFormatter.ts Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) 2024-02-25 16:51:49 +08:00
devtools.ts perf: add `__NO_SIDE_EFFECTS__` comments (#9053) 2024-03-13 21:48:45 +08:00
directives.ts refactor(runtime-core): use currentRenderingInstance directly 2024-01-09 15:26:07 +08:00
enums.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errorHandling.ts fix(runtime-core): handle invalid values in callWithAsyncErrorHandling 2024-04-15 22:37:16 +08:00
featureFlags.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
h.ts fix(types): fix functional component for `h` (#9991) 2024-01-09 16:45:05 +08:00
hmr.ts Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) 2024-02-25 16:51:49 +08:00
hydration.ts fix(hydration): properly handle optimized mode during hydrate node (#10638) 2024-04-15 21:23:30 +08:00
index.ts chore: rename and export DefineSetupFnComponent 2024-02-25 23:38:39 +08:00
internalObject.ts fix(runtime-core): use same internal object mechanism for slots 2024-04-16 22:47:24 +08:00
profiling.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
renderer.ts refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407) 2024-02-26 10:22:12 +08:00
rendererTemplateRef.ts revert: perf(templateRef): avoid double render when using template ref on v-for 2024-02-07 13:25:18 +08:00
scheduler.ts refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407) 2024-02-26 10:22:12 +08:00
vnode.ts fix(runtime-core): use same internal object mechanism for slots 2024-04-16 22:47:24 +08:00
warning.ts fix(warning): stringify args in warn handler (#10414) 2024-02-28 19:06:18 +08:00