vue3-core/packages/compiler-core/src/transforms
Evan You 4d94ebfe75 perf(v-on): constant handlers with modifiers should not be treated as dynamic 2023-11-30 19:26:36 +08:00
..
hoistStatic.ts fix(hmr): fix hmr error for hoisted children array in v-for 2023-10-21 21:08:49 +08:00
noopDirectiveTransform.ts wip(ssr): v-bind basic usage 2020-02-04 12:21:04 -05:00
transformElement.ts perf(v-on): constant handlers with modifiers should not be treated as dynamic 2023-11-30 19:26:36 +08:00
transformExpression.ts fix(compiler-core): known global should be shadowed by local variables in expression rewrite (#9492) 2023-10-28 15:22:03 +08:00
transformSlotOutlet.ts chore: remove hanging slash from import 2023-02-03 04:31:17 +08:00
transformText.ts chore: use ast node creation helper (#5255) 2022-05-13 04:37:50 -04:00
vBind.ts chore(types): remove unnecessary non-null assertion (#4169) 2021-07-21 15:50:08 -04:00
vFor.ts chore(deps): update lint (#9627) 2023-11-18 10:33:24 +08:00
vIf.ts refactor: remove circular dependencies in compiler 2023-03-23 16:30:42 +08:00
vMemo.ts refactor: remove circular dependencies in compiler 2023-03-23 16:30:42 +08:00
vModel.ts fix(v-model): ensure v-model listener casing is consistent with manual v-on listener (#7067) 2022-11-14 02:21:29 -05:00
vOn.ts feat(deprecation): deprecate @vnode hooks in favor of vue: prefix 2023-04-21 15:20:12 +08:00
vOnce.ts fix(compiler-ssr): disable v-once transform in ssr vdom fallback branch 2023-04-05 11:10:21 +08:00
vSlot.ts chore(deps): update lint (#9627) 2023-11-18 10:33:24 +08:00