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

feat: Print AttributeLike nodes #71

Merged
merged 2 commits into from
Jul 1, 2024
Merged

feat: Print AttributeLike nodes #71

merged 2 commits into from
Jul 1, 2024

Conversation

xeho91
Copy link
Owner

@xeho91 xeho91 commented Jun 30, 2024

  • Add tests cases
  • Add initial documentation

Resolves #27
Resolves #28
Resolves #29
Resolves #30
Resolves #31
Resolves #32
Resolves #33
Resolves #34
Resolves #35
Resolves #36

@xeho91 xeho91 added documentation Changes only affect the documentation enhancement New feature or request minor Increment the minor version when merged tests Add or improve existing tests prerelease This change is available in a prerelease. labels Jun 30, 2024
@xeho91 xeho91 self-assigned this Jun 30, 2024
Copy link

github-actions bot commented Jun 30, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 88.24% 2206 / 2500
🔵 Statements 88.24% 2206 / 2500
🔵 Functions 72.72% 8 / 11
🔵 Branches 78.35% 228 / 291
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/types.ts 0% 0% 0% 0% 1-187
src/node/element-like.ts 100% 81.81% 100% 100%
src/node/mod.ts 100% 36.84% 100% 100%
src/node/script.ts 56.25% 100% 0% 56.25% 9-11, 13-16
src/node/attribute-like/attribute.ts 100% 100% 100% 100%
src/node/attribute-like/mod.ts 100% 62.5% 100% 100%
src/node/attribute-like/shared.ts 89.28% 87.5% 100% 89.28% 26-28
src/node/attribute-like/spread-attribute.ts 100% 100% 100% 100%
src/node/attribute-like/directive/animation.ts 100% 100% 100% 100%
src/node/attribute-like/directive/bind.ts 100% 100% 100% 100%
src/node/attribute-like/directive/class.ts 100% 100% 100% 100%
src/node/attribute-like/directive/let.ts 100% 100% 100% 100%
src/node/attribute-like/directive/mod.ts 100% 12.5% 100% 100%
src/node/attribute-like/directive/on.ts 100% 100% 100% 100%
src/node/attribute-like/directive/style.ts 100% 100% 100% 100%
src/node/attribute-like/directive/transition.ts 100% 100% 100% 100%
src/node/attribute-like/directive/use.ts 100% 100% 100% 100%
Generated in workflow #41

@xeho91 xeho91 marked this pull request as ready for review July 1, 2024 05:26
@xeho91 xeho91 merged commit e1bc1e3 into next Jul 1, 2024
11 of 13 checks passed
@xeho91 xeho91 deleted the attribute-like branch July 1, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes only affect the documentation enhancement New feature or request minor Increment the minor version when merged prerelease This change is available in a prerelease. tests Add or improve existing tests
Projects
None yet
1 participant