vue3-yuanma/packages/compiler-ssr
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
..
__tests__ perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
src perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
api-extractor.json refactor(types): mark internal API exports and exclude from d.ts 2020-04-30 17:04:35 -04:00
LICENSE fix: ensure all published packages contan a LICENCE file (close #2650) (#2857) 2021-02-03 19:24:47 +01:00
package.json release: v3.0.7 2021-03-01 10:59:29 -05:00
README.md chore: scaffold ssr compiler 2020-01-27 16:00:17 -05:00

@vue/compiler-ssr