vue3-yuanma/packages/compiler-core/src/transforms
2020-03-16 10:27:03 -04:00
..
hoistStatic.ts chore: fix typo (#764) [ci skip] 2020-02-24 18:01:26 +01:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts fix(compiler-core): should alias name in helperString (#743) 2020-02-19 09:49:46 -05:00
transformExpression.ts fix(compiler-core): fix property shorthand detection 2020-03-16 10:27:03 -04:00
transformRef.ts fix(template-ref): fix string template refs inside slots 2020-02-25 18:29:51 -05:00
transformSlotOutlet.ts wip(srr): slot outlet 2020-02-05 21:04:40 -05:00
transformText.ts fix(compiler-core): should apply text transform to if branches 2020-02-14 15:57:14 -05:00
vBind.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
vFor.ts refactor(compiler-core): use dedicated node type for element codegen 2020-02-11 18:40:42 -05:00
vIf.ts fix(compiler-core): should apply text transform to if branches 2020-02-14 15:57:14 -05:00
vModel.ts wip(ssr): basic components 2020-02-05 23:07:23 -05:00
vOn.ts fix(v-on): transform click.right and click.middle modifiers 2020-02-18 14:32:06 -05:00
vOnce.ts feat(compiler-core): re-implement v-once to use cache mechanism 2019-10-23 17:57:40 -04:00
vSlot.ts refactor(compiler-core): use more concise marker for compiled slots 2020-02-12 13:45:35 -05:00