thecodewarrior
thecodewarrior
In its current state, `GenericTypeReflector.annotate` adds class annotations as type annotations. I'm not entirely sure where this would be useful, but it is a serious problem for almost anything that...
I'm porting a rather large mod from MCP to yarn, and it would be really nice if I could configure default mappings or if linkie could reuse the last mappings...
This is pretty simple, it just adds a `customTrackBy` prop, which works similarly to `customLabel`. This should solve #701 Note: You'll have to run `npm run bundle` before merging this,...
close #11872 This makes a minor change that brings the `WATCH_ARRAY` compat behavior further in line with the Vue 2 behavior. Currently, watching an array with `WATCH_ARRAY` compat enabled will...
### Vue version 3.4.38 (compat) ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-cpcesj?file=src%2FApp.vue ### Steps to reproduce 1. Create a new project with the Vue 2 migration build 2. Create an array...