You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to invoke the CLI to do basic operations I was doing before without any issue. Is there an alternative route I can take, or is there a chance to bring back the old API?
What is actually happening?
Can't programmatically create a vue-tsc program anymore
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue - Official extension or vue-tsc version
2.0.0
VSCode version
Vue version
TypeScript version
System Info
No response
Steps to reproduce
Try to use the
createProgram
API, available in version 1.What is expected?
On module federation, we used to use the
createProgram
API of vue-tsc in order to create aTypeScript
program to generate the federated modules: https://github.com/module-federation/core/blob/main/packages/native-federation-typescript/src/lib/typeScriptCompiler.ts#L108.As I can see in this PR: #3795, the API has been removed without a clear alternative to invoke the compiler programmatically.
I don't want to invoke the CLI to do basic operations I was doing before without any issue. Is there an alternative route I can take, or is there a chance to bring back the old API?
What is actually happening?
Can't programmatically create a vue-tsc program anymore
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: