Skip to content

Commit

Permalink
chore: minor serialize improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Aug 21, 2024
1 parent 094ab1f commit 10f61e2
Show file tree
Hide file tree
Showing 268 changed files with 869 additions and 871 deletions.
7 changes: 7 additions & 0 deletions .changeset/ten-pianos-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@marko/translator-interop-class-tags": patch
"@marko/translator-tags": patch
"@marko/runtime-tags": patch
---

Minor improvement to inlined hydration output for tags api runtime
34 changes: 17 additions & 17 deletions .sizes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,68 +7,68 @@
{
"name": "*",
"total": {
"min": 14518,
"brotli": 5598
"min": 14546,
"brotli": 5565
}
},
{
"name": "counter",
"user": {
"min": 301,
"brotli": 212
"brotli": 211
},
"runtime": {
"min": 3776,
"brotli": 1584
},
"total": {
"min": 4077,
"brotli": 1796
"brotli": 1795
}
},
{
"name": "counter 💧",
"user": {
"min": 219,
"brotli": 159
"brotli": 160
},
"runtime": {
"min": 2555,
"brotli": 1168
"min": 2583,
"brotli": 1185
},
"total": {
"min": 2774,
"brotli": 1327
"min": 2802,
"brotli": 1345
}
},
{
"name": "comments",
"user": {
"min": 1066,
"brotli": 592
"brotli": 587
},
"runtime": {
"min": 7640,
"brotli": 3160
"brotli": 3156
},
"total": {
"min": 8706,
"brotli": 3752
"brotli": 3743
}
},
{
"name": "comments 💧",
"user": {
"min": 939,
"brotli": 543
"brotli": 544
},
"runtime": {
"min": 8144,
"brotli": 3346
"min": 8172,
"brotli": 3357
},
"total": {
"min": 9083,
"brotli": 3889
"min": 9111,
"brotli": 3901
}
}
]
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 @@ -17,7 +17,7 @@ import {
l as f,
m as b,
n as p,
} from "./runtime-BNqCeThx.js";
} from "./runtime-Zaeaakst.js";
const h = e(2, (s) => {
const {
_: { 6: n, 8: a },
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 p,
l as v,
m as $,
} from "./runtime-B6dnZzpY.js";
} from "./runtime-BYTl9AtB.js";
const b = e(2, (s) => {
const {
_: { 6: n, 8: a },
Expand Down
2 changes: 1 addition & 1 deletion .sizes/counter.csr/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
v as c,
d as i,
b as r,
} from "./runtime-DSxxz9Uh.js";
} from "./runtime-Do5U4Hds.js";
const u = s("XBSGKvBc", (s) =>
a(
s[0],
Expand Down
2 changes: 1 addition & 1 deletion .sizes/counter.ssr/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
d as o,
a as r,
i as t,
} from "./runtime-DwuT8a8E.js";
} from "./runtime-CPptbGgz.js";
const i = s("XBSGKvBc", (s) =>
a(
s[0],
Expand Down
Loading

0 comments on commit 10f61e2

Please sign in to comment.