vue3-yuanma/packages/compiler-core/src/transforms
2020-11-27 18:13:04 -05:00
..
hoistStatic.ts refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -05:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts wip: update directive scope variable mapping 2020-11-24 19:04:21 -05:00
transformExpression.ts fix(compiler-core): fix unintended imports in esm-bundler builds 2020-11-27 11:04:15 -05:00
transformSlotOutlet.ts refactor(compiler-core): reduce slot props check iterations 2020-11-27 10:00:43 -05:00
transformText.ts build: avoid shipping patch flag name strings in prod 2020-11-27 18:13:04 -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 build: avoid shipping patch flag name strings in prod 2020-11-27 18:13:04 -05:00
vIf.ts build: avoid shipping patch flag name strings in prod 2020-11-27 18:13:04 -05:00
vModel.ts refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -05:00
vOn.ts refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -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