loro/loro-js/tests
东灯 e01505e013
feat: add text update API (#404)
* feat: add diff algorithm

* feat: implement DiffHook

* feat: add rust/typescript API

* feat: use u8 to enable SIMD

* feat: add SIMD support

* test: add a failed test case

* revert: change to unicode index

* fix: text event index correctness when using utf8 or unicode

* fix: use unicode index

* fix: apply delta

* fix: remove splice_unicode

---------

Co-authored-by: Zixuan Chen <remch183@outlook.com>
2024-07-23 21:22:47 +08:00
..
awareness.test.ts
basic.test.ts Feat fork (#393) 2024-06-26 21:05:04 +08:00
checkout.test.ts chore: rename js toJSON (#338) 2024-04-29 16:23:00 +08:00
compatibility.test.ts chore: rename position to fractional_index (#381) 2024-07-11 22:03:48 +08:00
counter.test.ts feat: implementing Counter and expose to js side (#384) 2024-06-13 14:43:19 +08:00
event.test.ts chore: rename js toJSON (#338) 2024-04-29 16:23:00 +08:00
issue.test.ts
json.test.ts feat: Stable JSON representation for history (#368) 2024-06-07 13:18:30 +08:00
misc.test.ts Use fractional index to order the children of the tree (#298) 2024-05-07 14:01:13 +08:00
movable_list.test.ts chore: rename js toJSON (#338) 2024-04-29 16:23:00 +08:00
richtext.test.ts feat: add text update API (#404) 2024-07-23 21:22:47 +08:00
text.ts fix: upgrade wasm-bindgen to fix str free err (#353) 2024-05-09 15:22:34 +08:00
tree.test.ts chore: rename position to fractional_index (#381) 2024-07-11 22:03:48 +08:00
type.test.ts fix: refine ts type; reject invalid operations (#334) 2024-04-29 21:42:08 +08:00
undo.test.ts feat: Add event listener and native support of cursor transformation for undo/redo (#369) 2024-05-23 10:19:08 +08:00
version.test.ts