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

Support component generics #300

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Support component generics #300

merged 2 commits into from
Oct 17, 2022

Conversation

znck
Copy link
Collaborator

@znck znck commented Oct 17, 2022

Implement RFC vuejs/rfcs#437

image

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2022

Codecov Report

Merging #300 (e0b8cb1) into main (5dcab41) will increase coverage by 0.11%.
The diff coverage is 79.35%.

@@            Coverage Diff             @@
##             main     #300      +/-   ##
==========================================
+ Coverage   42.86%   42.98%   +0.11%     
==========================================
  Files         162      163       +1     
  Lines       20542    20567      +25     
  Branches     1273     1282       +9     
==========================================
+ Hits         8806     8841      +35     
+ Misses      11736    11726      -10     
Impacted Files Coverage Δ
packages/transforms/src/index.ts 0.00% <0.00%> (ø)
packages/transforms/src/tsTransformScript.ts 0.00% <0.00%> (ø)
...ript-plugin-vue/src/features/CompletionsService.ts 0.00% <0.00%> (ø)
packages/compiler-tsx/src/vue/compile.ts 78.47% <53.57%> (-6.33%) ⬇️
packages/transforms/src/tsTransformScriptSetup.ts 80.75% <91.13%> (-0.58%) ⬇️
packages/transforms/src/createProgram.ts 93.54% <93.54%> (ø)
packages/compiler-tsx/src/template/generate.ts 83.34% <100.00%> (-0.04%) ⬇️
...ompiler-tsx/src/vue/blocks/transformScriptSetup.ts 100.00% <100.00%> (ø)
packages/shared/src/rpc/handlers.ts 97.42% <0.00%> (-0.52%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@znck znck merged commit 70bfe41 into main Oct 17, 2022
@znck znck deleted the generic-component branch October 17, 2022 01:13
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.

None yet

2 participants