pinojs / pino-pretty

🌲Basic prettifier for Pino log lines
MIT License
1.25k stars 147 forks source link

PinoPretty.customPrettifiers() lacks arguments declared in type PinoPretty.Prettifier #500

Closed pasha-vuiko closed 4 months ago

pasha-vuiko commented 7 months ago

Here is the type defenition:

Знімок екрана 2024-03-24 о 19 29 34

And here is JS code for PinoPretty.customPrettifiers():

Знімок екрана 2024-03-24 о 19 31 22

As you can see we are lacking of injection of all arguments from type defenition

pasha-vuiko commented 7 months ago

I've already created a PR 🙂 https://github.com/pinojs/pino-pretty/pull/501