binary-collections 2.0.10 → 2.0.11
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/.puppeterrc.cjs +25 -0
- package/binaries/binary-executor.cjs +138 -3
- package/binaries/clean-nodemodule.cjs +138 -3
- package/binaries/clean-nodemodules.cjs +138 -3
- package/binaries/dev.cjs +138 -3
- package/binaries/empty.cjs +138 -3
- package/binaries/git-reduce-size.cjs +138 -3
- package/binaries/javakill.cjs +138 -3
- package/binaries/kill-night-crows.bat +7 -0
- package/binaries/kill-night-crows.ps1 +172 -0
- package/binaries/kill-process.cjs +138 -3
- package/binaries/nodekill.cjs +138 -3
- package/binaries/prod.cjs +138 -3
- package/binaries/py +111 -0
- package/binaries/py.cjs +178 -0
- package/binaries/py.cmd +49 -0
- package/binaries/rmfind.cjs +138 -3
- package/binaries/rmx.cjs +138 -3
- package/binaries/submodule-token.cjs +138 -3
- package/binaries/test-cjs +10 -0
- package/binaries/test-cjs.cjs +178 -0
- package/binaries/test-cjs.cmd +11 -0
- package/binaries/yarn-clean +32 -0
- package/binaries/yarn-clean.cjs +178 -0
- package/binaries/yarn-clean.cmd +30 -0
- package/binaries/yarn-clean.py +148 -0
- package/lib/binary-collections-config.cjs +1 -1
- package/lib/binary-collections-config.mjs +1 -1
- package/lib/binary-collections.cjs +167 -106
- package/lib/binary-collections.mjs +108 -94
- package/lib/changelog.cjs +61 -13
- package/lib/changelog.mjs +1 -1
- package/lib/{chunk-AI4CVPJ7.mjs → chunk-2CBJCW7E.mjs} +4 -4
- package/lib/chunk-34IQDTLZ.mjs +27 -0
- package/lib/chunk-3HFFECCI.mjs +27 -0
- package/lib/{chunk-SBNDSKG5.mjs → chunk-4UHL4WVN.mjs} +1 -1
- package/lib/chunk-7XTEJHOE.mjs +193 -0
- package/lib/chunk-AJDD5DZM.mjs +109 -0
- package/lib/chunk-BZWVHODJ.mjs +62 -0
- package/lib/{chunk-BEZKJ25G.mjs → chunk-FCDQGYBF.mjs} +5 -9
- package/lib/chunk-GEYA2USY.mjs +207 -0
- package/lib/chunk-ID2WBTE2.mjs +80 -0
- package/lib/chunk-JXFOHKDM.mjs +239 -0
- package/lib/{chunk-DI5MDPSN.mjs → chunk-N436BNBK.mjs} +192 -64
- package/lib/chunk-NCXAP7AA.mjs +31 -0
- package/lib/chunk-PDN26I7O.mjs +188 -0
- package/lib/{chunk-E6FDDAOO.mjs → chunk-RWLXRTYP.mjs} +1 -1
- package/lib/{chunk-BDCHCWHD.mjs → chunk-TOIVAQF7.mjs} +4 -4
- package/lib/chunk-V5SKYJUB.mjs +136 -0
- package/lib/{chunk-HMRMTYZM.mjs → chunk-WSRETQCA.mjs} +21 -2
- package/lib/chunk-XA3SNBPA.mjs +184 -0
- package/lib/chunk-YYLIQQKF.mjs +31 -0
- package/lib/{chunk-V3N3JEUF.mjs → chunk-Z6JLYU2J.mjs} +60 -13
- package/lib/{chunk-O6SWBEOQ.mjs → chunk-ZDMWBSYF.mjs} +2 -2
- package/lib/clean-github-actions-caches.cjs +63 -15
- package/lib/clean-github-actions-caches.mjs +3 -3
- package/lib/del-gradle.cjs +61 -13
- package/lib/del-gradle.js +1 -0
- package/lib/del-gradle.mjs +1 -1
- package/lib/del-node-modules.cjs +143 -148
- package/lib/del-node-modules.js +210 -14
- package/lib/del-node-modules.mjs +148 -17
- package/lib/del-ps.cjs +61 -13
- package/lib/del-ps.js +1 -0
- package/lib/del-ps.mjs +1 -1
- package/lib/del-yarn-caches.cjs +61 -13
- package/lib/del-yarn-caches.mjs +1 -1
- package/lib/find-node-modules-cli.js +1 -0
- package/lib/free-chatgpt.cjs +253 -47
- package/lib/free-chatgpt.mjs +2 -2
- package/lib/git/gitattributes.cjs +1 -0
- package/lib/git/gitattributes.d.cts +7 -2
- package/lib/git/gitattributes.mjs +1 -1
- package/lib/git/line-endings.cjs +2 -1
- package/lib/git/line-endings.mjs +2 -2
- package/lib/git/undo-commit-cli.cjs +110 -0
- package/lib/git/undo-commit-cli.d.ts +1 -0
- package/lib/git/undo-commit-cli.js +4 -0
- package/lib/git/undo-commit-cli.mjs +14 -0
- package/lib/git/undo-commit.cjs +81 -0
- package/lib/git/undo-commit.d.cts +1 -0
- package/lib/git/undo-commit.mjs +7 -0
- package/lib/git/undo-staged-cli.cjs +110 -0
- package/lib/git/undo-staged-cli.d.ts +1 -0
- package/lib/git/undo-staged-cli.js +4 -0
- package/lib/git/undo-staged-cli.mjs +14 -0
- package/lib/git/undo-staged.cjs +81 -0
- package/lib/git/undo-staged.d.cts +1 -0
- package/lib/git/undo-staged.mjs +7 -0
- package/lib/git/user-config.cjs +61 -14
- package/lib/git/user-config.mjs +2 -2
- package/lib/git-diff-cli.cjs +255 -49
- package/lib/git-diff-cli.d.ts +1 -0
- package/lib/git-diff-cli.js +1 -0
- package/lib/git-diff-cli.mjs +5 -4
- package/lib/git-diff.cjs +254 -49
- package/lib/git-diff.mjs +4 -4
- package/lib/git-fix.cjs +64 -16
- package/lib/git-fix.mjs +10 -10
- package/lib/git-purge.cjs +61 -13
- package/lib/git-purge.mjs +1 -1
- package/lib/kill-night-crows.cjs +87 -0
- package/lib/kill-night-crows.d.mts +1 -0
- package/lib/kill-night-crows.mjs +65 -0
- package/lib/npm-run-series.cjs +60 -13
- package/lib/npm-run-series.mjs +1 -1
- package/lib/package-resolutions-updater-cli.cjs +560 -0
- package/lib/package-resolutions-updater-cli.d.mts +1 -0
- package/lib/package-resolutions-updater-cli.mjs +124 -0
- package/lib/package-resolutions-updater.cjs +174 -154
- package/lib/package-resolutions-updater.d.mts +32 -1
- package/lib/package-resolutions-updater.mjs +16 -294
- package/lib/php-cs-fixer-staged.cjs +105 -0
- package/lib/php-cs-fixer-staged.d.cts +2 -0
- package/lib/php-cs-fixer-staged.mjs +117 -0
- package/lib/print-directory-tree.cjs +62 -14
- package/lib/print-directory-tree.mjs +2 -2
- package/lib/ps/connected-domain.d.ts +1 -1
- package/lib/ps/index.js +1 -0
- package/lib/remove-module.cjs +61 -13
- package/lib/remove-module.mjs +1 -1
- package/lib/rmpath.cjs +63 -15
- package/lib/rmpath.mjs +2 -2
- package/lib/submodule-install.cjs +62 -15
- package/lib/submodule-install.mjs +3 -3
- package/lib/submodule-remove-cli.cjs +5 -1
- package/lib/submodule-remove-cli.mjs +1 -1
- package/lib/submodule-remove.cjs +4 -1
- package/lib/submodule-remove.mjs +1 -1
- package/lib/utils/chatgpt.cjs +192 -34
- package/lib/utils/chatgpt.js +210 -43
- package/lib/utils/chatgpt.mjs +1 -1
- package/lib/utils/findEnvFiles.cjs +107 -0
- package/lib/utils/findEnvFiles.d.ts +8 -0
- package/lib/utils/findEnvFiles.js +121 -0
- package/lib/utils/findEnvFiles.mjs +8 -0
- package/lib/utils/findWorkspaceRoot.cjs +70 -0
- package/lib/utils/findWorkspaceRoot.d.ts +9 -0
- package/lib/utils/findWorkspaceRoot.js +57 -0
- package/lib/utils/findWorkspaceRoot.mjs +40 -0
- package/lib/utils/index.cjs +60 -13
- package/lib/utils/index.mjs +1 -1
- package/lib/utils/isGithubTokenValid.cjs +64 -0
- package/lib/utils/isGithubTokenValid.d.ts +7 -0
- package/lib/utils/isGithubTokenValid.js +48 -0
- package/lib/utils/isGithubTokenValid.mjs +36 -0
- package/lib/yarn-reinstall.cjs +61 -13
- package/lib/yarn-reinstall.mjs +1 -1
- package/package.json +107 -93
- package/readme.md +33 -34
- package/releases/readme.md +1 -1
- package/requirements.txt +1 -0
- package/lib/chunk-4EWQC6GZ.mjs +0 -382
- package/lib/chunk-4ZI7BQKQ.mjs +0 -381
- package/lib/chunk-5J2BEPY5.mjs +0 -83
- package/lib/chunk-AGZYRDC2.mjs +0 -323
- package/lib/chunk-HN52G2YL.mjs +0 -305
- package/lib/chunk-HO6GHCOB.mjs +0 -385
- package/lib/chunk-LEM5OMRP.mjs +0 -384
- package/lib/chunk-RCP7DHVY.mjs +0 -190
- package/lib/chunk-U6SO4QEV.mjs +0 -320
- package/lib/chunk-XD6BJK6Q.mjs +0 -351
- package/lib/chunk-YXSFGA2D.mjs +0 -383
- package/lib/git/gitattributes.d.ts +0 -33
- package/lib/git/gitattributes.js +0 -223
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
|
+
var __esm = (fn, res) => function __init() {
|
|
4
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
5
|
+
};
|
|
6
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
7
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
// node_modules/tsup/assets/cjs_shims.js
|
|
11
|
+
var init_cjs_shims = __esm({
|
|
12
|
+
"node_modules/tsup/assets/cjs_shims.js"() {
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
// src/git/utils.cjs
|
|
17
|
+
var require_utils = __commonJS({
|
|
18
|
+
"src/git/utils.cjs"(exports2, module2) {
|
|
19
|
+
init_cjs_shims();
|
|
20
|
+
var { execSync, spawnSync } = require("child_process");
|
|
21
|
+
function runGitCommand2(args, description) {
|
|
22
|
+
try {
|
|
23
|
+
console.log(`[i] ${description}`);
|
|
24
|
+
const result = spawnSync("git", args, { encoding: "utf-8" });
|
|
25
|
+
if (result.status !== 0) {
|
|
26
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
27
|
+
console.error(`Error: ${result.stderr || result.stdout}`);
|
|
28
|
+
return false;
|
|
29
|
+
}
|
|
30
|
+
console.log(`[\u2713] ${description}`);
|
|
31
|
+
return true;
|
|
32
|
+
} catch (error) {
|
|
33
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
34
|
+
console.error(`Error: ${error.message}`);
|
|
35
|
+
return false;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
function isGitRepository(cwd) {
|
|
39
|
+
const dir = typeof cwd === "string" ? cwd : process.cwd();
|
|
40
|
+
try {
|
|
41
|
+
execSync("git rev-parse --git-dir", { stdio: "pipe", cwd: dir });
|
|
42
|
+
return true;
|
|
43
|
+
} catch {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
function runGitCommandOutput(args, description) {
|
|
48
|
+
try {
|
|
49
|
+
console.log(`[i] ${description}`);
|
|
50
|
+
const result = spawnSync("git", args, { encoding: "utf-8" });
|
|
51
|
+
if (result.status !== 0) {
|
|
52
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
53
|
+
console.error(`Error: ${result.stderr || result.stdout}`);
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
console.log(`[\u2713] ${description}`);
|
|
57
|
+
return result.stdout.trim();
|
|
58
|
+
} catch (error) {
|
|
59
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
60
|
+
console.error(`Error: ${error.message}`);
|
|
61
|
+
return null;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
module2.exports = {
|
|
65
|
+
runGitCommand: runGitCommand2,
|
|
66
|
+
runGitCommandOutput,
|
|
67
|
+
isGitRepository
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
// src/git/undo-commit.cjs
|
|
73
|
+
init_cjs_shims();
|
|
74
|
+
var { runGitCommand } = require_utils();
|
|
75
|
+
function undoLastCommit() {
|
|
76
|
+
console.log("\n=== Undoing Last Commit ===");
|
|
77
|
+
runGitCommand(["reset", "--soft", "HEAD~1"], "Undo last commit while keeping changes staged");
|
|
78
|
+
}
|
|
79
|
+
module.exports = {
|
|
80
|
+
undoLastCommit
|
|
81
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function undoLastCommit(): void;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __esm = (fn, res) => function __init() {
|
|
8
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
9
|
+
};
|
|
10
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
11
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
|
|
30
|
+
// node_modules/tsup/assets/cjs_shims.js
|
|
31
|
+
var init_cjs_shims = __esm({
|
|
32
|
+
"node_modules/tsup/assets/cjs_shims.js"() {
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
// src/git/utils.cjs
|
|
37
|
+
var require_utils = __commonJS({
|
|
38
|
+
"src/git/utils.cjs"(exports2, module2) {
|
|
39
|
+
init_cjs_shims();
|
|
40
|
+
var { execSync, spawnSync } = require("child_process");
|
|
41
|
+
function runGitCommand(args, description) {
|
|
42
|
+
try {
|
|
43
|
+
console.log(`[i] ${description}`);
|
|
44
|
+
const result = spawnSync("git", args, { encoding: "utf-8" });
|
|
45
|
+
if (result.status !== 0) {
|
|
46
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
47
|
+
console.error(`Error: ${result.stderr || result.stdout}`);
|
|
48
|
+
return false;
|
|
49
|
+
}
|
|
50
|
+
console.log(`[\u2713] ${description}`);
|
|
51
|
+
return true;
|
|
52
|
+
} catch (error) {
|
|
53
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
54
|
+
console.error(`Error: ${error.message}`);
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
function isGitRepository(cwd) {
|
|
59
|
+
const dir = typeof cwd === "string" ? cwd : process.cwd();
|
|
60
|
+
try {
|
|
61
|
+
execSync("git rev-parse --git-dir", { stdio: "pipe", cwd: dir });
|
|
62
|
+
return true;
|
|
63
|
+
} catch {
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
function runGitCommandOutput(args, description) {
|
|
68
|
+
try {
|
|
69
|
+
console.log(`[i] ${description}`);
|
|
70
|
+
const result = spawnSync("git", args, { encoding: "utf-8" });
|
|
71
|
+
if (result.status !== 0) {
|
|
72
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
73
|
+
console.error(`Error: ${result.stderr || result.stdout}`);
|
|
74
|
+
return null;
|
|
75
|
+
}
|
|
76
|
+
console.log(`[\u2713] ${description}`);
|
|
77
|
+
return result.stdout.trim();
|
|
78
|
+
} catch (error) {
|
|
79
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
80
|
+
console.error(`Error: ${error.message}`);
|
|
81
|
+
return null;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
module2.exports = {
|
|
85
|
+
runGitCommand,
|
|
86
|
+
runGitCommandOutput,
|
|
87
|
+
isGitRepository
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
|
|
92
|
+
// src/git/undo-staged.cjs
|
|
93
|
+
var require_undo_staged = __commonJS({
|
|
94
|
+
"src/git/undo-staged.cjs"(exports2, module2) {
|
|
95
|
+
init_cjs_shims();
|
|
96
|
+
var { runGitCommand } = require_utils();
|
|
97
|
+
function undoStagedChanges2() {
|
|
98
|
+
console.log("\n=== Undoing Staged Changes ===");
|
|
99
|
+
runGitCommand(["reset", "HEAD", "."], "Undo staged changes");
|
|
100
|
+
}
|
|
101
|
+
module2.exports = {
|
|
102
|
+
undoStagedChanges: undoStagedChanges2
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
// src/git/undo-staged-cli.js
|
|
108
|
+
init_cjs_shims();
|
|
109
|
+
var import_undo_staged = __toESM(require_undo_staged(), 1);
|
|
110
|
+
(0, import_undo_staged.undoStagedChanges)();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
require_undo_staged
|
|
4
|
+
} from "../chunk-3HFFECCI.mjs";
|
|
5
|
+
import "../chunk-A3VUZEJK.mjs";
|
|
6
|
+
import {
|
|
7
|
+
__toESM,
|
|
8
|
+
init_esm_shims
|
|
9
|
+
} from "../chunk-QQ4A6DLD.mjs";
|
|
10
|
+
|
|
11
|
+
// src/git/undo-staged-cli.js
|
|
12
|
+
init_esm_shims();
|
|
13
|
+
var import_undo_staged = __toESM(require_undo_staged(), 1);
|
|
14
|
+
(0, import_undo_staged.undoStagedChanges)();
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
|
+
var __esm = (fn, res) => function __init() {
|
|
4
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
5
|
+
};
|
|
6
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
7
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
// node_modules/tsup/assets/cjs_shims.js
|
|
11
|
+
var init_cjs_shims = __esm({
|
|
12
|
+
"node_modules/tsup/assets/cjs_shims.js"() {
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
// src/git/utils.cjs
|
|
17
|
+
var require_utils = __commonJS({
|
|
18
|
+
"src/git/utils.cjs"(exports2, module2) {
|
|
19
|
+
init_cjs_shims();
|
|
20
|
+
var { execSync, spawnSync } = require("child_process");
|
|
21
|
+
function runGitCommand2(args, description) {
|
|
22
|
+
try {
|
|
23
|
+
console.log(`[i] ${description}`);
|
|
24
|
+
const result = spawnSync("git", args, { encoding: "utf-8" });
|
|
25
|
+
if (result.status !== 0) {
|
|
26
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
27
|
+
console.error(`Error: ${result.stderr || result.stdout}`);
|
|
28
|
+
return false;
|
|
29
|
+
}
|
|
30
|
+
console.log(`[\u2713] ${description}`);
|
|
31
|
+
return true;
|
|
32
|
+
} catch (error) {
|
|
33
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
34
|
+
console.error(`Error: ${error.message}`);
|
|
35
|
+
return false;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
function isGitRepository(cwd) {
|
|
39
|
+
const dir = typeof cwd === "string" ? cwd : process.cwd();
|
|
40
|
+
try {
|
|
41
|
+
execSync("git rev-parse --git-dir", { stdio: "pipe", cwd: dir });
|
|
42
|
+
return true;
|
|
43
|
+
} catch {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
function runGitCommandOutput(args, description) {
|
|
48
|
+
try {
|
|
49
|
+
console.log(`[i] ${description}`);
|
|
50
|
+
const result = spawnSync("git", args, { encoding: "utf-8" });
|
|
51
|
+
if (result.status !== 0) {
|
|
52
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
53
|
+
console.error(`Error: ${result.stderr || result.stdout}`);
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
console.log(`[\u2713] ${description}`);
|
|
57
|
+
return result.stdout.trim();
|
|
58
|
+
} catch (error) {
|
|
59
|
+
console.error(`[\u2717] Failed: ${description}`);
|
|
60
|
+
console.error(`Error: ${error.message}`);
|
|
61
|
+
return null;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
module2.exports = {
|
|
65
|
+
runGitCommand: runGitCommand2,
|
|
66
|
+
runGitCommandOutput,
|
|
67
|
+
isGitRepository
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
// src/git/undo-staged.cjs
|
|
73
|
+
init_cjs_shims();
|
|
74
|
+
var { runGitCommand } = require_utils();
|
|
75
|
+
function undoStagedChanges() {
|
|
76
|
+
console.log("\n=== Undoing Staged Changes ===");
|
|
77
|
+
runGitCommand(["reset", "HEAD", "."], "Undo staged changes");
|
|
78
|
+
}
|
|
79
|
+
module.exports = {
|
|
80
|
+
undoStagedChanges
|
|
81
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function undoStagedChanges(): void;
|
package/lib/git/user-config.cjs
CHANGED
|
@@ -123,31 +123,78 @@ var require_utils2 = __commonJS({
|
|
|
123
123
|
}
|
|
124
124
|
module2.exports.getArgs = getArgs2;
|
|
125
125
|
function del(fullPath) {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
126
|
+
try {
|
|
127
|
+
if (!fs.existsSync(fullPath)) return;
|
|
128
|
+
const stat = fs.lstatSync(fullPath);
|
|
129
|
+
if (stat.isSymbolicLink()) {
|
|
130
|
+
try {
|
|
131
|
+
fs.unlinkSync(fullPath);
|
|
132
|
+
console.log("deleted symlink", fullPath);
|
|
133
|
+
} catch (e) {
|
|
134
|
+
console.log("failed delete symlink", fullPath, e && e.message);
|
|
135
|
+
}
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
if (stat.isDirectory()) {
|
|
139
|
+
const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
|
|
140
|
+
for (let i = 0; i < subdir.length; i++) {
|
|
141
|
+
del(subdir[i]);
|
|
142
|
+
}
|
|
143
|
+
try {
|
|
144
|
+
fs.rmdirSync(fullPath);
|
|
145
|
+
console.log("deleted", fullPath);
|
|
146
|
+
} catch (e) {
|
|
147
|
+
try {
|
|
148
|
+
fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
|
|
149
|
+
console.log("deleted", fullPath);
|
|
150
|
+
} catch (ee) {
|
|
151
|
+
console.log("failed delete", fullPath, ee && ee.message);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
return;
|
|
130
155
|
}
|
|
131
|
-
} else {
|
|
132
156
|
try {
|
|
133
|
-
fs.
|
|
157
|
+
fs.unlinkSync(fullPath);
|
|
134
158
|
console.log("deleted", fullPath);
|
|
135
|
-
} catch (
|
|
136
|
-
|
|
159
|
+
} catch (e) {
|
|
160
|
+
try {
|
|
161
|
+
fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
|
|
162
|
+
console.log("deleted", fullPath);
|
|
163
|
+
} catch (ee) {
|
|
164
|
+
console.log("failed delete", fullPath, ee && ee.message);
|
|
165
|
+
}
|
|
137
166
|
}
|
|
167
|
+
} catch (err) {
|
|
168
|
+
console.log("failed delete", fullPath, err && err.message);
|
|
138
169
|
}
|
|
139
170
|
}
|
|
140
171
|
module2.exports.del = del;
|
|
141
172
|
function delStream(globStream) {
|
|
142
173
|
globStream.stream().on("data", (result) => {
|
|
143
174
|
const fullPath = path.resolve(process.cwd(), result);
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
175
|
+
try {
|
|
176
|
+
if (fs.existsSync(fullPath)) {
|
|
177
|
+
const stat = fs.lstatSync(fullPath);
|
|
178
|
+
if (stat.isSymbolicLink()) {
|
|
179
|
+
try {
|
|
180
|
+
fs.unlinkSync(fullPath);
|
|
181
|
+
console.log("deleted symlink", fullPath);
|
|
182
|
+
} catch (e) {
|
|
183
|
+
console.log("failed delete symlink", fullPath, e && e.message);
|
|
184
|
+
}
|
|
185
|
+
return;
|
|
186
|
+
}
|
|
187
|
+
if (stat.isDirectory()) {
|
|
188
|
+
const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
|
|
189
|
+
for (let i = 0; i < subdir.length; i++) {
|
|
190
|
+
del(subdir[i]);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
148
193
|
}
|
|
194
|
+
del(fullPath);
|
|
195
|
+
} catch (err) {
|
|
196
|
+
console.log("failed processing", fullPath, err && err.message);
|
|
149
197
|
}
|
|
150
|
-
del(fullPath);
|
|
151
198
|
});
|
|
152
199
|
}
|
|
153
200
|
module2.exports.delStream = delStream;
|
|
@@ -198,7 +245,7 @@ init_cjs_shims();
|
|
|
198
245
|
var gch = require("git-command-helper");
|
|
199
246
|
var { runGitCommand, runGitCommandOutput } = require_utils();
|
|
200
247
|
var { getArgs } = require_utils2();
|
|
201
|
-
require("dotenv").config({ path: require("path").join(process.cwd(), ".env") });
|
|
248
|
+
require("dotenv").config({ path: require("path").join(process.cwd(), ".env"), quiet: true });
|
|
202
249
|
function configureGitUser(cliUser = null, cliEmail = null, options = {}) {
|
|
203
250
|
console.log("\n=== Configuring Git User ===");
|
|
204
251
|
let username, email;
|
package/lib/git/user-config.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_user_config
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AJDD5DZM.mjs";
|
|
5
5
|
import "../chunk-A3VUZEJK.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-Z6JLYU2J.mjs";
|
|
7
7
|
import "../chunk-QQ4A6DLD.mjs";
|
|
8
8
|
export default require_user_config();
|