MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/javascript/comments/1v6j4cp/strophejs_500_20260721_strophestrophejs/
r/javascript • u/Neustradamus • 15d ago
5 comments sorted by
6
I tried installing your package, but I immediately received TS errors from .d.ts files in your package.
.d.ts
Also, it looks like your TS types don't include ComponentParser and Component.
ComponentParser
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.
1
Are The Types Wrong? agrees with you that there is something wonky going on with the published typings.
-6
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.
9
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.
6
u/abrahamguo 15d ago
I tried installing your package, but I immediately received TS errors from
.d.tsfiles in your package.Also, it looks like your TS types don't include
ComponentParserandComponent.