Skip to content

Commit cc51d17

Browse files
Remove unnecessary re-decoration, part of protocol DI import/export (#96)
Part of eclipse-glsp/glsp#1381
1 parent 70e8ce0 commit cc51d17

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packages/server/src/common/reexport.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515
********************************************************************************/
1616

17-
import { JsonrpcClientProxy } from '@eclipse-glsp/protocol';
18-
import { decorate, injectable } from 'inversify';
19-
2017
export * from '@eclipse-glsp/graph';
2118
export * from '@eclipse-glsp/protocol';
2219
export * from '@eclipse-glsp/protocol/lib/di';
23-
decorate(injectable(), JsonrpcClientProxy);

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@
310310
prettier-plugin-packagejson "~2.4.6"
311311

312312
"@eclipse-glsp/protocol@next":
313-
version "2.3.0-next.375"
314-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0-next.375.tgz#b1594533993e7f74d4177314489e7312906e8986"
315-
integrity sha512-RoO9/EoeG4NZV8eQZU6L+JVDFuzwx31imHxsdOB3oRdvVhgciFz9NQKjhIQn3M+URABSFsV6QBLSJfFTmfO8yA==
313+
version "2.3.0-next.378"
314+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0-next.378.tgz#9d7c1962f44c65ee226df06cd3ed28c915fa22da"
315+
integrity sha512-v8o8+zjeDrL7FqlR8vb7GFiLuXjZByHjZLuCFrZ6HIvk+Jg1CWYxvITSmUNc91XJPTl7yoSNWBLOGm6PO3u+yg==
316316
dependencies:
317317
sprotty-protocol "1.2.0"
318318
uuid "~10.0.0"

0 commit comments

Comments
 (0)