chidori-static-analysis

Crates.iochidori-static-analysis
lib.rschidori-static-analysis
version0.1.3
sourcesrc
created_at2024-10-08 23:22:47.044169
updated_at2024-10-08 23:22:47.044169
descriptionChidori Static Analysis is part of the Chidori framework, this identifies the exposure of values in JavaScript, TypeScript and Python code in order to support wiring dependent code together
homepagehttps://docs.thousandbirds.ai
repositoryhttps://github.com/ThousandBirdsInc/chidori
max_upload_size
id1401809
size451,700
Colton Pierson (kvey)

documentation

README

Build

yarn run build

Test

To test the wasm package directly

wasm-pack test --headless --firefox

To test the UX of the JS interface

yarn run build-local
yarn run test-js

Publish to NPM

cd pkg && npm publish --access=public
Commit count: 179

cargo fmt