vue3-core/packages/compiler-core/src/transforms
daiwei 716b6de355 chore: Merge branch 'main' into minor 2025-08-21 14:03:13 +08:00
..
cacheStatic.ts fix(compiler-core): prevent cached array children from retaining detached dom nodes (#13691) 2025-08-20 20:51:04 +08:00
noopDirectiveTransform.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
transformElement.ts fix(compat): should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) 2025-05-22 08:44:34 +08:00
transformExpression.ts Merge tag 'v3.5.13' 2024-11-16 02:48:30 +08:00
transformSlotOutlet.ts fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#10218) 2024-02-06 17:54:06 +08:00
transformText.ts fix(compiler-core): change node hoisting to caching per instance (#11067) 2024-06-04 20:09:54 +08:00
vBind.ts fix(compiler-core): transform empty `v-bind` dynamic argument content correctly (#12554) 2025-07-18 15:56:01 +08:00
vFor.ts chore(compile-core): removed the optional tag parameter from condenseWhitespace's signature (#13437) 2025-06-06 08:25:02 +08:00
vIf.ts fix(compiler-core): adjacent v-else should cause a compiler error (#13699) 2025-07-25 08:30:05 +08:00
vMemo.ts fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (#13725) 2025-08-21 10:03:16 +08:00
vModel.ts fix(compile-core): fix v-model with newlines edge case (#11960) 2024-09-20 16:45:47 +08:00
vOn.ts fix(typos): fix comments referencing transformElement.ts (#12551)[ci-skip] 2024-12-16 10:43:01 +08:00
vOnce.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
vSlot.ts fix(compiler-core): ignore whitespace when matching adjacent v-if (#12321) 2025-06-05 09:44:25 +08:00