vue3-yuanma/packages/compiler-core/src/transforms
2021-07-15 11:37:11 -04:00
..
hoistStatic.ts fix(compiler-core): avoid generating useless createVNode helper (#2938) 2021-03-25 17:01:50 -04:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts feat(sfc): change <script setup> directive resolution to require v prefix 2021-06-28 17:35:31 -04:00
transformExpression.ts fix(compiler-sfc): fix template expression assignment codegen for script setup let refs (#3626) 2021-05-28 17:58:46 -04:00
transformSlotOutlet.ts fix: ensure backwards compat for pre-compiled sfc components 2021-03-27 10:53:45 -04:00
transformText.ts fix(compiler-core): bail out to array children when the element has custom directives + only one text child node (#3757) 2021-05-12 16:12:32 -04:00
vBind.ts wip: refactor 2021-04-17 22:50:16 -04:00
vFor.ts fix(compiler-core): avoid generating useless createVNode helper (#2938) 2021-03-25 17:01:50 -04:00
vIf.ts fix(compiler-dom): comments in the v-if branchs should be ignored when used in Transition (#3622) 2021-05-24 17:10:29 -04:00
vModel.ts fix(compiler-core): improve member expression check 2021-06-09 11:57:48 -04:00
vOn.ts fix(compiler-core/v-on): handle falsy values when caching v-on handlers 2020-11-30 16:30:36 -05:00
vOnce.ts fix(v-once): fix v-once usage with v-if and v-for 2020-09-02 12:30:37 -04:00
vSlot.ts fix(compiler-core): fix forwarded slots detection on template slots (#4124) 2021-07-15 11:37:11 -04:00