vue3-yuanma/packages/compiler-core/src/transforms
2020-07-13 12:36:41 -04:00
..
hoistStatic.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
transformExpression.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
transformSlotOutlet.ts fix(slots): compiled slot fallback should be functions (#1030) 2020-04-22 16:52:41 -04:00
transformText.ts fix(compiler-core): should apply text transform to if branches 2020-02-14 15:57:14 -05:00
vBind.ts fix(compiler): warn against v-bind with empty attribute value 2020-05-07 10:32:54 -04:00
vFor.ts perf(compiler-core): treat v-for with constant exp as a stable fragment (#1394) 2020-06-17 16:13:14 -04:00
vIf.ts feat(compiler): better warning for invalid expressions in function/browser mode 2020-06-11 16:31:51 -04:00
vModel.ts fix(compiler-core): allow multiline expression on v-model and v-on (#1234) 2020-06-09 17:24:48 -04:00
vOn.ts fix(compiler-core/v-on): bail caching for member expression handlers on components 2020-07-08 11:48:12 -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 fix(slots): differentiate dynamic/static compiled slots 2020-07-13 12:36:41 -04:00