gcanti / docs-ts

A zero-config documentation tool for my TypeScript projects
https://gcanti.github.io/docs-ts/
MIT License
100 stars 17 forks source link

Use logger-fp-ts #49

Open thewilkybarkid opened 2 years ago

thewilkybarkid commented 2 years ago

I'm working on releasing a few libraries to help expand the fp-ts ecosystem; the first one being (hopefully) a logging library (building on the logging-ts foundations). It's similar to the Logger already here, except that it uses ReaderIO.

Please don't feel like you have to merge this PR, it's mainly to make sure it works in an existing codebase. (I thought I might as well make it a PR for feedback.)

I had to make a couple of unexpected changes as a result of the fp-ts 2.11 upgrade, will add comments.