mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
* fix: cleanup nested scopes * fix: ensure child scopes get written for custom and dynamic tags * fix: add downstream intersections to `intersection` signals * fix: lazy intersections in dom compilation, make order irrelevant * fix: use symbol for tag extra member
75 lines
1.3 KiB
JSON
75 lines
1.3 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": 15106,
|
|
"brotli": 5777
|
|
}
|
|
},
|
|
{
|
|
"name": "counter",
|
|
"user": {
|
|
"min": 305,
|
|
"brotli": 230
|
|
},
|
|
"runtime": {
|
|
"min": 3813,
|
|
"brotli": 1596
|
|
},
|
|
"total": {
|
|
"min": 4118,
|
|
"brotli": 1826
|
|
}
|
|
},
|
|
{
|
|
"name": "counter 💧",
|
|
"user": {
|
|
"min": 219,
|
|
"brotli": 168
|
|
},
|
|
"runtime": {
|
|
"min": 2957,
|
|
"brotli": 1358
|
|
},
|
|
"total": {
|
|
"min": 3176,
|
|
"brotli": 1526
|
|
}
|
|
},
|
|
{
|
|
"name": "comments",
|
|
"user": {
|
|
"min": 1161,
|
|
"brotli": 607
|
|
},
|
|
"runtime": {
|
|
"min": 7817,
|
|
"brotli": 3189
|
|
},
|
|
"total": {
|
|
"min": 8978,
|
|
"brotli": 3796
|
|
}
|
|
},
|
|
{
|
|
"name": "comments 💧",
|
|
"user": {
|
|
"min": 997,
|
|
"brotli": 545
|
|
},
|
|
"runtime": {
|
|
"min": 8775,
|
|
"brotli": 3595
|
|
},
|
|
"total": {
|
|
"min": 9772,
|
|
"brotli": 4140
|
|
}
|
|
}
|
|
]
|
|
} |