Don't depend on serde for wasm

This commit is contained in:
Andras Schmelczer 2025-11-16 12:29:30 +00:00
parent d0ce566118
commit 4c77a0360e
14 changed files with 251 additions and 314 deletions

View file

@ -1,6 +1,6 @@
pub mod change_set;
pub mod cursor_position;
pub mod history;
pub mod number_or_string;
pub mod side;
pub mod span_with_history;
pub mod text_with_cursors;