[WIP] fix: fix issues with Vue's typings in SFC format
As https://github.com/vuejs/language-tools/issues/3782 was solved in Vue 3.4, we're marking Vue 3.4 as the minimum supported version for our Vue adapter
I'm having problems getting defineComponent typings working for both Vue SFC formats and JSX formats alike.
The first commit in this PR works for JSX formats but not SFC formats
The second commits in this PR works for SFC formats but not JSX formats
☁️ Nx Cloud Report
CI is running/has finished running commands for commit c6f0f74f1f9457c1792d6912b750739e172dde42. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
| 🟥 Failed Commands |
|---|
nx affected --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build --parallel=3 |
Sent with 💌 from NxCloud.
Closing, as much of this work has been now finished in #1104