vue3-core/packages/compiler-core/src/transforms
三咲智子 Kevin Deng b8713589de
Merge remote-tracking branch 'upstream/main'
2024-09-22 02:42:52 +08:00
..
cacheStatic.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
noopDirectiveTransform.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
transformElement.ts feat(compiler-core): parse modifiers as expression to provide location data (#11819) 2024-09-05 21:00:16 +08:00
transformExpression.ts Merge remote-tracking branch 'upstream/main' 2024-09-17 10:33:35 +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 feat(compiler-core): parse modifiers as expression to provide location data (#11819) 2024-09-05 21:00:16 +08:00
vFor.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
vIf.ts chore: remove unused variable (#11842) 2024-09-07 18:30:58 +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(compiler-core): use ast-based check for function expressions when possible 2024-08-15 09:58:30 +08:00
vOnce.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
vSlot.ts fix(compiler-core): should not remove slot node with `v-else` (#11150) 2024-06-22 17:08:39 +08:00