@eclipse-emfcloud/model-manager
Version:
Command-based model editing with undo/redo.
24 lines (22 loc) • 1.01 kB
text/typescript
// *****************************************************************************
// Copyright (C) 2023-2024 STMicroelectronics.
//
// 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: MIT License which is
// available at https://opensource.org/licenses/MIT.
//
// SPDX-License-Identifier: EPL-2.0 OR MIT
// *****************************************************************************
export * from './change-subscription';
export * from './command';
export * from './command-stack-subscription';
export * from './core-command-stack';
export * from './core-model-manager';
export * from './deferred-compound-command';
export * from './editing-context';
export * from './promises';