mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
* fix: vdom hoisting id bug * fix: diffing edge cases * [ci] format * [ci] release * feat: add componentIdPrefix to await id (#2111) * feat: add componentIdPrefix to await id * chore: add changeset * fix: update to also use runtimeId * chore: change to patch * [ci] release (#2112) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: improve attr tag handling with scriptlets * chore: update snapshots * [ci] release * fix: optimize and simplify preserved attr handling * fix: refactor how special attributes are handled * [ci] release * fix: regression with attr tag and input merging * [ci] release * fix: split text node hydrate issue * [ci] release * fix: renderBody regression with attribute tags * [ci] release --------- Co-authored-by: DylanPiercey <DylanPiercey@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Luke LaValva <lukelavalva@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
88 lines
1.6 KiB
JSON
88 lines
1.6 KiB
JSON
{
|
|
"examples": {
|
|
"counter": "./packages/translator-tags/src/__tests__/fixtures/basic-counter/template.marko",
|
|
"comments": "./packages/translator-tags/src/__tests__/fixtures/basic-inert-collapsible-tree/template.marko"
|
|
},
|
|
"results": [
|
|
{
|
|
"name": "*",
|
|
"total": {
|
|
"min": 12608,
|
|
"gzip": 5385,
|
|
"brotli": 4936
|
|
}
|
|
},
|
|
{
|
|
"name": "counter",
|
|
"user": {
|
|
"min": 351,
|
|
"gzip": 275,
|
|
"brotli": 238
|
|
},
|
|
"runtime": {
|
|
"min": 3821,
|
|
"gzip": 1808,
|
|
"brotli": 1614
|
|
},
|
|
"total": {
|
|
"min": 4172,
|
|
"gzip": 2083,
|
|
"brotli": 1852
|
|
}
|
|
},
|
|
{
|
|
"name": "counter 💧",
|
|
"user": {
|
|
"min": 204,
|
|
"gzip": 178,
|
|
"brotli": 150
|
|
},
|
|
"runtime": {
|
|
"min": 2678,
|
|
"gzip": 1368,
|
|
"brotli": 1224
|
|
},
|
|
"total": {
|
|
"min": 2882,
|
|
"gzip": 1546,
|
|
"brotli": 1374
|
|
}
|
|
},
|
|
{
|
|
"name": "comments",
|
|
"user": {
|
|
"min": 1173,
|
|
"gzip": 690,
|
|
"brotli": 627
|
|
},
|
|
"runtime": {
|
|
"min": 7343,
|
|
"gzip": 3386,
|
|
"brotli": 3083
|
|
},
|
|
"total": {
|
|
"min": 8516,
|
|
"gzip": 4076,
|
|
"brotli": 3710
|
|
}
|
|
},
|
|
{
|
|
"name": "comments 💧",
|
|
"user": {
|
|
"min": 930,
|
|
"gzip": 572,
|
|
"brotli": 536
|
|
},
|
|
"runtime": {
|
|
"min": 7860,
|
|
"gzip": 3604,
|
|
"brotli": 3273
|
|
},
|
|
"total": {
|
|
"min": 8790,
|
|
"gzip": 4176,
|
|
"brotli": 3809
|
|
}
|
|
}
|
|
]
|
|
} |