UNPKG

@eclipse-glsp/protocol

Version:

The protocol definition for client-server communication in GLSP

78 lines 4.71 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); /******************************************************************************** * Copyright (c) 2024 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 ********************************************************************************/ __exportStar(require("./action-protocol/base-protocol"), exports); __exportStar(require("./action-protocol/client-notification"), exports); __exportStar(require("./action-protocol/clipboard"), exports); __exportStar(require("./action-protocol/contexts"), exports); __exportStar(require("./action-protocol/edge-modification"), exports); __exportStar(require("./action-protocol/element-creation"), exports); __exportStar(require("./action-protocol/element-hover"), exports); __exportStar(require("./action-protocol/element-navigation"), exports); __exportStar(require("./action-protocol/element-selection"), exports); __exportStar(require("./action-protocol/element-text-editing"), exports); __exportStar(require("./action-protocol/element-type-hints"), exports); __exportStar(require("./action-protocol/element-validation"), exports); __exportStar(require("./action-protocol/model-data"), exports); __exportStar(require("./action-protocol/model-edit-mode"), exports); __exportStar(require("./action-protocol/model-layout"), exports); __exportStar(require("./action-protocol/model-saving"), exports); __exportStar(require("./action-protocol/node-modification"), exports); __exportStar(require("./action-protocol/tool-palette"), exports); __exportStar(require("./action-protocol/types"), exports); __exportStar(require("./action-protocol/undo-redo"), exports); __exportStar(require("./action-protocol/viewport"), exports); __exportStar(require("./client-server-protocol/base-glsp-client"), exports); __exportStar(require("./client-server-protocol/glsp-client"), exports); __exportStar(require("./client-server-protocol/glsp-server"), exports); __exportStar(require("./client-server-protocol/jsonrpc/base-jsonrpc-glsp-client"), exports); __exportStar(require("./client-server-protocol/jsonrpc/glsp-jsonrpc-client"), exports); __exportStar(require("./client-server-protocol/jsonrpc/glsp-jsonrpc-server"), exports); __exportStar(require("./client-server-protocol/jsonrpc/websocket-connection"), exports); __exportStar(require("./client-server-protocol/jsonrpc/worker-connection-provider"), exports); __exportStar(require("./client-server-protocol/jsonrpc/ws-connection-provider"), exports); __exportStar(require("./client-server-protocol/types"), exports); __exportStar(require("./model/default-types"), exports); __exportStar(require("./model/model-schema"), exports); __exportStar(require("./re-exports"), exports); __exportStar(require("./sprotty-actions"), exports); __exportStar(require("./sprotty-geometry-bounds"), exports); __exportStar(require("./sprotty-geometry-dimension"), exports); __exportStar(require("./sprotty-geometry-point"), exports); __exportStar(require("./utils/array-util"), exports); __exportStar(require("./utils/disposable"), exports); __exportStar(require("./utils/event"), exports); __exportStar(require("./utils/geometry-movement"), exports); __exportStar(require("./utils/geometry-util"), exports); __exportStar(require("./utils/geometry-vector"), exports); __exportStar(require("./utils/math-util"), exports); __exportStar(require("./utils/type-util"), exports); //# sourceMappingURL=index.js.map