@vitest/snapshot 4.0.0-beta.11 → 4.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -12
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -100,18 +100,6 @@ function sortComparator(a, b) {
|
|
|
100
100
|
return a[0] - b[0];
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
// Matches the scheme of a URL, eg "http://"
|
|
104
|
-
var UrlType;
|
|
105
|
-
(function (UrlType) {
|
|
106
|
-
UrlType[UrlType["Empty"] = 1] = "Empty";
|
|
107
|
-
UrlType[UrlType["Hash"] = 2] = "Hash";
|
|
108
|
-
UrlType[UrlType["Query"] = 3] = "Query";
|
|
109
|
-
UrlType[UrlType["RelativePath"] = 4] = "RelativePath";
|
|
110
|
-
UrlType[UrlType["AbsolutePath"] = 5] = "AbsolutePath";
|
|
111
|
-
UrlType[UrlType["SchemeRelative"] = 6] = "SchemeRelative";
|
|
112
|
-
UrlType[UrlType["Absolute"] = 7] = "Absolute";
|
|
113
|
-
})(UrlType || (UrlType = {}));
|
|
114
|
-
|
|
115
103
|
// src/trace-mapping.ts
|
|
116
104
|
|
|
117
105
|
// src/sourcemap-segment.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitest/snapshot",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.13",
|
|
5
5
|
"description": "Vitest snapshot manager",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://opencollective.com/vitest",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"magic-string": "^0.30.19",
|
|
42
42
|
"pathe": "^2.0.3",
|
|
43
|
-
"@vitest/pretty-format": "4.0.0-beta.
|
|
43
|
+
"@vitest/pretty-format": "4.0.0-beta.13"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/natural-compare": "^1.4.3",
|
|
47
47
|
"natural-compare": "^1.4.0",
|
|
48
|
-
"@vitest/utils": "4.0.0-beta.
|
|
48
|
+
"@vitest/utils": "4.0.0-beta.13"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
|
-
"build": "
|
|
51
|
+
"build": "premove dist && rollup -c",
|
|
52
52
|
"dev": "rollup -c --watch"
|
|
53
53
|
}
|
|
54
54
|
}
|