vue3-yuanma/packages/compiler-core/src/transforms
2020-11-16 18:27:25 -05:00
..
hoistStatic.ts wip: further optimize bindings 2020-11-12 16:11:14 -05:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts wip: tests for defineContext() 2020-11-12 18:11:25 -05:00
transformExpression.ts feat(compiler-sfc): new SFC css varaible injection implementation 2020-11-16 18:27:25 -05: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 feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) 2020-10-19 17:15:53 -04:00
vFor.ts fix(compiler-core): fix prefixing for <template v-for> key expressions 2020-09-14 17:04:27 -04:00
vIf.ts fix(compiler-core): allow spaces between if-else branches (#2305) 2020-10-07 20:57:17 -04:00
vModel.ts refactor(compiler): extract isStaticExp util 2020-07-13 16:48:24 -04:00
vOn.ts wip: further optimize bindings 2020-11-12 16:11:14 -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 chore: use '@vue/shared' instead of '@vue/shared/src' (#1915) 2020-08-21 12:50:06 -04:00