Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vue-tsc): support volar v1.0.14 #194

Merged
merged 1 commit into from Dec 21, 2022

Conversation

cexbrayat
Copy link
Contributor

Fixes #193

volar v1.0.14 renamed the proxy.ts file in index.ts and changed createProgramProxy into createProgram.

@netlify
Copy link

netlify bot commented Dec 18, 2022

Deploy Preview for vite-plugin-checker failed.

Name Link
🔨 Latest commit 601bcff
🔍 Latest deploy log https://app.netlify.com/sites/vite-plugin-checker/deploys/63a2b12278f9d30008940f39

@cexbrayat cexbrayat force-pushed the fix/193-vue-tsc-v1.0.14 branch 2 times, most recently from 345b6ee to 35084f5 Compare December 18, 2022 15:33
@emosheeep
Copy link

emosheeep commented Dec 19, 2022

Same problem here.

@johnsoncodehk
Copy link

I will shim vue-tsc/out/proxy.js for v1.0.x, and planed to remove the shim in v1.1 and later.

Fixes fi3ework#193

volar v1.0.14 renamed the `proxy.ts` file in `index.ts` and changed `createProgramProxy` into `createProgram`.
@fi3ework fi3ework merged commit 538a0d9 into fi3ework:main Dec 21, 2022
@fi3ework
Copy link
Owner

Thanks!

@cexbrayat cexbrayat deleted the fix/193-vue-tsc-v1.0.14 branch December 21, 2022 08:21
johnsoncodehk added a commit to vuejs/language-tools that referenced this pull request Feb 11, 2023
@theoephraim
Copy link

@fi3ework - I'm seeing this issue again on latest versions of things... maybe @johnsoncodehk deleting the extra proxy file changed something?

@fi3ework
Copy link
Owner

Tracks in #193.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue-tsc v1.0.14 throws with Cannot find module 'vue-tsc/out/proxy'
5 participants