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
Clean up exports in general (don't export anything that is 100% necessary; reduce exported types/interfaces to an absolute minimum - [ ] exported types that are simultaneously function inputs cannot be widened because someone may have done const a: SomeOfOurType = { ... })
Collection issue of things that we may or may not want to do for v4:
Eval()types as much as possibleconst a: SomeOfOurType = { ... })package.json(feat(v4)!: Add Node Engine to package json #2378)0.34.0#2385)