Expose merge_text_with_cursors on API
This commit is contained in:
parent
71ccd7b61d
commit
e9e2328f03
3 changed files with 79 additions and 5 deletions
|
|
@ -1,7 +1,11 @@
|
|||
mod cursor;
|
||||
mod diffs;
|
||||
mod operation_transformation;
|
||||
mod tokenizer;
|
||||
mod utils;
|
||||
|
||||
pub use operation_transformation::{EditedText, reconcile, reconcile_with_tokenizer};
|
||||
pub use tokenizer::token::Token;
|
||||
pub use cursor::{CursorPosition, TextWithCursors};
|
||||
pub use operation_transformation::{
|
||||
EditedText, reconcile, reconcile_with_cursors, reconcile_with_tokenizer,
|
||||
};
|
||||
pub use tokenizer::{Tokenizer, token::Token};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue