@eclipse-glsp/server 2.3.0-next.109 → 2.3.0-next.111
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reexport.d.ts","sourceRoot":"","sources":["../../src/common/reexport.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;
|
|
1
|
+
{"version":3,"file":"reexport.d.ts","sourceRoot":"","sources":["../../src/common/reexport.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAElF,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC"}
|
package/lib/common/reexport.js
CHANGED
|
@@ -29,10 +29,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
29
29
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
-
const protocol_1 = require("@eclipse-glsp/protocol");
|
|
33
|
-
const inversify_1 = require("inversify");
|
|
34
32
|
__exportStar(require("@eclipse-glsp/graph"), exports);
|
|
35
33
|
__exportStar(require("@eclipse-glsp/protocol"), exports);
|
|
36
34
|
__exportStar(require("@eclipse-glsp/protocol/lib/di"), exports);
|
|
37
|
-
(0, inversify_1.decorate)((0, inversify_1.injectable)(), protocol_1.JsonrpcClientProxy);
|
|
38
35
|
//# sourceMappingURL=reexport.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reexport.js","sourceRoot":"","sources":["../../src/common/reexport.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;;;;;;;;;;;;;;AAElF,
|
|
1
|
+
{"version":3,"file":"reexport.js","sourceRoot":"","sources":["../../src/common/reexport.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;;;;;;;;;;;;;;AAElF,sDAAoC;AACpC,yDAAuC;AACvC,gEAA8C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp/server",
|
|
3
|
-
"version": "2.3.0-next.
|
|
3
|
+
"version": "2.3.0-next.111+757447b",
|
|
4
4
|
"description": "A js server framework for Eclipse GLSP",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eclipse",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"watch": "tsc -w"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@eclipse-glsp/graph": "2.3.0-next.
|
|
61
|
+
"@eclipse-glsp/graph": "2.3.0-next.111+757447b",
|
|
62
62
|
"@eclipse-glsp/protocol": "next",
|
|
63
63
|
"@types/uuid": "8.3.1",
|
|
64
64
|
"commander": "^8.3.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "757447bdd53482459a3640eb9aa214bf967d3f83"
|
|
80
80
|
}
|
package/src/common/reexport.ts
CHANGED
|
@@ -14,10 +14,6 @@
|
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
|
-
import { JsonrpcClientProxy } from '@eclipse-glsp/protocol';
|
|
18
|
-
import { decorate, injectable } from 'inversify';
|
|
19
|
-
|
|
20
17
|
export * from '@eclipse-glsp/graph';
|
|
21
18
|
export * from '@eclipse-glsp/protocol';
|
|
22
19
|
export * from '@eclipse-glsp/protocol/lib/di';
|
|
23
|
-
decorate(injectable(), JsonrpcClientProxy);
|