josephg/node-foundationdb

Port documentation into typescript doc comments

Ouverte

#26 ouverte le 15 mars 2019

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (20 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (129 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur