vue3-core/packages/compiler-core/src/transforms
pengbo cdffaf6b9e
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
Lock Closed Issues / action (push) Has been cancelled Details
Auto close issues with "can't reproduce" label / close-issues (push) Has been cancelled Details
canary release / canary (push) Has been cancelled Details
canary minor release / canary (push) Has been cancelled Details
chore(compile-core): removed the optional tag parameter from condenseWhitespace's signature (#13437)
2025-06-06 08:25:02 +08:00
..
cacheStatic.ts fix(compiler-core): prevent comments from blocking static node hoisting (#13345) 2025-06-05 10:23:00 +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 fix(compiler-core): handle v-memo + v-for with functional key (#12014) 2024-11-14 15:14:29 +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(typos): fix comments referencing transformElement.ts (#12551)[ci-skip] 2024-12-16 10:43: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): clone loc to `ifNode` (#12131) 2024-10-11 11:07:07 +08:00
vMemo.ts fix(compiler-core): change node hoisting to caching per instance (#11067) 2024-06-04 20:09:54 +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