mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 12:20:06 +00:00
e2be56b0c2
* docs: update ts docs * docs: update rust docs * test: add js doc tests and fix outdated js docs
9 lines
257 B
JSON
9 lines
257 B
JSON
{
|
|
"imports": {
|
|
"@std/fs": "jsr:@std/fs@^1.0.2",
|
|
"@std/toml": "jsr:@std/toml@^1.0.1"
|
|
},
|
|
"tasks": {
|
|
"doc-test": "deno run --allow-env --allow-read --allow-run run-js-doc-tests.ts ../crates/loro-wasm/src/lib.rs ../loro-js/src/index.ts"
|
|
}
|
|
}
|