UNPKG

@eclipse-glsp/theia-integration

Version:

Glue code to integrate GLSP clients into Eclipse Theia

66 lines 4.22 kB
"use strict"; /******************************************************************************** * Copyright (c) 2019-2026 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 ********************************************************************************/ 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 }); __exportStar(require("./copy-paste-context-menu-contribution"), exports); __exportStar(require("./diagram-service-provider"), exports); __exportStar(require("./diagram/diagram-widget-factory"), exports); __exportStar(require("./diagram/features/default-modules"), exports); __exportStar(require("./diagram/features/export/theia-export-command-handler"), exports); __exportStar(require("./diagram/features/export/theia-export-module"), exports); __exportStar(require("./diagram/features/export/theia-export-svg-action-handler"), exports); __exportStar(require("./diagram/features/navigation/theia-navigate-to-external-target-handler"), exports); __exportStar(require("./diagram/features/navigation/theia-navigation-module"), exports); __exportStar(require("./diagram/features/notification/notification-module"), exports); __exportStar(require("./diagram/features/notification/theia-glsp-message-service"), exports); __exportStar(require("./diagram/features/select/theia-glsp-selection-forwarder"), exports); __exportStar(require("./diagram/features/select/theia-select-module"), exports); __exportStar(require("./diagram/features/source-model-watcher/theia-source-model-changed-handler"), exports); __exportStar(require("./diagram/features/source-model-watcher/theia-source-model-watcher-module"), exports); __exportStar(require("./diagram/glsp-command-handler"), exports); __exportStar(require("./diagram/glsp-diagram-commands"), exports); __exportStar(require("./diagram/glsp-diagram-configuration"), exports); __exportStar(require("./diagram/glsp-diagram-context-key-service"), exports); __exportStar(require("./diagram/glsp-diagram-keybinding"), exports); __exportStar(require("./diagram/glsp-diagram-manager"), exports); __exportStar(require("./diagram/glsp-diagram-widget"), exports); __exportStar(require("./diagram/glsp-layout-commands"), exports); __exportStar(require("./diagram/glsp-saveable"), exports); __exportStar(require("./diagram/theia-context-menu-service"), exports); __exportStar(require("./diagram/theia-marker-manager"), exports); __exportStar(require("./glsp-client-contribution"), exports); __exportStar(require("./glsp-frontend-contribution"), exports); __exportStar(require("./glsp-theia-container-module"), exports); __exportStar(require("./theia-glsp-context-menu-service"), exports); __exportStar(require("./theia-integration-frontend-module"), exports); __exportStar(require("./theia-jsonrpc-glsp-client"), exports); __exportStar(require("./theia-navigate-to-marker-contribution"), exports); __exportStar(require("./theia-opener-options-navigation-service"), exports); //# sourceMappingURL=index.js.map