git0 0.2.40 → 0.2.55
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/cli.js +3 -3
- package/dist/cli.js.map +2 -2
- package/package.json +10 -3
- package/readme.md +6 -0
- package/test/download.test.ts +1 -1
- package/test/github-api.test.ts +1 -1
- package/test/package-menu.test.ts +1 -1
- package/test/platform.test.ts +21 -16
- package/test/releases.test.ts +1 -1
- package/vitest.config.ts +34 -0
package/dist/cli.js
CHANGED
|
@@ -9045,7 +9045,7 @@ var require_dbcs_codec = __commonJS((exports) => {
|
|
|
9045
9045
|
if (resCode !== undefined) {
|
|
9046
9046
|
dbcsCode = resCode;
|
|
9047
9047
|
nextChar = uCode;
|
|
9048
|
-
}
|
|
9048
|
+
} else {}
|
|
9049
9049
|
}
|
|
9050
9050
|
seqObj = undefined;
|
|
9051
9051
|
} else if (uCode >= 0) {
|
|
@@ -9110,7 +9110,7 @@ var require_dbcs_codec = __commonJS((exports) => {
|
|
|
9110
9110
|
newBuf[j++] = dbcsCode >> 8;
|
|
9111
9111
|
newBuf[j++] = dbcsCode & 255;
|
|
9112
9112
|
}
|
|
9113
|
-
}
|
|
9113
|
+
} else {}
|
|
9114
9114
|
this.seqObj = undefined;
|
|
9115
9115
|
}
|
|
9116
9116
|
if (this.leadSurrogate !== -1) {
|
|
@@ -27779,5 +27779,5 @@ async function main() {
|
|
|
27779
27779
|
}
|
|
27780
27780
|
main();
|
|
27781
27781
|
|
|
27782
|
-
//# debugId=
|
|
27782
|
+
//# debugId=5F7BB20F8A6EEFB864756E2164756E21
|
|
27783
27783
|
//# sourceMappingURL=cli.js.map
|