Skip to content

Commit

Permalink
Improve build tools (#252)
Browse files Browse the repository at this point in the history
* feat: Improve build tools documentation

Add in code documentation and comments for build tools.

* feat: Rewrite build tools in TypeScript

Rewrite build tools in TypeScript
Change `tsconfig.json` configuration

* chore: Fix TypeScript error

Add explicit type annotations to assertion function so that tsc doesn't
complain

* fix: Improve log function and env declaration

Improve log function performance by reducing number of iterations from 3
to 1
Make `env` declaration _const_ instead of _let_

* feat: Add JSDoc comments

Document utils exposed functions
Document provided types
Document high level promise API
Document most of environment API
Document decorators
Document collections

* fix: Fix formatting errors

Undo incorrect formatting from 1n to 0n and 10 to 9
Undo incorrect `get` attached to curveType function
  • Loading branch information
petarvujovic98 authored Oct 11, 2022
1 parent 71f8b4f commit af2e5b8
Show file tree
Hide file tree
Showing 53 changed files with 3,238 additions and 441 deletions.
254 changes: 232 additions & 22 deletions lib/api.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af2e5b8

Please sign in to comment.