vue3-core/packages/runtime-core/src
Evan You a6be280fc3 chore: only wrap during tests 2023-01-26 20:59:30 +08:00
..
compat fix(custom-elements): use strict number casting 2022-11-14 16:20:12 +08:00
components wip(vitest-migration): ssr tests passing 2023-01-26 16:18:40 +08:00
helpers fix(custom-elements): respect slot props in custom element mode 2022-11-11 16:06:05 +08:00
apiAsyncComponent.ts fix(custom-elements): fix event emitting for async custom elements (#5601) 2022-11-10 23:33:17 -05:00
apiComputed.ts fix(ssr): make computed inactive during ssr, fix memory leak 2022-01-16 18:22:18 +08:00
apiCreateApp.ts types(runtime-core): support plugin options type inference (#3969) 2022-11-13 20:13:32 -05:00
apiDefineComponent.ts chore: run prettier 2022-11-08 14:25:48 +08:00
apiInject.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiLifecycle.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
apiSetupHelpers.ts fix(sfc/types): improve the type inference using withDefaults (#6764) 2022-11-07 21:59:31 -05:00
apiWatch.ts chore: run format 2023-01-12 12:58:11 +01:00
component.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
componentEmits.ts fix(custom-elements): use strict number casting 2022-11-14 16:20:12 +08:00
componentOptions.ts wip(vitest-migration): ssr tests passing 2023-01-26 16:18:40 +08:00
componentProps.ts fix(runtime-core): ensure prop type validation warning shows custom class names (#7198) 2022-11-25 20:52:39 +01:00
componentPublicInstance.ts fix(sfc): ensure `<script setup>` binding behavior consistency on `this` between prod and dev 2022-11-10 16:02:45 +08:00
componentRenderContext.ts fix(runtime-core): ensure that errors in slot function execution do not affect block tracking (#5670) 2022-10-14 04:08:32 -04:00
componentRenderUtils.ts refactor(runtime-core): extract type SetRootFn (#3209) 2022-05-13 04:48:20 -04:00
componentSlots.ts fix(runtime-core): ensure raw slot function is only normalized once (#5358) 2022-05-10 04:41:54 -04:00
customFormatter.ts feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08:00
devtools.ts fix(devtools): use cleanupBuffer instead of modifying _buffer (#6812) 2022-10-03 11:29:34 +02:00
directives.ts fix(runtime-core): do not throw on unknown directives (#6671) 2022-11-07 21:49:49 -05:00
enums.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
errorHandling.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
featureFlags.ts chore: fix some typos (#5050) [ci skip] 2021-12-11 20:58:46 -05:00
h.ts types(h): Support passing `props` to `Component` when using `h` (#3219) 2022-10-26 03:07:44 -04:00
hmr.ts fix(custom-elements): fix event emitting for async custom elements (#5601) 2022-11-10 23:33:17 -05:00
hydration.ts fix(ssr): fix hydration mismatch when entire multi-root template is stringified 2022-09-28 09:33:17 +08:00
index.ts fix(custom-elements): use strict number casting 2022-11-14 16:20:12 +08:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts chore: only wrap during tests 2023-01-26 20:59:30 +08:00
rendererTemplateRef.ts fix(runtime-core): fix v-for ref reactivity behavior difference between prod and dev (#6714) 2022-10-14 05:23:01 -04:00
scheduler.ts fix(runtime-core): avoid double firing when mounting inside a watcher callback 2022-09-08 09:59:51 +08:00
vnode.ts fix(customElement): customElement can emit event (#7296) 2022-12-23 22:32:21 +01:00
warning.ts chore: fix assertNumber for undefined value 2022-11-14 16:57:44 +08:00