Skip to content

Commit aa6701d

Browse files
feat(Common): Restore Effect module for ActionEffect system
Re-add the `Effect` module to the public API in Library.rs. This module defines the core `ActionEffect` trait and associated types that power Common's abstract effect system used across Mountain, Cocoon, and other elements. The module was previously removed during a deprecation pass but is needed as the foundational abstraction for the editor's effect-based architecture.
1 parent e80caf3 commit aa6701d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/Library.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
//!
5656
//! Full setup: <https://github.com/CodeEditorLand/Land>
5757
58+
pub mod Effect;
59+
5860
pub mod Environment;
5961

6062
pub mod Error;

0 commit comments

Comments
 (0)