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

refactor: function component vnode #12

Merged
merged 1 commit into from
Feb 3, 2025
Merged

refactor: function component vnode #12

merged 1 commit into from
Feb 3, 2025

Conversation

Razz21
Copy link
Owner

@Razz21 Razz21 commented Feb 2, 2025

closes #5
closes #2

Copy link

github-actions bot commented Feb 2, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 86.96% (🎯 80%) 947 / 1089
🟢 Statements 86.96% (🎯 80%) 947 / 1089
🟢 Functions 92.06% (🎯 80%) 116 / 126
🟢 Branches 95.09% (🎯 80%) 291 / 306
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/runtime/src/destroy-dom.ts 100% 100% 100% 100%
packages/runtime/src/h.ts 100% 100% 100% 100%
packages/runtime/src/mount-dom.ts 100% 96.87% 100% 100%
packages/runtime/src/component/component.ts 95.28% 93.18% 100% 95.28% 106-107, 119-121
packages/runtime/src/patch-dom/patch-dom.ts 100% 96.29% 100% 100%
packages/runtime/src/utils/arrays.ts 100% 97.36% 93.33% 100%
packages/runtime/src/utils/nodes-equal.ts 100% 100% 100% 100%
packages/runtime/src/utils/shared.ts 100% 100% 100% 100%
packages/runtime/src/vdom/types.ts 100% 100% 100% 100%
packages/runtime/src/vdom/vnode.ts 100% 100% 100% 100%
packages/runtime/src/vdom/helpers/index.ts 100% 100% 100% 100%
Generated in workflow #15 for commit 1ee4079 by the Vitest Coverage Report Action

@Razz21 Razz21 merged commit e83c89c into develop Feb 3, 2025
1 check passed
@Razz21 Razz21 deleted the feat/fc-vnode branch February 3, 2025 16:16
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.

feat: function component vnode perf: vnode guards overhead
1 participant