vue3-yuanma/packages/compiler-core/src/transforms
2020-08-19 09:53:09 -04:00
..
hoistStatic.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts feat(sfc): support resolving template components from <script setup> exports 2020-07-28 17:31:46 -04:00
transformExpression.ts chore: fix typo for babelParserDefautPlugins (#1897) 2020-08-19 09:53:09 -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-core): prevent generating invalid code for v-bind with empty expression (#1720) 2020-07-27 18:31:08 -04:00
vFor.ts dx(compiler-core): warn on <template v-for> key misplacement 2020-08-04 12:20:32 -04:00
vIf.ts fix(compiler-core): v-if key error should only be checking same key on different branches 2020-08-04 12:01:18 -04:00
vModel.ts refactor(compiler): extract isStaticExp util 2020-07-13 16:48:24 -04:00
vOn.ts fix(compiler-core/v-on): only cache empty handler when the option is used 2020-07-27 18:28:39 -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(slots): properly force update on forwarded slots 2020-07-15 20:12:49 -04:00