UNPKG

@eclipse-glsp/theia-integration

Version:

Glue code to integrate GLSP clients into Eclipse Theia

51 lines (49 loc) 2.82 kB
/******************************************************************************** * 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 ********************************************************************************/ export * from './copy-paste-context-menu-contribution'; export * from './diagram-service-provider'; export * from './diagram/diagram-widget-factory'; export * from './diagram/features/default-modules'; export * from './diagram/features/export/theia-export-command-handler'; export * from './diagram/features/export/theia-export-module'; export * from './diagram/features/export/theia-export-svg-action-handler'; export * from './diagram/features/navigation/theia-navigate-to-external-target-handler'; export * from './diagram/features/navigation/theia-navigation-module'; export * from './diagram/features/notification/notification-module'; export * from './diagram/features/notification/theia-glsp-message-service'; export * from './diagram/features/select/theia-glsp-selection-forwarder'; export * from './diagram/features/select/theia-select-module'; export * from './diagram/features/source-model-watcher/theia-source-model-changed-handler'; export * from './diagram/features/source-model-watcher/theia-source-model-watcher-module'; export * from './diagram/glsp-command-handler'; export * from './diagram/glsp-diagram-commands'; export * from './diagram/glsp-diagram-configuration'; export * from './diagram/glsp-diagram-context-key-service'; export * from './diagram/glsp-diagram-keybinding'; export * from './diagram/glsp-diagram-manager'; export * from './diagram/glsp-diagram-widget'; export * from './diagram/glsp-layout-commands'; export * from './diagram/glsp-saveable'; export * from './diagram/theia-context-menu-service'; export * from './diagram/theia-marker-manager'; export * from './glsp-client-contribution'; export * from './glsp-frontend-contribution'; export * from './glsp-theia-container-module'; export * from './theia-glsp-context-menu-service'; export * from './theia-integration-frontend-module'; export * from './theia-jsonrpc-glsp-client'; export * from './theia-navigate-to-marker-contribution'; export * from './theia-opener-options-navigation-service';