theia-sprotty
Version:
Glue code for sprotty diagrams in a Theia IDE
23 lines • 1.02 kB
JavaScript
;
/*
* Copyright (C) 2017 TypeFox and others.
*
* Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./theia/diagram-commands"));
__export(require("./theia/diagram-configuration"));
__export(require("./theia/diagram-keybinding"));
__export(require("./theia/diagram-manager"));
__export(require("./theia/diagram-module"));
__export(require("./theia/diagram-widget-registry"));
__export(require("./theia/diagram-widget"));
__export(require("./sprotty/theia-diagram-server"));
__export(require("./sprotty/theia-file-saver"));
__export(require("./sprotty/theia-key-tool"));
__export(require("./sprotty/theia-sprotty-connector"));
//# sourceMappingURL=index.js.map