@theia/core
Version:
Theia is a cloud & desktop IDE framework implemented in TypeScript.
58 lines • 3.27 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 });
exports.URI = exports.environment = void 0;
const tslib_1 = require("tslib");
var environment_1 = require("@theia/application-package/lib/environment");
Object.defineProperty(exports, "environment", { enumerable: true, get: function () { return environment_1.environment; } });
tslib_1.__exportStar(require("./application-error"), exports);
tslib_1.__exportStar(require("./cancellation"), exports);
tslib_1.__exportStar(require("./command"), exports);
tslib_1.__exportStar(require("./contribution-filter"), exports);
tslib_1.__exportStar(require("./contribution-provider"), exports);
tslib_1.__exportStar(require("./disposable"), exports);
tslib_1.__exportStar(require("./event"), exports);
tslib_1.__exportStar(require("./listener"), exports);
tslib_1.__exportStar(require("./logger"), exports);
tslib_1.__exportStar(require("./lsp-types"), exports);
tslib_1.__exportStar(require("./menu"), exports);
tslib_1.__exportStar(require("./message-rpc"), exports);
tslib_1.__exportStar(require("./message-service"), exports);
tslib_1.__exportStar(require("./message-service-protocol"), exports);
tslib_1.__exportStar(require("./messaging"), exports);
tslib_1.__exportStar(require("./nls"), exports);
tslib_1.__exportStar(require("./numbers"), exports);
tslib_1.__exportStar(require("./objects"), exports);
tslib_1.__exportStar(require("./os"), exports);
tslib_1.__exportStar(require("./path"), exports);
tslib_1.__exportStar(require("./performance"), exports);
tslib_1.__exportStar(require("./progress-service"), exports);
tslib_1.__exportStar(require("./progress-service-protocol"), exports);
tslib_1.__exportStar(require("./quick-pick-service"), exports);
tslib_1.__exportStar(require("./reference"), exports);
tslib_1.__exportStar(require("./resource"), exports);
tslib_1.__exportStar(require("./selection"), exports);
tslib_1.__exportStar(require("./selection-service"), exports);
tslib_1.__exportStar(require("./strings"), exports);
tslib_1.__exportStar(require("./telemetry"), exports);
tslib_1.__exportStar(require("./types"), exports);
var uri_1 = require("./uri");
Object.defineProperty(exports, "URI", { enumerable: true, get: function () { return uri_1.default; } });
tslib_1.__exportStar(require("./uuid"), exports);
tslib_1.__exportStar(require("./view-column"), exports);
tslib_1.__exportStar(require("./version"), exports);
//# sourceMappingURL=index.js.map
;