File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/server/src/common Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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+
1720export * from '@eclipse-glsp/graph' ;
1821export * from '@eclipse-glsp/protocol' ;
1922export * from '@eclipse-glsp/protocol/lib/di' ;
23+ decorate ( injectable ( ) , JsonrpcClientProxy ) ;
Original file line number Diff line number Diff line change 310310 prettier-plugin-packagejson "~2.4.6"
311311
312312" @eclipse-glsp/protocol@next " :
313- version "2.3.0-next.374 "
314- resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0-next.374 .tgz#9323d1841427f6dbf5fa66dbe1ef3dce4d596b10 "
315- integrity sha512-ENZO29yLO7l5asyaDpvkQanGj5jDXGBkvQbZU+D4ULKmvWvDWYle+BBSKMxl7sI6L77tz7kGBLMEhAuhRky4kg ==
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 ==
316316 dependencies :
317317 sprotty-protocol "1.2.0"
318318 uuid "~10.0.0"
You can’t perform that action at this time.
0 commit comments