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
space
  • Loading branch information
johnsoncodehk committed Oct 24, 2024
commit d01b19b9ff3773cdc8f6f2ae22b9533a7b9ada15
2 changes: 1 addition & 1 deletion packages/language-core/lib/codegen/script/scriptSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function* generateSetupFunction(
define.start
], [
[
`as __VLS_TemplateResult['refs'][`,
` as __VLS_TemplateResult['refs'][`,
generateSfcBlockSection(scriptSetup, define.arg.start, define.arg.end, codeFeatures.navigation),
`])`
],
Expand Down