@eclipse-glsp/protocol
Version:
The protocol definition for client-server communication in GLSP
62 lines • 3.13 kB
TypeScript
/********************************************************************************
* Copyright (c) 2024-2025 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the Eclipse
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
* with the GNU Classpath Exception which is available at
* https://www.gnu.org/software/classpath/license.html.
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/
export * from './action-protocol/base-protocol';
export * from './action-protocol/client-notification';
export * from './action-protocol/clipboard';
export * from './action-protocol/contexts';
export * from './action-protocol/edge-modification';
export * from './action-protocol/element-creation';
export * from './action-protocol/element-hover';
export * from './action-protocol/element-navigation';
export * from './action-protocol/element-selection';
export * from './action-protocol/element-text-editing';
export * from './action-protocol/element-type-hints';
export * from './action-protocol/element-validation';
export * from './action-protocol/model-data';
export * from './action-protocol/model-edit-mode';
export * from './action-protocol/model-layout';
export * from './action-protocol/model-saving';
export * from './action-protocol/node-modification';
export * from './action-protocol/tool-palette';
export * from './action-protocol/types';
export * from './action-protocol/undo-redo';
export * from './action-protocol/viewport';
export * from './client-server-protocol/base-glsp-client';
export * from './client-server-protocol/glsp-client';
export * from './client-server-protocol/glsp-server';
export * from './client-server-protocol/jsonrpc/base-jsonrpc-glsp-client';
export * from './client-server-protocol/jsonrpc/glsp-jsonrpc-client';
export * from './client-server-protocol/jsonrpc/glsp-jsonrpc-server';
export * from './client-server-protocol/jsonrpc/websocket-connection';
export * from './client-server-protocol/jsonrpc/worker-connection-provider';
export * from './client-server-protocol/jsonrpc/ws-connection-provider';
export * from './client-server-protocol/types';
export * from './model/default-types';
export * from './model/model-schema';
export * from './re-exports';
export * from './sprotty-actions';
export * from './sprotty-geometry-bounds';
export * from './sprotty-geometry-dimension';
export * from './sprotty-geometry-point';
export * from './utils/array-util';
export * from './utils/disposable';
export * from './utils/event';
export * from './utils/geometry-movement';
export * from './utils/geometry-util';
export * from './utils/geometry-vector';
export * from './utils/math-util';
export * from './utils/type-util';
//# sourceMappingURL=index.d.ts.map