vue3-yuanma/packages/compiler-core/src/transforms
2021-12-10 23:49:01 +08:00
..
hoistStatic.ts fix(compiler): force block for custom dirs and inline beforeUpdate hooks 2021-12-10 15:36:10 +08:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts feat: support ref in v-for, remove compat deprecation warnings 2021-12-10 23:49:01 +08:00
transformExpression.ts chore: remove babelParserDefaultPlugins 2021-10-07 19:33:06 -04:00
transformSlotOutlet.ts fix(compiler): force block for custom dirs and inline beforeUpdate hooks 2021-12-10 15:36:10 +08: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 chore(types): remove unnecessary non-null assertion (#4169) 2021-07-21 15:50:08 -04:00
vFor.ts fix(compiler-core): should treat attribute key as expression (#4658) 2021-09-25 14:21:09 -04:00
vIf.ts fix(compiler-core): add check when v-else-if is behind v-else (#4603) 2021-09-21 12:59:38 -04:00
vMemo.ts feat: v-memo 2021-07-16 14:30:49 -04:00
vModel.ts fix(compiler-core): generate TS-cast safe assignment code for v-model 2021-09-22 16:55:06 -04:00
vOn.ts feat(compiler-core): support aliasing vue: prefixed events to inline vnode hooks 2021-12-10 16:09:23 +08:00
vOnce.ts chore(compiler-core): reduce unnecessary cache inside v-once (#4112) 2021-07-16 14:30:49 -04:00
vSlot.ts fix(compiler-core): detected forwarded slots in nested components (#4268) 2021-08-06 22:37:55 -04:00