Skip to content

Commit

Permalink
feat: add <for> tag runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Oct 28, 2024
1 parent da16f94 commit 33a1ba6
Show file tree
Hide file tree
Showing 40 changed files with 1,679 additions and 1,906 deletions.
6 changes: 6 additions & 0 deletions .changeset/young-carrots-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marko/translator-tags": patch
"@marko/runtime-tags": patch
---

Switch <for> tag output to use a shared runtime.
22 changes: 11 additions & 11 deletions .sizes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"name": "*",
"total": {
"min": 14362,
"brotli": 5569
"min": 14527,
"brotli": 5626
}
},
{
Expand Down Expand Up @@ -48,27 +48,27 @@
"brotli": 609
},
"runtime": {
"min": 7602,
"brotli": 3118
"min": 7680,
"brotli": 3142
},
"total": {
"min": 8761,
"brotli": 3727
"min": 8839,
"brotli": 3751
}
},
{
"name": "comments 💧",
"user": {
"min": 995,
"brotli": 533
"brotli": 542
},
"runtime": {
"min": 8584,
"brotli": 3537
"min": 8662,
"brotli": 3558
},
"total": {
"min": 9579,
"brotli": 4070
"min": 9657,
"brotli": 4100
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .sizes/comments.csr/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
l as b,
k as f,
m as p,
} from "./runtime-BjaWNi13.js";
} from "./runtime-BVcnvrLh.js";
const $ = "<ul></ul>",
h = d(
2,
Expand Down
2 changes: 1 addition & 1 deletion .sizes/comments.ssr/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
k as v,
l as b,
m as f,
} from "./runtime-D1IlB4mV.js";
} from "./runtime--OdgW4PD.js";
const h = e(
2,
(s) => {
Expand Down
Loading

0 comments on commit 33a1ba6

Please sign in to comment.