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
But rollup isn't installed as a dependency, so we lose type inference in most places.
Since we don't really want rollup as a dependency (only its types), we either need a way to bundle rollup types or have to copy the relevant types over. (The latter probably necessary as that also allows us to provide more accurate types in cases where there are properties / APIs that we do not yet support)
The text was updated successfully, but these errors were encountered:
But
rollup
isn't installed as a dependency, so we lose type inference in most places.Since we don't really want
rollup
as a dependency (only its types), we either need a way to bundle rollup types or have to copy the relevant types over. (The latter probably necessary as that also allows us to provide more accurate types in cases where there are properties / APIs that we do not yet support)The text was updated successfully, but these errors were encountered: