vue3-yuanma/packages/compiler-core/__tests__
Evan You 052febc127 feat(compiler): convert text mixed with elements into createVNode calls
This ensures they are tracked as dynamic children when inside blocks.
Also guaruntees compiled vnodes always have vnode children in arrays
so that they can skip normalizeVNode safely in optimized mode.
2019-10-21 15:52:29 -04:00
..
__snapshots__ feat(compiler): convert text mixed with elements into createVNode calls 2019-10-21 15:52:29 -04:00
transforms feat(compiler): convert text mixed with elements into createVNode calls 2019-10-21 15:52: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 feat(compiler): convert text mixed with elements into createVNode calls 2019-10-21 15:52:29 -04:00
utils.spec.ts feat(compiler-core): more hoisting optimizations (#276) 2019-10-15 11:41:24 -04:00