vue3-yuanma/packages/compiler-core/src/transforms
2019-10-04 22:12:51 -04:00
..
hoistStatic.ts fix(compiler): avoid hoisting components and directive calls 2019-10-04 14:34:26 -04:00
optimizeText.ts wip: Sequence & Conditional expressions for AST 2019-10-01 12:25:29 -04:00
transformElement.ts fix(compiler): patchFlag analysis should factor in props returned by directive transforms 2019-10-04 08:37:10 -04:00
transformExpression.ts feat(compiler): v-on inline statement handling 2019-10-03 17:47:00 -04:00
transformSlotOutlet.ts fix(typo): transformSlotOutlet name correction (#83) 2019-10-04 22:12:51 -04:00
vBind.ts wip(compiler): generate blocks for v-if 2019-10-01 12:25:29 -04:00
vFor.ts feat(compiler): hoist static trees 2019-10-03 23:30:25 -04:00
vIf.ts workflow: improve template explorer 2019-10-04 17:43:20 -04:00
vModel.ts wip: element transforms 2019-09-21 15:47:26 -04:00
vOn.ts feat(compiler): v-on inline statement handling 2019-10-03 17:47:00 -04:00
vSlot.ts feat(compiler): force dynamicSlots flag when inside v-for or v-slot 2019-10-03 16:27:46 -04:00