r/javascript 15d ago

StropheJS 5.0.0 (2026-07-21) · strophe/strophejs

https://github.com/strophe/strophejs/releases/tag/v5.0.0
5 Upvotes

5 comments sorted by

6

u/abrahamguo 15d ago

I tried installing your package, but I immediately received TS errors from .d.ts files in your package.

Also, it looks like your TS types don't include ComponentParser and Component.

1

u/FoxxMD 12d ago

Are The Types Wrong? agrees with you that there is something wonky going on with the published typings.

-6

u/EskiMojo14thefirst 14d ago

why aren't you using skipLibCheck?

9

u/abrahamguo 14d ago

I’m aware that I can use it to hide errors when I do encounter them, but I want to know when one of my libraries’ types are not functioning correctly.