vue3-yuanma/packages
Evan You 2c3c65772b perf: optimize props resolution
Store the keys for props that need default or boolean casting
during normalization, so that later we only need to iterate
through this array instead of the entire props object.
2019-12-12 22:07:48 -05:00
..
compiler-core fix(compiler-core): should apply text transform to <template v-for> children 2019-12-12 21:09:47 -05:00
compiler-dom fix(compiler-core): handle template root and template v-if as stable fragments 2019-12-12 21:09:47 -05:00
compiler-sfc fix(compiler-core): handle template root and template v-if as stable fragments 2019-12-12 21:09:47 -05:00
reactivity build: adjust esm formats 2019-12-10 22:14:02 -05:00
runtime-core perf: optimize props resolution 2019-12-12 22:07:48 -05:00
runtime-dom build: adjust esm formats 2019-12-10 22:14:02 -05:00
runtime-test build: adjust esm formats 2019-12-10 22:14:02 -05:00
server-renderer build: release script 2019-12-10 21:29:52 -05:00
shared fix(compiler-core): handle template root and template v-if as stable fragments 2019-12-12 21:09:47 -05:00
size-check build: release script 2019-12-10 21:29:52 -05:00
template-explorer build: release script 2019-12-10 21:29:52 -05:00
vue fix(compiler-core): handle template root and template v-if as stable fragments 2019-12-12 21:09:47 -05:00
global.d.ts feat(runtime-core): hot module replacement 2019-12-12 21:09:47 -05:00