vue3-yuanma/packages/compiler-core/src/transforms
2020-03-27 18:42:57 -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 feat(portal): support multiple portal appending to same target 2020-03-27 18:42:57 -04:00
transformExpression.ts fix(compiler-core): fix property shorthand detection 2020-03-16 10:27:03 -04: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(portal): portal should always remove its children when unmounted 2020-03-25 17:27:55 -04:00
vModel.ts wip(ssr): basic components 2020-02-05 23:07:23 -05:00
vOn.ts refactor(types): use stricter settings 2020-03-23 11:08:22 -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 feat(compiler-core): wrap slot functions with render context 2020-03-16 13:06:46 -04:00