Skip to content

Commit

Permalink
fix: support namespaced tags in tags api
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Feb 4, 2025
1 parent 878e689 commit c6f9927
Show file tree
Hide file tree
Showing 25 changed files with 2,357 additions and 316 deletions.
6 changes: 6 additions & 0 deletions .changeset/funny-eyes-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marko/translator-interop-class-tags": patch
"marko": patch
---

Update tags api compat layer.
5 changes: 5 additions & 0 deletions .changeset/thick-parents-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/runtime-tags": patch
---

Support namespaced tags (svg/math).
32 changes: 16 additions & 16 deletions .sizes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"name": "*",
"total": {
"min": 18085,
"brotli": 6624
"min": 18364,
"brotli": 6749
}
},
{
Expand All @@ -18,12 +18,12 @@
"brotli": 144
},
"runtime": {
"min": 4178,
"brotli": 1803
"min": 4409,
"brotli": 1898
},
"total": {
"min": 4367,
"brotli": 1947
"min": 4598,
"brotli": 2042
}
},
{
Expand All @@ -34,11 +34,11 @@
},
"runtime": {
"min": 3688,
"brotli": 1661
"brotli": 1656
},
"total": {
"min": 3799,
"brotli": 1761
"brotli": 1756
}
},
{
Expand All @@ -48,12 +48,12 @@
"brotli": 541
},
"runtime": {
"min": 7879,
"brotli": 3253
"min": 8145,
"brotli": 3363
},
"total": {
"min": 9019,
"brotli": 3794
"min": 9285,
"brotli": 3904
}
},
{
Expand All @@ -63,12 +63,12 @@
"brotli": 478
},
"runtime": {
"min": 8972,
"brotli": 3643
"min": 9253,
"brotli": 3772
},
"total": {
"min": 9920,
"brotli": 4121
"min": 10201,
"brotli": 4250
}
}
]
Expand Down
Loading

0 comments on commit c6f9927

Please sign in to comment.