Skip to content

Commit 8fe6656

Browse files
author
Denis Bardadym
committed
Rebuild snapshots
1 parent 7e256bb commit 8fe6656

File tree

6 files changed

+251
-251
lines changed

6 files changed

+251
-251
lines changed

test/__snapshots__/e2e.test.ts.snap

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

test/__snapshots__/gh59.test.ts.snap

Lines changed: 70 additions & 70 deletions
Large diffs are not rendered by default.

test/__snapshots__/gh69.test.ts.snap

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

test/__snapshots__/gh93.test.ts.snap

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

test/sourcemap-comments/__snapshots__/sourcemap-comments.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ exports[`Sourcemap Comments test 3`] = `
1919
"children": [
2020
{
2121
"name": "test/sourcemap-comments/input.js",
22-
"uid": "1111-1"
22+
"uid": "4d15c4d3-1"
2323
}
2424
]
2525
}
2626
],
2727
"isRoot": true
2828
},
2929
"nodeParts": {
30-
"1111-1": {
30+
"4d15c4d3-1": {
3131
"renderedLength": 16,
3232
"gzipLength": 0,
3333
"brotliLength": 0,
34-
"metaUid": "1111-0"
34+
"metaUid": "4d15c4d3-0"
3535
}
3636
},
3737
"nodeMetas": {
38-
"1111-0": {
38+
"4d15c4d3-0": {
3939
"id": "/test/sourcemap-comments/input.js",
4040
"moduleParts": {
41-
"index.js": "1111-1"
41+
"index.js": "4d15c4d3-1"
4242
},
4343
"imported": [],
4444
"importedBy": [],
4545
"isEntry": true
4646
}
4747
},
4848
"env": {
49-
"rollup": "4.6.1"
49+
"rollup": "4.8.0"
5050
},
5151
"options": {
5252
"gzip": false,

test/sourcemap-encoding/__snapshots__/sourcemap.test.ts.snap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ exports[`Sourcemap test 3`] = `
2626
"name": "test/sourcemap-encoding",
2727
"children": [
2828
{
29-
"uid": "1111-1",
29+
"uid": "f5391424-1",
3030
"name": "input2.js"
3131
},
3232
{
33-
"uid": "1111-3",
33+
"uid": "f5391424-3",
3434
"name": "input.js"
3535
}
3636
]
@@ -41,48 +41,48 @@ exports[`Sourcemap test 3`] = `
4141
"isRoot": true
4242
},
4343
"nodeParts": {
44-
"1111-1": {
44+
"f5391424-1": {
4545
"renderedLength": 37,
4646
"gzipLength": 0,
4747
"brotliLength": 0,
48-
"metaUid": "1111-0"
48+
"metaUid": "f5391424-0"
4949
},
50-
"1111-3": {
50+
"f5391424-3": {
5151
"renderedLength": 112,
5252
"gzipLength": 0,
5353
"brotliLength": 0,
54-
"metaUid": "1111-2"
54+
"metaUid": "f5391424-2"
5555
}
5656
},
5757
"nodeMetas": {
58-
"1111-0": {
58+
"f5391424-0": {
5959
"id": "/test/sourcemap-encoding/input2.js",
6060
"moduleParts": {
61-
"index.js": "1111-1"
61+
"index.js": "f5391424-1"
6262
},
6363
"imported": [],
6464
"importedBy": [
6565
{
66-
"uid": "1111-2"
66+
"uid": "f5391424-2"
6767
}
6868
]
6969
},
70-
"1111-2": {
70+
"f5391424-2": {
7171
"id": "/test/sourcemap-encoding/input.js",
7272
"moduleParts": {
73-
"index.js": "1111-3"
73+
"index.js": "f5391424-3"
7474
},
7575
"imported": [
7676
{
77-
"uid": "1111-0"
77+
"uid": "f5391424-0"
7878
}
7979
],
8080
"importedBy": [],
8181
"isEntry": true
8282
}
8383
},
8484
"env": {
85-
"rollup": "4.6.1"
85+
"rollup": "4.8.0"
8686
},
8787
"options": {
8888
"gzip": false,

0 commit comments

Comments
 (0)