theia-sprotty
Version:
Glue code for sprotty diagrams in a Theia IDE
19 lines • 751 B
JavaScript
;
/*
* Copyright (C) 2018 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("./code-action-palette"));
__export(require("./completion-label-edit"));
__export(require("./delete"));
__export(require("./ranged"));
__export(require("./rename-label-edit"));
__export(require("./traceable"));
__export(require("./workspace-edit-command"));
//# sourceMappingURL=index.js.map