volarjs / volar.js

💙🌊
https://volarjs.dev/
MIT License
970 stars 47 forks source link

2.0 Backlogs #85

Open johnsoncodehk opened 10 months ago

johnsoncodehk commented 10 months ago

Refactors

Integrations

vidal7 commented 7 months ago

@johnsoncodehk , why https://github.com/volarjs/volar.js/pull/93 and https://github.com/vuejs/language-tools/pull/3751 are now marked has strikethrough in the refactors checklist? Does it mean that .vue declaration files with project references support is not going to be in a 2.0 release?

johnsoncodehk commented 5 months ago

@vidal7 Please track https://github.com/vuejs/language-tools/pull/4196.

blake-newman commented 5 months ago

@johnsoncodehk , why #93 and vuejs/language-tools#3751 are now marked has strikethrough in the refactors checklist? Does it mean that .vue declaration files with project references support is not going to be in a 2.0 release?

I believe those PRs may not be needed with 2.0+, im currently testing 2.0 with our codebase and will address any issues as i find them.

vidal7 commented 5 months ago

@blake-newman, if it helps, you can also try on my reproduction repo I created for the issue https://github.com/vuejs/language-tools/issues/3526 that is surely much much simple than your codebase

blake-newman commented 5 months ago

@blake-newman, if it helps, you can also try on my reproduction repo I created for the issue https://github.com/vuejs/language-tools/issues/3526 that is surely much much simple than your codebase

Cheers will take a look soon and try to resolve if still an issue.

vidal7 commented 5 months ago

@blake-newman I updated my repo with all the latest versions of typescript, vue and vue-tsc and still, it doesn't seem to work. Do you see the same thing?