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

vue-tsc: 1.8.27(typescript@4.9.5) 没有__internal__ 字段 #366

Closed
17722970136 opened this issue Mar 25, 2024 · 1 comment
Closed

vue-tsc: 1.8.27(typescript@4.9.5) 没有__internal__ 字段 #366

17722970136 opened this issue Mar 25, 2024 · 1 comment

Comments

@17722970136
Copy link

17722970136 commented Mar 25, 2024

"@efox/emp": "2.7.1"
packages/emp/src/dts/getVueTsService.ts
vue-tsc: 1.8.27(typescript@4.9.5) 没有__internal__ 字段 执行emp build -t会报错,调整如下正常编译

  const service = program.__vue.languageService.__internal__.languageService
改成 
  const service = program.__vue.languageService
@ckken
Copy link
Contributor

ckken commented Mar 27, 2024

是老项目还是?目前3.0冲刺阶段 如果新项目可以先尝试3.0

@ckken ckken closed this as completed May 29, 2024
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

No branches or pull requests

2 participants