loro/loro-js/tests
东灯 c710ec3dd3
feat: add more text api (#398)
* feat: add char_at

* feat: add slice

* feat: add splice

* feat: add rust/typescript API

* fix: ci test

* fix: patch

* fix: patch

* Update crates/loro-wasm/src/lib.rs

Co-authored-by: Zixuan Chen <remch183@outlook.com>

* Update crates/loro-wasm/src/lib.rs

Co-authored-by: Zixuan Chen <remch183@outlook.com>

* Update crates/loro/src/lib.rs

Co-authored-by: Zixuan Chen <remch183@outlook.com>

* perf: use entity index

* fix: patch

* fix: error brackets

---------

Co-authored-by: Zixuan Chen <remch183@outlook.com>
2024-07-14 13:06:04 +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 more text api (#398) 2024-07-14 13:06:04 +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