Skip to content

Commit 6260e6b

Browse files
committed
fix: for tag param closure in attr tags
1 parent ddf2b54 commit 6260e6b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1123
-228
lines changed

.changeset/wicked-parks-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@marko/runtime-tags": patch
3+
---
4+
5+
Fix issue with closures over a for tag param inside attribute tags.

.sizes.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{
88
"name": "*",
99
"total": {
10-
"min": 18936,
11-
"brotli": 7194
10+
"min": 19096,
11+
"brotli": 7249
1212
}
1313
},
1414
{
@@ -18,12 +18,12 @@
1818
"brotli": 145
1919
},
2020
"runtime": {
21-
"min": 3896,
22-
"brotli": 1726
21+
"min": 3892,
22+
"brotli": 1730
2323
},
2424
"total": {
25-
"min": 4086,
26-
"brotli": 1871
25+
"min": 4082,
26+
"brotli": 1875
2727
}
2828
},
2929
{
@@ -34,11 +34,11 @@
3434
},
3535
"runtime": {
3636
"min": 2188,
37-
"brotli": 1154
37+
"brotli": 1157
3838
},
3939
"total": {
4040
"min": 2300,
41-
"brotli": 1254
41+
"brotli": 1257
4242
}
4343
},
4444
{

0 commit comments

Comments
 (0)