UNPKG

3.29 kBJavaScriptView Raw
1"use strict";
2// *****************************************************************************
3// Copyright (C) 2017 TypeFox and others.
4//
5// This program and the accompanying materials are made available under the
6// terms of the Eclipse Public License v. 2.0 which is available at
7// http://www.eclipse.org/legal/epl-2.0.
8//
9// This Source Code may also be made available under the following Secondary
10// Licenses when the conditions for such availability set forth in the Eclipse
11// Public License v. 2.0 are satisfied: GNU General Public License, version 2
12// with the GNU Classpath Exception which is available at
13// https://www.gnu.org/software/classpath/license.html.
14//
15// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
16// *****************************************************************************
17var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18 if (k2 === undefined) k2 = k;
19 Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20}) : (function(o, m, k, k2) {
21 if (k2 === undefined) k2 = k;
22 o[k2] = m[k];
23}));
24var __exportStar = (this && this.__exportStar) || function(m, exports) {
25 for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
26};
27Object.defineProperty(exports, "__esModule", { value: true });
28exports.URI = exports.environment = void 0;
29var environment_1 = require("@theia/application-package/lib/environment");
30Object.defineProperty(exports, "environment", { enumerable: true, get: function () { return environment_1.environment; } });
31__exportStar(require("./application-error"), exports);
32__exportStar(require("./cancellation"), exports);
33__exportStar(require("./command"), exports);
34__exportStar(require("./contribution-filter"), exports);
35__exportStar(require("./contribution-provider"), exports);
36__exportStar(require("./disposable"), exports);
37__exportStar(require("./event"), exports);
38__exportStar(require("./logger"), exports);
39__exportStar(require("./lsp-types"), exports);
40__exportStar(require("./menu"), exports);
41__exportStar(require("./message-rpc"), exports);
42__exportStar(require("./message-service"), exports);
43__exportStar(require("./message-service-protocol"), exports);
44__exportStar(require("./messaging"), exports);
45__exportStar(require("./nls"), exports);
46__exportStar(require("./numbers"), exports);
47__exportStar(require("./objects"), exports);
48__exportStar(require("./os"), exports);
49__exportStar(require("./path"), exports);
50__exportStar(require("./performance"), exports);
51__exportStar(require("./progress-service"), exports);
52__exportStar(require("./progress-service-protocol"), exports);
53__exportStar(require("./quick-pick-service"), exports);
54__exportStar(require("./reference"), exports);
55__exportStar(require("./resource"), exports);
56__exportStar(require("./selection"), exports);
57__exportStar(require("./selection-service"), exports);
58__exportStar(require("./strings"), exports);
59__exportStar(require("./types"), exports);
60var uri_1 = require("./uri");
61Object.defineProperty(exports, "URI", { enumerable: true, get: function () { return uri_1.default; } });
62__exportStar(require("./view-column"), exports);
63//# sourceMappingURL=index.js.map
\No newline at end of file