@theia/plugin-ext 1.57.0-next.37 → 1.57.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.
|
@@ -30,11 +30,11 @@ export declare namespace PluginIdentifiers {
|
|
|
30
30
|
*/
|
|
31
31
|
function unversionedFromVersioned(id: VersionedId): UnversionedId;
|
|
32
32
|
/**
|
|
33
|
-
* @returns `undefined` if it looks like the string passed in does not have the format
|
|
33
|
+
* @returns `undefined` if it looks like the string passed in does not have the format returned by {@link PluginIdentifiers.toVersionedId}.
|
|
34
34
|
*/
|
|
35
35
|
function identifiersFromVersionedId(probablyId: string): Components | undefined;
|
|
36
36
|
/**
|
|
37
|
-
* @returns `undefined` if it looks like the string passed in does not have the format
|
|
37
|
+
* @returns `undefined` if it looks like the string passed in does not have the format returned by {@link PluginIdentifiers.toVersionedId}.
|
|
38
38
|
*/
|
|
39
39
|
function idAndVersionFromVersionedId(probablyId: string): IdAndVersion | undefined;
|
|
40
40
|
}
|
|
@@ -54,7 +54,7 @@ var PluginIdentifiers;
|
|
|
54
54
|
}
|
|
55
55
|
PluginIdentifiers.unversionedFromVersioned = unversionedFromVersioned;
|
|
56
56
|
/**
|
|
57
|
-
* @returns `undefined` if it looks like the string passed in does not have the format
|
|
57
|
+
* @returns `undefined` if it looks like the string passed in does not have the format returned by {@link PluginIdentifiers.toVersionedId}.
|
|
58
58
|
*/
|
|
59
59
|
function identifiersFromVersionedId(probablyId) {
|
|
60
60
|
const endOfPublisher = probablyId.indexOf('.');
|
|
@@ -66,7 +66,7 @@ var PluginIdentifiers;
|
|
|
66
66
|
}
|
|
67
67
|
PluginIdentifiers.identifiersFromVersionedId = identifiersFromVersionedId;
|
|
68
68
|
/**
|
|
69
|
-
* @returns `undefined` if it looks like the string passed in does not have the format
|
|
69
|
+
* @returns `undefined` if it looks like the string passed in does not have the format returned by {@link PluginIdentifiers.toVersionedId}.
|
|
70
70
|
*/
|
|
71
71
|
function idAndVersionFromVersionedId(probablyId) {
|
|
72
72
|
const endOfPublisher = probablyId.indexOf('.');
|
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-ext",
|
|
3
|
-
"version": "1.57.0
|
|
3
|
+
"version": "1.57.0",
|
|
4
4
|
"description": "Theia - Plugin Extension",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@theia/bulk-edit": "1.57.0
|
|
9
|
-
"@theia/callhierarchy": "1.57.0
|
|
10
|
-
"@theia/console": "1.57.0
|
|
11
|
-
"@theia/core": "1.57.0
|
|
12
|
-
"@theia/debug": "1.57.0
|
|
13
|
-
"@theia/editor": "1.57.0
|
|
14
|
-
"@theia/editor-preview": "1.57.0
|
|
15
|
-
"@theia/file-search": "1.57.0
|
|
16
|
-
"@theia/filesystem": "1.57.0
|
|
17
|
-
"@theia/markers": "1.57.0
|
|
18
|
-
"@theia/messages": "1.57.0
|
|
19
|
-
"@theia/monaco": "1.57.0
|
|
8
|
+
"@theia/bulk-edit": "1.57.0",
|
|
9
|
+
"@theia/callhierarchy": "1.57.0",
|
|
10
|
+
"@theia/console": "1.57.0",
|
|
11
|
+
"@theia/core": "1.57.0",
|
|
12
|
+
"@theia/debug": "1.57.0",
|
|
13
|
+
"@theia/editor": "1.57.0",
|
|
14
|
+
"@theia/editor-preview": "1.57.0",
|
|
15
|
+
"@theia/file-search": "1.57.0",
|
|
16
|
+
"@theia/filesystem": "1.57.0",
|
|
17
|
+
"@theia/markers": "1.57.0",
|
|
18
|
+
"@theia/messages": "1.57.0",
|
|
19
|
+
"@theia/monaco": "1.57.0",
|
|
20
20
|
"@theia/monaco-editor-core": "1.83.101",
|
|
21
|
-
"@theia/navigator": "1.57.0
|
|
22
|
-
"@theia/notebook": "1.57.0
|
|
23
|
-
"@theia/output": "1.57.0
|
|
24
|
-
"@theia/plugin": "1.57.0
|
|
25
|
-
"@theia/preferences": "1.57.0
|
|
26
|
-
"@theia/scm": "1.57.0
|
|
27
|
-
"@theia/search-in-workspace": "1.57.0
|
|
28
|
-
"@theia/task": "1.57.0
|
|
29
|
-
"@theia/terminal": "1.57.0
|
|
30
|
-
"@theia/test": "1.57.0
|
|
31
|
-
"@theia/timeline": "1.57.0
|
|
32
|
-
"@theia/typehierarchy": "1.57.0
|
|
33
|
-
"@theia/variable-resolver": "1.57.0
|
|
34
|
-
"@theia/workspace": "1.57.0
|
|
21
|
+
"@theia/navigator": "1.57.0",
|
|
22
|
+
"@theia/notebook": "1.57.0",
|
|
23
|
+
"@theia/output": "1.57.0",
|
|
24
|
+
"@theia/plugin": "1.57.0",
|
|
25
|
+
"@theia/preferences": "1.57.0",
|
|
26
|
+
"@theia/scm": "1.57.0",
|
|
27
|
+
"@theia/search-in-workspace": "1.57.0",
|
|
28
|
+
"@theia/task": "1.57.0",
|
|
29
|
+
"@theia/terminal": "1.57.0",
|
|
30
|
+
"@theia/test": "1.57.0",
|
|
31
|
+
"@theia/timeline": "1.57.0",
|
|
32
|
+
"@theia/typehierarchy": "1.57.0",
|
|
33
|
+
"@theia/variable-resolver": "1.57.0",
|
|
34
|
+
"@theia/workspace": "1.57.0",
|
|
35
35
|
"@types/mime": "^2.0.1",
|
|
36
36
|
"@vscode/debugprotocol": "^1.51.0",
|
|
37
37
|
"@vscode/proxy-agent": "^0.13.2",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"nyc": {
|
|
98
98
|
"extends": "../../configs/nyc.json"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
|
|
101
101
|
}
|
|
@@ -60,7 +60,7 @@ export namespace PluginIdentifiers {
|
|
|
60
60
|
return id.slice(0, endOfId) as UnversionedId;
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
|
-
* @returns `undefined` if it looks like the string passed in does not have the format
|
|
63
|
+
* @returns `undefined` if it looks like the string passed in does not have the format returned by {@link PluginIdentifiers.toVersionedId}.
|
|
64
64
|
*/
|
|
65
65
|
export function identifiersFromVersionedId(probablyId: string): Components | undefined {
|
|
66
66
|
const endOfPublisher = probablyId.indexOf('.');
|
|
@@ -71,7 +71,7 @@ export namespace PluginIdentifiers {
|
|
|
71
71
|
return { publisher: probablyId.slice(0, endOfPublisher), name: probablyId.slice(endOfPublisher + 1, endOfName), version: probablyId.slice(endOfName + 1) };
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* @returns `undefined` if it looks like the string passed in does not have the format
|
|
74
|
+
* @returns `undefined` if it looks like the string passed in does not have the format returned by {@link PluginIdentifiers.toVersionedId}.
|
|
75
75
|
*/
|
|
76
76
|
export function idAndVersionFromVersionedId(probablyId: string): IdAndVersion | undefined {
|
|
77
77
|
const endOfPublisher = probablyId.indexOf('.');
|