Unify WASM and Rust API types
This commit is contained in:
parent
b18a692d46
commit
5378ffb547
16 changed files with 252 additions and 301 deletions
|
|
@ -4,7 +4,7 @@ use crate::{tokenizer::token::Token, utils::myers_diff::myers_diff};
|
|||
|
||||
/// Text editing operation containing the to-be-changed `Tokens`-s.
|
||||
///
|
||||
/// RawOperations can be joined together when the underlying tokens
|
||||
/// `RawOperations` can be joined together when the underlying tokens
|
||||
/// allow for joining subseqeunt operations.
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum RawOperation<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue