You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is apparently caused by the class not directly inheriting from EventEmitter - but I'd like to try finding a different solution than basically going through any, which is what the current PR does.
I just discovered that an upgrade to TypeScript 5.3 fixes this issue. I'm gonna have to make some more infrastructural tests and adjustments though, to make sure that everything still builds smoothly. Either way, this fix will not be on the 7.0 branch.
Bug Report
Code
Expected behavior
The package imports correctly, and TypeScript is able to build.
Very similar issue to #334
Actual Behavior
Inline type imports aren't evaluated properly by npm, and TypeScript fails to build.
packages/eventsub-ws/src/EventSubWsListener.ts:51
packages/eventsub-ws/src/EventSubWsListener.ts:59
Environment
The text was updated successfully, but these errors were encountered: