form icon indicating copy to clipboard operation
form copied to clipboard

[WIP] fix: fix issues with Vue's typings in SFC format

Open crutchcorn opened this issue 1 year ago • 1 comments

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

crutchcorn avatar Jul 06 '24 08:07 crutchcorn

☁️ 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.

nx-cloud[bot] avatar Jul 06 '24 08:07 nx-cloud[bot]

Closing, as much of this work has been now finished in #1104

crutchcorn avatar Jan 11 '25 09:01 crutchcorn