vue3-yuanma/packages/runtime-dom/__tests__
Evan You ed9eb62e59 perf: improve memory usage for static vnodes
Use the already mounted nodes as cache instead of separate caching via
template. This reduces memory usage by 30%+ in VitePress.
2022-01-16 21:10:26 +08:00
..
directives chore: run updated prettier 2021-07-19 18:24:18 -04:00
helpers chore: run updated prettier 2021-07-19 18:24:18 -04:00
createApp.spec.ts fix(runtime-dom): support mounting app to svg container (#2929) 2021-03-01 11:51:32 -05:00
customElement.spec.ts fix(custom-element): fix custom element props access on initial render 2021-11-02 13:20:31 +08:00
customizedBuiltIn.spec.ts chore: fix typos (#1090) 2020-05-01 09:42:58 -04:00
nodeOps.spec.ts perf: improve memory usage for static vnodes 2022-01-16 21:10:26 +08:00
patchAttrs.spec.ts fix(runtime-dom): consistently remove boolean attributes for falsy values (#4348) 2021-08-16 18:18:36 -04:00
patchClass.spec.ts refactor: adjust runtime-dom test structure + tests for dom props 2020-04-10 15:37:30 -04:00
patchEvents.spec.ts fix: kebab-case events are attached correctly on web components, see #2841 (#2847) 2021-02-09 07:58:36 +01:00
patchProps.spec.ts fix(runtime-dom): patchDOMProps should not set _value if element is custom element (#4839) 2021-11-25 05:30:32 -05:00
patchStyle.spec.ts fix(runtime-dom): fix behavior regression for v-show + style display binding 2021-10-09 19:31:52 -04:00
rendererStaticNode.spec.ts wip(runtime): test for static vnode handling 2020-05-15 16:11:53 -04:00