@theia/core
Version:
Theia is a cloud & desktop IDE framework implemented in TypeScript.
54 lines • 3.06 kB
JavaScript
// *****************************************************************************
// Copyright (C) 2017 TypeFox 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-only WITH Classpath-exception-2.0
// *****************************************************************************
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./shell"), exports);
tslib_1.__exportStar(require("./frontend-application"), exports);
tslib_1.__exportStar(require("./frontend-application-contribution"), exports);
tslib_1.__exportStar(require("./keyboard"), exports);
tslib_1.__exportStar(require("./opener-service"), exports);
tslib_1.__exportStar(require("./open-with-service"), exports);
tslib_1.__exportStar(require("./browser"), exports);
tslib_1.__exportStar(require("./context-menu-renderer"), exports);
tslib_1.__exportStar(require("./widgets"), exports);
tslib_1.__exportStar(require("./dialogs"), exports);
tslib_1.__exportStar(require("./tree"), exports);
tslib_1.__exportStar(require("./messaging"), exports);
tslib_1.__exportStar(require("./endpoint"), exports);
tslib_1.__exportStar(require("./common-frontend-contribution"), exports);
tslib_1.__exportStar(require("./quick-input"), exports);
tslib_1.__exportStar(require("./widget-manager"), exports);
tslib_1.__exportStar(require("./saveable"), exports);
tslib_1.__exportStar(require("./storage-service"), exports);
tslib_1.__exportStar(require("./preferences"), exports);
tslib_1.__exportStar(require("./keybinding"), exports);
tslib_1.__exportStar(require("./status-bar"), exports);
tslib_1.__exportStar(require("./label-provider"), exports);
tslib_1.__exportStar(require("./widget-open-handler"), exports);
tslib_1.__exportStar(require("./navigatable"), exports);
tslib_1.__exportStar(require("./diff-uris"), exports);
tslib_1.__exportStar(require("./core-preferences"), exports);
tslib_1.__exportStar(require("./view-container"), exports);
tslib_1.__exportStar(require("./breadcrumbs"), exports);
tslib_1.__exportStar(require("./tooltip-service"), exports);
tslib_1.__exportStar(require("./decoration-style"), exports);
tslib_1.__exportStar(require("./styling-service"), exports);
tslib_1.__exportStar(require("./hover-service"), exports);
tslib_1.__exportStar(require("./saveable-service"), exports);
tslib_1.__exportStar(require("./undo-redo-handler"), exports);
tslib_1.__exportStar(require("./widget-status-bar-service"), exports);
//# sourceMappingURL=index.js.map
;