vue3-core/packages/runtime-core/src
OnlyWick 5f7a0a08b2
chore(errorHandling): directly return value in callWithErrorHandling function (#10315)
2024-02-13 17:15:18 +08:00
..
compat style: update format & lint config (#9162) 2023-12-26 19:39:47 +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.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
apiComputed.ts revert: "dx(computed): warn incorrect use of getCurrentInstance inside computed" 2024-01-09 16:37:50 +08:00
apiCreateApp.ts fix(runtime-core): support for nested calls to runWithContext (#10261) 2024-02-07 13:33:44 +08:00
apiDefineComponent.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +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 refactor: split out useModel implementation and tests 2024-01-11 18:04:47 +08:00
apiWatch.ts refactor(runtime-core): safer currentInstance reset 2024-01-09 07:22:13 +08:00
component.ts fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250) 2024-02-06 17:38:41 +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 perf(runtime): improve `getType()` GC and speed (#10327) 2024-02-13 11:54:59 +08:00
componentPublicInstance.ts chore(deps): update lint (#10112) 2024-01-15 18:15:47 +08:00
componentRenderContext.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
componentRenderUtils.ts fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593) 2024-01-12 22:07:06 +08:00
componentSlots.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
customFormatter.ts fix(runtime-core): avoid inlining isShallow (#10238) 2024-02-05 11:36:17 +08:00
devtools.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +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 chore(errorHandling): directly return value in callWithErrorHandling function (#10315) 2024-02-13 17:15:18 +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 style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
hydration.ts fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250) 2024-02-06 17:38:41 +08:00
index.ts fix(build): avoid accessing __FEATURE_PROD_DEVTOOLS__ flag in root scope 2024-01-11 18:30:23 +08:00
profiling.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
renderer.ts fix(runtime-core): handle fragment with null children (#10010) 2024-01-08 18:48:47 +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 fix(scheduler): sort nested postFlushCbs 2024-01-08 18:20:29 +08:00
vnode.ts chore: replace -1 to PatchFlags.HOISTED (#10146) 2024-01-18 10:48:27 +08:00
warning.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00