vue3-yuanma/packages/runtime-core/src
2022-04-13 05:39:02 -04:00
..
compat chore: bump vite & esbuild 2022-04-12 14:29:49 +08:00
components fix(transition): ensure flattened transition group children inherit parent keys 2022-04-12 15:06:46 +08: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
apiComputed.ts fix(ssr): make computed inactive during ssr, fix memory leak 2022-01-16 18:22:18 +08:00
apiCreateApp.ts refactor: remove use of Object.assign 2022-04-12 15:22:11 +08:00
apiDefineComponent.ts fix(types): incorrect type inference of array (#4578) 2021-09-21 12:41:10 -04:00
apiInject.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiLifecycle.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
apiSetupHelpers.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiWatch.ts refactor: remove use of Object.assign 2022-04-12 15:22:11 +08:00
component.ts dx(suspense): warn when using async setup when not inside a Suspense boundary (#5565) 2022-04-13 05:36:43 -04:00
componentEmits.ts refactor: move type utils to shared 2022-01-16 15:47:00 +08:00
componentOptions.ts fix(ssr): only cache computed getters during render phase 2022-01-21 12:31:54 +08:00
componentProps.ts chore: remove debugger 2022-04-12 14:47:15 +08:00
componentPublicInstance.ts build: improve treeshakeability (#5682) 2022-04-13 05:39:02 -04: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 feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08: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): ensure custom directive instance properly exposes properties on closed instances. (#5022) 2022-04-12 03:54:03 -04:00
errorHandling.ts chore: update repo references 2022-01-18 16:43:59 +08: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 fix(ssr): always hydrate children for HMR (#5406) 2022-02-12 03:24:19 -05:00
index.ts feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts perf: improve memory usage for static vnodes 2022-01-16 21:10:26 +08:00
rendererTemplateRef.ts fix(runtime-core/template-ref): named ref in v-for regression fix (#5118) 2022-04-12 03:28:40 -04:00
scheduler.ts build: improve treeshakeability (#5682) 2022-04-13 05:39:02 -04:00
vnode.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
warning.ts wip: data option compat 2021-04-07 16:19:24 -04:00