vue3-yuanma/packages/runtime-core/src
2022-01-16 15:47:00 +08:00
..
compat chore: fix some typos (#5050) [ci skip] 2021-12-11 20:58:46 -05:00
components fix(KeepAlive): remove cached VNode properly (#5260) 2022-01-16 02:37:14 -05:00
helpers refactor: move type utils to shared 2022-01-16 15:47:00 +08:00
apiAsyncComponent.ts refactor: ensure ssr branches are included in esm-bundler build 2021-09-23 15:02:19 -04:00
apiCreateApp.ts chore: avoid api-extractor warnings 2021-12-12 00:14:25 +08:00
apiDefineComponent.ts fix(types): incorrect type inference of array (#4578) 2021-09-21 12:41:10 -04:00
apiInject.ts fix(runtime-core): bind default function of inject to instance (#3925) 2021-06-09 12:02:05 -04:00
apiLifecycle.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
apiSetupHelpers.ts feat(types/script-setup): add generic type to defineExpose (#5035) 2021-12-05 23:25:35 -05:00
apiWatch.ts refactor: more readable type names for watch cleanup function 2022-01-12 22:07:47 +08:00
component.ts chore: typo in comment [skip ci] (#5173) 2021-12-27 12:57:39 +01:00
componentEmits.ts refactor: move type utils to shared 2022-01-16 15:47:00 +08:00
componentOptions.ts refactor: move type utils to shared 2022-01-16 15:47:00 +08:00
componentProps.ts refactor: move type utils to shared 2022-01-16 15:47:00 +08:00
componentPublicInstance.ts refactor: move type utils to shared 2022-01-16 15:47:00 +08:00
componentRenderContext.ts fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554) 2021-05-25 13:33:41 -04:00
componentRenderUtils.ts build: generate more treeshaking friendly code 2021-09-16 10:56:34 -04:00
componentSlots.ts fix(runtime-core): ensure consistent arguments for tempalte and render funtion slot usage 2021-08-17 11:15:53 -04:00
customFormatter.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
devtools.ts fix(devtool): improve devtools late injection browser env detection (#4890) 2021-11-14 22:04:46 -05:00
directives.ts fix(runtime-core): add v-memo to built-in directives check (#4787) 2021-10-18 20:22:44 -04:00
errorHandling.ts fix(runtime-core): add missing serverPrefetch hook error string (#4014) 2021-06-28 15:30:20 -04:00
featureFlags.ts chore: fix some typos (#5050) [ci skip] 2021-12-11 20:58:46 -05:00
h.ts fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
hmr.ts fix(hmr): fix hmr for components with no active instance yet 2021-10-08 12:39:24 -04:00
hydration.ts refactor: move template ref setter into dedicated file 2021-12-11 10:09:21 +08:00
index.ts chore: fix build 2021-12-11 23:48:32 +08:00
profiling.ts feat(devtools): performance events 2021-05-19 20:48:35 +02:00
renderer.ts refactor: move template ref setter into dedicated file 2021-12-11 10:09:21 +08:00
rendererTemplateRef.ts refactor: move template ref setter into dedicated file 2021-12-11 10:09:21 +08:00
scheduler.ts build: generate more treeshaking friendly code 2021-09-16 10:56:34 -04:00
vnode.ts refactor: move template ref setter into dedicated file 2021-12-11 10:09:21 +08:00
warning.ts wip: data option compat 2021-04-07 16:19:24 -04:00