Skip to content

Commit b40f6fb

Browse files
Abby010aryanjassal
authored andcommitted
chore: replace math.random with fast-check
chore: cleaning up codebase chore: removed json files fix: lint
1 parent 5ba53cc commit b40f6fb

17 files changed

+214
-2540
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library provides a JavaScript/TypeScript logger inspired by Python's logger
44

55
* Simple logging with default handlers supporting `console.log`, `console.error`, and `process.stderr`.
66
* Fast, logging level checks or log filters are applied **before** log records are created
7-
* Complex log records properties ssupport lazy evaluation, so they evaluated only when they need to be rendered
7+
* Complex log records properties support lazy evaluation, so they evaluated only when they need to be rendered
88
* Flexible composition of loggers, handlers and formatters
99
* Custom formatting using template literals
1010
* Supports structured logging through a JSON formatter

package-lock.json

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"typescript": "^5.1.6"
6565
},
6666
"dependencies": {
67+
"fast-check": "^4.1.1",
6768
"ink": "^3.2.0",
6869
"react": "^17.0.2",
6970
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)