Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

feat: context dom #114

Merged
merged 2 commits into from
Dec 10, 2022
Merged

feat: context dom #114

merged 2 commits into from
Dec 10, 2022

Conversation

rturnq
Copy link
Contributor

@rturnq rturnq commented Dec 9, 2022

Implements context for CSR.
Rename <set> to <put> as set is an existing SVG tag.

Description

Motivation and Context

Screenshots (if appropriate):

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Base: 80.82% // Head: 81.15% // Increases project coverage by +0.32% 🎉

Coverage data is based on head (43b0e57) compared to base (2f2df97).
Patch coverage: 83.70% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   80.82%   81.15%   +0.32%     
==========================================
  Files          86       86              
  Lines        9354     9645     +291     
  Branches     1208     1236      +28     
==========================================
+ Hits         7560     7827     +267     
- Misses       1781     1805      +24     
  Partials       13       13              
Impacted Files Coverage Δ
packages/translator/src/util/signals.ts 46.92% <47.05%> (-0.07%) ⬇️
packages/translator/src/core/put.ts 75.00% <75.00%> (ø)
packages/runtime/src/dom/signals.ts 93.24% <96.25%> (+5.37%) ⬆️
packages/runtime/src/common/types.ts 100.00% <100.00%> (ø)
packages/runtime/src/dom/control-flow.ts 97.83% <100.00%> (-0.62%) ⬇️
packages/runtime/src/dom/index.ts 98.24% <100.00%> (+0.20%) ⬆️
packages/runtime/src/dom/renderer.ts 97.77% <100.00%> (+0.30%) ⬆️
packages/runtime/src/dom/scope.ts 99.00% <100.00%> (+2.00%) ⬆️
packages/runtime/src/dom/walker.ts 94.19% <100.00%> (ø)
packages/translator/src/core/get.ts 81.11% <100.00%> (+9.92%) ⬆️
... and 7 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mlrawlings mlrawlings merged commit 7a3fcb3 into main Dec 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants