loro/loro-js
Zixuan Chen cb8bbefb08
Fix incorrect deletion of emoji in wasm (#154)
This pull request fixes an issue where the emitted utf16 events were wrong when deleting an emoji in wasm. The problem was caused by incorrect calculation of the event range. This PR updates the code to use the correct range and adds a new test case to ensure the issue is fixed.
2023-11-05 16:13:40 +08:00
..
.vscode feat: event & wasm 2023-07-29 02:03:51 +08:00
src Add richtext example using Quill (#145) 2023-11-03 16:59:27 +08:00
tests Fix incorrect deletion of emoji in wasm (#154) 2023-11-05 16:13:40 +08:00
.gitignore feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
package.json Refactor: make changes mergeable (#146) 2023-11-03 21:40:34 +08:00
pnpm-lock.yaml Perf: speed up utf16 and wasm (#90) 2023-04-03 09:29:25 +08:00
rollup.config.mjs feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
tsconfig.json feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
vite.config.ts feat: convert event to js & add vitest 2023-03-25 20:11:45 +08:00