Skip to content

Commit

Permalink
add Typescript typo correction
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
  • Loading branch information
maschad and 2color authored Nov 28, 2023
1 parent 38411c0 commit e444ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_blog/js-libp2p-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The js-libp2p ecosystem once consisted of over 81 repositories! This made it the

## Modernization of Tooling

We've completely re-written our codebase in Typescript, I won't delve into all the benefits of Typescript here, but suffice to say we've eliminated whole classes of bugs. We've standardized our modules through ESM when packaging our code. We've also ugpraded our logs to be a lot more configurable, adding the ability to append or prefix `peerIds`, more formatting options and the ability to have a custom logger passed in at the component level. We've introduced dependency checking to ensure there are no unused dependencies, more standardized linting and formatting rules as well as PR templates. We're hoping these tools make it faster for developers to iterate.
We've completely re-written our codebase in TypeScript, I won't delve into all the benefits of TypeScript here, but suffice to say we've eliminated whole classes of bugs. We've standardized our modules through ESM when packaging our code. We've also ugpraded our logs to be a lot more configurable, adding the ability to append or prefix `peerIds`, more formatting options and the ability to have a custom logger passed in at the component level. We've introduced dependency checking to ensure there are no unused dependencies, more standardized linting and formatting rules as well as PR templates. We're hoping these tools make it faster for developers to iterate.

## Documentation Improvements

Expand Down

0 comments on commit e444ca8

Please sign in to comment.