loro/scripts/deno.json
Zixuan Chen e2be56b0c2
Some checks failed
Release WASM / Release (push) Has been cancelled
Test All / build (push) Has been cancelled
docs: update ts docs (#529)
* docs: update ts docs

* docs: update rust docs

* test: add js doc tests and fix outdated js docs
2024-10-25 16:35:33 +08:00

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"
}
}