vue3-yuanma/packages/compiler-core/src/transforms
2021-04-17 20:53:55 -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 wip: warn v-bind object ordering 2021-04-17 20:53:55 -04:00
transformExpression.ts fix(compiler-core): fix unintended imports in esm-bundler builds 2020-11-27 11:04:15 -05:00
transformSlotOutlet.ts fix: ensure backwards compat for pre-compiled sfc components 2021-03-27 10:53:45 -04:00
transformText.ts refactor: cache constant check result on transform context 2020-12-03 11:10:40 -05:00
vBind.ts wip: v-bind.sync compat 2021-04-16 17:11:44 -04:00
vFor.ts fix(compiler-core): avoid generating useless createVNode helper (#2938) 2021-03-25 17:01:50 -04:00
vIf.ts wip: warn key usage of v-if branches 2021-04-17 15:35:44 -04:00
vModel.ts refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -05: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 the detection of forwarded slots with v-if or v-for (#3353) 2021-03-22 16:34:46 -04:00