Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typedoc build warnings #336

Open
sripwoud opened this issue Sep 25, 2024 · 0 comments
Open

fix typedoc build warnings #336

sripwoud opened this issue Sep 25, 2024 · 0 comments
Labels
devops 🔧 Operations management and dev tools

Comments

@sripwoud
Copy link
Member

yarn run typedoc gives some warnings we can/should address.


[warning] The entrypoint glob ./packages/eddsa-proof did not match any directories containing package.json.
[warning] The entrypoint glob ./packages/groth16 did not match any directories containing package.json.
[info] Converting project at ./packages/baby-jubjub
[warning] You are running with an unsupported TypeScript version! If TypeDoc crashes, this is why. TypeDoc supports 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4
[info] Converting project at ./packages/eddsa-poseidon
[info] Converting project at ./packages/imt
[info] Converting project at ./packages/lazytower
[info] Converting project at ./packages/lean-imt
[info] Converting project at ./packages/logical-expressions
[info] Converting project at ./packages/poseidon-cipher
[info] Converting project at ./packages/poseidon-proof
[info] Converting project at ./packages/smt
[info] Converting project at ./packages/utils
[warning] The signature Buffer.write has an @param with
name "offset", which was not used.
[warning] The signature Buffer.write has an @param with
name "length", which was not used.
[warning] The signature Buffer.reduce has an @param with name "initialValue", which was not used.
[warning] The signature Buffer.reduceRight has an @param with name "initialValue", which was not used.
[info] Merging converted projects
[warning] Failed to resolve link to "IMT" in comment for @zk-kit/lean-imt.LeanIMT.
[info] Documentation generated at ./docs
@cedoor cedoor added the devops 🔧 Operations management and dev tools label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops 🔧 Operations management and dev tools
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants