vue3-yuanma/packages/compiler-ssr/__tests__
Evan You 02cbbb718c perf: support only attaching slot scope ids when necessary
This is done by adding the `slotted: false` option to:

- compiler-dom
- compiler-ssr
- compiler-sfc (forwarded to template compiler)

At runtime, only slotted component will render slot fragments with
slot scope Ids. For SSR, only slotted component will add slot scope Ids
to rendered slot content. This should improve both runtime performance
and reduce SSR rendered markup size.

Note: requires SFC tooling (e.g. `vue-loader` and `vite`) to pass on
the `slotted` option from the SFC descriptoer to the `compileTemplate`
call.
2021-03-05 18:28:12 -05:00
..
ssrComponent.spec.ts chore: annotate generated slot flag 2020-11-30 15:19:32 -05:00
ssrElement.spec.ts fix(compiler-ssr) ensure that ssrHelpers are unique after merge from parent context (#3269) 2021-02-25 18:25:39 -05:00
ssrInjectCssVars.spec.ts chore: annotate generated slot flag 2020-11-30 15:19:32 -05:00
ssrPortal.spec.ts fix(compiler-ssr/teleport): correct the target prop of teleport (#2053) 2020-09-15 09:59:36 -04:00
ssrScopeId.spec.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
ssrSlotOutlet.spec.ts perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
ssrSuspense.spec.ts chore: annotate generated slot flag 2020-11-30 15:19:32 -05:00
ssrText.spec.ts fix(ssr): handle fallthrough attrs in ssr compile output 2020-06-26 16:55:37 -04:00
ssrVFor.spec.ts fix(ssr): handle fallthrough attrs in ssr compile output 2020-06-26 16:55:37 -04:00
ssrVIf.spec.ts fix(ssr): handle fallthrough attrs in ssr compile output 2020-06-26 16:55:37 -04:00
ssrVModel.spec.ts fix(compiler-ssr): handle v-model checkbox with true-value binding 2020-12-01 12:43:59 -05:00
ssrVShow.spec.ts fix(ssr): handle fallthrough attrs in ssr compile output 2020-06-26 16:55:37 -04:00
utils.ts fix(ssr): handle fallthrough attrs in ssr compile output 2020-06-26 16:55:37 -04:00