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(language-core): prevent the generation of generics in JS #4836

Merged
merged 12 commits into from
Oct 24, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into pr/4836
  • Loading branch information
johnsoncodehk committed Oct 24, 2024
commit 7a4891e9ddda4ee4eb33c91df4b1c2af84433f9b
2 changes: 2 additions & 0 deletions test-workspace/tsc/passedFixtures/vue2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"../vue3/#4649",
"../vue3/#4777",
"../vue3/#4820",
"../vue3/#4822",
"../vue3/#4826",
"../vue3/#4828",
"../vue3/components",
"../vue3/defineEmits",
"../vue3/defineModel",
Expand Down
1 change: 1 addition & 0 deletions test-workspace/tsc/passedFixtures/vue3.4/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"../vue3/#4777",
"../vue3/#4820",
"../vue3/#4826",
"../vue3/#4828",
"../vue3/rootEl",
"../vue3/templateRef",
"../vue3/templateRef_native",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.