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
Since redirect does not seem to be happening anytime soon, will you consider moving to use @types and remove typings?
I'm currently trying to do a wrapper on popsicle to add in addition code needed for our product. That means I have to either re-export popsicle typings (i.e. need to use typings in that library and the consumer of that library) or replicate the typings I needed.
If you think we should still wait for redirect, I'm fine with that too, and will just do the second way instead.
The text was updated successfully, but these errors were encountered:
Sure, I could do that. I think the biggest blocker when I looked was that the types literally didn't exist in DefinitelyTyped or were wrong. There's also the issue of microsoft/TypeScript#7753, but it might just have to be something I deal with (the types will be incorrect somewhat in the browser).
Since redirect does not seem to be happening anytime soon, will you consider moving to use
@types
and removetypings
?I'm currently trying to do a wrapper on
popsicle
to add in addition code needed for our product. That means I have to either re-exportpopsicle
typings (i.e. need to usetypings
in that library and the consumer of that library) or replicate the typings I needed.If you think we should still wait for redirect, I'm fine with that too, and will just do the second way instead.
The text was updated successfully, but these errors were encountered: