josephg/node-foundationdb

Port documentation into typescript doc comments

Aperta

#26 aperta il 15 mar 2019

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (20 fork)github user discovery
enhancementgood first issuehelp wanted

Metriche repository

Star
 (129 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

There's lots of transaction & database methods which are missing documentation comments.

We should do a pass adding typescript tsdoc - compatible doc comments for all the normal function in (at a minimum) lib/transaction.ts and lib/database.ts.

This documentation is picked up by documentation tools and by editors (like vs code), which makes it very handy while using the API.

Guida contributor