vue3-yuanma/packages/compiler-core/src/transforms
2020-05-18 10:04:18 -04:00
..
hoistStatic.ts fix(compiler-dom): should bail stringification on runtime constant regardless of position 2020-05-18 10:04:18 -04:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts fix(compiler-dom): should bail stringification on runtime constant regardless of position 2020-05-18 10:04:18 -04:00
transformExpression.ts fix(compiler-core): fix property shorthand detection 2020-03-16 10:27:03 -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 refactor(compiler-core): use dedicated node type for element codegen 2020-02-11 18:40:42 -05:00
vIf.ts refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -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 fix(compiler-core/slots): should support on-component named slots 2020-04-01 20:44:53 -04:00