@opensumi/ide-core-common 3.1.2-next-1718769324.0 → 3.1.2-next-1718952012.0
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/lib/commands/git.d.ts +3 -4
- package/lib/commands/git.d.ts.map +1 -1
- package/lib/commands/git.js +4 -5
- package/lib/commands/git.js.map +1 -1
- package/package.json +4 -4
- package/src/commands/git.ts +3 -5
- package/lib/commands/terminal.d.ts +0 -1
- package/lib/commands/terminal.d.ts.map +0 -1
- package/lib/commands/terminal.js +0 -2
- package/lib/commands/terminal.js.map +0 -1
- package/src/commands/terminal.ts +0 -0
package/lib/commands/git.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export declare const MergeConflictCommands: {
|
|
2
|
-
readonly Previous: "merge-conflict.previous";
|
|
3
|
-
readonly Next: "merge-conflict.next";
|
|
4
|
-
};
|
|
5
1
|
export declare const GitCommands: {
|
|
2
|
+
/**
|
|
3
|
+
* first arg should be a scm resource, which can be get by command: `scm.getSCMResource`
|
|
4
|
+
*/
|
|
6
5
|
Stage: string;
|
|
7
6
|
StageAllMerge: string;
|
|
8
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/commands/git.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/commands/git.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;IACtB;;OAEG;;;CAGJ,CAAC"}
|
package/lib/commands/git.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GitCommands =
|
|
4
|
-
exports.MergeConflictCommands = {
|
|
5
|
-
Previous: 'merge-conflict.previous',
|
|
6
|
-
Next: 'merge-conflict.next',
|
|
7
|
-
};
|
|
3
|
+
exports.GitCommands = void 0;
|
|
8
4
|
exports.GitCommands = {
|
|
5
|
+
/**
|
|
6
|
+
* first arg should be a scm resource, which can be get by command: `scm.getSCMResource`
|
|
7
|
+
*/
|
|
9
8
|
Stage: 'git.stage',
|
|
10
9
|
StageAllMerge: 'git.stageAllMerge',
|
|
11
10
|
};
|
package/lib/commands/git.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"git.js","sourceRoot":"","sources":["../../src/commands/git.ts"],"names":[],"mappings":";;;AAAa,QAAA,
|
|
1
|
+
{"version":3,"file":"git.js","sourceRoot":"","sources":["../../src/commands/git.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB;;OAEG;IACH,KAAK,EAAE,WAAW;IAClB,aAAa,EAAE,mBAAmB;CACnC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-core-common",
|
|
3
|
-
"version": "3.1.2-next-
|
|
3
|
+
"version": "3.1.2-next-1718952012.0",
|
|
4
4
|
"description": "@opensumi/ide-core-common",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@opensumi/di": "^1.4.0",
|
|
22
|
-
"@opensumi/ide-utils": "3.1.2-next-
|
|
22
|
+
"@opensumi/ide-utils": "3.1.2-next-1718952012.0",
|
|
23
23
|
"jschardet": "3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-dev-tool": "3.1.2-next-
|
|
26
|
+
"@opensumi/ide-dev-tool": "3.1.2-next-1718952012.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ee27e5b0988eff0cb1c426f473ecae4b7603e7d7"
|
|
29
29
|
}
|
package/src/commands/git.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
export const MergeConflictCommands = {
|
|
2
|
-
Previous: 'merge-conflict.previous',
|
|
3
|
-
Next: 'merge-conflict.next',
|
|
4
|
-
} as const;
|
|
5
|
-
|
|
6
1
|
export const GitCommands = {
|
|
2
|
+
/**
|
|
3
|
+
* first arg should be a scm resource, which can be get by command: `scm.getSCMResource`
|
|
4
|
+
*/
|
|
7
5
|
Stage: 'git.stage',
|
|
8
6
|
StageAllMerge: 'git.stageAllMerge',
|
|
9
7
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=terminal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"terminal.d.ts","sourceRoot":"","sources":["../../src/commands/terminal.ts"],"names":[],"mappings":""}
|
package/lib/commands/terminal.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"terminal.js","sourceRoot":"","sources":["../../src/commands/terminal.ts"],"names":[],"mappings":""}
|
package/src/commands/terminal.ts
DELETED
|
File without changes
|