vue3-yuanma/packages/runtime-core/src
2020-02-13 18:28:40 -05:00
..
components fix(runtime-core): fix keep-alive tree-shaking 2020-02-07 17:00:39 -05:00
helpers refactor(compiler-core): use more concise marker for compiled slots 2020-02-12 13:45:35 -05:00
apiCreateApp.ts wip(ssr): should apply app context when rendering app instance 2020-01-30 12:20:23 -05:00
apiDefineComponent.ts refactor(createComponent): rename to defineComponent (#549) 2019-12-22 10:58:12 -05:00
apiInject.ts feat(inject): allow usage in functional components 2019-11-06 12:51:26 -05:00
apiLifecycle.ts fix(ssr): avoid hard-coded ssr checks in cjs builds 2020-01-29 09:49:17 -05:00
apiOptions.ts test(ssr): test for rendering components 2020-01-29 16:46:18 -05:00
apiReactivity.ts fix: remove effect from public API 2020-02-09 21:43:54 -05:00
apiWatch.ts fix(types): ensure correct oldValue typing based on lazy option 2020-02-13 12:09:13 -05:00
component.ts fix(runtime-core): rework vnode hooks handling 2020-02-10 13:15:36 -05:00
componentProps.ts fix(runtime-core): rework vnode hooks handling 2020-02-10 13:15:36 -05:00
componentProxy.ts fix(runtime-core): render context set should not unwrap reactive values 2020-01-27 18:05:30 -05:00
componentRenderUtils.ts wip(ssr): adjust event hydration flag 2020-02-13 18:28:40 -05:00
componentSlots.ts refactor(compiler-core): use more concise marker for compiled slots 2020-02-12 13:45:35 -05:00
directives.ts refactor(runtime-core): tweak component proxy implementation 2019-12-10 11:14:29 -05:00
errorHandling.ts feat(runtime-core): emit now returns array of return values from all triggered handlers 2020-01-20 11:24:08 -05:00
h.ts wip(ssr): renderer support for optimized and manual slots 2020-01-28 22:58:02 -05:00
hmr.ts feat(hmr): root instance reload 2019-12-22 12:25:04 -05:00
index.ts feat(compiler-dom/runtime-dom): stringify eligible static trees 2020-02-12 11:56:42 -05:00
renderer.ts wip(ssr): basic element hydration 2020-02-13 17:47:00 -05:00
scheduler.ts fix(runtime-core/scheduler): invalidate job (#717) 2020-02-11 07:30:25 -05:00
shapeFlags.ts refactor: adjust shapeFlag naming 2019-11-02 21:26:25 -04:00
vnode.ts wip(ssr): adjust event hydration flag 2020-02-13 18:28:40 -05:00
warning.ts refactor(runtime-core): tweak component proxy implementation 2019-12-10 11:14:29 -05:00