Skip to content

Commit

Permalink
Remove unnecessary re-decoration, part of protocol DI import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Aug 22, 2024
1 parent 70e8ce0 commit 58855fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions packages/server/src/common/reexport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

import { JsonrpcClientProxy } from '@eclipse-glsp/protocol';
import { decorate, injectable } from 'inversify';

export * from '@eclipse-glsp/graph';
export * from '@eclipse-glsp/protocol';
export * from '@eclipse-glsp/protocol/lib/di';
decorate(injectable(), JsonrpcClientProxy);
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@
prettier-plugin-packagejson "~2.4.6"

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

0 comments on commit 58855fe

Please sign in to comment.