vue3-yuanma/packages/compiler-core/src/transforms
2019-11-29 12:42:04 -05:00
..
hoistStatic.ts feat(compiler-core): re-implement v-once to use cache mechanism 2019-10-23 17:57:40 -04:00
transformElement.ts feat(transition): properly handle transition & transition-group in compiler 2019-11-29 12:42:04 -05:00
transformExpression.ts feat: emit compiler error for invalid JavaScript expressions 2019-10-16 17:43:41 -04:00
transformSlotOutlet.ts refactor(compiler-core): use directive name in error code identifier (#163) 2019-10-09 10:27:24 -04:00
transformText.ts refactor(compiler): use shorter helpers for text and comment nodes 2019-10-24 17:55:00 -04:00
vBind.ts chore: fix comments referencing renamed file [ci skip] (#404) 2019-10-28 12:04:04 -04:00
vFor.ts types: (wip) improve dts output 2019-11-01 11:32:53 -04:00
vIf.ts fix: generate v-if fallback comment as block 2019-10-24 21:19:02 -04:00
vModel.ts fix(v-model): generate separate modifiers for v-model with args 2019-11-07 09:40:34 -05:00
vOn.ts chore: fix typo (#409) 2019-10-29 13:51:48 -04:00
vOnce.ts feat(compiler-core): re-implement v-once to use cache mechanism 2019-10-23 17:57:40 -04:00
vSlot.ts perf(compiler): should only perform assertions during tests 2019-11-15 17:29:08 -05:00