vue3-yuanma/packages/compiler-core/src/transforms
underfin 2b19965bcf
fix(slots): compiled slot fallback should be functions (#1030)
This avoids it being collected as dynamic children when it's not used.

fix #1021
2020-04-22 16:52:41 -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): dynamic component should always be made blocks 2020-04-22 14:45:00 -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 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 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