Skip to content

Commit

Permalink
Rebuild snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Bardadym committed Dec 12, 2023
1 parent 7e256bb commit 8fe6656
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 251 deletions.
128 changes: 64 additions & 64 deletions test/__snapshots__/e2e.test.ts.snap

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions test/__snapshots__/gh59.test.ts.snap

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions test/__snapshots__/gh69.test.ts.snap

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions test/__snapshots__/gh93.test.ts.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@ exports[`Sourcemap Comments test 3`] = `
"children": [
{
"name": "test/sourcemap-comments/input.js",
"uid": "1111-1"
"uid": "4d15c4d3-1"
}
]
}
],
"isRoot": true
},
"nodeParts": {
"1111-1": {
"4d15c4d3-1": {
"renderedLength": 16,
"gzipLength": 0,
"brotliLength": 0,
"metaUid": "1111-0"
"metaUid": "4d15c4d3-0"
}
},
"nodeMetas": {
"1111-0": {
"4d15c4d3-0": {
"id": "/test/sourcemap-comments/input.js",
"moduleParts": {
"index.js": "1111-1"
"index.js": "4d15c4d3-1"
},
"imported": [],
"importedBy": [],
"isEntry": true
}
},
"env": {
"rollup": "4.6.1"
"rollup": "4.8.0"
},
"options": {
"gzip": false,
Expand Down
26 changes: 13 additions & 13 deletions test/sourcemap-encoding/__snapshots__/sourcemap.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ exports[`Sourcemap test 3`] = `
"name": "test/sourcemap-encoding",
"children": [
{
"uid": "1111-1",
"uid": "f5391424-1",
"name": "input2.js"
},
{
"uid": "1111-3",
"uid": "f5391424-3",
"name": "input.js"
}
]
Expand All @@ -41,48 +41,48 @@ exports[`Sourcemap test 3`] = `
"isRoot": true
},
"nodeParts": {
"1111-1": {
"f5391424-1": {
"renderedLength": 37,
"gzipLength": 0,
"brotliLength": 0,
"metaUid": "1111-0"
"metaUid": "f5391424-0"
},
"1111-3": {
"f5391424-3": {
"renderedLength": 112,
"gzipLength": 0,
"brotliLength": 0,
"metaUid": "1111-2"
"metaUid": "f5391424-2"
}
},
"nodeMetas": {
"1111-0": {
"f5391424-0": {
"id": "/test/sourcemap-encoding/input2.js",
"moduleParts": {
"index.js": "1111-1"
"index.js": "f5391424-1"
},
"imported": [],
"importedBy": [
{
"uid": "1111-2"
"uid": "f5391424-2"
}
]
},
"1111-2": {
"f5391424-2": {
"id": "/test/sourcemap-encoding/input.js",
"moduleParts": {
"index.js": "1111-3"
"index.js": "f5391424-3"
},
"imported": [
{
"uid": "1111-0"
"uid": "f5391424-0"
}
],
"importedBy": [],
"isEntry": true
}
},
"env": {
"rollup": "4.6.1"
"rollup": "4.8.0"
},
"options": {
"gzip": false,
Expand Down

0 comments on commit 8fe6656

Please sign in to comment.