vue3-yuanma/packages/compiler-core/__tests__
Evan You a0d570b16d Revert "feat(compiler-core): hoist element with static ref (#344)"
Static refs still need to be tracked in dynamicChildren because unmount
also takes the fast path when dynamicChildren is present, and all refs
need to be properly unmounted.

This reverts commit 920773fc6b.
2019-10-21 15:17:29 -04:00
..
__snapshots__ perf: v-for fragments do not need to track dynamicChildren 2019-10-21 10:00:45 -04:00
transforms Revert "feat(compiler-core): hoist element with static ref (#344)" 2019-10-21 15:17:29 -04:00
codeframe.spec.ts feat(compiler-core/runtime-core): show codeframe in runtime compile errors (#220) 2019-10-12 19:49:23 -04:00
codegen.spec.ts fix(compiler): cache handlers should be per-instance, fix hoist w/ cached handlers 2019-10-20 17:00:11 -04:00
compile.spec.ts wip(compiler): generate blocks for v-if 2019-10-01 12:25:29 -04:00
parse.spec.ts test(compiler-core): add test for custom delimiter (#315) 2019-10-17 15:04:52 -04:00
testUtils.ts types: improve typing (#309) 2019-10-16 10:31:40 -04:00
transform.spec.ts chore: rename & property missing (#335) 2019-10-21 10:00:23 -04:00
utils.spec.ts feat(compiler-core): more hoisting optimizations (#276) 2019-10-15 11:41:24 -04:00