vue3-yuanma/packages/runtime-core/src
2020-04-14 17:40:41 -04:00
..
components fix(transition): should ship props declarations in production 2020-04-07 17:19:37 -04:00
helpers types(runtime-core): Adds type signature for renderList helper (#924) 2020-04-06 09:57:32 -04:00
apiAsyncComponent.ts feat(asyncComponent): add onError option for defineAsyncComponent 2020-04-07 14:34:42 -04:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
apiDefineComponent.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
apiInject.ts fix(inject): allow default value to be undefined (#894) 2020-03-30 15:24:55 -04:00
apiLifecycle.ts types(runtime-core): update error type to unknown (#798) 2020-03-09 15:58:52 -04:00
apiWatch.ts refactor(runtime-core): remove the need for currentSuspense 2020-03-30 11:49:51 -04:00
component.ts refactor: make sure setupContext.emit always reference current emit on instance 2020-04-13 10:06:51 -04:00
componentEmits.ts fix(runtime-dom): fix patching for attributes starting with on 2020-04-10 11:57:07 -04:00
componentOptions.ts feat(runtime-core): warn async data() 2020-04-14 17:40:41 -04:00
componentProps.ts fix(runtime-core): should resolve value instead of delete for dynamic props with options 2020-04-14 16:17:35 -04:00
componentProxy.ts refactor(runtime-core): refactor props resolution 2020-04-06 17:37:47 -04:00
componentRenderUtils.ts fix(compiler-core): should not generate CLASS/STYLE patch flags on components 2020-04-10 10:19:26 -04:00
componentSlots.ts fix(slots): should update compiled dynamic slots 2020-04-08 12:23:44 -04:00
directives.ts types: improve directive hook argument types 2020-03-18 12:30:26 -04:00
errorHandling.ts feat(runtime-core): async component support 2020-03-21 16:01:08 -04:00
h.ts fix(types): accept generic Component type in h() 2020-04-04 13:29:29 -04:00
hmr.ts feat(hmr): root instance reload 2019-12-22 12:25:04 -05:00
hydration.ts refactor(runtime-core): refactor props resolution 2020-04-06 17:37:47 -04:00
index.ts refactor(reactivity): remove stale API markReadonly 2020-04-13 17:39:48 -04:00
profiling.ts chore: remove debugger 2020-04-03 09:21:21 -04:00
renderer.ts refactor(runtime-core): move updateCompnent into separate function 2020-04-10 10:19:26 -04:00
scheduler.ts fix(scheduler): sort jobs before flushing 2020-04-14 17:31:35 -04:00
vnode.ts refactor(runtime-core): refactor slots resolution 2020-04-06 21:06:53 -04:00
warning.ts feat(runtime-core): config.performance tracing support 2020-04-01 21:36:50 -04:00