Skip to content

Commit ad7c250

Browse files
committed
chore: test-runner and snapshot improvements
1 parent f7b067e commit ad7c250

1,348 files changed

Lines changed: 6474 additions & 2554 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// total: 953 (min) 472 (brotli)
2-
// v:template.marko.hydrate-6.js: 0 (min) 1 (brotli)
1+
// v:template.marko.hydrate-6.js
32
var v_template_marko_hydrate_6_default = () => {};
43

5-
// v:template.marko.hydrate-5.js: 0 (min) 1 (brotli)
4+
// v:template.marko.hydrate-5.js
65
var v_template_marko_hydrate_5_default = () => {};
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
<!-- total: 44 (min) 42 (brotli) -->
21
<h1>Hello tags</h1>
32
<h1>Hello components</h1>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"dom": {
3+
"template.marko.page.mjs": {
4+
"total": {
5+
"min": 953,
6+
"brotli": 472
7+
},
8+
"files": {
9+
"v:template.marko.hydrate-6.js": 104,
10+
"v:template.marko.hydrate-5.js": 104
11+
}
12+
}
13+
},
14+
"html": {
15+
"min": 44,
16+
"brotli": 42
17+
}
18+
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
<!-- total: 20 (min) 24 (brotli) -->
21
<h1>Hello world</h1>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"dom": {},
3+
"html": {
4+
"min": 20,
5+
"brotli": 24
6+
}
7+
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
<!-- total: 20 (min) 24 (brotli) -->
21
<h1>Hello world</h1>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"dom": {},
3+
"html": {
4+
"min": 20,
5+
"brotli": 24
6+
}
7+
}

packages/runtime-tags/src/__tests__/fixtures-interop/class/__snapshots__/dom.bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// total: 49538 (min) 14678 (brotli)
2-
// template.marko: 423 (min) 239 (brotli)
1+
// template.marko
32
var import_components = require_components();
43
var import_vdom = require_vdom();
54
var import_renderer = /* @__PURE__ */ __toESM(require_renderer());
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
<!-- total: 38 (min) 42 (brotli) -->
21
<!--M#s0--><button>0</button><!--M/-->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"dom": {
3+
"template.marko.page.mjs": {
4+
"min": 49538,
5+
"brotli": 14678
6+
}
7+
},
8+
"html": {
9+
"min": 38,
10+
"brotli": 42
11+
}
12+
}

0 commit comments

Comments
 (0)